/*
Theme Name:     Salt Palm
Description:    
Author:         skywaymedia
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.full-w-text-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/********** Base **********/

html, body {
	overflow-x: hidden !important;
}

#logo {
	z-index: 99 !important;
}

.logo-top-header {
	max-width: 140px;
    background: #fff;
    padding: 20px;
    box-sizing: content-box;
    position: absolute;
    top: -20px;
}

p {
	font-family: 'Open Sans',sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 27px !important;
}

.et_header_style_centered #top-menu > li > a {
	text-transform: uppercase !important;
	font-weight: lighter !important;
}

.sp-h2 {
	text-transform: uppercase;
	font-size: 4em;
}

.sp-float-right {
	float: right !important;
}

.sp-clear {
	content: "";
	display: block;
	clear: both;
}

.sp-left {
	text-align: left !important;
}

.sp-right {
	text-align: right !important;
}

.sp-pad-right-md {
	padding-right: 40px !important;
}

.sp-pad-left-md {
	padding-left: 40px !important;
}

.free-quote-btn {
	display: block;
	background: transparent;
	border: 2px solid #222;
	color: #222;
	font-size: 25px;
	text-align: center;
	width: 180px;
	margin: 10px auto;
	padding: 10px;
	font-weight: 600;	
}

.free-quote-btn:hover {
	background: #222;
	color: #fff;
}

.sp-page-heading {
	font-size: 65px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px #333;
}

/* Mobile menu toggle */

.mobile_menu_bar::before {
	color: #8FC9D3 !important;
}

.et_pb_team_member_image {
	display: block !important;
	margin: 20px auto !important;
}

.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form select,
.wpforms-form textarea {
	border-color: #fff !important;
}


/********** Home **********/


/* Home hero welcome box */

.hero-text-box {
	width: 600px;
	font-size: 35px;
	text-align: center;
	line-height: 50px;
	padding: 0 40px;
	position: absolute;
	top: 0;
	right: 0;
}

/* Current Development button */

a.free-quote-btn:nth-child(5) {
	transform: translatey(-50px);
}

.hero-text-box img {
	display: block;
	margin: auto;
	max-width: 200px;
	padding-bottom: 30px;
}

.b-corp-btn {
	color: #666666;
	border-color: #666666;
	width: 310px;
	margin: 20px auto;
	padding: 0;
	text-transform: uppercase;
}

.b-corp-btn:hover {
	background: #666666;
	color: #fff;
}

.hover-row-home-main {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #8FC9D3;
	display: table;
}

.hover-row-home {
	float: left;
	width: 50%;
	position: relative;
}

.hover-row-home img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.col-color {
	display: flex;
	align-items: center;
	position: relative;
}

.pri-color-link:hover a {
	color: #8FC9D3 !important;
}

/* Dark background color */

.col-color-dk {
	background: #222;
}

.col-color-dk:hover a {
	color: #222 !important;
}

/* Primary blue background color */

.col-color-bl {
	background: #8FC9D3;
}

.home-row-overlay {
	display: block;
	position: absolute;
	bottom: 35%;
	width: 100%;
	text-align: right;
	background: #8FC9D3;
	padding: 40px 0;
	font-size: 3em;
	opacity: .9;
	color: #fff;
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 45px;
}

.home-row-overlay-dark {
	background: rgba(34,34,34,.7);
}

.color-text-block {
	padding: 5vw 3vw;
	padding-bottom: 0;
	font-size: 3.5em;
	color: #fff;
	text-transform: uppercase;
	line-height: 58px;
}

.color-text-block strong {
	opacity: .7;
}

.color-text-block a {
	text-decoration: underline;
}

.sp-full-width {
	width: 100% !important;
}

.btn-clear,
#wpforms-submit-260,
.free-quote-btn-white {
	display: block;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-size: 25px;
	text-align: center;
	width: 200px;
	margin-top: 35px;
	padding: 5px;
	font-weight: 600;
}

/* Button color for dark bg on hover */

.btn-clear:hover {
	background: #fff;
	color: #222;
}

/* Button color for primary color on hover */

.btn-pri-color:hover {
	color: #8FC9D3;
}

/* Home prject columns */

.slide-img-container {
	position: relative;
}

.slide-img-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #222;
	color: #fff;
	font-size: 1.7em;
	padding: 10px;
	overflow: hidden;
}

.slide-img-overlay a {
	color: #fff;
}

.slide-img-overlay-one,
.slide-img-overlay-two {
	transition: .4s cubic-bezier(.57,.21,.69,3.25);
}

