/*
Theme Name: Kruger Law
Template: 	Divi
Version: 	4.18.0
*/

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

/* Paragraph styling
--------------------------------------------------- */

body p {
	padding-bottom: 25px;
}
p:last-of-type + * {
	padding-top: 25px;
}
p:empty {
	display: none;
}


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

#page-container div.wpforms-container-full .wpforms-form button[type=submit] {
	display: inline-block;
	padding: 13px 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;
	background: #3c7e4d;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 1px solid rgb(255 255 255 / 60%);
	opacity: 1;
	margin: 0 auto;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #000;
}

#et-main-area .wpforms-confirmation-container-full {
	background: #1c4e80;
	border: none;
}
#et-main-area .wpforms-confirmation-container-full p {
	color: #fff;
}

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

#main-content .entry-content ul,
#main-content .entry-content ol {
	padding: 0 0 0 20px;
	line-height: 1.5;
}
#main-content .entry-content li {
	list-style-position: outside;
	padding-bottom: 10px;
}
#page-container #main-content .entry-content li:last-of-type {
	padding-bottom: 0;
}

#main-content .entry-content ul li ul,
#main-content .entry-content ul li ol {
	margin-top: 10px;
}

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

#main-content .list-style li {
	display: block;
	position: relative;
	padding-left: 25px;
}
#main-content .list-style li:before {
	content: "\f345";
	font-family: dashicons;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -4px;
	color: #3c7e4d;
}

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

.entry-content a:hover {
	color: #000;
}
.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;
}

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

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

/* table style
--------------------------------------------------- */

table {
	width: 100%;
} 
tr {
	background: transparent;
}
thead tr,
tbody tr:nth-child(2n+2) {
	background: #eee;
}
th,
td {
	border: 1px solid #dadada;
}

/* 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 builder sections and module styling
---------------------------------------------------------------------------------------------------- */

.et_pb_pagebuilder_layout #main-content {
	position: relative;
	overflow: hidden;
}

/* builder section 
----------------------------------------------- */

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

/* builder row and container 
----------------------------------------------- */

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

/* text module pick full height
----------------------------------------------- */

.et_pb_text_inner:after {
	content: '';
	clear: both;
	display: block;
}

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

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
}
.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;
}

/* contact icons styling
--------------------------------------------------- */

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





body .color-overlapping h1,
body .color-overlapping h2 {
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
body .color-overlapping h1:before,
body .color-overlapping h2:before {
	content: "";
	width: 100%;
	height: 20px;
	background: rgb(60 126 77 / 10%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

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

/*
#hero-img-section {
min-height: 600px;
padding-top: 150px;
text-shadow: 0 0 10px #000;
}
*/

#hero-img-section {
	padding: 0;
	overflow: hidden;
}
#hero-img-section .et_pb_slides .et_pb_slide {
	min-height: 700px;
	background-color: transparent;
}
#hero-img-section .et_pb_slides .et_pb_slide:before {
	content: "";
	width: 60%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.7), transparent 90%);
	background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.7), transparent 90%);
	background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0.7), transparent 90%);
	background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.7), transparent 90%);
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.7), transparent 90%);
	position: absolute;
	top: 0;
	right: 0;
}
#hero-img-section .et_pb_slides .et_pb_container {
	max-width: 1550px;
}
#hero-img-section .et_pb_slides .et_pb_slide .et_pb_slide_description {
	text-shadow: 2px 2px 2px #000;
	border-top: 200px solid #1C4E80;
	border-bottom: 200px solid #1C4E80;
	max-width: 410px;
	padding: 20px 0;
	float: right;
	width: 100%;
	text-align: left;
}
#hero-img-section .et_pb_slides .et_pb_slide .et_pb_slide_description h6 {
	text-transform: none;
}
#hero-img-section .et-pb-controllers {
	bottom: auto;
	left: 10px;
	width: auto;
	text-align: left;
	top: 47%;
}
#hero-img-section .et-pb-controllers a {
	width: 20px;
	height: 10px;
	border-radius: 0;
	opacity: 1;
	background-color: #fff;
	display: block;
	margin: 0 auto 10px;
}
#hero-img-section .et-pb-controllers .et-pb-active-control {
	background-color: #3c7e4d;
	width: 50px;
}

/* Stories Section
--------------------------------------------------- */

