/*
	Theme Name: Genesis Child
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: Law Firm Marketing Experts
	Author URI: https://lawfirmmarketingexperts.com
	Version: 2.2.3
	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
	Template Version: 2.2.3
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing 
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
@font-face {
    font-family: 'Glacial Indifference';
    src: url('fonts/GlacialIndifference-Regular.eot');
    src: url('fonts/GlacialIndifference-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/GlacialIndifference-Regular.woff2') format('woff2'),
        url('fonts/GlacialIndifference-Regular.woff') format('woff'),
        url('fonts/GlacialIndifference-Regular.ttf') format('truetype'),
        url('fonts/GlacialIndifference-Regular.svg#GlacialIndifference-Regular') format('svg');
}
@font-face {
    font-family: 'Glacial Indifference Bold';
    src: url('fonts/GlacialIndifference-Bold.eot');
    src: url('fonts/GlacialIndifference-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GlacialIndifference-Bold.woff2') format('woff2'),
        url('fonts/GlacialIndifference-Bold.woff') format('woff'),
        url('fonts/GlacialIndifference-Bold.ttf') format('truetype'),
        url('fonts/GlacialIndifference-Bold.svg#GlacialIndifference-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
	font-size: 62.5%; /* 10px browser default */
}
/* Chrome fix */
body > div {
	font-size: 18px;
}
body {
	background-color: #fff;
	color: #000;
	font-family: Poppins;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
a {
	color: #d1ae6c;
	text-decoration: none;
	outline: none !important;
}
a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}
p {
	margin: 0 0 28px;
	padding: 0;
	
}
ol,
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}
b,
strong {
	font-weight: 700;
}
blockquote,
cite,
em,
i {
	font-style: italic;
}
blockquote {
    margin: 30px 0;
    background: #043d6d;
    padding: 1.5em;
    border-left: 6px solid #d1ae6c;
    color: #fff;
    font-family: 'Lora';
    font-weight: 500;
}
/*blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}*/
/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lora;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 28px;
}
h1 {
	font-size: 36px;
	font-size: 3.6rem;
}
h2 {
	font-size: 30px;
	font-size: 3rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4 {
	font-size: 20px;
	font-size: 2rem;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
figure {
	margin: 0;
}
/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}
.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #333;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #333;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}
.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}
.button {
	display: inline-block;
}
a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}
.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
/* ## Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}
tbody {
	border-bottom: 1px solid #eee;
}
td,
th {
	text-align: left;
}
td {
	border-top: 1px solid #eee;
	padding: 6px;
}
th {
	font-weight: 400;
	padding: 0 6px;
}
td:first-child,
th:first-child {
	padding-left: 0;
}
/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}
.more-link {
    position: relative;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap{
	margin: 0 auto;
	max-width: 1280px;
}
.wrap, .home .content .wrap {
	width: 100%;
}
.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}
.landing-page .site-inner {
	max-width: 800px;
}
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
/* ### Content */
.content {
	float: right;
	width: 880px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}
.full-width-content .content {
	width: 100%;
}
/* ### Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 360px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
/* ### Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}
/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
/* ## Genesis
--------------------------------------------- */
.breadcrumb {
    font-size: 1em;
    margin-bottom: 30px;
    font-weight: 600;
}
.breadcrumb a {
    text-decoration: none;
}
.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	margin-bottom: 40px;
	padding: 60px;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}
.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	/*width: 50%;*/
}
.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* ## Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
}
.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}
.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}
.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}
/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
a.alignnone {
	display: inline-block;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
	margin-bottom: 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}
/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	margin-bottom: 20px;
	word-wrap: break-word;
}
.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}
.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.widget ul > li:last-of-type {
	padding-bottom: 0;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
	background: none;
	padding: 0;
}
.featured-content .entry:last-of-type {
	margin-bottom: 0;
}
.featured-content .entry-title {
	font-size: 20px;
}
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}
.sidebar .widget.enews-widget {
	background-color: #333;
}
.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}
.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}
.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}
.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}
.enews form + p {
	margin-top: 24px;
}
/* ## Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}
/* ## Gravity Forms
--------------------------------------------- */
body .entry .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0;
}
body .gform_wrapper .top_label .gfield_label {
	margin-bottom: 6px;
}
.gform_wrapper ul li.gfield {
	margin-bottom: 10px;
}
/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}
/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}
/* # Site Header


---------------------------------------------------------------------------------------------------- */
.site-header {

}
.site-header > .wrap {
    padding: 20px 0px;
}
/* ## Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 10px 0;
	/*width: 300px;*/
}
.header-image .title-area {
	/*max-width: 300px;*/
	padding: 0;
}
/*.header-full-width .title-area {
	float: none;
	width: 100%;
}*/
.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}
.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}
/*.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}*/
.site-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.site-description,
.site-title {
	margin-bottom: 0;
}
.header-image .site-description {
	display: none;
	text-indent: -9999px;
}
/*.header-image .site-title {
	display: block;
	text-indent: -9999px;
}*/
.site-title img {
	vertical-align: top;
}
/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	/*width: 800px;*/
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
	width: 100%;
    margin: 0px auto;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}
.genesis-nav-menu a {
    text-decoration: none;
    display: block;
    padding: 0.5em 0.4em;
    font-weight: bold;
    color: #000;
    font-size: 1em;
}
.genesis-nav-menu .right.date {
	padding: 32px 20px;
}
.genesis-nav-menu .right.rss a {
	float: left;
}
.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #fff !important;
    background: #d1ae6c;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 17em;
	z-index: 9999;
}
.genesis-nav-menu .sub-menu a {
    background-color: #043d6d;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 1em;
    padding: 0.9em !important;
    position: relative;
    width: 17em;
    word-wrap: break-word;
    margin: 0px;
    color: #fff;
}
.genesis-nav-menu .sub-menu a:hover, .sub-menu .current-menu-item > a {
    color: #043d6d !important;
    background: #fff;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -2.9em 0 0 17em;
}
.genesis-nav-menu .menu-left .sub-menu .sub-menu {
    margin: -2.9em 0 0 -17em;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	float: right;
}
/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}
/* ## After Header Navigation
--------------------------------------------- */
/*.nav-primary {
    float: right;
    border: 1px solid #021244;
    margin: 16px 20px 0 0;
}*/

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}
.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
	background-color: #fff;
	margin-bottom: 40px;
	/*padding: 70px 80px;*/
}
.home .entry { padding: 0px;  margin-bottom: 0px; background: none;}
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 20px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #333;
	color: #eee;
}
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 24px;
    margin-top: 24px;
}
.entry-categories,
.entry-tags {
	display: block;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}
/*.adjacent-entry-pagination {
	margin-bottom: 0;
}*/
.archive-pagination li {
	display: inline;
}
.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}
.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}
/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}
.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}
.entry-comments {
	padding: 60px;
}
.comment-list li {
	padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
	padding-left: 0;
}
.comment-header {
	margin-bottom: 30px;
}
.comment-content {
	clear: both;
}
.comment-content ul > li {
	list-style-type: disc;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.comment-header p {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	margin-bottom: 40px;
}
.sidebar .widget {
	background-color: #fff;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color:#1b5083;
	clear: both;
	padding: 20px 0 30px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	/*width: 380px;*/
	width: 29.6875%;
	float: left;
	margin-left: 5.46875%;
}
.footer-widgets-1 {
	/*margin-right: 70px;*/
	margin-left: 0;
}
/*.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}
.footer-widgets-3 {
	float: right;
}*/
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    background-color: #043D6D;
    font-size: 16px;
    line-height: 1.6;
    padding: 30px 0;
    text-align: center;
    color: #fff;
}
.site-footer p {
	margin-bottom: 0 !important;
	color:#fff;
}
footer.site-footer a {
    color: #fff;
    text-decoration: none;
}
/* Clear input fields' placeholder text on focus */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */
.page .entry-title {
	margin-bottom: 24px;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1340px) {
	.site-inner,
	.wrap {
		max-width: 1140px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}
	.content,
	.site-header .widget-area {
		width: 800px;
	}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}
	.sidebar-primary {
		width: 300px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		/*width: 340px;*/
		width: 29.8245614035%;
		margin-left: 5.2631578947%;
	}
	.footer-widgets-1 {
		/*margin-right: 60px;*/
		margin-left: 0;
	}
}
@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	.content,
	.site-header .widget-area {
		width: 620px;
	}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		/*width: 300px;*/
		width: 31.25%;
		margin-left: 3.125%;
	}
	.footer-widgets-1 {
		/*margin-right: 30px;*/
		margin-left: 0;
	}
}
@media only screen and (max-width: 1023px) {
	.site-inner,
	.wrap {
		max-width: 800px;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap/*,
	.site-header .widget-area,
	.title-area*/ {
		width: 100%;
	}
	/*.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}*/
	.genesis-nav-menu li,
	/*.header-image .title-area,*/
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	.genesis-nav-menu/*,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title*/ {
		text-align: center;
	}
	.site-header .search-form {
		margin: 16px auto;
	}
	.nav-primary {
		float: none;
		clear: both;
		padding-top: 20px;
	}
	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		/*position: relative;*/
	}
	.js .site-header nav .wrap {
		padding: 0;
	}
	.js nav.pagination {
		display: block;
	}
	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}
	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		/*width: 100%;*/
		float: right;
		padding-left: 0;
		padding-right: 0;
	}
	.site-header .menu-toggle {
		border: 0;
	}
	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}
	.sub-menu-toggle.activated:before {
		content: "\f142";
	}
	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}
	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}
	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}
	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #c3251d;
	}
	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}
	.footer-widgets-3 {
		margin-left: 0;
	}
}
@media only screen and (max-width: 860px) {
	body > div {
		font-size: 18px;
	}
	body {
		font-size: 18px;
	}
	.site-inner {
		
	}
	.wrap,
	.site-header > .wrap {
		/*padding-left: 5%;
		padding-right: 5%;*/
	}
	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 0px;
		margin-bottom: 5%;
	}
	.sidebar {
		margin-bottom: 5%;
	}
	.pagination {
		margin: 5% auto;
	}
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 440px) {
	.title-area,
	.menu-toggle {
		float: none;
	}
	.site-header .title-area {
		text-align: center;
	}
	.nav-primary {
		padding-top: 0;
	}
}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

