/*
Theme Name: Palmer Legal
Theme URI: 	https://liftlegal.com.au/
Template: 	Divi
Version: 	3.26.3
*/

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

body {
	font-weight: 500;
}

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

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

p + h2,
p + h3,
p + h4 {
	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: 14px 30px;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    background-color: #7c2dc0;
    color: #ffffff;
    border: 2px solid #7c2dc0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}
#page-container .et_pb_button:hover {
    background: transparent;
    color: #7c2dc0;
}
#page-container .et_pb_button.light-btn {
	background: #ffffff;
	border-color: #7c2dc0;
	color: #7c2dc0;
}
#page-container .et_pb_button.light-btn:hover{
    background: #7c2dc0;
    color: #ffffff;	
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container button.et_pb_button,
#page-container .gform-footer .gform_button {
    display: inline-block;
    padding: 14px 30px;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    background-color: #7c2dc0;
    color: #ffffff;
    border: 2px solid #7c2dc0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}
#page-container .gform-footer .gform_button:hover {
	background-color: #fff;
    color: #7c2dc0;
    border: 2px solid #7c2dc0;
}


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

body .gform-theme--foundation .gform_fields {
	row-gap: 20px;
}

#main-content .wpforms-form .wpforms-field-label {
	font-weight: 500;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select,
#main-content .gform-theme--foundation .gfield input.large {
	height: auto;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select,
#main-content .wpforms-form textarea,
#main-content .gform-theme--foundation .gfield input.large {
	border: 1px solid #878c93;
	font-family: inherit;
	padding: 5px 15px;
	border-radius: 50px;
	font-size:16px;
}
#main-content .gform-theme--foundation .gfield textarea.medium {
	border-radius: 20px;
	font-size:16px;
}
#main-content .gform-theme--foundation .gfield input.large:focus,
#main-content .gform-theme--foundation .gfield textarea.medium:focus {
	outline:none;
}
::-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: all;
    cursor: pointer;
    display: inline-block;
}
.entry-content a:hover {
	color: #bc354e;
}
.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;
}
body .dsm_blog_carousel_0 .dsm-entry-thumbnail {
	position:relative;
}
body .dsm_blog_carousel_0 .dsm-entry-thumbnail:before {
	display:block;
	content:'';
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	position:absolute;
	left:0;
	top:0;
	border-radius: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-custom-style article,
.blog article,
.archive article,
.single-post article {
	border: unset;
	padding: 10px;
	margin-bottom: 60px;
	overflow: hidden;
}
.single-post article{
	margin-bottom: 0;
	padding: 0;
}
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 styling
---------------------------------------------------------------------------------------------------- */


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

#site-header{
	padding: 0;
}
#site-header.et_pb_sticky {
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
#site-header .et_pb_row {
    display: flex;
    align-items: center;
	padding: 15px 0;
}
#site-header .et_pb_button{
    text-transform: uppercase;
}
#site-header-logo img{
	width: 220px;
}
#site-header-menu .et_mobile_menu li a,
#site-header-menu .et-menu a{
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
#site-header-menu .et-menu .current_page_item a{
	color: #7c2dc0;
}
#site-header-menu .et_pb_menu .et_pb_menu__wrap{
	justify-content: end;
}
#site-header-cta .et_pb_button{
    min-width: auto;
    font-size: 15px;
}
#site-header-menu .et_pb_menu .et-menu>li{
    padding-left: 16px;
    padding-right: 16px;
}
#site-header-menu{
    margin-right: 32px;
}
/*
site-footer styling
--------------------------------------------------- */
#site-footer{
	padding-top: 30px;
}
#site-footer-logo img{
    max-width: 65%;
}
#site-footer h4{
    font-size: 35px;
    color: #ffffff;
}
#site-footer p{
    color: #ffffff;
    padding-bottom: 0;
}
#site-footer p a{
	color: #ffffff;
}
#site-footer-offices{
    padding: 50px 0 80px;
}
#site-footer p a:hover{
	text-decoration: underline;
}
#site-footer-offices .et_pb_column.et-last-child p{
    padding-top: 55px;
}
#site-footer-social{
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
#site-footer-social .et_pb_code_inner{
    display: flex;
    gap: 1rem;
    align-items: center;
}
#site-footer-social .dashicons {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #ffffff;
}
#site-footer-social h4{
    margin-right: 1rem;
    padding: 0;
}
#site-footer-social .dashicons, 
#site-footer-social .dashicons-before:before{
	font-size: 38px;
	color: #bc354e;
}

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

