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


@font-face {
    font-family: 'Mermaid';
    src: url('fonts/Mermaid-Bold.woff2') format('woff2'),
        url('fonts/Mermaid-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


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

body {
	font-weight: 400;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'Manrope',Helvetica,Arial,Lucida,sans-serif;
	font-weight: bold;
	padding-bottom: 20px;
}
body h2 {
	font-size: 30px;
}
body h3 {
	font-size: 26px;
}
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 {
    display: inline-block;
    padding: 11px 25px;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    background: #002e5d;
    color: #ffffff;
    border: 2px solid #002e5d;
    font-size: 17px;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container button.et_pb_button {
	background: #567426;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
#page-container .et_pb_button.light-btn {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
}
#page-container .et_pb_button:hover {
    background: #ffffff;
    color: #002e5d;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}
.btn {
	background: #567426;
	color: #fff !important;
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
}
.btn:hover {
	background: #567426;
}
.btn .icon {
	color: #fff;
}


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

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

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


/* 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: red;
}
.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;
}
.site-header_top--right {
	text-align:right !important;
}

/* 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;
	text-shadow: 0 0 5px #000000;
}
#hero-img-section h1 {
	font-weight: 600;
	padding-bottom: 45px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-custom-style article,
.blog article,
.archive article,
.single-post article {
	border: 1px solid #d7d7d7;
	padding: 10px;
	margin-bottom: 60px;
	overflow: hidden;
}
body .et_pb_post .post-meta {
	margin-bottom: 0;
}
.post-custom-style .et_pb_post .entry-content,
.archive .et_pb_post .entry-content,
.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;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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


/* Header style
--------------------------------------------------- */
#site-header_top.et_pb_sticky,
#site-header_top{
    background-color: #002e5d;
    padding: 0;
}
#site-header_top p{
    display: flex;
    gap: 1rem;
}
#site-header_top .site-header_top--left .dashicons{
    top: 0;
    font-size: 14px;
    border-radius: 50%;
    height: 24px;
    background: #ffffff;
    width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #33425f;
}
#site-header_top .site-header_top--right p{
    display: flex;
    gap: 1rem;
    justify-content: right;
}
#site-header_top p a{
    color: #ffffff;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}
#site-header_top a {
    color: #fff !important;
}
#site-header_top .et_pb_row{
    max-width: 1366px;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
#site-header{
	padding: 0;
}
#site-header .site-header-img img{
	width: 160px;
}
#site-header .et_pb_row {
    max-width: 1366px;
    display: flex;
    align-items: center;
    padding: 15px 0;
}
#site-header .et_pb_row .et-menu li>a{
    font-size: 18px;
    color: #002e5d;
    font-weight: 600;
}
#site-header .et_pb_row .et-menu li>a:hover{
	opacity: 1;
}
#site-header .et_pb_menu .et_pb_menu__wrap{
    justify-content: end;
    background-color: #ffffff
}
#logo-dark,
.home #logo-light,
.home .et_pb_sticky #logo-dark{
	display: blok;
	margin-bottom: 0;
}
.home #logo-dark,
#logo-light,
.home .et_pb_sticky #logo-light{
	display: block;
}
.home #site-header,
.home #site-header .et_pb_menu .et_pb_menu__wrap{
	background-color: #ffffff !important;
}
.home #site-header .et_pb_row .et-menu li>a{
	color: #002e5d;
}
.home #site-header.et_pb_sticky{
    box-shadow: -1px 11px 7px -7px rgba(0,0,0,0.36);
    -webkit-box-shadow: -1px 11px 7px -7px rgb(0 0 0 / 12%);
    -moz-box-shadow: -1px 11px 7px -7px rgba(0,0,0,0.36);	
}
.home #site-header.et_pb_sticky,
.home #site-header.et_pb_sticky .et_pb_menu .et_pb_menu__wrap{
	background-color: #ffffff !important;
}
.home #site-header.et_pb_sticky .et_pb_row .et-menu li>a{
	color: #002e5d;
}
#site-header .nav li ul.sub-menu,
#site-header .nav li li{
    width: 300px;
    padding: 0;
}
#site-header .nav li ul.sub-menu {
	right:300px;
}
#site-header .nav li li.menu-item-6500 ul.sub-menu {
	top:0px;
}
#site-header .et_pb_row .et-menu li li a,
#site-header.et_pb_sticky .et-menu li li a{
    color: #002e5d !important;
    padding: 7px 15px;
    width: auto;
    font-size: 16px;
}
#site-header .nav li li{
	padding: 0;
}
.nav ul li a:hover{
	background-color: #ECEFF4;
}
#site-header .nav li ul{
		border-top: 3px solid #002e5d !important;
}