#stories-area,
#stories-area .stories-row-2 {
	padding-bottom: 0;
}
#stories-area .et_pb_row {
	display: flex;
}
#stories-area .et_pb_column {
	align-self: center;
}
body .stories-row-1 .et_pb_image .et_pb_image_wrap {
	padding: 0 0 10px 10px;
}
body .stories-row-1 .et_pb_image .et_pb_image_wrap:before {
	content: "";
	border: 3px solid #1C4E80;
	position: absolute;
	top: 8px;
	left: 0;
	right: 8px;
	bottom: 0;
	z-index: 1;
}
body .stories-row-2 .et_pb_image .et_pb_image_wrap {
	padding: 0 10px 10px 0;
}
body .stories-row-2 .et_pb_image .et_pb_image_wrap:before {
	content: "";
	border: 3px solid #1C4E80;
	position: absolute;
	top: 8px;
	left: 8px;
	right: 0;
	bottom: 0;
	z-index: 1;
}

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

#about-area .et_pb_image {
	width: 131%;
	margin-right: -31%;
}
body .about-text-2 .et_pb_text_inner {
	background-color: #1C4E80;
	padding: 50px;
}

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

#services-area {
	overflow: hidden;
	border-top: 50px solid #1C4E80;
}
#services-area:before {
	content: "";
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.1;
}
body .services-row .et_pb_image {
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
body .services-row .et_pb_column:hover .et_pb_image {
	-webkit-transform: translateY(-6%);
	-ms-transform: translateY(-6%);
	transform: translateY(-6%);
}
/*
body .services-row .et_pb_image a {
position: relative;
margin: 8px;
display: inline-block;
}
body .services-row .et_pb_image a:before {
content: "";
border: 1px solid #3c7e4d;
position: absolute;
top: 0;
left: -8px;
right: 8px;
bottom: 0;
border-radius: 100%;
z-index: 1;
}
body .services-row .et_pb_image a:after {
content: "";
border: 1px solid #3c7e4d;
position: absolute;
top: 8px;
left: 8px;
right: -8px;
bottom: -8px;
border-radius: 100%;
}
*/
body .services-row .et_pb_image .et_pb_image_wrap {
	overflow: hidden;
}
body .services-row .et_pb_image .et_pb_image_wrap:before {
	content: "";
	width: 100%;
	height: 30px;
	background: #1C4E80;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
body .services-row .et_pb_image .et_pb_image_wrap:after {
	content: "";
	width: 100%;
	height: 30px;
	background: #1C4E80;
	position: absolute;
	bottom: 0;
	left: 0;
}
body .services-row .et_pb_text h4 {
	font-size: 20px;
	padding-bottom: 0;
	text-transform: none;
}
body .services-row .et_pb_text h4:before {
	content: "";
	display: block;
	max-width: 50px;
	height: 3px;
	background-color: #1C4E80;
	margin: 0 auto 10px;
}

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

#home-testimonial-area {
	overflow: hidden;
}
#home-testimonial-area:before {
	content: "";
	width: 100%;
	max-width: 165px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
#home-testimonial-area .owl-carousel .owl-item {
	padding: 0 5px;
	position: relative;
}
#home-testimonial-area .owl-carousel .owl-item:before {
	content: "";
	background-image: url(images/quote-icon.png);
	width: 30px;
	height: 23px;
	position: absolute;
	bottom: 10px;
	right: 15px;
}
#home-testimonial-area .owl-carousel .owl-item .sa_hover_container {
	background-color: #fff;
}
#home-testimonial-area .sa_owl_theme .owl-dots {
	bottom: -40px !important;
}
#home-testimonial-area .sa_owl_theme .owl-dots .owl-dot span {
	background-color: #fff !important;
	opacity: 0.5;
}
#home-testimonial-area .sa_owl_theme .owl-dots .active span {
	opacity: 1;
}

/* CTA Section
--------------------------------------------------- */

#home-cta-area {
	overflow: hidden;
}
#home-cta-area:before {
	content: "";
	background-image: url(images/icon.png);
	width: 145px;
	height: 85px;
	position: absolute;
	top: 135px;
	left: 0;
}
#home-cta-area:after {
	content: "";
	width: 100%;
	max-width: 165px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
#home-cta-area h2 {
	margin-bottom: 20px;
}

/* Google Review Section
--------------------------------------------------- */

#google-review-area .ti-widget.ti-goog .ti-col-3 .ti-review-item:nth-child(3) {
	display: none;
}
#google-review-area .wprs_unslider-arrow {
	background-color: #1C4E80;
	opacity: 1;
}
#google-review-area nav.wprs_unslider-nav {
	display: none;
}

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

#main-footer {
	border-top: 5px solid #3c7e4d;
}

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

