/*
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
*/
h1,h2,h3,h4{
	font-family: 'gotham-med';
}
h5,h6{
font-family: 'Gotham-light';
}
/*a{
#font-family: 'Gotham-med';	
#}
*/
.rev-btn, .rev-btn:visited {
	font-family: 'Gotham-light';	
}
.nectar-button{
	font-family: 'Gotham-light';	
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'gotham-bold';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-med';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham-light';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body[data-header-resize="0"] .container-wrap{
	padding:0;
}
body.material #header-secondary-outer .nectar-center-text {
    padding: 0 !important;
    position: relative;
    top: 19px;
    left: 35%;
    text-align: left;
    line-height: 0;
    margin: 0;
    float: left;
    text-transform: uppercase;
    font-family: 'Gotham-light';
    font-weight: 400;
    font-size: 13px;


}
i.cstm_icon{
	padding-right:10px;
	color:#00818a;
	font-size: 16px;
}
.head-sec h2 {
    text-transform: uppercase;
    color: #000;
}   
.head-sec p {
    color: #000;
}
.box_img .btn_box{
	display:none;
}

.title_sec {
    /*background: #d8f1f3;*/
    background: #e1e1e1;
    padding: 20px 0;
    min-height: 85px;
    display: flex;
    align-items: center !important;
    justify-content: center;
}

.title_sec h3 {
    color: #00818a;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 !important;
    line-height: 1.4;
    color: #000;
    
}

.btn_box a {
    background: #00818a;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 17px;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 11px;
    
    
}

.box_img {
    position: relative;	
    
}


.box_img .btn_box{
	display:none;
}


.box_img img {
    margin-bottom: 0px !important;
    width: 100% !important;
    display: block;
}

.box_img:hover .btn_box {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}

.box_img figure {
    position: relative;	
}
.box_img:hover figure:before{
	opacity:1;
}
.box_img figure:before {
    background: #0000009c;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
	opacity:0;
}

/* Main Home Page Hover Container */
.boxHP_img {
    position: relative;	
    
}

/* Original image MinwidthHeigth added*/
.boxHP_img .image {
  display: block;
  margin-bottom: 0px !important;
  min-width: 100%;
  min-height: 100%;
  object-fit:fill;
}

.boxHP_img figure {
    display: block;
    position: relative;
    min-width: 100%;
    min-height: 100%;
    margin-bottom: 0px !important;
    object-fit:fill;

}

.boxHP_img figure .btn_box{
	display:none;
}


/* Original text overlay - position change from Absolute */ 
.boxHP_img .text {
  color: #fff;
  font-size: 15px;
  line-height: 1.5em;
  text-shadow: 2px 2px 2px #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/********* Overlay on hover *******/

/* New overlay on hover  - position change from Absolute */
.boxHP_img .hover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}


/* New overlay appearance on hover */
.boxHP_img:hover .hover {
  opacity: 1;
}

/********* Background and text only overlay on hover   - position change from Absolute*******/

.boxHP_img .normal {
  transition: .5s ease;
}
.boxHP_img:hover .normal {
  opacity: 0;
}
.boxHP_img .hover {
  background-color: rgba(0,0,0,0.5);
}

.boxHP_img:hover .btn_box {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}

********************************************************************************************************
.box_img2 {
    position: relative;	
    
}


.box_img2 .btn_box{
	display:none;
}


.box_img2 img {
    margin-bottom: 0px !important;
    width: 50% !important;
    display: block;
}

.box_img2:hover .btn_box {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}

.box_img2 figure {
    position: relative;	
}
.box_img2:hover figure:before{
	opacity:1;
}
.box_img2 figure:before {
    background: #0000009c;
    content: '';
    display: block;
    width: 100%;
    height: 250px;
    position: absolute;
	opacity:0;
}

/* Main Home Page Hover Container */
.boxHP_img2 {
    position: relative;	
    
}

/* Original image MinwidthHeigth added*/
.boxHP_img2 .image {
  display: block;
  margin-bottom: 0px !important;
  min-width: 50%;
  height: 250px;
  object-fit:fill;
  z-index:-1;
}

.boxHP_img2 figure {
    display: block;
    position: relative;
    min-width: 50%;
    height: 250px;
    margin-bottom: 0px !important;
    object-fit:fill;
    z-index:-2;

}

.boxHP_img2 figure .btn_box{
	display:none;
}