.slide-img-overlay-one {
	padding-bottom: 0;
	transform: translateY(14px);
}

.slide-img-overlay-two {
	transform: translateY(50px);
}

.slide-img-container:hover .slide-img-overlay-one {
	transform: translateY(-50px);
}

.slide-img-container:hover .slide-img-overlay-two {
	transform: translateY(-14px);
}

.icon-heading {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 30px;
}

.watch-video-arrow {
	display: block;
	margin-top: 20px;
	font-size: 25px;	
}

a.color-text-block-link {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}
.sm-mg-rt {
	margin-right: 20px;
}

a.color-text-block-link:hover {
	text-decoration: underline;
}

.sp-home-menu-container ul {
	list-style: none;
	padding: 0;
}

.sp-home-menu-container ul li {
	display: inline-block;
	padding-right: 22px;
}

.sp-home-menu-container ul li a {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.sp-home-menu-container ul li a:hover {
	opacity: .7;
}

/* Gallery */

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item{margin:0 0.5% 0.5% 0!important; width:24% !important }


/* Tablet and mobile box below nav */

.sp-home-benefit-box {
	margin-bottom: 20px !important;
}

/********** About **********/

.our-promise {
	font-size: 30px !important;
	line-height: 38px !important;
}

.free-quote-btn-white {
	padding: 10px;
}

.free-quote-btn-white:hover {
	background: #222;
	color: #fff;
	border-color: #222;
}

.sp-person {
	width: 19%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.sp-person p {
	color: #aaa;
}

.sp-person .fa-linkedin {
	font-size: 16px !important;
	background: #fff;
	color: #b2b2b2;
	transition: 0.3s color ease;
}

.sp-person .fa-linkedin:hover {
	color: #8FC9D3;
}

/********** Benefit **********/

.resources-list li a {
	color: #666;
}

.resources-list li a:hover {
	color: #8fc9d3;
	text-decoration: underline;
}

/* Three column borders */

.benefit-3-col-border {
	width: 29.666%;
	border: 2px solid #222;
	padding: 30px;
	box-shadow: 0 0px 20px 5px rgba(0, 0, 0, .2);
}

/********** Contact **********/


#wpforms-submit-260 {
	width: 110px;
	font-size: 20px;
	margin-top: 0;
	color: #606060;
	border-color: #606060;
}

#wpforms-submit-260:hover {
 	background: #606060;
	color: #fff;
}

.wpforms-field-label {
	color: #606060 !important;
}


/********** Footer **********/


.sp-footer-title {
	color: #fff;
	font-size: 27px !important;
	margin-bottom: 15px;
}

.sp-footer-menu,
.footer-social-menu {
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	list-style: none !important;
}

.sp-footer-menu li a {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 45px;
	font-family: 'Open Sans',sans-serif !important;
}

.footer-social-menu li {
	display: inline-block !important;
}

#footer-info {
	font-size: 14px !important;
	font-family: 'Open Sans',sans-serif !important;
}

.fa-facebook,
.fa-twitter,
.fa-linkedin,
.fa-instagram {
	background: #222;
	padding: 5px 10px 5px 10px;
	font-size: 27px !important;
	color: #fff;
}

.footer-left {
	width: 200px;
	margin: auto;
	text-align: left;
}

/* Footer images */

.sp-footer-img-container img {
	display: inline-block;
	vertical-align: middle;
}

.sp-footer-img-container img:nth-child(1) {
	max-width: 130px;
}

.sp-footer-img-container a:nth-child(3) > img:nth-child(1) {
	max-width: 270px;
	margin-left: 20px;
}

/* Removes br so images are inline */

.sp-footer-img-container br {
	display: none;
}

.footer-widget {
	text-align: center !important;
}

#text-2,
#text-4{
	width: 100% !important;
}

.lf--adjust p {
	font-size: 54px !important;
}

.sp-full-width p {
	line-height: 58px !important;
	font-size: 50px !important;
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif !important;
}

/********** Tablet screens and up *********/


@media screen and (min-width: 980px) {
	
	.page-id-854 #main-header {
	display: none !important;
	}
	
	/* Align Header */
	
	#main-header {
		height: 85px !important;
		top: auto !important;
	}
	
	/* Align logo */
	
	.et_header_style_centered #logo {
		position: absolute !important;
		left: 0 !important;
		top: 12px !important;
	}
	
	/* Align centered nav */
	
	.et_header_style_centered #main-header div#et-top-navigation {
		position: relative !important;
		width: 100% !important;
		top: -50px !important;
	}
	
	/* Home rows hover styles */
	
