/**
Theme Name: The Artis Law Firm
Author: Team WP Minds
Author URI: https://wpminds.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-artis-law-firm
Template: astra
*/

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/wp-content/themes/artis-law-firm/assets/fonts/SourceSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/wp-content/themes/artis-law-firm/assets/fonts/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/wp-content/themes/artis-law-firm/assets/fonts/SourceSansPro-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/wp-content/themes/artis-law-firm/assets/fonts/SourceSansPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

/** -----Globle Style------- */

body {
	font-family: 'Source Sans Pro';
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}
h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
	margin-bottom: 10px;
	margin-top: 0px;
}
h2, .entry-content h2, h3, .entry-content h3 {
	margin-bottom: 0px;
	font-weight: 700;
	margin-bottom: 7px;
}

/** -----Header Section------- */
body .site-branding.ast-site-identity .ast-site-title-wrap {
	display: none;
}
body .ast-builder-grid-row  .site-header-primary-section-left-center,
body .ast-builder-grid-row  .site-header-primary-section-right-center {
	display: none;
}
.site-header-primary-section-center .main-header-menu .menu-item .menu-link {
	padding: 0 0px 10px 12px;
}
.site-header-section .site-navigation .main-header-menu > li:first-child a.menu-link {
	padding-left: 0px;
}
.ast-builder-grid-row .site-header-section .header-right a.tel {
	color: #FFF;
	font-family: "Source Sans Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	border-radius: 5px;
	background: #000;
	padding: 18.5px 32px;
}
body:not(.home) header.entry-header .entry-title {
	font-weight: 700;
	font-size: 40px;
}
.ast-builder-grid-row .site-header-section .header-right a.tel:hover {
	color: #084c1a;
	background: #FFC107;
}

body .ast-builder-grid-row .site-header-section .header-right .bottom-head {
	display: flex;
	gap: 51px;
	justify-content: center;
}

body .ast-builder-grid-row .site-header-section .header-right .bottom-head .socials {
	display: flex;
	gap: 3px;
}

body .header-right .bottom-head .socials .social-item {
	border-radius: 50%;
	padding: 0px 7px;
	height: 26px;
}
body .header-right .bottom-head .socials .social-item img {
	width: 16px;
	height: 16px;
	margin-top: -4px;
}
body .header-right .bottom-head .socials .social-item,
body .header-right .bottom-head .socials .social-item img {
	transition: 0.4s all ease;	
}
body .header-right .bottom-head .socials a.social-item:hover > img {
	filter: brightness(0) saturate(100%) invert(61%) sepia(99%) saturate(408%) hue-rotate(1deg) brightness(103%) contrast(106%);
	transform: scale(1.1);
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
	line-height: 40px;
}
.site-header-primary-section-center .main-header-menu .menu-item .menu-link {
	font-weight: 700;
	font-size: 18px;
	font-family: "Source Sans Pro";
	font-style: normal;
	line-height: normal;
}
body .site-header .ast-builder-grid-row.ast-grid-center-col-layout {
	padding-top: 6px;
	padding-bottom: 6px;
	grid-template-columns: 17% 62.9% 19%;
}
body .site-header  .ast-grid-section-center {
	justify-content: end;
	margin-top: 10px;
}
body .site-header .site-header-primary-section-right {
	margin-top: 50px;
}
body .site-header .ast-builder-grid-row {
	grid-column-gap: 7px;
}

/** -----Gravity Form Globle------- */
/* Style the select box itself */
body .gform_wrapper.gravity-theme select {
	background-color: transparent;
	color: #fff;
}
/* Style only options EXCEPT the first placeholder */
body .gform_wrapper.gravity-theme select option {
	background-color: #EBFFF6;   
	color: #333;       
}
.bottom-head p {
	display: none;
}
body input:not(.button):not([type=submit]):not([type=checkbox]):not([type=radio]),
select, textarea, body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme textarea,
body input[type="search"],
.wpe-subscribe-form-container input:not([type='checkbox']),
.wpe-subscribe-form-container select,
body .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .wpe-form-control select,body  .gform_wrapper.gravity-theme select {
	border: none;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	padding: 10px 20px;
	width: 100%;
	height: 50px;
	line-height: 48px;
	border: 1px solid rgba(207, 207, 207, 0.80);
	background: transparent;
	border-radius:5px;
	font-family: "Source Sans Pro";
}

body  .gform_wrapper.gravity-theme select{
	padding:0px 10px;
}

body  .gform_wrapper.gravity-theme select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23CFCFCF' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 30px;
	font-family: "Source Sans Pro";
}
body .gform_wrapper .gfield input::placeholder,
body input[type="search"]::placeholder,
body .gform_wrapper  textarea::placeholder,
body .gform_wrapper select,
body .wpe-form-control select,
body .wpe-subscribe-form-container select,
body .wpe-subscribe-form-container input:not([type='checkbox'])::placeholder,
body .wpe-form-control select,
body .wpe-form-control .wpe-field::placeholder,
body  .gform_wrapper.gravity-theme select {
	color:#fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: "Source Sans Pro";
}

body .wpe-subscribe-form-container select,
body .wpe-subscribe-form-container input:not([type='checkbox'])::placeholder,
body .wpe-form-control select,
body .wpe-form-control .wpe-field::placeholder {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: "Source Sans Pro";
}
body .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"] {
	vertical-align: top;
	margin-top: 6px;
	margin-right: 3px;
	width: 15px;
	height: 15px;
	border-radius: 2.5px;
	border: 1px solid rgba(207, 207, 207, 0.80);
	background: #FFF;
}
.gform_wrapper.gravity-theme .gform_footer {
	justify-content: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
body .gform_wrapper.gravity-theme .gchoice label, body .wpe-subscribe-form .wpe-form-control label {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	font-weight: 600;
}

body .gform_wrapper.gravity-theme label, body .gform_wrapper.gravity-theme legend {
	color: #fff;
}

/** -----Banner Section------- */
.banner-sec .wp-block-cover__inner-container h1 {
	color: #FFF;
	text-align: center;
	font-family: "Source Sans Pro";
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
	word-spacing: -1.1px;
	letter-spacing: 0px;
	margin-bottom: 16px;
	width: 100%;
	max-width: 1080px;
}

body .banner-sec .wp-block-cover__inner-container p {
	color: #FFF !important;
	text-align: center;
	font-family: "Source Sans Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	width: 100%;
	max-width: 1080px;
	margin: 0 0 40px 0;
}

body .banner-sec .wp-block-cover__inner-container .wp-block-buttons {
	margin-bottom: 18px;
}

body .banner-sec .wp-block-cover__inner-container a {
	line-height: 36px;
	font-style: normal;
	font-weight: 700;
	padding: 14px 38px;
	font-family: "Source Sans Pro";
}

/* -------------- Featured Sec ------------- */
.wp-block-group.featured-sec {
	padding: 30px 0px 23px;
}
.wp-block-columns.main-col .wp-block-column.frst-col {
	flex-basis: 18%;
	padding-right: 15px;
}
.wp-block-columns.main-col .wp-block-column.scnd-col {
	flex-basis: 55%;
	padding-left: 34px;
}
.wp-block-columns.main-col .wp-block-column.thrd-col {
	flex-basis: 21%;
	padding-left: 44px;
}
.wp-block-group.featured-sec .head {
	color: #fff;
	text-align: center;
	font-family: "Source Sans Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 16px;
}

/** -----Worksheet Section------- */
body .wp-block-group.worksheet-sec .gform_wrapper .gfield input::placeholder,
body .wp-block-group.worksheet-sec input[type="search"]::placeholder,
body .wp-block-group.worksheet-sec .gform_wrapper  textarea::placeholder,
body .wp-block-group.worksheet-sec .gform_wrapper select,
body .wp-block-group.worksheet-sec .wpe-form-control select,
body .wp-block-group.worksheet-sec .wpe-subscribe-form-container select,
body .wp-block-group.worksheet-sec .wpe-subscribe-form-container input:not([type='checkbox'])::placeholder,
body .wp-block-group.worksheet-sec .wpe-form-control select,
body .wp-block-group.worksheet-sec .wpe-form-control .wpe-field::placeholder,
body .wp-block-group.worksheet-sec .gform_wrapper.gravity-theme select {
	color:#333;
}
.wp-block-group.worksheet-sec .wp-block-columns {
	width: 100%;
	max-width: 100%;
	gap: 0px;
}
.wp-block-group.worksheet-sec {
	padding: 0px;
	margin-bottom: -1px;
}
.wp-block-group.worksheet-sec .wp-block-columns .wp-block-column.scnd-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 20px 50px;
	width: 100%;
	max-width: 960px;
}
.wp-block-group.worksheet-sec .wp-block-columns .wp-block-column.scnd-col h2.head {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 100%;
	max-width: 614px;
	letter-spacing: -0.3px;
	word-spacing: 1px;
	padding-right: 0px;
	margin: -2px auto 19px;
	font-family: "Source Sans Pro";
	text-transform: capitalize;
}
.wp-block-group.worksheet-sec .wp-block-columns .wp-block-column.scnd-col p.subHead {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	width: 100%;
	max-width: 785px;
	letter-spacing: -0.3px;
	word-spacing: 1.1px;
	margin: 0px auto 39px;
}
.wp-block-group.worksheet-sec .wp-block-columns .wp-block-column.scnd-col .gform_wrapper {
	width: 100%;
	max-width: 759px;
	margin: 0 auto -18px;
}
body .wp-block-group.worksheet-sec .gform_wrapper #field_1_5 {
	padding-top: 4px;
}
body .wp-block-group.worksheet-sec .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"] {
	margin-top: 0px;
}
body .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}
body .wp-block-group.worksheet-sec .gform_wrapper input:not(.button,[type=submit],[type=checkbox]),
body .widget.widget_block .gform_wrapper input:not(.button,[type=submit],[type=checkbox]){
	height: 50px;
	border-radius: 5px;
	border: 1px solid rgba(207, 207, 207, 0.80);
	background: #FFF;
}
.wp-block-group.worksheet-sec .wp-block-columns .wp-block-column.scnd-col .gchoice label {
	color: #ffffff;
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin-top: -4px;
	margin-bottom: 4px;
	letter-spacing: -0.23px;
}
body .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"] {
	vertical-align: top;
	margin-top: 5px;
	margin-right: 3px;
	width: 16px;
	height: 16px;
	border-radius: 2.5px;
	border: 1px solid rgba(207, 207, 207, 0.80);
	background: #FFF;
}

