/*
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
*/






.page-id-9 #header-outer a#logo {
    visibility: hidden;
}


/* Header CSS */

#header-outer #top #menu-item-22 a {
    background: #bfa16a;
    color: #fff !important;
    padding: 7px 30px;
    border-radius: 7px;
    border: 1px solid #bfa16a;
    transition: 0.4s all;
}

#header-outer #top #menu-item-22 a span::after {
    display: none;
}

#header-outer #top #menu-item-22 a:hover {
    background: transparent !important;
    color: #bfa16a !important;
}
#header-outer.small-nav {
    background: rgb(255 255 255 / 90%);
    backdrop-filter: blur(30px);
}





/* Hero Sec CSS */

#hero-sec .cell {
    padding: 0 !important;
}

#hero-sec .swiper-slide .slide-bg-wrap .slide-bg-overlay {
    opacity: 0.5;
}
#hero-sec .img-with-aniamtion-wrap {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero-sec .img-with-aniamtion-wrap .inner {
    height: auto;
}
#hero-sec .swiper-container, #hero-sec .nectar-slider-wrap, #hero-sec .parallax_slider_outer.element-in-view, #hero-sec .swiper-slide, #hero-sec .swiper-wrapper {
    height: 100vh !important;
}


/* Bespoke Sec CSS */

#bespoke-sec h1 {
    margin-bottom: 15px;
}

#bespoke-sec span {
    display: block;
    margin-top: 15px;
}

#bespoke-inner img {
    transition: 0.4s all;
}

#bespoke-inner .hover-wrap-inner:hover img {
    transform: scale(1.08);
}

#bespoke-inner .hover-wrap-inner {
    overflow: hidden;
}







/* Cta Sec CSS */
#cta-sec {
    background: #E5D6C3;
    padding: 30px 0px !important;
    border-radius: 15px;
    margin: 0 10%;
}

#cta-btn {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 30px;
}






/* Gallery Page CSS */


#gallery-inner img {
    transition: 0.4s all;
    height: 480px;
    width: 100%;
}

#gallery-inner .hover-wrap-inner:hover img {
    transform: scale(1.08);
}

#gallery-inner .hover-wrap-inner {
    overflow: hidden;
}
.gallery-sized {
    object-fit: cover;
}






/* Contact Page CSS */

#cnt-inner .img-with-aniamtion-wrap {
    width: 60px;
    background: #ede7de;
    padding: 8px;
    border-radius: 7px;
}
#cnt-inner span {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    line-height: 24px;
}

#contact-sec .vc_col-sm-7.wpb_column .vc_column-inner {
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    padding: 40px 30px 30px 30px;
    border: 1px solid #ececec;
}
.happens-blk {
    background: #ede7de;
    padding: 20px;
    border-radius: 5px;
}

.happens-blk li {
    font-size: 15px;
    line-height: 23px;
}

#contact-sec input, #contact-sec textarea {
    border: 1px solid #d6d3cb;
    background-color: transparent;
}

#contact-sec textarea {
    height: 150px;
    resize: none;
}

#contact-sec .wpcf7-submit {
    background: #222222;
    padding: 12px 70px !important;
    font-size: 17px;
    font-family: 'Open Sans';
    border-radius: 9px !important;
    font-weight: 700;
}





/* About Page CSS */


.flx-block {
    display: flex;
    justify-content: space-between;
}

.flx-block h6 {
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'Merriweather';
}

.flx-block .first {
    background: #f7f6f3;
    padding: 15px 40px;
    margin-right: 10px;
    border-radius: 8px;
	width: 50%;
}

.flx-block .second {
    margin-right: 0;
    margin-left: 10px;
}

.page-id-103 #gallery-hero p {
    font-family: 'Merriweather';
    margin-top: 14px;
}

#about-dtl-inner img {
    border-radius: 20px;
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 8%);
}

#about-dtl-sec .inner_row:last-child {
    margin-top: 70px;
}
.sized {
    max-height: 600px !important;
    display: block;
    margin: 0 auto !important;
	object-fit: cover;
}


/* Custom Built Page CSS */

#cstm-chs-inner .vc_column-inner {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 4%);
    transition: 0.3s all;
}
#cstm-chs {
    background: #f8f7f5;
    padding: 50px !important;
    margin: 0 7%;
	border-radius: 15px;
}



#cstm-chs-inner .vc_column-inner h4 {
    color: #c8af80;
}