#home-hero {
    height: 1000px;
    display: flex;
    align-items: center;
}
#home-hero .et_pb_row{
    display: flex;
    align-items: center;
    padding-top: 8%;
}
#home-hero img{
    border-radius: 30px;
}
#home-hero-heart-icon{
    position: absolute;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    border-radius: 12px;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -8px;
    left: -39px;
}
#home-hero-heart-icon .et_pb_code_inner{
    display: flex;
}
#home-hero-heart-icon .et_pb_code_inner svg{
    width: 40px;
	color: #bc354e;
}
#home-hero-text h1{
    font-size: 60px;
    padding-bottom: 40px;
}
#home-hero-text p.home-hero-heading {
	font-size: 60px;
	font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
    padding-bottom: 40px;
	line-height: 1em;
}
#home-hero-text h1 {
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-size: 18px;
    max-width: 80%;
    font-weight: 500;
	line-height: 1.5em;
    padding-bottom: 25px;
}
#home-hero-text p span {
    color: #7c2dc0;
}
#home-hero-text p.home-hero-heading em {
    color: #7c2dc0;
    background: linear-gradient(to right, #D4679C, #9B5FC0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
#home-hero-text p{
    font-size: 18px;
    max-width: 80%;
    font-weight: 500;
    padding-bottom: 25px;
}
#home-hero-text p strong,
#home-hero-text h1 strong {
	color: #7c2dc0;
}
#home-hero-text .home-hero-tag{ 
    color: #bc354e;
    border: 2px solid #ffe2e6;
    border-radius: 50px;
    background: #fff0f0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 20px;
    margin-bottom: 10px;
    display: inline-block;
}

/*
home-areas-of-expertise styling
--------------------------------------------------- */

#home-areas-of-expertise{
	padding: 60px 0;
}
#home-areas-of-expertise-header h2{
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}
#home-areas-of-expertise-header h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    background-color: #7c2dc0;
    margin: 25px auto 0;
}
#home-areas-of-expertise-header p{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    max-width: 50%;
    margin: 0 auto;
}
#home-areas-of-expertise-col{
    display: flex;
    flex-wrap: wrap;
}
#home-areas-of-expertise-col .et_pb_image {
    text-align: center;
    margin-bottom: 25px;
}
#home-areas-of-expertise-col img{
    width: 130px;
    height: 145px;
    object-fit: contain;
}
#home-areas-of-expertise-col h3{
    font-size: 27px;
    text-align: center;
    color: #7c2dc0;
}
#home-areas-of-expertise-col p{
    font-size: 16px;
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
    font-weight: 500;
}
#home-areas-of-expertise-col p a{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #bc354e;
}
#home-areas-of-expertise-col .et_pb_column{
    background-color: #ffffff;
    padding: 60px 0;
    border-radius: 20px;	
}

/*
home-legal-support styling
--------------------------------------------------- */

#home-legal-support{
	padding: 60px 0;
}
#home-legal-support-text h2 em{
    color: #7c2dc0;
    background: linear-gradient(to right, #D4679C, #9B5FC0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
#home-legal-support-text p a{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #bc354e;
}
#home-legal-support .et_pb_row {
    display: flex;
    align-items: center;	
}
#home-legal-support-img .et_pb_image{
	text-align: right;
}
#home-legal-support-img img{
    border-radius: 40px;
    width: 500px;
    height: 500px;
    object-fit: cover;
}
#home-legal-support-img .et_pb_code .exp-num{
    font-size: 40px;
    font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
    color: #7c2dc0;
}
#home-legal-support-img .et_pb_code p{
    text-transform: uppercase;
    padding-top: 6px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;	
}
#home-legal-support-img .et_pb_code {
    position: absolute;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -8px;
    right: -38px;
    padding: 15px 35px;
}