.wp-block-group.worksheet-sec .button, .wp-block-group.worksheet-sec input[type="submit"] {
	padding-top: 32px;
	padding-right: 37px;
	padding-bottom: 32px;
	padding-left: 37px;
	line-height: 0;
	letter-spacing: 0.2px;
}

.wp-block-group.worksheet-sec .wp-block-columns .wp-block-column.scnd-col .gform_wrapper.gravity-theme .gform_footer {
	padding-top: 0px;
	margin-top: 52px;
	margin-bottom: 0px;
}
.wp-block-group.worksheet-sec .wp-block-columns .wp-block-column.first-col figure,
.wp-block-group.worksheet-sec .wp-block-columns .wp-block-column.first-col img {
	width: 100%;
	height: 100%;
}

/* -------- Partner in Estate Sec -------- */
.wp-block-group.partner-in-estate-sec {
	padding: 100px 20px;
	margin-bottom: -1px;
}
.wp-block-group.partner-in-estate-sec > .head {
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 65px;
	font-family: "Source Sans Pro";
}
.wp-block-group.partner-in-estate-sec .wp-block-columns.main-cols {
	width: 100%;
	max-width: 1250px;
	margin-bottom: 0px;
	gap: 25px;
}
.wp-block-group.partner-in-estate-sec .wp-block-column.inner-col {
	border-bottom-right-radius: 20px;
	border-top-left-radius: 50px;
}
.wp-block-group.partner-in-estate-sec .wp-block-columns.main-cols figure,
.wp-block-group.partner-in-estate-sec .wp-block-columns.main-cols figure img {
	width: 100%;
	height: 285px;
	object-fit: cover;
}
.wp-block-group.partner-in-estate-sec .wp-block-column.inner-col img {
	border-top-left-radius: 25px;
}
.wp-block-group.partner-in-estate-sec .wp-block-columns.main-cols .wp-block-column.inner-col .head {
	margin-bottom: -13px;
	margin-top: 32px;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	color: #333;
}
.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a),
body .content-area a {
	text-decoration: none;
	font-weight: 700;
}
.wp-block-group.partner-in-estate-sec .wp-block-column.inner-col .head a {
	color: #333;
}
.ast-single-post .entry-content a:hover,
.ast-comment-content a:hover:not(.ast-comment-edit-reply-wrap a),
body .content-area a:hover {
	text-decoration: underline;
}
.wp-block-group.partner-in-estate-sec .wp-block-columns.main-cols .wp-block-column.inner-col .subHead {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	padding: 0px 31px 32px;
	color: #333;
	margin-bottom:0px;
	min-height: 194px;
}
.wp-block-group.partner-in-estate-sec .wp-block-column.inner-col .wp-block-buttons a.wp-block-button__link {
	font-size: 18px;
	padding: 10px 20px;
	line-height: 20px;
}
.wp-block-group.partner-in-estate-sec .wp-block-column.inner-col .wp-block-buttons {
	margin-top: 0px;
	margin-bottom: 32px;
}
.wp-block-group.partner-in-estate-sec .wp-block-columns.main-cols {
	width: 100%;
	max-width: 1250px;
	margin-bottom: 64px;
	gap: 25px;
}
.wp-block-group.partner-in-estate-sec .wp-block-buttons a {
	background-color: #198754;
	border: 1px solid #198754;
	color: #fff;
	padding: 16px 62px;
}
.wp-block-group.partner-in-estate-sec .wp-block-buttons a:hover {
	background-color: #FFC107;
	border: 1px solid #FFC107;
	color: #084C1A;
}

/* -------- what our client Say Sec -------- */
.wp-block-group.what-our-client-say-sec {
	padding: 120px 0 116px;
}
.wp-block-group.what-our-client-say-sec h2.head {
	margin-bottom: -7px;
	font-size: 50px;
	font-weight: 700;
	line-height: normal;
	margin-top: 40px;
}
.wp-block-group.what-our-client-say-sec .wp-block-columns {
	width: 100%;
	max-width: 1250px;
	margin-bottom: 40px;
}
.wp-block-group.what-our-client-say-sec p.subHead {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
	width: 100%;
	max-width: 390px;
	margin-bottom: 39px;
}

.wp-block-group.what-our-client-say-sec .wp-block-buttons a {
	padding: 14px 38px;
}

