/*
Theme Name: Coastwide Conveyancing
Theme URI: 	https://liftlegal.com.au/
Template: 	Divi
Version: 	3.26.3
*/

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

/*@font-face {
    font-family: 'FONTSPRING DEMO - The Seasons';
    src: url('fonts/FONTSPRINGDEMO-TheSeasonsBold.woff2') format('woff2'),
        url('fonts/FONTSPRINGDEMO-TheSeasonsBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: 'Poltawski Nowy';
    src: url('fonts/PoltawskiNowy-Italic.woff2') format('woff2'),
        url('fonts/PoltawskiNowy-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poltawski Nowy';
    src: url('fonts/PoltawskiNowy-Regular.woff2') format('woff2'),
        url('fonts/PoltawskiNowy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
	font-weight: 400;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'Poltawski Nowy';
	/*font-weight: bold;*/
	padding-bottom: 20px;
}
body h2 {
	font-size: 40px;
}
body h3 {
	font-size: 25px;
}
body h4 {
	font-size: 23px;
}
body h5 {
	font-size: 21px;
}
body h6 {
	font-size: 19px;
}

p + h2,
p + h3,
p + h4 {
	padding-top: 15px;
}

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-align: center;
    text-decoration: none;
    text-shadow: none;
    background-color: #71a39c;
    color: #ffffff;
    border: 1px solid #71a39c;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
	border-radius: unset;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container button.et_pb_button {
	background: #567426;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
#page-container .et_pb_button.light-btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
}
#page-container .et_pb_button:hover {
    color: #000000;
    background-color: #ffeb99;
    border-color: #ffeb99;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	background: #567426;
	color: #fff !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
}
.btn:hover {
	background: #567426;
}
.btn .icon {
	color: #fff;
}


/*
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;
}
::-moz-placeholder {
	color: #000000;
}
:-ms-input-placeholder {
	color: #000000;
}
.entry-content .wpforms-submit-container {
	text-align: center;
}

/*
gforms styling
--------------------------------------------------- */
#main-content .gform_wrapper input,
#main-content .gform_wrapper select,
#main-content .gform_wrapper textarea {
	background-color: #f0f0f0;
	border: unset;
	border-radius: 0;
	font-family: inherit;
	padding: 16px;
}
#page-container .gform_button.button  {
    display: inline-block;
    padding: 13px 55px;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    background-color: #71a39c;
    color: #ffffff;
    border: 2px solid #71a39c;
    font-size: 16px;
	text-transform: uppercase;
}
#page-container .gform_button:hover {
    color: #000000;
    background-color: #ffeb99;
    border-color: #ffeb99;
}
label.gform-field-label.gform-field-label--type-sub {
    display: none;
}

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

body .entry-content ul,
body .entry-content ol {
	padding-left: 30px;
}
body .entry-content ul li,
body .entry-content ol li {
	list-style-position: outside;
	margin-bottom: 5px;
}

#main-content ul {
	padding-left: 20px;
}
#main-content li {
	display: block;
	position: relative;
	padding-bottom: 5px;
}
#main-content li:before {
	content: '\f105';
	color: #567426;
	font-family: FontAwesome;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: -20px;
	margin-right: 14px;
	top: -2px;
}

/* table styling
--------------------------------------------------- */

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

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

p:empty {
	display: none;
}

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

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	pointer-events: none;
	cursor: default;
	display: inline-block;
}
.entry-content a:hover {
	color: #71a39c;
}
.et_pb_bg_layout_dark a {
	color: #fff;
}

/* 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-module img {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
}
.round-img-module img {
	border-radius: 50%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
}

/* 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;
	position: relative;
	top: 3px;
}

/* Divi builder sections and module styling
---------------------------------------------------------------------------------------------------- */

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

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

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

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

/* builder top bottom gap none styling
----------------------------------------------- */

#main-content .top-gap-none {
	padding-top: 0;
}
#main-content .bottom-gap-none {
	padding-bottom: 0;
}

/* builder testimonial module styling
----------------------------------------------- */

.et_pb_testimonial + .et_pb_module {
	padding-top: 20px;
}

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

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

/* flex row styling
----------------------------------------------- */

body .flex-row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 40px 0;
}
.reverse-col {
	flex-direction: row-reverse;
}
.reverse-col .et_pb_column:first-child {
	float: right;
	margin-right: 0;
	margin-left: 3%;
}
.flex-row.et_pb_gutters1 .et_pb_column:first-child {
	margin-right: 0;
	margin-left: 0;
	z-index: 5;
}
.flex-row .et_pb_column:last-child {
	align-self: start;
}
.btm-align-col .et_pb_column:last-child {
	align-self: flex-end;
}
.center-align-col .et_pb_column:last-child {
	align-self: center;
}