/* Footer styling
----------------------------------------------- */
#site-footer-top{
	padding-bottom: 0;
}
#site-footer-top, 
#site-footer-bottom{
    background: #002e5d;
}
#site-footer-top .et_pb_row{
    padding-bottom: 50px;
}
#site-footer-top .et_pb_row,
#site-footer-bottom .et_pb_row{
    max-width: 1450px;
    display: flex;
    align-items: start;
    justify-content: center;
}
#site-footer-top p{
	padding-bottom: 0;
}
#site-footer-top p a{
    color: #ffffff;
    font-size: 18px;
}
#site-footer-top p a:hover {
	text-decoration: underline;
}
#site-footer-top .site-footer-logo p:first-of-type{
    margin-bottom: 5px;
}
#site-footer-top .site-footer-logo p a .dashicons{
    border-radius: 50%;
    height: 24px;
    background: #ffffff;
    width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #33425f;
    font-size: 15px;
}
#site-footer-top .site-footer-logo p a .dashicons-email{
    position: relative;
    top: 4px;
}
#site-footer-top h4{
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
    color: #ffffff;
}
#site-footer-bottom{
	padding: 0;
}
#site-footer-top .et_pb_row{
    border-bottom: 2px solid #D1EFFF;	
}
#site-footer-top .site-footer-social .dashicons{
    border-radius: 50%;
    height: 30px;
    border: 1px solid #ffffff;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#site-footer-bottom .et_pb_text_inner,
#site-footer-bottom .et_pb_text_inner p,
#site-footer-bottom .et_pb_text_inner a {
    color: #ffffff;
    font-size: 18px;
}
#site-footer-bottom .et_pb_text_inner a:hover {
	text-decoration: underline;
}
#site-footer-bottom .et_pb_column_4_tb_footer p{
	text-align: right;
}

/* Inner Banner styling
----------------------------------------------- */
#inner-banner{
    background-color: #002e5d !important;
    padding-bottom: 100px;
    padding-top: 70px;
}
#inner-banner .et_pb_row {
	max-width: 1366px;
}
#inner-banner h2{
	font-size: 40px;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.2;
	/*text-transform: capitalize;*/
}

/* People Section styling
----------------------------------------------- */
#people-section .et_pb_row{
	max-width: 1170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home #people-section .et_pb_row {
	justify-content: center;
}
#people-section .et_pb_row .et_pb_column_empty{
	display: none;
}
#people-section img{
    border-radius: 50%;
    height: 230px;
    width: 230px;
    object-fit: cover;
}
#people-section h2{
    font-size: 23px;
    color: #000000;
    line-height: 1.2;
    padding-bottom: 10px;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
#people-section p{
	font-size: 18px;
	color: #000000;
	line-height: 1.1;
	padding-bottom: 10px;
	margin: 0;
	text-align: center;
}


/* People individual Section styling
----------------------------------------------- */
#people-individual-section .et_pb_row{
	max-width: 1366px;
}
#people-individual-section .et_pb_row .et_pb_column_1_3 {
	margin-right: 1.5% !important;
}
#people-individual-section img{
    border-radius: 50%;
    height: 300px;
    width: 300px;
    object-fit: cover;
/*     object-position: top; */
}
#people-individual-section h2{
    font-size: 25px;
    color: #000000;
    line-height: 1.2;
    padding-bottom: 10px;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
#people-individual-section p,
#people-individual-section ul li{
	font-size: 18px;
	color: #000000;
	line-height: 1.3;
	padding-bottom: 10px;
	margin: 0;
	text-align: center;
}

#people-individual-section .content p,
#people-individual-section ul li{
	text-align: left;
	font-size: 16px;
	line-height: 1.3;
}

/* Services Page styling
----------------------------------------------- */
#services-section {
	padding-bottom: 60px;
}
#services-section .et_pb_row{
	max-width: 1366px;
}
#services-section .services-header-row p{
    font-size: 20px;
    color: #000000;
}
#services-section .services__content-row{
	padding: 0;
}
#services-section .services-header-row {
	margin-bottom: 30px;
}
#services-section .services__content-row h3{
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 15px;
    color: #000000;	
}
#services-section .services__content-row p{
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
}
#services-section .services__content-row p a{
    color: #002e5d;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}
#services-section .services__content-row .et_pb_column{
    padding: 30px;
    background-color: #ECEFF4;
    cursor: pointer;
    height: 280px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    border: 1px solid #E2E5EA;
}
#services-section .services__content-row .et_pb_column:hover{
	background-color: #516E90;
}
#services-section .services__content-row .et_pb_column:hover h3,
#services-section .services__content-row .et_pb_column:hover p,
#services-section .services__content-row .et_pb_column:hover p a{
	color: #ffffff;
}
#individual-services-section .et_pb_row{
	max-width: 1366px;
}

/* Blog inner header styling
----------------------------------------------- */
#blog-inner-banner-section .et_pb_row{
	max-width: 1366px;	
}
#blog-inner-banner-section{
    background-color: #002e5d;
    padding-top: 140px;
    padding-bottom: 30px;
}
#blog-inner-banner-section .et_pb_row{
    display: flex;
    align-items: center;
}