#home-google-reviews{
/* 	padding: 60px 0; */
}

#home-logo{
	background-color: #fdf3f8;
}
#home-logo h2{
    position: relative;
    text-align: center;
    padding-bottom: 0;	
}
#home-logo h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    background-color: #7c2dc0;
    margin: 25px auto 0;
}
#home-logo img{
	width: 350px;
}
#home-logo .et_pb_row.et_had_animation{
	max-width: 45%;
}
#site-header-menu .et_pb_menu .et-menu-nav>ul ul{
    border-radius: 10px;
}
/*
site-cta styling
--------------------------------------------------- */
#site-cta .et_pb_row{
    height: 450px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    background-image: linear-gradient(to right, #7c2dc0, #d46a7e);
}
#site-cta h2{
    font-size: 50px;
}
#site-cta h2,
#site-cta p{
	text-align: center;
	color: #ffffff;
}
#site-cta p{
    max-width: 44%;
    margin: 0 auto;
}
#site-cta p:last-of-type{
	max-width: 100%;
}
#site-cta .et_pb_button{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #7c2dc0;
}
#site-cta .et_pb_button:hover{
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}
#site-cta .et_pb_button.light-btn:hover{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #7c2dc0;
}
#site-cta .et_pb_button.light-btn{
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}
#site-cta{
    padding: 80px 0 80px;
}
.home #site-cta{
    padding: 80px 0 30px;
}
/*
home-articles styling
--------------------------------------------------- */

#home-articles h2{
    position: relative;
    text-align: center;
    padding-bottom: 30px;	
}
#home-articles h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    background-color: #7c2dc0;
    margin: 25px auto 0;
}
#home-articles .dsm-entry-thumbnail img{
    border-radius: 30px;
}
#home-articles .dsm-entry-wrapper{
    position: absolute;
    bottom: -18px;
}
#home-articles .dsm-entry-wrapper h3 a{
    color: #ffffff;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 16px;
}
#home-articles{
    padding-bottom: 0;
    background-color: #fdf3f8;
}
#home-articles .dsm-grid-post-holder-inner:hover h3 a{
	text-decoration: underline;
}
#home-articles .dsm_blog_carousel_0 .dsm-blog-carousel-item{
	border-radius: 30px;
}
/* inner-banner styling
----------------------------------------------- */
#inner-banner{
	height: 400px;
    background-color: #fdf3f8;
    display: flex;
    background-size: 17% auto;
	z-index: 0;
}
#inner-banner small,
#inner-banner.inner-banner-about h1 small{
    color: #bc354e;
    border: 2px solid #ffe2e6;
    border-radius: 50px;
    background: #fff0f0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 20px;
    margin-bottom: 25px;
    display: inline-block;	
}
#inner-banner.inner-banner-about h1 small {
	padding: 8px 20px;
}
#inner-banner h1{
    font-size: 60px;
    padding-bottom: 40px;
}
#inner-banner.inner-banner-about h1 {
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	 margin-bottom: 0;
	padding-bottom: 0 !important;
}
#inner-banner.inner-banner-about p.about-sub-text {
	font-size: 60px;
	line-height:60px;
	font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
	font-weight: 400;
    padding-bottom: 40px !important;
}
#inner-banner p span{
    color: #7c2dc0;
}
#inner-banner p{
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 40px;
}
.gradient-text{
    background: linear-gradient(to right, #8c38b4, #d06782);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: italic;
}
#inner-banner .et_pb_text_inner p{
	max-width: 40%;
}


