/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*.exhibitions { font-size: 15px ;}*/
.tone { border: 1px solid #999}

.on-dark a { color: #80b9be }

.fg-masonry.fg-fixed .fg-item .fg-image {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.meta-category .exhibitions { display:none !important}


#footer-widgets h4 {text-transform: uppercase !important}

body .nectar-slider-wrap[data-bg-animation="ken_burns"] .swiper-slide .slide-bg-wrap {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

body .swiper-slide .content h2 {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.sf-menu >li ul  {padding: 8px !important}


/*.foogallery img {box-shadow: 0px 2px 2px rgba(0,0,0,0.5) !important}*/



/*.fg-masonry.fg-col3.fg-gutter-large .fg-gutter-width { width: 5% !important}
.fg-masonry.fg-col3.fg-gutter-large .fg-column-width { width: 30% !important}*/


    .sold:before {
        position: absolute; 
        bottom: 5px; right: 5px;
        content: '';
        background-color:#FF0000;
        border-radius:50%;
        opacity:0.9;
        width: 16px;
        height: 16px;
        pointer-events: none;
        z-index: 999;
    }

@media only screen and (min-width: 1001px) {
    body[data-header-format="left-header"] #ajax-content-wrap {
        margin-left: 210px!important;
    }
    #header-outer[data-format="left-header"] {
        width: 210px !important;
    }
}