/*
Theme Name: QNMU Law
Theme URI: 	https://liftlegal.com.au/
Template: 	Divi
Version: 	3.26.3
*/

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

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

@font-face {
    font-family: 'Cambon';
    src: url('fonts/Cambon-Bold.woff2') format('woff2'),
        url('fonts/Cambon-Bold.woff') format('woff');
    font-weight: bold;
    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: 'Cambon'; */
	font-weight: 400;
	padding-bottom: 20px;
/* 	font-family: 'Cambon'; */
}
body h2 {
	font-size: 32px;
}
body h3 {
	font-size: 28px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

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,
#gform_2 .gform_next_button,
#gform_submit_button_2,
.et_pb_button,
#legal-form-sec .wpforms-submit{
    display: inline-block;
    padding: 13px 15px;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    background-color: #6f2b6f;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
	transition: all 0.3s ease-out;
}
#gform_2 .gf_progressbar.gf_progressbar_custom{
	padding-top: 0 !important;
}
.gform-theme--framework #gform_2 .gf_step_completed .gf_step_number::after{
	background-color: #6f2b6f;
	border-color: #6f2b6f;
}
#page-container .et_pb_button:after,
.et_pb_button:after{
	display: none;
}
#page-container button.et_pb_button {
    background-color: #6f2b6f;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 25px;
	color: #fff;
	text-transform: capitalize;
}
#page-container .et_pb_button.light-btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
}
#page-container .et_pb_button:hover,
.et_pb_button:hover,
#legal-form-sec .wpforms-submit:hover{
	background-color: #6f2b6f;
    color: #ffffff;
	transform: translatey(-5px);
}
.pum-close .fa-times{
	font-size: 18px;
}
#page-container #blue_btn{
	background-color: #34afc8;
}
#booking_popup {
    display: none;
}
#booking_popup h6{
    text-align: center;
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif;
    font-size: 30px;
}
.et_pb_button,
.et_pb_button:hover{
    padding: 12px 25px;
}
.et_pb_button + .et_pb_button {
	margin-left: 5px;
	margin-top: 5px;
}
.pum-theme-5335 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
	background-color: rgb(111 43 111);
}
.btn {
	background: #567426;
	color: #fff !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
}
.btn:hover {
	background: #567426;
}
.btn .icon {
	color: #fff;
}
#page-container .et_pb_button .dashicons.dashicons-arrow-right-alt{
    transform: rotate(320deg);
    font-size: 17px;
    position: relative;
    top: 2px;
}

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

/* 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 .list-style ul {
	padding-left: 20px;
}
#main-content .list-style li {
	display: block;
	position: relative;
	padding-bottom: 5px;
}
#main-content .list-style 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: default;
	cursor: pointer;
	display: inline-block;
}
.entry-content a:hover {
	color: #c70000;
}
.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);
}

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

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

#hero-img-section {
	min-height: 700px;
	padding-top: 150px;
	position: relative;
	overflow: hidden;

}
#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;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    padding-bottom: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}
.blog article:last-of-type{
	border-bottom: none;
}
body .et_pb_post .post-meta {
	margin-bottom: 0;
}
.blog #inner-banner h1{
    padding-bottom: 30px;
}
.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: 28px;
	padding-bottom: 15px;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}
#left-area .et_pb_post .learn-more a{
    font-weight: 700;
    text-transform: uppercase;	
}
#left-area .et_pb_post .learn-more{
    padding-top: 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: #567426;
	color: #fff;
}

/*
Sidebar setyling
--------------------------------------------------- */

#main-content #left-area {
	width: 100%;
}
#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;
}
#gform_previous_button_2_64{
	border-radius: 50px;
}
/* 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: 50px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: unset;
}
#left-area .et_post_meta_wrapper img{
    margin-bottom: 30px;	
}
.single .post{
	padding: 0;
    border-bottom: none;
    width: 100%;
    margin: 0 auto;
}

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

/*
Site Footer styling
--------------------------------------------------- */
#site-footer{
    background-color: #6f2b6f;
    padding-bottom: 0;
    background-size: 310px;
    background-position: right 220px center;
    background-blend-mode: soft-light;
    background-position-y: 50px;
}
#site-footer .site-footer__top,
#site-footer .site-footer__bottom{
    max-width: 1440px;
}
.footer-top__logo img{
    width: 300px;	
}
#site-footer .footer-top__logo .et_pb_text p:first-of-type{
    margin-bottom: 5px;
}
#site-footer .footer-top__logo .et_pb_text p,
#site-footer .footer-top__logo .et_pb_text p a{
    padding: 0;
    color: #ffffff;
    font-size: 18px;
}
#site-footer .footer-top__logo .et_pb_image {
    margin-bottom: 0;
}
#site-footer .footer-top__logo .et_pb_text p .dashicons {
    border-radius: 50%;
    height: 24px;
    background: #ffffff;
    width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6f2b6f;
    font-size: 15px;
	margin-right: 3px;
}
#site-footer .footer-top__logo .et_pb_text p .dashicons-phone{
    top: 0;
    margin-right: 5px;
}
#site-footer .site-footer__top h4{
    font-size: 27px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
    color: #ffffff;
}
#site-footer .footer-top__services p,
#site-footer .footer-top__menu p{
	padding-bottom: 0;
}
#site-footer .footer-top__services p a,
#site-footer .footer-top__menu p a{
    color: #ffffff;
    font-size: 18px;	
}
#site-footer .site-footer__bottom p,
#site-footer .site-footer__bottom p a{
    color: #ffffff;
    font-size: 17px;
}
#site-footer .site-footer__bottom .et_pb_text_3_tb_footer p a,
#site-footer .site-footer__bottom .et_pb_text_4_tb_footer p a:hover{
	text-decoration: underline;
}
#site-footer .site-footer__bottom .et_pb_text_4_tb_footer p{
	text-align: right;
}
#site-footer .site-footer__bottom{
    border-top: 1px solid #ede8df;
}
#site-footer .footer-top__logo {
	width: 40%;
}
#site-footer .footer-top__services{
    width: 20%;
    margin: 0;
}
#site-footer .footer-top__menu{
	width: 20%;
}