.page_404 {
    text-align: center;
    border: 6px solid #d2ae6c;
    padding: 2em;
    max-width: 800px;
    margin: 0 auto 40px;
}
ul.links404 {
    margin: 0;
}
ul.links404 li {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    display: inline-block;
}
ul.links404 li a {
    display: inline-block;
    padding: 0.3em 1.5em;
    background: #d1ae6c;
    margin: 0 5px;
    color: #fff;
    font-weight: 500;
}


/*=========================mega-menu===============================*/
@media (max-width: 4099px) and (min-width: 1024px){
li.mega-menu ul.sub-menu {
    width: 40em;
    left: 50% !important;
    transform: translate(-50%, 0px) !important;
    border: none;
	display:none;
	border-top:1px solid #fff;
}
li.mega-menu ul.sub-menu li {
    width: 50%;
    float: left;
}
li.mega-menu ul.sub-menu li a{width:100%; line-height: 1.4;}

/*li.mega-menu ul.sub-menu li a:hover, li.mega-menu ul.sub-menu li.current-menu-item a {
    background-color: #f76400;
    color: #fff;
}*/
}

@font-face {
  font-family: Lora;
  src: url(fonts/Lora-Bold.ttf);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url(fonts/Lora-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url(fonts/Lora-SemiBoldItalic.ttf);
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url(fonts/Lora-Medium.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url(fonts/Lora-MediumItalic.ttf);
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url(fonts/Lora-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url(fonts/Lora-Italic.ttf);
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url(fonts/Poppins-ExtraBold.ttf);
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url(fonts/Poppins-Bold.ttf);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url(fonts/Poppins-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url(fonts/Poppins-Medium.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url(fonts/Poppins-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*========================Home Page Css===========================*/
.Mobile{ display:none !important;}
.home .site-inner {
    padding: 0;
    max-width: 100%;
    margin: 0;
}
/*.FullWidth .site-inner {
    padding: 0;
    max-width: 100%;
    margin: 0;
}*/
.FullWidth .entry{margin-bottom:0;}
section .Section-Heading {
    font-size: 2.5em !important;
    color: #000;
}
.Section-Heading span {
    color: #f0b902;
}
.Row {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
}
p:last-child {
    margin-bottom: 0;
}
p:empty {
    display: none;
}

div ul.slick-dots {
    position: relative;
    bottom: 0 !important;
    padding: 0 !important;
    margin: 2em 0 0;
    text-align: center;
}
div ul.slick-dots li {
    width: 1.4em !important;
    height: 1.4em !important;
    border-radius: 0 !important;
    background: #000 !important;
    display: inline-block;
    margin: 0 0.3em;
    padding: 0;
    font-size: 1em !important;
}
div ul.slick-dots li button {
    padding: 0;
    font-size: 0;
    opacity: 0;
}
div ul.slick-dots li.slick-active {
    background: #f0b902 !important;
}

.Section-Button a {
    display: inline-block;
    padding: 0.6em 1.5em;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1em;
    position: relative;
	z-index: 1;
}
.Section-Button a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d1ae6c;
    z-index: -1;
    transform: skew(-30deg, 0deg);
}
.Section-Button a:hover:before {
    background: #043d6d;
}
ul.Two-Col {
    display: flex;
    flex-wrap: wrap;
}
ul.Two-Col li {
    width: 50%;
    padding-right: 1em;
}
section .slick-slider {
    padding-bottom: 6em;
}
.slick-slide {
    outline: none;
}
section button.slick-arrow {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 5em;
    height: 4em;
    line-height: 0;
    color: #fff0;
    outline: none;
    transition-duration: 0.3s;
    font-size: 1em;
}
section button.slick-prev {
    left: 50%;
    margin-left: -5em;
    background: url(/wp-content/uploads/2024/07/Arrow-Left.svg) no-repeat center left;
    background-size: 90%;
}
section button.slick-next {
    right: 50%;
    margin-right: -5em;
    background: url(/wp-content/uploads/2024/07/Arrow-Right.svg) no-repeat center right;
    background-size: 90%;
}


/*=======================================> Header <=======================================*/

.Main-Header {
    position: absolute;
    width: 100%;
	z-index:9;
}
section#text-3 {
    float: right;
    margin: 0;
    position: relative;
    padding: 0.6em 1.5em;
    color: #fff;
}
section#text-3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #043D6D;
    z-index: -1;
    transform: skew(-30deg, 0deg);
}
.Header-Phone {
    display: flex;
    align-items: center;
    gap: 0.7em;
    line-height: 1.3;
}
.Header-Phone .Icon {
    line-height: 0;
    width: 2em;
}
.Header-Phone .Text {
    text-transform: uppercase;
}
.Header-Phone span.S1 {
    font-weight: 700;
    font-size: 1.2em;
}
.Header-Phone a {
    color: #fff;
    text-decoration: none;
}
header.site-header .wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 0;
}
header.site-header .wrap:before, header.site-header .wrap:after {
    display: none;
}
header.site-header .title-area {
    max-width: 14em;
    margin-top: -3.2em;
}
nav#genesis-nav-primary {
    font-size: 0.9em;
}
.widget-area.header-widget-area {
	display: none;
}

/*=======================================> Banner <=======================================*/

section.Banner {
    padding: 16em 0 0;
    background: #fff url(/wp-content/uploads/2024/07/Banner-Bg-1-scaled.jpg) no-repeat top;
    background-size: cover;
}
section.Banner .wrap {
    position: relative;
	padding-bottom: 5em;
}
section.Banner .Text-Div {
    width: auto;
    float: left;
    position: relative;
    z-index: 1;
}
section.Banner .Heading1 {
    font-family: Poppins;
    font-weight: 600;
    color: #000;
    font-size: 1.8em;
    line-height: 1.2;
}
section.Banner .Heading1 span {
    display: block;
    font-family: Lora;
    font-weight: 700;
    color: #D1AE6C;
    font-size: 1.5em;
}
section.Banner .Heading2 {
    font-family: Poppins;
    color: #000;
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1.3;
    margin: 1.5em 0 0.7em;
}
section.Banner .Text-Div ul {
    margin: 0;
    padding: 0;
}
section.Banner .Text-Div ol li, section.Banner .Text-Div ul li {
    list-style: none;
    padding: 0.3em 0px 0.3em 2em;
    background: url(/wp-content/uploads/2024/07/li.svg) no-repeat 0 0.5em;
    background-size: 1.4em;
    margin-bottom: 0;
}
section.Banner .Button-Div {
    margin-top: 2em;
}
section.Banner .Button-Div a {
    display: inline-block;
    text-align: center;
    padding: 0.4em 1.5em;
    color: #fff;
    text-decoration: none;
    font-family: Poppins;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    position: relative;
	z-index: 1;
}
section.Banner .Button-Div a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d1ae6c;
    z-index: -1;
    transform: skew(-30deg, 0deg);
}
section.Banner .Button-Div a:hover:before {
    background: #043d6d;
}
section.Banner .Image-Div img {
    position: absolute;
    right: -2em;
    bottom: 0;
    margin: 0;
    max-width: 30em;
}
.gch-header{
	position: relative;
}
.gch-header section.Banner {
    background: none;
}
.gch-header .gch-header-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gch-header .gch-header-image-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2024/07/Banner-Before.png) no-repeat center;
    background-size: 101% 101%;
}
.gch-header-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*=======================================> Awards & Honors <=======================================*/


section.Logo-Section {
    padding: 3em 0 3em;
}
section.Logo-Section section {
    margin-bottom: 0;
}
section.Logo-Section .Heading {
    font-size: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 1em;
}
section.Logo-Section .Heading span {
    display: inline-block;
    padding-right: 3.5em;
    position: relative;
}
section.Logo-Section .Heading span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 3em;
    height: 4px;
    margin-top: -2px;
    background: #d1ae6c;
}
section.Logo-Section .Logo-Div {
    line-height: 0;
    text-align: center;
    height: 7em;
    display: flex;
    align-items: center;
    padding: 0 1em;
	min-width: 10em;
}
section.Logo-Section .Logo-Div img {
    max-height: 6em;
    display: block;
    margin: 0 auto;
    width: auto;
}


/*=======================================> Video Section <=======================================*/

section.Video-Section {
    padding: 5em 0;
    position: relative;
}
section.Video-Section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: #043D6D;
}
section.Video-Section .wrap {
    position: relative;
}
section.Video-Section .Text-Div {
    width: 48%;
    float: left;
}
section.Video-Section h1 {
    position: relative;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
}
section.Video-Section h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.6em;
    height: 5px;
    background: #d1ae6c;
}
section.Video-Section .Video-Div {
    width: 48%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
    line-height: 0;
    padding: 0.3em;
    background: #043d6d;
}
section.Video-Section .Video-Div iframe {
    height: 18.9em;
    width:100%;
}


/*=======================================> Services Section <=======================================*/