#blog-inner-banner-section .et_pb_row .et_pb_column{
    width: 100%;
}
#blog-inner-banner-section .et_pb_row h1{
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}
#blog-inner-banner-section .et_pb_row .et_pb_image{
	text-align: right;
}
#blog-inner-banner-section .et_pb_row img{
    width: 160px;
}
.single-post article.post{
	border: none;
}
#sidebar {
    background-color: #ECEFF4;
    padding: 15px !important;
}
#sidebar .et_pb_widget {
    border-bottom: unset;
    padding-bottom: 0;
}
#sidebar  h4.wp-block-heading{
    text-transform: capitalize !important;
    font-size: 20px !important;
    color: #000000 !important;
    padding-bottom: 7px;
    font-weight: 700;
}
#sidebar .et_pb_widget a {
    color: #000000;
    font-weight: 300;
    line-height: 1.1;
}
#sidebar .et_pb_widget li{
    border-bottom: unset;
    line-height: 1.5;
    padding-bottom: 0;
}
.blog article.et_pb_post{
    border: unset;
    border-bottom: 2px solid #dedbd9;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.blog .et_pb_post .entry-title a, .et_pb_post h2 a{
    font-size: 23px;
    text-transform: capitalize !important;
    font-weight: 600;
	color: #000000 !important;
}
.blog article.et_pb_post:last-of-type{
	border-bottom: unset;
}
.blog article.et_pb_post p.learn-more{
    margin-top: 10px;
}
.blog article.et_pb_post p.learn-more a{
    color: #002F5D;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}
#sidebar #block-4{
    margin-bottom: 0;
}
#sidebar .et_pb_widget .wp-block-search__button{
    background: #002e5d;
    color: #ffffff;
}
#sidebar ul li a.sidebar-read-more{
    display: block;
    color: #002F5D;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px 0 10px;
    font-weight: 700;
}

/* Contact styling
----------------------------------------------- */
#contact__section .et_pb_row,
.blog #main-content .container{
	max-width: 1366px;
}
#contact__section .contact__section-first--row h4{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}
#contact__section .contact__section-first--row p{
    padding-bottom: 0;
    text-align: center;
    color: #000000;
    line-height: 1.6;
}
#contact__section .contact__section-first--row p a{
	color: #000000;
}
#contact__section .contact__section-first--row .et-pb-icon{
	font-size: 50px;
    color: #002e5d;
}
#contact__section .contact__section-first--row .et_pb_icon .et_pb_icon_wrap{
    border: 1px solid #002e5d;
    border-radius: 50%;
    padding: 17px;
}
#contact__section .contact__section-second--row-form h4{
    padding-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}
#main-content .wpforms-form input, #main-content .wpforms-form select, #main-content .wpforms-form textarea {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    font-family: inherit;
    padding: 12px 15px;
    background: #F7F7F7;
}
#main-content .wpforms-form input::placeholder, #main-content .wpforms-form textarea::placeholder{
	color: #516D8F;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container{
	text-align: left;
}
div.wpforms-container-full button[type=submit]{
    background-color: #d6d6d6 !important;
    color: #0943B4 !important;
    font-weight: 800;
	font-size: 20px;
}
div.wpforms-container-full button[type=submit]:hover{
    background: #bebebe !important;
    color: #0943B4 !important;
}
#contact__section .contact__section-second--row-map iframe{
    filter: grayscale(1);
}
#legal-content .et_pb_row{
	max-width: 1366px;
}

/* Home hero section styling
----------------------------------------------- */
#hero-section{
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero-section h1{
    color: #ffffff;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    text-shadow: 0px 0px 8px black;
	font-family: 'Mermaid';
}
#hero-section p{
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}
#hero-section .et_pb_row{
	padding-top: 150px;
}

/* Welcome section styling
----------------------------------------------- */
#welcome-section .et_pb_row{
    display: flex;
    align-items: center;
}
#welcome-section .et_pb_row h2,
#home__services-section h2,
#people-section .home-people-header h2{
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 30px;
	font-size:34px;
    font-weight: 600;
}
#welcome-section .et_pb_row h2:after,
#home__services-section h2:after{
    content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: -14px;
    background-color: #0943b4;
    left: 3px;
}


/* Home Services section styling
----------------------------------------------- */
#home__services-section {
	padding-bottom: 60px;
}
#home__services-section .et_pb_row{
/* 	max-width: 1366px; */
}
#home__services-section .services-header-row p{
	font-size: 20px;
	color: #000000;
}
#home__services-section .services__content-row{
	padding: 0;
	left:-30px;
}
#home__services-section .services-header-row {
	margin-bottom: 30px;
}
#home__services-section .services__content-row h3{
	font-size: 20px;
	font-weight: 800;
	padding-bottom: 15px;
	color: #000000;
}
#home__services-section .services__content-row p{
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 1.5;
}
#home__services-section .services__content-row p a{
	color: #002e5d;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
}
#home__services-section .services__content-row .et_pb_column{
    padding: 30px;
    background-color: #f7f7f7;
    cursor: pointer;
    height: 280px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}
#home__services-section .services__content-row .et_pb_column:hover{
	background-color: #516E90;
}
#home__services-section .services__content-row .et_pb_column:hover h3,
#home__services-section .services__content-row .et_pb_column:hover p,
#home__services-section .services__content-row .et_pb_column:hover p a{
	color: #ffffff;
}
#home__services-section .services-footer-row p{
	text-align: right;
}
#home__services-section .services-footer-row p a{
    font-size: 20px;
    text-decoration: underline;
    color: #0943b4;
    font-weight: 600;
    text-transform: uppercase;
}