.wp-block-group.what-our-client-say-sec .wp-block-column.scnd-col {
	position: relative;
}
.wp-block-group.what-our-client-say-sec .wp-block-column.scnd-col img {
	position: relative;
	left: 7px;
	width: 744px;
	height: 523px;
}
.wp-block-group.what-our-client-say-sec .reviewer-name {
	position: absolute;
	top: 95.8%;
	left: 81%;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
}
.wp-block-group.what-our-client-say-sec .wp-block-column.scnd-col p.quote-text {
	position: absolute;
	top: 42px;
	bottom: 0;
	width: 100%;
	max-width: 654px;
	font-weight: 700;
	left: 114px;
	line-height: 33px;
	margin-left: 14px;
	margin-top: 27px;
	letter-spacing: 0px;
	word-spacing: -1px;
	font-size: 22px;
	color: #333;
}
.wp-block-group.what-our-client-say-sec .wp-block-column.scnd-col p.quote-text::before {
	content: "";
	display: block;
	width: 42px;
	height: 35px;
	background-image: url(/wp-content/uploads/2026/03/left-quote-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -34px;
	left: -62px;
}
.wp-block-group.what-our-client-say-sec .wp-block-column.scnd-col p.quote-text::after {
	content: "";
	display: block;
	width: 22px;
	height: 24px;
	background-image: url(/wp-content/uploads/2026/03/right-quote-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 72.5%;
	left: 47.6%;
	bottom: 8%;
}

/* -------- Webinar Sec -------- */
.wp-block-cover.aug-webinar-sec {
	padding: 160px 20px;
}
.wp-block-cover.aug-webinar-sec h2 {
	color: #fff;
	font-size: 48px;
	margin-bottom: -4px;
}
.wp-block-cover.aug-webinar-sec p {
	font-size: 18px;
	margin-bottom: 55px;
}
.wp-block-cover.aug-webinar-sec .wp-block-buttons a {
	background-color: #198754;
	border: 1px solid #198754;
	color: #fff;
	padding: 15px 38px;
	margin-top: 2px;
}
.wp-block-cover.aug-webinar-sec .wp-block-buttons a:hover {
	background-color: #FFC107;
	border: 1px solid #FFC107;
	color: #084C1A;
}

/* -------- How it Work Sec -------- */
body .wp-block-group.how-it-work-sec {
	padding: 100px 20px;
}
body .wp-block-group.how-it-work-sec .mainHead {
	font-size: 36px;
	margin-bottom: 14px;
}
body .wp-block-group.how-it-work-sec .wp-block-columns.main-cols {
	counter-reset: section;
	width: 100%;
	max-width: 1250px;
	gap: 20px;
}
body .wp-block-group.how-it-work-sec .wp-block-column.inner-col.step-1-col {
	flex-basis: 7%;
}
body .wp-block-group.how-it-work-sec .wp-block-column.inner-col.step-2-col {
	flex-basis: 7%;
}
body .wp-block-group.how-it-work-sec .wp-block-column.inner-col.step-3-col {
	flex-basis: 7%;
}
body .wp-block-group.how-it-work-sec .wp-block-column.inner-col {
	position: relative;
	padding-top: 112px;
}

body .wp-block-group.how-it-work-sec .wp-block-column.inner-col.step-1-col:before,
body .wp-block-group.how-it-work-sec .wp-block-column.inner-col.step-2-col:before,
body .wp-block-group.how-it-work-sec .wp-block-column.inner-col.step-3-col:before {
	position: absolute;
	counter-increment: section;
	content: "" counter(section) "";
	color: #FFF;
	text-align: center;
	font-family: "Source Sans Pro";
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 80px;
	transform: translateX(-50%);
	top: 7%;
}
body .wp-block-group.how-it-work-sec .wp-block-column.inner-col.step-1-col:before {
	left: 49.5%;
}
body .wp-block-group.how-it-work-sec .wp-block-column.inner-col.step-2-col:before {
	left: 50%;
}
body .wp-block-group.how-it-work-sec .wp-block-column.inner-col.step-3-col:before {
	left: 50.5%;
}

body .wp-block-group.how-it-work-sec .head {
	margin-bottom: 14px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: -1px;
}

body .wp-block-group.how-it-work-sec p.subHead {
	position: relative;
	padding-bottom: 39px;
	color: #fff;
	text-align: center;
	font-family: "Source Sans Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	width: 100%;
	max-width: 342px;
	margin: 0 auto;
}

body .wp-block-group.how-it-work-sec .wp-block-button a {
	padding: 14px 38px;
	background-color: #198754;
	border: 2px solid #198754;
	color: #fff;
}
body .wp-block-group.how-it-work-sec .wp-block-button a:hover {
	background-color: #ffc107;
	border: 2px solid #ffc107;
	color: #084c1a;
}

/* -------- Finding the right Attorney Sec -------- */
body .protect-legacy-sec .gform_wrapper .gfield input::placeholder,
body .protect-legacy-sec input[type="search"]::placeholder,
body .protect-legacy-sec .gform_wrapper  textarea::placeholder,
body .protect-legacy-sec .gform_wrapper select,
body .protect-legacy-sec .wpe-form-control select,
body .protect-legacy-sec .wpe-subscribe-form-container select,
body .protect-legacy-sec .wpe-subscribe-form-container input:not([type='checkbox'])::placeholder,
body .protect-legacy-sec .wpe-form-control select,
body .protect-legacy-sec .wpe-form-control .wpe-field::placeholder,
body .protect-legacy-sec .gform_wrapper.gravity-theme select {
	color:#333;
}
.wp-block-group.schedule-free-consultation-sec {
	padding: 120px 20px 119px;
}
.wp-block-group.schedule-free-consultation-sec .wp-block-columns {
	padding-left: 0px;
}
.wp-block-group.schedule-free-consultation-sec .wp-block-column.scnd-col {
	background: #333333;
	padding: 63px 69px 84px;
	border-radius: 0px 150px 0px 0px;
	position: absolute;
	max-width: 622px;
	top: 22.3%;
	left: 50.2%;
	width: 100%;
}
.wp-block-group.schedule-free-consultation-sec h2.head {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: -4px;
	margin-top: 20px;
}
.wp-block-group.schedule-free-consultation-sec p.subHead {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.2px;
	margin-bottom: 22px;
	word-spacing: 1.1px;
	margin-top: 24px;
}
body .schedule-free-consultation-sec .scnd-col .wp-block-buttons {
	margin-top: 52px;
	margin-left: 2px;
}
body .schedule-free-consultation-sec .scnd-col .wp-block-buttons a {
	padding: 15px 38px;
}
.wp-block-group.schedule-free-consultation-sec .wp-block-buttons a {
	background-color: #198754;
	border: 1px solid #198754;
	color: #fff;
}
.wp-block-group.schedule-free-consultation-sec .wp-block-buttons a:hover {
	background-color: #FFC107;
	border: 1px solid #FFC107;
	color: #084C1A;
}

/* -------- Protect Legacy Sec -------- */
.wp-block-cover.protect-legacy-sec {
	padding: 120px 20px 120px;
}
.wp-block-cover.protect-legacy-sec .gform_wrapper {
	width: 100%;
	background-color: #EBFFF6;
	padding: 62px 58px 65px;
	max-width: 1250px;
	margin: 0 auto;
}
.wp-block-cover.protect-legacy-sec .gform_wrapper h2.gform_title {
	color: #333333;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
	letter-spacing: 0.4px;
	word-spacing: -3.8px;
}
.wp-block-cover.protect-legacy-sec .gform_wrapper p.gform_description {
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	width: 100%;
	max-width: 880px;
	margin: 0 auto 58px;
	color: #333;
}
.wp-block-cover.protect-legacy-sec .gform_wrapper form#gform_3 {
	display: flex;
	gap: 32px;
}
body .wp-block-cover.protect-legacy-sec .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 30px;
	grid-row-gap: 14px;
	width: 100%;
	max-width: 950px;
}
body .wp-block-cover.protect-legacy-sec .gform_wrapper input:not(.button,[type=submit],[type=checkbox]) {
	background: transparent;
	border: none;
	border-bottom: 2px solid #333333;
	border-radius: 0px;
	padding: 10px 0px 30px;
	height: 58px;
	margin-top: 1px;
}
.wp-block-cover.protect-legacy-sec .gform_wrapper .gform_footer {
	align-self: flex-start;
	padding-top: 0px;
	margin-top: -2px;
	margin-right: -2px;
}
.gform_wrapper.gravity-theme .gform_footer {
	justify-content: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
body .wp-block-cover.protect-legacy-sec .gform_wrapper #field_3_1 {
	width: 100%;
	max-width: 268px;
}
body .wp-block-cover.protect-legacy-sec .gform_wrapper #field_3_2 {
	width: 100%;
	max-width: 268px;
}
body .wp-block-cover.protect-legacy-sec .gform_wrapper #field_3_4 {
	width: 100%;
	max-width: 268px;
}
body .wp-block-cover.protect-legacy-sec .gform_wrapper .button, body .wp-block-cover.protect-legacy-sec .gform_wrapper input[type="submit"] {
	padding-top: 14px;
	padding-right: 38px;
	padding-bottom: 14px;
	padding-left: 38px;
}
body .wp-block-cover.protect-legacy-sec .gform_wrapper.gravity-theme .gchoice label {
	letter-spacing: -0.23px;
	color: #333;
}
body .wpe-subscribe-form .wpe-form-control label {
	color: #fff;
}

/* -------- Control Legacy Sec -------- */
.wp-block-group.control-legacy-sec {
	padding: 100px 20px;
}
.wp-block-group.control-legacy-sec h2.head {
	color: #ffffff;
	text-align: center;
	font-family: "Source Sans Pro";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
	margin-bottom: -6px;
}
.wp-block-group.control-legacy-sec p {
	color: #FFF;
	text-align: center;
	font-family: "Source Sans Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 58px;
}
.wp-block-group.control-legacy-sec .wp-block-buttons a:hover {
	background-color: #198754;
	border: 1px solid #198754;
	color: #fff;
}
.wp-block-group.control-legacy-sec .wp-block-buttons a {
	background-color: #FFC107;
	border: 1px solid #FFC107;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* -------- Logo Sec -------- */
.wp-block-group.logo-sec {
	padding: 100px 20px;
}
body .logo-sec .wp-block-columns .wp-block-column:last-child {
	align-self: center;
}
body .site-footer .logo-sec .is-layout-flex {
	justify-content: center;
	align-items: center !important;
	flex-wrap:nowrap !important;
}
body .site-footer .site-above-footer-wrap {
	padding-top: 0;
	padding-bottom: 0;
}
body .site-footer .site-above-footer-wrap .ast-builder-grid-row {
	width: 100%;
	max-width: 1920px;
}
.wp-block-group.logo-sec a,
.wp-block-group.logo-sec a img{
	transition: 1s all ease;
}
.wp-block-group.logo-sec a:hover img {
	transform: scale(1.1); 

}

/* -------- Footer Sec -------- */
.site-footer .site-primary-footer-wrap {
	padding: 80px 20px 52px;
	margin-bottom: -1px;
}
.site-footer .ast-builder-grid-row-4-equal .ast-builder-grid-row {
	grid-template-columns: repeat(4, auto);
	position: relative;
}
body .site-footer .ast-builder-footer-grid-columns {
	grid-column-gap: 20px;
}
.site-footer section {
	margin-bottom: 38px;
}
.site-primary-footer-wrap .site-footer-section-1 h2.widget-title {
	margin-bottom: 20px;
}
.site-primary-footer-wrap .site-footer-section-1 #nav_menu-5 h2.widget-title {
	margin-top: -10px;
}
.site-primary-footer-wrap .site-footer-section-3 #nav_menu-8 h2.widget-title {
	margin-bottom: 29px
}
.site-primary-footer-wrap .site-footer-section-4 #wpseo_show_address-6 h2.widget-title {
	margin-bottom: 29px;
}
.site-primary-footer-wrap .site-footer-section-4 #wpseo_show_address-6 .wpseo-location .wpseo-address-wrapper {
	width: 100%;
	max-width: 244px;
}