/*
Site Header styling
--------------------------------------------------- */
#site-header {
    padding: 0;
}
.home #site-header .et_pb_menu,
.home #site-header{
	background: transparent;
}
#site-header .et_pb_row {
    max-width: 1440px;
    display: flex;
    align-items: center;
    padding: 15px 0;
}
#site-header img{
    width: 200px;
}
#site-header .et_pb_menu .et_pb_menu__wrap{
	justify-content: right;
}
#site-header ul li a{
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
	padding-bottom: 0;
}
#site-header .et_pb_menu__menu>nav>ul>li>ul>li a {
    font-weight: 400;
    padding-left: 0;
    color: #000000;
    font-size: 17px;
    line-height: 1.4 !important;
}
/* #site-header .et_pb_menu__menu>nav>ul>li>ul {
    border-top: unset;
    width: 100% !important;
    top: calc(100% - 40px);
    background-color: #fcfcff !important;
	overflow: hidden;
} */
/* #site-header.et_pb_sticky .et_pb_menu__menu>nav>ul>li>ul,
.home #site-header:has(.menu-item-has-children.et-show-dropdown.et-hover) .et_pb_menu__menu>nav>ul>li>ul{
	top: calc(100% - 36px);
} */
/* #site-header .et_pb_menu__menu>nav>ul>li>ul>li {
    width: 100%  !important;
    display: flex;
    justify-content: center;
    position: relative;
    left: 6.7rem;
    overflow-x: hidden;
} */
#site-header .et_pb_menu__menu>nav>ul>li>ul{
    top: calc(100% - -2px);	
	padding: 0;
}
#site-header .et_pb_menu li li,
#site-header .et_pb_menu li li:hover{
	padding-left: 0;
}
#site-header .et_pb_menu li li a{
    padding: 5px 0 5px 10px !important;
}
#site-header .et_pb_menu li li a:hover{
    background-color: #6f2b6f;
    opacity: 1;
    color: #ffffff !important;
}
/* #site-header .et_pb_menu li li:hover a{
	color: #ffffff;
	opacity: 1;
} */
#site-header .et_pb_column_1_tb_header{
	width: 70%;
	margin: 0;
}
#site-header .et_pb_column_0_tb_header{
	width: 15%;
	margin: 0;
}
#site-header .et_pb_column_2_tb_header{
	width: 33%;
	margin: 0;
}
#site-header .et_pb_column_2_tb_header  {
    display: flex;
    justify-content: right;	
}

#site-header .et_pb_menu__menu>nav>ul>li.menu-item-has-children:hover{
/*     border-bottom: 2px solid #6f2b6f; */
}
/* #site-header .nav li li ul{
    z-index: 1000;
    top: 0;
    right: 22%;
    left: unset;
} */
#site-header .nav li ul{
    border-top: 6px solid #6f2b6f;
    border-radius: 8px;
    padding: 5px 10px;
}
#site-header .nav li li ul {
	top: 0;
    left: 15px;
    position: relative;
    opacity: 1;
    visibility: visible;
	padding:0;
	border-top:0;
	border-radius:0;
	box-shadow:none;
	background-color: transparent !important;
}
#site-header .nav li li ul,
#site-header .nav li li ul li a  {
	width:315px;
}
#site-header .nav li li ul li a {
	background:transparent;
}
#site-header .et-menu li li.menu-item-has-children>a:first-child:after{
    top: 6px;
    right: 20px;
}
.home #logo-light{
	display: block;
}
.home #site-header.et_pb_sticky #logo-dark{
	display: block;
}
#logo-light,
.home #site-header.et_pb_sticky #logo-light,
.home #site-header #logo-dark{
	display: none;
}
.home #site-header.et_pb_sticky{
	background: #ffffff;
}
.home #site-header ul li a{
	color: #ffffff;
}
.home #site-header.et_pb_sticky ul li a{
	color: #000000;	
}
#site-header .nav li ul li a{
	font-weight: 600 !important;
	color: #000000;
}
/* .home #site-header:has(.menu-item-has-children.et-show-dropdown.et-hover) {
    background-color: #ffffff !important;
}
.home #site-header:has(.menu-item-has-children.et-show-dropdown.et-hover) #logo-dark{
	display: block;
}
.home #site-header:has(.menu-item-has-children.et-show-dropdown.et-hover) ul li a{
	color: #000000;
} */
#site-header .et_pb_menu_page_id-4270.menu-item-has-children a{
	padding-left: 8px;
}
#site-header .book-memu,
#site-header .member-menu{
	display: none;
}
#site-header .nav li ul{
	width: 345px;
}
#site-header .nav li ul li,
#site-header .nav li ul li a {
	width:345px;
}
/*
Inner Banner styling
--------------------------------------------------- */
#inner-banner {
    height: 250px;
    display: flex;
    align-items: center;
}
#inner-banner .et_pb_row {
    display: flex;
    align-items: center;
}
#inner-banner h1{
    border-bottom: 2px solid #6f2b6f;
    font-size: 40px;
    font-weight: 500;
    color: #000000;
}
#inner-banner p{
    font-size: 18px;
    color: #000000;
}