/* Home Values Section styling
----------------------------------------------- */
#values-section{
	height: 80vh;
	display: flex;
	align-items: end;
    background-position-y: 25%;
}
#values-section .et_pb_row{
    margin-bottom: 50px;
}
#values-section p{
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
}

/* Home People Section styling
----------------------------------------------- */
#people-section .home-people-header p{
	font-size: 18px;
	text-align: center;
	color: #000000;
	line-height: 1.5;
}
#people-section .home-people-header h2{
	font-size: 34px;
}
#people-section .home-people-header h2:after{
    content: "";
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: -12px;
    background-color: #0943b4;
	left: 50%;
    transform: translate(-50%, 0);
}
/* Home CTA Section styling
----------------------------------------------- */
#home__cta-section{
    padding-top: 0;
    margin: 20px 0;
}
#home__cta-section .et_pb_row{
	max-width: 100%;
	display: flex;
	overflow:hidden;
}
#home__cta-section .et_pb_column{
	margin-right: 0;
	width: 50%;
}
#home__cta-section .home__cta-left--col{
	background-color: #002e5d;
	display: flex;
	align-items: center;
	padding: 40px 100px;
}
#home__cta-section .home__cta-left--col .et_pb_button{
    background-color: #0943b4;
    border-color: #0943b4;
}
#home__cta-section .home__cta-left--col h3{
	font-size: 33px;
	color: #ffffff;
}
#home__cta-section .home__cta-left--col h4{
	font-size: 32px;
	font-weight: 600;
	color: #CACED6;
}
#home__cta-section .home__cta-left--col p{
    font-size: 18px;
    color: #CACED6;
    line-height: 1.3;
}
#home__cta-section .home__cta-right--col{
	background-color: #BDCDEB;
	display: flex;
	padding: 50px 100px;
	flex-direction: column;
	position: relative;
	bottom: -20px;
	width:51%;
	margin-left: -17px;
	z-index: 0;
}
#home__cta-section .home__cta-right--col h3{
    color: #002359;
    font-weight: 700;
    padding: 0;
}
#home__cta-section .home__cta-left--col .et_pb_button:hover{
	color: #ffffff;
	background: #0943b4;
}
#home__cta-section .et_pb_posts .et_pb_post{
	margin-bottom: 10px;
}
#home__cta-section .et_pb_posts a.more-link{
    color: #0943b4;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    display: table;
    padding-right: 15px;
}
#home__cta-section .et_pb_posts a.more-link:after{
	content: "\203A";
	position: absolute;
	right: 0;
	color: #0943b4;
}
#home__cta-section h2.entry-title{
    padding-bottom: 3px;
}
#home__cta-section h2.entry-title a{
    color: #002359 !important;
    font-weight: 400;
	font-size: 22px;
}



/* Testimonials styling
----------------------------------------------- */

#home-testimonial-area {
	overflow: hidden;
	margin: 0;
}
#home-testimonial-area .et_pb_slider .et_pb_slide {
	background-color: transparent;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_description {
	padding: 0 0 0;
	text-shadow: none;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_content {
    color: #000;
	text-align: center;
    font-size: 17px;
    max-width: 90%;
    margin: 0 auto;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_content h4{
	font-size: 23px;
    color: #6E1924 !important;
    text-transform: capitalize;
    text-align: center;
}
#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 h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000 !important;
    font-style: normal;
}
#home-testimonial-area .et_pb_slide_title {
    display: none;
}
#home-testimonial-area .et_pb_slider:hover .et-pb-arrow-prev,
#home-testimonial-area .et_pb_slider .et-pb-arrow-prev{
	left: 0px;
	opacity: 1;
}
#home-testimonial-area .et_pb_slider:hover .et-pb-arrow-next,
#home-testimonial-area .et_pb_slider .et-pb-arrow-next{
	right: 0px;
	opacity: 1;	
}
#home-testimonial-area .et-pb-arrow-next,
#home-testimonial-area .et-pb-arrow-prev {
    top: 58%;
}
#home-testimonial-area .et-pb-arrow-prev:before,
#home-testimonial-area .et-pb-arrow-next:before{
    font-size: 40px;
	color: #000000;
}
#home-testimonial-area .et-pb-arrow-prev:before{
	content: '\23';
}
#home-testimonial-area .et-pb-arrow-next:before{
	content: '\24';
}
#home-testimonial-area .et-pb-controllers {
    bottom: 0;
    display: none;
}
#home-testimonial-area .et-pb-controllers a{
	border-color: #000;
}
#home-testimonial-area .et-pb-controllers a.et-pb-active-control {
    background-color: #000;
}
#home-testimonial-area .et_pb_slider {
    overflow: initial;
}
#home-testimonial-area .et_pb_slider .et_pb_slide_content {
    padding: 30px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home-testimonial-area .et_pb_text_inner h2 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
	font-size:34px;
    font-weight: 600;
    color: #000000 !important;
}
#home-testimonial-area .et_pb_text_inner h2:after{
    content: "";
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: -14px;
    background-color: #0943b4;
    left: 50%;
    transform: translate(-50%, 0);
}


