/*
Theme Name: Clohesy Legal
Template: 	Divi
Version: 	4.21.0
*/

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

body {
	font-weight: 400;
	transition: all 0.5s ease
}

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

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

body h2 {
	font-size: 36px;
	color: #4c1308;
}
body h3 {
	font-size: 27px;
}
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;
	color: #494522;
	font-size: 16px;
}
p:last-of-type + * {
	padding-top: 25px;
}
p:empty {
	display: none;
}

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

#page-container .et_pb_button {
    display: inline-block;
    padding: 12px 20px;
    line-height: normal !important;
    text-decoration: none;
    font-size: 15px;
    text-shadow: none;
    text-align: center;
    width: 155px;
    background-color: #333333;
    color: #fff;
    border: 1px solid #333333;
    border-radius: 3px;
}
#page-container .et_pb_button .dashicons-icon{
	position: relative;
	top: 3px;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container .et_pb_button:hover {
    background: #fff;
    color: #333333;
}

.et_pb_button + .et_pb_button {
	margin-left: 25px;
}

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

html body div.wpforms-container-full {
	margin: 0 auto;
}
#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 #333333;
    font-family: inherit;
    padding: 12px 15px;
    border-radius: 3px;
}
#page-container .wpforms-container .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form :-ms-input-placeholder {
	color: #000;
}
#page-container .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
#page-container .wpforms-container .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-submit-container {
	text-align: left;
	margin-top: 0;
}

#page-container 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;
    box-shadow: none;
    border: none;
    background-color: #333333 !important;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    height: 45px;
    border-radius: 4px;
	border: 1px solid #333333;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #fff !important;
	color: #333333;
}

#page-container .wpforms-confirmation-container-full {
	background: #000;
	border: none;
}
#page-container .wpforms-confirmation-container-full p {
	color: #fff;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label{
	color: #333333 !important;
}

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

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

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

/* Divi sup styling
----------------------------------------------- */

#page-container sup {
	bottom: 0.2em;
}

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

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

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

#hero-img-section {
	min-height: 700px;
	display: flex;
}
#main-content #hero-img-section h1{
	font-size: 70px;
	color: #fff;
	padding-bottom: 20px;
}
#main-content #hero-img-section p{
	font-size: 30px;
	color: #fff;
	padding-bottom: 20px;
	line-height:1.2;
}
#hero-img-section:before{
	content: "";
    width: 100%;
    height: 100%;
    background-color: #333333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
}
#page-container  #hero-img-section .et_pb_button{
	background-color: #fff;
    color: #333333;
    border: 1px solid #fff;
}
#page-container  #hero-img-section .et_pb_button:hover{
	background-color: transparent;
	color: #fff;
}
#page-container  #hero-img-section .et_pb_column{
	padding: 9rem 0 0;
}





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

body.blog header .et_builder_inner_content {
	z-index: 9;
}
body.blog header .et_builder_inner_content.has_et_pb_sticky {
	z-index: inherit;
}

/*
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 #left-area article,
.blog article {
	border: 1px solid #d7d7d7;
	padding: 20px;
	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;
    max-width: unset;
	border-bottom: none;
	text-align: left;
}
.blog .entry-title:before,
body.single .post .entry-title:before{
	display: none;
}
.blog .entry-title:after,
body.single .post .entry-title:after{
	display: none;
}
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;
}

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

#inner-banner1 {
	padding-top: 0;
	padding-bottom: 0;
}
#inner-banner1 .et_pb_row {
	padding: 0;
	width: 100%;
	max-width: 100%;
	position: relative;
    z-index: 0;
}
#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: 550px;
	object-fit: cover;
/* 	margin-top: 130px; */
}
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: 70px 10px 40px;
}
body.blog #inner-banner1 .et_pb_text {
	position: relative;
}
#inner-banner1 h1 {
    border-bottom: 1px solid #333333;
    position: relative;
    max-width: 500px;
    margin: 0 auto 2px;
    display: block;
	text-align: center;
    padding-bottom: 20px;
}
#inner-banner1 h1:before,
#inner-banner1 h1:after{
	content: "";
    max-width: 5px;
    width: 100%;
    height: 5px;
    background-color: #333333;
    position: absolute;
    bottom: -3px;
    border-radius: 100%;
}
#inner-banner1 h1:before{
    left: 0;
}
#inner-banner1 h1:after{
	right:0;
}