/* large container img text row styling
--------------------------------------------------- */

.large-wrap-grid-text-img-row {
	overflow: hidden;
}
#main-content .large-wrap-grid-text-img-row .et_pb_column_3_5 {
	width: 63%;
}
#main-content .large-wrap-grid-text-img-row .et_pb_column_2_5 {
	width: 34%;
}
.large-wrap-grid-text-img-row .et_pb_text {
	max-width: 790px;
	width: 100%;
	position: relative;
	padding-left: 25px;
	float: right;
}
.large-wrap-grid-text-img-row .et_pb_column_1_2 .et_pb_text {
	max-width: 590px;
}
.large-wrap-grid-text-img-row.et_pb_gutters1 .et_pb_text {
	max-width: 612px;
}
.reverse-col .et_pb_text {
	float: left;
	padding-left: 0;
	padding-right: 25px;
}
.large-wrap-grid-text-img-row .et_pb_image {
	text-align: right;
}
.large-wrap-grid-text-img-row.reverse-col .et_pb_image {
	text-align: left;
}

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

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

.header-right-area {
	position: relative;
	z-index: 999;
	overflow: hidden;
	float: right;
	padding-top: 20px;
	padding-bottom: 25px;
}
.header-right-area .widget {
	display: block;
}
.header-right-area p {
	display: inline-block;
	padding-bottom: 0;
}
.header-right-area a {
	color: #000;
	position: relative;
	margin-left: 40px;
}
.header-right-area a:first-child {
	margin-left: 0;
}
.header-right-area .icon {
	color: #567426;
	margin-right: 5px;
}

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

#main-header div#et-top-navigation {
	clear: both;
	padding-top: 0;
}
body #top-menu > li {
	padding-right: 35px;
}
#top-menu-nav #top-menu > li > a {
	font-weight: 400;
	padding-right: 0;
}
#top-menu-nav #top-menu > li > a:after {
	display: none;
}
#top-menu li ul {
	border-top: none;
	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: 15px 20px 15px;
	font-size: 16px;
	color: #000000;
	opacity: 1;
	text-transform: inherit;
}
body #top-menu li li a:hover {
	background: #567426;
	color: #fff;
}

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

#top-menu > li > a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 0;
	width: 0;
	bottom: 20px;
	margin: auto;
	border-bottom: 5px solid #567426;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#top-menu > li.current-menu-item > a::before,
#top-menu > li.current_page_item > a::before,
#top-menu > li > a:hover:before {
	width: 42px;
}

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

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

.home #page-container #main-header {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.home #page-container #main-header.et-fixed-header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}

#et-main-area {
	margin-top: -125px;
}

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

#hero-img-section {
	min-height: 700px;
	padding-top: 150px;
	position: relative;
	overflow: hidden;
	text-shadow: 0 0 5px #000000;
}
#hero-img-section h1 {
	font-weight: 600;
	padding-bottom: 45px;
}

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

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

#main-footer #footer-widgets {
	padding: 40px 0;
}
#footer-widgets .footer-widget {
	margin-bottom: 0;
}
#footer-widgets .et_pb_widget {
	float: none;
}

/* footer form styling
--------------------------------------------------- */

#main-footer form {
	position: relative;
	overflow: hidden;
	text-align: left;
}
#main-footer .wpforms-field {
	padding: 0 0 6px;
}
#main-footer .left-side-field {
	width: 49.33%;
	float: left;
}
#main-footer .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#main-footer input,
#main-footer select,
#main-footer textarea {
	background: #fff;
	border-radius: 0;
	border: 1px solid #c8b594;
	font-size: 20px;
	font-family: inherit;
	padding: 12px 15px;
	height: auto;
}
#main-footer textarea {
	height: 168px;
}
#main-footer ::-webkit-input-placeholder {
	color: #000000;
}
#main-footer :-moz-placeholder {
	color: #000000;
}
#main-footer ::-moz-placeholder {
	color: #000000;
}
#main-footer :-ms-input-placeholder {
	color: #000000;
}
#main-footer .wpforms-field-label {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
}
#main-footer .wpforms-field-captcha {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 0;
	z-index: 1;
}
#main-footer .wpforms-required-label {
	display: none;
}
#main-footer .wpforms-captcha-math {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}
#main-footer .wpforms-submit-container {
	text-align: right;
}
#main-footer label.wpforms-error {
	display: block;
	color: #ffffff;
	font-weight: 700;
}

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