/* Trade union page styling
----------------------------------------------- */
#trade-banner h1{
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 600;	
}
#trade-banner h1:after{
    content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: -14px;
    background-color: #0943b4;
    left: 3px;
}
#trade-banner .et_pb_image img{
    height: 300px;
    object-fit: cover;
    object-position: 50% 30%;
}
#trade-help__section{
    background-color: rgb(247, 247, 247);
    padding: 40px 0  60px;
}
#trade-whyChoose__section {
    padding: 60px 0;	
}
#trade-help__section .trade-help__section-header h2,
#trade-whyChoose__section h2{
    text-align: center;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 600;
}
#trade-help__section .trade-help__section-header h2:after,
#trade-whyChoose__section h2:after{
    content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: -14px;
    background-color: #0943b4;
    left: 50%;
    transform: translateX(-50%);
}
#trade-help__section .trade-help__section-header h3,
.trade-whyChoose__section-content h3{
    font-size: 22px;
    padding-bottom: 15px;
}
.trade-whyChoose__section-content .et_pb_image{
	text-align: center;
}
.trade-whyChoose__section-content .et_pb_image img{
    width: 100px;
    margin-bottom: 1rem;
    object-fit: contain;
}
.trade-whyChoose__section-content p,
.trade-whyChoose__section-content h3{
	text-align: center;
}
.trade-whyChoose__section-content{
    display: flex;
    justify-content: center;
}
.trade-whyChoose__section-content .et_pb_column {
    max-width: 20rem;
}
#trade-cta__section {
    background-color: rgb(247, 247, 247);
    padding: 10px 0;
}
#trade-cta__section .et_pb_row{
    display: flex;
    align-items: end;
    padding: 35px 0;
}
#trade-cta__section h4{
    font-size: 27px;
    color: #002e5d;
}
#trade-cta__section p{
    color: rgb(0, 46, 93);
}
#trade-cta__section .trade-cta__section-right p{
    font-size: 32px;
    font-weight: 700;
    color: #002e5d;
    line-height: 1.3;
}
#trade-cta__section .trade-cta__section-right p a{
    color: rgb(9 67 180 / 75%);
}
.single-post article.post{
	margin-bottom: 0;
    padding-bottom: 0;
}
iframe.wuksD5 {
	height: 185px;
}


/* New inner section styling
----------------------------------------------- */

#new-inner-banner{
    padding: 50px 0;
    max-height: 600px;
    min-height: 250px;
    height: 500px;
    display: flex;
}
#new-inner-banner h2{
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    padding: 0;
	text-align: center;
}
#new-inner-banner.blog-inner-banner-section .et_pb_row{
    display: flex;
    justify-content: center;
}
.site-header_top--right {
	padding-top:8px !important;
}



