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

/*
Default styling
---------------------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800');

body {
	font-weight: 400 !important;
	font-family: 'Nanum Gothic', sans-serif;
}

/*
Headings styling
----------------------------------------------- */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	line-height: 1.2;
	padding-bottom: 30px;
	font-family: 'Nanum Gothic', sans-serif;
}
body h1 {
	font-size: 50px;
}
body h2 {
	font-size: 40px;
}

body h3 {
    font-size: 30px;
    color: #9b3b0c;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

body h3:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #9ca81e;
    position: absolute;
    left: 0;
    bottom: 0;
}

body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 20px;
}
body h6 {
	font-size: 20px;
	font-weight: bold;
}
body p {
	padding-bottom: 13px; 
}
blockquote p {
	padding-bottom: 30px;	
}
p:last-of-type + * {
	padding-top: 30px;
}

/*
Buttons styling
----------------------------------------------- */

body .et_pb_button, body #main-content .et_pb_button {
    color: #fff;
    padding: 16px 38px !important;
    display: inline-block !IMPORTANT;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
	text-decoration:none;
}

/*
Image styling
----------------------------------------------- */

img.alignright {
	margin-left: 30px;
	margin-bottom: 30px;
}
img.alignleft {
	margin-right: 30px;
	margin-bottom: 30px;
}

/*
Entry content styling
----------------------------------------------- */

#main-content ul li {
	margin-bottom: 5px;
	font-family: 'Nanum Gothic', sans-serif;
}
.entry-content a {
    text-decoration: none;
    font-family: 'Nanum Gothic', sans-serif;
    border-bottom: 1px solid;
}

.entry-content a:hover {
	color: red;
}

/*
Custom styling
---------------------------------------------------------------------------------------------------- */


.home-banner{
	min-height:690px;
	margin-top:-114px;
}

header#main-header,header#main-header.et-fixed-header{
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0);
    box-shadow: 0 1px 0 rgba(0,0,0,0);
}

img#logo {
    margin-top: 4px;
}

.home header#main-header {
    background-color: rgba(255,255,255,0.7);
}

.home header#main-header.et-fixed-header{
	background-color:#fff;
}

.header-info {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.header-info .et_pb_button:hover:after {
    right: -2px;
}

.header-info a.et_pb_button {
    font-size: 15px;
    letter-spacing: 0;
    padding: 14px 23px !important;
    display: inline-block;
}

.home-banner .et_pb_text_inner h3:before{
	display:none;
}

a.header-phone {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 10px 36px;
	background:url("images/phone.png")no-repeat left;
    background-position: 0 4px;
    margin-right: 22px;
	color:#000;
}

#top-menu li a {
    font-size: 20px;
    padding-bottom: 13px !IMPORTANT;
    margin-bottom: 9px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    font-weight: 400;
}

#top-menu li a:hover {
    border-bottom: 2px solid #9b3b0c;
}

#top-menu li {
 	padding-right: 42px;
 }

#top-menu li {
    display: inline-block;
    padding-right: 42px;
    font-size: 14px;
}

div#et-top-navigation {
    padding: 0 !important;
    margin-top: 75px;
}

.home-banner .et_pb_text_inner {
    text-align: center;
}

.home-banner .et_pb_text_inner h1 {
    font-size: 50px;
    padding-top: 222px;
    font-weight: bold;
    color: #fff;
	line-height:1.1;
    padding-bottom: 25px;
}

.home-banner .et_pb_text_inner h3 {
    color: #fff;
    padding-bottom: 20px;
}

.home-author-section span.et_pb_image_wrap img {
    padding: 5px;
    border: 1px solid #a5a9ab;
    box-shadow: -3px 6px 13px #666;
    margin-bottom: 13px;
}

#main-content .home-author-section .et_pb_button {
    letter-spacing: 0;
    font-weight: 400;
    padding: 16px 36px !important;
}

.services-heading h3 {
    color: #fff;
    font-size: 40px;
    display: inline-block;
    position: relative;
}