/*
Team Page styling
--------------------------------------------------- */
#our-team__section{
    padding-top: 0;
}
#our-team__section .team-box{
    height: 450px;
    background-position: top;
    background-size: cover;
    padding: 10px 12px;
    margin-bottom: 20px;
}
#our-team__section .team-box p{
    color: #ffffff;
    font-size: 20px;
}
#our-team__section h2{
    font-size: 27px;
    padding-bottom: 10px;
}
#our-team__section h3{
    font-size: 17px;
    line-height: 1.5em;
}
/*
Team Individual Page styling
--------------------------------------------------- */
#team-individual__section .team-individual__header{
	border-bottom: 2px solid #6f2b6f;
}
#team-individual__section .team-individual__name{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#team-individual__section .team-individual__name h2{
    color: #000000;
    font-size: 50px;
}
#team-individual__section .team-individual__image .et_pb_image_wrap,
#team-individual__section .team-individual__image .et_pb_image_wrap img{
    width: 100%;	
}
#team-individual__section .team-individual__image {
    margin-top: 4rem;
}
#team-individual__section .team-individual__name p{
    font-size: 20px;
    color: #000000;
}
#team-individual__section .team-individual__des{
    padding-top: 1rem;
}
#team-individual__section .team-individual__des p{
	color: #000000;
}

/*
Our Experties Page styling
--------------------------------------------------- */
#our-experties__section{
    padding: 0 0 50px 0;
}
#our-experties__section .et_pb_column {
    background-color: #6f2b6f;
    padding: 23px 21px;
    height: 230px;
}
#our-experties__section .et_pb_column_empty{
    display: block;
    background-color: unset;
}
#our-experties__section .our-experties__box h3{
    font-size: 26px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif;
}
#our-experties__section .our-experties__box a{
    color: #ffffff;
    border-bottom: 1px solid #ffffff;	
}
#our-experties__section .our-experties__box {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#our-experties__section .et_pb_code,
#our-experties__section .our-experties__box,
#our-experties__section .et_pb_code_inner{
	height: 100%;
}
#our-experties__section .our-experties__box a .dashicons-arrow-right-alt{
	transition: all 0.3s ease-out;	
}
#our-experties__section .our-experties__box a .dashicons-arrow-right-alt:before,
#our-experties_last-row a .dashicons-arrow-right-alt:before{
	font-size: 15px;
}
#our-experties__section .et_pb_column:hover .dashicons-arrow-right-alt,
#our-experties_last-row a .dashicons-arrow-right-alt{
	transform: translatex(5px);
}
#our-experties__section .home-experties__content .et_pb_column{
/*     flex: 1; */
	width: 33.3333%;
    margin-right: 25px;
}
#our-experties__section .home-experties__content{
    display: flex;
    gap: 0;
	padding-bottom: 0;
}
#our-experties__section .home-experties__content:last-of-type{
	padding-top: 25px;
}
#our-experties_last-row .et_pb_column {
    background-color: unset;
    padding: unset;
    height: unset;
}
#our-experties_last-row .et_pb_column .et_pb_text_inner{
	text-align: right;
}
#our-experties_last-row a{
	transition: all 0.3s ease-out;	
	color: #000000;
}

/*
Our Story Page styling
--------------------------------------------------- */
#our-story__section{
	padding: 50px 0;
}
#our-story__heading h1{
    border-bottom: 2px solid #6f2b6f;
    font-size: 45px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 30px;
}
#our-story__heading .our-story__heading--links a{
    color: #000000;
    display: inline-block;
    padding-left: 20px;
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 0;
}
#our-story__heading .our-story__heading--links .dashicons-arrow-right-alt:before{
    font-size: 15px;
}
#our-story__heading .our-story__heading--links .dashicons-arrow-right-alt{
    transition: all 0.3s ease-out;
    color: #6f2b6f;
}
#our-story__heading .our-story__heading--links .first-link{
    padding: 11px 25px  11px 0;
    border-right: 2px solid #6f2b6f;
}
#our-story__heading .our-story__heading--links a:hover .dashicons-arrow-right-alt{
    transform: translatex(5px);
}
#our-story__des{
    margin-top: 1rem;
    color: #000000;
}
#our-story__images,
/*#our-story__images .et_pb_row{
     max-width: 100%; 
     padding: 0;
}*/
#our-story__images  .et_pb_image_wrap ,
#our-story__images  .et_pb_image_wrap  img{
	width: 100%;
}
#our-story__left-img{
    margin-top: -4rem;
}
#our-union__heading h2{
    border-bottom: 2px solid #6f2b6f;
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 30px;
    margin-bottom: 4rem;
}
#our-union__des{
    margin-top: 9rem;
}

