/*
 Theme Name:   Borderland Child
 Theme URI:    canvasitnew.com/borderland-child/
 Description:  Borderland Child Theme
 Author:       Kyle
 Author URI:   http://www.expertatwebdesign.com
 Template:     borderland
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  borderland-child
*/



/* BREAK POINTS */
/* ------------ */
/* Initial Width: 	1300px */
/* Medium Breakpoint: 	1184px */
/* Small Breakpoint: 	984px */
/* Mobile Breakpoint: 	780px */



/* ################## */
/* #### General #### */
/* ################## */



h2, h3, h4, p, .wpb_wrapper ul {
	margin-bottom: 16px !important;
}

.title {
	background-size: cover !important;
}

.title h1 {
	word-break: normal !important;
	text-transform: capitalize !important;
	letter-spacing: 1px !important;
}

a, p a {
	border-bottom: solid 2px;
}

@media (max-width: 500px) {
	.qbutton {
		font-size: 10px;
    		padding: 0 15px;
    		letter-spacing: 2px;
	}
}

/* Fonts */

@font-face {
	font-family: 'Chalkduster';
	src: url('./fonts/chalkdust.ttf'),
		url('./fonts/Chalkduster.ttf.eot'),
		url('./fonts/Chalkduster.ttf.woff');
}

.chalk-font {
	font-family: 'Chalkduster', Fallback !important;
}



/* Contact Forms */




/*#gform_1 .gform_fields {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}*/

/*.widget #gform_1 .gform_fields {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}*/

#gform_1 .gform_fields .gfield:first-child {
	padding-top: 0;
}

#gform_1 .gform_fields .gfield:first-child label {
	display: none;
}

#gform_submit_button_2, #gform_submit_button_1, .gform_button {
	line-height: 37px;
    	padding: 0 30px;
    	letter-spacing: 3px;
    	font-size: 10px;
    	font-family: inherit;
    	text-transform: uppercase;
    	cursor: pointer;
    	color: white;
    	background-color: #b53232;
    	border: solid 1px #b53232;
    	outline: 0;
    	
    	transition: all .2s ease;
    	-webkit-transition: all .2s ease;
    	-moz-transition: all .2s ease;
    	-ms-transition: all .2s ease;
    	-o-transition: all .2s ease;
}

#gform_submit_button_2:hover, #gform_submit_button_1:hover, .gform_button:hover {
	color: #b53232;
    	background-color: white;
}

.ginput_container input, .ginput_container_select select {
	line-height: 37px;
    	padding: 0 12px !important;
    	outline: 0;
    	background-color: transparent;
    	border: solid 2px #797979;
}

.ginput_container_select select {
	padding: 8px 12px !important;
}

.gfield_contains_required .gfield_required {
	display: none;
}

.gfield_contains_required .ginput_container input {
	border: solid 2px #b53232;
}

#back_to_top {
	box-shadow: 0px 2px 10px -2px black;
}



/*  Topbar Menu  */

.header-widget.widget_nav_menu {
	margin-top: 10px;
}

.top-phone a, .top-calc a {
	color: black !important;
}

.top-phone a:hover, .top-calc a:hover {
	color: #b53232 !important;
}

.top-calc {}

.top-contact {
	padding-left: 12px;
}