.site-primary-footer-wrap h2.widget-title {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.site-footer ul.menu li {
	line-height: normal;
	margin-bottom: 10px;
}
.site-primary-footer-wrap a.menu-link {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}
.footer-blurb p {
	color: fff;
	font-family: "Source Sans Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	max-width: 304px;
}
.site-primary-footer-wrap span.wpseo-business-name {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 11px;
	display: block;
}
.site-primary-footer-wrap .wpseo-address-wrapper {
	margin-bottom: 5px;
}
.site-primary-footer-wrap .street-address, .site-primary-footer-wrap .wpseo-address-wrapper {
	color: #fff;
	font-family: "Source Sans Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}
.site-primary-footer-wrap span.wpseo-phone {
	color: #fff;
	font-family: "Source Sans Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}
.site-primary-footer-wrap span.wpseo-phone a {
	color: #fff;
	font-family: "Source Sans Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.site-primary-footer-wrap span.wpseo-phone a:hover {
	text-decoration: underline;
}
body .site-footer .wpseo-opening-hours {
	padding-left: 0px;
	border: none;
	margin-bottom: 23px;
	margin-top: -15px;
	width: 100%;
	max-width: 315px;
}
body .site-footer table.wpseo-opening-hours td {
	padding: 0px;
	border-top: none;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	line-height: 38px;
	letter-spacing: 0.18px;
	border: none;
}

body .site-footer .wpseo-opening-hours td.day {
	padding-right: 70px;
}
ul#astra-footer-menu li {
	position: relative;
}
.footer-nav-wrap .astra-footer-horizontal-menu a {
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
}
ul#astra-footer-menu li:not(:last-child)::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 15px;
	background: #fff;
	right: 0;
}
.ast-builder-html-element p:last-child {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.5px;
	word-spacing: -1.5px;
}
body .site-footer section#block-9 {
	margin-bottom: -4px;
	margin-top: -10px;
}
section#block-9 a,
section#block-10 a {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 22px;
}
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
	width: 247px;
}
.site-footer-primary-section-2.site-footer-section.site-footer-section-2 {
	width: 334px;
}
.site-footer-primary-section-3.site-footer-section.site-footer-section-3 {
	width: 176px;
}
.site-footer-primary-section-4.site-footer-section.site-footer-section-4 {
	width: 322px;
	margin-right: -18px;
}
body .site-footer .site-footer-section-2 #nav_menu-4 {
	margin-bottom: 25px;
}

body .site-footer .site-footer-section-1 #block-10::after {
	content: "The Artis Law Firm is conveniently located in Glendale, California, and proudly serves the areas of Los Angeles and Ventura County.";
	font-size: 16px;
	line-height: 1.5;
	position: absolute;
	width: 100%;
	max-width: 53%;
	top:85%;
	letter-spacing: 0.4px;
}

body .site-footer .site-below-footer-wrap {
	padding-top: 0px;
	padding-bottom: 0px;
}
body .site-footer .site-below-footer-wrap .site-below-footer-inner-wrap.ast-builder-grid-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1250px;
	padding: 37px 20px;
}

/* -------- Inner Globel Styles -------- */
body:not(.home).ast-plain-container.ast-no-sidebar #primary,
body:not(.home).ast-separate-container #primary,
body:not(.home).ast-separate-container.ast-left-sidebar #primary,
body:not(.home).ast-separate-container.ast-right-sidebar #primary,
body.single-wp_events .site-content .ast-container,
body:not(.home) .error404.ast-separate-container #primary {
	margin-top: 56px;
	margin-bottom: 54px;
	padding: 0px;
}
body:not(.home) header.entry-header .entry-title {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 1.1px;
	margin-bottom: 24px;
}

/* -------- Attorney and Staff Profiles Page -------- */
body.page-id-25910 .entry-title {
	margin-bottom: 52px !important;
}
body .site-content .profile-group img {
	margin-bottom: 20px;
}

body .site-content .profile-group h3 {
	color: #FFC107;
	font-size: 26px;
}

body .site-content .profile-group p {
	margin-top: 0px;
	line-height: 26px;
}

body .site-content .profile-group {
	padding: 0;
	border-bottom: 1px solid rgba(207, 207, 207, 0.80);
	padding-bottom: 60px;
}

body .site-content .profile-group:last-child {
    border-bottom: none;
}

.entry-content > .profile-group:nth-of-type(2),
.entry-content > .profile-group:nth-of-type(3),
.entry-content > .profile-group:nth-of-type(4),
.entry-content > .profile-group:nth-of-type(5),
.entry-content > .profile-group:nth-of-type(6),
.entry-content > .profile-group:nth-of-type(7),
.entry-content > .profile-group:nth-of-type(8),
.entry-content > .profile-group:nth-of-type(9) {
	padding-top: 60px;
}

body .site-content .profile-group:nth-of-type(9) {
	margin-bottom: 0px;
	border-bottom: none;
}

body .site-content .profile-group:nth-of-type(2) .profile-col.profile-left {
	order: 2;
}
body .site-content .profile-group:nth-of-type(2) .profile-col.profile-right {
	order: 1;
}
body .site-content .profile-group:nth-of-type(4) .profile-col.profile-left {
	order: 2;
}
body .site-content .profile-group:nth-of-type(4) .profile-col.profile-right {
	order: 1;
}
body .site-content .profile-group:nth-of-type(6) .profile-col.profile-right {
	order: 1;
}
body .site-content .profile-group:nth-of-type(6) .profile-col.profile-left {
	order: 2;
}
body .site-content .profile-group:nth-of-type(8) .profile-col.profile-right {
	order: 1;
}
body .site-content .profile-group:nth-of-type(8) .profile-col.profile-left {
	order: 2;
}

/** -----Contact us Page------- */
.wp-block-group.contact-map {
	padding: 52px 0 0;
}
body.page-id-26040.ast-plain-container.ast-no-sidebar #primary {
	margin-bottom: 0;
}

/* Probate Calculator Style */

.probate-poup {
	display: none;
	margin: 0 auto;
	max-width: 900px !important;
	padding: 0;
	position: fixed;
	top: 200px;
	z-index: 99999;
	right: 0;
	left: 0;
}
.cross-f {
	color: #ffc107;
	display: block;
	cursor: pointer;
	font-family: inherit;
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	position: absolute;
	right: 19px;
	text-align: right;
	top: 19px;
}
body .probate-poup .gform_wrapper {
	background: #084c1a;
	width: 100%;
	padding: 60px;
	border-radius:16px;
}
.ContactFields.probate-fields.layer:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#gform_wrapper_3 .gform_heading {
	margin-bottom: 15px;
}
.ContactFields {
	display: block;
	background-color:#000;
	padding: 40px;
	position: relative;
	margin-bottom: 28px;
}
.ContactFields.probate-fields.layer {
	margin-bottom: 0px;
}
.probate-form h2 {
	text-align: center;
}
.probate-fields>div {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin-bottom: 10px;
}
.probate-fields>div label {
	color: #fff;
	font-size: 90%;
	line-height: 1.3em;
}
.probate-fields>div>* {
	-webkit-flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
}
.ContactFields input, .ContactFields select {
	height: 48px;
	padding: 8px 10px;
}
.ContactFields input, .ContactFields textarea, .ContactFields select {
	border: none;
	display: block;
	background-color: #fff;
	width: 100%;
	color: #333333;
	box-shadow: rgba(0, 0, 0, .1) 0 0 5px 0, rgba(0, 0, 0, .1) 0 0 1px 0;
	outline: none;
	/* margin: 0 0 8px; */
}
.probate-poup::after {
	background: rgba(0, 0, 0, .75);
	bottom: -9999px;
	content: "";
	left: -9999px;
	position: fixed;
	right: -9999px;
	top: -9999px;
	z-index: -1;
}
.probate-form {
	max-width: 800px !important;
	width: 100%;
	margin: 0 auto 20px;
}

body .gform-footer.gform_footer {
	justify-content: center;
}

/* Pre consultation Form  */
body.pre-cons-form .gravity-theme .gsection {
	border-bottom:0;
}

body.pre-cons-form div#input_6_33 {
	display: flex;
	gap: 20px;
	padding-top: 3px;
}
body.pre-cons-form .gform_wrapper.gravity-theme .gf_page_steps {
	border-bottom: 1px solid #fff;
}
body.pre-cons-form .gchoice.gchoice_6_33_0,
body.pre-cons-form .gchoice.gchoice_6_33_1 {
	flex-basis: 50%;
}
body.pre-cons-form .gravity-theme .gform_fields li.gfield {
	margin-bottom: 0px;
}
body.pre-cons-form h3.gsection_title {
	position: relative;
	border-bottom: 0px;
	padding: 16px 0 0px 0;
	font-size:24px;
}
body.pre-cons-form h3.gsection_title:after {
	content: "";
	background: #ffc107;
	width: 110px;
	height: 4px;
	position: absolute;
	display: block;
	bottom: -9px;
}
body.pre-cons-form .gform_wrapper.gravity-theme #input_6_180 {
	width: calc(100% - 16px / 19); 
}
body.pre-cons-form .gform_wrapper.gravity-theme .gsection {
	border-bottom: 0px ;
}
body.pre-cons-form input#choice_6_128_1,
body.pre-cons-form input#choice_6_131_1{
	margin-top: 9px;
}
body.pre-cons-form .gchoice.gchoice_6_128_1,
body.pre-cons-form .gchoice.gchoice_6_131_1 {
	margin-top: 15px;
}
body.pre-cons-form .gform_wrapper.gravity-theme .gform_previous_button.button {
	background-color: #198754;
	border: 2px solid #198754;
	color: #fff;
}
body.pre-cons-form .gform_wrapper.gravity-theme .gform_previous_button.button:hover{
	background-color:#ffc107;
	border: 2px solid #ffc107;
	color: #084C1A;
}
body.pre-cons-form .gform_wrapper .gfield_checkbox#input_6_166 .gchoice input[type=checkbox]{
	margin-top: 9px;
	vertical-align: top;
	margin-right: 5px;
}
body.pre-cons-form .gform_wrapper .field_description_below .gfield_description {
	padding-top: 0;
}
body.pre-cons-form .gform_wrapper.gravity-theme .gf_step_number {
	border: 2px solid #ffc107;
	color: #084C1A;
	font-weight: 700;
	background: #ffc107;
	font-size: 20px;
}
body.pre-cons-form  .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
	background: #198754;
	border: 2px solid #198754;
}
body.pre-cons-form span#input_6_197_4_container {
	flex-basis: 100%;
}
body.pre-cons-form .gform_wrapper .gfield_radio#input_6_181 .gchoice {
	margin-bottom: 10px;
}
.dnone {
	display: none;
}
body:not(.home) .wpe-subscribe-form {
	padding: 30px 0px 0;
}