.services-heading .et_pb_text_inner {
    text-align: center;
}

.services-heading h3:before {
    background-color: #9ca81e;
    left: 43%;
	height:2px;
}

.services-row .et_pb_text_inner {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 389px;
	border: 6px solid #fff;
    box-shadow: 0 0 15px #000;
	transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
}

.services-row .et_pb_text_inner img {
    padding: 0;
    width: 100%;
	transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
}

.services-row .et_pb_text_inner:hover img{
   -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s
}

.services-row .et_pb_text_inner h2 {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 8px #000;
    top: 33%;
}

.services-row .et_pb_text_inner h2 a:hover {
    color: #fff;
}


.services-row .et_pb_text_inner h2 a {
    text-decoration: none;
    width: 100%;
    display: block;
	border:none;
}

#main-footer {
    background-color: #f2f7fb;
}

.footer-form-section h3 {
    color: #9b3b0c;
    font-size: 40px;
    display: inline-block;
    position: relative;
    padding-top: 5px;
	width:100%;
}

.footer-form-section .et_pb_row {
    text-align: center;
    padding-bottom: 0;
}

.footer-form-section h3:before {
    background-color: #9ca81e;
    left: 47%;
	height:2px;
}

.google-map {
    width: 49%;
    float: left;
    margin-right: 3%;
}

.footer-form {
    width: 49%;
    float: right;
}

.footer-form {
    width: 48%;
    float: right;
}

.footer-form div.wpforms-container-full .wpforms-form input[type=text], .footer-form div.wpforms-container-full .wpforms-form input[type=email], .footer-form div.wpforms-container-full .wpforms-form input[type=tel] {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    height: 50px;
    border: 1px solid #c3c3c3;
}

.footer-form div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 164px;
}

.footer-form div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding-top: 0;
}

body div.wpforms-container-full .wpforms-form button[type=submit] {
    height: 68px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Nanum Gothic', sans-serif;
    border: none;
    background-color: #9b3b0c;
    color: #fff;
    font-weight: 400;
}

body div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background-color:#6A2301;	
}

.footer-form  body div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 412px;
    height: 68px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Nanum Gothic', sans-serif;
    border: none;
    background-color: #9b3b0c;
    color: #fff;
    font-weight: 400;
}

.footer-form  body div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background-color:#6A2301;	
}

.footer-form div.wpforms-container-full .wpforms-form .wpforms-field {
    padding-top: 0;
    padding-bottom: 8px;
}

div#footer-bottom {
    display: none;
}

.save-content{
	display:none;
}

.footer-address h4 {
    font-size: 20px;
    color: #000;
    display: flex;
    line-height: 1.5;
	padding-bottom:35px;
}

.footer-address h4 .fas {
    display: flex;
    margin-top: 6px;
    font-size: 20px;
    color: #9b3b0c;
    margin-right: 23px;
}

.footer-contacts br {
    display: none;
}

.footer-contacts {
    width: auto;
    float: left;
    margin-left: 90px;
    margin-right: 135px;
}

.footer-address,.footer-copyright{
    width: auto;
    float: left;
}

#footer-widgets .footer-widget .footer-contacts a {
    color: #000;
    display: flex;
}

#footer-widgets .footer-widget .footer-contacts a .fas {
    display: flex;
    margin-top: 8px;
    margin-right: 23px;
    font-size: 18px;
    color: #9b3b0c;
}

.footer-copyright h6 {
    font-size: 20px;
    padding: 0;
    font-weight: 400;
    display: inline-block;
    float: left;
}

.footer-copyright p {
    display: inline-block;
}

.footer-copyright a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #9ca81e;
    border-radius: 50px;
    text-align: center;
    padding: 3px;
    margin-top: -7px;
    margin-left: 20px;
}

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

div#footer-widgets .footer-widget {
    margin: 0;
}

.footer-copyright {
    margin-top: 38px;
}


::-webkit-input-placeholder {
	color: #000;
	font-family: 'Nanum Gothic', sans-serif;
	font-size:20px;
	font-weight:400;
}