.social-icons {
	padding-bottom: 15px;
}
#main-footer .social-icons a {
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
	background: #567426;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px;
	text-align: center;
}
#main-footer .social-icons a:hover {
	background: #567426;
}

/* footer contact styling
--------------------------------------------------- */

.prg-icon {
	position: relative;
	padding-left: 30px;
	padding-bottom: 15px;
}
.prg-icon .icon {
	position: absolute;
	left: 0;
}

/*
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,
.blog article,
.archive article,
.single-post article {
	border: unset;
	padding: 0;
	margin-bottom: 0;
	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,
.single-post .et_pb_post .entry-content {
	padding-top: 0;
}
.post .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;
	margin-bottom: 13px;
}
.post h2.entry-title {
	font-size: 40px;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}

/*
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: #567426;
	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 .widget_archive {
	border-bottom: none;
}
#sidebar .widgettitle {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
#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_archive 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: 20px;
	color: #000;
	height: auto;
	padding: 0 10px 5px;
}
#sidebar .widget_archive select::-ms-expand {
	display: none;
}


/* sidebar about box styling
--------------------------------------------------- */

.about-box {
	position: relative;
}
.about-box img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	margin-bottom: 20px;
}
.about-box a {
	text-decoration: none;
}
.about-box h4 {
	font-size: 18px;
	padding-top: 0;
}
#sidebar .about-box h4 a {
	background: #524f4b;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 19px 8px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 110px;
}
.about-box a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 5px;
}
#page-container #sidebar .et_pb_button {
	width: 100%;
	color: #fff;
}

/* sidebar location widget styling
--------------------------------------------------- */

#sidebar .prg-icon {
	padding-bottom: 20px;
	padding-left: 25px;
}
#sidebar iframe,
#sidebar .widget_media_image {
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.40);
	padding-bottom: 0;
}
#sidebar .widget_media_image img {
	display: block;
}

/*
Single Post styling
---------------------------------------------------------------------------------------------------- */

#left-area h1.entry-title {
	font-size: 40px;
}

/*
single post comments styling
--------------------------------------------------- */

#comment-wrap {
	padding-top: 30px;
}
#comments {
	border-top: 1px solid #e2e2e2ee;
	padding-top: 20px;
}
#comment-wrap article {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent;
	padding: 0;
	margin-bottom: 40px;
}
#comment-wrap article:after {
	content: '';
	display: block;
	max-width: 300px;
	border-bottom: 1px solid #d8d8d8;
	margin: 30px auto 0;
	visibility: visible;
}
#comment-wrap .comment_avatar {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	max-width: 80px;
	margin-right: 15px;
}
#comment-wrap .comment_avatar img {
	max-width: 100%;
}
#comment-wrap .comment_postinfo {
	line-height: 1.2;
}
/* 
CUSTOM CSS
---------------------------------------------------------------------------------------------------- */

/* footer styling
----------------------------------------------- */
#site-footer-upper-row {
    padding: 30px 0 40px;
}
#site-footer-lower-row {
    padding: 0;
    padding-top: 20px;
    border-top: 1px solid #ede8df;
}
#site-footer-upper-row h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
}
#site-footer p {
    color: #fff;
    font-size: 15px;
    padding-bottom: 12px;
}
#site-footer p a {
    color: #fff;
    font-size: 15px;
}
#site-footer p a:hover,
#site-footer-lower-row .et_pb_text_inner a:hover{
	text-decoration: underline;
}
#site-footer-lower-row p, #site-footer-lower-row p a {
    padding-bottom: 0;
    font-size: 13px;
}
#site-footer-lower-row .et_pb_text_inner,
#site-footer-lower-row .et_pb_text_inner a{
	color: #ffffff;
	font-size: 13px;
}

#site-footer-lower-row .et_pb_column:first-of-type p a {
    text-decoration: underline;
}

#site-footer-upper-row .et_pb_column{
	width: 18%;
}
#site-footer-upper-row #footer-logo{
	width: 46%;
}
#footer-logo img{
    max-width: 200px;
}


/* header styling
----------------------------------------------- */

#site-header{
	background-color: transparent;
    padding: 20px 0;
}
#site-header .et_pb_row{
	padding: 0;
	display: flex;
	align-items: center;
}
#site-header .et_pb_menu_0_tb_header.et_pb_menu{
	background-color: transparent !important
}
#site-header .et-menu li>a{
    font-size: 17px;
    font-weight: 400;
    font-family: 'Manrope',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}
