/*
	Theme Name: Divi child
	Theme URI: 	upthinksolutions.com
	Template: 	Divi
	Version: 	2.6.1
*/
@import url("../Divi/style.css");

/*	STYLE
------------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0px !important;
	margin-bottom: 30px;
}

body h2 {
	font-size:40px;
}

body h3 {
	font-size:30px;
}

body h4 {
	font-size:25px;
}

body h5 {
	font-size:20px;
}

p {
	padding-bottom: 0px !important;
	margin-bottom: 30px;
}

.et_pb_button, 
.et_pb_button:hover  {
    padding: 14px 30px !important;
}

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

.header-top {
    float: right;
    position: relative;
	margin-top: 10px;
	width: 50%;
}

.header-top p {
	margin-bottom:0px;
}

.header-top .phone-header {
    background: #0bbae9;
    color: #fff;
    padding: 12px 15px;
	display:block;
	float:right;
}

.phone-header img {
    float: left;
    margin-right: 10px;
    display: inline-block;
}
#et-top-navigation {
	padding-top:20px !important;
}

.et_header_style_left #et-top-navigation nav>ul>li>a, 
.et-fixed-header #et-top-navigation nav>ul>li>a {
	padding-bottom: 20px !important;
}
#top-menu li {
	padding-right: 33px;
}

#top-menu li a {
	font-weight: 600 !important;
}


/*	END HEADER
--------------------------------------------------------*/
.home-banner {
	min-height:630px;
}

.home-banner h1 {
    margin-top: 70px;
    padding: 0px 210px;
    font-weight: bold;
    text-shadow: 0px 0px 8px #000;
    background: url(images/heading-shadow.png)no-repeat;
    background-position: center center;
    height: 225px;
    margin-bottom: -50px;
    padding-top: 23px;
}

.about-box {
	min-height:960px;
}

.directives .et_pb_row {
    padding: 0;
}

.directives-inner {
    max-width: 770px;
    width: 770px;
    float: right;
    padding: 50px 30px 0px 0px;
}

.about-box .et_pb_text_inner {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    min-height: 300px;
    text-align: center;
    padding: 30px 30px 0px 30px;
}

.about-box h3 {
    font-size: 30px;
}

.about-box h3:after{
	display:block;
	content:"";
	width:181px;
	height:6px;
	background:url("images/white-line.png")no-repeat;
	margin: 15px auto 30px;
}
.about-box a {
	color:#000;
}

.cta-row h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 10px #000;
}

.cta-row h2:after, 
.services-heading h2:after, 
.form-footer h2:after{
	display:block;
	content:"";
	width:181px;
	height:6px;
	background:url("images/white-line.png")no-repeat;
	margin: 15px auto 30px;
}

.services-box .et_pb_text_inner {
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
    width: 300px;
    margin: 0px 20px;
}

.services-box h4 {
	overflow: hidden;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 0;
    padding: 31px 0px !important;
}

.services-box p {
	margin-bottom:0px;
}

.services-box a {
	overflow:hidden;
	width:100%;
	height:352px;
	display:block;
}
.services-box h4 a {
	height:auto;
}

.services-box a img{
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-webkit-transition: all 1s;
	transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	overflow:hidden;
}

.services-box a:hover img {
	width: 340px;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transition: all 1s;
	transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}

.latest-heading h2 {
    text-transform: uppercase;
}

.latest-heading h2:after{
	display:block;
	content:"";
	width:181px;
	height:6px;
	background:url("images/gray-line.png")no-repeat;
	margin: 15px auto 30px;
}

.home-blog .et_pb_post {
	padding: 0px;
	border: none;
	overflow:hidden;
	margin-bottom:0px !important;
}

.home-blog .et_pb_image_container {
    width: 40%;
    float: left;
    margin-right: 30px;
	margin-top:0px;
	margin-bottom:0px;
}
.home-blog .column {
	width: 47% !important;
    margin-right: 5% !important;
}
.home-blog .column:nth-child(2n) {
    margin-right: 0% !important;
}

