/*
Theme Name:  BlankSlate Child
Template: 	 blankslate
Theme URI:	 https://wordpress.org/themes/blankslate/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: blankslatechild
*/

/* input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color:black;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
    color:black;
} */

.contact-form input,
.contact-form select,
.contact-form textarea{
	border: 1px solid #d7d7d7;
}

.form-timer{
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.form-timer .ginput_container input, .form-timer .ginput_container select {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 8px 12px;
}

.menuoverflow body {
    overflow: hidden;
}

.menuoverflow::before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    width: 100%;
    top: 0;
    z-index: 9;
}

@media (max-width: 450px) {
    .top-header {
        flex-wrap: wrap;
		flex-direction: unset;
    }
}

@media screen and (max-width: 600px) {

	.g-recaptcha{
	transform: scale(0.9) translate(-15px,0px);
-webkit-transform: scale(0.9) translate(-15px,0px);
-moz-transform: scale(0.9) translate(-15px,0px);
	}
	
}


@media (min-width: 1024px) {
    /*ul.sub-menu.active {*/
    /*    margin-left: -25px;*/
    /*    position: unset;*/
    /*}*/
    #menu-main-menu .menu-item-has-children:hover ul.sub-menu{
    display:block;
    position:absolute;
    margin-left: -25px;
    }
}

@media (max-width: 1023px) {
    .headermenu {
        max-width: 500px;
		left: -505px;
    }
    #menu-main-menu>li>a::after{
        display:none;
    }
    #menu-main-menu>li{
        border-bottom:1px solid #c09225;
        padding-bottom:6px;
    }
    #menu-main-menu ul.sub-menu.active{
        margin-top:0;
    }
}


.hero-section,
.hero-section h1{
    position: relative;
}

.hero-section h1{
    z-index: 9;
}

.hero-section:before {
    content: "";
    background: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    z-index: 9;
}

.hero-section img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    object-position: right;
}


@media (max-width: 1200px) {
    
}


.desktop_breadcrumb{}

.desktop_mobile{
    display:none;
}

@media (max-width: 768px) {
    .hero-section{
        height: 200px;
    }
 
    .desktop_breadcrumb{
        display:none;
    }

    .desktop_mobile{
        display:block;
    }   
}



.gallery_close_icon{
    position:relative;
    padding: 0 30px;
    margin: 0 30px;
}
.gallery_close_icon button{
    position: absolute;
    font-size: 50px;
    right: 0px;
    top: -30px;
}


@media (max-width: 991px) {
    .gallery_close_icon img{
        height: auto !important;
    }
}

.heading-limit h3{
     display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
}