#site-header .et_pb_menu li li a{
	color: #102537;
}
#site-header .et_pb_menu .et_pb_menu__wrap{
	justify-content: end;
}
#site-header-logo img{
    max-width: 250px;
}
#site-header.et_pb_sticky{
    background-color: #102537;	
}
#site-header .et_pb_menu li ul,
#site-header .et_pb_menu li ul li,
#site-header .et_pb_menu li ul li a,
#site-header .et_pb_menu li ul li a:hover{
	width: 220px;
}

/* home-hero styling
----------------------------------------------- */

#home-hero{
    min-height: 850px;
    display: flex;
/*     background-position-y: 5rem; */
}
#home-hero h1{
    font-size: 70px;
    color: #ffffff;
    padding: 25px 0;
}
#home-hero p{
    font-size: 35px;
    color: #ffffff;
    max-width: 55%;
    line-height: normal;
}
#home-hero .et_pb_row{
    position: relative;
    top: 2.5rem;
}

/* home-about styling
----------------------------------------------- */

#home-about{
    padding: 40px 0;	
}
#home-about .et_pb_row{
    display: flex;
    align-items: center;
}
#home-about h2{
    font-weight: 400;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.1;
	padding-bottom: 35px;
}
#home-about p{
    padding-bottom: 25px;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
}
#home-about img{
    height: 550px;
    object-fit: cover;
}

/* home-service-toggle styling
----------------------------------------------- */

#home-service-toggle {
	padding: 50px 0;
}
#home-service-toggle h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
	padding: 0;
}
#home-service-toggle .et_pb_toggle{
    border: unset;
    border-bottom: 1px solid #dddddd;
    background-color: #fff;
    padding: 40px 0;
    margin: 0;
}
#home-service-toggle .et_pb_toggle:last-of-type{
	border-bottom: unset;
}
#home-service-toggle h3.et_pb_toggle_title{
    color: #000000;
    font-size: 28px;
}
#home-service-toggle .et_pb_toggle_title:before{
	font-size: 30px;
}
#home-service-toggle a{
    font-size: 16px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 8px;
}
#home-service-toggle a span{
    color: #717171;
    font-size: 20px;
    position: relative;
    top: -2px;
}

/* home-service-toggle styling
----------------------------------------------- */
#home-posts{
    padding: 50px 0 30px;
}
#home-posts .dsm_blog_carousel_0 .swiper-container{
    margin-bottom: 0 !important;
}
#home-posts .dsm-meta-seperator{
	display: none;
}
#home-posts .dsm-entry-title{
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    margin-top: 3rem;
}
#home-posts .dsm-readmore-wrap{
	text-align: right;
}
#home-posts .dsm-readmore-btn{
    font-size: 20px;
    color: #717171;
}
#home-posts .dsm-entry-wrapper{
	position: relative;
}
#home-posts .dsm-entry-meta{
    position: absolute;
    top: 0;
    background: #dddddd;
    padding: 10px 15px;
    display: block;
}
#home-posts .dsm-entry-meta a,
#home-posts .dsm-entry-meta a:hover,
#home-posts .dsm-entry-title a:hover{
    color: #000000;
}
#home-posts .swiper-button-prev:after,
#home-posts .swiper-button-next:after{
    font-size: 30px;
    color: #ffffff;	
}
#home-posts .dsm-entry-meta a{
  pointer-events: none;
  cursor: default;
}
#home-posts .swiper-arrow-button.swiper-button-next, 
#home-posts .swiper-arrow-button.swiper-button-prev {
    background: #dddddd;
    display: flex;
    border-radius: 50px;
    width: 25px !important;
    height: 25px !important;
    font-size: 20px !important;
}
#home-posts .dsm_blog_carousel .swiper-button-prev{
	left: -25px;
}
#home-posts .dsm_blog_carousel .swiper-button-next{
	right: -25px;
}
#logo-section .et_pb_image img{
	max-width: 280px;
}

/*
Inner Bnner Section styling
--------------------------------------------------- */

#inner-banner{
    background-color: #102537;
    height: 450px;
    display: flex;
    align-items: center;
    z-index: 0;
}
#inner-banner h1{
    font-size: 55px;
    font-weight: 500;
    padding-bottom: 0;
    text-align: left;
    color: #ffffff;
    padding-top: 15px;
    text-align: center;
    margin-top: 4rem;
    line-height: 1.3;
}
.single-post #inner-banner h1 {
	color:#fff !important;
}


/* News Content Section */
.news-content-section {
	padding: 30px 0;
}

/* Filter Section */
.news-filters {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 40px;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 50%;
    justify-content: space-between;
}

.filter-label {
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
}