/* 
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1440px) {
	#site-header .site-header-row, 
	#site-footer-top .et_pb_row,
	#site-footer-bottom .et_pb_row,
	#inner-banner .et_pb_row,
	#services-section .et_pb_row,
	#individual-services-section .et_pb_row,
	#contact__section .et_pb_row,
	#blog-inner-banner-section .et_pb_row,
	.blog #main-content .container,
	#legal-content .et_pb_row{
		max-width: 1350px;
	}
	#hero-section{
		height: 85vh;
	}
	#values-section{
		height: 70vh;
	}
	#home__cta-section .home__cta-left--col h4,
	#home__cta-section .home__cta-left--col h3{
		font-size: 28px;
	}
	#new-inner-banner{
		height: 450px;
	}
}
@media only screen and (max-width: 1366px) {
    #site-header .site-header-row, #site-footer-top .et_pb_row, #site-footer-bottom .et_pb_row , #inner-banner .et_pb_row, #services-section .et_pb_row,
	#individual-services-section .et_pb_row, #contact__section .et_pb_row, #blog-inner-banner-section .et_pb_row, .blog #main-content .container, #legal-content .et_pb_row{
        max-width: 1250px;
    }
	#hero-section {
        height: 80vh;
    }
	#hero-section h1{
		font-size: 65px;
	}
	#welcome-section .et_pb_row h2, 
	#home__services-section h2, 
	#people-section .home-people-header h2,
	#home-testimonial-area .et_pb_text_inner h2{
		font-size: 35px;
	}
}
@media only screen and (max-width: 1280px) {
    #site-header .site-header-row, #site-footer-top .et_pb_row, #site-footer-bottom .et_pb_row, #inner-banner .et_pb_row, #people-section .et_pb_row, #services-section .et_pb_row,
	#individual-services-section .et_pb_row, #contact__section .et_pb_row, #blog-inner-banner-section .et_pb_row, .blog #main-content .container, #legal-content .et_pb_row{
        max-width: 1150px;
    }
	#people-section img{
		height: auto;
	}
	#services-section .services__content-row h3{
		line-height: 1.3;
	}
	#services-section .services__content-row{
		display: flex;
	}
	#services-section .services__content-row .et_pb_column{
		height: auto;
	}
	#trade-banner h1, #trade-help__section .trade-help__section-header h2, #trade-whyChoose__section h2{
		font-size: 32px;
	}
	#trade-banner p,
	#trade-help__section p{
	    font-size: 17px;
	}
	#trade-whyChoose__section {
		padding: 40px 0;
	}
	#new-inner-banner{
		height: 350px;
	}
}
@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;
	}
    #site-header .site-header-row, 
	#site-footer-top .et_pb_row, 
	#site-footer-bottom .et_pb_row,
	#inner-banner .et_pb_row,
	#people-section .et_pb_row,
	#services-section .et_pb_row,
	#individual-services-section .et_pb_row,
	#contact__section .et_pb_row,
	#blog-inner-banner-section .et_pb_row,
	.blog #main-content .container,
	#legal-content .et_pb_row{
        max-width: 1024px;
    }
	#hero-section {
        height: 75vh;
    }
    #hero-section h1 {
        font-size: 60px;
    }	
	#values-section {
        height: 60vh;
    }
	#values-section p{
		font-size: 20px;
	}
	#people-section h2{
		font-size: 20px;
	}
	#people-section p{
		font-size: 16px;
	}
	#home__cta-section .et_pb_row{
		width: 100%;
	}
	#home__cta-section .home__cta-left--col{
		padding: 30px 50px;
	}
	#home__cta-section .home__cta-right--col{
		padding: 40px 60px 40px 80px;
	}
	#home__cta-section h2.entry-title a{
		font-size: 20px;
	}
	#home__cta-section .home__cta-right--col .et_pb_text_align_left{
		margin-bottom: 4%;
	}
	#home__cta-section{
		padding-top: 0;
		margin: 0;
		padding-bottom: 10px;
	}
	#home__cta-section .home__cta-right--col{
		width: 52%;
	}
    #home__cta-section .home__cta-left--col h4, 
	#home__cta-section .home__cta-left--col h3 {
        font-size: 26px;
    }
    #home__cta-section .home__cta-left--col {
        padding: 30px 40px;
    }
	#new-inner-banner{
		height: 300px;
	}
}
@media only screen and (max-width: 1024px) { 
	#site-footer-top h4 {
		font-size: 22px;
	}
	#site-footer-bottom .site-footer-bottom-copyright .et_pb_text_inner, 
	#site-footer-bottom .et_pb_column_4_tb_footer p, 
	#site-footer-bottom .et_pb_column_4_tb_footer p a,
	#site-footer-top p a{
		font-size: 16px;
	}
	#site-footer-top .et_pb_image_0_tb_footer img{
		width: auto;
	}
    #hero-section {
        height: 70vh;
    }
	#hero-section h1 {
		font-size: 55px;
		padding-bottom: 10px;
    }
	#hero-section p{
		font-size: 20px;
	}
	body p{
		font-size: 17px;
	}
	#home__services-section .services__content-row{
		padding: 0;
		width: 90%;
		margin-bottom: 10px;
	}
	#home__services-section {
		padding-bottom: 40px;
	}
	#home__services-section .services__content-row h3{
		line-height: 1.2;
	}
    #home__cta-section .home__cta-right--col {
        padding: 40px 30px 40px 80px;
    }
	#services-section .services__content-row .et_pb_column{
		padding: 20px;
	}
	#services-section .services__content-row p:last-of-type{
		padding-bottom: 0;
	}
	#trade-banner h1, #trade-help__section .trade-help__section-header h2, #trade-whyChoose__section h2 {
        font-size: 27px;
    }
	#trade-banner .et_pb_image img{
		height: auto;
	}
}
@media only screen and (max-width: 980px) { 

	body.et_header_style_left #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 70%;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		max-width: 45%;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 30px;
	}
	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: 0px auto 40px;
	}
	body .mobile_menu_bar:before {
		color: #567426;
	}
	body .et_mobile_menu {
		border-color: #567426;
		margin-top:15px;
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	#site-header .et_pb_row{
		padding: 20px 0;
	}
	#site-header .et_pb_row .et_pb_column{
		margin-bottom: 0;
	}
	.home #site-header.et_pb_sticky .et_pb_module .mobile_menu_bar:before{
		color:#112f51 !important;
	}
	.home #site-header .et_pb_module .mobile_menu_bar:before {
		top: 0px;
		color: #112f51 !important;
	}
	#site-header .et_mobile_menu {
        border-color: #002e5d;
    }
	#site-header .et_pb_module .mobile_menu_bar:before{
		color: #112f51 !important;
		top: 0;
	}
	#site-header .et_mobile_menu li a{
	    font-weight: 600;
    	font-size: 16px;
    	color: #112f51;
	}
	#site-footer-bottom .et_pb_row{
		flex-direction: column;
		padding: 15px 0;
	}
	#site-footer-bottom .site-footer-bottom-copyright .et_pb_text_inner,
	#site-footer-bottom .et_pb_column_4_tb_footer p{
		text-align: center !important;
	}
	#site-footer-bottom .et_pb_column{
		margin-bottom: 0;
	}
	#site-footer-top .et_pb_row .et_pb_column:first-of-type{
		margin-bottom: 2rem;
	}
	#site-footer-top .site-footer-sara-logo img{
		width: 250px;
	}
	#site-footer-top .site-footer-sara-logo .et_pb_image{
		text-align: left;
	}
	#welcome-section .et_pb_row .et_pb_image{
		text-align: right;
	}
	#home__services-section .services-header-row{
		margin-bottom: 0;
	}
	#home__services-section .services__content-row .et_pb_column{
		height: 230px;
	}
	#home__services-section{
		padding-bottom: 30px;
	}
    #values-section {
        height: auto;
        padding-bottom: 0;
    }
    #values-section p {
        font-size: 19px;
    }
	#home__cta-section .et_pb_posts a.more-link{
		width: auto;
	}
	#home__cta-section .home__cta-right--col {
			padding: 40px 30px 30px 60px;
	}
    #home__cta-section .home__cta-left--col {
        padding: 30px;
        margin: 0;
    }
	#home__cta-section .home__cta-left--col p {
	font-size: 17px;
	}
	#home-testimonial-area{
		padding: 10px 0;
	}
	#inner-banner,
	#blog-inner-banner-section{
		padding-top: 40px;
		padding-bottom:40px;
	}
	#inner-banner .et_pb_row,
	#blog-inner-banner-section .et_pb_row{
		padding: 0;
	}
	#contact__section .et_pb_row:first-of-type{
		display: flex;
		padding-bottom: 0;
	}
	#contact__section .et_pb_row .et_pb_column{
		margin-bottom: 0;
	}
	#contact__section .contact__section-first--row .et-pb-icon{
		font-size: 40px;
	}
    #contact__section .contact__section-first--row .et-pb-icon {
        font-size: 30px;
    }
	#trade-banner .et_pb_row{
	    display: flex;
    	flex-direction: column-reverse;
	}
	#trade-banner .et_pb_image img{
		margin-bottom: 3rem;
	}
	#trade-help__section .et_pb_row {
		display: flex;
		padding: 20px 0;
	}
/* 	#trade-help__section .trade-help__section-header{
		padding-bottom: ;
	} */
	#trade-help__section{
		padding: 40px 0;
	}
	#trade-banner .et_pb_row .et_pb_column{
		margin-bottom: 0;
	}
	#trade-help__section h3{
	    line-height: 1.3;
	}
	.trade-whyChoose__section-content .et_pb_image img{
		width: 100px !important;
	}
	#site-header .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul{
	    overflow: scroll;
    	height: 300px;	
	}
	#site-header .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu li.et_pb_menu_page_id-6498 ul.sub-menu {
		overflow: unset;
    	height: auto;	
	}
	#home-testimonial-area .et_pb_slider .et_pb_slide .et_pb_container {
	    height: auto !important;	
	}
	#home-testimonial-area .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slider_container_inner{
	    vertical-align: top;	
	}
	.trade-whyChoose__section-content .et_pb_image{
		margin: 0;
	}
	#contact__section .contact__section-second--row {
		padding-bottom:0;
	}
	#individual-services-section .et_pb_row {
		padding-top:0;
	}
	#site-header .site-header-img {
		position: relative;
    	z-index: 99;
		width:70% !important;
	}
	#people-section .et_pb_row .et_pb_column.et-last-child {
		margin-bottom:30px !important;
	}
	#site-header_top .et_pb_row_0_tb_header .et_pb_column {
		margin-bottom:0 !important;
	}
}

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

	html body {
		font-size: 18px;
	}
	.trade-whyChoose__section-content .et_pb_image img{
		width: 100px;
	}
	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;
	}
	#site-footer-top .site-footer-sara-logo img{
		width: 200px;
	}
    #hero-section {
        height: 60vh;
    }
	#hero-section h1{
		font-size: 50px;
	}
	#welcome-section .et_pb_row{
		flex-direction: column-reverse;
		gap: 30px;
		padding-top: 0;
	}
	#welcome-section .et_pb_row .et_pb_image {
        text-align: center;
    }
	#welcome-section .et_pb_column{
		margin-bottom: 0;
	}
	#home__cta-section .et_pb_row{
		flex-direction: column;
	}
	#home__cta-section .home__cta-left--col{
		width: 100%;
		padding: 35px;
	}
	#home__cta-section .home__cta-right--col{
		width: 100%;
	    bottom: 0;
   		margin-left: 0;
    	padding: 35px;
	}
	#home__cta-section .et_pb_row{
		padding: 0;
	}
    #home__cta-section .home__cta-right--col .et_pb_text_align_left {
        margin-bottom: 2.5%;
    }
	#home-testimonial-area .et_pb_row_12{
		padding-top: 0;
	}
	#home-testimonial-area .et-pb-arrow-next, 
	#home-testimonial-area .et-pb-arrow-prev {
		top: 42%;
	}
	#home-testimonial-area .et_pb_slider .et_pb_slide_content{
		padding: 20px;
	}
	#home__services-section .services-footer-row{
		padding: 0;
	}
	#site-header .et_pb_row .site-header-menu{
		position: absolute;
	}
	#site-header .et_pb_row .site-header-menu .et_pb_menu_0_tb_header.et_pb_menu,
	#site-header .et_pb_menu .et_pb_menu__wrap,
	.home #site-header .et_pb_menu .et_pb_menu__wrap,
	.home #site-header.et_pb_sticky .et_pb_menu .et_pb_menu__wrap{
		background-color: transparent !important;
	}
	#services-section .services__content-row{
		flex-direction: column;
	}
	#services-section .et_pb_row:first-of-type{
	    margin-bottom: 0;
    	padding: 15px 0;
	}
	#services-section .services-header-row p{
		font-size: 18px;
	}
	.et-db #et-boc .et-l .et_pb_image_0_tb_footer .et_pb_image_wrap img, .et-db #et-boc .et-l .et_pb_image_1_tb_footer .et_pb_image_wrap img{
		width: 200px !important;
	}
	.et-db #et-boc .et-l .et_pb_image_1_tb_footer{
		text-align: left !important;
	}
	#contact__section .et_pb_row:first-of-type{
		flex-direction: column;
		gap: 2rem;
	}
	#contact__section .contact__section-first--row .et_pb_column_3 p br{
		display: none;
	}
	#trade-help__section .et_pb_row{
		flex-wrap: wrap;
	}
	#trade-cta__section .et_pb_row{
		flex-direction: column;
	}
	.home #people-section .et_pb_row ,
	#people-section .et_pb_row {
		gap: 20px;
	}
	.home #people-section .et_pb_row .et_pb_column,
	#people-section .et_pb_row .et_pb_column{
		margin: 0;
	}
	.home #people-section .et_pb_row,
	#people-section .et_pb_row{
		flex-direction: column;
	}
	#people-section .home-people-header p br{
		display: none;
	}
	.home #people-section .et_pb_row,
	#people-section .et_pb_row{
		padding-top: 0; 
	}
	.home #people-section .home-people-header,
	#people-section .home-people-header{
		padding-top: 30px;
	}
	#new-inner-banner{
	    min-height: 200px;
		padding: 20px 0;
		height: 200px;
	}
	#new-inner-banner h2{
		font-size: 30px;
	}
	#site-header_top .et_pb_row {
    	max-width: 100%;
    	display: block;
	}
	#site-header_top p {
    	display: block;
    	text-align: center;
	}
	#site-header_top p a {
		display:block;
	}
	#site-header_top .et_pb_row .et_pb_column_0_tb_header {
		margin-bottom:0;
	}
	#site-header_top .site-header_top--right p,
	#site-header_top .site-header_top--right p a {
		display:inline-block;
	}
	#site-header_top .et_pb_module.et_pb_text_align_left {
		text-align:center;
	}
	#people-section {
		padding-top:55px;
	}
	#page-container .site-header_top--right {
		display:none;
	}
	#site-header_top p a {
        display: inline-block;
        margin-right: 9px;
        font-size: 14px;
    }
}