/*
our values styling
--------------------------------------------------- */
#main-content #our_value_section .et_pb_row_2 .et_pb_column p img{
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    transition: box-shadow 300ms ease 0ms;
    margin-right: 20px;
    margin-bottom: 15px;
}
#main-content #our_value_section .et_pb_row_2 .et_pb_column p img:hover{
	box-shadow: -9px 11px 18px 0px rgba(0,0,0,0.3);
}
#main-content #our_value_section .et_pb_row_2 .et_pb_column p{
	padding-bottom: 15px;
}

/*
CTA styling
--------------------------------------------------- */
#main-content #cta_section{
	padding: 100px 0;
}
#main-content #cta_section .et_pb_row{
	border-radius: 5px;
}
#main-content #cta_section .et_pb_row .et_pb_text_inner{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 70px 250px;
    text-align: center;
    color: #fff;
}
#main-content #cta_section .et_pb_row .et_pb_text_inner h3{
	font-size: 40px;
    color: #fff;
    font-weight: 700;
}
#main-content #cta_section .et_pb_row .et_pb_text_inner p{
	color: #fff;
	font-size: 16px;
}
#page-container #footer-top .et_pb_button,
#main-content #cta_section .et_pb_row .et_pb_text_inner .et_pb_button{
	background-color: #fff;
    color: #333333;
    border: 1px solid #fff;
}
#page-container #footer-top .et_pb_button:hover,
#main-content #cta_section .et_pb_row .et_pb_text_inner .et_pb_button:hover{
	background-color: transparent;
    color: #fff;
}




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


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

#home-testimonial-area {
	background:linear-gradient( 180deg, rgba(49,45,22,0.9) 0%, rgba(49,45,22,0.9) 100% );
	max-width: 1600px;
	margin: 70px auto 0;
	padding: 100px 0;
}
#home-testimonial-area .ti-widget.ti-goog .ti-review-item>.ti-inner {
	background-color: transparent !important;
}
#home-testimonial-area .ti-widget.ti-goog .ti-review-header .ti-profile-details .ti-name,
#home-testimonial-area .ti-widget.ti-goog .ti-widget-container .ti-date,
#home-testimonial-area .ti-widget.ti-goog .ti-read-more span,
#home-testimonial-area .ti-widget.ti-goog .ti-review-content {
	color: #fff;
}
#home-testimonial-area {
	overflow: hidden;
}
#home-testimonial-area .et_pb_row {
	margin: 20px auto;
	padding-left: 10px;
	padding-right: 10px;
}
#home-testimonial-area .et_pb_slider .et_pb_slide {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_description {
	padding: 0 0 8%;
	text-shadow: none;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_content {
color: #fff;
	font-size: 18px;
}
#home-testimonial-area .et-pb-slider-arrows a {
	opacity: 1;
	color: #000;
}
#home-testimonial-area .et-pb-slider-arrows .et-pb-arrow-prev {
	left: 20px;
}
#home-testimonial-area .et-pb-slider-arrows .et-pb-arrow-next {
	right: 20px;
}
#home-testimonial-area .et-pb-slider-arrows a:hover {
	background-color: #fff;
}
#home-testimonial-area .et-pb-controllers {
	bottom: 0;
}
#home-testimonial-area .et-pb-controllers a {
	width: 16px;
	height: 16px;
	border-radius: 500px;
	opacity: 1;
	background-color: transparent;
	border: 2px solid #fff;
}
#home-testimonial-area .et-pb-controllers .et-pb-active-control {
	background-color: #fff;
}
#home-testimonial-area h2 {
	border-bottom: 1px solid #fff;
}
body #home-testimonial-area h2:before, body #home-testimonial-area h2:after{
	background-color: #fff;
}


/* About Section
--------------------------------------------------- */
#main-content #about-us-content .et_pb_column img{
	width: 300px;
	height: 400px;
	border-radius: 3px;
}
#main-content #about-us-content .et_pb_column{
	display: flex;
    flex-direction: column;
    align-items: center;
}

#main-content #about-us-content{
	width: 700px;
	margin: 0 auto;
}