section.Service-Section {
    padding: 5em 0;
    background: #F4F4F4;
    margin-top: 5em;
}
section.Service-Section h2 {
    position: relative;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    text-align: center;
}
section.Service-Section h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2.6em;
    height: 5px;
    background: #d1ae6c;
    margin-left: -1.3em;
}
section.Service-Section .Sub-Heading {
    text-align: center;
    font-family: 'Lora';
    font-size: 1.4em;
    color: #043D6D;
    line-height: 1.3;
    margin-bottom: 1em;
}
section.Service-Section .Text12 {
    text-align: center;
    margin-bottom: 2em;
}
section.Service-Section .Row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 0px solid #d8d8d8;
    border-width: 0 0 1px 1px;
}
.Service-Div {
    position: relative;
    border: 0px solid #d8d8d8;
    border-width: 1px 1px 0px 0px;
}
.Service-Div .Image {
    line-height: 0;
    background: #fff;
}
.Service-Div .Image img {
    width: 100%;
    height: 15em;
    object-fit: cover;
    filter: grayscale(1);
    opacity: 0;
}
.Service-Div .Text-Box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0px, -50%);
    padding: 2em;
    text-align: center;
}
.Service-Div .Icon {
    line-height: 0;
}
.Service-Div .Icon img {
    width: 3.5em !important;
    margin: 0 auto;
}
.Service-Div .Title {
    font-family: 'Lora';
    font-weight: 500;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.3;
    margin: 0.8em 0;
}
.Service-Div .Title a{
	color: #000;
}
.Service-Div .Button-Div a {
    font-family: 'Lora';
    text-decoration: none;
    color: #D1AE6C;
    font-weight: 500;
    font-style: italic;
    display: inline-block;
    line-height: 1.3;
    position: relative;
}
.Service-Div .Button-Div a:before {
    content: "";
    position: absolute;
    left: -1.8em;
    top: 50%;
    height: 2px;
    width: 1.5em;
    background: #D1AE6C;
    margin-top: -1px;
}
.Service-Div .Button-Div a:after {
    content: "";
    position: absolute;
    right: -1.8em;
    top: 50%;
    height: 2px;
    width: 1.5em;
    background: #D1AE6C;
    margin-top: -1px;
}
.Service-Div:hover .Icon img {
    filter: invert(1);
}
.Service-Div:hover .Image {
    background: #d1ae6c;
}
.Service-Div:hover .Image img {
    opacity: 0.1;
}
.Service-Div:hover .Title {
    color: #fff;
}
.Service-Div:hover .Title a{
	color: #fff;
}
.Service-Div:hover .Button-Div a {
    color: #fff;
}
.Service-Div:hover .Button-Div a:before, .Service-Div:hover .Button-Div a:after {
    background: #fff;
}
.Service-Div.Button-Div .Image {
    background: #043d6d;
}
.Service-Div.Button-Div .Image img {
    opacity: 0.1;
}
.Service-Div.Button-Div .Icon img {
    filter: invert(1);
}
.Service-Div.Button-Div .Title {
    color: #d1ae6c;
}
.Service-Div.Button-Div .Link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}
section.Service-Section .Button-Box {
    grid-row: 2;
    grid-column: 2 / 3;
}


/*=======================================> Text Section <=======================================*/

section.Text-Section {
    padding: 5em 0;
    position: relative;
}
section.Text-Section .Text-Div {
    width: 65%;
    position: relative;
    z-index: 1;
    background: #fff;
	padding: 2.5em;
    box-shadow: 0px 0px 3em #0000002b;
}
section.Text-Section.Image-Left .Text-Div {
    float: right;
    border-left: 0.4em solid #d1ae6c;
}
section.Text-Section.Image-Right .Text-Div {
    float: left;
    border-right: 0.4em solid #d1ae6c;
}
section.Text-Section h2 {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    position: relative;
}
section.Text-Section h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #d1ae6c;
}
section.Text-Section .Text-Div p:last-child {
    margin-bottom: 0;
}
section.Text-Section .Image-Div {
    width: 55%;
    position: absolute;
    top: 0;
    height: 100%;
}
section.Text-Section.Image-Left .Image-Div {
    left: 0;
}
section.Text-Section.Image-Right .Image-Div {
    right: 0;
}
section.Text-Section .Image-Div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/*=======================================> Testimonial Section <=======================================*/

section.Testimonial-Section {
    padding: 5em 0;
    background: #fff;
}
section.Testimonial-Section h2 {
    position: relative;
    text-align: center;
}
section.Testimonial-Section h2 span {
    display: inline-block;
    padding: 0.3em 1.3em;
    position: relative;
    z-index: 1;
    background: #043b6a;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
    color: #fff;
}
section.Testimonial-Section .Slider-Div {
    width: 100%;
    margin: 0 auto;
}
.Testimonial-Row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}
.Testimonial-Div {
    width: 100%;
    border: 1px solid #0000002e;
    padding: 1.5em;
    height: 100%;
    border-radius: 10px;
}
.Testimonial-Div .Info-Div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1em;
}
.Testimonial-Div .Title {
    background: url(images/rating.svg) no-repeat top left;
    background-size: auto 0.9em;
    flex-shrink: 0;
    min-width: 50%;
    padding-top: 1.2em;
    line-height: 1.3;
    font-size: 1.1em;
    font-weight: 600;
}
.Testimonial-Div .Date {
    display: flex;
    font-size: 0.9em;
    gap: 1em;
    align-items: center;
}
.Testimonial-Div .Date .Icon {
    width: 2.7em;
    background: #eeeeee;
    line-height: 0;
    border-radius: 50%;
    padding: 0.4em;
}
.Testimonial-Div .Test-Text p {
    font-size: 0.85em;
    margin-bottom: 0;
}
section.Testimonial-Section .Section-Button {
    text-align: center;
    margin-top: 3em;
}


/*=======================================> Result Section <=======================================*/

section.Result-Section {
    padding: 5em 0;
    background: url(/wp-content/uploads/2024/07/Providence_Rhode_Island_Cases_Result_Bg.jpg) no-repeat center;
    background-size: cover;
	margin: 5em 0;
}
section.Result-Section h2 {
    position: relative;
	color: #fff !important;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    text-align: center;
}
section.Result-Section h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2.6em;
    height: 5px;
    background: #d1ae6c;
    margin-left: -1.3em;
}
section.Result-Section .Row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
}
.Result-Div {
    padding: 1.5em;
    background: #fff;
    text-align: center;
    margin: 0 0.8em;
}
.Result-Div .T1 {
    margin-bottom: 0.6em;
}
.Result-Div .T1 span {
    display: inline-block;
    background: #043b6a;
    padding: 0em 0.9em;
    color: #fff;
}
.Result-Div .Title {
    font-family: 'Lora';
    font-size: 1.4em;
	font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.4em;
}
.Result-Div .D1 {
    padding: 0 2em;
    font-size: 0.9em;
    line-height: 1.6;
}
.Result-Div .T2 {
    font-family: 'Lora';
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.3;
    margin-top: 1em;
    padding-top: 1em;
    margin-bottom: 0.4em;
    position: relative;
}
.Result-Div .T2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 4em;
    height: 4px;
    background: #d1ae6c;
    margin-left: -2em;
}
.Result-Div .D2 {
    padding: 0 2em;
    font-size: 0.9em;
    line-height: 1.6;
    min-height: 4em;
}
.Result-Div .Link {
    text-align: right;
    margin-right: -1.5em;
    margin-bottom: -1.5em;
    line-height: 0;
}
.Result-Div .Link a {
    display: inline-block;
    padding: 0.8em;
    background: #d1ae6c;
    line-height: 0;
}
.Result-Div .Link img {
    width: 1.2em;
}
section.Result-Section .Section-Button {
    text-align: center;
    margin-top: 2em;
}

/*=======================================> Consultation Section <=======================================*/


section.Consultation-Section {
    padding: 5em 0;
}
section.Consultation-Section h3 {
    text-align: center;
    font-size: 1.6em;
	position: relative;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
section.Consultation-Section h3:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 3.2em;
    height: 5px;
    background: #d1ae6c;
    margin-left: -1.6em;
}
section.Consultation-Section .Row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
}
section.Consultation-Section .Col4 {
    position: relative;
    background: #043b6a;
    padding: 2.9em 2em;
    outline: 0.3em solid #fff;
    outline-offset: -0.9em;
    height: 16em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	text-align: center;
}
section.Consultation-Section .Col4.Icon {
    line-height: 0;
}
section.Consultation-Section .Col4 .Icon img {
    width: 3.5em !important;
    filter: invert(1);
}
section.Consultation-Section .Col4 .Title {
    font-family: 'Lora';
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.3;
    margin: 0;
    color: #fff;
}
section.Consultation-Section .Col4 .Title a{color: #fff;}
section.Consultation-Section .Col4 .Button-Div a {
    font-family: 'Lora';
    text-decoration: none;
    color: #D1AE6C;
    font-weight: 500;
    font-style: italic;
    display: inline-block;
    line-height: 1.3;
    position: relative;
}
section.Consultation-Section .Col4 .Button-Div a:before {
    content: "";
    position: absolute;
    left: -1.8em;
    top: 50%;
    height: 2px;
    width: 1.5em;
    background: #D1AE6C;
    margin-top: -1px;
}
section.Consultation-Section .Col4 .Button-Div a:after {
    content: "";
    position: absolute;
    right: -1.8em;
    top: 50%;
    height: 2px;
    width: 1.5em;
    background: #D1AE6C;
    margin-top: -1px;
}


/*=======================================> Blog Section <=======================================*/

section.Blog-Section {
    padding: 5em 0;
    background: url(/wp-content/uploads/2024/07/Providence_Rhode_Island_Blog_Bg-1.jpg) no-repeat top;
    background-size: cover;
}
section.Blog-Section h2 {
    position: relative;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    text-align: center;
}
section.Blog-Section h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2.6em;
    height: 5px;
    background: #d1ae6c;
    margin-left: -1.3em;
}
section.Blog-Section .Sub-Heading {
    text-align: center;
    font-family: 'Lora';
    font-size: 1.4em;
    color: #043D6D;
    line-height: 1.3;
    margin-bottom: 1em;
}
section.Blog-Section .Text1 {
    text-align: center;
	max-width: 1100px;
	margin: 0 auto 2em;
}
    