/*
Hero Section styling
--------------------------------------------------- */
#hero-section{
    padding-top: 12rem;
}
#hero-section h1{
    border-bottom: 2px solid #6f2b6f;
    font-size: 45px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 30px;
}
#hero-section .hero__heading--links .hero-first-link{
    padding: 11px 25px  11px 0;
    border-right: 2px solid #6f2b6f;	
}
#hero-section .hero__heading--links a{
    color: #000000;
    display: inline-block;
    padding-left: 20px;
}
#hero-section .hero__heading--links .dashicons-arrow-right-alt {
    transition: all 0.3s ease-out;
}
#hero-section .hero__heading--links .dashicons-arrow-right-alt:before {
    font-size: 15px;
}
#hero-section .hero__heading--links a:hover .dashicons-arrow-right-alt{
    transform: translatex(5px);
}
#hero-section .logo-light{
    opacity: 0.3;
    position: absolute;
    z-index: 999999;
}
#hero-section .logo-colored{
    position: absolute;
    right: 5rem;
    opacity: 0.3;
    top: 16rem;
}
#hero-section__image{
    z-index: 1;
    margin-top: 9rem;
}
#hero-section__image .et_pb_row {
	max-width: 100%;
}
#hero-section__image .et_pb_row img{
    height: 500px;
    object-fit: cover;
    object-position: 0 -75px;
}
#hero-section .logo-colored img{
    width: 170px;
}
#hero-section__image .et_pb_image_wrap,
#hero-section__image .et_pb_image_wrap img{
	width: 100%;
}
/*
Home About Section styling
--------------------------------------------------- */
#home-about__section .about-heading p{
    font-family: 'Lora',Georgia,"Times New Roman",serif;
    font-size: 27px;
    line-height: 1.3;
}
#home-about__section img{
    height: 450px;
    object-fit: cover;
}
#home-about__section .et_pb_row{
    display: flex;
    padding-top: 0;
}
#home-experties__heading{
	padding-bottom: 0;
}
#home-experties__heading .et_pb_column {
    background-color: unset;
    padding: unset;
    height: auto;
}
#home-experties__heading .et_pb_column h2,
#home-team__heading h3{
    font-size: 40px;
}
#home-team__heading{
    display: flex;
    align-items: center;
    padding-bottom: 0;
}
#home-team__heading a{
    color: #000000;
}
#home-team__heading a:hover .dashicons-arrow-right-alt{
    transform: translatex(5px);
}
#home-team__heading a .dashicons-arrow-right-alt{
    transition: all 0.3s ease-out;
}
#home-team__heading  .home-team__heading--link{
	text-align: right;
}
#home-team__heading a .dashicons-arrow-right-alt:before {
    font-size: 15px;
}
/*
CTA Section styling
--------------------------------------------------- */
#cta-section{
    background-position: center;
    padding: 60px 0;
}
#cta-section .cta-section__first--col .et_pb_text_inner{
    background-color: #34afc8;
    padding: 23px 21px;
}
#cta-section .cta-section__first--col .et_pb_text_inner h4{
    font-size: 35px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 1rem;
}
#cta-section .cta-section__first--col .et_pb_text_inner h4 img{
	width: 115px;
}
#cta-section .cta-section__first--col p{
    color: #ffffff;
}
#cta-section .cta-section__first--col a{
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
#cta-section .cta-section__first--col a .dashicons-arrow-right-alt {
    transition: all 0.3s ease-out;
}
#cta-section .cta-section__first--col a .dashicons-arrow-right-alt:before {
    font-size: 15px;
}
#cta-section .cta-section__first--col a:hover .dashicons-arrow-right-alt{
    transform: translatex(5px);
}
.single-post #cta-section{
    background-position: center;
    background-image: linear-gradient(180deg,rgba(0,0,0,0.3) 0ex,rgba(0,0,0,0.3) 100ex),url("/wp-content/uploads/2025/09/Pi7_cta-bg-1.webp")!important;
    margin-top: 5rem;
}
.single-post .container{
    max-width: 100%;
	width: 100%;
}
#main-content #left-area{
    float: none;
    padding: 0;
}
.single-post .et_post_meta_wrapper,
.single-post .entry-content{
    width: 50%;
    margin: 0 auto;
}
.filters {
    margin-bottom: 3rem;
    display: flex;
    gap: 30px;
}

.dropdown-filter {
    padding: 15px;
    position: relative;
    width: 100%;
}

.filter-title {
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    border-bottom: 2px solid #6f2b6f;
    line-height: 2.2;
    font-size: 18px;
}

.toggle-icon {
    font-size: 18px;
}

.dropdown-content {
    display: none;
    margin-top: 10px;
}

.dropdown-content select,
.dropdown-content label {
    display: block;
    margin-bottom: 10px;
}

.dropdown-content select {
    width: 100%;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.category-filters{
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-filters div{
	padding: 0;
}
#category-dropdown{
	padding: 0;
}
.dropdown-filter div{
	padding: 0;
}
.dropdown-filter .title{
	font-weight: 500;
}
.sort-filters{
	float: right;
	width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*
Contact page styling
--------------------------------------------------- */
#contact-section{
	padding: 0;
}
#contact-section h3{
    font-size: 40px;
}
#contact-section .et_pb_column_3 h3 {
	text-align:center;
	padding-bottom:0;
}
#contact-section .dashicons{
    color: #6f2b6f;
    position: relative;
    top: 3px;
}
#contact-section .dashicons.dashicons-phone{
	top: 0;
}
/* #contact-section .et_pb_column.et-last-child{
    background-color: #6f2b6f3b;
    border-radius: 10px;
    padding: 30px;
} */
#contact-map{
    max-width: 100%;
    padding-bottom: 0;
}
#contact-map .et_pb_column.et-last-child{
	background-color: unset;
    border-radius: 0;
    padding: 0;	
}
#contact-map iframe{
    margin-bottom: -10px;
}
#contact-map .wpforms-container-full{
	margin: 0;
}
#home-google__reviews{
    padding: 50px 0;
}
#home-google__reviews--heading h2{
    font-size: 40px;
    text-align: center;
    padding: 0;
}
#logos-section{
    background: #fcfcff;
}
#logos-section .et_pb_image img{
    width: 225px;
    object-fit: scale-down;	
}
#logos-section .dsm_image_carousel .swiper-container{
	cursor: auto !important;
}
#contact-section .et_pb_row {
    max-width: 100%;
    padding-bottom: 100px;
}
#contact-section__content .details{
    width: 50%;
    border-top: 1px solid #6f2b6f;
}
#contact-section__content .details{
    width: 70%;
    border-top: 1px solid #6f2b6f;
    display: flex;
    margin-bottom: 120px;
}
#contact-section__content .details .left{
	padding: 20px 10px;
	width:33%;
	min-width: 210px;
}
#contact-section__content  .left p{
    font-size: 16px;
    line-height: 2;
}
#contact-section__content  .left p a, #contact-section__content .center p a {
    color: #000000;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500;
}
#contact-section__content  .details .center{
    margin-left: 3%;
    border-left: 1px solid #6f2b6f;
    padding: 20px 30px;
    box-sizing: border-box;
}
#contact-section__content  .details .right{
    margin-left: 3%;
    padding: 20px 30px;
    box-sizing: border-box;
}
#contact-section__content .wpforms-container{
    width: 70%;
    margin: 0;
    margin-top: 50px;
}
#contact-section__img{
    margin-top: 130px;
}
#main-content .wpforms-form input, #main-content .wpforms-form select, #main-content .wpforms-form textarea,
#wpforms-form-2766 input, #wpforms-form-2766 select, #wpforms-form-2766 textarea{
    border: none;
    border-radius: 0;
    font-family: inherit;
    padding: 12px 15px;
    border-bottom: 1px solid #6f2b6f;
    padding-left: 0;
}
#page-container div.wpforms-container-full .wpforms-form .wpforms-submit-container{
    text-align: left;
}
#page-container div.wpforms-container-full .wpforms-form .wpforms-submit-container button.et_pb_button,
#wpforms-form-2766 .wpforms-submit-container button.et_pb_button{
/*     background: none;
    color: #000000;
    border-radius: unset;
	border: none;
    border-bottom: 1px solid #6f2b6f;
    padding: 0;
    padding-bottom: 5px;
    margin-top: 1rem; */
}
#contact-map{
	padding-bottom: 0 !important;
}
.legal-benefit-row1 .et_pb_image .et_pb_image_wrap img {
	height: 358px;
    object-fit: cover;
}
.legal-benefit-row2 .et_pb_image .et_pb_image_wrap img {
	height: 440px;
}