.dropdown-container {
    position: relative;
    min-width: 200px;
    border-bottom: 2px solid #71a39c;
}

.custom-dropdown {
    position: relative;
    background: transparent;
    border: unset;
    cursor: pointer;
    border-radius: unset;
}

.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    transition: all 0.3s ease;
}

.dropdown-header:hover {
	border-color: #e74c3c;
}

.dropdown-text {
    font-size: 20px;
    font-weight: 500;
}

.dropdown-icon {
	color: #71a39c;
	font-size: 18px;
	font-weight: bold;
	transition: transform 0.3s ease;
}

.custom-dropdown.active .dropdown-icon {
	transform: rotate(45deg);
}

.dropdown-content {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	display: none;
	max-height: 200px;
	overflow-y: auto;
}

.custom-dropdown.active .dropdown-content {
	display: block;
	max-height: 250px;
}

.dropdown-item {
	padding: 12px 16px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	font-size: 14px;
	color: #333;
}

.dropdown-item:hover {
	background-color: #f8f9fa;
}

.dropdown-item.selected {
	background-color: #71a39c;
	color: white;
}

/* Posts Container */
.news-posts-container {
    overflow: hidden;
    margin-top: 100px;
}

.news-post-item {
    padding-bottom: 30px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    transition: background-color 0.2s ease;
}

.news-post-item:last-child {
	border-bottom: none !important;
}

.news-post-item:hover {
/* 	background-color: #fafafa; */
}

.post-title {
	margin: 0 0 15px 0;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.3;
}

.post-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
}

/* .post-title a:hover {
	color: #be9540;
}
 */
.post-excerpt {
    color: #000000;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.read-more-link {
    color: #71a39c;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
}

.read-more-link:hover {
	color: #102537b5;
	text-decoration: underline;
}

.no-posts-found {
	padding: 60px 30px;
	text-align: center;
	color: #666;
	font-size: 18px;
}

/* Pagination */
.news-pagination {
	margin-top: 40px;
	text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
	.news-filters {
		flex-direction: column;
		gap: 40px;
		align-items: stretch;
		margin-bottom: 0;
	}
	.news-posts-container{
		margin-top: 40px;
	}
	.filter-group {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		width: 100%;
	}
	
	.dropdown-container {
		min-width: auto;
	}
	
	.news-post-item {
		margin-bottom: 0 !important;
	}
	
	.post-title {
		font-size: 20px;
	}
	
	.news-content-section {
		padding: 0;
	}
}

@media (max-width: 480px) {
	.news-filters {
		padding: 15px 0 0;
	}
	
	.news-post-item {
		padding: 0;
	}
	
	.post-title {
		font-size: 20px;
	}
	
	.post-excerpt {
		font-size: 18px;
	}
}



/* Single Post Hero Section */
.single-post-hero {
/* 	background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); */
	color: white;
	padding: 80px 0;
	text-align: center;
	position: relative;
}

.single-post-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
}
.hero-meta {
	font-size: 1.1rem;
	opacity: 0.9;
}

/* Main Content Area */
.single-post-content {
/* 	background: #f8f9fa;
	padding: 60px 0;
	min-height: 100vh; */
}

.content-wrapper {
	display: grid;
/* 	grid-template-columns: 1fr 300px; */
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
}

.main-content-area {
/* 	background: white; */
/* 	padding: 40px; */
/* 	border-radius: 10px; */
/* 	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05); */
}

.content-sidebar {
/* 	background: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
	height: fit-content; */
}

/* Post Media */
.post-media {
	margin-bottom: 30px;
	border-radius: 0;
	overflow: hidden;
}

.post-media img {
	width: 100%;
	height: auto;
	display: block;
}

.video-container,
.gallery-container {
	margin-bottom: 30px;
}

/* Post Format Content */
.post-format-content {
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 8px;
	background: #f8f9fa;
}

.quote-content {
	font-style: italic;
	font-size: 1.2rem;
	text-align: center;
	border-left: 4px solid #3498db;
	padding-left: 20px;
}

.link-content a {
	color: #3498db;
	text-decoration: none;
	font-weight: 600;
}

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

/* Post Content */
.post-content {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #1a2b3a;
/* 	margin-bottom: 40px; */
}

.post-content p {
	margin-bottom: 20px;
}
.single-post .post-content p {
	padding-bottom:0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin-top: 30px;
	margin-bottom: 15px;
	color: #000000;
	padding-bottom:0;
}

.post-content blockquote {
	border-left: 4px solid #3498db;
	padding-left: 20px;
	margin: 30px 0;
	font-style: italic;
	color: #666;
}

.post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 20px 0;
}