body .wpe-col-dd {
	background: #333333;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

body:not(.home) span.wpe-event-duration-date,
body:not(.home) .wpe-duration-time,
body:not(.home) span.wpe-location,
body:not(.home) span.wpe-category + strong {
	font-size: 18px;
}

body .wpevents-container .wpe-row {
	font-size: 18px;
}
/* .wpe-row.col-3 .wpe-col-dd span {
	color: #fff !important;
} */
.wpe-list-grid-view.wpe-grid {
	flex-wrap: wrap;
}
.wpe-list-grid-view.wpe-grid .wpe-row.col-3 {
	width: calc(30% - 10px);
}

body span.wpe-detail-button:after {
	font-size: 18px;
	font-weight: 400;
}

body:not(.home) .wpe-description p,
body:not(.home) .before-registration-form p {
	text-align: left;
}
body .wpe-form-control select, body .wpe-form-control .wpe-field {
	/* min-height: 68px; */
	font-size: 24px;
}

body.page-id-30 .entry-content p, body p {
	text-align: left;
}
body .site-footer .site-below-footer-wrap .site-footer-below-section-2 p {
	text-align: center;
}
body.page-id-112 .site-header,
body.page-id-20325 .site-header,
body.page-id-20553 .site-header {
	display: none;
}
body.page-id-20325 .site-footer .site-below-footer-wrap .site-footer-below-section-2,
body.page-id-20325 .site-primary-footer-wrap,
body.page-id-20325 .site-above-footer-wrap {
	display: none;
}


body.page-id-20325 #primary {
	margin-top: 0px !important;
}
body.page-id-20325 .wp-block-group.web-logo figure.wp-block-image {
	margin-top: 0px !important;
}

/* Appointment Reminder Template */
body.appointment-reminder-template #primary {
	margin-top: 0px !important;
}
body.appointment-reminder-template .entry-content {
	padding: 0px;
	box-shadow: none;
}
body.appointment-reminder-template .Header{
	padding:40px 20px 30px;
	margin:0px;
}
body.appointment-reminder-template  .gform_wrapper.gravity-theme .gform_footer{
	justify-content:center;
}
body.appointment-reminder-template .site-footer .site-above-footer-wrap,
body.appointment-reminder-template  .site-footer .site-primary-footer-wrap,
body.appointment-reminder-template  .site-footer .footer-logo{
	display:none;
}
body.appointment-reminder-template .site-footer .site-below-footer-wrap {
	padding: 0px 20px;
}
/* body.appointment-reminder-template .site-footer .footer-nav-wrap {
padding-bottom: 20px;
} */
body.appointment-reminder-template .ast-container {
	width: 100%;
	max-width: 1100px;
	margin-bottom:70px;
}
body.appointment-reminder-template .entry-content h1,
body.appointment-reminder-template  h1 {
	line-height: 50px;
}
body.appointment-reminder-template.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	box-shadow: none
}

/* Webinar Landing Page */
body.webinar-landing-page input::placeholder,
body.webinar-landing-page input[type=text],
body.webinar-landing-page input[type=email],
body.webinar-landing-page  input[type=tel],
body.webinar-landing-page  .gchoice label,
body.webinar-landing-page .gfield_checkbox label,
body.webinar-landing-page .gfield--type-choice label{
	color: #333 !important; 
}
body.webinar-landing-page  .gchoice.gchoice_11_16_1 p {
    padding: 0px !important;
}
body.webinar-landing-page  input#input_11_18_1 {
    margin-right: 5px;
    margin-top: 7px;
}
body.webinar-landing-page  .ginput_container.ginput_container_consent {
    display: flex;
    align-items: flex-start !important;
}

body.webinar-landing-page .gfield--type-choice label{
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	font-weight: 600;
}
body.webinar-landing-page input:not(.button):not([type=submit]):not([type=checkbox]):not([type=radio]),
body.webinar-landing-page .gform_wrapper.gravity-theme input[type=text] {
	border: 1px solid #333;
}

body.webinar-landing-page .wp-block-column.right-sec h2,
body.webinar-landing-page .wp-block-column.right-sec em,
body.webinar-landing-page .wp-block-column.right-sec p {
	color: #333;
}
body.webinar-landing-page .wp-block-column.right-sec p{
	margin-bottom:0px;
}
body.webinar-landing-page div#primary {
	margin: 0px !important;
}
body.webinar-landing-page .wp-block-group.alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}
body.webinar-landing-page .header-sec{
	padding:30px 20px;
}
body.webinar-landing-page .wp-block-columns {
	margin-top: 40px;
}
body.webinar-landing-page p{
	margin-bottom:20px;
}
body.webinar-landing-page .site-footer p{
	margin-bottom:0px;
}
body.webinar-landing-page h1,
body.webinar-landing-page h2,
body.webinar-landing-page h3,
body.webinar-landing-page h4{
	margin-bottom:24px;
}
body.webinar-landing-page .wp-block-columns.padding-added .wp-block-column:nth-child(2) p, 
body.webinar-landing-page .wp-block-columns.padding-added .wp-block-column:nth-child(2) h2,
body.webinar-landing-page .wp-block-columns.padding-added .wp-block-column:nth-child(2) h3,
body.webinar-landing-page .wp-block-columns.padding-added .wp-block-column:nth-child(2) h4 {
	padding: 0px 20px;
}
body.webinar-landing-page .wp-block-columns.padding-added .wp-block-column:nth-child(2) .wp-block-separator{
	margin: 0px auto 20px;
}
body.webinar-landing-page .gform_wrapper {
	width: 100%;
	max-width: 482px;
	margin: 0 auto;
	padding: 0 20px;
}
/* 
body.webinar-landing-page .gfield_checkbox label {
	color: #fff !important;
} */
body.webinar-landing-page .wp-block-columns.padding-added .wp-block-column:nth-child(2) {
	background: #c59117;
	color: #333;
	align-self: flex-start;
	padding: 0px 0px 20px;
	border-radius: 5px;
}
body.webinar-landing-page .wp-block-columns.padding-added .wp-block-column:nth-child(2) h2 {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 20px 0;
}
body.webinar-landing-page  .wp-block-columns.author-intro-col {
	padding: 20px;
}
body.webinar-landing-page  .wp-block-columns.author-intro-col  figure {
	margin-right: 20px;
	margin-bottom: 18px;
}
p.gform_required_legend {
	display: none;
}
body.webinar-landing-page .gfield_checkbox  label {
	color: #fff;
}
body.webinar-landing-page .gform_wrapper.gravity-theme .gform_footer{
	justify-content:center;
}
body.webinar-landing-page figure.attorny-image {
	margin-bottom: 28px;
}
body.webinar-landing-page .wp-block-group.webinar-bannersec2 {
	padding: 20px 20px;
}
body.webinar-landing-page .site-footer .site-above-footer-wrap,
body.webinar-landing-page  .site-footer .site-primary-footer-wrap,
body.webinar-landing-page .site-footer .copyright-ftr .footer-logo{
	display:none;
}
body.webinar-landing-page .site-footer .site-below-footer-wrap{
	padding: 0px 20px;
}
body.webinar-landing-page  .site-footer .footer-logo{
	display:none;
}
body.webinar-landing-page .site-footer .footer-nav-wrap {
	padding-bottom: 0px;
}

body.webinar-landing-page .site-footer .site-above-footer-wrap, body.webinar-landing-page .site-footer .site-primary-footer-wrap, body.webinar-landing-page .site-footer .copyright-ftr .footer-logo {
	display: none;
}

body.webinar-landing-page  p.head-1 {
	font-size: 22px;
}
body.webinar-landing-page.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	box-shadow: none;
}
body.webinar-landing-page .attorney-image-landing-page{
	width: 70%;
	text-align: center;
	margin: 0 auto 20px;
}
body.webinar-landing-page ul.wp-block-list {
	margin-left: 40px;
}
body.webinar-landing-page  div#field_8_22 p {
	line-height: normal;
}
body.webinar-landing-page .wp-block-group.pad-top {
	padding-top: 40px;
}

/* Menu Style generic we can use this for all website */

