/*
Theme Name: Elliott Stafford & Associates
Template: 	Divi
Version: 	4.11.4
*/

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

body {
	font-weight: 400;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 400;
	padding-bottom: 20px;
}

body h2 {
	font-size: 40px;
}
body h3 {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	padding-top: 20px;
}

body p {
	padding-bottom: 25px;
}

p:last-of-type + * {
	padding-top: 25px;
}

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

#page-container .et_pb_button {
	display: inline-block;
	padding: 12px 30px;
	line-height: normal !important;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container .et_pb_button:hover {
	background: #7f685d;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}

/*
wpforms styling
--------------------------------------------------- */

#main-content .wpforms-form .wpforms-field-label {
	font-weight: 500;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select {
	height: auto;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select,
#main-content .wpforms-form textarea {
	border: 1px solid #a5a5a5;
	border-radius: 0;
	font-family: inherit;
	padding: 12px 15px;
}
::-webkit-input-placeholder {
	color: #000000;
}
::-moz-placeholder {
	color: #000000;
	opacity: 1;
}
::-ms-input-placeholder {
	color: #000000;
}
.entry-content .wpforms-submit-container {
	text-align: center;
}

body div.wpforms-container-full .wpforms-form button[type=submit] {
	display: inline-block;
	padding: 12px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	border: none !important;
	background: transparent;
	color: #7f685d;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	border: 2px solid #7f685d !important;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #7f685d;
	color: #000;
	border: 2px solid #7f685d !important;
}

#et-main-area .wpforms-confirmation-container-full {
	background: #7f685d;
	border: none;
}
#et-main-area .wpforms-confirmation-container-full p {
	color: #000;
}

/* list style
--------------------------------------------------- */

body #main-content .entry-content ul,
body #main-content .entry-content ol {
	padding: 0 0 0 30px;
	line-height: 1.5;
}
body #main-content .entry-content li {
	list-style-position: outside;
	padding-bottom: 15px;
}

body #main-content .entry-content ul li ul {
	margin-top: 10px;
}
body #main-content .entry-content ul li ul li:last-of-type {
	padding-bottom: 0;
}

body .entry-content ul + *,
body .entry-content ol + * {
	margin-top: 15px;
}
p:last-of-type + ul,
p:last-of-type + ol {
	margin-top: 25px;
}

#main-content .list-style li {
	display: block;
	position: relative;
	padding-left: 32px;
}
#main-content .list-style li:before {
	content: "\f12a";
	font-family: dashicons;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: -7px;
	color: #7f685d;
}

/* empty p tag none
--------------------------------------------------- */

p:empty {
	display: none;
}

/* anchor tag style
--------------------------------------------------- */

.entry-content a:hover {
	color: #152543;
}
.et_pb_bg_layout_dark a,
.et_pb_bg_layout_dark a:hover {
	color: #fff;
}
a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	display: inline-block;
}

/* dashicons icon styling
--------------------------------------------------- */

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}
.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
}

/* underline text style
--------------------------------------------------- */

body a,
body u {
	text-underline-position: under;
}

/* image styling
--------------------------------------------------- */