.home-blog .post-content p {
	display:none;
}
.home-blog .et_pb_post .entry-title {
    font-size: 25px;
    font-weight: bold;
	
    margin-bottom: 20px;
}

.home-blog .post-meta {
    text-transform: uppercase;
    color: #000 !important;
	font-size:18px !important;
}

.home-blog .post-meta a {
    color: #000 !important;
}

.home-blog .more-link, 
.blog-page-area .more-link {
    text-align: right !important;
    text-transform: uppercase;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
}
.home-blog .more-link:before, 
.blog-page-area .more-link:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background:url(images/plus-icon.png)no-repeat;
    margin-right: 10px;
    margin-bottom: -3px;
}

body #main-footer {
	background: url(images/footer_bg.jpg) no-repeat;
	min-height:555px;
    background-size: cover;
	position:relative;
}

#footer-widgets {
    padding: 0% 0 0;
}

.footer-widget:first-child {
	margin-bottom:0px;
	background:rgba(0, 0, 0, 0.76);
	min-height:560px;
	padding: 30px 10px 0px 20px;
}

.info-box .fa {
    border: 1px solid #fff;
    padding: 15px 0px;
    font-size: 30px;
    margin-right: 10px;
	float:left;
    display: inline-block;
    width: 60px;
    text-align: center;
}

.info-box {
	font-size:18px;
	clear: both;
	overflow: hidden;
	line-height: 1.4;
}

.info-box a {
    padding-top: 18px;
    float: left;
}
#footer-info {
    margin-bottom: 0;
	margin-left:20px;
}

#footer-bottom {
	padding: 0;
    position: absolute;
    left: 0px;
    bottom: 14px;
    width: 100%;
}
.social-icons-footer {
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    float: left;
    width: 100%;
	text-align:center;
}

.social-icons-footer br {
	display:none;
}

.social-icons-footer a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #0bbae9;
    text-align: center;
    color: #fff !important;
    border-radius: 500px;
    margin: 0px 5px;
    padding-top: 18px;
}

.social-icons-footer a:hover {
    background: #108500;
}

.info-box .fa:hover {
    background: #108500;
}
.footer-widget {
    margin-bottom: 0 !important;
}

.footer-widget #text-4 {
	width:100%;
	padding-top: 110px;
}
.form-footer h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000;
}

/*	Form Style
-------------------------------------------------------------*/
.form-footer .wpforms-container-full .wpforms-form .wpforms-field {
	padding: 3px 0;
	clear: both;
	width: 49%;
	float: left;
}

.form-footer .wpforms-container-full .wpforms-form .wpforms-field-textarea {
    float: right;
    clear: none;
    margin-top: -110px;
}

.form-footer .wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 162px;
}

.form-footer .wpforms-container-full .wpforms-form input[type=text], 
.form-footer .wpforms-container-full .wpforms-form input[type=email], 
.form-footer .wpforms-container-full .wpforms-form textarea {
	background-color: #fff;
    border-radius: 0px;
    color: #000;
    display: block;
    float: none;
    font-size: 20px;
    border: 1px solid #000;
    padding: 6px 10px;
    height: 50px;
    width: 100%;
    line-height: 1.3;
}

.form-footer .wpforms-container-full .wpforms-form button[type=submit] {
    color: #fff;
    background: #108500;
    text-transform: uppercase;
    font-size: 18px;
}

.form-footer .wpforms-submit-container {
	text-align:center;
}

.form-footer ::-webkit-input-placeholder {
	color: black;
}

.form-footer :-moz-placeholder { 
   	color: black;
}

.form-footer ::-moz-placeholder { 
   	color: black;
}