/* #about-palmer styling
----------------------------------------------- */
#about-palmer .et_pb_row{
    display: flex;
    align-items: center;
}
#about-palmer img{
    border-radius: 40px;
    width: 500px;
    height: 500px;
    object-fit: cover;
}
#about-palmer h2{
	position: relative;
}
#about-palmer h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    background-color: #7c2dc0;
    margin-top: 25px;
}
#service-indv-content .et_pb_text_inner p a{
	font-weight: 700;
}
/* Contact page styling
----------------------------------------------- */
#main-content .gform_wrapper {
	padding-top:0 !important;
}
#contact-info .wpforms-container{
	padding: 0;
	margin: 0;
}
#main-content .wpforms-form input, #main-content .wpforms-form select{
    border: 1px solid #878c93;
    font-family: inherit;
    padding: 12px 20px;
    border-radius: 50px;
}
#main-content .wpforms-form textarea{
    border-radius: 30px;
    padding: 25px;
}
#contact-info .contact-icons{
    display: flex;
    gap: 1rem;
    padding-bottom: 32px;
}
#contact-info .contact-icons p a{
    color: #000000;
    font-weight: 400;
}
#contact-info .contact-icons .dashicons {
    color: #7c2dc0;
    background-color: #f0e6f3;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 20px;
}
#contact-info .contact-icons-text p{
    padding-bottom: 0;
    font-weight: 400;
}
#contact-map,
#contact-info{
    background: #fffcfa;
}
#contact-map h2{
	text-align: center;
}
#contact-map iframe{
	border-radius: 30px;
}
#contact-info .contact-icons:last-of-type{
	padding-bottom: 0;
}

/* ============================================
   BLOG INDEX PAGE — CUSTOM STYLES
   ============================================ */

/* ---- Wrapper ---- */
.blog-index-wrapper {
	max-width: 1170px;
	margin: 0 auto;
	padding: 48px 0 0;
}

/* ============================================
   FILTERS BAR (Search + Tabs)
   ============================================ */
.blog-filters-bar {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 48px;
    justify-content: space-between;
}

/* Search */
.blog-search-form {
	flex-shrink: 0;
}

.blog-search-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-search-input-wrap .search-icon {
	position: absolute;
	left: 14px;
	color: #aaa;
	pointer-events: none;
}

.blog-search-input-wrap input[type="search"] {
	padding: 10px 18px 10px 40px;
	border: 1.5px solid #e0e0e0;
	border-radius: 999px;
	font-size: 14px;
	color: #555;
	background: #fff;
	outline: none;
	width: 200px;
	transition: border-color 0.2s;
	box-shadow: none;
}

.blog-search-input-wrap input[type="search"]:focus {
	border-color: #b366cc;
}

/* Filter Tabs */
.blog-filter-tabs {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.filter-tab {
    display: inline-block;
    padding: 9px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    border: 1.5px solid #d0d0d0;
    color: #444;
    background: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.filter-tab:hover {
	border-color: #7c2dc0;
	color: #7c2dc0;
}

.filter-tab.active {
    background: #7c2dc0;
    border-color: #7c2dc0;
    color: #fff;
}

/* ============================================
   FEATURED POST
   ============================================ */
.featured-post-section {
	margin-bottom: 56px;
}

.featured-post-card {
	display: flex;
	gap: 48px;
	align-items: center;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
}

.featured-post-image {
	flex: 0 0 45%;
	max-width: 45%;
}

.featured-post-image a {
	display: block;
}

.featured-post-image img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 14px;
	display: block;
}

.featured-post-content {
	flex: 1;
	padding: 8px 16px 8px 0;
}

/* "FEATURED ARTICLE" Badge */
.featured-badge {
    color: #bc354e;
    border: 2px solid #ffe2e6;
    border-radius: 50px;
    background: #fff0f0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 20px;
    margin-bottom: 25px;
    display: inline-block;
}

.featured-post-title {
    font-size: 35px;
    line-height: 1.25;
    font-weight: 600;
    color: #1a1a1a;
    padding-bottom: 25px;
}

.featured-post-title a {
	color: inherit;
	text-decoration: none;
}

.featured-post-title a:hover {
	color: #7c2dc0;
}

.featured-post-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    margin: 0;
    font-weight: 500;
}

/* ============================================
   READ MORE LINK (shared)
   ============================================ */
.read-more-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #d57085;
    text-decoration: none;
    transition: opacity 0.2s;
    padding-top: 15px !important;
}

.read-more-link:hover {
	opacity: 0.7;
	color: #d57085;
}

/* ============================================
   BLOG GRID SECTION
   ============================================ */
.blog-grid-section {
    background: #fdf3f8;
    padding: 64px 24px 34px;
}