/* Original text overlay - position change from Absolute */ 
.boxHP_img2 .text {
  color: #fff;
  font-size: 15px;
  line-height: 1.5em;
  text-shadow: 2px 2px 2px #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/********* Overlay on hover *******/

/* New overlay on hover  - position change from Absolute */
.boxHP_img2 .hover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}


/* New overlay appearance on hover */
.boxHP_img2:hover .hover {
  opacity: 1;
}

/********* Background and text only overlay on hover   - position change from Absolute*******/

.boxHP_img2 .normal {
  transition: .5s ease;
}
.boxHP_img2:hover .normal {
  opacity: 0;
}
.boxHP_img2 .hover {
  background-color: rgba(0,0,0,0.5);
}

.boxHP_img2:hover .btn_box {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}

********************************************************************************************************

.philos-sec h2{
	text-transform:uppercase;
	color:#00818a;
}
.emai-sec h2 {
    line-height: 1;
    margin-top: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Gotham-light';
    padding-left: 0px;
    font-size: 20px;
	position:relative;
	line-height:25px;
}

.emai-sec h2:before {
    display: block;
    content: '';
    background: #00818a;
    width: 5px;
    height: 100%;
    position: absolute;
    left: -13px;
    bottom: 0;
    top: 0px;
}
.emai-sec_2 h3 a {
    color: #fff;
    font-weight: 400;
    font-family: 'Gotham-light';
    padding-left: 0px;
    font-size: 20px;
}

.emai-sec_2 h3:before {
    display: block;
    content: '';
    background: #00818a;
    width: 5px;
    height: 33px;
    position: absolute;
    left: -13px;
    bottom: 0px;
}
.emai-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner h3 {
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    font-family: 'Gotham-med';
    line-height: 1.4;
}

.inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nectar-fancy-box .box-bg:after{
	background-color: rgba(51, 51, 51, 0.68);
}
#footer-outer #footer-widgets .col.cstm_nav ul li {
    padding: 7px 0 !important;
}
#footer-outer #footer-widgets .widget h4{
font-size: 15px;
    text-transform: uppercase;
    font-family: 'gotham-bold';	
}
#footer-outer .row {
    padding: 10px 0 0;
}
#footer-outer .form_contact .row{
	padding: 0;
}
::placeholder{
	color:#b0b6cd;
}
#footer-outer #footer-widgets .col input[type=text],
#footer-outer #footer-widgets .col input[type=tel],
#footer-outer #footer-widgets .col input[type=email]{
	    margin: 2px 0 0;
	    background: #463f72;
	    border-radius: 0;
	    width: 100%;
	    color: #afa8a8;
}
#footer-outer #footer-widgets .col textarea{
		    background: #463f72;
	    border-radius: 0;
	 margin: 2px 0 0;
	color: #afa8a8;
}
#footer-outer #footer-widgets .col input[type="submit"].sbmt-btn{
    background-color: #6f7373!important;
    padding: 10px 0;
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
}
.home .blog-recent .col .post-header h3 {
    margin-bottom: 3px;
    color: #000;
    line-height: 1.5;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'gotham-med';
}
.blog_cstm .blog-recent[data-style*="classic_enhanced"] .article-content-wrap {
	padding: 20px 30px 70px;
	text-align: left;
	border: 1px solid #e3e3e394;
	border-top: 0;
	color: #000;
	border-right: 0;
}
.blog_cstm span.meta {
    position: absolute;
    bottom: 22px;
    color: #00818a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog_cstm .blog-recent[data-style*="classic_enhanced"] .excerpt{
color: #000000;
    line-height: 1.6;	
}
.blog_cstm span.meta-category {
    display: none;
}
.blog_cstm  .post-header:after {content: "READ MORE";position: absolute;bottom: 22px;right: 30px;color: #000;font-size: 13px;font-family: 'gotham-bold';}
.blog_cstm .blog-recent[data-style*="classic_enhanced"].columns-3 .span_4{
	margin:0px;
}
#header-outer[data-lhe="default"] #top nav > ul > li > a{
	font-family: 'Gotham-med';
}
a.btn_cstm.nectar-button {
    font-size: 12px;
    padding: 18px 0;
}
.blog_cstm .blog-recent[data-style*="classic_enhanced"] .col.span_4:last-child .article-content-wrap{
	    border-right: 1px solid #e3e3e394;
}