.ast-icon.icon-arrow svg {
	height: .6em;
	width: .6em;
	position: relative;
	margin-left: 4px;
}
.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu, .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper, .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu ul.sub-menu {
	margin-top: 0px;
	box-shadow: rgba(0, 0, 0, .1) 0 0 5px 0, rgba(0, 0, 0, .1) 0 0 1px 0;
	border-top: 5px solid #ffc107;
	margin-left: 0px;
	width: 210px;
	background: #198754;
}
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link, .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu ul.sub-menu .menu-link {
	font-size: 16px;
	font-weight: 400;
}
.ast-desktop .ast-builder-menu-1 .menu-item .menu-item:hover {
	background: #ffc107;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
	padding: 6px 9px;
	line-height: 1.3;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item ul.sub-menu .menu-item.current-menu-item, .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item ul.sub-menu .current-menu-ancestor {
	background: #FFC107;
}
.ast-builder-menu-1 .main-header-menu > .f-50-menu.menu-item > .sub-menu {
	display: flex;
    width: 402px;
    flex-wrap: wrap;
    align-items: baseline;
}
/* .ast-main-header-wrap .main-header-menu>.f-50-menu.menu-item>.sub-menu>li.menu-item-has-children {
	display: inline-block;
	width: 100%;
	position: relative;
} */
.ast-builder-menu-1 .main-header-menu > .f-50-menu.menu-item > .sub-menu a.menu-link {
	padding: 10px 15px;
	position: relative;
	width: 201px;
	color: #fff;
}

.wp-block-group.logo-sec a,
.wp-block-group.logo-sec a img{
	transition: 1s all ease;
}
.wp-block-group.logo-sec a:hover img{
	transform: scale(1.1); 
}

/* -------- Blogs Archive Page -------- */
body #gform_wrapper_9 input::placeholder,
body #gform_wrapper_9 input[type=text],
body #gform_wrapper_9 input[type=email],
body #gform_wrapper_9 input[type=tel] {
	color: #333; 
}
body.blog.ast-separate-container,
body.single.ast-separate-container,
body.author.ast-separate-container,
body.category.ast-separate-container,
body.search.ast-separate-container,
body.error404.ast-separate-container {
	background-color: #084c1a;
}
body.blog .ast-blog-layout-4-grid .ast-article-inner,
body.archive.category .ast-blog-layout-4-grid .ast-article-inner {
	background: transparent;
	box-shadow: none;
	border: 1px solid rgba(207, 207, 207, 0.80);
	border-radius: 50px 0 20px 0 !important;
}
body.blog .entry-title a, body.archive.category .ast-blog-single-element a {
	font-weight: 700;
	color: #ffc107;
	font-size: 22px;
}
body.archive.category a.read-more {
	font-size: 18px;
}
body.archive.category .cat-links a {
	font-size: 16px;
}
body.archive.author .author-inner .post-title a {
	font-size: 22px;
}
body.archive.author .post-taxonomy a {
	font-size: 16px;
}

body.blog .ast-article-post header.entry-header,
body.archive.category .ast-article-post header.entry-header {
	border-top: 1px solid rgba(207, 207, 207, 0.80);
	padding-top: 20px;
}
body.blog .entry-meta,
body.blog .entry-meta *,
body.blog .ast-blog-single-element.ast-taxonomy-container a,
body.blog .entry-meta span.published, body.archive.category .entry-meta,
body.blog .entry-meta *, body.archive.category .entry-meta span.published,
body.archive.category .entry-meta .posted-by a span,
.ast-blog-single-element.ast-taxonomy-container a {
	font-weight: 700;
	font-size: 16px;
}
body.blog .ast-article-post span.ast-blog-single-element.ast-taxonomy-container.cat-links.default,
body.archive.category .ast-article-post span.ast-blog-single-element.ast-taxonomy-container.cat-links.default {
	padding-top: 10px;
	margin-bottom: 0px;
}
.ast-single-post .entry-content a:hover,
.ast-comment-content a:hover:not(.ast-comment-edit-reply-wrap a),
body .content-area a:hover {
	text-decoration: underline;
}
body.blog .entry-meta span.posted-on span.published,
body.archive.category .entry-meta span.posted-on span.published {
	color: #fff;
}
body.blog .ast-article-post .ast-excerpt-container.ast-blog-single-element,
body.archive.category .ast-article-post .ast-excerpt-container.ast-blog-single-element {
	border-bottom: 1px solid rgba(207, 207, 207, 0.80);
	padding-bottom: 20px;
}
body.blog .ast-article-post .ast-excerpt-container.ast-blog-single-element p {
	font-weight: 400;
	color: #fff;
}
body.blog .gform_wrapper.gravity-theme .gform_heading h2.gform_title,
body.blog .gform_wrapper.gravity-theme .gform_heading p.gform_description,
body.blog .gform_wrapper.gravity-theme .gchoice label,
body.author .gform_wrapper.gravity-theme .gform_heading h2.gform_title,
body.author .gform_wrapper.gravity-theme .gform_heading p.gform_description,
body.author .gform_wrapper.gravity-theme .gchoice label,
body.single  .gform_wrapper.gravity-theme .gform_heading p.gform_description,
body.single  .gform_wrapper.gravity-theme .gform_heading h2.gform_title,
body.single .gform_wrapper.gravity-theme .gchoice label,
body.category  .gform_wrapper.gravity-theme .gform_heading p.gform_description,
body.category  .gform_wrapper.gravity-theme .gform_heading h2.gform_title,
body.category .gform_wrapper.gravity-theme .gchoice label {
	color: #fff;
}


/* -------- Blogs single Page -------- */
.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-author-box,
.ast-separate-container .ast-404-layout-1,
.ast-separate-container .no-results {
	padding: 0;
}
body.single.single-post .entry-content .wp-block-image,
body.single.single-post .entry-content .wp-block-embed {
	margin-top: 8px;
	margin-bottom: 20px !important;
	margin-right: 20px !important;
}

nav.navigation.post-navigation {
	display: none;
}
.custom-above-footer {
	border-top: 2px solid #ffc107;
	background: #084C1A;
}
.custom-above-footer .widget.widget_block {
	margin: 0 auto;
	width: 100%;
	max-width: 810px;
	padding: 60px 20px 50px;
}
.custom-above-footer .widget-title, .wpe-h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.7777777777778rem;
	font-weight: 700;
}
.custom-above-footer .gform_title, .wpe-h2 {
	margin-bottom: 20px;
	text-align: left;
	font-size: 1.7777777777778rem;
	font-weight: 700;
}
.custom-above-footer p.gform_description {
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	width: 100%;
	max-width: 880px;
	margin: 0 auto 28px;
}
.custom-above-footer .gform_wrapper.gravity-theme .gform_footer {
	padding-top: 0px;
	margin-top: 40px;
}
body.single.single-post .abh_tabs,
body.single.single-post .abh_tab_content {
	border-bottom: 1px solid #fff !important;
}
body.single.single-post .abh_posts a,
body.single.single-post .abh_about a {
	color: #fff !important; 
}
body.single.single-post .abh_posts:hover > a,
body.single.single-post .abh_posts.abh_active a,
body.single.single-post .abh_about.abh_active a {
	color: #333 !important; 
}
/* -------- Blogs categories Page -------- */
body.archive .ast-archive-description {
	padding: 0px;
}
body.blog header.entry-header .entry-title,
body.archive .ast-archive-description .ast-archive-title, .wpe-single-title {
	font-weight: 700;
	font-size: 40px;
	line-height: normal;
}
body.archive.category .site-content section.ast-archive-description {
	margin-bottom: 24px;
}
body.archive.category .ast-excerpt-container p {
	color: #fff;
}

/* -------- Author Page -------- */
body.author .author-posts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
body.author .author-post {
	background-color: transparent;
	position: relative;
	transition: .1s all;
	padding: 0px;
	border-radius: 50px 0 20px 0 !important;
}
body.author .author-post .featured-image {
	text-align: center;
	height: 220px;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-radius: 50px 0 0 0 !important;
}
body.author .author-post .featured-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
	transition: transform .5s ease;
}
body.author .author-post .author-inner {
	padding: 24px;
	border: 1px solid rgba(207, 207, 207, 0.80);
	border-top: 0px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 5px;
}
body.author .author-post h2.post-title {
	font-size: 20px;
	border-bottom: 1px solid rgba(207, 207, 207, 0.80);
	padding-bottom: 0.6em;
	line-height: 1.3em;
}
body.author .author-post .post-content {
	padding-top: 0.6em;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(207, 207, 207, 0.80);
}
body.author .author-post .post-content p {
	margin-bottom: 0px;
	color: #fff;
}
body.author .author-post .post-content a {
	font-weight: 700;
}
body.author .post-taxonomy {
	padding-top: 10px;
}
body.author .post-taxonomy a {
	font-weight: 700;
	font-size: 16px;
}
body.author .author-post h2.post-title a:hover {
	text-decoration: underline;
}
body.author .entry-content .author-post .post-content a:hover {
	text-decoration: underline;
}
body.author .post-taxonomy a:hover {
	text-decoration: underline;
}
body.author .author-post .featured-image img:hover {
	transform: scale(1.1) !important;
}