/* Re-center inner grid */
.blog-grid-section .blog-grid,
.blog-grid-section .blog-pagination {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.blog-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
}

/* Grid Card */
.blog-grid-card {
	flex: 0 0 calc(33.333% - 19px);
	width: calc(33.333% - 19px);
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.blog-card-image {
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.blog-card-image a {
	display: block;
}

.blog-card-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.blog-grid-card:hover .blog-card-image img {
	transform: scale(1.04);
}

.blog-card-content {
	padding: 20px 22px 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.blog-card-title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.blog-card-title a {
	color: inherit;
	text-decoration: none;
}

.blog-card-title a:hover {
	color: #7B2DBB;
}

.blog-card-excerpt {
	font-size: 14px;
	line-height: 1.65;
	flex: 1;
}

/* ============================================
   PAGINATION
   ============================================ */
.blog-pagination {
	margin-top: 40px;
	text-align: center;
}

.blog-pagination .page-numbers {
	display: inline-block;
	padding: 8px 14px;
	margin: 0 3px;
	border-radius: 8px;
	font-size: 14px;
	color: #444;
	text-decoration: none;
	border: 1.5px solid #e0e0e0;
	transition: all 0.2s;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
	background: #7B2DBB;
	border-color: #7B2DBB;
	color: #fff;
}

.inner-content-area h2 {
	font-size:30px;
}
.inner-content-area h3 {
	font-size:24px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
	.blog-grid-card {
		flex: 0 0 calc(50% - 14px);
		width: calc(50% - 14px);
	}

	.featured-post-card {
		flex-direction: column;
		gap: 24px;
	}

	.featured-post-image {
		flex: unset;
		max-width: 100%;
		width: 100%;
	}

	.featured-post-image img {
		height: 280px;
		border-radius: 14px;
	}

	.featured-post-content {
		padding: 0 8px 16px;
	}

	.featured-post-title {
		font-size: 24px;
	}
}
@media (max-width: 600px){
	.blog-search-form,
	.blog-search-input-wrap input[type="search"]{
		width: 100%;
	}
}
@media (max-width: 600px) {
	.blog-index-wrapper {
		padding: 32px 16px 0;
	}

	.blog-filters-bar {
		gap: 14px;
	}

	.blog-grid-card {
		flex: 0 0 100%;
		width: 100%;
	}

	.blog-grid-section {
		padding: 36px 16px 48px;
	}

	.filter-tab {
		padding: 8px 16px;
		font-size: 13px;
	}
}

/* ============================================
   SINGLE POST PAGE — CUSTOM STYLES
   ============================================ */

/* ---- Wrapper ---- */
.single-post-wrapper {
	max-width: 1170px;
	margin: 0 auto;
	padding: 48px 0;
}

/* ---- Featured Image ---- */
.single-featured-image {
	margin-bottom: 36px;
	text-align:center;
}

.single-featured-image img,
.single-featured-image span img {
	width: 100% !important;
    height: 500px;
    object-fit: cover;
    object-position: top center;
	border-radius: 16px;
}

/* ---- Post Content ---- */
.single-post-content {
	border: none;
	padding: 0;
	margin: 0;
}

.single-post-content .entry-content {
	font-size: 15px;
	line-height: 1.8;
	color: #444;
}

.single-post-content .entry-content p {
	margin-bottom: 0;
}

.single-post-content .entry-content h2 {
	font-size: 24px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	line-height: 1.3;
}

.single-post-content .entry-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
}

.single-post-content .entry-content h4 {
	font-size: 17px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 24px 0 10px;
}

.single-post-content .entry-content ul,
.single-post-content .entry-content ol {
	padding-left: 24px;
	margin-bottom: 20px;
}

.single-post-content .entry-content li {
	margin-bottom: 8px;
}
.single-post#inner-banner .et_pb_text_inner {
    max-width: 100%;
}
.single-post-content .entry-content a {
    color: #d56c7e;
    text-decoration: none;
}

.single-post-content .entry-content a:hover {
	opacity: 1;
}

.single-post-content .entry-content blockquote {
	border-left: 4px solid #C2185B;
	padding: 12px 20px;
	margin: 24px 0;
	color: #555;
	font-style: italic;
	background: #FDF0F5;
	border-radius: 0 8px 8px 0;
}

.single-post-content .entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 12px 0;
}

