/*======================================
Theme Name: Stonegame
Theme URI: https://leftplusright.com/
Description: Stonegate Website
Version: 1.0
Author: L+R
Author URI: https://leftplusright.com/
Template: Divi
======================================*/



/* General styles for Landing Page */
/* .home #main-header, .home #main-footer {
	display: none;
} */

#footerCreds a {
	color: #231f20;
}
#footerCreds a:hover {
	text-decoration: underline;
}
#lpContact a {
	color: #fff !important;
}
#lpContact a:hover {
	color: #C7C8CA !important;
}
#lpContact h2 {
	padding-bottom: 3px;
}
#lpContact .et_pb_column_4 {
	border-left: 3px solid #fff;
}
.overlay .et_pb_row {
    background: #fff;
    padding: 50px;
    border-radius: 18px;
    max-width: 800px;
}
@media screen and (max-width: 980px) {
	#lpContact .et_pb_column_4 {
		border-left: none !important;
		border-top: 3px solid #fff;
	}
	#lpContact .et_pb_column {
		margin-bottom: 10px;
	}
	#customHdr #sgLogo img {
		max-width: 165px;
		position: relative !important;
		margin-bottom: -32px;
	}
	.overlay .et_pb_row {
		background: transparant !important;
		padding: 5px;	
	}
	.overlay {
		background: rgba(255,255,255,1);
	}
	button.overlay-close {
		color: #000 !important;
		position: absolute !important;
		right: 0px !important;
		top: 0px !important;
		height: 80px !important;
		width: 60px !important;
	}
	.overlay-close span {
		position: fixed;
		right: 0px;
		top: 0px;
	}
/* 	button.overlay-close {
		color: #000 !important;
    	position: absolute !important;
    	right: 10px !important;
    	top: 10px !important;		
	}
	button.overlay-close span {
		font-size: 33px;
		margin: 0px;
		position: relative;
		line-height: 0px;
		vertical-align: top !important;
		background: #fff;
		width: 50px !important;
		display: block;
		height: 50px !important;
		padding-top: 20px;
		border-radius: 25px;
	} */
}


/* New Full Site CSS
 * ======================================================= */

/* General Styles */

body, p, h1, h2, h3, h4, h5 {
	hyphens: none !Important;
	word-break: none !Important;
}
#footerCreds a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 980px) {
	p {
		font-size: 17px;
	}
}
@media only screen and (max-width: 980px) {	

			/* Column Reordering on Mobile
			* ============================== */
			.custom_row {
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-flex-wrap: wrap; /* Safari 6.1+ */
				flex-wrap: wrap;
			}

			.first-on-mobile {
				-webkit-order: 1;
				order: 1;
				text-align: left !Important;
			}

			.second-on-mobile {
				-webkit-order: 2;
				order: 2;
			}

			.third-on-mobile {
				-webkit-order: 3;
				order: 3;
			}

			.fourth-on-mobile {
				-webkit-order: 4;
				order: 4;
			}
			/* add margin to last column */
			.custom_row:last-child .et_pb_column:last-child {
				margin-bottom: 30px;
			}
	
			
			/* Align reorderd button on footer */
			.first-on-mobile .et_pb_button_alignment_right {
				text-align: left !important;
			}
			.first-on-mobile .et_pb_button_alignment_right a.et_pb_button,
			.first-on-mobile .et_pb_button_alignment_right a.et_pb_button:hover {
				padding: 0px;
				background: transparent !important;
			}
			#footerCreds .first-on-mobile {
				margin-bottom: 0px;
			}
	
}


#main-header {
	box-shadow: none !important;
}
#main-header .logo_container a {
    position: absolute;
    top: 0px;
    max-width: 280px;
}
#top-menu li.ctaBtn a {
    color: #1A428A;
    font-weight: bold;
}

/* Hover States */
#top-menu li a:hover {
	color: #1A428A !important;
	opacity: 1 !Important;
}
#top-menu li.ctaBtn a:hover { 
    color: #76777A !important;
	opacity: 1 !Important;
}

/* Active States */
#top-menu li.current-menu-item a,
#top-menu li.current-menu-item a:visited{
	color: #231F20 !important;
	opacity: 1 !Important;
}
#top-menu li.ctaBtn.current-menu-item a,
#top-menu li.ctaBtn.current-menu-item a:visited { 
    color: #1A428A !important;
	opacity: 1 !Important;
}

@media only screen and (max-width: 1063px) and (min-width: 981px) {
	#top-menu li {
		padding-right: 15px !important;
		font-size: 14px;
	}
	ul#top-menu li a {
		font-size: 13px !important;
	}
	
}


/* Positioning */
nav#top-menu-nav {
    position: relative;
    bottom: -15px;
}


/* Page Elements */
.blockHdr h1 {
    background: rgba(255,255,255,0.8);
    padding: 38px 40px !important;
    display: block;
/*     width: fit-content;
	width: -moz-max-content; */
	display: table;
    margin: 0px auto;
}