.top-contact a {
	padding: 0em 1em !important;
	background-color: #b53232;
	border: solid 1px #b53232;
	color: whitesmoke !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.top-contact a:hover {
	background-color: transparent;
	color: #b53232 !important;
}



@media (max-width: 780px) {

	.hide-mobile {
		display: none;
	}
	
	.top-phone a i, 
	.top-calc a i, 
	.top-contact a i {
		font-size: large;
		padding: 10px;
	}

}



/* Sidebar Menus */



.sidebar .widget_nav_menu .menu {
	margin-bottom: 60px;
}

.sidebar .widget_nav_menu .menu li {
	line-height: 37px;
}

.sidebar .widget_nav_menu .menu li:not(:first-child) {
	border-top: solid 1px rgba(189, 195, 199, .7);
}

.sidebar .widget_nav_menu .menu li:before {
	content:'\203A';
	padding-right: 10px;
	font-size: 24px;
}

.sidebar .widget_nav_menu .menu li a {}

aside.sidebar .widget a {
	line-height: 20px !important;
}

/* Sidebar Contact Form */



.gform_widget .gfield label {
	color: #848484;
}

.sidebar .gform_widget {
	margin-bottom: 60px;
}



/* Sidebar Resources */



.sidebar .eltd-latest-posts-widget .latest_post_holder {
	margin-bottom: 60px;
}


/* Sidebar Quotes */

.sidebar-quote {
	padding-left: 16px;
	border-left: solid 4px #b53232;
	position: relative;
}

.sidebar-quote .quote-message {
	text-align: justify;
	font-size: 13px;
	color: #b53232;
	position: relative;
}



.sidebar-quote .quote-message:before {
	content:"\f10d";
	font-family: 'fontawesome'!important;
	font-size: 60px;
	color: #b53232;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .1;
}

.sidebar-quote .quote-message:after {
	content:"\f10e";
	font-family: 'fontawesome'!important;
	font-size: 60px;
	color: #b53232;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .1;
}


/* Sidebar Callouts */

.sidebar .callout {
	padding: 20px;
	text-align: center;
	background-color: white;
}

.sidebar .callout a.qbutton {
	color: white;
	line-height: 42px !important;
	white-space: normal;
	height: auto;
}

.sidebar .callout .qbutton:hover {
	color: #b53232;
}


/* Service Tables */



.service_table_holder {
	box-shadow: 0px 2px 10px -5px;
}

.service-plan {
	background-color: white;
	box-shadow: 0px 2px 10px -5px;
	margin-bottom: 30px;
	    margin-left: 10px !important;
}

.service-plan .vc_column_container>.vc_column-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.service-plan h4, .service-plan ul, .service-plan p {
	padding: 20px;
}

.service-plan h4 {
	background-color: #b53232;
	color: whitesmoke;
}

.service-plan .plan-items li {
	list-style-type: none;
	line-height: 30px;
}

.service-plan .plan-items li:not(:first-child) {
	border-top: solid 1px rgba(189, 195, 199, .7);
}

.service-plan .plan-items li:before {
	content: '\2714';
	color: #b53232;
	padding-right: 10px;
}

.service-plan p {
	font-size: 12px;
}

.service-plan .service-level h5 {
	color: #b53232;
	text-align: left;
	padding-left: 20px;
}

.service-plan .service-level ul {
	list-style: none;
}

.service-plan .service-level ul li {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}



/* Title Pattern Opacity */



.image_pattern {
	opacity: .7;
}

.title_overlay {
	opacity: .6;
}


/* Mobile Optimized */



@media only screen and (max-width: 780px) {
	
	/* Title Fonts */
	
	h1 {
		font-size: 36px !important;
		letter-spacing: normal !important;
	}
	
	h2 {
		font-size: 26px !important;
		line-height: 30px !important;
	}
}




/* ################## */
/* #### Header #### */
/* ################## */



.eltd_logo > a {
	height: 50px !important;
}



/* Mobile Optimized */



@media only screen and (max-width: 1000px) {
	.header_inner_left .logo_wrapper, .header_inner_right {
		margin-top: 20px;
	}
}

@media (max-width: 1400px) {
	nav.main_menu>ul>li>a>span.item_inner {
		padding: 0 10px !important;
	}
}

@media (max-width: 1200px) {
	nav.main_menu>ul>li>a>span.item_inner {
		font-size: 13px
	}

}


/* ################## */
/* #### Footer #### */
/* ################## */



#menu-footer li a {
	/*color: #b53232;*/
	color: white;
	font-size: 15px;
}

#menu-footer li a:hover {
	color: whitesmoke;
}



/* ################## */
/* #### Home Page #### */
/* ################## */




/* ELTD Slider */


@media (max-width: 500px) {
	.slide_buttons_holder a {
		width: auto !important;
		font-size: 10px !important;
		margin-left: 0px !important;
		margin-top: 10px !important;
	}
}


@media (min-width: 1100px) {
/*
	.eltd_slider {
		max-height: 700px;
	}

	.eltd_slider .slider_content .text {
		margin-top: -120px !important;
	}
	
	.featured-services {
		z-index: 100;
		margin-top: -120px;
	}
*/
}

h3.eltd_slide_text {
	width: 70%;
}


.hero-row {
	background-position: center bottom !important;
}



/* New Service Boxes */



.featured-service {
	/*height: 300px;*/
    	width: auto;
    	background-color: #b53232;
    	
    	display: flex;
    	-webkit-display: flex;
    	-moz-display: flex;
    	-ms-display: flex;
    	-o-display: flex;
    	flex-direction: column;
    	-webkit-flex-direction: column;
    	-moz-flex-direction: column;
    	-ms-flex-direction: column;
    	-o-flex-direction: column;
    	justify-content: space-between;
    	-webkit-justify-content: space-between;
    	-moz-justify-content: space-between;
    	-ms-justify-content: space-between;
    	-o-justify-content: space-between;
    	padding: 30px 35px;
}