section.Blog-Section .Slider-Div {
    padding: 0 0em;
}
.Blog-Div {
    width: 96%;
    margin: 0 auto;
    position: relative;
}
.Blog-Div .Post-Image {
    line-height: 0;
}
.Blog-Div .Post-Image:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 58%) 0%, #000 100%);
}
.Blog-Div .Post-Image img {
    width: 100%;
    height: 25em;
    object-fit: cover;
}
.Blog-Div .Post-Info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.5em;
}
.Blog-Div .Date {
    color: #D1AE6C;
    font-weight: 600;
    line-height: 1.3;
    padding: 0;
}
.Blog-Div h4 {
    color: #fff;
    font-size: 1.1em !important;
    margin: 0.5em 0;
    font-weight: 600;
}
.Blog-Div h4 a {
    color: #fff;
}
.Blog-Div .Post-Text {
    color: #fff;
    font-size: 0.9em;
}
.Blog-Div .PostButton {
    margin-bottom: -4em;
	transition-duration: 0.9s;
}
.Blog-Div:hover .PostButton {
    margin: 0;
}
.Blog-Div .PostButton a {
    display: inline-block;
    padding: 0.3em 1.3em;
    background: #D1AE6C;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
section.Blog-Section .Section-Button {
    text-align: center;
    margin-top: 2em;
}



/*=======================================> FAQ Section <=======================================*/

section.Faq-Section {
    padding: 5em 0;
}
section.Faq-Section .Row {
    display: flex;
    justify-content: space-between;
    gap: 2em;
}
section.Faq-Section .Text-Div {
    flex-basis: 45%;
}
section.Faq-Section h2 {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    position: relative;
}
section.Faq-Section h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #d1ae6c;
}
section.Faq-Section .Faq-Div {
    width: 70%;
    margin: 0 auto;
}

/*=======================================> Areas Served <=======================================*/

section.Areas-Served {
    padding: 5em 0;
    background: url(/wp-content/uploads/2024/07/Areas-Served-Bg-scaled.jpg) no-repeat center;
    background-size: cover;
}
section.Areas-Served .Image-Div {
    line-height: 0;
    width: 40%;
    float: left;
}
section.Areas-Served .Text-Div {
    width: 50%;
    float: right;
}
section.Areas-Served h2 {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    position: relative;
}
section.Areas-Served h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #d1ae6c;
}

/*=======================================> Contact Section <=======================================*/

section.Contact-Section {
    padding: 5em 0;
    background: url(/wp-content/uploads/2024/07/Providence_Rhode_Island_Form_Bg.jpg) no-repeat center;
    background-size: cover;
}
section.Contact-Section .Form-Div {
    width: 80%;
    margin: 0 auto;
}
section.Contact-Section h2 {
    text-align: center;
    color: #fff;
}
section.Contact-Section h2 span {
    display: block;
}
section.Contact-Section h2 i {
    display: inline-block;
	font-size: 1.2em;
    padding: 0 6em;
    position: relative;
}
section.Contact-Section h2 i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5.5em;
    height: 4px;
    background: #fff;
    margin-top: -2px;
}
section.Contact-Section h2 i:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 5.5em;
    height: 4px;
    background: #fff;
    margin-top: -2px;
}
section.Contact-Section .Form-Col {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.4em;
}
section.Contact-Section input, section.Contact-Section textarea, section.Contact-Section select {
    background: #9b9b9b75;
    border: none;
    color: #fff;
    padding: 0.9em;
    font-size: 1em;
}
section.Contact-Section select option {
    background: #043d6d;
}
section.Contact-Section textarea {
    height: 9em;
}
section.Contact-Section input::placeholder, section.Contact-Section textarea::placeholder, section.Contact-Section select::placeholder {
    color: #fff;
}
section.Contact-Section .Col4 {
    grid-column: span 4;
}
section.Contact-Section .Col6 {
    grid-column: span 6;
}
section.Contact-Section .Col12 {
    grid-column: span 12;
}
section.Contact-Section .Form-Button {
    text-align: center;
}
section.Contact-Section .Form-Button input {
    width: 100%;
    max-width: 100%;
    background: #d1ae6c;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0.6em;
}
section.Contact-Section .Form-Bottom img {
    max-height: 3.2em;
}

section.Contact-Section .Form-Bottom {
    margin: 0;
    text-align: left;
}



/*=======================================> Locations Section <=======================================*/

section.Location-Section {
    padding: 5em 0;
    background: #F4F4F4;
}
section.Location-Section h2 {
    position: relative;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    text-align: center;
}
section.Location-Section h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2.6em;
    height: 5px;
    background: #d1ae6c;
    margin-left: -1.3em;
}
section.Location-Section .Sub-Heading {
    text-align: center;
    font-weight: 500;
    font-size: 1em;
    margin-bottom: 2em;
}
section.Location-Section .Row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em;
}
.Location-Div {
    border: 1px solid #000;
    padding: 1.4em;
}
.Location-Div:first-child {
    background: #fff;
}
.Location-Div .Name {
    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.2;
}
.Location-Div .sfs-fast-map {
    line-height: 0;
    padding: 0.3em;
    background: #043D6D;
    margin: 1em 0;
}
.Location-Div .sfs-fast-map img, .Location-Div .sfs-fast-map iframe {
    width: 100%;
    height: 10em;
    object-fit: cover;
}
.Location-Div ul {
    padding: 0 0 0;
    margin: 0 0 0;
}
.Location-Div ul li {
    position: relative;
    padding: 0 !important;
    margin: 0 0 0.8em;
    line-height: 1.4;
    background: none !important;
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 0.9em;
}
.Location-Div ul li:last-child {
    margin-bottom: 0 !important;
}
.Location-Div .Icon {
    line-height: 0;
    flex-shrink: 0;
    width: 2.8em;
    height: 2.8em;
    background: #043D6D;
    border-radius: 50%;
    position: relative;
}
.Location-Div .Icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.8em;
    filter: invert(1);
}
.Location-Div ul li a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}
.Location-Div .Button-Div {
    text-align: center;
    margin-top: 1em;
    display: inline-block;
    width: 45%;
    float: left;
}
.Location-Div .Button-Div:last-child {
    width: 55%;
}
.Location-Div .Button-Div a {
    display: inline-block;
    padding: 0.3em 0em;
    text-decoration: none;
    border-radius: 0;
    font-size: 0.85em;
    color: #fff;
    font-weight: 500;
    width: 100%;
    background: #043d6d;
}
.Location-Div .Button-Div:last-child a {
    background: #d1ae6c;
}
.Location-Div .Button-Div a:hover {
    background: #0259a3;
}
.Location-Div .Button-Div:last-child a:hover {
    background: #a4803c;
}

/*=======================================> Footer <=======================================*/

nav.nav-secondary {
    background: #043D6D;
    text-align: center;
}
nav.nav-secondary li a {
    color: #fff;
    padding: 1em 1.4em;
}
div#genesis-footer-widgets {
    padding: 5em 0;
    background: url(/wp-content/uploads/2024/07/Providence_Rhode_Island_Footer_Bg.jpg) no-repeat center;
    background-size: cover;
}
.widget-area.footer-widgets-1.footer-widget-area {
    width: 100%;
	margin-bottom: 3em;
}
section#media_image-2 {
    line-height: 0;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}
section#media_image-2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 26em;
    height: 4px;
    background: #ffffff80;
    margin-top: -2px;
}
section#media_image-2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 26em;
    height: 4px;
    background: #ffffff80;
    margin-top: -2px;
}
section#media_image-2 img {
    width: 15em;
    margin: 0;
}
.widget-area.footer-widgets-2.footer-widget-area {
    margin: 0;
    width: 100%;
    display: flex;
    gap: 2em;
    justify-content: space-between;
}
.widget-area.footer-widgets-2.footer-widget-area section h4 {
    color: #fff;
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 1em;
}
.Footer-Div {
    margin-bottom: 3em;
}
.Footer-Div ul {
    padding: 0 0 0;
    margin: 0 0 0;
}
.Footer-Div ul li {
    position: relative;
    padding: 0 !important;
    margin: 0 0 0.8em;
    line-height: 1.4;
    background: none !important;
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.Footer-Div ul li:last-child {
    margin-bottom: 0 !important;
}
.Footer-Div .Icon {
    line-height: 0;
    flex-shrink: 0;
    width: 2.8em;
    height: 2.8em;
    background: #006AC3;
    border-radius: 50%;
    position: relative;
}
.Footer-Div .Icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.8em;
    filter: invert(1);
}
.Footer-Div ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
section#custom_html-7 h5 {
    color: #fff;
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 0.7em;
}
section#custom_html-7 p.P12 {
    color: #fff;
    margin-bottom: 0;
}
ul.Helpful li {
    list-style: none;
    padding: 0.3em 0px 0.3em 2em !important;
    background: url(/wp-content/uploads/2024/07/li.svg) no-repeat 0 0.5em;
    background-size: 1.4em;
    color: #fff;
    margin-bottom: 0 !important;
}
ul.Helpful li a {
    color: #fff;
}

section#text-4{
	margin-bottom: 0;
}
section#text-4 ul {
    margin: 0;
    padding: 0;
}
section#text-4 ul li {
    list-style: none;
    padding: 0.3em 0px 0.3em 2em;
    background: url(/wp-content/uploads/2024/07/li.svg) no-repeat 0 0.5em;
    background-size: 1.4em;
    color: #fff;
    margin-bottom: 0;
}

section#text-5{
	margin-bottom: 0;
}
section#text-5 ul {
    margin: 0;
    padding: 0;
}
section#text-5 ul li {
    list-style: none;
    padding: 0.3em 0px 0.3em 2em;
    background: url(/wp-content/uploads/2024/07/li.svg) no-repeat 0 0.5em;
    background-size: 1.4em;
    color: #fff;
    margin-bottom: 0;
}
section#text-5 ul li a {
    color: #fff;
}
.Social-Icon {
    line-height: 0;
    margin-bottom: 1.5em;
}
.Social-Icon a {
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    background: #fff;
    margin: 0 0.2em;
    position: relative;
}
.Social-Icon a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1.8em;
    max-height: 1.8em;
    transform: translate(-50%, -50%);
    filter: invert(16%) sepia(19%) saturate(7493%) hue-rotate(191deg) brightness(95%) contrast(97%);
}
.Disclaimer {
    margin-top: 1.5em;
    font-size: 14px;
}


/*=======================================> Innerpage <=======================================*/