.post-area.featured_img_left .post-content-wrap .meta-category {
	display:none;
}

.members-access-error {
    width: 100%;
    background: #ffffff;
    padding: 0 50px;
    max-width: 100%;
    margin: 35px auto;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 20px 5px #312962;
}
.members-access-error .box_error h5 {
    color: #000;
    text-align: center;
    font-size: 25px;
    line-height: 1.7;
    font-weight: 800;
}
.members-access-error .box_error h5 a {
    text-decoration: underline;
    color: #000;
    padding: 6px 0px;
    font-weight: 900;
    margin: 0 6px;
    text-transform: capitalize;
}
.events_box .left_part{
    display: table;
    margin: 0 auto;	
}
.right_part ul li:before {padding-right: 15px;color: #312962;}

.right_part ul li {
    list-style: none;
}

.right_part ul {
    padding: 0;
    margin: 0;
}
.right_part ul li strong {
    padding-right: 9px;
    font-weight: 900;
    color: #312962;
}
.events_box{
    background: #fff;
    /* box-shadow: 0px 2px 13px 4px #e4e2ec; */
    padding: 15px;
    margin: 15px 0;
    float: left !important;
    border: 1px dashed #ccc;
}
.left_part figure {
    border: 1px solid #ccc;
    box-shadow: 0px 1px 15px 11px #ccc;
    margin: 10px 0 0;
    display: flex;
}
.right_part .description {
    margin: 150px 0 0;
    line-height: 0.9;
}
.right_part h3 strong {color: red;}
.right_part a {
    font-family: 'Gotham';
    color: #fff;
    font-size: 16px;
    /** text-transform: uppercase; **/
    background: #057886;
    border-radius: 8px;
    padding: 8px;
    display:inline-flex;
    overflow: hidden;
}
.right_part a:hover {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}
.left_part figure img {
    margin: 0 !important;
    max-width: 150px !important;
}
.events_head h4 a{color: #00818a;font-size: 20px;font-weight: 800;text-decoration: underline;}

.usefull_cstm ul {
    padding-left: 0;
    margin: 0;
}

.usefull_cstm ul li {
    list-style: none !important;
    margin: 10px 0;
    font-size: 16px;
    color: #000;
}

.usefull_cstm ul li a {
    padding: 0 17px 0;
    font-weight: 600;
    color: #00818a;
}
.right_part .description p {
    line-height: 2;
}
.form_booking input, .form_booking textarea {
    margin-bottom: 15px !important;
    border: 1px solid #ccc !important;
}
.form_booking input::placeholder,
.form_booking textarea::placeholder{
	color:#555;
}
.form_booking textarea{
	padding:10px 10px !important;
}
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a{
	padding: 10px 15px;
    font-size: 13px;
}
#bbpress-forums a, #bbpress-forums a:hover {
    box-shadow: none;
    border: none;
    transition: none;
    color: #000;
    font-weight: 700;
}
#bbpress-forums fieldset.bbp-form input{
	    border: 1px solid #ccc !important;
}
#bbpress-forums li.bbp-header {
    background: #312962;
    color: #fff;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border-bottom: 1px red solid;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #6f7373!important;
    text-transform: uppercase;
    border-radius: 0;
}
body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col input[type=text]:focus, 
body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col input[type=email]:focus,
body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col input[type=tel]:focus,
body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col textarea:focus{
background-color: #fff;
    color: #000;
}
.description li {
    padding: 11px 0;
    display: flex;
    line-height: 1.5;
}