/* Services Section
--------------------------------------------------- */
#services-area .et_pb_row:first-of-type{
	margin: 20px auto 50px;
}

#main-content .services-row .et_pb_column {
	overflow: hidden;
}
#main-content .services-row .et_pb_text {
	transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
	-webkit-transition: all .8s;
	max-width: 310px;
	position: static;
}
body .services-row h4 {
    padding-bottom: 0;
    font-size: 22px;
    position: relative;
    padding-left: 132px;
    display: flex;
    align-items: center;
    min-height: 110px;
}
body .services-row h4:before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	width: 110px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #333333;
}
body .child-column h4:before {
	background-image: url(images/Disputes.png);
}
body .family-column h4:before {
	background-image: url(images/Estate.png);
}
body .criminal-column h4:before {
	background-image: url(images/Property.png);
}
body .intervention-column h4:before {
	background-image: url(images/Wills.png);
}
body .services-row h4 ~ * {
	display: none;
}
#main-content .services-row .et_pb_column:hover p{
	color: #ffffff !important;
}
#main-content .services-row .et_pb_button{
	border: none;
}
#main-content .services-row .et_pb_column:hover .et_pb_text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgb(49 45 22 / 60%);
	color: #fff;
	display: flex;
	align-items: center;
	height: 376px;
}
#main-content .services-row .et_pb_column:hover .et_pb_text_inner {
	padding: 30px;
}
#main-content .services-row .et_pb_column:hover h4 {
	padding-left: 55px;
	display: block;
	min-height: 100%;
	margin-bottom: 20px;
	color: #fff;
}
#main-content .services-row .et_pb_column:hover h4 ~ * {
	display: block;
}
#main-content .services-row .et_pb_column:hover h4:before {
	width: 35px;
	height: 35px;
	background-size: contain;
	background-color: transparent;
}


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

/* FAQ Page styling
----------------------------------------------- */
#main-content #faq_content .et_pb_toggle_title{
	color: #ffffff;
    font-size: 20px;
}
#main-content #faq_content .et_pb_toggle_content p,
#main-content #faq_content .et_pb_toggle_content p a,
#main-content #faq_content .et_pb_toggle_content{
	color: #ffffff;
	font-size: 15px;
}
#main-content #faq_content .et_pb_accordion .et_pb_toggle{
	background-color: #333333;
}




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


/* 
Footer Section
---------------------------------------------------------------------------------------------------- */

#page-container #footer-bottom p a,
#page-container #footer-bottom p{
	color:#ffffff !important;
}
#page-container #footer-top a,
#page-container #footer-top .dashicons-icon i{
	color: #ffffff;
}
#page-container #footer-top{
	padding-top: 10px;
}
#page-container #footer-top p{
	color: #fff;
    display: flex;
    justify-content: center;
    gap: 8px;
	flex-wrap: wrap;
}
#page-container #footer-top p span{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	line-height: 0;
}
#page-container #footer-top .dashicons-facebook-alt-icon{
    background: #fff;
    padding: 22px 11px;
    border-radius: 50px;
    border: 1px solid #fff;
	transition: all 0.5s ease
}
#page-container #footer-top .dashicons-facebook-alt-icon:hover{
	 background: #333333;
} 
#page-container #footer-top .dashicons-facebook-alt-icon:hover .dashicons-facebook-alt{
	color: #ffffff;
}
#page-container #footer-top .dashicons-facebook-alt-icon .dashicons-facebook-alt{
	color: #333333;
    font-size: 24px;
}
#page-container #footer-bottom .et_pb_row:first-of-type{
	border-top: 1px solid #fff;
}
#page-container #footer-bottom .et_pb_row:first-of-type p{
	padding-top:10px;
}


/* About us page Styling
---------------------------------------------------------------------------------------------------- */