.form-footer :-ms-input-placeholder {  
   	color: black;
}
/*	End Form Style
-------------------------------------------------------------*/
.inner-page-banner {
	min-height:380px;
}
.inner-page-title h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.inner-page-title h1:after {
    content: "";
    display: block;
    width: 80px;
    height: 6px;
    background: #0bbae9;
    margin: 0 auto;
}
.inner-page-title:after {
    content: "";
    display: block;
    width: 100%;
    background: #7b7b7b;
    height: 1px;
    bottom: 29px;
    position: absolute;
    z-index: 8;
}
.about_page_bio_row .et_pb_text_inner {
    padding-left: 40px;
}
#main-content .alignright {
	margin: 0px 0px 30px 30px;
}
#main-content .alignleft {
	margin: 0px 30px 30px 0px;
}
.faq-content h3 {
    margin-bottom: 20px;
    margin-top: 50px;
}
.faq-content h3:first-child{
	margin-top:0px;
}
.faq-content h3:after{
	content:"";
	display:block;
	width:50px;
	height:3px;
	background:#0bbae9;
}
.blog-page-area .et_pb_post {
	border: none !important;
	box-shadow: 0px 0px 10px #999;
	padding: 20px;
	overflow: hidden;
}
.blog-page-area .et_pb_post .entry-featured-image-url {
    float: left;
    width: 34%;
    margin-right: 40px;
    max-height: 300px;
    overflow: hidden;
}
.blog-page-area .et_pb_post .entry-title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.blog-page-area .more-link { 
	margin-top:0px;
}

/*	LANDING PAGES STYLE
---------------------------------------*/
.landing-page-banner {
	min-height:600px;
}

.landing-logo a {
	color: #fff;
	font-size: 40px;
	text-transform: capitalize;
	text-shadow: 0px 0px 2px #000;
}

.landing-logo p, 
.landing-phone p {
	margin-bottom:0px;
}

.landing-page-banner h1 {
	margin-top:50px;
	text-shadow:0px 0px 2px #000;
}

.landing-phone a {
	color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0px 0px 1px #000;
    background: #0bbae9;
    padding: 5px 19px;
    border-radius: 500px;
    margin-top: 2px;
    display: inline-block;
}

.landing-footer-links p {
	margin-bottom:0;	
}

.landing-footer-links br {
	display:none;
}

.landing-footer-links a {
	float:left;
	margin: 0px 15px;
    color: #000;
}

.landing-form {
    background: #ebf5fb;
    box-shadow: 0px 0px 40px #999;
    padding: 20px 30px;
    overflow: hidden;
}

.landing-form h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.landing-form .wpforms-container-full .wpforms-form .wpforms-field {
	padding: 3px 0;
	clear: both;
	width: 100%;
	float: left;
}

.landing-form .wpforms-container-full .wpforms-form .wpforms-field-textarea {
	float: right;
	clear: none;
}

.landing-form .wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	height: 162px;
}

.landing-form .wpforms-container-full .wpforms-form input[type=text], 
.landing-form .wpforms-container-full .wpforms-form input[type=email], 
.landing-form .wpforms-container-full .wpforms-form textarea {
	background-color: #fff;
	border-radius: 0px;
	color: #000;
	display: block;
	float: none;
	font-size: 20px;
	border: 1px solid #000;
	padding: 6px 10px;
	height: 50px;
	width: 100%;
	line-height: 1.3;
}

.landing-form .wpforms-container-full .wpforms-form button[type=submit] {
	color: #fff;
	background: #108500;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 6px;
}

.landing-form .wpforms-submit-container {
	text-align:center;
}

.landing-form ::-webkit-input-placeholder {
	color: black;
}

.landing-form :-moz-placeholder { 
   	color: black;
}

.landing-form ::-moz-placeholder { 
   	color: black;
}

.landing-form :-ms-input-placeholder {  
   	color: black;
}

.footer-landing {
	border-top:1px solid #000;
}

.landing-phone p {
    text-transform: uppercase;
}