/* Post Footer */
/* .post-footer {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-bottom: 40px;
}

.post-tags,
.post-categories {
	margin-bottom: 10px;
}

.tags-label,
.categories-label {
	font-weight: 600;
	color: #666;
}

.post-tags a,
.post-categories a {
	color: #3498db;
	text-decoration: none;
	margin-right: 5px;
}

.post-tags a:hover,
.post-categories a:hover {
	text-decoration: underline;
} */

/* Advertisement */
.post-advertisement {
	text-align: center;
	margin: 40px 0;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
}

.ad-image {
	max-width: 100%;
	height: auto;
}

/* Author Bio */
.author-bio {
	display: flex;
	gap: 20px;
	background: #f8f9fa;
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 40px;
}

.author-avatar img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.author-info h4 {
	margin: 0 0 10px 0;
	color: #2c3e50;
}

.author-description {
	color: #666;
	line-height: 1.6;
	margin-bottom: 10px;
}

.author-posts-link {
	color: #3498db;
	text-decoration: none;
	font-weight: 600;
}

.author-posts-link:hover {
	text-decoration: underline;
}

/* Comments Section */
.comments-section {
	margin-top: 40px;
}

/* Page Links */
.page-links {
	text-align: center;
	margin: 30px 0;
}

.page-links a {
	display: inline-block;
	padding: 8px 16px;
	margin: 0 5px;
	background: #3498db;
	color: white;
	text-decoration: none;
	border-radius: 4px;
}

.page-links a:hover {
	background: #2980b9;
}

/* Responsive Design */
@media (max-width: 768px) {
	.hero-title {
		font-size: 2rem;
	}
	
	.content-wrapper {
/* 		grid-template-columns: 1fr; */
		gap: 30px;
	}
	
	.main-content-area,
	.content-sidebar {
		padding: 0;
	}
	
	.single-post-hero {
		padding: 60px 0;
	}
	
	.author-bio {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.hero-title {
		font-size: 1.5rem;
	}
	
	.single-post-content {
		padding: 0;
	}
	
	.main-content-area,
	.content-sidebar {
		padding: 15px;
	}
}


/*
 * contact-sec styling
--------------------------------------------------- */

#contact-sec h2 {
    font-size: 40px;
    padding-bottom: 12px;
    font-weight: 500;
}

#contact-sec p a,#contact-sec p a:hover {
    color: #1a2b3a
}

#wpforms-2766 {
    margin-top: 0
}

#main-content .wpforms-form input,#main-content .wpforms-form select,#main-content .wpforms-form textarea {
    border: unset;
    border-radius: 0;
    font-family: inherit;
    padding: 16px;
    background-color: #f0f0f0
}

#main-content .wpforms-form input::placeholder,#main-content .wpforms-form select::placeholder,#main-content .wpforms-form textarea::placeholder {
    color: #374650;
    font-size: 16px
}

#contact-map-sec,#contact-map-sec .et_pb_row {
    padding: 0;
	width: 100%;
    max-width: 100%
}

#contact-map-sec iframe {
    margin-bottom: -20px
}
#page-container #wpforms-submit-2766{
    display: inline-block;
    padding: 13px 55px;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    background-color: #71a39c;
    color: #ffffff;
    border: 2px solid #71a39c;
    font-size: 16px;
}
#page-container #wpforms-submit-2766:hover{
    color: #000000;
    background-color: #ffeb99;
    border-color: #ffeb99;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container{
	text-align: left;
}



/*
 * about-page styling
--------------------------------------------------- */

#about-legal h2{
    text-align: center;
    font-size: 40px;
    padding-bottom: 30px;
}
#about-legal p{
	text-align: center;
}
#about-owner{
    background: #f7f7f7;
    padding: 50px 0;
}
#about-owner .et_pb_image_wrap,
#about-owner .et_pb_image_wrap img{
	width: 100%;
}
#about-owner-content{
    padding-top: 0;
}
#about-our-values{
    padding: 50px 0;
}
#about-our-values-header h2,
#about-owner h2{
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
}
#about-owner h2{
    color: #000000;
    text-align: left;
    padding-bottom: 15px;
}
#about-our-values-content .et_pb_image img{
	width: 80px;
}
#about-our-values-content h3{
    text-align: center;
    font-size: 23px;
    color: #ffffff;
}
#about-our-values-content p{
    text-align: center;
    color: #ffffff;
}