.hover-row-home-main:hover,
.hover-row-home-main:hover .home-row-overlay,
.hover-row-home-main:hover .col-color {
	background: #222;	
}

.col-color-dk:hover,
.col-color-dk:hover .home-row-overlay,
.col-color-dk:hover:hover .col-color {
	background: #8FC9D3;
}

.hover-row-home-main:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
	
	/* Home rows link hover styles */
	
	.pri-color-link:hover a {
		color: #8FC9D3 !important;
	}

	.col-color-dk:hover a {
		color: #222 !important;
	}
	
	
}


@media screen and (max-width: 1442px) {
	
	.color-text-block {
		font-size: 2.5em;
		line-height: 40px;
	}
	
}

@media screen and (max-width: 1120px) {
	
	.color-text-block {
		font-size: 2em;
		line-height: 30px;
	}
	
}

@media screen and (max-width: 1066px) {
	
	/* Top header */
	
	.sp-top-header h1 {
		font-size: 15px !important;
	}
	
	.sp-top-header .et_pb_button {
		font-size: 15px;
	}
	
}

@media screen and (max-width: 1000px) {
	
	.color-text-block {
		font-size: 1.5em;
		line-height: 25px;
	}
	
}


/********** Tablet screens and below **********/


@media screen and (max-width: 980px) {
	
	#main-header {
		background: #4C4C4C !important;	
	}
	

    /* Home hero welcome box */
	
	.hero-text-box {
		background: #fff;
		opacity: .8;
		top: 20%;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.sp-top-header {
		display: none;
	}
	
	.sp-tablet-home-header {
		margin-top: 145px;
	}
	
	.hover-row-home {
		float: none;
		width: 100%;
	}
	
	.home-row-overlay {
		text-align: center !important;
	}
	
	.color-text-block {
		font-size: 3em;
		line-height: 45px;
	}
	
	.color-text-block {
		padding: 10vw 3vw;
	}
	
	.color-text-block-md-pd-bt {
		padding-bottom: 155px !important;
	}
	
	.sp-pad-right-md {
		padding-right: 0 !important;
	}
	
	.sp-pad-left-md {
		padding-left: 0 !important;
	}
	
	.sp-switch-header {
		display: table-header-group;
	}

	.sp-switch-footer {
		display: table-footer-group;
	}
	
	.home-row-overlay-dark {
		transform: translateY(-280px);
	}
	
	.watch-video-arrow {
		display: none;
	}
	
	.sp-footer-img-container img:nth-child(1) {
		max-width: 100px;
	}

	.sp-footer-img-container a:nth-child(3) > img:nth-child(1) {
		max-width: 170px;
		margin-left: 20px;
	}
	
	/* Resets link hover color on tablets and below for the home rows */
	
	.pri-color-link:hover a {
		color: #222 !important;
	}
	
	.col-color-dk:hover a {
		color: #8FC9D3 !important;
	}
	
	.sp-person {
	    width: 100%;
		display: block;
		margin-bottom: 50px;
    }
	
	.sp-person:last-child {
		margin-bottom: 0 !important;
	}
	
	.sp-home-menu-container {
		display: none;
	}
	
	.hover-row-home-main img {
	-webkit-filter: grayscale(0) !important;
	filter: grayscale(0) !important;
	}
	
	.sp-page-heading {
		font-size: 40px;
}
	.hero-imgs-top-pd {
		padding-top: 120px !important;
		margin-top: 140px !important;
	}
	
}

@media screen and (max-width: 767px) {
	
	.sp-h2 {
		font-size: 2.5em;
	}

	/*
	.home-row-overlay {
		display: none;
	}*/
	.home-row-overlay{
		padding:5px 0;
		font-size:2em;
	}
	
	.hero-text-box {
		top: 40px;
		font-size: 20px;
		width: 100%;
		padding: 20px;
		padding-top: 50px;
		line-height: 30px;
		top: 0 !important;
	}
	
	.b-corp-btn {
		font-size: 18px;
		width: 235px;
		padding: 5px 0;
	}
	
	.color-text-block {
		font-size: 2em;
		line-height: 35px;
	}
	
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
		min-height: 460px !important;
		width: 100% !important;
	}
	
	/* Footer images */

	.sp-footer-img-container {
		padding-top: 0;
	}
	
	/* Current Development button */

	a.free-quote-btn:nth-child(5) {
		transform: translatey(-40px) !important;
	}
	
	
}
.hide-pc-fix{
	display:none !important;
}