img.alignright {
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
img.alignleft {
	margin-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.frame-img-widget img {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}
.round-img-widget img {
	border-radius: 50%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}

/* Divi row and container styling
----------------------------------------------- */

body .et_pb_row,
body .container {
	width: 100%;
}

/* Divi section styling
----------------------------------------------- */

body .et_pb_section {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Divi text module inner styling
----------------------------------------------- */

.et_pb_text_inner {
	clear: both;
}

/* Contact icons styling
--------------------------------------------------- */

.prg-icon {
	position: relative;
	padding-left: 35px;
}
.prg-icon .icon {
	position: absolute;
	left: 0;
}

/* 
Header styling
---------------------------------------------------------------------------------------------------- */

body.et_fixed_nav.et_show_nav #page-container {
	margin-top: 0 !important;
}

body #main-header,
body #main-header #et-top-navigation {
	font-weight: normal;
}

body .header-top-area {
	background-color: #7f685d;
	padding: 10px 0;
}
body .header-top-area .textwidget {
	text-align: center;
	font-size: 14px;
}

/* Header right widget area styling
--------------------------------------------------- */

.header-right-area {
	position: relative;
	float: right;
	padding: 25px 0 25px 40px;
}
.header-right-area .icon {
	position: relative;
	top: 3px;
}

/* Header menu styling
--------------------------------------------------- */

#main-header #et-top-navigation {
	padding-top: 42px;
}
body #top-menu > li {
	padding-right: 40px;
}
body #top-menu li a:hover {
	opacity: 1;
}
body.et_header_style_left #et-top-navigation nav>ul>li>a,
body.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
	padding-bottom: 12px;
	margin-bottom: 5px;
}
#main-header li ul {
	padding-top: 0;
	padding-bottom: 0;
}
body #top-menu .menu-item-has-children li {
	padding: 0;
	line-height: 1.1;
	display: block;
	position: relative;
}
body #top-menu li li a {
	width: 100%;
	padding: 14px 20px;
	text-transform: none;
}
body #main-header .nav li ul a {
	color: #000 !important;
}
body #top-menu li li a:hover {
	background: #7f685d;
}

/*-------------- Menu hover --------------*/

body #top-menu > li > a::before {
	content: '';
	position: absolute;
	width: 35px;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;
	height: 3px;
	background-color: #7f685d;
	-webkit-transform: translate(-65%,0);
	-ms-transform: translate(-65%,0);
	-o-transform: translate(-65%,0);
	transform: translate(-65%,0);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 235ms;
	-o-transition: all 235ms;
	transition: all 235ms;
}
#top-menu-nav #top-menu li.current-menu-item > a:before,
body #top-menu > li > a:hover::before {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
	filter: alpha(opacity=100);
}

body #main-header #top-menu.nav li ul a:after {
	top: 15px !important;
}
body #main-header #top-menu.nav li ul ul.sub-menu {
	top: 0;
}

/*
Home Page styling
---------------------------------------------------------------------------------------------------- */

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

#about-area h2,
#services-area h2,
#home-cta-area-1 h2,
#home-testimonial-area h2,
#inner-banner1 h1,
body .about-content h4,
#main-content .about-single-title h1 {
	padding: 5px 0;
	border-top: 1px solid #7f685d;
	border-bottom: 1px solid #7f685d;
	display: inline-block;
}

/* Banner Section
--------------------------------------------------- */

#hero-img-section {
	min-height: 712px;
	padding-top: 220px;
	overflow: hidden;
	text-shadow: 0 0 5px #000;
}
#hero-img-section:after {
	content: "";
	background-image: url(images/banner-bottom.png);
	background-size: 100% 100%;
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0;
}

/* About Section
--------------------------------------------------- */

#about-area:before {
	content: "";
	background-image: url(images/about-shadow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0;
	z-index: 1;
}
#about-area .et_pb_image .et_pb_image_wrap,
body .about-content .et_pb_image .et_pb_image_wrap,
body .about-single-content .et_pb_image .et_pb_image_wrap {
	border: 1px solid #7f685d;
	padding: 10px;
}

/* Services Section
--------------------------------------------------- */

#page-container .services-row .et_pb_image .et_pb_image_wrap {
	-webkit-box-shadow: 0 0 10px #7f685d;
	-moz-box-shadow: 0 0 10px #7f685d;
	box-shadow: 0 0 10px #7f685d;
	overflow: hidden;
}
.services-row .et_pb_image img {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.services-row .et_pb_column:hover .et_pb_image img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#page-container .services-row .et_pb_text {
	max-width: 320px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	z-index: 9;
}
#page-container .services-row .et_pb_text .et_pb_button {
	display: block;
	padding: 12px 5px;
	background-color: #7f685d;
	color: #000;
}
#page-container .services-row .et_pb_text .et_pb_button:hover {
	background-color: #152543;
	color: #fff !important;
	border-color: #152543 !important;
}
#page-container .services-row + .services-row {
	margin-top: 10px;
}