/* Faq CSS */
.faqs-container {
	overflow: hidden;
	background: #084c1a;
	padding-bottom: 30px;
}
.faq-singular:hover, .faq-singular.active {
	background-image: linear-gradient(90deg, #ffc107 0%, #ffc107 8px, transparent 8px, transparent 100%);
}
.faq-singular {
	position: relative;
	border-bottom: 1px solid rgba(207, 207, 207, 0.80);
	padding: 0 30px 0 20px;
}
body:not(.home).page-template-default h2.faq-question {
	margin-bottom: 0 !important;
}
.faq-singular .faq-question {
	position: relative;
	cursor: pointer;
	margin: 0 !important;
	padding: 25px 25px 25px 0px;
	font-weight: 700;
	font-size: 22px;
	line-height:1.30em;
}
.faq-answer {
	display: none;
	padding-bottom: 20px;
}
.faq-singular.active .faq-question:before {
	transform: translateY(-50%) rotate(45deg) scale(1.3);
}
.faq-singular .faq-question:before {
	position: absolute;
	content: "+";
	color: #ffc107;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 35px;
	font-weight: 700;
	transition: all .5s;
}

/* Reports Template style */
.rep-container {
	display: grid;
	justify-content: center;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
article.report {
	border-radius: 50px 0 20px 0;
	padding: 40px;
	transition: all 0.3s;
	box-shadow: none;
	border: 1px solid rgba(207, 207, 207, 0.80);
	background: transparent;
}
.rep-container .report-content p {
	color: #fff;
}
.rep-img {
	text-align: center;
	margin-bottom: 20px;
}
.rep-container h2 {
	margin-bottom: 0px;
	font-size: 20px;
	padding-bottom: 10px;
	line-height: 1.3em;
}
.report-content p {
	margin-bottom: 0;
}
a:focus {
	outline: none;
	border:none;
	text-shadow:none;
}
/* Review page */
body.our-reviews p.testi-arch {
	position: relative;
	padding: 45px 35px 30px !important;
	margin-bottom: 60px;
	border-radius: 50px 0 20px 0;
	border: 1px solid rgba(207, 207, 207, 0.80);
}
body.our-reviews  p.testi-arch:after {
	position: absolute;
	background: url(/wp-content/uploads/2026/03/reviews-comma-1.png);
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 50px;
	width: 50px;
	top: -25px;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #084c1a;
}
body.our-reviews main#main {
	margin-top: 0px;
}
body.our-reviews p.testi-arch strong {
	display: block;
	text-align: right;
	padding: 20px 0 0;
}
body.our-reviews .entry-content.clear {
	padding-top: 40px;
}
.review-col .review-inner-col img {
	transition: 1s all ease;
}
.review-col .review-inner-col a,
.review-col .review-inner-col a img {
	transition: 1s all ease;
}
.review-col .review-inner-col a:hover img {
	transform: scale(1.1);
}

/* Search Page Template */
.search .ast-container section.ast-archive-description {
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	text-align: left;
}

body.search .post-content header.entry-header,
body.search span.ast-blog-single-element.ast-taxonomy-container.cat-links.default{
	display: none;
}
body.search .ast-blog-layout-5-grid .ast-article-inner {
	box-shadow: none;
}

body.search .ast-blog-featured-section.post-thumb.ast-width-md-6 {
	width: 0px;
	display: none;
}
body.search  .ast-blog-layout-5-grid .post-content{
	width:100%;
	border: 1px solid rgba(207, 207, 207, 0.80);
	border-radius: 50px 0 20px 0;
}
body.search  .ast-blog-layout-5-grid .post-content a{
	color:#ffc107;
	font-weight:700;
}

.ast-pagination,
.pagination{
	display: flex;
	justify-content: center;
}

.ast-pagination .nav-links,
.pagination .nav-links {
	display: flex;
	gap: 10px;
}
.ast-pagination .page-numbers,
.pagination .page-numbers{
	background-color: #333333;
	color: #fff;
}
.ast-pagination a.page-numbers:hover,
.pagination a.page-numbers:hover {
	background-color: #ffc107;
	text-decoration:none;
	color: #fff;
}
.ast-pagination,
.pagination {
	padding-top: 0;
}
.pagination {
	gap:10px;
}
span.page-numbers.current {
	color: #ffffff !important;
	border-color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-0);
}
.pagination .prev.page-numbers, .pagination .next.page-numbers {
	padding: 0 1.5em;
	height: 2.33333em;
	line-height: calc(2.33333em - 3px);
	width:auto;
}
.pagination .page-numbers {
	display: inline-block;
	width: 2.33333em;
	height: 2.33333em;
	font-size: 16px;
	font-size: 1.06666rem;
	line-height: calc(2.33333em - 3px);
	font-weight: 500;
	text-align: center;
}
body.search.search-results h2.entry-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 10px;
}

.site {
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	margin: 0px auto;
}