/* Hide default Divi post meta on single (date, author etc) since design is clean */
.single-post-wrapper .et_post_meta_wrapper .post-meta {
	display: none;
}
.single-post #inner-banner .et_pb_text_inner {
    max-width: 100%;
}
/* ---- Inner Banner — category small tag ---- */
/* #inner-banner .et_pb_text_inner small {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #C2185B;
	border: 1.5px solid #E8A0B8;
	border-radius: 999px;
	padding: 4px 14px;
	background: rgba(233, 30, 99, 0.04);
	margin-bottom: 16px;
} */

.page-id-4312 #inner-banner .et_pb_text_inner p,
.blog #inner-banner .et_pb_text_inner p {
	max-width: 100%;
	padding-bottom:0;
}
.page-id-4312 #inner-banner h1,
.blog #inner-banner h1 {
	padding-bottom:30px;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
	.single-post-wrapper {
		padding: 32px 16px 56px;
	}

	.single-featured-image img,
	.single-featured-image span img {
		max-height: 280px;
		border-radius: 12px;
	}

	.single-post-content .entry-content {
		font-size: 15px;
	}

	.single-post-content .entry-content h2 {
		font-size: 20px;
	}
}





/* 
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1440px){
	#home-hero .et_pb_row{
		padding-top: 12%;
	}
}
@media only screen and (max-width: 1366px){
	
}
@media only screen and (max-width: 1280px){
	
}
@media only screen and (max-width: 1200px) { 

	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-footer p br{
		display: none;
	}
	#site-footer-offices .et_pb_column:first-child strong {
		display:block;
	}
	#site-footer-offices .et_pb_column:first-child p {
		margin-bottom:15px;
	}
	#home-hero-text p.home-hero-heading {
		font-size: 50px;
	}
	#home-hero {
		height: 900px;
	}
	#home-legal-support-img img {
		border-radius: 40px;
		width: 450px;
		height: 450px;
	}
	#site-cta p{
		max-width: 60%;
	}
	#site-cta h2 {
		font-size: 45px;
	}
	#site-cta .et_pb_row{
		height: 420px;
	}
	#inner-banner .et_pb_text_inner {
		max-width: 80%;
	}
	#site-header-menu .et_pb_menu .et-menu>li {
		padding-left: 11px;
		padding-right: 11px;
	}
	#site-header-menu {
		margin-right: auto;
	}
	#home-hero-text h1 {
		max-width: 85%;
	}
	#home-hero-text .et_pb_button.light-btn {
		margin-left:10px;
	}
	.blog-index-wrapper {
		padding: 48px 30px 0;
	}
}
@media only screen and (max-width: 1024px){
	#site-header-cta .et_pb_button {
		padding: 12px 16px;
		font-size: 13px;
	}
	#home-hero-text h1{
		max-width: 100%;
	}
	#home-areas-of-expertise,
	#home-legal-support,
	#home-google-reviews{
		padding: 40px 0;
	}
	#inner-banner .et_pb_text_inner {
		max-width: 95%;
	}
	#inner-banner h1,
	#inner-banner.inner-banner-about p.about-sub-text{
		font-size: 50px;
	}
	#inner-banner {
		height: 400px;
	}
	#home-hero {
		height: 800px;
	}
	#page-container .ti-widget.ti-goog .ti-controls {
		display:block;
		top: unset !important;
        bottom: -21px;
        width: 70px;
        margin: 0 auto;
        left: 0;
        right: 0;
	}
	#page-container .ti-widget.ti-goog .ti-controls .ti-next {
    	right: -20px;
	}
	#page-container .ti-widget.ti-goog .ti-controls .ti-prev {
		left:-20px;
	}
}
@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: 35px;
	}
	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: #7c2dc0;
		padding: 20px 0  !important;
	}
	#main-footer .footer-widget .wpforms-field-label {
		display: none;
	}
	#site-header .et_pb_column{
		margin-bottom: 0;
	}
	#site-header .et_pb_row{
		padding: 15px 0 35px;
	}
	#site-header .et_pb_code_inner{
		text-align: right;
	}
/* 	#site-header-logo img {
		width: 80px;
	} */
	#site-header-menu .et_pb_menu .et_pb_menu__wrap {
		justify-content: right;
	}
	#site-header-menu {
	    position: absolute;
    	bottom: 0;
	}
	#site-header-menu .et_pb_module .mobile_menu_bar:before{
		top: 8px;
	}
	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: #7c2dc0 !important;
	}
	#site-header-menu .et_pb_menu li ul{
		width: auto;
	}
	#site-footer-offices .et_pb_column.et-last-child p{
		padding-top: 0;
	}
	#site-footer-offices {
		padding: 40px 0 30px;
	}
	#site-footer-logo img {
		width: 300px;
		max-width: 100%;
	}
	#site-footer h4 {
		font-size: 30px;
	}
	#site-footer-logo .et_pb_image_wrap{
		width: 100%; 
		text-align: center;
	}
	#site-footer p,
	#site-footer h4{
		text-align: center;
	}
	#site-footer-social .et_pb_code_inner{
		justify-content: center;
	}
	#site-footer-copyright p{
		font-size: 15px;
	}
	#site-footer-social{
		padding: 15px 0;
	}
	#site-footer-social .dashicons, #site-footer-social .dashicons-before:before {
		font-size: 25px;
	}
	#site-footer-social .dashicons {
		width: 35px;
		height: 35px;
	}
	#site-footer-logo{
		padding-bottom: 0;
	}
	#home-hero{
		height: 100%;
	}
	#home-hero .et_pb_row{
		flex-direction: column-reverse;
		padding: 40px 0;
		padding-top: 15%;
	}
	#home-hero-text{
	    margin: 0;
    	margin-top: 5rem;
	}
	#home-legal-support-text h2 br,
	#home-hero-text p.home-hero-heading br{
		display: none;
	}
	#home-hero-text p:last-of-type{
		padding-bottom: 0;
	}
	#home-hero-img .et_pb_image_wrap,
	#home-hero-img .et_pb_image_wrap img{
		width: 100%;
	}
	#home-hero-text p,
	#home-hero-text p.home-hero-heading {
		padding-bottom: 30px;
	}
	#home-hero-heart-icon{
		left: -20px;
		bottom: 10px;
	}
	#home-areas-of-expertise-header p{
		max-width: 65%;
		font-size: 17px;
	}
	#home-legal-support .et_pb_row{
		flex-direction: column;
	}
	#home-legal-support-img .et_pb_image_wrap,
	#home-legal-support-img .et_pb_image_wrap img{
		width: 100%;
	}
	#home-legal-support-img img{
		height: 550px;
	}
	#site-cta .et_pb_row{
		height: 400px;
	}	
	#site-cta h2 {
		font-size: 40px;
	}
	#site-cta p{
		max-width: 70%;
	}
	#site-cta {
		padding: 60px 0 60px;
	}
	.home #site-cta {
		padding: 60px 0 0;
	}
	.dsm_blog_carousel_0 .swiper-container {
		margin-bottom: 40px !important;
	}
	#inner-banner h1,
	#inner-banner.inner-banner-about p.about-sub-text {
		font-size: 45px;
		padding-bottom: 30px;
	}
	#inner-banner p{
		padding-bottom: 0;
	}
	#inner-banner p {
		font-size: 17px;
	}
	#inner-banner .et_pb_text_inner{
		max-width: 100%;
	}
    #inner-banner {
        height: 100%;
    }
    #inner-banner small {
        font-size: 13px;
    }
	
	#about-palmer .et_pb_row{
		flex-direction: column;
	}
	#about-palmer.experience .et_pb_row{
		flex-direction: column-reverse;
	}
	#about-palmer.experience .et_pb_column{
		margin-bottom: 0;
	}
	#about-palmer.experience .et_pb_column:last-child{
		margin-bottom: 30px;
	}
	#inner-banner {
		    background-image: none !important;
	}
	#contact-map iframe{
		height: 300px;
	}
	#inner-banner .et_pb_text_inner {
		text-align:center;
	}
	#inner-banner .et_pb_text_inner p {
    	max-width: 100%;
	}
}