body .about-single .et_pb_column:first-of-type{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
body .about-single .et_pb_column:first-of-type h4{
	font-size: 28px;
}

body .about-single .et_pb_column:last-of-type:before{
	content: "";
    border: 1px solid rgb(255 255 255 / 40%);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 10px;
}
body .about-single .et_pb_column:last-of-type{
	background-color: #333333;
    padding: 50px;
    border-radius: 20px;
	color: #fff;
}
body .about-single .et_pb_column:last-of-type p{
	color: #fff;
    font-size: 20px;
}
body .about-single .et_pb_column:last-of-type h3{
	color: #ffffff;
    line-height: 1.3;
}
body .about-single .et_pb_column:last-of-type p a{
	color: #ffffff;
}
body .about-single{
	width: 1179px;
	padding: 50px 0 80px !important;
}
body .about-single .et_pb_column_1{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
}
body .about-single .et_pb_image_wrap img{
	width:300px !important;
	border-radius:4px;
}
body .about-single .et_pb_text{
	padding: 0 !important;
    text-align: left !important;
}
body .about-single .et_pb_text_inner h3{
	padding: 20px 0 !important;
    text-transform: uppercase !important;
}
body .about-single .et_pb_text_inner p{
	font-size: 15px !important;
}
.about-single .et_pb_image {
	text-align: center;
    margin-bottom: 0px !important;
}
.divioverlay .et_pb_section{
	background-color: #ffffff !important;
}
.divioverlay .overlay-close span{
	color: #333333;
	font-size: 70px;
}

/* Evaluation form styling
--------------------------------------------------- */

#evaluation_form{
	width: 80%;
}



/* Header menu styling
--------------------------------------------------- */
#page-container #site-header .et_pb_row{
	max-width: 1650px;
    display: flex;
    align-items: center;
}

#page-container #site-header .et_pb_menu {
	background-color: transparent;
}
#page-container #site-header .et_pb_menu .et_pb_menu__wrap {
	display: block;
	float: right;
}
#page-container #site-header .et_pb_menu .et-menu {
	margin-left: auto;
	margin-right: auto;
}
#page-container #site-header .et_pb_menu__menu>nav>ul>li {
	margin-top: 0;
	padding-left: 0;
	padding-right: 20px;
}
#page-container #site-header .et_pb_menu__menu>nav>ul>li:last-of-type {
	padding-right: 0;
}
#page-container #site-header .et_pb_menu__menu>nav>ul>li>a {
	padding-bottom: 30px;
	margin: 30px 0 0;
	text-transform: uppercase;
	font-size: 14px;
	color: #333333;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}
#page-container #site-header .nav li a:hover {
	opacity: 1;
}
#page-container #site-header .nav li ul {
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}
#page-container #site-header .nav li ul li {
	line-height: normal;
	padding: 0;
	display: block;
}
#page-container #site-header .nav li ul li a {
	font-size: 13px;
    padding: 10px 20px;
    position: relative;
    border: 0px solid #fff;
    background-color: #fff;
    margin-bottom: 0;
}
#page-container #site-header .nav li ul li a:hover {
	background-color: #333333;
	color: #fff;
}

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

#page-container #site-header .et_pb_menu__menu>nav>ul>li>a:before {
	content: '';
	position: absolute;
	width: 1px;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 5px;
	height: 15px;
	background-color: #4c1308;
	-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;
}
#page-container #site-header .et_pb_menu__menu>nav>ul>li>a:after {
	content: '';
	position: absolute;
	width: 5px;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;
	height: 5px;
	background-color: #4c1308;
	-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;
	border-radius: 100%;
	top: auto;
}
#page-container #site-header .nav > li > a:hover:before,
#page-container #site-header .et_pb_menu__menu>nav>ul>li>a:hover:after {
	-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);
}

#page-container #site-header .et-menu li li.menu-item-has-children>a:first-child:after {
	top: 14px;
}
#page-container #site-header .nav li li ul {
	top: 0;
}

#page-container #site-header .et-menu .menu-item-has-children>a:first-child {
	padding-right: 0;
}




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


