



/* preloader */
                .gg_loader {
                    background-color: #aaaaaa;
                    animation: gg-rotateplane 1.2s infinite ease-in-out;
                }
                .gg_grid_wrap .gg_loader {
                    width: 32px;
                    height: 32px;	
                    margin-top: -16px;
                    margin-left: -16px;
                }
                @keyframes gg-rotateplane {
                    0%	{transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
                    50%	{transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
                    100%	{transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
                }
                

/* right click protection - code for iphone */
.gg_gallery_wrap *, .gg_galleria_slider_wrap *, #lcl_wrapper * {
    -webkit-touch-callout: none; 
    -webkit-user-select: none;
}



.gg_gallery_wrap:not(.gg_collection_wrap), 
.gg_itg_container,
.gg_coll_outer_container {
	padding: 3px;
}


/* image border, radius and shadow */
.gg_standard_gallery .gg_img,
.gg_columnized_gallery .gg_img,
.gg_masonry_gallery .gg_img_inner,
.gg_string_gallery .gg_img,
.gg_itg_container .gg_img,
.gg_coll_img {
	border: 4px solid #452728;background-color: #452728;    
    border-radius: 20px;	
	box-shadow: 0 0 2px rgba(25,25,25,0.4);}


/* main overlay */
.gg_gallery_wrap .gg_img .gg_main_overlay {
	
	color: #452728;
	background: rgba(253, 253, 253, 0.3);
	text-shadow: 0 0 0 rgba(69,39,40, 0.85);
	}
.gg_ol_full_mode .gg_img_title {
	border-color: rgba(69,39,40, 0.15); 
	background: #fdfdfd;
}
[data-gg_ol="default"]:not(.gg_car_nocrop) .gg_main_img_wrap,
.gg_itg_wrap .gg_main_img_wrap {
	transition:	transform .5s ease-out;	
	transform: scale(1) translateZ(0); /* set default state to avoid bad "jumps" on state change */
}
[data-gg_ol="default"]:not(.gg_car_nocrop) .gg_img:hover .gg_main_img_wrap,
[data-gg_ol="default"]:not(.gg_car_nocrop) .gg_img.gg_touch_on .gg_main_img_wrap,
.gg_itg_wrap .gg_img:hover .gg_main_img_wrap {
	transform: scale(1.03);
	transition-duration: 4s;
}
.gg_itg_monoimage .gg_img:nth-child(2):hover .gg_main_img_wrap,
.gg_itg_monoimage .gg_img:nth-child(3):hover .gg_main_img_wrap {
	transform: scale(1) !important;
}



/* extra image effects */
.gg_gallery_wrap .gg_photo {
    	transition: filter .4s ease;
}
.gg_gallery_wrap .gg_img:hover .gg_photo {
	filter: 
        blur(0.4px) 
        brightness(107%) 
        contrast(0.3) 
        grayscale(20%) 
        hue-rotate(0deg) 
        invert(0%) 
        saturate(1)     
        sepia(0%);}




/* collections - texts under images */
.gg_coll_img .gg_main_overlay_under .gg_img_title_under {
	color: #444444;
}
.gg_coll_img .gg_main_overlay_under .gg_img_descr_under {
	color: #686868;
}



.gg_filter,
.gg_tags_wrap {
	text-align: center; 
}
.gg_filter a.ggf,
.gg_tag,
.gg_coll_back_to_new_style,
.gg_gall_search_form input {	
	color: #444444;
    font-size: 15px;
    
        padding: 6px 12px;
}
.gg_filter a.ggf:hover,
.gg_tag:hover,
.gg_coll_back_to_new_style:hover {	
	color: #666666 !important;
}
.gg_filter a.ggf.gg_cats_selected,
.gg_filter a.ggf.gg_cats_selected:hover,
.gg_tag.gg_tag_sel,
.gg_tag.gg_tag_sel:hover {	
	color: #333333 !important;
}
.gg_textual_filters .gg_cats_selected:after,
.gg_textual_filters .gg_tag_sel {
	text-shadow: 0 0.01em 0 #333333;
}

.gg_btn_filters a.ggf,
.gg_btn_filters .gg_tag,
.gg_coll_back_to_new_style,
select.gg_mobile_filter_dd,
.gg_gall_search_form input {	
	background: #ffffff;
    border: 1px solid #999999;
    border-radius: 2px;
}
.gg_btn_filters a.ggf:hover,
.gg_btn_filters .gg_tag:hover,
.gg_coll_back_to_new_style:hover {	
	background: #ffffff;
    border-color: #666666;
}
.gg_btn_filters a.ggf.gg_cats_selected,
.gg_btn_filters a.ggf.gg_cats_selected:hover,
.gg_btn_filters .gg_tag.gg_tag_sel,
.gg_btn_filters .gg_tag.gg_tag_sel:hover {	
	background: #f0f0f0;
    border-color: #555555;
}
.gg_textual_filters .ggf:after,
.gg_textual_filters .gg_tag:after {
	background: #f0f0f0;
}




.gg_gall_search_form input,
.gg_gall_search_form i {
	color: #707070;
}
.gg_gall_search_form input {
	background: #f5f5f5;
    border-color: #f1f1f1;
}
.gg_gall_search_form:hover input,
.gg_gall_search_form:hover i,
.gg_gall_search_form:active input,
.gg_gall_search_form:active i,
.gg_gall_search_form:focus input,
.gg_gall_search_form:focus i {
	color: #5e5e5e;
}
.gg_gall_search_form:hover input,
.gg_gall_search_form:active input,
.gg_gall_search_form:focus input {
	background: #ffffff;
    border: 1px solid #707070;
    
        padding: 6px 12px;
}




.gg_standard_pag i,
.gg_num_btns_wrap > div {
	color: #707070;
}
.gg_standard_pag:not(.gg_detach_arr),
.gg_standard_pag.gg_detach_arr > div,
.gg_infinite_scroll,
.gg_num_btns_wrap > div {
	border: 1px solid #f5f5f5;
	background: #452728;
}
.gg_standard_pag:not(.gg_only_arr) .gg_nav_mid,
.gg_infinite_scroll div {
	color: #707070;
}
.gg_standard_pag.gg_monoblock:before {
	background: #f5f5f5;
}
.gg_dots_pag_wrap > div {
	background: #452728;
}

.gg_standard_pag:not(.gg_only_arr) > div:not(.gg_nav_mid):not(.gg_pag_disabled):hover,
.gg_infinite_scroll:hover,
.gg_standard_pag.gg_only_arr > div:not(.gg_pag_disabled):hover,
.gg_num_btns_wrap > div:hover,
.gg_num_btns_wrap .gg_pag_disabled {
	background: #452728;
}
.gg_standard_pag:not(.gg_only_arr) > div:not(.gg_nav_mid):not(.gg_pag_disabled):hover i,
.gg_standard_pag.gg_only_arr > div:not(.gg_pag_disabled):hover i,
.gg_infinite_scroll:hover span,
.gg_num_btns_wrap > div:hover,
.gg_num_btns_wrap .gg_pag_disabled  {
	color: #5e5e5e;	
}
.gg_infinite_scroll:hover,
.gg_standard_pag.gg_only_arr > div:not(.gg_pag_disabled):hover,
.gg_monoblock > div:not(.gg_pag_disabled):hover,
.gg_infinite_scroll:hover,
.gg_num_btns_wrap > div:hover, 
.gg_num_btns_wrap .gg_pag_disabled {
	border: 1px solid  #999999;	
}
.gg_dots_pag_wrap > div:hover,
.gg_dots_pag_wrap > div.gg_pag_disabled {	
	box-shadow: 0 -13px 0 0 #452728 inset;
}



/* ************************************************** */


/* standard gallery images */
.gg_standard_gallery .gg_container {
	width: calc(100% + 10px);
}
.gg_standard_gallery .gg_img {
	margin-right: 10px;
    margin-bottom: 10px;
}

/* columnized gallery images */
.gg_columnized_gallery .gg_container {
	width: calc(100% + 10px);
}
.gg_columnized_gallery .gg_img {
	margin-right: 10px;
    margin-bottom: 10px;
}

/* masonry gallery images */
.gg_masonry_gallery .gg_container {
	width: calc(100% + 10px);
}
.gg_masonry_gallery .gg_img {
    padding-right: 10px;
    margin-bottom: 10px;
}

/* photostring gallery images */
.gg_string_gallery .gg_container {
	width: calc(100% + 7px + 1px); /* 1px = security addition */
}
.gg_string_gallery .gg_img {
	margin-right: 7px;
    margin-bottom: 7px;
}

/* image-to-gallery images */
.gg_itg_wrap:not(.gg_itg_monoimage) .gg_itg_img:nth-child(odd) {
	width: calc(50% - 5px);
    margin-right: 10px;
}
.gg_itg_wrap:not(.gg_itg_monoimage) .gg_itg_img:nth-child(even) {
	width: calc(50% - 5px);
}
.gg_itg_wrap .gg_itg_img:nth-of-type(3),
.gg_itg_wrap .gg_itg_img:nth-of-type(4) {
	margin-top: 10px;
}
.gg_itg_wrap .gg_itg_ol_inner {
	color: #fefefe;
}
.gg_itg_corner_txt .gg_itg_ol_inner,
.gg_itg_main_n_sides .gg_itg_ol_inner {
	background: #452728;
}
.gg_itg_50_op_ol .gg_itg_ol {
	background: #452728;
}
.gg_itg_100_op_ol .gg_itg_ol,
.gg_itg_block_over .gg_itg_ol_inner { 
    background: #452728;
}




/* COLLECTION IMAGES */
.gg_coll_container {
	width: calc(100% + 10px);
}
.gg_coll_img_wrap {
	margin-bottom: 10px;
	padding-right: 10px;
}
.gg_coll_pag_wrap {
	margin-top: -10px;
}



/* CAROUSEL */
.gg_car_item_wrap {
	padding-right: 5px;
	padding-left: 5px;
    padding-top: 5px;
	padding-bottom: 5px;
}
.gg_carousel_wrap.slick-slider {
	margin-bottom: 55px;
}

/* pagination button alignment */
.gg_paginate {
	text-align: center;
}


/* ************************************************** */


.gg_galleria_slider_wrap .galleria-gg-toggle-thumb {
	display: none !important;
}


.gg_galleria_slider_wrap .galleria-thumbnails .galleria-image {
	width: 60px !important;
}
.gg_galleria_slider_wrap .galleria-thumbnails .galleria-image,
.gg_galleria_slider_wrap .galleria-thumbnails-container {
     height: 40px !important;
}
.gg_galleria_slider_wrap.gg_galleria_slider_show_thumbs {
	padding-bottom: 54px !important;	
}
.gg_galleria_slider_show_thumbs .galleria-thumbnails-container {
	bottom: -52px !important;		
}

} /* #ggw end */



/* ************************************************** */

.gg_mp .mfp-arrow-left:before, .mfp-arrow-left .mfp-b,
.gg_mp .mfp-arrow-right:before, .mfp-arrow-right .mfp-b  {
	border-color: transparent !important; 
}
.gg_mp.mfp-bg {
	    opacity: 0.7;
	
    background-color: #333333 !important;
            background-image: url(https://sa-eventz.com/wp-content/plugins/global-gallery/js/lightboxes/lc-lightbox/img/patterns/.png) !important;
            background-position: top left !important;
            background-repeat: repeat !important;
            }
.gg_mp .mfp-image-holder .mfp-content {
    max-width: 85% !important;
}
.gg_mp button:hover, .gg_mp button:active, .gg_mp button:focus {
	background: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: none !important;
}
.gg_mag_popup_loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("https://sa-eventz.com/wp-content/plugins/global-gallery/js/lightboxes/magnific-popup/mp_loader.gif") no-repeat center center transparent;
}
.gg_mp .mfp-bottom-bar {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    margin-top: -40px;   
    padding: 13px;
    background: url("https://sa-eventz.com/wp-content/plugins/global-gallery/js/lightboxes/magnific-popup/txt_bg.png") repeat center center transparent;
}
.gg_mp .mfp-counter {
    right: 13px;
    top: 13px;
}
.gg_mp .mfp-figure {
	display: none;
}
.gg_mp .mfp-figure small {
    color: #D7D7D7;
    line-height: 18px;
}
.gg_mp .mfp-figure small p {
	display: inline;
}
.gg_mp .mfp-title span:first-child {
	font-size: 13px;
    font-style: italic;
}