/* hero banner section
--------------------------------------------------- */

#hero-img-section {
	min-height: 600px;
	padding-top: 0px;
	position: relative;
	overflow: hidden;
}
#hero-img-section p{
    font-weight: 400;
    font-size: 80px;
	text-shadow: unset !important;
}
#hero-img-section h1 {
    font-weight: 400;
    font-size: 80px;
    padding-bottom: 0;
    text-shadow: unset !important;
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif;
    margin-bottom: 15px;
	line-height: 1.3;
}
#hero-img-section .et_pb_slide_content,
#hero-img-section .et_pb_slide_description{
	text-shadow: unset !important;
}
#hero-img-section .et_pb_slides .et_pb_slide {
    min-height: 600px;
}
#hero-img-section .et_pb_slide_description{
	text-align: left;
	padding: 0;
}
#hero-img-section .et_pb_slide_content{

}

/* members block section
--------------------------------------------------- */
#member-blocks .et_pb_column{
    background-color: #6f2b6f;
    padding: 23px 40px;
    display: flex;
    align-items: center;
}
#member-blocks .et_pb_column h4{
    font-size: 35px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 1rem;
}
#member-blocks .et_pb_column h4 img{
    width: 115px;
}
#member-blocks .et_pb_column p{
	color: #ffffff;
}
#member-blocks .et_pb_column p a{
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
#member-blocks .et_pb_column a .dashicons-arrow-right-alt{
    transition: all 0.3s ease-out;
    font-size: 15px;
    position: relative;
    top: 3px;
}
#member-blocks .et_pb_column a:hover .dashicons-arrow-right-alt{
    transform: translatex(5px);
}
#member-blocks .et_pb_row{
	display: flex;
}



/* Legal Benefits Form section
--------------------------------------------------- */
#legal-form-sec{
	background-color: #f0e9f0;
}
#legal-form-sec .et_pb_row {
    max-width: 1170px;
}
#legal-form-sec .et_pb_row h2{
	font-size: 30px;
}
#legal-form-sec .wpforms-field-label{
    font-size: 20px;
    font-weight: 600 !important;
    color: #6f2b6f;
    padding-bottom: 15px;
}
#legal-form-sec .wpforms-form input,
#legal-form-sec .wpforms-form select,
#legal-form-sec .wpforms-form textarea{
    border-radius: 3px;
    border-bottom: unset;
	padding: 12px 15px !important;
}
#legal-form-sec .wpforms-submit{
    color: #ffffff;
    background: #6f2b6f;
    font-weight: 500;
    padding: 10px 25px;
}
#legal-form-sec div.wpforms-container-full .wpforms-form .wpforms-field{
	margin-bottom: 15px;
}
#content-area .et_pb_post .entry-title a, #content-area .et_pb_post h2 a{
	text-transform: unset !important;
}


/* Experties content toggle section
--------------------------------------------------- */
#faq-content .et_pb_toggle {
    border: none;
    border-bottom: 1px solid #6f2b6f;
    background-color: #ffffff;
    margin: 0;
    padding: 27px 0;
}
#faq-content .et_pb_toggle:last-of-type{
	border: unset;
}
#faq-content .et_pb_toggle .et_pb_toggle_title:before{
    color: #6f2b6f;
    font-size: 21px;
}
#faq-content h2.et_pb_toggle_title{
	color: #000000;
	font-size: 25px;
}
#booking_popup{
	padding-top: 0;
}
.pum-theme-5336, .pum-theme-lightbox{
	background-color: unset !important;
}
.pum-theme-5336 .pum-container, .pum-theme-lightbox .pum-container{
    border: unset !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    border-radius: 20px !important;
    padding: 30px 40px !important;
}
#booking_popup #wpforms-form-2766 .wpforms-submit-container button.et_pb_button{
    display: inline-block;
    padding: 15px 30px;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    background-color: #6f2b6f;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease-out;
}
.pum-theme-5336 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{
    top: 8px;
    right: 10px;
    box-shadow: unset;
    background: unset;
    color: #000000;
}
#popmake-5367 h5{
    font-family: 'Figtree',Helvetica,Arial,Lucida,sans-serif;
    font-size: 30px;
}

