/*
Theme Name: Neve Child
Author: 
Description: Your description goes here
Version: 1.0
Template: neve

This is the child theme for Neve theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/*--- moving main content upwards---*/

header.header {
    z-index: 1;
}

main#content {
    margin-top: -125px;
}

.stickyHeader {
    position: fixed;
    top: 0px;
    width: 100%;
	background:#00000059;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.stickyHeader .site-logo img {
    width: 150px;
}

.nav-menu-primary li a:before {
    content: "/";
    padding-right: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}

.nav-menu-primary li:first-child a:before{
	content:" ";
}

/*-- galllery tabs --*/
#locationGallery .eael-filter-gallery-control ul {
    min-width: 100%;
}

#locationGallery .gallery-item-caption-wrap.caption-style-hoverer {
    visibility: visible;
    opacity: 1;
}

#locationGallery .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

#locationGallery .eael-filter-gallery-control li {
    width: 49%;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
	position: relative;
}

#locationGallery .eael-filter-gallery-control li:hover,#locationGallery .eael-filter-gallery-control li:first-child:hover{
	background:#666666 !important;
	color: white !important;
}

#locationGallery .eael-filter-gallery-control li:after {
    content: ' ';
    position: absolute;
    right: 10px;
    background-image: url('/wp-content/uploads/2023/02/D-3.png');
    background-repeat: no-repeat;
    height: 25px;
    top: 12px;
    width: 25px;
}

#locationGallery .eael-filter-gallery-control .active:after{
    background-image: url('/wp-content/uploads/2023/02/U-3.png') !important;	
}

#locationGallery .eael-filter-gallery-control li:first-child {
    background: #00465d;
	color: white;
}

#locationGallery .eael-filter-gallery-control li {
    background: #7a0d34;
	color: white;
}

#locationGallery .eael-filter-gallery-control .active:first-child {
    background: #ffffff !important;
    color: #00465d !important;
}

#locationGallery .eael-filter-gallery-control .active {
    background: white;
    color: #7a0d34;
}

/*-- icon background --*/

.fa-caret-down:before{
    content: '' !important;
    background-image: url('/wp-content/uploads/2023/02/D-3.png');
    height: 25px;
    width: 25px;
    background-size: contain;
    display: block;
}

.fa-caret-up:before {
    content: '' !important;
    background-image: url(/wp-content/uploads/2023/02/U-3.png);
    height: 25px;
    width: 25px;
    background-size: contain;
    display: block;
}

.fa-angle-right:before{
    content: '' !important;
    background-image: url('/wp-content/uploads/2023/02/R-1.png');
    height: 25px;
    width: 25px;
    background-size: contain;
    display: block;	
}

.fa-angle-left:before{
    content: '' !important;
    background-image: url('/wp-content/uploads/2023/02/L-1.png');
    height: 25px;
    width: 25px;
    background-size: contain;
    display: block;	
}

/*-- testimonial arrows --*/
.swiper-button-next {
    background-image: url('/wp-content/uploads/2023/02/R-1.png') !important;
}

.swiper-button-prev{
    background-image: url('/wp-content/uploads/2023/02/L-1.png') !important;	
}

@media (max-width: 992px){
	.nav-menu-primary li a:before{
		content:"";
	}
	#locationGallery .eael-filter-gallery-control li {
		width: 47%;
	}

}	