@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: 33px;
	}
	#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-header-cta .et_pb_button{
	    padding: 10px 15px !important;
    	font-size: 15px;
	}
	#home-hero .et_pb_row{
		padding-top: 20%;
	}
    #home-areas-of-expertise,
	#home-legal-support,
	#home-google-reviews{
        padding: 30px 0;
    }
	#home-legal-support-img .et_pb_code{
		bottom: 8px;
		right: -20px;
	}
	#home-legal-support-img img{
		height: 100%;
	}
	#site-cta .et_pb_row{
		padding: 0 30px;
	}
    #inner-banner {
        height: 100%;
    }
	#inner-banner .et_pb_text_inner{
	    text-align: center;
	}
	#inner-banner small{
		margin-bottom: 15px;
	}
    #inner-banner h1,
	#inner-banner.inner-banner-about p.about-sub-text {
        font-size: 35px;
        padding-bottom: 20px;
    }
	#inner-banner.inner-banner-about p.about-sub-text {
		line-height: 40px;
		padding-bottom: 20px !important;
	}
	.single  #inner-banner h1{
		font-size: 30px;
        line-height: 1.2;	
	}
	#about-palmer img{
		height: 100%;
	}
	#inner-banner .et_pb_text_inner p {
		max-width: 90%;
		margin: 0 auto;
	}
	#inner-banner .et_pb_text_inner p br {
		display:none;
	}
	#home-hero-text p.home-hero-heading {
        font-size: 40px;
		max-width:100%;
    }
}
@media only screen and (max-width: 600px) {
	#home-hero-text {
        margin-top: 2.5rem;
	}
	#home-hero-text p{
		font-size: 16px;
	}
	#home-hero-text .et_pb_button{
		width: 100%;
	}
	#home-hero .et_pb_row{
		padding-top: 25%;
	}
	#home-areas-of-expertise-header p{
		max-width: 90%;
	}
	#home-legal-support-img .et_pb_code{
		bottom: 0;
		right: -10px;
	}
	#home-logo img{
		width: 300px;
	}
	#site-cta h2 br{
		display: none;
	}
	#site-cta p{
		max-width: 90%;
	}
	#site-cta h2 {
		font-size: 35px;
	}
	#site-cta .et_pb_button{
		width: 100%;
	}
	#site-cta .et_pb_row{
		height: 100%;
		padding: 50px 30px;
	}
    #inner-banner p {
        font-size: 15px;
    }
	#inner-banner h1 br {
		display:none;
	}
	.blog-index-wrapper {
        padding: 48px 20px 0;
    }
}
@media only screen and (max-width: 650px) { 
	#home-hero-text .et_pb_button.light-btn {
        margin-left: 0;
    } 
	#page-container #home-hero-text .et_pb_button {
		width:80%;
	}
	#home-hero-text p:last-of-type {
		max-width: 100%;
        text-align: center;
	}
}
@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;
	}
	#site-header-logo img{
		width: 190px;
	}
	#site-header-cta .et_pb_button {
        padding: 14px 15px !important;
        font-size: 13px;
    }
	#site-header .et_pb_row{
		width: 95%;
	}
	#site-footer p{
		font-size: 15.5px;
		line-height: 1.8;
	}
    #site-footer-copyright p {
        font-size: 15px !important;
    }
	#home-hero .et_pb_row{
		padding-top: 30%;
	}
	#home-hero-heart-icon {
        left: -6px;
        bottom: 15px;
    }
	#page-container .ti-widget.ti-goog .ti-controls .ti-next {
    	right: -15px;
	}
	#page-container .ti-widget.ti-goog .ti-controls .ti-prev {
		left:-15px;
	}
	#page-container #home-hero-text .et_pb_button {
		width:100%;
	}
}

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

	#site-header-cta .et_pb_button{
	    padding: 14px 5px !important;
    	font-size: 12px;
	}
	#home-hero .et_pb_row{
		padding-top: 30%;
	}
	
}
@media only screen and (max-width: 375px) { 

	#site-header-cta .et_pb_button{
    	font-size: 12px;
	}

}