/* Home CTA 1 Section
--------------------------------------------------- */

#home-cta-area-1 {
	overflow: hidden;
	padding-top: 60px;
}
#home-cta-area-1:before {
	content: "";
	background-image: url(images/cta-top.png);
	width: 100%;
	height: 124px;
	position: absolute;
	top: 0;
}
#home-cta-area-1 a {
	background: #7f685d;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 25px 8px 0;
	text-align: center;
	color: #000;
	margin: 0 auto;
}
#home-cta-area-1 a:hover {
	background: #152543;
	color: #fff;
}
#home-cta-area-1 a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 5px;
}

/* Testimonial Section
--------------------------------------------------- */

#home-testimonial-area {
	overflow: hidden;
}
#home-testimonial-area .et_pb_row {
	background-color: rgb(21 37 67 / 90%);
	margin: 20px auto;
}
#home-testimonial-area .et_pb_slider .et_pb_slide {
	background-color: transparent;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_description {
	padding: 3% 0 4%;
	text-shadow: none;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_content {
	color: #fff;
	font-size: 16px;
}
#home-testimonial-area .et-pb-controllers {
	bottom: 0;
}
#home-testimonial-area .et-pb-controllers a {
	width: 12px;
	height: 12px;
	border-radius: 0;
	opacity: 1;
	background-color: #fff;
}
#home-testimonial-area .et-pb-controllers .et-pb-active-control {
	background-color: #7f685d;
}

/* Home CTA 2 Section
--------------------------------------------------- */

#home-cta-area-2 {
	background-size: contain;
}

/* Footer Styling
---------------------------------------------------------------------------------------------------- */

/* footer widgets styling
--------------------------------------------------- */

#main-footer #footer-widgets {
	padding: 30px 0;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
}
#footer-widgets .et_pb_widget {
	float: none;
}
#footer-widgets .et_pb_widget p {
	padding-bottom: 0;
}
#footer-widgets .footer-widget .prg-icon .icon {
	color: #7f685d;
}
#footer-widgets .footer-widget .et_pb_button {
	color: #7f685d;
}

/* social icons styling
--------------------------------------------------- */

body .social-icons a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #7f685d !important;
	font-size: 20px;
	text-align: center;
	text-shadow: none;
	border: 2px solid #7f685d;
}
body .social-icons a:hover {
	background: #7f685d;
	color: #000 !important;
}

/*
footer copyright section
---------------------------------------------------------------------------------------------------- */

#footer-copyright-section .textwidget {
	padding: 20px 0;
	border-top: 1px solid #7f685d;
	text-align: center;
	color: #fff;
}
#footer-copyright-section a {
	color: #fff;
}
#footer-copyright-section p {
	padding-bottom: 0;
}
#footer-copyright-section p:last-of-type {
	padding-top: 10px;
}

/*
End Home Page styling
---------------------------------------------------------------------------------------------------- */

/* 
Inner Banner 1 Styling
---------------------------------------------------------------------------------------------------- */

#inner-banner1 {
	padding-top: 0;
	padding-bottom: 0;
}
#inner-banner1 .et_pb_row {
	padding: 0;
	width: 100%!important;
	max-width: 100%!important;
}
#inner-banner1 .et_pb_image {
	margin-bottom: 0;
}
#inner-banner1 .et_pb_image_wrap {
	display: block;
}
#inner-banner1 .et_pb_image img {
	width: 100%;
	height: 100%;
	max-height: 450px;
	object-fit: cover;
}
body.blog #inner-banner1 .et_pb_image img {
	display: block;
}
#inner-banner1 .et_pb_text {
	z-index: 9;
	max-width: 1190px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 10px 0;
}
body.blog #inner-banner1 .et_pb_text {
	position: relative;
}