.landing-copyright p {
    margin-bottom: 0;
}
.about-img {
    border-radius: 500px;
    background: #000;
    overflow: hidden;
    width: 400px;
    height: 400px;
    text-align: center;
    border: 5px solid #ddd;
}

.about-img-center {
	width:320px; 
	height:320px;
	margin-top: -170px;
}

#landing_page_2:after {
    content: '';
    background: url(images/curve.png) no-repeat center bottom;
    display: block;
    width: 100%;
    height: 84px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size:cover;
    z-index: 5;
}

span.name-text {
    display: block;
}

/*	END LANDING PAGES STYLE
---------------------------------------*/


/*	RESPONSIVE
------------------------------------------------------------------------------------------------------------*/

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

	.et_pb_svg_logo #logo {
    	height: 40% !important;
	}

	#top-menu li a {
    	font-size: 14px !important;
	}

	#et-top-navigation {
    	padding-left: 0px !important;
	}

	.home-banner h1 {
		padding: 0;
	}

	.directives-inner {
    	max-width: 630px;
    	width: 630px;
	}

	.cta-row h2 {
    	font-size: 40px;
	}

	.services-box a {
    	height: 300px;
	}

	.services-box h4 {
    	font-size: 16px;
	}

	.services-box .et_pb_text_inner {
    	width: 220px;
	}

	.container {
		width: 95%;
	}

	.info-box {
    	font-size: 15px;
	}

	.about-box h3 {
    	font-size: 24px;
	}

	.about-box p {
    	font-size: 24px;
	}

	.about-box p {
    	font-size: 16px;
	}

	#landing_page_2 .et_pb_row {
		width: 90%;
	}

	.landing-footer-links a {
    	margin: 0px 5px;
	}

	.landing-form {
    	padding: 20px 20px;
	}

	.landing-page-banner .et_pb_row {
		width: 90%;
	}

}

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

	.directives-inner {
    	max-width: 100%;
    	width: 100%;
    	padding: 5%;
	}

	.about-box p {
    	text-align: center;
	}

	.cta-row h2 {
    	font-size: 30px;
	}

	body h2 {
    	font-size: 30px;
	}

	.services-box .et_pb_text_inner {
    	width: 280px;
    	float: none;
    	margin: 0 auto 20px;
	}

	.home-blog .et_pb_post .entry-title {
    	font-size: 20px;
	}

	.home-blog .post-meta {
    	font-size: 14px !important;
	}

	.home-blog .more-link, .blog-page-area .more-link {
		margin-top: 0;
	}

	#main-content .alignright {
    	margin: 0 auto;
    	float: none;
    	display: block;
	}

	.footer-widget #text-4 {
    	padding-top: 0px;
	}

	#footer-bottom {
    	bottom: 0;
	}

	.about-img-center {
    	margin-top: 0;
	}

	.landing-copyright p, .landing-footer-links p {
    	text-align: center;
	}

	.landing-footer-links a {
    	float: none;
	}

}

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

	.home-banner h1 {
    	font-size: 40px;
	}

	.et_pb_text_2 h1 {
    	font-size: 30px;
	}

}

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

	.et_header_style_left .logo_container {
    	position: relative;
    	text-align: center;
	}

	.header-top {
    	float: none;
    	position: relative;
    	margin-top: 10px;
    	width: 220px;
    	margin: 0 auto;
    	display: block;
	}

	#et-top-navigation {
    	clear: both;
	}

	.home-banner h1 {
    	font-size: 30px;
	}

	.home-banner {
    	min-height: 450px;
	}

	body h3 {
    	font-size: 25px;
	}

	.cta-row h2 {
    	font-size: 20px;
	}

	body h2 {
    	font-size: 20px;
	}

	.inner-page-title h1 {
		font-size: 22px;
	}

	#footer-bottom {
    	bottom: 14px;
	}

	.about-img-center, .about-img {
    	width: 290px;
    	height: 290px;
	}

}