@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;
	}
	#hero-section {
        height: 65vh;
    }
	#hero-section h1 {
        font-size: 39px;
    }
	body p{
		padding-bottom: 18px;
	}
	#home__services-section .services__content-row .et_pb_column {
        height: auto;
        padding: 20px 15px;
    }
	#values-section p {
        font-size: 17px;
    }
	#home__cta-section .home__cta-left--col,
	#home__cta-section .home__cta-right--col{
		padding: 40px 25px;
	}
	#home__cta-section h2.entry-title a {
        font-size: 18px;
    }
	#home-testimonial-area .et_pb_row_12{
		padding-bottom: 10px;
	}
	#logo-light .et_pb_image_wrap img, 
	#logo-dark .et_pb_image_wrap img{
		width: 150px;
	}
	#site-header .et_mobile_menu{
		padding: 5px;
	}
	#inner-banner h2,
	#blog-inner-banner-section h1{
		font-size: 35px;
	}
    #trade-help__section {
        padding: 30px 0 0;
    }
	.trade-whyChoose__section-content .et_pb_column{
		max-width: 100%;
	}
	#trade-whyChoose__section .trade-whyChoose__section-content{
		flex-direction: column;
		padding-top:0;
	}
	#trade-cta__section .trade-cta__section-right p{
		font-size: 22px;
	}
	#trade-cta__section .trade-cta__section-right p br{
		display: none;
	}
	#home__services-section .services__content-row{
		left: 0;
	}
	
    #values-section {
        height: 100%;
    }
	#values-section .et_pb_row {
		margin-bottom: 0;
	}
	#site-footer-top .et_pb_row{
		padding-bottom: 40px;
	}
	#trade-help__section .trade-help__section-header {
		padding-bottom:0;
	}
	#trade-help__section .trade-help__section-header h2 {
		text-align:left;
	}
	#trade-help__section .trade-help__section-header h2:after {
		left:0;
		transform: none;
	}
}

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

	#inner-banner h2 {
        font-size: 30px;
    }
	#home__cta-section .home__cta-left--col .et_pb_button{
	    padding: 10px;
		font-size: 14px;
		min-width: auto;
	}
}