/* 
End Inner Banner 1 Styling
---------------------------------------------------------------------------------------------------- */

/*
Blog page styling
---------------------------------------------------------------------------------------------------- */

/*
inner banner section styling
--------------------------------------------------- */

.inner-banner-section .et_pb_column {
	width: 100%;
}

/*
main content area styling
--------------------------------------------------- */

#main-content.post-custom-style .container {
	padding-top: 0;
	margin-top: 30px;
}
#main-content .container:before {
	display: none;
}

/*
post styling
--------------------------------------------------- */

.post-custom-style article,
.archive article,
.sp-custom-style article,
.blog article {
	border: 1px solid #d7d7d7;
	padding: 10px;
	margin-bottom: 60px;
	overflow: hidden;
}
body .et_pb_post .post-meta {
	margin-bottom: 0;
}
.post-custom-style .et_pb_post .entry-content,
.archive .et_pb_post .entry-content,
.sp-custom-style .et_pb_post .entry-content {
	padding-top: 0;
}
.blog .entry-title,
body.single .post .entry-title {
	font-size: 30px;
}
.blog .entry-title {
	padding-bottom: 10px;
}
body .has-post-thumbnail .entry-featured-image-url {
	margin-bottom: 0;
}
.has-post-thumbnail .entry-featured-image-url img {
	width: 45%;
	float: left;
	margin-right: 20px;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}
body .read-more {
	margin-left: 5px;
}

/*
custom pagination styling
--------------------------------------------------- */

#main-content .custom-pagination ul {
	border-top: 1px solid #ccc;
	padding: 25px 0;
	text-align: center;
}
.custom-pagination li {
	display: inline-block;
}
.custom-pagination li a {
	padding: 3px 10px;
	display: block;
}
.custom-pagination .active a {
	background: #7f685d;
	color: #000;
}

/*
Sidebar styling
--------------------------------------------------- */

#main-content #left-area {
	width: 72%;
}
#main-content #sidebar {
	width: 28%;
	padding-left: 0;
}
#sidebar .et_pb_widget {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 30px;
}
#sidebar .et_pb_widget:last-child,
#sidebar .widget_archive {
	border-bottom: none;
}
#sidebar .et_pb_widget li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}
#sidebar .et_pb_widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#sidebar .et_pb_widget a {
	color: #000;
}

/* sidebar archive widget styling
--------------------------------------------------- */

#sidebar .widget_categories select {
	background: url(images/down-arrow.png) no-repeat right 10px center;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	font-size: 16px;
	color: #000;
	height: auto;
	padding: 0 10px 5px;
}
#sidebar .widget_categories select::-ms-expand {
	display: none;
}

/*
Single page styling
---------------------------------------------------------------------------------------------------- */

/*
main content area styling
--------------------------------------------------- */

.single #main-content .container:before {
	display: none;
}
#main-content .sp-custom-style #sidebar {
	padding-left: 0;
}

/*
End Blog page styling
---------------------------------------------------------------------------------------------------- */

/* Contact Form styling
--------------------------------------------------- */

#contact-form .wpforms-container-full {
	margin-bottom: 0;
}
#contact-form form {
	position: relative;
}
#contact-form .wpforms-field {
	padding: 0 0 6px;
}
#contact-form .left-side-field {
	width: 49.5%;
	float: left;
}
#contact-form .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49.5%;
}
#contact-form input,
#contact-form select,
#contact-form textarea {
	background: #fff;
	border: 1px solid #7f685d !important;
	color: #000;
}
#contact-form textarea {
	height: 150px;
}
#contact-form ::-webkit-input-placeholder {
	color: #000000;
}
#contact-form ::-moz-placeholder {
	color: #000000;
}
#contact-form ::-ms-input-placeholder {
	color: #000000;
}

/* End Contact Form styling
--------------------------------------------------- */