.InnerBanner section {
    margin: 0;
}
section.Banner.InnerBanner {
    background-size: cover !important;
    padding: 14em 0 0;
}
section.Banner.InnerBanner .Title-Div {
    text-align: center;
    font-family: 'Lora';
    font-weight: 700;
    font-size: 2.4em;
    line-height: 1.2;
}
section.Banner.InnerBanner .Sub-Title {
    text-align: center;
    font-family: 'Lora';
    font-weight: 500;
    font-size: 1.3em;
    line-height: 1.2;
    margin: 0.3em 0 0.6em;
}
section.Banner.InnerBanner .Button-Div {
    text-align: center;
    margin-top: 0;
    font-size: 0.85em;
}

.entry-content h1 {
    font-size: 2.5em;
}
.entry-content h2{
    font-size: 2em;
}

.entry-content h3 {
    font-size: 1.6em;
}

.entry-content h4 {
    font-size: 1.3em;
}

.entry-content ol li, .post-content ol li, .entry-content ul li, .post-content ul li {
    list-style: none;
    padding: 0.3em 0px 0.3em 2em;
    background: url(/wp-content/uploads/2024/07/li.svg) no-repeat 0 0.5em;
    background-size: 1.4em;
}
.Inner-Image-Right {
    width: 48%;
    float: right;
    margin: 0 0 15px 2%;
    line-height: 0;
    padding: 5px;
    background: #d1ae6c;
}
.Inner-Image-Left {
    width: 48%;
    float: left;
    margin: 0 2% 15px 0%;
    line-height: 0;
    padding: 5px;
	background: #d1ae6c;
}
.Inner-Image-Left img, .Inner-Image-Right img{ width:100%; margin: 0;}
.Inner-Image-Right iframe, .Inner-Image-Left iframe {
    width: 100%;
    height: 12.9em;
}
.Inner-Image-Center {
    line-height: 0;
    padding: 0.3em;
    background: #d1ae6c;
    margin-bottom: 28px;
}

.Inner-Image-Center img {
    width: 100%;
    margin: 0;
}

.Inner-Image-Center iframe {
    width: 100%;
    height: 27.1em;
}
.Inner-Text-Div {
    padding: 30px;
    line-height: 1.8;
    text-align: center;
}
.Inner-Text-Div .Title {
    color: #fff;
    line-height: 1.2;
    font-size: 1.5em;
    margin-bottom: 10px;
}
.Inner-Text-Div .Sub-Title {
    line-height: 1.2;
    color: #fff;
    font-size: 1.2em;
}
.Inner-Text-Div .Icon {
    line-height: 0;
}
.Inner-Text-Div .Icon img {
    width: auto;
}
.Inner-Text-Div:last-child {
    margin-bottom: 0 !important;
}

ul.Office-Info {
    clear: both;
    margin: 0 0 28px;
}
ul.Office-Info li {
    clear: both;
    background: none;
    padding: 0;
    margin: 0 0 0.8em;
    display: flex;
    position: relative;
    align-items: center;
    gap: 0.8em;
    line-height: 1.6;
}
ul.Office-Info li:before {
    content: "";
    display: inline-block;
    top: 50%;
    left: 0;
    width: 3em;
    height: 3em;
    background: #d0d0d0;
    border-radius: 50%;
	flex-shrink: 0;
}
ul.Office-Info li.Address {
    align-items: flex-start;
}
ul.Office-Info li.Address:before {
    background: #d0d0d0 url(/wp-content/themes/genesis-child/images/placeholder.svg) no-repeat center;
    background-size: 2em;
}
ul.Office-Info li.Phone:before {
    background: #d0d0d0 url(/wp-content/themes/genesis-child/images/iphone.svg) no-repeat center;
    background-size: 2em;
}
ul.Office-Info li.Time:before {
    background: #d0d0d0 url(/wp-content/uploads/2024/09/clock.png) no-repeat center;
    background-size: 2em;
}
ul.Office-Info li:last-child {
    margin-bottom: 0;
}
ul.Office-Info li a {
    color: #000;
}



/*=======================================> Form <=======================================*/

section#text-2 {
    padding: 1.2em;
    background: url(/wp-content/uploads/2024/07/Providence_Rhode_Island_Form_Bg.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 3em;
    position: relative;
}
section#text-2 h2 {
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 1.1em;
}
section#text-2 h2 span {
    display: block;
}
section#text-2 h2 i {
    display: inline-block;
    font-size: 1.2em;
    padding: 0 2em;
    position: relative;
}
section#text-2 h2 i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.5em;
    height: 4px;
    background: #fff;
    margin-top: -2px;
}
section#text-2 h2 i:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.5em;
    height: 4px;
    background: #fff;
    margin-top: -2px;
}
.Form-Col div p {
    font-size: 1em !important;
}
section#text-2 .Form-Col {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
section#text-2 input, section#text-2 textarea, section#text-2 select {
    background: #9b9b9b75;
    border: none;
    color: #fff;
    padding: 0.8em;
}
section#text-2 textarea {
	height: 6em;
}
section#text-2 select option {
    background: #043d6d;
}
section#text-2 input::placeholder, section#text-2 textarea::placeholder, section#text-2 select::placeholder {
    color: #fff;
}
section#text-2 .Form-Button input {
    width: 100%;
    background: #D1AE6C;
    padding: 0.4em;
    font-size: 1.2em;
    font-weight: 500;
}
.Form-Bottom {
    text-align: center;
    line-height: 0;
}
.Form-Bottom img {
    max-width: 12em;
}
span.ajax-loader, .wpcf7-spinner {
    position: absolute !important;
    margin: 0 !important;
    right: 0;
}
span.wpcf7-not-valid-tip {
    float: right;
    font-size: 15px;
    margin: -54px 0 0px;
    position: relative;
    z-index: 1;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: white;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.4;
    background: #ffb900;
}
form.wpcf7-form.invalid input {
    margin-bottom: 15px !important;
}
.wpcf7-response-output {
    color: #fff;
    background: #46b450;
    text-align: center;
}

/*=======================================> Services <=======================================*/

section#custom_html-8 {
    margin-bottom: 3em;
}
section#custom_html-8 h4 {
    position: relative;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    text-align: center;
    font-size: 2em;
}
section#custom_html-8 h4:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2.6em;
    height: 5px;
    background: #d1ae6c;
    margin-left: -1.3em;
}
.Service_Box {
    padding: 0.5em 0.8em;
    border: 2px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8em;
    margin-bottom: 1em;
}
.Service_Box .Flex {
    display: flex;
    align-items: center;
}
.Service_Box .Icon {
    line-height: 0;
    flex-shrink: 0;
    width: 2em;
    margin-right: 0.8em;
    filter: invert(68%) sepia(50%) saturate(347%) hue-rotate(1deg) brightness(97%) contrast(84%);
}
.Service_Box .Title {
    font-family: 'Lora';
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.3;
}
.Service_Box .Button-Div a {
    display: inline-block;
    padding: 0.5em;
    background: #d1ae6c;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-family: Lora;
    font-style: italic;
    font-size: 0.8em;
}
.Service_Box .Button-Div a:hover {
    background: #043d6d;
}
section#custom_html-8 .Section-Button {
    text-align: center;
}
section#custom_html-8 .Section-Button a {
    padding: 0.4em 1.5em;
    font-size: 1em;
}

/*=======================================> Team <=======================================*/

section#custom_html-6 {
    margin-bottom: 3em;
}
section#custom_html-6 h4 {
    position: relative;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    text-align: center;
    font-size: 2em;
}
section#custom_html-6 h4:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2.6em;
    height: 5px;
    background: #d1ae6c;
    margin-left: -1.3em;
}
section#custom_html-6 .textwidget.custom-html-widget {
    position: relative;
}
section#custom_html-6 .Image-Div {
    line-height: 0;
    padding: 0.3em;
    background: #043d6d;
}
section#custom_html-6 .Section-Button {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 5%;
    text-align: center;
}
section#custom_html-6 .Section-Button a {
    width: 100%;
    font-size: 0.9em;
    padding: 0.4em;
}


/*=====================Testimonial==========================*/

section#text-9 {
    margin-bottom: 0em;
}
section#text-9 h4 {
    position: relative;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    text-align: center;
    font-size: 2em;
}
section#text-9 h4:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2.6em;
    height: 5px;
    background: #d1ae6c;
    margin-left: -1.3em;
}
.Sidebar-Testimonial-Row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
}
section#text-9 .Section-Button{
	margin-top: 1em;	
	text-align: center;
}
section#text-9 .Section-Button a {
    padding: 0.4em 1.5em;
    font-size: 1em;
}

/*======================== Contact Page================================*/

.Full_Width{
	width: 99.4vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
section.ContactSection {
    padding: 0em 0 5em;
}
section.ContactSection .Row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4em;
}
.ContactSection .Form-Div {
    padding: 2em;
    background: url(/wp-content/uploads/2024/07/Providence_Rhode_Island_Form_Bg.jpg) no-repeat center;
    background-size: cover;
}
.ContactSection .Form-Div h2 {
    text-align: center;
    color: #fff;
    font-size: 2em;
    margin-bottom: 1.1em;
}
.ContactSection .Form-Div h2 span {
    display: block;
}
.ContactSection .Form-Div h2 i {
    display: inline-block;
    font-size: 1.2em;
    padding: 0 2em;
    position: relative;
}
.ContactSection .Form-Div h2 i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.5em;
    height: 4px;
    background: #fff;
    margin-top: -2px;
}
.ContactSection .Form-Div h2 i:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.5em;
    height: 4px;
    background: #fff;
    margin-top: -2px;
}
.ContactSection .Form-Div .Form-Col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
}
.ContactSection .Form-Div input, .ContactSection .Form-Div textarea, .ContactSection .Form-Div select {
    background: #9b9b9b75;
    border: none;
    color: #fff;
    padding: 0.8em;
}
.ContactSection .Form-Div select option {
    background: #043d6d;
}
.ContactSection .Form-Div input::placeholder, .ContactSection .Form-Div textarea::placeholder, .ContactSection .Form-Div select::placeholder {
    color: #fff;
}
.ContactSection .Form-Div textarea {
    height: 6em;
}
.ContactSection .Form-Div .Form-Button input {
    width: 100%;
    background: #D1AE6C;
    padding: 0.4em;
    font-size: 1.2em;
    font-weight: 500;
}
.ContactSection .Attorney-Box {
    position: relative;
}
.ContactSection .Attorney-Box .Image-Div {
    line-height: 0;
    padding: 0.3em;
    background: #043d6d;
    height: 100%;
    position: relative;
}
.ContactSection .Attorney-Box .Image-Div img {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
    border: 0.3em solid #043d6d;
}
.ContactSection .Attorney-Box  .Section-Button {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 5%;
    text-align: center;
}
.ContactSection .Attorney-Box  .Section-Button a {
    width: 100%;
    font-size: 1em;
    padding: 0.4em;
}