#will-form-section h2{
    font-weight: 400;
    padding-bottom: 20px;
}

/* 
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1440px) { 
	#site-header .et_pb_row, #site-footer .site-footer__top, #site-footer .site-footer__bottom {
		max-width: 1400px;
	}
	.footer-top__logo img {
		width: 300px;
	}
	#contact-section__content .details,
	#contact-section__content .wpforms-container{
		width: 90%;
	}
	#site-header .nav li li ul{
		right: 14%;
	}
}

@media only screen and (max-width: 1366px) { 
	.logo-light img {
		width: 500px;
	}
	#hero-section .logo-colored {
		right: 7rem;
		top: 14rem;
	}
	#hero-section__image .et_pb_row img {
		height: 450px;
	}	
	#site-footer {
		background-size: 250px;
		background-position: right 85px center;
		background-position-y: 70px;
	}
	#home-google__reviews{
		padding-bottom: 0;
	}
	#cta-section{
		padding: 40px 0;
	}
	#site-header .nav li li ul{
		right: 12%;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1360px) { /* width of the viewport is between 981px and 1360px */
	#site-header .et_pb_button {
    	margin-left: 30px;
	}
}

@media only screen and (max-width: 1280px) { 
    #site-header .et_pb_row, #site-footer .site-footer__top, #site-footer .site-footer__bottom {
        max-width: 1260px;
    }	
    #contact-section__content .details, #contact-section__content .wpforms-container {
        width: 95%;
    }
	#site-header .nav li li ul{
		right: 10%;
	}
	#hero-img-section p,
	#hero-img-section h1{
		font-size: 70px;
	}
	.home #et-main-area {
    	margin-top: -190px;
	}
}

@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;
	}
	#hero-section__image .et_pb_row{
		width: 100%;
	}
	.logo-light img {
        width: 450px;
    }	
	#hero-section .logo-colored img {
		width: 130px;
	}
    #hero-section .logo-colored {
        right: 8rem;
        top: 13rem;
    }
	#hero-section__image{
		margin-top: 4rem;
	    padding-bottom: 0;
	}
	#hero-section__image .et_pb_row img {
        height: 350px;
    }
	#hero-section h1{
		font-size: 40px;
	}
    .footer-top__logo img {
        width: 250px;
    }
	#site-footer {
        background-size: 200px;
        background-position: right 80px center;
        background-position-y: 130px;
    }
	#our-story__images .et_pb_row,
	#contact-map,
	#contact-section .et_pb_row{
		width: 100%;
	}
	#contact-section__content .details .right{
		margin-left: 0;
	}
	#site-header .nav li li ul{
		right: 6%;
	}
}