body.page-id-2806 .et_pb_code_inner iframe {
	display: block;
}
body .about-content h4 {
	font-size: 25px;
}
body .about-content .et_pb_image img,
body .about-single-content .et_pb_image img {
	width: 278px;
	height: 300px;
	object-fit: cover;
}
#main-content .about-single-title {
	background-color: #7f685d;
	padding: 50px 0;
}
#main-content .about-single-title .et_pb_text_inner {
	text-align: center;
}
#main-content .about-single-title h1 {
	border-color: #000;
	color: #000;
}
#main-content .about-single-content .et_pb_column:last-of-type .et_pb_text_inner {
	border: 1px solid #7f685d;
	padding: 30px;
}













/* 
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	body .et_pb_row,
	body .container {
		width: 95%;
	}
	body #top-menu > li {
		padding-right: 25px;
	}

}

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

	body.et_header_style_left #logo,
	body.et_header_style_centered #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 100%;
		max-width: 100%;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 25px;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 36px;
	}
	body h3,
	.blog .entry-title,
	body.single .post .entry-title {
		font-size: 27px;
	}
	body h4 {
		font-size: 22px;
	}
	body h5 {
		font-size: 20px;
	}
	body h6 {
		font-size: 18px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#main-content .et_pb_image {
		text-align: center;
	}
	body.et_header_style_left .logo_container {
		position: relative;
		text-align: center;
		margin-top: 15px;
	}
	.header-right-area {
		float: none;
		text-align: center;
		padding: 20px 0 0;
	}
	#main-header #et-top-navigation {
		padding-top: 0;
		margin-top: -35px;
	}
	#main-header #et-top-navigation .mobile_menu_bar:before {
		color: #7f685d;
	}
	#main-header #et-top-navigation .et_mobile_menu {
		border-color: #7f685d;
		padding: 2%;
	}
	#main-header li ul {
		width: 100%;
	}
	.home #et-main-area {
		margin-top: 0;
	}
	#hero-img-section {
		min-height: 100%;
		padding-top: 20px;
		padding-bottom: 60px;
	}
	#hero-img-section:after {
		background-size: contain;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	#about-area,
	#about-area .et_pb_row:last-of-type {
		padding-bottom: 0;
	}
	#about-area:before {
		opacity: 0.2;
	}
	#page-container .services-row + .services-row {
		margin-top: 0;
	}
	#home-testimonial-area .et_pb_slider .et_pb_slide_description {
		padding: 8% 0;
	}
	#main-footer #footer-widgets {
		text-align: center;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		width: 100% !important;
		margin: 0 !important;
	}
	#footer-widgets .footer-widget:nth-child(2),
	#footer-widgets .footer-widget:nth-child(3),
	#footer-widgets .footer-widget:last-of-type {
		padding-top: 20px;
	}
	#footer-widgets .et_pb_widget .prg-icon {
		padding-left: 0;
	}
	#footer-widgets .et_pb_widget .prg-icon .icon {
		position: relative;
		top: 3px;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 0 auto;
	}
	.has-post-thumbnail .entry-featured-image-url img {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}

}

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

	body h1 {
		font-size: 35px;
	}
	body h2 {
		font-size: 32px;
	}
	body h3,
	.blog .entry-title,
	body.single .post .entry-title {
		font-size: 24px;
	}
	.btn,
	#page-container .et_pb_button,
	body div.wpforms-container-full .wpforms-form button[type=submit] {
		padding: 10px 25px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}

}

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

	body h1 {
		font-size: 30px;
	}
	body h2 {
		font-size: 28px;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first {
		width: 100%;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first ~ div {
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}
	body .logo_helper {
		display: none;
	}
	#hero-img-section {
		padding-bottom: 40px;
	}
	#page-container .one_half,
	#page-container .one_half.et_column_last {
		width: 100%;
	}
	#page-container .one_half {
		margin-right: 0;
	}
	#page-container .one_half.et_column_last {
		margin-top: 25px;
	}
	#contact-form .left-side-field  {
		width: 100%;
	}
	#contact-form .right-side-field {
		position: relative;
		width: 100%;
	}

}