.search.search-no-results .ast-container section.ast-archive-description {
	max-width: 1250px;
	width: 100%;
	text-align: left;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

/* Events Archive Page Template */
body.page-id-26134 .wpe-full-wrap,
body.wp-singular.single .wpe-full-wrap {
	background-color: #084c1a;
}
body.page-id-26134 .wpe-event .entry-title a {
	font-size: 32px;
	color: #ffc107;
}
body.page-id-26134 .wpe-col-dd {
	background: #ebfff6;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
body span.wpe-event-duration-date strong,
body span.wpe-duration-time strong,
body span.wpe-type strong,
body span.wpe-category + strong {
	color: #fff;
}
.wpevents-container #wpe-select-list a,
.wpevents-container #wpe-select-grid a,
.wpevents-container #wpe-select-calendar a {
	color: #ebfff6;
}
body.post-type-archive-wp_events span.wpe-col-day {
	color: #333 !important; 
	text-align: center;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: 'Source Sans Pro';
}
body.post-type-archive-wp_events span.wpe-col-date {
	color: #333 !important;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-family: 'Source Sans Pro';
}
body:not(.home) span.wpe-detail-button, .wpe-detail-button {
	color: #084c1a;
	background-color: #ffc107;
	border-radius: 5px;
}
body .wpe-archive-registration a.wpe-reg-button.wpe-detail-button, .gmap-button {
	color: #084c1a;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.48px;
	border-radius: 5px;
	background: #ffc107;
	padding: 6.5px 12px;
	text-decoration: none;
	font-family: 'Source Sans Pro';
}
.wpe-above-error-field.error {
	background: #fff9f9;
}
.wpe-detail-button:hover, .gmap-button:hover {
	background-color: #198754 !important;
	color: #fff !important;
}
body.page-id-26134 .fc .fc-daygrid-day.fc-day-today {
	background-color: #198754;
}
body.page-id-26134 .fc .fc-daygrid-day.fc-day-today a {
	color: #fff;
}
body.page-id-26134 .fc .fc-day-other .fc-daygrid-day-top {
	opacity: 0.7;
}
body.page-id-26134 .fc .fc-button-primary {
	background: #ffc107;
	border: 1px solid #ffc107;
	color: #084c1a;
}
body.page-id-26134 .fc .fc-button-primary:not(:disabled).fc-button-active {
	background: #198754;
	border: 1px solid #198754;
}
body.page-id-26134 .fc .fc-button:disabled {
	opacity: 1;
	background: #198754;
	color: #fff;
	border: 1px solid #198754;
}
body.page-id-26134 .fc .fc-button-primary:not(:disabled).fc-button-active,
body.page-id-26134 .fc .fc-button-primary:not(:disabled):active {
	background: #198754;
	color: #fff;
	border: 1px solid #198754;
}
.wpe-subscribe-form-container {
	background-color: transparent;
	box-shadow: unset;
}
body .wpe-subscribe-form-container {
	width: 100%;
	box-shadow: none;
	border-radius: 0;
}
body .wpe-subscribe-form .wpe-form-description {
	text-align: left;
}
body .wpe-subscribe-form .wpe-button {
	max-width: max-content;
	padding: 16px 37px;
	font-size: 24px !important;
}
body .wpe-subscribe-form .wpe-button:hover {
	background-color: #198754 !important;
	color: #fff;
	border: 2px solid #198754;
}

.wpe-button:hover {
	background-color: #ffc107 !important;
	border: 2px solid #ffc107;
	color: #084c1a;
}
/* Events Single Page Template */
body.wp-singular.single .wpevents-container .wpe-single-content {
	background-color: #ebfff6;
}
body span.wpe-terms, 
body span.wpe-terms strong,
body span.wpe-complete-duration strong,
body span.wpe-complete-duration,
body span.wpe-duration-date strong,
body span.wpe-duration-date,
body span.wpe-address strong,
body span.wpe-address {
	color: #333;
}
body.wp-singular.single .wpe-calendar-sublist a {
	color: #333;
}
body.wp-singular.single .wpe-calendar-sublist {
	background-color: #ebfff6;
}

body.wp-singular.single ul.wpe-calendar-sublist li:hover {
	background: #198754;
}
body.wp-singular.single ul.wpe-calendar-sublist li:hover > a {
	color: #fff;
}
body.wp-singular.single .wpe-form-control select,
body.wp-singular.single .wpe-form-control .wpe-field::placeholder {
	color: #fff;
}
body.wp-singular.single select {
	background-color: transparent;
	color: #fff;
}

body.wp-singular.single select option {
	background-color: #EBFFF6;   
	color: #333;       
}
body.single.single-wp_events label, body.single.single-wp_eventslegend {
	color: #fff;
	font-size: 16px;
}
body.wp-singular.single .wpe-button {
	border: 2px solid #ffc107;
	border-radius: 5px;
	max-width: max-content;
	padding: 16px 37px;
	font-size: 24px !important;
}
body.wp-singular.single .wpe-button:hover {
	background: #198754 !important;
	border: 2px solid #198754;
	border-radius: 5px;
	color: #fff;
}
body.wp-singular.single .wpe-button:focus {
	border: 2px solid #198754;
}

body.error404 input.search-submit {
	margin: 20px 0px;
}
body.error404 .menu-item {
	font-weight: 700;
}


body .newsletter-archive .entry {
	padding: 30px;
	border-radius: 50px 0 20px 0;
	border: 1px solid rgba(207, 207, 207, 0.80);
	margin-bottom: 30px;
}

body .newsletter-archive .entry p,
body.single.single-newsletter .entry p {
	margin-bottom: 10px;
}
body.single.single-newsletter .entry {
	padding: 16px 30px;
	border-radius: 50px 0 20px 0;
	border: 1px solid rgba(207, 207, 207, 0.80);
	margin-bottom: 30px;
}

.site-primary-footer-wrap a.menu-link:hover,
section#block-9 a:hover,
section#block-10 a:hover,
.site-below-footer-wrap
.footer-nav-wrap a.menu-link:hover {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	padding: 0;
	padding-left: 40px;
	margin: 0;
	margin-bottom: 16px;
}
.ast-article-post .post-thumb-img-content img {
	object-fit: cover;
}

body.single .abh_tab_content .abh_text a:hover {
	text-decoration: underline !important;
}
body.author .author-info a:hover {
	text-decoration: underline;
}
body.author .author-info a:hover {
	text-decoration: underline;
}
body.author .author-info a {
	font-weight: 700;
}
.entry-content p:has(+ ul), .entry-content p:has(+ ol) {
	margin-bottom: 10px !important;
}
.fc-daygrid-day-events .fc-daygrid-event-harness a {
	background-color: #198754 !important;
	border-color: #198754 !important;
}
.fc-daygrid-day-events .fc-daygrid-event-harness a:hover {
	background-color: #FFC107 !important;
	border-color: #FFC107 !important;
}
.fc-daygrid-day-events .fc-daygrid-event-harness a:hover  {
	color: #333;
}
.fc-h-event .fc-event-title {
	color: #fff;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
	color: #fff;
}
/* .fc-h-event .fc-event-title:hover {
color: #000;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time:hover {
color: #000;
} */

span.page-numbers.current {
	color: #333 !important;
	font-size: 20px;
}
.pagination .page-numbers {
	display: inline-block;
	width: 2.33333em;
	height: 2.33333em;
	font-size: 20px;
	line-height: calc(2.33333em - 3px);
	font-weight: 500;
	text-align: center;
}
.ast-pagination .page-numbers, .pagination .page-numbers {
	background-color: #000;
	color: #fff;
}
.ast-pagination a.page-numbers:hover, .pagination a.page-numbers:hover {
	background-color: #198754;
	text-decoration: none;
	color: #fff;
}
body.error404 button.search-submit.ast-search-submit {
	display: none;
}
.search .ast-container section.ast-archive-description h1 {
	font-size: 40px;
}
.wpevents-container {
	padding: 10px 0px;
}
body.error404 .wsp-container a:hover {
	text-decoration: underline;
}
.widget_search .search-form button {
	top: -8px;
	right: 15px;
	filter: brightness(0) saturate(100%) invert(94%) sepia(98%) saturate(185%) hue-rotate(277deg) brightness(110%) contrast(101%);
}
.gform_wrapper .gfield.gfield--type-radio .gchoice .gfield-choice-input {
	margin-right: 5px;
}
.gform_wrapper .gfield.gfield--type-radio .gchoice {
	display: flex;
	align-items: flex-start;
	gap: 5px;
}
.gform_wrapper .gfield.gfield--type-radio .gchoice .gfield-choice-input {
	margin-right: 5px;
	height: 28px;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-third {
	grid-column: 1 / -1;
}
body.pre-cons-form .gform_wrapper.gravity-theme .gfield.gfield--width-third {
	grid-column: span 4;
}
body.blog .gform_wrapper.gravity-theme .gform_title,
body.single .gform_wrapper.gravity-theme .gform_title,
body.author .gform_wrapper.gravity-theme .gform_title,
body.category .gform_wrapper.gravity-theme .gform_title {
	text-align: center;
}
#ast-scroll-top .ast-icon.icon-arrow svg {
	color: #084C1A;
}

body .wp-block-cover.protect-legacy-sec .gform_wrapper .gfield input::placeholder,
body .wp-block-cover.protect-legacy-sec .gform_wrapper  textarea::placeholder,
body .wp-block-cover.protect-legacy-sec .gform_wrapper select,
body .wp-block-cover.protect-legacy-sec .gform_wrapper.gravity-theme select,
body .wp-block-cover.protect-legacy-sec .gform_wrapper.gravity-theme input[type=text],
body .wp-block-cover.protect-legacy-sec input[type="search"]::placeholder,
body .wp-block-cover.protect-legacy-sec #gform_wrapper_3 input[type=email],
body .wp-block-cover.protect-legacy-sec #gform_wrapper_3 input[type=tel],
body .worksheet-sec .gform_wrapper .gfield input::placeholder,
body .worksheet-sec .gform_wrapper  textarea::placeholder,
body .worksheet-sec .gform_wrapper select,
body .worksheet-sec .gform_wrapper.gravity-theme select,
body .worksheet-sec .gform_wrapper.gravity-theme input[type=text],
body .worksheet-sec input[type="search"]::placeholder,
body .worksheet-sec #gform_wrapper_2 input[type=email],
body .worksheet-sec #gform_wrapper_2 input[type=tel]  {
	color:#333;
}


body .site-footer .wpseo-extra-comment .extra-link a.more-link {
	color: #084c1a;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 8px 16px;
	align-items: center;
	border-radius: 5px;
	background: #ffc107;
	box-shadow: none;
}
body .site-footer .wpseo-extra-comment .extra-link a.more-link:hover{
	background: #198754;
	color:#fff;
}

body .site-footer .wpseo-extra-comment .extra-link {
	margin-bottom: 0;
	margin-top: 15px;
}
#menu-item-26152 .sub-menu .menu-item .menu-link,
#menu-item-26086 .sub-menu .menu-item .menu-link {
	color: #fff;
}
body .template1-banner-grp .first-para{
	color:#fff !important;
}
body .template-img {
    max-width: 40px;
}
body.event-template-template_style_1 .entry-content {
    background: #084C1A;
}
body.event-template-template_style_1 .wp-block-column.webinar-formCol {
    background: #ebfff6;;
}
body.event-template-template_style_1 input:not(.button):not([type=submit]):not([type=checkbox]):not([type=radio]){
	border-color:#333;
}

body.event-template-template_style_1 .wpe-form-control input.wpe-field::placeholder,
body.event-template-template_style_1 .wpe-form-control input.wpe-field{
    color: #333 !important;
}
body.event-template-template_style_1 input:not(.button):not([type=submit]):not([type=checkbox]):not([type=radio]):placeholder{
	color:#333;
}
body.event-template-template_style_1 .wpe-form-control .wpe-field::placeholder{
color:#333 !important;
}
body.event-template-webinar .wpe-form-control .wpe-field::placeholder{
color:#333 !important;
}

body.event-template-webinar .wpe-register-form-container p.wpe-webinar-small,
 {
	color:#333 !important;
}
body .webinar-formCol img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(51%) saturate(21%) hue-rotate(319deg) brightness(90%) contrast(82%);
}
body.event-template-template_style_1 .webinar-formCol button#wpe-button{
	color: #084c1a !important;
    border-color: #ffc107;
    background-color: #ffc107 !important;
}
body.event-template-template_style_1 .webinar-formCol button#wpe-button:hover{
	color: #ffffff !important;
    background-color: #198754 !important;
    border-color: #198754;
}
body.event-template-template_style_1 .ast-container{
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.post-thumb-img-content.post-thumb.fallback-img img {
    width: 100%;
    max-width: 290px;
    object-fit: contain;
}
.post-thumb-img-content.post-thumb.fallback-img {
    padding: 20px;
    text-align: center;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(4, 60, 112, 0.30);
    margin-bottom: 27px;
    background: #fff;
}

body.author .site-content .ast-container {
    display: block;
}
body.author nav.navigation.pagination {
    margin-top: 50px;
}
body.author .author-post .featured-image.dummy-featured-img {
    background: #fff;
    display: flex;
    align-items: center;
}

body.author .author-post .featured-image.dummy-featured-img img.dummy-img {
    height: auto;
    width: 60%;
    align-items: center;
}
body.post-type-archive-wp_events .wpevents-container {
    padding: 0px;
}

body.wp-singular.page-template-default .wpe-archive-description {
    display: none;
}