/*
Theme Name: borderland Theme Child
Description: Child theme for CMI Concierge
Author: GSSI
Author URI: http://graphicallyspeaking.ca
Template: borderland
*/

/*------------
HEADER
------------*/

header.sticky .header_inner .header_top_bottom_holder nav.main_menu > ul > li.current-page-ancestor > a > span.item_inner {
	color: #3d3d3d !important;
	border-color: #3d3d3d !important;
}

header.sticky .header_inner .header_top_bottom_holder nav.main_menu > ul > li.current-page-ancestor > a > span.item_inner span {
	color: #3d3d3d !important;
}

header nav.main_menu ul li div.second div.inner ul li:first-child {
	display: none;
}

header nav.main_menu ul li:last-child div.second div.inner ul li:first-child {
	display: block;
}

header nav.mobile_menu ul li span.mobile_arrow {
	width: 100% !important;
}

header nav.mobile_menu {
	background-color: rgba(0,0,0,0) !important;
}

header div.eltd_logo a img.light {
	display: none;
}

header div.eltd_logo a img.dark {
	display: none;
}


header div.eltd_logo a img {
	height: auto !important;
    width: 390px;
    top: -66px;
}

header div.eltd_logo a img.stickylogosize {
	width: 138px;
	left: 115px;
	top: 0px;
}

@media screen and (max-width: 1000px) {
	header div.eltd_logo a img {
		width: 314px !important;
	    top: -21px;
	}
}

@media screen and (max-width: 600px) {
	header div.eltd_logo a img {
		width: 208px !important;
	    top: -23px;
	}

	header .header_inner_left .mobile_menu_button {
		height: 100px !important;
	}

	div.content.content_top_margin_none {
		top: -52px;
	}

	header div.header_top_bottom_holder div.header_bottom {
		height: 100px;
	}

	.mobile-menu-open .container{
		background-color: #ededed;
	}

}

@media screen and (max-width: 480px) {
	header div.header_inner_left div.mobile_menu_button {
	position: relative;
    left: -60px;
	}
	div.header_bottom.header_in_grid.clearfix.mobile-menu-open {
		padding: 0;
	}
}

@media screen and (max-width: 445px) {
	header div.header_inner_left div.mobile_menu_button {
    left: -38px;
	}
}

@media screen and (max-width: 395px) {
	header div.header_inner_left div.mobile_menu_button {
    left: -22px;
	}
}

@media screen and (max-width: 360px) {
	header div.header_inner_left div.mobile_menu_button {
    left: -5px;
	}

	header div.eltd_logo a img {
		width: 210px !important;
	    top: -23px;
	}
}

/*------------
HOMEPAGE
------------*/

h1.cta-heading {
font-size: 32px;
line-height: 1.4;
color: #fff;
font-weight: 600;
}

nav.main_menu > ul > li:hover > a > span.item_inner, nav.main_menu > ul > li.active:hover > a > span.item_inner, header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a span.item_inner {
    border-color: #0FB163;
}

.carousel-inner .slider_content h3.eltd_slide_subtitle span {
background:rgba(0, 15, 0, 0.6); 
padding: 2%;
}

.testimonials_holder .flex-control-paging {
margin-top: 0px!important;
}



body .gform_wrapper .gform_footer input[type=submit] {
    color: #ffffff;
    font-size: 12px;
    height: 42px;
    font-style: normal;
    font-weight: 700;
    font-family: Lato;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: #0FB163 2px solid;
    background-color: #001c3f;
    padding-left: 30px;
    padding-right: 30px;
}


body .gform_wrapper .gform_footer input[type=submit]:hover {
 background-color: #0FB163;
}

div.testimonial_text_inner.without_title p.testimonial_author {
	display: none;
}


/*CONTACT FORMS 7*/

.contact td {
		padding: 0px 10px 0px 10px;
		vertical-align:top;
		}
		
	.contact-form td {
		padding: 8px 10px 0px 10px;
		vertical-align:top;
		}
		
	.wpcf7-submit {
		padding: 2px;
		text-align:right;
		}
	
	.note {
		font-size:10px;
		}
		
	
	.resume-form td {
		padding: 8px 10px 0px 10px;
		vertical-align:top;
		}
		
	.wpcf7-submit,  {
		padding: 2px;
		text-align:right;
		}
	
	.wpcf7-file wpcf7-validates-as-required {
		padding: 2px;
		margin-left: 4px;
		}
		
		#content .wpcf7-response-output {
			font-family: Verdana,Arial,Helvetica,sans-serif;
			font-size: 10px;
		}

/*White text in page title blocks*/

.wrapper section#whitetext .wpb_wrapper .wpb_content_element h4, .wrapper section#whitetext .wpb_wrapper .wpb_content_element h3, .wrapper section#whitetext .wpb_wrapper .wpb_content_element h1, .wrapper section#whitetext .wpb_wrapper .wpb_content_element p{
color: white!important;
}

/* CONTENT PAGES */

.center-ul{

		margin-left: 20px;

}

/*ELATED CAROUSEL */

div.carousel_item_holder_inner a span img {
	width: initial !important;
	max-width: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

div.eltd_carousels div.caroufredsel_wrapper ul.slides li {
	width: initial !important;
}

/* CUSTOM STYLES */

.hide {
	display: none;
}

.white-link:hover div h2 span a {
	color: #09b064 !important;
}