#main-footer #footer-widgets {
	padding: 30px 0;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
}
#main-footer #footer-widgets .et_pb_widget {
	float: none;
	margin-bottom: 0 !important;
}
#main-footer #footer-widgets .widget_media_image {
	padding-bottom: 10px;
}
#main-footer #footer-widgets .widget_media_image img {
	display: block;
}
#footer-widgets .et_pb_widget p {
	padding-bottom: 10px;
}
#footer-widgets .et_pb_widget p:last-of-type {
	padding-bottom: 0;
}
#page-container #footer-widgets .et_pb_button {
	color: #fff;
}
/*
#page-container #footer-widgets .et_pb_button:hover {
background: #fff;
color: #000 !important;
}
#page-container #footer-widgets .et_pb_button:hover:before {
border-color: rgb(0 0 0 / 60%);
}
*/
#footer-widgets .et_pb_widget h4 {
	padding-bottom: 10px;
}
#footer-widgets .prg-icon .icon {
	color: #3c7e4d;
}
#footer-widgets .et_pb_widget .social-icons,
#footer-widgets .et_pb_widget .social-icons + p {
	display: inline-block;
	vertical-align: middle;
}
#footer-widgets .et_pb_widget .social-icons {
	padding-right: 5px;
}

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

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

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

#footer-copyright-section {
	background-color:#1C4E80;
	padding: 10px 0;
}
#footer-copyright-section .container {
	text-align: center;
}
#footer-copyright-section p,
#footer-copyright-section a {
	color: #fff;
}
#footer-copyright-section p {
	padding-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #fff;
	padding-right: 30px;
	margin-right: 30px;
}
#footer-copyright-section p:last-of-type {
	border-right: none;
	padding-right: 0;
	margin: 0 auto;
}
#footer-copyright-section .textwidget + .textwidget {
	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_column {
	overflow: hidden;
}
#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;
	display: block;
}
#inner-banner1 .et_pb_text {
	z-index: 9;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 1170px;
}
#inner-banner1 .et_pb_text_inner {
	border-top: 175px solid #1C4E80!important;
	border-bottom: 175px solid #1C4E80!important;
	max-width: 400px;
	padding: 20px 0;
	float: right;
	width: 100%;
}
#inner-banner1 h1 {
	padding-bottom: 0;
	color: #fff;
	text-shadow: 0 0 5px #000;
}
#inner-banner1.inner-banner-section h1 {
	color:#1C4E80;
	text-shadow: none;
}

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

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

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

/*
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 #left-area 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;
}
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: #3c7e4d;
	color: #fff;
}

/*
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: 0 auto;
}
#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 #3c7e4d !important;
	color: #000;
}
#contact-form textarea {
	height: 122px;
}
#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 .our-team-content h1 {
	color: #3c7e4d;
	margin-bottom: 20px;
}
body .our-team-content .et_pb_image .et_pb_image_wrap {
	padding: 0 10px 10px 0;
}
body .our-team-content .et_pb_image .et_pb_image_wrap:before {
	content: "";
	border: 3px solid #3c7e4d;
	position: absolute;
	top: 8px;
	left: 8px;
	right: 0;
	bottom: 0;
	z-index: 1;
}
body .our-team-content h4 {
	font-size: 25px;
	padding-bottom: 0;
	color: #3c7e4d;
}
body .our-team-content h6 {
	padding: 0;
	color: #3c7e4d;
}
body .our-team-single .et_pb_image .et_pb_image_wrap {
	padding: 0 0 10px 10px;
}
body .our-team-single .et_pb_image .et_pb_image_wrap:before {
	content: "";
	border: 3px solid #3c7e4d;
	position: absolute;
	top: 8px;
	left: 0;
	right: 8px;
	bottom: 0;
	z-index: 1;
}
body .our-team-single h4 {
	font-size: 25px;
	padding-bottom: 0;
	color: #3c7e4d;
}
body .our-team-single .icon {
	position: relative;
	top: 3px;
}



















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

	body.et_header_style_centered #page-container #main-header .logo_container {
		float: none;
		margin-top: 0;
		max-height: none;
	}

	.header-right-area {
		float: none;
		text-align: center;
		padding: 30px 0 0;
	}
	#main-header #et-top-navigation {
		padding-top: 0;
		margin-top: -35px;
	}

	.home #et-main-area {
		margin-top: 0;
	}

	/*
	#hero-img-section {
	min-height: 100%;
	padding-top: 20px;
}
	*/

	#hero-img-section .et_pb_slides .et_pb_slide {
		min-height: 100%;
	}

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

	#inner-banner1 br {
		display: none;
	}

	/*
	body .policies,
	body .copyright {
	float: none;
	text-align: center;
}
	*/

	#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;
	}
	#page-container .et_pb_button,
	#page-container div.wpforms-container-full .wpforms-form button[type=submit] {
		padding: 11px 25px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#hero-img-section .et-pb-controllers {
		height: auto;
	}

}

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

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

	.blog .et_pb_post .entry-title {
		padding-bottom: 20px;
	}

	/*
	#contact-form .left-side-field  {
	width: 100%;
}
	#contact-form .right-side-field {
	position: relative;
	width: 100%;
}
	*/

}