@media only screen and (max-width: 1600px){
	#page-container #site-header{
		padding: 30px;
	}
}
@media only screen and (max-width: 1440px){
	#page-container #site-header .et_pb_menu__menu>nav>ul>li{
		padding-right: 12px;
	}
	#page-container .et_pb_button{
		margin-left: 5px;
		width: 147px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 1366px){
	#page-container #site-header {
		padding: 20px 10px;
	}
	#page-container #site-header .et_pb_column_1_2{
		width:55%;
	}
	#main-content .services-row .et_pb_column{
		margin-right: 2.5%;
		width: 25%;
	}
	#page-container #services-area .et_pb_row:last-of-type{
		justify-content: center;
	}
	
}
@media only screen and (max-width: 1280px){
	#page-container #site-header .et_pb_column:first-of-type{
		width: 20%;	
	}
}
@media only screen and (max-width: 1230px) { 

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

}

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

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

	#site-header .et_pb_image {
		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;
	}
	#main-content #hero-img-section h1 {
		font-size: 50px;
	}
	#hero-img-section {
		min-height: 600px;
	}
	#page-container #services-area .et_pb_row:last-of-type .et_pb_column {
		width: 33.25%;
	}
	#page-container #services-area .et_pb_row:last-of-type{
		gap: 2rem;
	}
	#main-content .services-row .et_pb_column:hover .et_pb_text{
		height: 410px;
	}
	#home-testimonial-area{
		margin: 50px auto 0;
    	padding: 30px 0;
	}
	#main-content #cta_section {
		padding: 90px 0;
	}
	#main-content #cta_section .et_pb_row .et_pb_text_inner{
		padding: 40px 150px;
	}
	#main-content #cta_section .et_pb_row .et_pb_text_inner h3 {
		font-size: 36px;
	}
	#our_value_section .et_pb_row_2{
		padding-bottom: 0;
	}
	#services-area{
		padding-top: 0;
	}
	#inner-banner1 h1{
		font-size: 35px;
	}
	#inner-banner1 .et_pb_text{
		padding: 50px 10px 0px;
	}
	#page-container #site-header .et_pb_column:first-of-type {
		width: 40%;
	}
	#page-container #site-header .et_pb_column_1_2 {
		width: 100%;
		top: 50%;
		position: absolute;
	}
	.et_pb_module .mobile_menu_bar:before,
	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{
		top: 0;
		color: #333333 !important;
	}
	.et_mobile_menu{
		border-top: 3px solid #333333;
	}
	.et_pb_menu_0_tb_header.et_pb_menu ul li a{
		font-size: 18px;
	}
	#page-container #site-header .et_pb_column_1_2 .mobile_menu_bar{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.et_pb_menu .et_mobile_menu{
		top: 2rem;
	}
	#footer-bottom .et_pb_row .et_pb_column .et_pb_text_inner,
	#footer-bottom .et_pb_row .et_pb_column .et_pb_text_inner p{
		text-align: center !important;
	}
}

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

	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: 10px 25px;
	}

	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#page-container .et_pb_button{
		width: 156px;
	}
	#main-content #hero-img-section h1 {
		font-size: 45px;
	}
	#main-content #hero-img-section p {
		font-size: 27px;
	}
	#hero-img-section {
		min-height: 500px;
	}
	#page-container #services-area .et_pb_row:last-of-type .et_pb_column {
		width: 40%;
	}
	#main-content .services-row .et_pb_column:hover .et_pb_text {
		height: 358px;
	}
	body .services-row h4{
		font-size: 22px;
	}
	#main-content #cta_section .et_pb_row .et_pb_text_inner {
		padding: 20px 100px;
	}
	#page-container #hero-img-section .et_pb_column{
		padding: 0;
	}
	
}

@media only screen and (max-width: 767px) { 
	#hero-img-section {
		min-height:450px;
	}
	.header-right-area .et_pb_code_inner{
		display: flex;
		flex-direction: column;
		gap: 7px;
		align-items: end;
	}
	#main-content #hero-img-section h1 {
		font-size: 35px;
	}
	#page-container #site-header .et_pb_column_1_2{
		top: 100%;
	}
	#page-container #site-header {
		padding: 20px 10px 40px;
	}
	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;
	}

	#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,
	.archive .et_pb_post .entry-title {
		padding-bottom: 20px;
	}
	#page-container #services-area .et_pb_row:last-of-type .et_pb_column {
		width: auto !important;
	}
	#main-content #cta_section .et_pb_row .et_pb_text_inner {
		padding: 20px;
	}

}
@media only screen and (max-width: 425px) { 
	#hero-img-section {
		min-height:400px;
	}
/* 	#page-container #services-area .et_pb_row:last-of-type .et_pb_column {
		width: 90% !important;
	} */
	#main-content #cta_section .et_pb_row .et_pb_text_inner h3 {
		font-size: 32px;
	}
}