@media only screen and (max-width: 1024px) { 
	#site-header .et_pb_button{
		font-size: 15px;
	}
	.logo-light img {
        width: 420px;
    }
    #hero-section .logo-colored {
        right: 5rem;
        top: 11rem;
    }
    #hero-section__image .et_pb_row img {
        height: 300px;
    }
    #cta-section {
        padding: 30px 0;
    }
	#site-footer .site-footer__top h4 {
		font-size: 25px;
	}
	#site-footer {
        background-size: 185px;
        background-position: right 70px center;
        background-position-y: 130px;
    }
	#site-footer .footer-top__services p a, #site-footer .footer-top__menu p a {
		color: #ffffff;
		font-size: 16px;
	}
	#site-footer .footer-top__services {
		width: 30%;
	}
	#site-footer .site-footer__bottom p, #site-footer .site-footer__bottom p a {
		color: #ffffff;
		font-size: 15px;
	}
	#our-team__section .team-box {
		height: 400px;
	}
	#home-about__section .about-heading p{
		font-size: 30px;
	}
	#home-about__section img {
		height: 400px;
	}
	#inner-banner .et_pb_row{
		flex-direction: column;
	}
	#inner-banner .et_pb_row {
		align-items: start;
	}
	#inner-banner h1{
	    margin-bottom: 1.4rem;	
	}
	#inner-banner .et_pb_column{
		width: 100%;
		margin: 0;
	}
	#inner-banner{
		height: initial;
		padding-bottom: 0;
	}
	.blog #inner-banner .et_pb_row{
		width: 100%;
	}
	.post h2.entry-title {
		font-size: 25px;
	}
	.single-post .et_post_meta_wrapper, .single-post .entry-content {
		width: 70%;
		margin: 0 auto;
	}
	#hero-img-section h1,
	#hero-img-section p{
		font-size: 60px;
	}
	#hero-img-section .et_pb_slides .et_pb_slide,
	#hero-img-section{
		min-height: 600px;
	}
}

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

	body.et_header_style_left #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 70%;
	}
	#will-form-section h2{
		font-size: 23px;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 45%;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 30px;
	}
	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: #567426;
	}
	body .et_mobile_menu {
		border-color: #567426;
		max-width: 500px;
	}
	body .et_pb_menu .et_mobile_nav_menu {
		margin-bottom: 6px;
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	#hero-section .logo-light img{
		width: 400px;
	}
	#hero-section .logo-light{
		right: 0;
	}
	#hero-section__image .et_pb_row img {
        height: 250px;
    }
    #hero-section .logo-colored {
        right: 3rem;
        top: 10rem;
    }
	#home-about__section .et_pb_row{
		flex-direction: column;
		padding-bottom: 0;
	}
	#home-about__section img{
		margin-bottom: 2rem;
	}
	#our-team__section .et_pb_row{
	    display: flex;
    	gap: 30px;
	}
    #site-footer .site-footer__bottom {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }
	#site-footer .site-footer__bottom .et_pb_column,
	#site-header .et_pb_column{
		margin: 0;
	}
    .footer-top__logo img {
        width: 250px !important;
    }
	#hero-section {
		padding-top: 8rem;
	}
	#site-header .et_pb_column--with-menu{
		position: absolute;
		bottom: -17px;		
	}
	#site-header .et_pb_module .mobile_menu_bar:before, .home .has_et_pb_sticky #site-header .et_pb_module .mobile_menu_bar:before {
		top: 10px;
		color: #6F2B6E;
	}
	.home #site-header .et_pb_module .mobile_menu_bar:before {
		color: #fff;
	}
	#site-header .et_mobile_menu {
        border-color: #6F2B6E !important;
	}
	#site-header .et_pb_menu li ul,
	#site-header .et_pb_menu li li {
		width:auto !important;
	}
	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: #6F2B6E !important;
		background:none !important;
		top: 5px !important;
        right: 0px !important;
        position: absolute !important;
	}
	#site-header  .et_pb_column_2_tb_header .et_pb_text_inner {
	    text-align: right;	
	}
	#site-header{
		padding-bottom: 15px !important;
	}
	#home-team__heading .et_pb_column{
		margin: 0;
	}
	#our-union__des {
		margin-top: 0;
	}
	#our-story__section .et_pb_row {
		padding-bottom: 50px;
	}
	#our-story__images .et_pb_column.et_pb_column_2 {
        margin-bottom: 0;
    }
	#our-story__images .et_pb_image_wrap, #our-story__images .et_pb_image_wrap img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	#our-union__heading h2 {
		margin-bottom: 2rem;
	}
	body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container{
		padding-top: 0;
	}
	.filters{
	    flex-direction: column;
    	gap: 0;
	}
	.category-filters,
	.sort-filters{
		width: 100%;
	}
	#site-header .et_pb_column_2_tb_header,
	#site-header .et_pb_column_0_tb_header,
	#site-header .et_pb_column_1_tb_header{
		width: 100%;
	}
	#site-header .et_pb_menu .et_pb_menu__wrap {
		justify-content: center;
	}
	#site-header .et_pb_menu li li a{
		padding-left: 0;
	}
	#site-header .et_pb_menu .et-menu>li, #site-header .et_pb_menu_0_tb_header, #site-header .et_pb_row, #site-header .et_pb_menu_inner_container{
		position: relative;
	}
	#contact-section .et_pb_row{
		width: 95%;
	}
	#contact-section__content .details,
	#contact-section .et_pb_row{
		padding-bottom: 50px;
	}
	#contact-section__content .wpforms-container{
		margin-top: 40px;
	}
	#contact-section__img {
		margin-top: 0;
	}
	#contact-map{
		width: 100% !important;
	}
	#contact-section__img .et_pb_image_wrap {
	    width: 100%;
	}
	#contact-section__img .et_pb_image_wrap img{
	    height: 400px;
		width: 100%;
		object-fit: cover;
		object-position: center;	
	}
	#contact-section__content .details{
		margin-bottom: 50px;
	}
	#member-blocks .et_pb_row{
	    display: flex;
    	flex-direction: column;
	}
	#member-blocks .et_pb_column{
		height: 240px;
	}
	.home #site-header ul li a{
		color: #000000;
	}
	#our-experties__section .home-experties__content .et_pb_column{
		width: 100%;
	}
	#our-experties__section .home-experties__content{
		flex-direction: column;
	}
	#our-experties__section .et_pb_column{
		margin-bottom: 30px;
	}
	#our-experties__section .et_pb_column:last-of-type{
		margin-bottom: 0;
	}
	#our-experties_last-row{
		display: none;
	}
	#site-footer .et_pb_image_wrap img{
	    width: 50%;	
	}
}