::-moz-placeholder {
	color: #000;
	font-family: 'Nanum Gothic', sans-serif;
	font-size:20px;
	font-weight:400;
}

:-ms-input-placeholder {
	color: #000;
	font-family: 'Nanum Gothic', sans-serif;
	font-size:20px;
	font-weight:400;
}

:-moz-placeholder {
	color: #000;
	font-family: 'Nanum Gothic', sans-serif;
	font-size:20px;
	font-weight:400;
}

.header-info .et_pb_button:after {
    top: 10px;
}

.inner-page-banner {
    height: 450px;
}

.inner-page-title h2 {
    padding-bottom: 0;
    font-size: 45px;
    font-weight: bold;
	color:#fff;
	display:inline-block;
    font-style: italic;
}

.inner-page-title .et_pb_text_inner {
    text-align: center;
}

.inner-page-title .et_pb_row{
	padding:10px 0 10px;
}

body h4 {
    color: #9b3b0c;
    font-size: 40px;
    display: inline-block;
    position: relative;
    padding-top: 5px;
    width: 100%;
    padding-bottom: 13px;
}

body h4:before {
    content: '';
	background:url("images/header-bdr.png")no-repeat center;
    position: absolute;
	width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}

body blockquote {
	border-color: #9b3b0c;
}

.faq-section h3:before{
	display:none;
}

.hidden-text{
	display:none;
}

.contact-page-icons .et_pb_text_inner {
    text-align: center;
}

.contact-page-icons .et_pb_text_inner a, .contact-page-icons .et_pb_text_inner h5 {
    width: 100px;
    height: 100px;
    background-color: #9b3b0c;
    display: inline-block;
    line-height: 0;
    border-radius: 100%;
    color: #fff;
    font-size: 50px;
    padding: 22px;
}

body .contact-page-icons {
    padding: 40px 0;
}

.thank-you h2{
	font-size:30px;
}

.contact-page-form div.wpforms-container-full .wpforms-form input[type=email], .contact-page-form div.wpforms-container-full .wpforms-form input[type=text], .contact-page-form div.wpforms-container-full .wpforms-form input[type=tel] {
    max-width: 100%;
    height: 60px;
    border: 1px solid #000;
    border-radius: 0;
}

body .contact-page-form .wpforms-field-textarea {
    float: right;
    position: absolute;
    right: 0;
    padding-bottom: 0;
    top: 0;
}

.contact-page-form div.wpforms-container-full .wpforms-form textarea {
    height: 210px;
    border: 1px solid #000;
    border-radius: 0;
}

.contact-page-form .wpforms-field-container {
	position: relative !important;
}

.contact-page-form div.wpforms-container-full .wpforms-form .wpforms-field {
	padding-bottom: 15px;
	padding-top: 0px;
	width:49%;
}

.contact-page-form div.wpforms-container-full .wpforms-form .wpforms-submit-container{
	text-align:center;
}

.contact-page-author img{
	padding:5px;
	border:1px solid #000;
}

.page-id-57 .footer-form {
    display: none;
}

.page-id-57 .google-map{
	width:100%;
}

.nav li ul {
    border-color: #fff;
}

#top-menu li li {
    padding: 0 0px;
	width: 100%;
}

#top-menu li li a {
    width: 100%;
    padding: 6px 20px;
    font-size: 16px;
    display: block;
}

/*	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;
	border:none;
}

.landing-logo a:hover{
	color:#fff;
}

.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: #9b3b0c;
    padding: 3px 19px 5px;
    border-radius: 500px;
    margin-top: 2px;
    display: inline-block;
	border:none;
}


.landing-phone a:hover{
    background: #6a2301;	
	color:#fff;
}

.landing-heading h1 {
	margin-top:90px;
}

.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 Style
---------------------------------------------------*/
.landing-form {
    background: #ebf5fb;
    box-shadow: 0px 0px 40px #999;
    padding: 20px 30px;
    overflow: hidden;
	margin-top:40px;
	margin-bottom: 40px;
}
.general-landing-form .landing-form {
	margin-top:0;
}