.Contact_Info {
    margin-bottom: 3em;
}
.Contact_Info ul {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin: 0 0 3em;
    flex-direction: column;
}
.Contact_Info ul li {
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
}
.Contact_Info ul li .Icon {
    flex-shrink: 0;
    width: 3.5em;
    background: #d1ae6c;
    line-height: 0;
    padding: 0.6em;
    margin-right: 0.6em;
}
.Contact_Info ul li .Icon img {
    margin: 0;
    filter: invert(1);
}
.Contact_Info ul li .Info{
	line-height: 1.3;
}
.Contact_Info ul li a {
    color: #000;
    display: inline-block;
}
.Contact_Info .sfs-fast-map {
    line-height: 0;
    padding: 0.3em;
    background: #d1ae6c;
}
.Contact_Info .sfs-fast-map img, .Contact_Info .sfs-fast-map iframe {
    width: 100%;
    height: 20em;
    border: none;
    object-fit: cover;
}
.Contact-Page-Form {
    padding: 3em;
    background: url(/wp-content/uploads/2024/07/Providence_Rhode_Island_Form_Bg.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 3em;
}
.Contact-Page-Form .Form-Div {
    width: 80%;
    margin: 0 auto;
}
.Contact-Page-Form h2 {
    text-align: center;
    color: #fff;
}
.Contact-Page-Form h2 span {
    display: block;
}
.Contact-Page-Form h2 i {
    display: inline-block;
	font-size: 1.2em;
    padding: 0 6em;
    position: relative;
}
.Contact-Page-Form h2 i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5.5em;
    height: 4px;
    background: #fff;
    margin-top: -2px;
}
.Contact-Page-Form h2 i:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 5.5em;
    height: 4px;
    background: #fff;
    margin-top: -2px;
}
.Contact-Page-Form .Form-Col {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.4em;
}
.Contact-Page-Form input, .Contact-Page-Form textarea, .Contact-Page-Form select {
    background: #9b9b9b75;
    border: none;
    color: #fff;
    padding: 0.9em;
    font-size: 1em;
}
.Contact-Page-Form select option {
    background: #043d6d;
}
.Contact-Page-Form textarea {
    height: 9em;
}
.Contact-Page-Form input::placeholder, .Contact-Page-Form textarea::placeholder, .Contact-Page-Form select::placeholder {
    color: #fff;
}
.Contact-Page-Form .Col4 {
    grid-column: span 4;
}
.Contact-Page-Form .Col6 {
    grid-column: span 6;
}
.Contact-Page-Form .Col12 {
    grid-column: span 12;
}
.Contact-Page-Form .Form-Button {
    text-align: center;
}
.Contact-Page-Form .Form-Button input {
    width: 100%;
    max-width: 100%;
    background: #d1ae6c;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0.6em;
}
.Contact-Page-Form .Form-Bottom img {
    max-height: 3.2em;
}

.Contact-Page-Form .Form-Bottom {
    margin: 0;
    text-align: left;
}


/*=======================Result-Page==============================*/

.Result-Page .ResultDiv {
    padding: 1.5em;
    background: #ffffff;
    margin-bottom: 2em;
    border: 6px solid #f0b902;
    outline: 3px solid #f0b902;
    outline-offset: -14px;
}

.Result-Page .ResultDiv p:last-child {
    margin: 0;
}

.Result-Page .ResultDiv .Title {
    font-size: 1.8em;
    line-height: 1.3;
    font-family: NotoSerif;
    margin-bottom: 28px;
}

/*=======================Reviews==============================*/

.Testimonial-Page .Testimonial {
    display: flex;
    margin-bottom: 50px;
}
.Testimonial-Page .Testimonial .Test-Bottom {
    flex-shrink: 0;
    width: 20%;
    margin-right: 2em;
    text-align: center;
}
.Testimonial-Page .Testimonial .Icon {
    line-height: 0;
}
.Testimonial-Page .Testimonial .Icon img {
    width: auto;
    max-width: 5em;
}
.Testimonial-Page .Testimonial .Title {
    font-size: 1.2em;
    font-weight: 700;
    margin: 6px 0;
}
.Testimonial-Page .Testimonial .Star {
    line-height: 0;
}
.Testimonial-Page .Testimonial .Star img {
    width: 7em;
}
.Testimonial-Page .Testimonial .Test-Text {
    padding: 1.5em;
    background: #f3f3f3;
    position: relative;
    border-radius: 0.6em;
}
.Testimonial-Page .Testimonial .Test-Text:before {
    content: "";
    position: absolute;
    left: -0.8em;
    top: 3.1em;
    width: 1.8em;
    height: 1.8em;
    background: #f3f3f3;
    transform: rotate(45deg);
}
.Testimonial-Page .Testimonial .Test-Text p:last-child {
    margin: 0;
}
.prev-next-posts{
	text-align: center;
}
.prev-next-posts a {
    display: inline-block;
    padding: 0.4em 1.5em;
    background: #043d6d;
    margin: 0 10px;
    color: #fff;
}
.Reviews-Page .archive-pagination.pagination {
    display: none;
}

/*=====================================================================*/

.Service-Page-Row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 0px solid #d8d8d8;
    border-width: 0px 0px 1px 1px;
}

/*=====================================================================*/

.Result-Page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
}
.Result-Cat {
    position: relative;
}
.Result-Cat .Image {
    line-height: 0;
}
.Result-Cat img {
    width: 100%;
    height: 14em;
    object-fit: cover;
    opacity: 0.2;
}
.Result-Cat .Text-Div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
}
.Result-Cat .Title {
    font-family: 'Lora';
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.5em;
}
.Result-Cat .Button-Div a {
    display: inline-block;
    padding: 0.3em 1.2em;
    background: #d1ae6c;
    color: #fff;
    text-decoration: none;
}
.Result-Cat .Button-Div a:hover {
    background: #043d6d;
}

.Cases-Result-Row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
}
.Result_Box {
    padding: 2em;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1em;
    outline: 0.2em solid #fff;
    outline-offset: -1em;
}
.Result_Box:nth-child(odd) {
    background: #d2af6d;
}
.Result_Box:nth-child(even) {
    background: #050a30;
}
.Result_Box .Author {
    font-weight: 600;
}
.Result_Box h3 {
    font-size: 1.5em !important;
    margin-bottom: 0;
}
.Result_Box p {
    margin-bottom: 0;
}
.Result_Box h4 {
    font-size: 1.5em !important;
    margin-bottom: 0;
}




/*=====================================Blog Page========================================*/


.site-inner h1 {
    font-size: 2.5em;
} 

div#Blog-Row {
    display: flex;
    justify-content: space-between;
}

section#articles article {
    padding: 1.5em;
    box-shadow: 0px 0px 20px #00000029;
    margin-bottom: 3em;
}

header.post-header .post-image {
    line-height: 0;
    margin-bottom: 1em;
}

header.post-header .post-image img {
    width: 100%;
    height: 20em;
    object-fit: cover;
}

header.post-header .Date {
    font-size: 1em;
    font-weight: 500;
    color: #d1ae6c;
    line-height: 1.4em;
    background: url(/wp-content/uploads/2024/07/Date.svg) no-repeat left;
    background-size: auto 1.6em;
    padding: 0.2em 0em 0.2em 2.2em;
}
header.post-header .Date span {
    display: inline-block;
    background: #e4ebf3;
    padding: 0.4em 1.4em;
}

header.post-header h2.title.font-lato {
    font-size: 1.8em;
    margin: 0.6em 0;
	font-weight:600;
}

header.post-header h2.title.font-lato a {
    text-decoration: none;
}

header.post-header p {
    font-size: 1em;
    margin-bottom: 0em;
}

.Post-Button a {
    display: inline-block;
    padding: 0.5em 1.5em;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1em;
    position: relative;
    z-index: 1;
    margin-left: 0.9em;
}
.Post-Button a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d1ae6c;
    z-index: -1;
    transform: skew(-30deg, 0deg);
}

/*footer.entry-footer {

    display: none;

}*/

div#respond {
    padding: 1.6em;
    border: 5px solid #47abe1;
}

div#Blog-Row .rowSidebar {
    flex-shrink: 0;
    width: 20em;
    margin-left: 2em;
}
nav.pagination a, .archive-pagination.pagination a {
    display: inline-block;
    padding: 0.4em 1.5em;
    background: #043d6d;
    color: #fff;
    text-decoration: none;
}

section#archives-2 h4 {
    font-size: 2em;
	text-transform: uppercase;
    margin-bottom: 0.8em;
}
section#archives-2 li {
    line-height: 1.2;
    padding: 0 0 0.6em;
    margin-bottom: 0.6em;
    border-bottom: 1px solid #0000002e;
}
section#archives-2 li a {
    display: block;
    padding: 0.8em;
    padding-left: 3.2em;
    position: relative;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-family: 'NotoSerif';
}
section#archives-2 li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5em;
    height: 100%;
    background: #47abe1;
}
section#archives-2 li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5em;
    height: 100%;
    background: url(https://arkwood.clientsitedemo.com/wp-content/uploads/2024/07/check-box.png) no-repeat center;
    background-size: 1.6em;
    filter: invert(1);
}