/* Solutions Page */
.solutionsBlock ul {
    list-style: none;
    padding: 0px;
    width: 80%;
    margin: 0px auto;
	margin-top: 20px;
}
.solutionsBlock ul li {
    margin-bottom: 8px;
    position: relative;
}
/* .solutionsBlock ul li::before {
    content: ">";
    position: absolute;
    left: -25px;
    top: -2px;
    font-weight: 600;
} */
.solutionsBlock ul li::before {
    content: " ";
    position: absolute;
    left: -25px;
    top: -2px;
    font-weight: 600;
    background: url(https://stonegatedelivers.com/wp-content/uploads/2019/04/icon-arrow.png) no-repeat center center;
    width: 20px;
    height: 30px;
    background-size: 18px;
}
	
@media only screen and (max-width: 650px) {
	.solutionsOverlay img {
		display: block !important;
		width: 100%;
		margin-bottom: 20px;
	}
}

/* Footer Menu Styles */
footer#main-footer {
	display: none;
}

#footerNav ul.menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#footerNav ul.menu li {
    display: inline;
    padding: 0px 8px;
    text-transform: uppercase;
    font-size: 11px;
    border-right: 1px solid #8c8c8c;
}
#footerNav ul.menu li a:hover {
	color: #1A428A;
}
#footerNav ul.menu li:first-child {
    padding-left: 0px;
}
#footerNav ul.menu li:last-child {
    border-right: none;
    padding-right: 0px;
}


/* Body Content Styles */

.differenceContent h3 {
	vertical-align: middle;
}
.differenceContent h3::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 30px;
    background: url(https://stonegatedelivers.com/wp-content/uploads/2019/04/icon-arrow.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

/* Testimonial Slider */

.testimonialSlider .et_pb_slide_description h1.et_pb_slide_title {
    font-size: 26px !important;
}
.testimonialSlider .et_pb_slide_description h1 {
    margin-bottom: 15px;
}
.testimonialSlider .et_pb_slide_image {
    width: 80px;
}
.testimonialSlider .et_pb_slide_image img {
    width: 70px;
	position: relative;
    top: -125px;
}
.testimonialSlider {
    height: 400px;
}
.testimonialSlider .et_pb_slide {
    padding: 0px !important;
}

.testimonialSlider .et_pb_slide_description {
    width: 100%;
    padding-left: 90px !important;
}

@media screen and (max-width: 767px) {
	
	/* Testimonial slider mobile styles */
	.testimonialSlider .et_pb_slide_description {
		/* padding-left: 70px !important; */
		padding-left: 40px !important;
		padding-top: 45px;
	}
	.testimonialSlider .et_pb_slide_image {
		/* width: 80px; */
		width: 40px;
		margin: 0px;
	}
	.testimonialSlider .et_pb_slide_image img {
		/* width: 50px; */
		width: 30px;
		position: relative;
		top: 34px;
		left: 0px;
		margin: initial !IMPORTANT;
		text-align: left;
		right: 0px;
	}
	/* 	.testimonialSlider .et_pb_slide_image {
		margin: 0px;
	} */
	.testimonialSlider .et_pb_slide_content p span {
		font-size: 15px;
	}
}

/* Contact Page */

.contactSidebar a {
	/* color: #76777A; */
	color: #1A428A;
}
.contactSidebar a.trackLink {
	color: #1A428A;
	text-transform: uppercase;
	font-weight: bold;
}

/* Contact Form */

.contactForm .et_pb_contact_form_label {
    display: block;
    color: #000;
}
.contactForm span.et_pb_contact_field_options_title {
    display: none;
}
.contactForm.et_pb_contact_form_0.et_pb_contact_form_container .input[type=checkbox]+label {
    color: #000 !important;
}
.contactForm .et_contact_bottom_container {
    float: left;
    margin-top: 7px;
    text-align: right;
    margin-left: 3px;
}

/* Required Field Icon */
.contactForm .et_pb_contact_field_0 label::after,
.contactForm .et_pb_contact_field_1 label::after,
.contactForm .et_pb_contact_field_3 label::after,
.contactForm .et_pb_contact_field_5 label::after,
.contactForm .et_pb_contact_field_6 label::after {
    content: "*";
}
/* Phone Field Icon */
.contactForm .et_pb_contact_field_5 label::after {
    content: "* (numbers only)";
}


/* Mobile Menu Styles */
@media screen and (max-width: 980px) {
	header#main-header {
		height: 60px;
	}
	#main-header .logo_container a img#logo {
		width: 160px !important;
		height: 88px !important;
		max-height: 88px !important;
		max-width: 160px;
		z-index: 99999;
		position: relative;
	}
	.et_non_fixed_nav #page-container {
		padding-top: 60px;
	}
	header#main-header {
		height: 60px;
		position: fixed;
	}
}

.mobile_menu_bar:before {
    color: #000 !important;
    font-size: 45px;
    left: -17px !important;
    top: -7px;
    z-index: 99999999;
}
span.mobile_menu_bar.mobile_menu_bar_toggle {
    z-index: 99999999;
	top: 16px;
    position: absolute;
}
ul#mobile_menu {
    width: 100% !important;
    position: fixed;
    height: 100%;
    background: #1A428A !important;
    border-color: #1A428A;
	top: 60px;
	padding-top: 50px;
}
.et_mobile_menu li a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 300;
}
.et_mobile_menu li a::after {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://stonegatedelivers.com/wp-content/uploads/2019/04/icon-arrow-white.png) no-repeat center center;
    background-size: 15px;
    vertical-align: middle;
    margin-left: 7px;
}
.et_mobile_menu li a:hover {
    color: #fff !important;
    text-transform: uppercase;
    margin-left: 20px;
    font-weight: 300;
	background: transparent;
	opacity: 1 !important;
}
.et_mobile_menu li.ctaBtn a {
    font-weight: 700;
}