#cstm-chs-inner .vc_column-inner:hover {
    box-shadow: 0 1px 6px 0px rgb(0 0 0 / 6%);
}

.page-id-110 .flx-block h5 {
    font-family: 'Merriweather';
    color: #c3a773;
}

.page-id-110 .flx-block p {
    font-size: 15px;
    line-height: 25px;
}

.page-id-110 .flx-block .first {
    padding: 20px;
}

.lst-block h4 {
	color: #c3a773;
}

#cta-sec #cta-btn.trans-btn {
    background: transparent !important;
    border: 1px solid #bfa16a;
    color: #bfa16a;
}




/* Interior Page CSs */

#cstm-chs.interior {
    background: transparent;
    padding: 0 !important;
}

#cstm-chs.interior #cstm-chs-inner .vc_column-inner {
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 8%);
}


/* Interior Page CSS */

#cstm-chs.interior {
    background: transparent;
    padding: 0 !important;
}

#cstm-chs.interior #cstm-chs-inner .vc_column-inner {
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 8%);
}


.fl-wdth .flx-block .first {
    width: 100%;
    padding: 25px;
}

.fl-wdth .flx-block .first h5 {
    font-family: 'Merriweather';
    color: #c3a773;
}
.fl-wdth .flx-block p {
    font-size: 15px;
    line-height: 25px;
}

#finish-sec h2 {
    text-align: center;
    margin-bottom: 40px;
}

#finish-sec h6 {
    font-size: 15px;
    background: #bfa16a;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.num-blk {
    margin-right: 10px;
}

#finish-sec {
    margin: 0 7%;
}

#finish-sec h5 {
    font-family: 'Merriweather';
    margin-bottom: 3px;
}

#finish-sec p {
    font-size: 14px;
    line-height: 24px;
}





/* Sus Sec CSS */


#sus-sec {
    margin: 0 7%;
    background: #f8f7f5;
    padding: 50px 40px !important;
    border-radius: 15px;
}

#sus-sec h2 {
    text-align: center;
    margin-bottom: 20px;
}

#cstm-chs.long #cstm-chs-inner h5 {
    color: #c8af80;
    font-family: 'Merriweather';
}

#cstm-chs.long #cstm-chs-inner p {
    font-size: 15px;
    line-height: 23px;
}










/* Responsive Sheet CSS */





@media only screen and (min-width: 1200px) and (max-width: 1600px){}
@media only screen and (min-width: 1000px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 999px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){}




@media only screen and (min-width: 1200px) and (max-width: 1439px){
	
p, li {
    font-size: 15px;
    line-height: 24px;
}
#cnt-inner span {
    font-size: 12px;
    line-height: 20px;
}	
	
	
}


@media only screen and (min-width: 1000px) and (max-width: 1199px){
	
	#header-outer #logo img {
    height: 60px;
}

#header-outer #top ul.sf-menu.sf-js-enabled.sf-arrows a {
    margin: 0 10px;
}

#header-outer #top ul.sf-menu.sf-js-enabled.sf-arrows {
    margin-left: -30px;
}

		
p, li {
    font-size: 15px;
    line-height: 24px;
}
#cnt-inner span {
    font-size: 12px;
    line-height: 20px;
}	
	#header-outer.small-nav #logo img, #header-outer.small-nav .logo-spacing img {
    height: 40px;
}
	
}



@media only screen and (min-width: 768px) and (max-width: 999px){
	
#bespoke-sec p br {
    display: none;
}

#cta-sec {
        margin: 0;
        padding: 30px 20px !important;
}

#bespoke-sec {
    margin-bottom: 0 !important;
}
	
div#about-dtl-sec {
    text-align: center;
}
p, li {
    font-size: 15px;
    line-height: 24px;
}
#cnt-inner span {
    font-size: 12px;
    line-height: 20px;
}	

#cstm-chs {
    margin: 0;
    padding: 30px 20px !important;
}

#cstm-chs-inner .vc_column-inner {
    padding: 20px;
}


 #cta-sec #cta-btn {
    margin-right: 0 !important;
    margin-bottom: 10px;
    min-width: 200px;
}

 #cta-sec #cta-btn.trans-btn {
    margin-bottom: 0;
}