.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 input[type=tel],
.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;
}
body div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
	max-width: 100%;
}

.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;
}
/*	End Landing Form Style
---------------------------------------------------*/


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

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

.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;
}

.landing-logo  .et_pb_text_inner{
	text-align:left;
}

.landing-phone .et_pb_text_inner{
	text-align:right;
}

.footer-address h4:before {
    display: none;
}

#perceptions-sekewed-section .et_pb_column:last-child {
    float: left;
    margin-right: 3% !important;
}

#perceptions-sekewed-section .et_pb_column:first-child {
    float: right;
    margin-right: 0;
}

div#specialties-btn a.et_pb_button {
    font-size: 20px;
    width: 250px;
}


/*	END LANDING PAGES STYLE
---------------------------------------*/
@media only screen and (max-width:1280px){
		body #top-menu li a {
    	font-size: 17px;
	}
	
	#top-menu li {
    	padding-right: 30px;
    }
	
	.footer-contacts {
    	margin-left: 30px;
    	margin-right: 80px;
	}

	.services-row .et_pb_text_inner{
		height:336px;
	}
	
}

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

	body .container, body .et_pb_row{
		width:96%;
	}
	
	.landing-footer-links a{
		margin:0 10px;
	}
	
	body #top-menu li a {
    	font-size: 17px;
	}
	
	#top-menu li {
    	padding-right: 30px;
    }
	
	.services-row .et_pb_text_inner{
		height:336px;
	}
	
	.footer-contacts {
    	margin-left: 30px;
    	margin-right: 80px;
	}

}

@media only screen and (max-width:980px){
	
	body .landing-page-banner h1 {
    	margin-top: 0;
    	font-size: 30px;
	}
	
	body .landing-page-banner h2 {
    	font-size: 25px;
	}
	
	div#landing_page_2 .et_pb_row {
    	padding-top: 0;
	}
	
	.landing-page-banner .et_pb_text_inner {
    	text-align: center;
	}
	
	.landing-page-banner h1 {
		margin-top: 0;
	}
	
	.about-img-center {
    	margin-top: 0;
	}
	
	.footer-landing .et_pb_text_inner, .footer-landing .et_pb_text_inner p {
    	text-align: center;
    	display: block;
    	font-size: 18px;
	}
	
	.landing-footer-links a {
    	float: none;
    	margin: 0px 10px;
    	color: #000;
    	font-size: 18px;
	}
	
	.footer-landing .et_pb_column{
		margin-bottom:10px;
	}
	
	.et_header_style_left .logo_container {
    	position: relative;
    	text-align: center;
		padding-top:30px;
	}
	
	.header-info {
    	position: relative;
    	right: inherit;
    	top: inherit;
    	width: auto;
    	margin-top: 30px;
	}
	
	div#et_mobile_nav_menu {
    	margin-top: -50px;
    	margin-bottom: 0;
	}
	
	div#et-top-navigation{
		margin-top:0;
	}
	
	.et_header_s	tyle_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar{
		padding-bottom:0
	}
	
	div#page-container {
    	padding-top: 220px;
	}
	
	.mobile_menu_bar:before {
    	color: #9b3b0c;
    	font-size: 50px;
    	font-weight: bold;
	}
	
	ul#mobile_menu {
    	border-color: #9b3b0c;
	}
	
	.home-banner {
    	min-height: 500px;
    	margin-top: 0px;
	}
	
	.home-banner .et_pb_text_inner h1 {
    	font-size: 40px;
    	padding-top: 50px;
    }
	
	body .alignleft, body .alignright, body .alignnone {
   	 	display: block;
    	float: none;
    	margin: 25px auto;
	}
	
	.home-author-section .et_pb_column:last-child .et_pb_text_inner {
    	text-align: center;
	}
	
	.services-row .et_pb_text {
    	text-align: center;
	}
	
	.services-row .et_pb_text_inner {
    	height: 336px;
    	width: 76%;
    	float: none;
    	margin: 0 auto;
	}
	
	.services-row .et_pb_text_inner img {
    	margin: 0;
	}
	
	.google-map {
    	width: 100%;
    	float: none;
    	margin-right: 3%;
	}
	
	.google-map iframe {
    	height: 300px;
	}
	
	.footer-form {
    	width: 83%;
    	float: none;
    	margin: 0 auto;
    	margin-top: 35px;
	}
	
	.footer-address, .footer-copyright, .footer-contacts {
    	width: 100%;
    	float: none;
    	margin: 0;
	}
	
	.footer-copyright {
    	margin-top: 20px;
	}
	
	.footer-address h4 {
        padding-bottom: 20px;
	}
	
	.inner-page-banner {
    	height: 350px;
	}
	
	.emdr-landing-page {
    	min-height: 450px;
	}
	