.featured-service .icon-line {
	width: 100%;
	text-align: left;
}

.featured-service .info-section .fa {
	color: whitesmoke;
	padding-right: 10px;
}

.featured-service .info-section {
	width: 100%;
}

.featured-service .info-section a, .featured-service .icon-line a {
	color: whitesmoke;
}

.featured-service .info-section a:hover, .featured-service .icon-line a:hover {
	color: rgb(210, 210, 210);
}

.featured-service .info-section p {
	color: whitesmoke;
	font-size: 12px;
	line-height: 18px;
}

.featured-service .info-section ul {
	list-style-type: none;
}

.featured-service .info-section ul li {
	display: inline;
	line-height: 37px;
}

.featured-service .info-section ul li a {
	color: whitesmoke;
	padding: 5px 10px;
	border: solid 2px whitesmoke;
	white-space: nowrap;
}

.featured-service .info-section ul li a:hover {
	background-color: whitesmoke;
	color: #b53232;
}

.featured-service .link-line {
	width: 100%;
	text-align: right;
}

.featured-service .link-line .fa {
	font-size: 25px;
	color: whitesmoke;
	height: 40px;
	width: 40px;
	border: solid 2px whitesmoke;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	transition: all .2s ease;
}

.featured-service .link-line a:hover .fa {
	color: #b53232;
	background-color: whitesmoke;
}



/* Our Leadership Team Section */



.team > .wpb_wrapper {
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}

.team-member {
	width: 250px;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
}

.team-member .profile {
	width: 150px;
	height: 150px;
	margin: 20px 0 20px 0;
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	border-radius: 50%;
	filter: gray;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.team-member .profile:hover {
	background-size: 120%;
}

.team-member .name h4 {
	margin-bottom: 0px !important;
}

.team-member .contact-links {}


/* Leadership Team Style 2 */


.leadership .member {
	width: auto;
	height: 360px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.leadership .member .profile {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.leadership .member .rollover {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4), rgba(0,0,0,.6));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4), rgba(0,0,0,.6));
	visibility: hidden;
	transform: translate(0px, 100px);
	-webkit-transform: translate(0px, 100px);
	opacity: 0;
	
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.leadership .member:hover .rollover {
	visibility: visible;
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	opacity: 1;
}

.leadership .rollover .intro {
	transform: translate(0px, 100px);
	-webkit-transform: translate(0px, 100px);
	
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.leadership .member:hover .rollover .intro {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
}

@media (max-width: 765px) {
	.leadership .member .rollover .intro {
		transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
	}
	.leadership .member .rollover {
		visibility: visible;
		transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
		opacity: 1;
	}
}

.leadership .intro h3 {
	margin-bottom: 0 !important;
}


.leadership .intro a {
	color: whitesmoke;
}

.leadership .intro a:hover {
	color: #b53232;
}

.leadership .intro p {
	color: #C3C3C3;
}



/* Mobile Optimized */



@media only screen and (max-width: 780px) {

	/* Featured Service Section */
	
	.featured-services {
		margin-top: -50px;
	}
	
	.featured-service {
		margin-bottom: 20px;
		height: auto;
	}
	
	.featured-service .info-section h3 {
		font-size: 24px;
	}
	
	.featured-service .info-section h3 .fa, .featured-service .info-section ul {
		display: none;
	}

}



/* ################## */
/* #### Why Canvas IT Page #### */
/* ################## */



.big-number {
	color: #b53232;
	font-weight: bold;
	font-size: 60px;
}

.giant-tagline {}

.giant-tagline h2 {
	font-size: 100px;
	line-height: 120px;
	color: whitesmoke;
}

.giant-tagline h2:not(.boxed-text) {
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.giant-tagline .boxed-text {
	padding: 20px;
	background-color: #333333;
	display: inline-block;
}

.cit-featured-service h4 {
	border-bottom: solid 5px #b53232;
	line-height: 30px;
}



/* Mobile Optimized */



@media only screen and (max-width: 780px) {
	
	h2.big-number {
		text-align: left !important;
	}
	
}



/* ################## */
/* #### Contact Page #### */
/* ################## */



.contact-table table {}

.contact-table th, .contact-table td {
	text-align: left;
	vertical-align: middle;
	padding: 10px 20px;
	border: none;
}

.contact-table tr:nth-child(odd) {
	background-color: #b53232;
}

.contact-table tr:nth-child(odd) th, .contact-table tr:nth-child(odd) td {
	color: whitesmoke;
}

.contact-table tr:nth-child(even) {
	background-color: #bdc3c7;
}

.contact-table td {
	background-color: rgba(255,255,255, .1);
}