.flx-block .first {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.flx-block {
    flex-wrap: wrap;
}

.flx-block .first.second {
    margin-bottom: 0 !important;
}	

.lst-block ul {
    text-align: left !important;
}

.fl-wdth .flx-block .first {
    margin-bottom: 0 !important;
}

.num-blk {
    margin-right: 0 !important;
    margin-bottom: 15px;
}
#sus-sec {
    margin: 0;
    padding: 30px 20px !important;
}

.form .row {
    padding-bottom: 0;
}

#contact-sec .wpcf7-submit {
    padding: 10px 50px !important;
}


.form .row:last-child .col {
    margin-bottom: 0;
}

#cnt-inner .img-with-aniamtion-wrap {
    width: 40px;
}

#cnt-inner .wpb_column {
    margin-bottom: 10px;
}
	
}



@media only screen and (min-width: 520px) and (max-width: 767px){

	#bespoke-sec p br {
    display: none;
}

#cta-sec {
        margin: 0;
        padding: 30px 20px !important;
}

#bespoke-sec {
    margin-bottom: 0 !important;
}
	
div#about-dtl-sec {
    text-align: center;
}
p, li {
    font-size: 15px;
    line-height: 24px;
}
#cnt-inner span {
    font-size: 12px;
    line-height: 20px;
}	

#cstm-chs {
    margin: 0;
    padding: 30px 20px !important;
}

#cstm-chs-inner .vc_column-inner {
    padding: 20px;
}


 #cta-sec #cta-btn {
    margin-right: 0 !important;
    margin-bottom: 10px;
    min-width: 200px;
}

 #cta-sec #cta-btn.trans-btn {
    margin-bottom: 0;
}

.flx-block .first {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.flx-block {
    flex-wrap: wrap;
}

.flx-block .first.second {
    margin-bottom: 0 !important;
}	

.lst-block ul {
    text-align: left !important;
}

.fl-wdth .flx-block .first {
    margin-bottom: 0 !important;
}

.num-blk {
    margin-right: 0 !important;
    margin-bottom: 15px;
}
#sus-sec {
    margin: 0;
    padding: 30px 20px !important;
}

.form .row {
    padding-bottom: 0;
}

#contact-sec .wpcf7-submit {
    padding: 10px 50px !important;
}


.form .row:last-child .col {
    margin-bottom: 0;
}

#cnt-inner .img-with-aniamtion-wrap {
    width: 40px;
}

#cnt-inner .wpb_column {
    margin-bottom: 10px;
}	
	
}




@media only screen and (min-width: 300px) and (max-width: 519px){
	
	#bespoke-sec p br {
    display: none;
}

#cta-sec {
        margin: 0;
        padding: 30px 20px !important;
}

#bespoke-sec {
    margin-bottom: 0 !important;
}
	
div#about-dtl-sec {
    text-align: center;
}
p, li {
    font-size: 15px;
    line-height: 24px;
}
#cnt-inner span {
    font-size: 12px;
    line-height: 20px;
}	

#cstm-chs {
    margin: 0;
    padding: 30px 20px !important;
}

#cstm-chs-inner .vc_column-inner {
    padding: 20px;
}


 #cta-sec #cta-btn {
    margin-right: 0 !important;
    margin-bottom: 10px;
    min-width: 200px;
}

 #cta-sec #cta-btn.trans-btn {
    margin-bottom: 0;
}

.flx-block .first {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.flx-block {
    flex-wrap: wrap;
}

.flx-block .first.second {
    margin-bottom: 0 !important;
}	

.lst-block ul {
    text-align: left !important;
}

.fl-wdth .flx-block .first {
    margin-bottom: 0 !important;
}

.num-blk {
    margin-right: 0 !important;
    margin-bottom: 15px;
}
#sus-sec {
    margin: 0;
    padding: 30px 20px !important;
}

.form .row {
    padding-bottom: 0;
}

#contact-sec .wpcf7-submit {
    padding: 10px 50px !important;
}


.form .row:last-child .col {
    margin-bottom: 0;
}

#cnt-inner .img-with-aniamtion-wrap {
    width: 40px;
}

#cnt-inner .wpb_column {
    margin-bottom: 10px;
}
#about-dtl-inner .hover-wrap {
    padding-right: 0;
}

#about-dtl-sec .inner_row:last-child .row_col_wrap_12_inner.col.span_12.left {
    flex-direction: column-reverse;
}

#about-dtl-sec .inner_row:last-child .row_col_wrap_12_inner.col.span_12.left .img-with-aniamtion-wrap {
    margin-top: 40px;
}
	
	
}