.description ul {
    margin-bottom: 30px;
}
.nectar-video-box[data-color] a.nectar_video_lightbox.play_button_2 {
    background-color: transparent!important;
    top: 18em;
}
@media screen and (max-width: 1300px) {
/* 	#footer-outer #footer-widgets .col input[type="submit"].sbmt-btn {
		min-width: 206px !important;
	} */
}
@media screen and (max-width: 1400px) {
/* 	#footer-outer #footer-widgets .col input[type="submit"].sbmt-btn {
		min-width: 194px;
	} */
}
.footer_form {
    max-width: 800px;
    width: 100%;
}
.footer_form .col{
	margin-right:1%;
}
body #footer-outer .row {
    padding: 5px 0 0px;
    margin-left: 50px;
}
body .portfolio-items .col img {
    display: table;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.nectar-video-box[data-color] a.nectar_video_lightbox.play_button_2
	{
		top: 14em;
	}
	.video_col {
		min-height: 400px !important;
	}
	.vc_col-sm-6.video_col.wpb_column.column_container.vc_column_container.col.no-extra-padding.instance-7 {}

	.wpb_text_column.wpb_content_element.vc_custom_1576102213400.emai-sec {
		padding-left: 0px !important;
	}

	.emai-sec h2 {
		padding-left: 0px;
		position: relative;
	}

	.emai-sec h2:before {
		left: -12px;
		top: 0px;
		height: 100%;
	}

	.wpb_text_column.wpb_content_element.emai-sec_2 {
		text-align: center;
	}

	.emai-sec_2 h3 {
		position: relative;
		display: inline-block;
	}

	.wpb_text_column.wpb_content_element.emai-sec_2 h3 a {
		padding-left: 0px;
	}

	.emai-sec_2 h3:before {
		left: -12px;
		height: 100%;
	}
	.item_cols .divider {
		height: 0px !important;
	}
	.blog-recent .col {
		padding-bottom: 25px !important;
	}
	.footer_form {
		max-width: 100%;
	}
	#footer-widgets .container .col {
		width: 100%;
		padding: 0px !important;
		margin: 0px !important;
	}
	.members-access-error .box_error h5 {
		font-size: 20px;
	}
	div#media_image-2 {
		margin-bottom: 0px !important;
		text-align: center;
	}
	#footer-outer #footer-widgets .col input[type="submit"].sbmt-btn {
		padding: 20px 0;
	}
	.main_events .events_box {
		margin-left: 0px;
		margin-bottom: 15px;
	}
	.form_booking br {
		display: none;
	}
	.form_booking p {
		padding-bottom: 0px !important;
	}
	.row.main_events .events_box {
		float: left !important;
		width: 100%;
	}
	.main_events .events_box {
		padding: 16px;
	}
	.main_events .events_box img
	{
		margin-bottom:15px !important;
	}
	.hide_on_mob {
		display: none;
	}
	.make_less_height .divider-wrap div {
		height: 20px !important;
	}
}
@media screen and (max-width: 568px) {
	body #slide-out-widget-area .secondary-header-text
	{
		display:none;
	}
	#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a {
    	font-size: 17px !important;
	}
	#slide-out-widget-area .ocm-dropdown-arrow i
	{
		top:0px !important;
	}
	.portfolio-items .col.span_3 {
		width: 50% !important;
		margin: 0;
		padding: 0 !important;
		float: left !important;
	}
	#slide-out-widget-area.slide-out-from-right {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
@media screen and (max-width: 414px) {
	.box_img {
		margin-bottom: 25px !important;
	}
	.emai-sec h2
	{
		font-size:12px;
		line-height:20px;
	}
	.remove_margins {
		margin-bottom: 0px !important;
	}
	.emai-sec h2 br
	{
		display:none;
	}
	.emai-sec_2 h3 a {
		font-size: 15px;
	}
	.emai-sec h2:before,.emai-sec_2 h3 a:before
	{
		display:none;
	}
	.wpb_text_column.wpb_content_element.emai-sec_2 h3:before {
		display: none;
	}
	.wpb_text_column.wpb_content_element.vc_custom_1576102213400.emai-sec {
		text-align: center;
	}
	.footer_form .col {
		margin-bottom: 0px !important;
	}
	div#media_image-2 {
		margin-bottom: 0px !important;
	}
	.members-access-error .box_error h5 {
		font-size: 16px;
	}
	body.page-id-117 .row .col .wpb_gallery_slidesimage_grid img:not([srcset]) {
		width: 60% !important;
		padding: 0px 5px;
	}
	.portfolio-items .col.span_3:nth-child(7) {
		margin-top: 10px;
	}

	.portfolio-items .col.span_3:nth-child(9) {
		margin-top: 20px;
	}
	.right_part {
    margin-top: 20px;
}
	.left_part figure{
	    border: 0;
    	box-shadow: none;
    	margin: 0;	
	}
}


/**---------------- Contact Form Footer/Columns ----------------**/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.25rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}


/**---------------- Contact Form Styling----------------**/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 2px;
	/**border: 1px solid #ccc;**/
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 0px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

/**---------------- Collapsible Styling----------------**/
 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #00818a;
  color: white;
  cursor: pointer;
  padding: 8px;
  /** width: 100%; **/
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content-event {
  padding: 8px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
} 