::-webkit-input-placeholder {
	font-size:16px;
}

::-moz-placeholder {
	font-size:16px;
}

:-ms-input-placeholder {
	font-size:16px;
}

:-moz-placeholder { 
	font-size:16px;
}

}
@media only screen and (max-width:600px){
	
	.header-info a {
    	display: block;
    	clear: both;
	}
	
	a.header-phone {
    	width: 195px;
    	margin: 0 auto;
	}
	
	.header-info{
		margin-top:20px;
	}
	
	.home-banner .et_pb_text_inner h1 {
    	font-size: 30px;
    	padding-top: 60px;
	}
	
	.home-banner .et_pb_text_inner a.et_pb_button {
    	letter-spacing: 0 !important;
	}
	
	.services-row .et_pb_text_inner {
		height: 320px;
	}
	
	.services-row .et_pb_text_inner h2{
		top:25%;
	}
	
	.inner-page-banner {
    	height: 280px;
	}
	
	.inner-page-title h2 {
    	font-size: 35px;
	}
	
	body h3 {
		font-size: 26px;
	}
}

@media only screen and (max-width:415px){
	
	.landing-page-banner h1{
		font-size:20px !important;
	}
	
	.landing-page-banner h2 {
    	font-size: 21px;
	}
	
	.about-img{
		width:300px;
		height:300px;
	}
	
	.et_header_style_left #logo, .et_header_style_split #logo {
    	max-width: 100%;
	}
	
	.header-info a.et_pb_button {
    	font-size: 12px;
    	letter-spacing: 0;
    	padding: 14px 23px !important;
    	display: inline-block;
	}
	
	.mobile_menu_bar:before {
        font-size: 40px;
	}
	
	div#et_mobile_nav_menu {
    	margin-top: -43px;
    	margin-bottom: 0;
	}
	
	.home-banner .et_pb_text_inner h1 br {
    	display: none;
	}
	
	.home-banner .et_pb_text_inner h1 {
    	font-size: 27px;
    	padding-top: 20px;
	}
	
	.services-heading h3,.footer-form-section h3{
		font-size:25px;
	}

	.services-row .et_pb_text_inner {
    	height: auto;
    	width: 100%;
	}
	
	.services-row .et_pb_text_inner h2 {
    	top: 25%;
    	font-size: 30px;
	}
	
	.contact-page-form div.wpforms-container-full .wpforms-form .wpforms-field {
    	width: 100%;
	}
	
	body .contact-page-form .wpforms-field-textarea {
    	position: relative;
    	right: inherit;
    	padding-bottom: 0;
    	top: inherit;
	}
	
	div#landing_page_2 .et_pb_row {
    	padding-top: 0;
    	padding: 0;
	}
	
	body .landing-page-banner h4 {
    	font-size: 30px;
	}
	
	.landing-logo a {
    	display: block;
    	padding-top: 20px;
	}
	
	.footer-form-section h3:before {
    	background-color: #9ca81e;
    	left: 42%;
    	height: 2px;
	}
	
	
	

}