section#categories-3 h4 {
    position: relative;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    text-align: center;
    font-size: 2em;
}
section#categories-3 h4:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2.6em;
    height: 5px;
    background: #d1ae6c;
    margin-left: -1.3em;
}
section#categories-3 li {
    line-height: 1.2;
    padding: 0 0 0.6em;
    margin-bottom: 0.6em;
    border-bottom: 1px solid #0000002e;
}
section#categories-3 li a {
    display: block;
    padding: 0.8em;
    padding-left: 3.2em;
    position: relative;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
/*section#categories-3 li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5em;
    height: 100%;
    background: #d1ae6c;
}*/
section#categories-3 li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5em;
    height: 100%;
    background: url(/wp-content/uploads/2024/07/li.svg) no-repeat center;
    background-size: 1.6em;
}

.archive main#genesis-content article.format-standard {
    padding: 1.5em;
    box-shadow: 0px 0px 20px #00000029;
    margin-bottom: 3em;
}

.archive main#genesis-content article.format-standard h2.entry-title {
    font-size: 2em;
}

.archive main#genesis-content article.format-standard .entry-content a.entry-image-link {
    line-height: 0;
    display: block;
}

.archive main#genesis-content article.format-standard .entry-content img {
    width: 100%;
    height: 20em;
    object-fit: cover;
}

.archive main#genesis-content article.format-standard .entry-content p {
    margin: 30px 0 0;
}

.archive main#genesis-content article.format-standard .entry-content a.more-link {
    display: block;
    width: 10em;
    background: #d1ae6c;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    text-decoration: none;
    position: relative;
    display: none;
}

.single .Main-Header {
    position: relative;
    background: url(/wp-content/uploads/2024/07/Banner-Bg-1-scaled.jpg) no-repeat top;
    background-size: 100%;
}

.single article img.attachment-post-image.size-post-image.wp-post-image {
    margin-bottom: 30px;
	width: 100%;
}


@media (max-width: 1365px) and (min-width: 1024px){
.Full_Width {
    width: 98.9vw;
    position: relative;
    margin-left: -3vw;
    left: 0;
}
.home .site-inner{
	max-width:100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.site-inner, .wrap {
    max-width: 94% !important;
    margin-left: 3% !important;
    margin-right: 3% !important;
}
.site-inner .content-sidebar-wrap {
    display: flex;
    justify-content: space-between;
}
.home .site-inner .content-sidebar-wrap {
    display: block;
}
main#genesis-content {
    width: auto !important;
}
.home main#genesis-content {
    width: 100% !important;
}
aside#genesis-sidebar-primary {
    flex-shrink: 0;
    margin-left: 2%;
    max-width: 360px;
    float: right;
    width: 19.8em !important;
}

/*------------------------------*/
body > div{
	font-size: 1.3vw;
}

.Inner-Image-Right iframe, .Inner-Image-Left iframe {
    width: 100%;
    height: 13.19em;
}
	
}




/*==============================================*/



@media only screen and (max-width: 1023px){
.Mobile { display: block!important;}
.Desktop{ display:none !important;}
.site-inner, .wrap { max-width: 550px;}
.wrap, .site-header > .wrap {
    padding-left: 0;
    padding-right: 0;
}
body > div {
    font-size: 18px;
}
ul.Two-Col li {
    width: 100%;
	padding-right:0;
}
section .slick-slider {
    padding-bottom: 5em;
}

/*====================Header======================*/

/*.Main-Header {
    position: relative;
	background: url(/wp-content/uploads/2024/07/Mobile-Header-Bg.jpg) no-repeat center;
	background-size: cover;
}*/
.Main-Header {
    position: relative;
	background: #fff;
}
header.site-header .wrap {
    justify-content: center;
    flex-wrap: wrap;
}
header.site-header .title-area {
	margin: 0;
}
.widget-area.header-widget-area {
    display: inherit;
}
button#mobile-genesis-nav-primary {
	position: absolute;
	top: 50%;
	left: 0;
	width: 5em;
	height: 4em;
	background: #d2ae6e;
	border: none;
	transform: translate(0px, -50%);
	color: #fff0;
	outline: none;
	font-size: 1em;
	margin: 0;
}
button#mobile-genesis-nav-primary:before {
	background: url(images/Mobile-Menu-Icon.svg) no-repeat center;
	background-size: 2.6em;
	filter: invert(1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 1em;
	margin: 0;
}
nav#genesis-nav-primary {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 0;
}
nav#genesis-nav-primary li a {
	padding: 20px;
	font-size: 16px;
	border-bottom: 1px solid #000;
}
nav#genesis-nav-primary li button.sub-menu-toggle {
	padding: 7px;
	position: absolute;
	top: 0;
	margin: 12px;
	background: #000;
	color: #fff;
}
section#text-20 {
    line-height: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    width: 4em;
    transform: translate(0px, -50%);
    filter: invert(71%) sepia(30%) saturate(534%) hue-rotate(360deg) brightness(96%) contrast(87%);
}
.AfterheaderContainer.Mobile section{
    margin: 0;
}
.AfterheaderContainer {
    position: relative;
    z-index: 2;
}
.AfterheaderContainer a {
    font-weight: 700;
    text-decoration: none;
}
.AfterheaderContainer a img {
    margin: -0.7px 0.5em -0.8em 0;
    max-width: 42px;
    max-height: 42px;
    width: 2.3em;
    filter: invert(1);
}
.AfterheaderContainer .call-div {
    background: #050930;
}
.AfterheaderContainer .email-div {
    background: #d2ae6e;
}
.AfterheaderContainer .call-div a, .AfterheaderContainer .email-div a {
    color: #fff;
}
.AfterheaderContainer .call-div, .AfterheaderContainer .email-div {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0.5em 0.5em 0.7em;
}

/*==============================================================*/
	
	
.vcard{display:none}
	
	
/*==============================================================*/

section.Banner {
	padding: 3em 0;
	background-position: left;
}
section.Banner .wrap {
    padding-bottom: 0;
}
section.Banner .Text-Div {
	max-width: 550px;
	font-size: 1em;
}
section.Banner .Heading1 {
    font-size: 1.2em;
}
section.Banner .Heading2 {
    font-size: 1.1em;
}
section.Banner .Image_Div {
    line-height: 0;
    margin-top: 2em;
    padding: 0 2em;
}
section.Banner .Image_Div img {
    margin: 0;
}
section.Banner .Button-Div {
    margin-top: 0em;
}
section.Banner .Button-Div a {
	width: 94%;
	margin: 0 auto;
	display: block;
}

/*======================================================================*/

section .Section-Heading {
	font-size: 1.8em !important;
}

/*======================================================================*/

section.Logo-Section .Heading {
    text-align: center;
}
section.Logo-Section .Heading span {
    padding: 0 0 1em;
}
section.Logo-Section .Heading span:before {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(0px, 0px);
    margin-top: 0;
    margin-right: -1.5em;
}

/*======================================================================*/

section.Video-Section {
    padding: 3em 0;
}
section.Video-Section:before{
	display: none;
}
section.Video-Section .Text-Div {
    width: 100%;
}
section.Video-Section .Video-Div {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    width: 100%;
    margin-bottom: 28px;
}
section.Video-Section .Video-Div iframe {
    height: 16.9em;
}

/*======================================================================*/

section.Service-Section {
    padding: 3em 0;
    margin: 0 0;
}
section.Service-Section h2 {
    margin-bottom: 28px;
    padding-bottom: 28px;
}
section.Service-Section .Sub-Heading {
    font-size: 1.3em;
    margin-bottom: 28px;
}
section.Service-Section .Row {
    grid-template-columns: 1fr;
    border: none;
}
.Service-Div {
    border-width: 1px;
    margin: 0 1em;
}
/*======================================================================*/

section.Testimonial-Section {
    padding: 3em 0;
}


/*======================================================================*/

section.Text-Section {
    padding: 3em 0;
}
section.Text-Section .Text-Div {
    width: 100%;
    border: none !important;
    padding: 0;
    box-shadow: none !important;
}
section.Text-Section h2 {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
section.Text-Section .Image-Col {
    line-height: 0;
    background: #043b6a;
    padding: 0.3em;
    margin-bottom: 28px;
}

/*======================================================================*/

section.Result-Section {
    padding: 3em 0;
    margin: 0 0;
}
section.Result-Section h2 {
    padding-top: 25px;
    margin-bottom: 25px;
}

/*======================================================================*/

section.Consultation-Section {
    padding: 0em 0 3em;
}
section.Consultation-Section h3 {
    font-size: 1.4em;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
section.Consultation-Section .Row {
    grid-template-columns: 1fr;
}
section.Consultation-Section .Col4 {
    margin: 0 1em;
}

/*======================================================================*/

section.Blog-Section {
    padding: 3em 0;
}
section.Blog-Section h2 {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
section.Blog-Section .Sub-Heading {
    font-size: 1.3em;
    margin-bottom: 28px;
}

/*======================================================================*/

section.Faq-Section {
    padding: 3em 0;
}
section.Faq-Section .Row {
    flex-direction: column;
}
section.Faq-Section .Faq-Div {
    width: 100%;
}

/*======================================================================*/

section.Areas-Served {
    padding: 3em 0;
}
section.Areas-Served .wrap {
    display: flex;
    flex-direction: column-reverse;
}
section.Areas-Served .Image-Div {
    width: 100%;
}
section.Areas-Served .Text-Div {
    width: 100%;
    margin-bottom: 3em;
}


/*======================================================================*/

section.Contact-Section {
    padding: 3em 0;
}
section.Contact-Section h2 {
    font-size: 1.8em !important;
}
section.Contact-Section h2 i {
    padding: 0 3em;
}
section.Contact-Section h2 i:before, section.Contact-Section h2 i:after {
    width: 2.5em;
}
section.Contact-Section .Form-Col {
    grid-template-columns: 1fr;
}

section.Contact-Section .Form-Div {
    width: 100%;
    margin: 0 auto;
}
section.Contact-Section .Col6, section.Contact-Section .Col12, section.Contact-Section .Col4 {
    grid-column: 1 / -1;
}


/*======================================================================*/

section.Location-Section {
    padding: 3em 0;
}
section.Location-Section .Row {
    grid-template-columns: 1fr;
}


nav.nav-secondary {
    display: none;
}
nav.nav-secondary ul li {
    display: block !important;
    text-align: center !important;
    border-bottom: 1px solid #fff;
}


div#genesis-footer-widgets {
    padding: 3em 0;
}
section#media_image-2:before, section#media_image-2:after {
    width: 7em;
}
.widget-area.footer-widgets-2.footer-widget-area {
    flex-direction: column;
}


/*=============================Innerpage==================================*/

section.Banner.InnerBanner{
	padding: 3em 0;
}


.entry-content h1{
	font-size:1.8em;
}
.entry-content h2, .entry-content h3 , .entry-content h4 {
    font-size: 1.5em;
}
.Inner-Image-Right, .Inner-Image-Left {
    width: 100%;
    margin: 0 0 28px;
}
.Inner-Image-Right iframe, .Inner-Image-Left iframe, .Inner-Image-Center iframe {
    width: 100%;
    height: 16.9em;
}

/*=========================Sidebar==================================*/

aside#genesis-sidebar-primary {
    width: 100%;
    margin: 0 0% 50px;
}