@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: 29px;
	}
	#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-experties__heading {
		padding: 0;
	}
	#our-team__section .et_pb_row{
		flex-wrap: wrap;
	}
	#home-team__heading .et_pb_row .et_pb_column{
		width: 100%;
		margin: auto;
	}
	#home-team__heading{
		flex-wrap: nowrap;
	}
	#site-footer .footer-top__menu {
		width: 25%;
	}
	#site-footer .footer-top__services {
        width: 35%;
    }
	#site-footer .footer-top__logo,
	#site-footer .footer-top__services,
	#site-footer .footer-top__menu{
		width: 100%;
	}
	/*#contact-section .et_pb_row {
	    padding-top: 0;	
	}*/
	#contact-section h3 {
		font-size: 35px;
	}
	#contact-map iframe{
		height: 300px;
	}
	#left-area h1.entry-title{
		margin-top: 3rem;
	}
	#contact-section__content .details{
		flex-wrap: wrap;
	    margin-bottom: 0;	
	}
	#contact-section__content .details .right{
	    padding-left: 5px;
	}
		#hero-img-section {
		min-height: auto;
	}
	#member-blocks .et_pb_column{
		height: auto;
	}
	#hero-img-section .et_pb_slides .et_pb_slide,
	#hero-img-section{
		min-height: 550px;
	}
	.home #et-main-area {
		margin-top: -185px;
	}
	#faq-content h2.et_pb_toggle_title{
	    font-size: 22px;
    	line-height: 1.3;
	}
	#hero-img-section h1,
	#hero-img-section p{
		font-size: 50px;
	}
	#hero-img-section h1{
		margin-bottom: 5px;
	}
	#popmake-5367 h5{
		font-size: 25px;
	}
	#site-header .et_pb_menu li ul,
	#site-header .et_pb_menu li li,
	#site-header .et_pb_menu li li a,
	#site-header .et_pb_menu li li:hover{
		width: 100%;
	}
	#site-footer .et_pb_row_2_tb_footer .et_pb_column{
		margin-bottom: 0;
	}
	#site-footer .et_pb_row_2_tb_footer .et_pb_text_inner,
	#site-footer .et_pb_row_2_tb_footer .et_pb_text_inner p{
		text-align: center !important;
	}
	#site-footer p{
	    padding-bottom: 8px;	
	}
	#site-header ul li a {
		font-size:15px !important;
	}
}

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

	body h1,
	#left-area h1.entry-title {
		font-size: 28px;
	}
	body h2 {
		font-size: 27px;
	}
	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;
	}
	#page-container .et_pb_button {
        padding: 11px 19px;
        font-size: 15px;
        min-width: 155px;
    }
	#hero-section .hero__heading--links .hero-first-link {
		padding: 11px 10px 11px 0;
	}
	#hero-section .hero__heading--links a{
		padding-left: 6px;
	}
	#hero-section h1 {
        font-size: 35px;
        padding-bottom: 20px;
    }
	#hero-section__image {
		margin-top: 1rem;
	}
	#hero-section__image .et_pb_row img {
        height: 220px;
    }
	#hero-section__image .et_pb_row{
		padding-bottom: 0;
	}
	#home-about__section{
		padding-top: 0;
	}
	#home-about__section img {
        height: 300px;
    }
    #home-about__section .about-heading p {
        font-size: 22px;
        line-height: 1.2;
    }
	#home-team__heading h3 {
		font-size: 35px;
		padding: 0;
	}
	#home-experties__heading .et_pb_column h2{
		font-size: 35px;
	}
	#home-google__reviews--heading h2{
		font-size: 33px;
	}
	#home-team__heading .et_pb_row {
        flex-wrap: wrap;
        gap: 0;
    }
	#cta-section .et_pb_column{
		margin: 0;
	}
	#cta-section{
		background-position: center;
	}
	#site-footer .footer-top__menu{
	    margin-top: 1rem;	
	}
	#site-footer .site-footer__top{
		padding-top: 0;
	}
    #site-footer {
        background-size: 185px;
        background-position: right 0px center;
        background-position-y: 32rem;
    }
	#site-footer .site-footer__bottom{
		flex-direction: column;
	}
	#site-footer .site-footer__bottom p, #site-footer .site-footer__bottom p a{
		text-align: center;
	}
	#site-footer .site-footer__bottom .et_pb_text_4_tb_footer p {
		text-align: center;
	}
	#our-team__section .et_pb_row .et_pb_column {
		width: 100%;
	}
	#logos-section .et_pb_row{
	    padding-top: 0;
	}
	#team-individual__section .team-individual__name h2{
		font-size: 35px;
	}
	#inner-banner h1{
		font-size: 35px;
	    line-height: 1.1;
	}
    #our-story__images .et_pb_image_wrap, #our-story__images .et_pb_image_wrap img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
	#our-story__heading--links {
	    display: flex;
    	flex-direction: column;
	}
	#our-story__heading .our-story__heading--links a{
		padding-left: 0;
	}
	#our-story__heading .our-story__heading--links .first-link{
		border-right: unset;
	}
	#our-story__heading h1,
	#our-union__heading h2{
		padding-bottom: 20px;
	}
	.filters{
		margin-top: 3rem;
	}
	.post h2.entry-title {
		font-size: 23px;
		line-height: 1.3;
    }
	#contact-section h3 {
        font-size: 30px;
    }
    .single-post .et_post_meta_wrapper, .single-post .entry-content {
        width: 80%;
        margin: 0 auto;
    }
	#hero-img-section h1,
	#hero-img-section p{
		font-size: 40px;
		text-align: center;
	}
	#hero-img-section .et_pb_slide_content{
	    flex-direction: column;
    	gap: 1rem;
	}
	#site-header .et_pb_row{
		width: 97%;
	}
	#site-header .book-memu,
	#site-header .member-menu{
		display: block;
	}
	#site-header .et_pb_column_2_tb_header{
		display: none;
	}
	#logo-light,
	#logo-dark{
		text-align: center;
		margin: 0;
	}
	#site-header .et_pb_menu li li,
	#site-header .et_pb_menu li ul{
		width: 100%;
	}
	#home-google__reviews{
		padding-top: 10px;
	}
	#home-google__reviews .et_pb_row:last-of-type{
		padding: 10px 0;
	}
	#site-footer .et_pb_text_3_tb_footer p{
		text-align: left !important;
	}
	#our-experties__section .home-experties__content .et_pb_column{
		height: 150px;
	}
	#our-team__section .et_pb_row_1,
	#our-team__section .et_pb_row_2,
	#our-team__section .et_pb_row_3{
		padding-bottom: 0;
	}
	#contact-section__img{
		display: none;
	}
	.page-id-4325 #inner-banner{
		height: auto;
	}
	.page-id-4325 #inner-banner .et_pb_row {
	    padding-bottom: 0;
	}
	#contact-section__content .details .left{
		width: 100%;
	}
	#contact-section__content .details .center{
		padding: 20px 0 20px 10px;
	}
	#contact-section__content .wpforms-container{
		margin-top: 0;
	}
	#contact-section__content .details{
		padding-bottom: 30px;
	}
	#inner-banner{
		height: auto;
	}
	li.et_pb_menu_page_id-4253 > .sub-menu {
		height: 250px;
		overflow-y: scroll;
	}
	#site-header .et_pb_menu li ul{
		height: 100%;
	}
	#our-experties__section .our-experties__box h3{
		font-size: 23px;
	}
}

@media only screen and (max-width: 435px) { 
	#contact-section h3 {
        font-size: 25px;
    }
	#site-header .et_pb_menu li li a{
		width: 90%;
	}
	#site-header ul li a{
		font-size: 15px;
	}
	#site-header .et_pb_menu .et_mobile_menu{
		padding: 1% 2%;
	}
}