/*
 * service page styling
--------------------------------------------------- */
.service-nav{
    font-size: 25px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 14px;
}
.service-nav:hover{
	color: #000000;
}
#service-nav-right .et_pb_text_inner .service-nav{
    justify-content: end;	
}
.service-nav span{
	position: relative;
	top: -2px;
	color: #71a39c;
}
#service-nav-left .et_pb_text_inner{
	text-align: left;
}
#service-nav-right .et_pb_text_inner{
	text-align: right;
}
#services-nav-content{
    background: #f7f7f7;
}

/*
 * cta-section styling
--------------------------------------------------- */

#cta-section{
    padding: 60px 0;
    background: #f0f0f0;
}
#cta-section h2{
    text-align: center;
    font-size: 40px;
}
#cta-section p{
    font-size: 19px;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
    font-weight: 500;
}









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

@media only screen and (min-width: 981px){

	.dsm_blog_carousel_0 .swiper-pagination-bullet, 
	.dsm_blog_carousel_0 .swiper-pagination-progressbar {
		display:none;
	}
}

@media only screen and (max-width: 1366px){
	#home-hero{
		min-height: 800px;
	}
}
@media only screen and (max-width: 1280px){
	#home-about h2,
	#home-service-toggle h2{
		font-size: 40px;
	}
	#contact-map-sec iframe{
		height: 400px;
	}
}
@media only screen and (max-width: 1179px) { 

	body .et_pb_row,
	body .container {
		width: 90%;
	}
	body #top-menu > li {
		padding-right: 25px;
	}
	.large-wrap-grid-text-img-row .et_pb_text {
		padding: 25px 0 0;
		margin-left: 0;
	}
	.large-wrap-grid-text-img-row.reverse-col .et_pb_text {
		margin-right: 0;
		padding-right: 0;
	}
	#home-hero h1{
		font-size: 65px;
		padding-bottom: 20px;
	}
	#home-hero p{
		max-width: 60%;
	}
	#home-hero {
		min-height: 750px;
	}
	#home-about h2{
		padding-bottom: 30px;
	}
	#home-about p{
		font-size: 18px;
		padding-bottom: 20px;
	}
	#home-service-toggle {
		padding: 30px 0;
	}
}
@media only screen and (max-width: 1024px){
	
	#site-footer-upper-row .et_pb_column{
		width: 100%;
		margin-bottom: 30px !important;
	}
	#site-footer-upper-row #footer-logo{
		width: 100%;
	}
	#site-footer-upper-row #footer-contact-us{
		margin-bottom: 0 !important;
	}
	#site-footer .et_pb_module,
	#site-footer h4,
	#site-footer p{
		text-align: center !important;
	}
	#home-hero p{
		font-size: 30px;
		max-width: 65%;
	}	
	#home-about img{
		height: 500px;
	}
	#home-service-toggle h5.et_pb_toggle_title{
		font-size: 27px;
	}
	#cta-section p{
		font-size: 17px;
		max-width: 80%;
	}
	#cta-section {
		padding: 30px 0;
	}
	#cta-section h2{
		font-size: 40px;
	}
}
@media only screen and (max-width: 980px) { 

	body.et_header_style_left #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 70%;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 45%;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 30px;
		line-height: 1.2;
	}
	body h3 {
		font-size: 25px;
	}
	body h4 {
		font-size: 23px;
	}
	a[href^="tel"]:link,
	a[href^="tel"]:visited,
	a[href^="tel"]:hover {
		pointer-events: auto;
		cursor: pointer;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	body .flex-row {
		display: block;
	}
	.reverse-col .et_pb_column:first-child {
		margin-left: 0;
	}
	.reverse-col .et_pb_text {
		padding-left: 0;
	}
	.large-wrap-grid-text-img-row .et_pb_text,
	.large-wrap-grid-text-img-row .et_pb_column_1_2 .et_pb_text {
		max-width: 100%;
	}
	.large-wrap-grid-text-img-row .et_pb_image,
	.large-wrap-grid-text-img-row.reverse-col .et_pb_image {
		text-align: center;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 20px auto 0;
	}
	body .mobile_menu_bar:before {
		color: #102537;
	}
	body .et_mobile_menu {
		border-color: #102537;
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	#site-footer-lower-row .et_pb_column{
		margin-bottom: 0;
	}
	#site-footer-upper-row{
		padding: 30px 0 15px;
	}
	#site-header .et_pb_column{
		margin-bottom: 0;
	}
	#site-header .et_pb_module .mobile_menu_bar:before {
		top: 10px;
		color: #ffffff !important;
	}
	#site-header .et_mobile_menu{
		top: 3rem;
	}
	#site-header-menu{
		position: absolute;
	}
	#site-header-menu .et_pb_menu_0_tb_header.et_pb_menu ul li a {
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		font-family: "Google Sans", sans-serif;
		text-transform: uppercase;
		color: #102537;
		padding: 8px 0;
	}
	ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{
		color: #102537 !important;
	}
	#home-hero p{
		font-size: 25px;
	}
	#site-header-logo img {
		max-width: 220px;
	}
	#home-about .et_pb_row{
		flex-direction: column-reverse;
	}
	#home-about img{
	    width: 100%;
    	margin-bottom: 2rem;
	}
	#home-about .et_pb_image_wrap{
	    width: 100%;
	}
	 #home-about .et_pb_image{
		text-align: center;
	}
	#home-about .et_pb_column{
		margin-bottom: 0;
	}
	#home-about{
		padding: 40px 0 20px;
	}
	#contact-sec h2 {
		font-size: 30px;
		padding-bottom: 6px;
		font-weight: 500;
	}
	#contact-map-sec iframe{
		height: 350px;
	}
	#services-nav-content .et_pb_row {
		display: flex;
	}
	#services-nav-content .et_pb_column{
		margin-bottom: 0;
	}
	.dsm_blog_carousel_0 .swiper-pagination-bullet, 
	.dsm_blog_carousel_0 .swiper-pagination-progressbar {
		background: #b9b0b0;
   	 	opacity: 0.9;
	}
	#site-header-logo {
		position: relative;
    	z-index: 999;
    	width: 50% !important;
	}
}

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

	html body {
		font-size: 18px;
	}
	body h1,
	#left-area h1.entry-title {
		font-size: 33px;
	}
	body h2 {
		font-size: 30px;
	}
	#page-container .et_pb_button {
		padding: 15px 25px;
		font-size: 16px;
		min-width: 175px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#hero-img-section {
		min-height: auto;
		padding-top: 30px;
	}
	#main-footer .footer-widget .wpforms-field-label,
	#main-footer .wpforms-field-label {
		display: inline-block;
	}
	#home-hero h1 {
		font-size: 60px;
	}
	#home-hero p {
        max-width: 100%;
    }
	#home-hero{
		min-height: 700px;
	}
	#footer-logo img {
		max-width: 180px;
	}
	#home-about img{
		height: auto;
	}
	#home-about h2,
	#home-service-toggle h2{
        font-size: 30px;
    }
	#home-service-toggle .et_pb_toggle{
		padding: 35px 0;
	}
	.single-post #inner-banner h1 {
		font-size: 45px;
		line-height: 1.2;
	}
	/*#inner-banner h1{
		font-size: 30px;
		line-height: 1.2;
	}*/
}
@media only screen and (max-width: 600px) {
	#home-hero h1 br{
		display: none;
	}
	#home-hero h1 {
        font-size: 45px;
        text-align: center;
    }
	#home-hero .et_pb_text_inner{
		text-align: center;
	}
	#home-hero p{
		font-size: 22px;
	}
	#home-about h2,
	#home-service-toggle h2{
        font-size: 30px;
    }
	#home-about {
        padding: 20px 0 0px;
    }
    #home-about p {
        font-size: 17px;
    }
	#home-service-toggle .et_pb_toggle {
        padding: 25px 0;
    }
    #home-service-toggle h5.et_pb_toggle_title {
        font-size: 22px;
        line-height: 1.2;
    }
	#home-posts .dsm_blog_carousel .swiper-button-prev{
		left: -10px;
	}
	#home-posts .dsm_blog_carousel .swiper-button-next{
		right: -10px;
	}
	#contact-map-sec iframe{
		height: 300px;
	}
	.service-nav{
		font-size: 18px;
		font-weight: 700;
	}
	.single-post #inner-banner h1 {
		font-size: 40px;
		line-height: 1.2;
	}
}
@media only screen and (max-width: 500px) { 

	body h1,
	#left-area h1.entry-title {
		font-size: 28px;
	}
	body h2 {
		font-size: 30px;
	}
	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;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 auto 15px;
	}
	#main-footer .left-side-field  {
		width: 100%;
	}
	#main-footer .right-side-field {
		position: relative;
		width: 100%;
	}
	#main-footer .wpforms-field-captcha {
		position: relative;
		padding-top: 14px;
		text-align: center;
	}
	#main-footer .wpforms-submit-container {
		text-align: center;
	}
	#site-footer-upper-row p{
		padding-bottom: 5px;
	}
	
}

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

	#home-hero .et_pb_button{
		min-width: 100%;
	}
	#home-hero .et_pb_button + #home-hero .et_pb_button{
		margin-top: 10px;
	}
/* 	body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container{
		padding-top: 0 !important;
	} */
}