/*====================================================================*/

.Result-Page {
    grid-template-columns: 1fr;
}

/*====================================================================*/

section.ContactSection {
    padding: 0 0 3em;
}
section.ContactSection .Row {
    grid-template-columns: 1fr;
}
.ContactSection .Attorney-Box {
    height: 30em;
}


/*==================================================================*/

.Testimonial-Page .Testimonial {
    display: flex;
    flex-direction: column;
}
.Testimonial-Page .Testimonial .Test-Bottom {
    width: 100%;
    margin: 0 0 2.5em;
}
.Testimonial-Page .Testimonial .Test-Text {
    text-align: center;
}
.Testimonial-Page .Testimonial .Test-Text:before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -0.7em) rotate(45deg);
}

/*====================================================================*/

div#Blog-Row {
    display: flex;
    flex-direction: column;
}
div#Blog-Row .rowSidebar {
    width: 100%;
    margin: 0;
}
header.post-header .post-image img {
    height: 15em;
}
.site-inner h1 {
    font-size: 1.8em;
}

.archive main#genesis-content article.format-standard h2.entry-title {
    font-size: 1.5em;
}
	
	
/*==================================================*/

.Contact-Page-Form {
    padding: 2em;
}
.Contact-Page-Form h2 {
    font-size: 1.8em !important;
}
.Contact-Page-Form h2 i {
    padding: 0 3em;
}
.Contact-Page-Form h2 i:before, .Contact-Page-Form h2 i:after {
    width: 2.5em;
}
.Contact-Page-Form .Form-Col {
    grid-template-columns: 1fr;
}

.Contact-Page-Form .Form-Div {
    width: 100%;
    margin: 0 auto;
}
.Contact-Page-Form .Col6, .Contact-Page-Form .Col12, .Contact-Page-Form .Col4 {
    grid-column: 1 / -1;
}

}





/*======================Mobile Css================================*/

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


.site-inner, .wrap {
    max-width: 90%;
}
div ul.slick-dots {
    font-size: 4vw !important;
	margin-top: 3em;
}
body > div {
	font-size: 16px;
}
	
/*==========================Header==========================*/	

header.site-header {
    font-size: 3.3vw;
}
.AfterheaderContainer {
    font-size: 3.6vw;
}

/*=======================================================*/

section.Banner {
    font-size: 3vw;
}
section.Banner .Heading1 {
    font-size: 6.5vw;
}
section.Banner .Heading2 {
    font-size: 6vw;
    margin: 1.1em 0 0.5em;
}
section.Banner .Text-Div ul li {
    font-size: 16px !important;
}
section.Banner .Button-Div a {
    font-size: 4vw;
}


/*=======================================================*/

section .Section-Heading {
	font-size: 7vw !important;
}
.home .entry-content section p {
    font-size: 18px;
}
.home .entry-content ul li {
    font-size: 18px;
}
.Section-Button a {
    font-size: 4.5vw;
}

/*=======================================================*/

section.Logo-Section {
    font-size: 3vw;
}
.Logo-Slider {
    font-size: 4vw;
}

/*=======================================================*/

section.Video-Section {
    font-size: 3vw;
}



/*=======================================================*/

section.Service-Section {
    font-size: 3vw;
}
section.Service-Section .Sub-Heading {
    font-size: 6vw;
}
section.Service-Section .Mobile-Slider {
    font-size: 4vw;
}
.Service-Div.Button-Div {
    font-size: 1.1em;
    margin: 0 0.5em;
}


/*=======================================================*/

section.Testimonial-Section {
    font-size: 3vw;
}



/*=======================================================*/

section.Text-Section {
    font-size: 3vw;
}
.Testimonial-Row {
    font-size: 4vw;
}
section.Testimonial-Section .Google-Testimonials .Row {
    font-size: 4vw;
}
.Testimonial-Div {
    font-size: 1.1em;
}
.Testimonial-Div .Test-Text p {
    font-size: 0.9em !important;
}



/*=======================================================*/

section.Result-Section {
    font-size: 3vw;
}
.Result_Slider {
    font-size: 4vw;
}
.Result-Div {
    font-size: 1.1em;
}



/*=======================================================*/

section.Consultation-Section {
    font-size: 3vw;
}
section.Consultation-Section h3 {
    font-size: 5.5vw;
}
section.Consultation-Section .Mobile-Slider {
    font-size: 4vw;
}
section.Consultation-Section .Col4 {
    font-size: 1.1em;
}



/*=======================================================*/

section.Blog-Section {
    font-size: 3vw;
}
section.Blog-Section .Blog-Slider {
    font-size: 4vw;
}
section.Blog-Section .Sub-Heading {
    font-size: 6vw;
}



/*=======================================================*/

section.Faq-Section {
    font-size: 3vw;
}



section.Areas-Served {
    font-size: 3vw;
}



section.Contact-Section {
    font-size: 3vw;
}
section.Contact-Section h2 {
    font-size: 6.3vw !important;
}

section.Contact-Section .Form-Col {
    font-size: 4vw;
}
section.Contact-Section .Form-Button input {
    width: 100%;
}



section.Location-Section {
    font-size: 3vw;
}
section.Location-Section .Sub-Heading {
    font-size: 18px;
}
section.Location-Section .Row {
    font-size: 4.5vw;
}
.Location-Div ul li {
    font-size: 1em !important;
}



div#genesis-footer-widgets {
    font-size: 3vw;
}
.footer-widget-area {
    font-size: 4vw;
}





/*===========================Inner Page=============================*/


.entry-content h1 {
    font-size: 10vw;
}
.entry-content h2, .entry-content h3, .entry-content h4 {
    font-size: 8vw;
}
.Inner-Image-Right iframe, .Inner-Image-Left iframe, .Inner-Image-Center iframe {
    height: 16em;
    font-size: 3.1vw;
}

/*=========================Sidebar==================================*/

aside#genesis-sidebar-primary {
    font-size: 4.5vw;
}

/*=======================================================*/

.Service-Page-Row {
    grid-template-columns: 1fr;
}

/*=======================================================*/

.ContactSection .Form-Div h2 {
    font-size: 6vw;
}


/*==============================Blog Page===================================*/

section#articles {
    font-size: 3.5vw;
}
header.post-header p {
    font-size: 18px;
}
.site-inner h1 {
    font-size: 10vw;
}
.archive main#genesis-content article.format-standard h2.entry-title {
    font-size: 6vw;
}
	
/*=============================================*/
	
.Contact-Page-Form {
    font-size: 3vw;
}
.Contact-Page-Form h2 {
    font-size: 5.5vw !important;
}

.Contact-Page-Form .Form-Col {
    font-size: 4vw;
}
.Contact-Page-Form .Form-Button input {
    width: 100%;
}

	
}

.Google-Testimonials{
	margin-bottom: 40px;
}
.Google-Testimonials .Title-Box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px
}

.Google-Testimonials .Total-Review {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	text-align: right
}

.Google-Testimonials .Total-Review span.S1 {
	flex-basis: 100%;
	color: #212529;
	font-size: 16px;
	font-weight: 500
}

.Google-Testimonials .Total-Review span.Star {
	margin-right: 10px;
	position: relative;
	line-height: 0
}

.Google-Testimonials .Total-Review span.Star:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0px;
	height: 100%;
	background: url(/wp-content/uploads/2024/07/reviews_stars-grey.svg) right no-repeat;
	background-size: auto 100%
}

.Google-Testimonials .Total-Review span.Star img {
	width: 130px
}

.Google-Testimonials .Total-Review span.S2 {
	display: inline-block;
	font-size: 30px;
	font-weight: 700
}

.Google-Testimonials .Row {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px
}

.Google-Testimonials .Review-Div {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 20px
}

.Google-Testimonials .Review-Div .Review-Top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
	margin-bottom: 20px
}

.Review-Div .Review-Top .Star_5 img {
	width: 100px;
	height: auto 
}

.Review-Div .Review-Top span.Date {
	font-size: 16px
}

.Review-Div .Review-Top .Date:after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(/wp-content/uploads/2024/07/google.png) center no-repeat;
	background-size: 100%;
	margin: 0 0 -7px 10px
}

.Google-Testimonials .Review-Div .Title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px
}

.Google-Testimonials .Review-Div p {
    margin: 0;
    font-size: 0.95em !important;
    text-align: left;
}

@media screen and (max-width: 1020px) {
	.Google-Testimonials .Title-Box {
		display:flex;
		flex-direction: column;
		align-content: flex-start;
		flex-wrap: wrap
	}

	.Google-Testimonials .Total-Review {
		justify-content: flex-start;
		text-align: left;
		margin-top: 20px
	}

	.Google-Testimonials .Row {
		grid-template-columns: repeat(1,1fr)
	}
}

@media screen and (max-width: 580px) {
	.Google-Testimonials .Row {
		grid-template-columns:repeat(1,1fr)
	}
}