/*!/wp-content/themes/printylawfirm/style.css*//* Theme Name: Printy Law Firm
Version: 1.7
Requires at least: 4.7
Requires PHP: 5.2.4
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

0. 	CSS Reset
1. 	Document Setup
2. 	Element Base
3. 	Helper Classes
4. 	Site Header
5. 	Menu Modal
6. 	Search Modal
7. 	Page Templates
    a. 	Template: Cover Template
    c. 	Template: Full Width
8.  Post: Archive
9.  Post: Single
10. Blocks
11. Entry Content
12. Comments
13. Site Pagination
14. Error 404
15. Widgets
16. Site Footer
17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

html, body { border: none; margin: 0; padding: 0; }
blockquote::before, blockquote::after {	content: "";}

/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */



html {font-size: 62.5%; /* 1rem = 10px */}
body { background: #fff; box-sizing: border-box; color:#444; font-family: 'Jost', sans-serif; font-size:16px; line-height:28px; font-weight:400; letter-spacing: normal; text-align: left;}

*, *::before, *::after { box-sizing: inherit; -webkit-font-smoothing: antialiased; word-break: break-word; word-wrap: break-word;}

/* Clearing ---------------------------------- */
.group::after, .entry-content::after {clear: both;	content: "";display: block;}

/* Base Transitions -------------------------- */
a, path {transition: all 0.15s linear;}

/* Screen Reader Text ------------------------ */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; word-break: normal;}
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 1.4rem; font-size: 0.875rem; font-weight: 700; height: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000;}

/* Skip Link --------------------------------- */

.skip-link { left: -9999rem; top: 2.5rem; z-index: 999999999; text-decoration: underline;}
.skip-link:focus { display: block; left: 6px; top: 7px; font-size: 1.4rem; font-weight: 600; text-decoration: none; line-height: normal; padding: 15px 23px 14px; z-index: 100000; right: auto;}


/* Accessibility Settings -------------------- */

@media ( prefers-reduced-motion: reduce ) {
* {	animation-duration: 0s !important;	transition-duration: 0s !important;}
}

/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */


main {display: block;}
h1, h2, h3, h4, h5, h6, .faux-heading { margin: 0; padding:0;}
p { line-height: normal; margin: 0; padding:0;}
em, i, q, dfn {	font-style: italic;}
em em, em i, i em, i i, cite em, cite i {font-weight: bolder;}
big {font-size: 1.2em;}
small {font-size: 0.75em;}
b, strong {	font-weight: 700;}
ins {text-decoration: underline;}
sub, sup {	font-size: 75%;	line-height: 0;	position: relative;	vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
abbr, acronym {	cursor: help;}
address {line-height: 1.5;	margin: 0 0 2rem 0;}
hr {border-style: solid;border-width: 0.1rem 0 0 0;	border-color: #dcd7ca;margin: 4rem 0;}
.entry-content hr, hr.styled-separator {background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));	background-color: transparent !important;	border: none;	height: 0.1rem;	overflow: visible;	position: relative;}
.entry-content hr:not(.has-background), hr.styled-separator {color: #6d6d6d;}
.entry-content hr::before, .entry-content hr::after, hr.styled-separator::before, hr.styled-separator::after { 	background: currentColor; content: ""; display: block;	height: 1.6rem;	position: absolute;	top: calc(50% - 0.8rem); transform: rotate(22.5deg);width: 0.1rem;}
.entry-content hr::before, hr.styled-separator::before {left: calc(50% - 0.5rem);}
.entry-content hr::after, hr.styled-separator::after {right: calc(50% - 0.5rem);}
a {	color: #ffc500;	text-decoration: none;}
a:hover, a:focus {text-decoration: none; color:#383838;}

/* Lists ------------------------------------- */

ul, ol {margin: 0; padding:0;}
ul {list-style: disc;}
ul ul {	list-style: circle;}
ul ul ul {list-style: square;}
ol {list-style: decimal;}
ol ol {	list-style: lower-alpha;}
ol ol ol {list-style: lower-roman;}
li {line-height: 1.5;margin: 0;}
li > ul, li > ol {margin: 1rem 0 0 2rem;}
.reset-list-style, .reset-list-style ul, .reset-list-style ol {	list-style: none;margin: 0;}
.reset-list-style li {	margin: 0;}
dt, dd {line-height: 1.5;}
dt { font-weight: 700;}
dt + dd { margin-top: 0.5rem;}
dd + dt {margin-top: 1.5rem;}

/* Quotes ------------------------------------ */

blockquote { border-color: #3c5b65; border-style: solid; /*rtl:ignore*/ border-width: 0 0 0 0.2rem; color: inherit; font-size: 1em; margin: 4rem 0; /*rtl:ignore*/ padding: 0.5rem 0 0.5rem 2rem;}
cite { color: #6d6d6d; font-size: 1.4rem; font-style: normal; font-weight: 600; line-height: 1.25; }
blockquote cite {display: block; margin: 2rem 0 0 0;}
blockquote p:last-child {margin: 0;}

/* Code -------------------------------------- */
code, kbd, pre, samp { font-family: monospace; font-size: 0.9em; padding: 0.4rem 0.6rem;}
code, kbd, samp { background: rgba(0, 0, 0, 0.075); border-radius: 0.2rem;}
pre { border: 0.1rem solid #dcd7ca; line-height: 1.5; margin: 4rem 0; overflow: auto; padding: 3rem 2rem; text-align: left; }
pre code { background: transparent; padding: 0;}

/* Media ------------------------------------- */
figure {display: block;	margin: 0;}
iframe {display: block;	max-width: 100%;}
video {	display: block;}
svg, img, embed, object {display: block;height: auto;max-width: 100%;}
figcaption, .wp-caption-text {color: #6d6d6d; display: block;font-size: 1.5rem;	font-weight: 500; line-height: 1.2;	margin-top: 1.5rem;}
figcaption a, .wp-caption-text a {color: inherit;}

/* GALLERIES */
.gallery { display: flex; flex-wrap: wrap; margin: 3em 0 3em -0.8em; width: calc(100% + 1.6em);}
.gallery-item { margin: 0.8em 0; padding: 0 0.8em; width: 100%;}
.gallery-caption {display: block;margin-top: 0.8em;}

/* Inputs ------------------------------------ */

fieldset { border: 0.2rem solid #dcd7ca; padding: 2rem;}
legend { font-size: 0.85em;font-weight: 700;padding: 0 1rem;}
label { display: block; font-size: 1.6rem; font-weight: 400; margin: 0 0 0.5rem 0;}
label.inline, input[type="checkbox"] + label { display: inline; font-weight: 400; margin-left: 0.5rem;}
input, textarea, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button {font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;line-height: 1;}
@supports ( font-variation-settings: normal ) { input, textarea, button, .button, .faux-button, .faux-button.more-link, .wp-block-button__link, .wp-block-file__button {	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;}
}

input, textarea { border-color: #dcd7ca; color: #000;}
code, input[type="url"], input[type="email"], input[type="tel"] { /*rtl:ignore*/ direction: ltr;}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {-webkit-appearance: none; -moz-appearance: none; background: #fff; border-radius: 0; border-style: solid; border-width: 0.1rem; box-shadow: none; display: block; font-size: 1.6rem; letter-spacing: -0.015em;
margin: 0; max-width: 100%; padding: 1.5rem 1.8rem; width: 100%; }
select { font-size: 1em; }
/*textarea { height: 12rem; line-height: 1.5; width: 100%;}*/
input::-webkit-input-placeholder { line-height: normal; }
input:-ms-input-placeholder { line-height: normal;}
input::-moz-placeholder { line-height: normal;}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none;}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: none; -moz-appearance: none; background: #cd2653; border: none; border-radius: 0; color: #fff; cursor: pointer; display: inline-block; font-size: 1.5rem; font-weight: 600; letter-spacing: 0.0333em; line-height: 1.25; margin: 0; opacity: 1; padding: 1.1em 1.44em; text-align: center; text-decoration: none; text-transform: uppercase; transition: opacity 0.15s linear;}

button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {text-decoration: underline;}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {border-color: currentColor;}

input[type="search"]:focus { outline: thin dotted;outline-offset: -4px;}

/* Tables ------------------------------------ */

table { border: 0.1rem solid #dcd7ca; border-collapse: collapse; border-spacing: 0; empty-cells: show; font-size: 1.6rem; margin: 4rem 0; max-width: 100%; overflow: hidden; width: 100%; }
.alignleft > table { margin: 0; }
.alignright > table { margin: 0;}
th, td { border: 0.1rem solid #dcd7ca; line-height: 1.4; margin: 0; overflow: visible; padding: 0.5em; }
caption { background: #dcd7ca; font-weight: 600; padding: 0.5em; text-align: center;}
thead { vertical-align: bottom; white-space: nowrap;}
th { font-weight: 700;}

/* -------------------------------------------------------------------------- */

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */

/* Layout ------------------------------------ */

.no-margin { margin: 0;}
.no-padding { padding: 0;}
.screen-height { min-height: 100vh;}
.admin-bar .screen-height { min-height: calc(100vh - 32px);}

@media (max-width: 782px) {
.admin-bar .screen-height {	min-height: calc(100vh - 46px);}
}

.screen-width { position: relative; left: calc(50% - 50vw); width: 100vw;}


/* Toggles ----------------------------------- */

.toggle { -moz-appearance: none; -webkit-appearance: none; color: inherit; cursor: pointer; font-family: inherit; position: relative; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; text-align: inherit; user-select: none;}
button.toggle { background: none; border: none; box-shadow: none; border-radius: 0; font-size: inherit; font-weight: 400; letter-spacing: inherit; padding: 0; text-transform: none;}


/* Hiding and Showing ------------------------ */

.js .show-js {display: block !important;}
.js .hide-js {display: none !important;}
.no-js .show-no-js {display: block !important;}
.no-js .hide-no-js {display: none !important;}

/* Typography -------------------------------- */

.font-size-xl { font-size: 1.25em;}
.font-size-xs { font-size: 0.8em;}
.no-select { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}

/* Colors ------------------------------------ */

/* COLOR */

.color-accent, .color-accent-hover:focus, .color-accent-hover:hover { color: #cd2653;}

/* BACKGROUND COLOR */

.bg-accent, .bg-accent-hover:focus, .bg-accent-hover:hover {background-color: #cd2653;}

/* BORDER COLOR */

.border-color-accent, .border-color-accent-hover:focus, .border-color-accent-hover:hover {border-color: #cd2653;}

/* FILL COLOR */

.fill-children-accent, .fill-children-accent * {fill: #cd2653;}
.fill-children-current-color, .fill-children-current-color * {fill: currentColor;}

/* Opacity ----------------------------------- */

.opacity-0 { opacity: 0;}
.opacity-5 { opacity: 0.05;}
.opacity-10 {opacity: 0.1;}
.opacity-15 { opacity: 0.15;}
.opacity-20 { opacity: 0.2;}
.opacity-25 { opacity: 0.25;}
.opacity-30 { opacity: 0.3;}
.opacity-35 { opacity: 0.35;}
.opacity-40 { opacity: 0.4;}
.opacity-45 { opacity: 0.45;}
.opacity-50 { opacity: 0.5;}
.opacity-55 { opacity: 0.55;}
.opacity-60 { opacity: 0.6;}
.opacity-65 { opacity: 0.65;}
.opacity-70 { opacity: 0.7;}
.opacity-75 { opacity: 0.75;}
.opacity-80 { opacity: 0.8;}
.opacity-85 { opacity: 0.85;}
.opacity-90 { opacity: 0.9;}

.blend-mode-exclusion { mix-blend-mode: exclusion;}
.blend-mode-hue { mix-blend-mode: hue;}
.blend-mode-saturation { mix-blend-mode: saturation;}
.blend-mode-color { mix-blend-mode: color;}
.blend-mode-luminosity { mix-blend-mode: luminosity;}

/* Image Classes ----------------------------- */

.bg-image { background-position: center; background-repeat: no-repeat; background-size: cover;}
.bg-attachment-fixed { background-attachment: fixed;}
@supports ( -webkit-overflow-scrolling: touch ) {
.bg-attachment-fixed {	background-attachment: scroll;}
}

@media ( prefers-reduced-motion: reduce ) {
.bg-attachment-fixed {background-attachment: scroll;}
}

.wp-block-image.is-resized {margin-left: auto;margin-right: auto;}

/* Search Form ------------------------------- */

.search-form { align-items: stretch; display: flex; flex-wrap: nowrap; margin: 0 0 -0.8rem -0.8rem;}
.search-form .search-field, .search-form .search-submit { margin: 0 0 0.8rem 0.8rem;}
.search-form label { align-items: stretch; display: flex; font-size: inherit; margin: 0; width: 100%;}
.search-form .search-field { width: 100%;}
.search-form .search-submit { flex-shrink: 0;}
.search-form .search-submit:focus, .search-form .search-submit:hover {text-decoration: none;}

/* Social Icons ------------------------------ */

ul.social-icons { display: flex; flex-wrap: wrap; margin: -0.9rem 0 0 -0.9rem; width: calc(100% + 0.9rem);}
ul.social-icons li { margin: 0.9rem 0 0 0.9rem;}
.social-icons a { align-items: center; background: #cd2653; border-radius: 50%; color: #fff; display: flex; height: 4.4rem; justify-content: center; padding: 0; text-decoration: none; transition: transform 0.15s ease-in-out; width: 4.4rem;}
.social-icons a:focus, .social-icons a:hover { transform: scale(1.1); text-decoration: none;}

/* Cover Modals ------------------------------ */

.cover-modal { display: none; -ms-overflow-style: none; overflow: -moz-scrollbars-none; }
.cover-modal::-webkit-scrollbar { display: none !important;}
.cover-modal.show-modal { display: block; cursor: pointer;}
.cover-modal.show-modal > * { cursor: default;}


/* -------------------------------------------------------------------------- */

/*	4.	Site Header
/* -------------------------------------------------------------------------- */

#site-header { background: #fff; position: relative; }
.header-inner { max-width: 168rem; padding: 3.15rem 0; z-index: 100;}

/* Header Titles ----------------------------- */

.header-titles-wrapper { align-items: center; display: flex; justify-content: center; padding: 0 4rem;text-align: center;}
body:not(.enable-search-modal) .header-titles-wrapper { justify-content: flex-start; padding-left: 0; text-align: left;}
.site-title, .site-logo, .site-description { margin: 0;}
.site-title { font-size: 2.1rem; font-weight: 600; line-height: 1;}
.site-title a { color: inherit; display: block; text-decoration: none;}
.site-title a:hover, .site-title a:focus { text-decoration: underline;}
.site-description { margin-top: 1rem; color: #6d6d6d; font-size: 1.8rem; font-weight: 500; display: none; letter-spacing: -0.0311em; transition: all 0.15s linear;}
.site-logo a, .site-logo img { display: block;}
.header-titles .site-logo .site-logo { margin: 0;}
.site-logo img { max-height: 6rem; margin: 0 auto; width: auto;}
body:not(.enable-search-modal) .site-logo img { margin: 0;}

/* Overlay Header ---------------------------- */

.overlay-header #site-header { background: transparent; margin: 0; position: absolute; left: 0; right: 0; top: 0; z-index: 2; }
.overlay-header .header-inner { color: #fff;}
.overlay-header .site-description, .overlay-header .toggle { color: inherit;}
.overlay-header .header-inner .toggle-wrapper::before { background-color: currentColor; opacity: 0.25;}
.admin-bar.overlay-header #site-header { top: 32px; }

@media (max-width: 782px) {
.admin-bar.overlay-header #site-header {top: 46px;}
}

/* Header Navigation ------------------------- */
.header-navigation-wrapper { display: none;}

/* Header Toggles ---------------------------- */
.header-toggles { display: none;}
.header-inner .toggle { align-items: center; display: flex; overflow: visible; padding: 0 2rem;}
.header-inner .toggle svg { display: block; position: relative;z-index: 1;}
.header-inner .toggle path { fill: currentColor;}
.toggle-inner { display: flex; justify-content: center; height: 2.3rem; position: relative;}
.toggle-icon { display: block; overflow: hidden;}
.toggle-inner .toggle-text { color: #6d6d6d; font-size: 1rem; font-weight: 600; position: absolute; top: calc(100% + 0.5rem); width: auto; white-space: nowrap; word-break: break-all; }
.overlay-header .toggle-text { color: inherit;}
.header-inner .toggle:focus .toggle-text, .header-inner .toggle:hover .toggle-text {text-decoration: underline;}

/* Search Toggle ----------------------------- */
.search-toggle { position: absolute; bottom: 0; left: 0; top: 0;}
.search-toggle .toggle-icon, .search-toggle svg { height: 2.5rem; max-width: 2.3rem; width: 2.3rem;}

/* Navigation Toggle ------------------------- */
.nav-toggle { position: absolute; bottom: 0; right: 0; top: 0; width: 6.6rem; }
.nav-toggle .toggle-icon, .nav-toggle svg { height: 0.8rem; width: 2.6rem;}
.nav-toggle .toggle-inner { padding-top: 0.8rem;}

/* Primary Menu ---------------------------- */
.primary-menu-wrapper { display: none;}
ul.primary-menu { display: flex; font-size: 1.8rem; font-weight: 500; letter-spacing: -0.0277em; flex-wrap: wrap; justify-content: flex-end; margin: -0.8rem 0 0 -1.6rem;}
.primary-menu .icon { display: block; height: 0.7rem; position: absolute; pointer-events: none; transform: rotate(-45deg); width: 1.3rem; }
.primary-menu .icon::before, .primary-menu .icon::after { content: "";display: block; background-color: currentColor; position: absolute; bottom: calc(50% - 0.1rem); left: 0;}
.primary-menu .icon::before { height: 0.9rem; width: 0.2rem;}
.primary-menu .icon::after { height: 0.2rem; width: 0.9rem;}
.primary-menu li { font-size: inherit; line-height: 1.25; position: relative; }
.primary-menu > li { margin: 0.8rem 0 0 1.6rem;}
.primary-menu > li.menu-item-has-children > a { padding-right: 2rem;}
.primary-menu > li > .icon { right: -0.5rem; top: calc(50% - 0.4rem);}
.primary-menu a { color: inherit; display: block; line-height: 1.2; text-decoration: none;}
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor { text-decoration: underline;}
.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a { text-decoration: underline;}
.primary-menu li.current-menu-item > a:hover, .primary-menu li.current-menu-item > .link-icon-wrapper > a:hover, .primary-menu li.current-menu-item > a:focus, .primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {text-decoration: none;}

/* SUB MENU */
.primary-menu ul { background: #000; border-radius: 0.4rem; color: #fff; font-size: 1.7rem; opacity: 0; padding: 1rem 0; position: absolute; right: 9999rem; top: calc(100% + 2rem); transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s; transform: translateY(0.6rem); width: 20rem; z-index: 1;}
.primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.menu-item-has-children:focus > ul, .primary-menu li.menu-item-has-children.focus > ul { right: 0; opacity: 1;transform: translateY(0); transition: opacity 0.15s linear, transform 0.15s linear;}
.primary-menu ul::before, .primary-menu ul::after {content: ""; display: block; position: absolute; bottom: 100%; } 
.primary-menu ul::before {height: 2rem; left: 0;right: 0;}
.primary-menu ul::after { border: 0.8rem solid transparent; border-bottom-color: #000; right: 1.8rem; }
.primary-menu ul a { background: transparent; border: none; color: inherit; display: block; padding: 1rem 2rem; transition: background-color 0.15s linear; width: 100%;}
.primary-menu ul li.menu-item-has-children > a { padding-right: 4.5rem; }
.primary-menu ul li.menu-item-has-children .icon {position: absolute; right: 1.5rem; top: calc(50% - 0.5rem);}

/* DEEP DOWN */
.primary-menu ul ul {top: -1rem;}
.primary-menu ul li.menu-item-has-children:hover > ul, .primary-menu ul li.menu-item-has-children:focus > ul, .primary-menu ul li.menu-item-has-children.focus > ul { right: calc(100% + 2rem); }
.primary-menu ul ul::before { bottom: 0; height: auto; left: auto; right: -2rem; top: 0; width: 2rem; }
.primary-menu ul ul::after { border-bottom-color: transparent; /*rtl:ignore*/ border-left-color: #000; bottom: auto; right: -1.6rem; top: 2rem; }
.rtl .primary-menu ul ul::after { transform: rotate(180deg);}

/*
* Enable nav submenu expansion with tapping on arrows on large-viewport
* touch interfaces (e.g. tablets or laptops with touch screens).
* These rules are supported by all browsers (>IE11) and when JS is disabled.
*/
@media (any-pointer: coarse) {

.primary-menu > li.menu-item-has-children > a {	padding-right: 0;	margin-right: 2rem;}
.primary-menu ul li.menu-item-has-children > a {	margin-right: 4.5rem;	padding-right: 0;	width: unset;}
}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a { padding-right: 0; margin-right: 2rem; }
body.touch-enabled .primary-menu ul li.menu-item-has-children > a { margin-right: 4.5rem; padding-right: 0; width: unset;}

/* -------------------------------------------------------------------------- */

/*	5. Menu Modal
/* -------------------------------------------------------------------------- */

.menu-modal { background: #fff; display: none; opacity: 0; overflow-y: auto; overflow-x: hidden; position: fixed; bottom: 0; left: -99999rem; right: 99999rem; top: 0; transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s; z-index: 99;}
.admin-bar .menu-modal { top: 32px;}

@media (max-width: 782px) {

.admin-bar .menu-modal { top: 46px; }
}
.menu-modal.show-modal { display: flex;}
.menu-modal.active { left: 0; opacity: 1; right: 0; transition: opacity 0.25s ease-out;}
.menu-modal-inner { background: #fff; display: flex; justify-content: stretch; overflow: auto; -ms-overflow-style: auto; width: 100%;}
.menu-wrapper { display: flex; flex-direction: column; justify-content: space-between; position: relative;}
button.close-nav-toggle { align-items: center; display: flex; font-size: 1.6rem; font-weight: 500; justify-content: flex-end; padding: 3.1rem 0; width: 100%;}
button.close-nav-toggle svg { height: 1.6rem; width: 1.6rem;}

button.close-nav-toggle .toggle-text {margin-right: 1.6rem;}
.menu-modal .menu-top {flex-shrink: 0;}


/* Main Menu --------------------------------- */

.modal-menu{position:relative;left:calc(50% - 50vw);width:100vw}
.modal-menu li{border-color:#dedfdf;border-style:solid;border-width:.1rem 0 0 0;display:flex;flex-wrap:wrap;line-height:1;justify-content:flex-start;margin:0}
.modal-menu>li>.ancestor-wrapper>a,.modal-menu>li>a{font-size:2rem;font-weight:700;letter-spacing:-.0375em}
.modal-menu>li:last-child{border-bottom-width:.1rem}
.modal-menu .ancestor-wrapper{display:flex;justify-content:space-between;width:100%}
.modal-menu a{display:block;padding:2rem 2.5rem;text-decoration:none;width:100%}
.modal-menu a:focus,.modal-menu a:hover,.modal-menu li.current-menu-item>.ancestor-wrapper>a,.modal-menu li.current_page_ancestor>.ancestor-wrapper>a{text-decoration:underline}
button.sub-menu-toggle{border-left:.1rem solid #dedfdf;flex-shrink:0;margin:1rem 0;padding:0 2.5rem}
button.sub-menu-toggle svg{height:.9rem;transition:transform .15s linear;width:1.5rem}
button.sub-menu-toggle.active svg{transform:rotate(180deg)}
.modal-menu ul{display:none;margin:0;width:100%}
.modal-menu ul li{border-left-width:1rem}
.modal-menu ul li a{color:inherit;font-weight:500}

/* Main menu animation ----------------------- */

.menu-wrapper .menu-item{position:relative}
.menu-wrapper .active{display:block}
.menu-wrapper.is-toggling{pointer-events:none}
.menu-wrapper.is-toggling .menu-item{position:absolute;top:0;left:0;margin:0;width:100%}
.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item{width:auto}
.menu-wrapper.is-animating .menu-item,.menu-wrapper.is-animating .toggling-target{transition-duration:250ms}
.menu-wrapper.is-animating .menu-item{transition-property:transform}
.menu-wrapper.is-toggling .toggling-target{display:block;position:absolute;top:0;left:0;opacity:1}
.menu-wrapper.is-toggling .toggling-target.active{opacity:0}
.menu-wrapper.is-animating.is-toggling .toggling-target{display:block;transition-property:opacity;opacity:0}
.menu-wrapper.is-animating.is-toggling .toggling-target.active{opacity:1}
.menu-wrapper.is-toggling .modal-menu>li:last-child li{border-top-color:transparent;border-bottom-width:.1rem}
@media (prefers-reduced-motion:reduce){.menu-wrapper.is-animating .menu-item,.menu-wrapper.is-animating .toggling-target{transition-duration:1ms!important}}


/* Expanded Menu ----------------------------- */
.expanded-menu {display: none;}
.mobile-menu {display: block;}

/* Menu Bottom ------------------------------- */

.menu-bottom{flex-shrink:0;padding:4rem 0}
.menu-bottom nav{width:100%}
.menu-copyright{display:none;font-size:1.6rem;font-weight:500;margin:0}
.menu-copyright a:focus,.menu-copyright a:hover{text-decoration:underline}
.menu-bottom .social-menu{justify-content:center}

/* -------------------------------------------------------------------------- */

/*	6. Search Modal
/* -------------------------------------------------------------------------- */
.search-modal{background:rgba(0,0,0,.2);display:none;opacity:0;position:fixed;bottom:0;left:-9999rem;top:0;transition:opacity .2s linear,left 0s .2s linear;width:100%;z-index:999}
.admin-bar .search-modal.active{top:32px}
@media (max-width:782px){.admin-bar .search-modal.active{top:46px}}
.search-modal-inner{background:#fff;transform:translateY(-100%);transition:transform .15s linear,box-shadow .15s linear}
.search-modal-inner .section-inner{display:flex;justify-content:space-between;max-width:168rem}
.search-modal.active{left:0;opacity:1;transition:opacity .2s linear}
.search-modal.active .search-modal-inner{box-shadow:0 0 2rem 0 rgba(0,0,0,.08);transform:translateY(0);transition:transform .25s ease-in-out,box-shadow .1s .25s linear}
button.search-untoggle{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin-right:-2.5rem;padding:0 2.5rem}


.search-modal button.search-untoggle{color:inherit}
.search-modal.active .search-untoggle{animation:popIn both .3s .2s}
.search-untoggle svg{height:1.5rem;transition:transform .15s ease-in-out;width:1.5rem}
.search-untoggle:focus svg,.search-untoggle:hover svg{transform:scale(1.15)}


/* Modal Search Form ------------------------- */
.search-modal form{margin:0;position:relative;width:100%}
.search-modal .search-field{background:0 0;border:none;border-radius:0;color:inherit;font-size:2rem;letter-spacing:-.0277em;height:8.4rem;margin:0 0 0 -2rem;max-width:calc(100% + 2rem);padding:0 0 0 2rem;width:calc(100% + 2rem)}
.search-modal .search-field::-webkit-input-placeholder{color:inherit}
.search-modal .search-field:-ms-input-placeholder{color:inherit}
.search-modal .search-field::-moz-placeholder{color:inherit;line-height:4}
.search-modal .search-submit{position:absolute;right:-9999rem;top:50%;transform:translateY(-50%)}
.search-modal .search-submit:focus{right:0}

/* -------------------------------------------------------------------------- */

/*	7a. Template: Cover Template
/* -------------------------------------------------------------------------- */

.cover-header{display:flex;overflow:hidden}
.cover-header-inner-wrapper{display:flex;position:relative;flex-direction:column;justify-content:flex-end;width:100%}
.cover-header-inner{padding:10rem 0 5rem 0;width:100%}
.cover-color-overlay,.cover-color-overlay::before{position:absolute;bottom:0;left:0;right:0;top:0}
.cover-color-overlay::before{background:currentColor;content:"";display:block}
.cover-header .entry-header{position:relative;width:100%;z-index:1}
.cover-header .entry-header *{color:#fff}
body.template-cover .entry-header{background:0 0;padding:0}
.cover-header .faux-heading,.cover-header h1,.cover-header h2,.cover-header h3,.cover-header h4,.cover-header h5,.cover-header h6{color:inherit}
.cover-header .entry-header a{color:inherit}

/* To The Content ---------------------------- */

.to-the-content-wrapper{position:absolute;left:0;right:0;top:calc(100% + .5rem)}
.to-the-content{align-items:center;display:flex;justify-content:center;height:4rem;text-decoration:none}
.to-the-content svg{height:2rem;transition:transform .15s linear;transform:translateY(0);width:1.767rem}
.to-the-content:focus svg,.to-the-content:hover svg{transform:translateY(20%)}

/* -------------------------------------------------------------------------- */

/*	7c. Template: Full Width
/* -------------------------------------------------------------------------- */
body.template-full-width .entry-content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),body.template-full-width [class*="__inner-container"]>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){max-width:120rem}
body.template-full-width .entry-content .alignleft,body.template-full-width .entry-content .alignright{position:static}
body.template-full-width .entry-content .alignleft,body.template-full-width [class*=wp-block].alignwide [class*="__inner-container"]>.alignleft,body.template-full-width [class*=wp-block].alignwide [class*="__inner-container"]>.wp-block-image .alignleft,body.template-full-width [class*=wp-block].alignwide [class*="__inner-container"]>p .alignleft{margin-left:0;position:static}
body.template-full-width .entry-content>.alignleft,body.template-full-width [class*=wp-block].alignfull:not(.has-background) [class*="__inner-container"]>.alignleft,body.template-full-width [class*=wp-block].alignfull:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignleft,body.template-full-width [class*=wp-block].alignfull:not(.has-background) [class*="__inner-container"]>p .alignleft{margin-left:2rem;position:static}
body.template-full-width .entry-content .alignright,body.template-full-width [class*=wp-block].alignwide [class*="__inner-container"]>.alignright,body.template-full-width [class*=wp-block].alignwide [class*="__inner-container"]>.wp-block-image .alignright,body.template-full-width [class*=wp-block].alignwide [class*="__inner-container"]>p .alignright{margin-right:0;position:static}
body.template-full-width .entry-content>.alignright,body.template-full-width [class*=wp-block].alignfull:not(.has-background) [class*="__inner-container"]>.alignright,body.template-full-width [class*=wp-block].alignfull:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignright,body.template-full-width [class*=wp-block].alignfull:not(.has-background) [class*="__inner-container"]>p .alignright{margin-right:2rem;position:static}

/* -------------------------------------------------------------------------- */

/*	8. Post: Archive
/* -------------------------------------------------------------------------- */


/* Archive Header ---------------------------- */

.archive-header{background-color:#fff;padding:4rem 0}
.reduced-spacing .archive-header{padding-bottom:2rem}
.archive-title{font-size:2.4rem;font-weight:700;letter-spacing:-.026666667em;margin:0}
.archive-subtitle p:last-child{margin-bottom:0}


/* Search Results ---------------------------- */

.no-search-results-form {padding-top: 5rem;}


/* -------------------------------------------------------------------------- */

/*	9. Post: Single
/* -------------------------------------------------------------------------- */


/* Post Header ------------------------------- */

.singular .entry-header{background-color:#fff;padding:4rem 0}
.entry-categories{line-height:1.25;margin-bottom:2rem}
.entry-categories-inner{justify-content:center;display:flex;flex-wrap:wrap;margin:-.5rem 0 0 -1rem}
.entry-categories a{border-bottom:.15rem solid currentColor;font-size:1.4rem;font-weight:700;letter-spacing:.036666667em;margin:.5rem 0 0 1rem;text-decoration:none;text-transform:uppercase}
.entry-categories a:focus,.entry-categories a:hover{border-bottom-color:transparent}
h1.entry-title,h2.entry-title{margin:0}
.entry-title a{color:inherit;text-decoration:none}
.entry-title a:focus,.entry-title a:hover{text-decoration:underline}
.intro-text{margin-top:2rem}
.singular .intro-text{font-size:2rem;letter-spacing:-.0315em;line-height:1.4}
.post-meta-single-top .post-meta{justify-content:center}
.post-meta{color:#6d6d6d;display:flex;flex-wrap:wrap;font-size:1.5rem;font-weight:500;list-style:none;margin:-1rem 0 0 -2rem}
.post-meta li{flex-shrink:0;letter-spacing:-.016875em;margin:1rem 0 0 2rem;max-width:calc(100% - 2rem)}
.post-meta a{color:inherit;text-decoration:none}
.post-meta a:focus,.post-meta a:hover{text-decoration:underline}
.post-meta .meta-wrapper{align-items:center;display:flex;flex-wrap:nowrap}
.post-meta .meta-icon{flex-shrink:0;margin-right:1rem}
.sticky .post-sticky{color:inherit}
.post-meta .post-author .meta-icon svg{width:1.6rem;height:1.8rem}
.post-meta .post-categories .meta-icon svg{width:1.8rem;height:1.7rem}
.post-meta .post-comment-link .meta-icon svg{width:1.8rem;height:1.8rem}
.post-meta .post-date .meta-icon svg{width:1.7rem;height:1.8rem}
.post-meta .post-edit .meta-icon svg{width:1.8rem;height:1.8rem}
.post-meta .post-sticky .meta-icon svg{width:1.5rem;height:1.8rem}
.post-meta .post-tags .meta-icon svg{width:1.8rem;height:1.8rem}
.post-meta svg *{fill:currentColor}


/* Featured Media ---------------------------- */

.featured-media{margin-top:5rem;position:relative}
.singular .featured-media{margin-top:0}
.singular .featured-media-inner{position:relative}
.singular .featured-media::before{background:#fff;content:"";display:block;position:absolute;bottom:50%;left:0;right:0;top:0}
.featured-media img{margin:0 auto}
.featured-media figcaption{margin:1.5rem auto 0 auto;text-align:center;width:calc(100% - 5rem)}
.reduced-spacing.missing-post-thumbnail .post-inner{padding-top:0}

/* Post Footer ------------------------------- */

/* POST NAV LINKS */

.post-nav-links { border-radius: 0.4rem; display: flex; font-size: 0.9em; font-weight: 600; line-height: 1; margin-top: 3em; padding: 0 0.25em; }
.post-nav-links > * {padding: 1em 0.75em;}

/* POST META BOTTOM */
.post-meta-wrapper.post-meta-single-bottom {margin-top: 3rem;}

/* Author Bio -------------------------------- */
.author-bio{margin-top:4rem;margin-right:auto;margin-left:auto;max-width:58rem;width:calc(100% - 4rem)}
.hide-avatars .author-bio{padding-left:0}
.author-bio .author-title-wrapper{align-items:center;display:flex;margin:0 0 1rem 0}
.author-bio .avatar{border-radius:50%;margin-right:1.5rem;height:5rem;width:5rem}
.hide-avatars img.avatar{display:none}
.author-bio p:last-child{margin-bottom:0}
.author-bio .author-title{margin:0}
.author-bio .author-link{display:block;font-size:1.6rem;font-weight:600;margin-top:1em;text-decoration:none}
.author-bio .author-link:focus,.author-bio .author-link:hover{text-decoration:underline}


/* Single Pagination ------------------------- */
.pagination-single{font-size:1.8rem;margin-top:5rem}
.pagination-single-inner{display:flex;flex-direction:column}
.pagination-single hr:first-child{margin:0 0 2.8rem 0}
.pagination-single hr:last-child{margin:2.8rem 0 .8rem 0}
.pagination-single a{align-items:baseline;display:flex;font-weight:600;letter-spacing:-.0275em;text-decoration:none;flex:1}
.pagination-single a+a{margin-top:1rem}
.pagination-single a .arrow{margin-right:1rem}
.pagination-single a:focus .title,.pagination-single a:hover .title{text-decoration:underline}


/* -------------------------------------------------------------------------- */

/*	10. Blocks
/* -------------------------------------------------------------------------- */


/* Block Colors ------------------------------ */

.has-text-color a{color:inherit}
:root .has-accent-color{color:#cd2653}
:root .has-accent-background-color{background-color:#cd2653;color:#fff}
:root .has-primary-color{color:#000}
:root .has-primary-background-color{background-color:#000;color:#f5efe0}
:root .has-secondary-color{color:#6d6d6d}
:root .has-secondary-background-color{background-color:#6d6d6d;color:#fff}
:root .has-subtle-background-color{color:#dcd7ca}
:root .has-subtle-background-background-color{background-color:#dcd7ca;color:#000}
:root .has-background-color{color:#f5efe0}
:root .has-background-background-color{background-color:#f5efe0;color:#000}


/* Block Typography Classes ------------------ */

.has-text-align-left{text-align:left}
.has-text-align-center{text-align:center}
.has-text-align-right{text-align:right}
.has-drop-cap:not(:focus)::first-letter{color:#cd2653;font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,sans-serif;font-size:5.1em;font-weight:800;margin:.05em .1em 0 0}
.has-drop-cap:not(:focus)::first-letter::after{content:"";display:table;clear:both}
.has-drop-cap:not(:focus)::after{padding:0}


/* Block Font Sizes -------------------------- */
.entry-content .has-small-font-size{font-size:.842em}
.entry-content .has-normal-font-size,.entry-content .has-regular-font-size{font-size:1em}
.entry-content .has-medium-font-size{font-size:1.1em;line-height:1.45}
.entry-content .has-large-font-size{font-size:1.25em;line-height:1.4}
.entry-content .has-larger-font-size{font-size:1.5em;line-height:1.3}

/* Block: Base Margins ----------------------- */

*[class*="_inner-container"] > *:first-child {margin-top: 0;}
*[class*="_inner-container"] > *:last-child {margin-bottom: 0;}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {margin-bottom: 3rem;margin-top: 3rem;}


/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {	margin-left: auto;	margin-right: auto;	max-width: 58rem;}

/* Block: Shared Widget Styles --------------- */

.wp-block-archives,.wp-block-categories,.wp-block-latest-comments,.wp-block-latest-posts{list-style:none;margin-left:0}
.wp-block-archives ul,.wp-block-categories ul,.wp-block-latest-comments ul,.wp-block-latest-posts ul{list-style:none}
.entry-content .wp-block-archives>li,.entry-content .wp-block-categories>li,.entry-content .wp-block-latest-comment>li,.entry-content .wp-block-latest-posts>li{margin-left:0}
.entry-content .wp-block-archives>li:last-child,.entry-content .wp-block-categories>li:last-child,.entry-content .wp-block-latest-comment>li:last-child,.entry-content .wp-block-latest-posts>li:last-child{margin-bottom:0}
.entry-content .wp-block-archives *,.entry-content .wp-block-categories *,.entry-content .wp-block-latest-comments *,.entry-content .wp-block-latest-posts *{font-family:inherit}
.entry-content .wp-block-archives li,.entry-content .wp-block-categories li,.entry-content .wp-block-latest-posts li{color:#6d6d6d}
.wp-block-archives a,.wp-block-categories a,.wp-block-latest-comments a,.wp-block-latest-posts a{font-weight:700;text-decoration:none}
.wp-block-archives a:focus,.wp-block-archives a:hover,.wp-block-categories a:focus,.wp-block-categories a:hover,.wp-block-latest-comments a:focus,.wp-block-latest-comments a:hover,.wp-block-latest-posts a:focus,.wp-block-latest-posts a:hover{text-decoration:underline}
.wp-block-latest-comments__comment-meta,.wp-block-latest-posts a{font-weight:700;letter-spacing:-.025em;line-height:1.25}
.wp-block-latest-comments__comment-date,.wp-block-latest-posts__post-date{color:#6d6d6d;font-size:.7em;font-weight:600;letter-spacing:normal;margin-top:.15em}


/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption, .wp-block-image figcaption {color: #6d6d6d; font-size: 1.4rem; margin-bottom: 0; margin-top: 1.5rem;}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {	width: 100%;}

/* Block: Button ----------------------------- */

.wp-block-button{margin:3rem 0}
.wp-block-button.is-style-outline{color:#cd2653}
.is-style-outline .wp-block-button__link:not(.has-text-color){color:inherit}
.is-style-outline .wp-block-button__link{padding:calc(1.1em - .2rem) calc(1.44em - .2rem)}

/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull, .alignfull:not(.has-background) .wp-block-columns { padding-left: 2rem; padding-right: 2rem;}
.wp-block-column { margin-bottom: 3.2rem;}
.wp-block-column > *:first-child { margin-top: 0;}
.wp-block-column > *:last-child { margin-bottom: 0;}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container { width: calc(100% - 4rem);padding: 2rem 0;}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2 { max-width: 100%; padding: 0;}
.wp-block-cover-image h2, .wp-block-cover h2 { font-size: 3.2rem;}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}
.wp-block-file a:not(.wp-block-file__button){font-weight:700;text-decoration:none}
.wp-block-file a:not(.wp-block-file__button):not(:last-child){margin-right:1rem}
.wp-block-file a:not(.wp-block-file__button):focus,.wp-block-file a:not(.wp-block-file__button):hover{text-decoration:underline}
.wp-block-file .wp-block-file__button{font-size:1.5rem;padding:1em 1.25em}
.wp-block-file a.wp-block-file__button:visited{opacity:1}
.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover{opacity:1;text-decoration:underline}

/* Block: Gallery ---------------------------- */

.wp-block-gallery ul{list-style:none;margin:0 0 -1.6rem 0}
figure.wp-block-gallery.aligncenter,figure.wp-block-gallery.alignnone{margin-bottom:3rem;margin-top:3rem}
figure.wp-block-gallery.alignleft{margin:.3rem 2rem 2rem 0}
figure.wp-block-gallery.alignright{margin:.3rem 0 2rem 2rem}
figure.wp-block-gallery.alignwide{margin-bottom:4rem;margin-top:4rem}
figure.wp-block-gallery.alignfull{margin-bottom:5rem;margin-top:5rem}

/* Block: Group ------------------------------ */
.wp-block-group.has-background{padding:2rem;margin-bottom:0;margin-top:0}
.wp-block-group__inner-container{margin:0 auto}
.entry-content .wp-block-group p,.wp-block-group__inner-container{max-width:100%}
.alignfull:not(.has-background)>.wp-block-group__inner-container>p:not(.has-background-color){padding-left:2rem;padding-right:2rem}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content { padding: 3rem 2rem;}
.wp-block-media-text .wp-block-media-text__content p { max-width: none;}
.wp-block-media-text__content > *:first-child { margin-top: 0;}
.wp-block-media-text__content > *:last-child { margin-bottom: 0;}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */

.wp-block-pullquote { padding: 0; position: relative;}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright { max-width: calc(100% - 4rem);}
.wp-block-pullquote::before { background: #fff; border-radius: 50%; color: #cd2653; content:""; display: block; font-size: 6.2rem; font-weight: 500; line-height: 1.2; margin: 0 auto 1.5rem auto; text-align: center; height: 4.4rem; width: 4.4rem;}
.reduced-spacing .wp-block-pullquote::before { border: 0.1rem solid currentColor; font-size: 5.9rem;}
.wp-block-pullquote blockquote { border: none; margin: 0; padding: 0;}
.wp-block-pullquote blockquote p { font-family: inherit; font-size: 2.8rem; font-weight: 700; line-height: 1.178571429; letter-spacing: -0.041785714em; max-width: 100%; }
.wp-block-pullquote p:last-of-type { margin-bottom: 0;}
.wp-block-pullquote cite { color: #6d6d6d; font-size: 1.6rem; font-weight: 500; margin-top: 1.2rem;}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p { font-size: 2.8rem;}
.wp-block-pullquote.alignleft { text-align: left; }
.wp-block-pullquote.alignright { text-align: right;}
.wp-block-pullquote.alignleft::before { margin-left: 0;}
.wp-block-pullquote.alignright::before { margin-right: 0;}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color{padding:3rem 2rem}
.wp-block-pullquote.is-style-solid-color::before{position:absolute;top:0;left:50%;transform:translateY(-50%) translateX(-50%)}
.wp-block-pullquote.is-style-solid-color.alignleft::before,.wp-block-pullquote.is-style-solid-color.alignright::before{transform:translateY(-50%)}
.wp-block-pullquote.is-style-solid-color.alignleft::before{left:2rem}
.wp-block-pullquote.is-style-solid-color.alignright::before{left:auto;right:2rem}
.wp-block-pullquote.is-style-solid-color blockquote{max-width:100%;text-align:inherit}
.wp-block-pullquote.is-style-solid-color cite{color:inherit}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {	margin: 3rem 0;}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide { max-width: calc(100vw - 4rem); position: relative; width: 100%;}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before { background: none; color: inherit; font-size: 3.2rem; font-weight: 700; height: auto; letter-spacing: 1em; padding-left: 1em; position: static; transform: none; width: auto;}
.wp-block-separator.is-style-dots::after { content: none;}


/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {width: auto;}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) { background: #dcd7ca;}
figure.wp-block-table.is-style-stripes { border-bottom: none;}
.wp-block-table.is-style-stripes table { border-collapse: inherit;}

/* Block: Quote ------------------------------ */

.wp-block-quote cite,.wp-block-quote p{text-align:inherit}
.wp-block-quote[style="text-align:center"]{border-width:0;padding:0}
.wp-block-quote[style="text-align:right"]{border-width:0 .2rem 0 0;padding:0 2rem 0 0}
.wp-block-quote.is-large,.wp-block-quote.is-style-large{border:none;padding:0;margin-left:auto;margin-right:auto}
.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-family:inherit;font-size:2.4rem;font-style:normal;font-weight:700;letter-spacing:-.02em;line-height:1.285}
.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.6rem;text-align:inherit}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li{margin:2rem 0}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:5.5rem}
.entry-content .wp-block-latest-comments a{text-decoration:none}
.entry-content .wp-block-latest-comments a:focus,.entry-content .wp-block-latest-comments a:hover{text-decoration:underline}
.wp-block-latest-comments__comment{font-size:inherit}
.wp-block-latest-comments__comment-date{margin-top:.4em}
.wp-block-latest-comments__comment-excerpt p{font-size:.7em;margin:.9rem 0 2rem 0}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li{border-top:.2rem solid #dcd7ca;margin-top:2rem;padding-top:1rem}
.wp-block-latest-posts.has-dates{list-style:none}
.wp-block-latest-posts.has-dates:not(.is-grid) li{margin-top:1.5rem}
.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child{margin-top:0}


/* -------------------------------------------------------------------------- */

/*	11. Entry Content
/* -------------------------------------------------------------------------- */

.alignnone, .aligncenter, .alignleft, .alignright, .alignwide { margin:2rem auto;}
[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) { 	margin-left: auto;	margin-right: auto;}

/* Full */

.alignfull{margin-top:5rem;margin-right:auto;margin-bottom:5rem;margin-left:auto;max-width:100vw;position:relative;width:100%}
[class*="__inner-container"]>.alignfull{max-width:100%}
.alignwide{max-width:120rem;position:relative;width:calc(100% - 4rem)}
[class*="__inner-container"]>.alignwide{width:100%}
.aligncenter,.aligncenter img{margin-left:auto;margin-right:auto}
.alignleft,.alignright{max-width:50%}
.alignleft{float:left;margin:.3rem 2rem 2rem 2rem}
.alignright{float:right;margin:.3rem 2rem 2rem 2rem}
[class*=wp-block].alignfull:not(.has-background) [class*="__inner-container"]>.alignleft,[class*=wp-block].alignfull:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignleft,[class*=wp-block].alignfull:not(.has-background) [class*="__inner-container"]>p .alignleft{margin-left:2rem}
[class*=wp-block].alignfull:not(.has-background) [class*="__inner-container"]>.alignright,[class*=wp-block].alignfull:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignright,[class*=wp-block].alignfull:not(.has-background) [class*="__inner-container"]>p .alignright{margin-right:2rem}

/* Entry Media ------------------------------- */

.alignfull > figcaption, .alignfull > .wp-caption-text { margin-left: auto; margin-right: auto; max-width: 58rem; width: calc(100% - 4rem); }

/* -------------------------------------------------------------------------- */

/*	12. Comments
/* -------------------------------------------------------------------------- */


/* Comment Headers ----------------------------- */

.comments-wrapper { margin-top: 5rem; }
.comment-reply-title { margin: 0 0 4rem 0; text-align: center;}

/* Comment Item ----------------------------- */

/* COMMENT HEADER */
.comments .comment,.comments .pingback,.comments .review,.comments .trackback{padding-top:3.5rem}
div.comment:first-of-type{margin-top:3.5rem;padding-top:0}
.comments .comments-header+div{margin-top:0;padding-top:0}
.comment-body{position:relative}
.comment .comment{padding-left:5%}
.comment-meta{line-height:1.1;margin-bottom:1.5rem;min-height:5rem;padding-left:5rem;position:relative}
.hide-avatars .comment-meta{min-height:0;padding-left:0}
.comment-meta a{color:inherit}
.comment-author{font-size:1.8rem;font-weight:700;letter-spacing:-.027777778em}
.comment-author a{text-decoration:underline}
.comment-author a:focus,.comment-author a:hover{text-decoration:none}
.comment-meta .avatar{height:4rem;position:absolute;left:0;top:0;width:4rem}
.comment-author .url{text-decoration:underline}
.comment-metadata{color:#6d6d6d;font-size:1.4rem;font-weight:500;margin-top:.6rem}
.comment-metadata a{text-decoration:none}
.comment-metadata a:focus,.comment-metadata a:hover{text-decoration:underline}


/* COMMENT CONTENT */

.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { width: 100%;}
.comment-content.entry-content .alignleft {/*rtl:ignore*/margin-left: 0;}
.comment-content.entry-content .alignright { /*rtl:ignore*/ margin-right: 0;}

/* COMMENT FOOTER */
.comment-footer-meta{align-items:center;display:flex;flex-wrap:wrap;font-size:1.2rem;font-weight:600;justify-content:flex-start;letter-spacing:.030833333em;line-height:1;margin:1.5rem 0 -1rem -1.5rem;text-transform:uppercase}
.comment-footer-meta>*{margin:0 0 1rem 1.5rem}
.comment-reply-link{background-color:#cd2653;color:#fff;display:block;padding:.7rem}
.bypostauthor .comment-footer-meta .by-post-author{display:block}
.comment-footer-meta a{text-decoration:none}
.comment-footer-meta a:focus,.comment-footer-meta a:hover{text-decoration:underline}


/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta, .trackback .comment-meta {	padding-left: 0;}

/* Comments Pagination ---------------------------- */

.comments-pagination{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:6rem;text-align:center}
.comments-pagination.only-next{justify-content:flex-end}
.comments-pagination .page-numbers{display:none;text-decoration:none}
.comments-pagination .page-numbers:focus,.comments-pagination .page-numbers:hover{text-decoration:underline}
.comments-pagination .next,.comments-pagination .prev{display:block}
.comments-pagination .prev{left:0}
.comments-pagination .next{right:0;text-align:right}


/* Comment Respond ---------------------------- */

.comment-respond::after{clear:both;content:"";display:block}
.comment-respond .comment-notes,.comment-respond .logged-in-as{color:#6d6d6d;font-size:1.6rem;line-height:1.4;margin:-3rem 0 4rem 0;text-align:center}
.comment-respond .comment-notes a,.comment-respond .logged-in-as a{color:inherit;text-decoration:none}
.comment-respond .comment-notes a:focus,.comment-respond .comment-notes a:hover,.comment-respond .logged-in-as a:focus,.comment-respond .logged-in-as a:hover{text-decoration:underline}
.comment-respond p{line-height:1.1;margin-bottom:2rem;margin-left:auto;margin-right:auto}
.comment-respond p:not(.comment-notes){max-width:58rem}
.comment-form-cookies-consent{align-items:baseline;display:flex}
.comment-respond>p:last-of-type{margin-bottom:0}
.comment-respond label{display:block}
.comment-respond input[type=checkbox]+label{font-size:1.5rem;line-height:1.25}
.comment-respond input[type=email],.comment-respond input[type=text],.comment-respond textarea{margin-bottom:0}
.comment-respond textarea{height:15rem}
.comment-respond #submit{display:block}
.comment-respond .comments-closed{text-align:center}


/* Reply Respond ---------------------------- */

.comments .comment-respond{padding:3rem 0 0}
.comments .comment-respond .comment-notes,.comments .comment-respond .comment-reply-title,.comments .comment-respond .logged-in-as{text-align:left}
.comment-reply-title small{display:block;font-size:1.6rem;font-weight:600;letter-spacing:-.0277em;margin:.5rem 0 0 0;white-space:nowrap}
.comment-reply-title small a{text-decoration:none}
.comment-reply-title small a:focus,.comment-reply-title small a:hover{text-decoration:underline}


/* -------------------------------------------------------------------------- */

/*	13. Site Pagination
/* -------------------------------------------------------------------------- */


.pagination .nav-links{align-items:baseline;display:flex;flex-wrap:wrap;font-size:1.8rem;font-weight:600;margin:-1.5rem 0 0 -2.5rem;width:calc(100% + 2.5rem)}
.pagination-separator{margin:5rem 0}
.nav-links>*{margin:1.5rem 0 0 2.5rem}
.nav-links .placeholder{display:none;visibility:hidden}
.pagination a{text-decoration:none; color:#333b80}
.pagination a:focus,.pagination a:hover{text-decoration:underline}
.pagination .dots{transform:translateY(-.3em);color:#6d6d6d}
.nav-short{display:none}

/* -------------------------------------------------------------------------- */

/*	14. Error 404
/* -------------------------------------------------------------------------- */
.error404 #site-content { padding-top: 4rem;}
.error404-content { text-align: center;}
.error404 #site-content .search-form {justify-content: center;margin-top: 3rem;}

/* -------------------------------------------------------------------------- */

/*	15.	Widgets
/* -------------------------------------------------------------------------- */

/* Widget: Calendar -------------------------- */

.calendar_wrap{font-size:2.4rem}
.calendar_wrap td,.calendar_wrap th{font-size:1em;font-weight:500;line-height:1;padding:2.5% 2.5% 1.75% 2.5%;text-align:center}
.calendar_wrap tfoot td{border-bottom:none}
.calendar_wrap tfoot a{text-decoration:none}
.calendar_wrap tfoot #prev{text-align:left}
.calendar_wrap tfoot #next{text-align:right}

/* Widget: Image ----------------------------- */

/* Widget: Gallery --------------------------- */

.widget_media_gallery .gallery { margin: 0 -0.4em -0.8em -0.4em; width: calc(100% + 0.8em);}
.widget_media_gallery .gallery-item { margin: 0 0 0.8em 0; padding: 0 0.4em;}

/* Widget: Nav Menu -------------------------- */

.widget_nav_menu .widget-content > div > ul {	margin-left: 0;}

/* Widget: Recent Comments ------------------- */

.widget_recent_comments li { font-weight: 700; }
.widget_recent_comments a { text-decoration: none;}
.widget_recent_comments a:focus, .widget_recent_comments a:hover {text-decoration: underline;}

/* Widget: Recent Entries -------------------- */

.widget_recent_entries a { font-weight: 700; text-decoration: none;}
.widget_recent_entries a:focus, .widget_recent_entries a:hover { text-decoration: underline;}

/* Widget: RSS ------------------------------- */
.widget_rss .widget-title a.rsswidget:first-of-type { 	display: none;}
.widget_rss .rsswidget {font-weight: 700;}
.widget_rss a {text-decoration: none;}
.widget_rss a:focus, .widget_rss a:hover {text-decoration: underline;}
.widget_rss .rssSummary { 	margin-top: 0.5rem;}
.widget_rss cite::before {content: "— ";}

/* Widget: Search ---------------------------- */
.widget_search .search-field {border-color: #dedfdf;}

/* Widget: Tag Cloud ------------------------- */
.widget_tag_cloud a {font-weight: 700; 	margin-right: 0.5rem;	text-decoration: none;	white-space: nowrap;}
.widget_tag_cloud a:focus, .widget_tag_cloud a:hover {	text-decoration: underline;}


/* -------------------------------------------------------------------------- */

/*	17. Media Queries
/* -------------------------------------------------------------------------- */



@media (min-width:700px){.gallery-columns-2 .gallery-item{max-width:50%}
.gallery-columns-3 .gallery-item{max-width:33.33%}
.gallery-columns-4 .gallery-item{max-width:25%}
.gallery-columns-5 .gallery-item{max-width:20%}
.gallery-columns-6 .gallery-item{max-width:16.66%}
.gallery-columns-7 .gallery-item{max-width:14.28%}
.gallery-columns-8 .gallery-item{max-width:12.5%}
.gallery-columns-9 .gallery-item{max-width:11.11%}
fieldset{padding:3rem}
legend{padding:0 1.5rem}
.button,.faux-button,.wp-block-button__link,button,input[type=button],input[type=reset],input[type=submit]{font-size:1.7rem}
.wp-caption-text,figcaption{margin-top:1.8rem}
.header-inner{padding:3.8rem 0}
.site-title{font-size:2.4rem;font-weight:700}
.site-description{display:block}
.site-logo img{max-height:9rem;transition:height .15s linear,width .15s linear,max-height .15s linear}
.toggle-inner .toggle-text{font-size:1.2rem}
.search-toggle{left:2rem}
.nav-toggle{right:2rem}
button.close-nav-toggle{font-size:1.8rem;padding:4rem 0}
button.close-nav-toggle svg{height:2rem;width:2rem}
button.close-nav-toggle .toggle-text{margin-right:2.1rem}
.modal-menu{left:auto;width:100%}
.modal-menu>li>.ancestor-wrapper>a,.modal-menu>li>a{font-size:2.4rem;padding:2.5rem 0}
.modal-menu ul li{border-left-color:transparent}
.modal-menu>li>.ancestor-wrapper>button.sub-menu-toggle{padding:0 3rem}
.modal-menu>li>.ancestor-wrapper>button.sub-menu-toggle svg{height:1.1rem;width:1.8rem}
.menu-bottom{align-items:center;display:flex;justify-content:space-between;padding:4.4rem 0}
.menu-copyright{display:block;flex-shrink:0;margin-right:4rem}
.search-modal form{position:relative;width:100%}
.search-untoggle svg{height:2.5rem;width:2.5rem}
.search-modal .search-field{border:none;font-size:3.2rem;height:14rem}
.search-modal .search-field::-moz-placeholder{line-height:4.375}
.featured-media figcaption{margin:2rem auto 0 auto;width:calc(100% - 8rem)}
.cover-header-inner{padding:18rem 0 8rem 0}
.to-the-content-wrapper{top:calc(100% + 1.8rem)}
.to-the-content{height:6rem}
.to-the-content svg{height:2.4rem;width:2.12rem}
body.template-full-width .entry-content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){width:calc(100% - 8rem)}
body.template-full-width .alignfull:not(.has-background)>.wp-block-group__inner-container>p:not(.has-background-color){padding-left:4rem;padding-right:4rem}
body.template-full-width [class*=wp-block].alignfull [class*="__inner-container"]>.alignleft,body.template-full-width [class*=wp-block].alignfull [class*="__inner-container"]>.wp-block-image .alignleft,body.template-full-width [class*=wp-block].alignfull [class*="__inner-container"]>p .alignleft{margin-left:4rem}
body.template-full-width [class*=wp-block].alignfull [class*="__inner-container"]>.alignright,body.template-full-width [class*=wp-block].alignfull [class*="__inner-container"]>.wp-block-image .alignright,body.template-full-width [class*=wp-block].alignfull [class*="__inner-container"]>p .alignright{margin-right:4rem}
.archive-header{padding:8rem 0}
.reduced-spacing .archive-header{padding-bottom:3rem}
.archive-title{font-size:3.2rem}
h2.entry-title{font-size:6.4rem}
.no-search-results-form{padding-top:8rem}
.singular .entry-header{padding:8rem 0}
.entry-categories{margin-bottom:3rem}
.entry-categories-inner{margin:-1rem 0 0 -2rem}
.entry-categories a{font-size:1.5rem;margin:1rem 0 0 2rem}
.intro-text{font-size:2rem;margin-top:2.5rem}
.singular .intro-text{font-size:2.6rem}
.post-meta-wrapper{margin-top:3rem}
.post-meta{font-size:1.6rem;margin:-1.4rem 0 0 -3rem}
.post-meta li{margin:1.4rem 0 0 3rem;max-width:calc(100% - 3rem)}
.featured-media{margin-top:6rem}
.post-meta-wrapper.post-meta-single-bottom{margin-top:4rem}
.author-bio{margin-top:8rem;min-height:8rem;padding-left:10rem;position:relative}
.author-bio .avatar{position:absolute;left:0;top:0;height:8rem;width:8rem}
.wp-block-embed figcaption,.wp-block-image figcaption{font-size:1.6rem}
.wp-block-archives:not(.alignwide):not(.alignfull),.wp-block-categories:not(.alignwide):not(.alignfull),.wp-block-code,.wp-block-columns:not(.alignwide):not(.alignfull),.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),.wp-block-media-text:not(.alignwide):not(.alignfull),.wp-block-preformatted,.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),.wp-block-quote,.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-verse,.wp-block-video:not(.alignwide):not(.alignfull){margin-bottom:4rem;margin-top:4rem}
.wp-block-columns.alignfull+.wp-block-columns.alignfull,.wp-block-columns.alignwide+.wp-block-columns.alignwide{margin-top:-6rem}
.entry-content .wp-block-columns h1,.entry-content .wp-block-columns h2,.entry-content .wp-block-columns h3,.entry-content .wp-block-columns h4,.entry-content .wp-block-columns h5,.entry-content .wp-block-columns h6{margin:3.5rem 0 2rem}
.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{width:calc(100% - 8rem)}
.wp-block-cover h2,.wp-block-cover-image h2{font-size:4.8rem}
figure.wp-block-gallery.aligncenter,figure.wp-block-gallery.alignnone{margin-bottom:4rem;margin-top:4rem}
figure.wp-block-gallery.alignfull,figure.wp-block-gallery.alignwide{margin-bottom:6rem;margin-top:6rem}
.wp-block-group.has-background{padding:4rem;margin-top:0;margin-bottom:0}
.alignfull:not(.has-background)>.wp-block-group__inner-container>p:not(.has-background-color){padding-left:0;padding-right:0}
.wp-block-media-text .wp-block-media-text__content{padding:4rem}
.wp-block-pullquote blockquote p{font-size:3.2rem}
.wp-block-pullquote cite{margin-top:2rem}
.wp-block-pullquote.alignfull:not(.is-style-solid-color){padding-left:1rem;padding-right:1rem}
.wp-block-pullquote.alignfull::before,.wp-block-pullquote.alignwide::before{font-size:11.272727272rem;height:8rem;margin-bottom:2rem;width:8rem}
.wp-block-pullquote.alignfull blockquote p,.wp-block-pullquote.alignwide blockquote p{font-size:4.8rem;line-height:1.203125}
.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,.wp-block-pullquote.alignright p,.wp-block-pullquote.alignright.is-style-solid-color blockquote p{font-size:3.2rem;line-height:1.1875}
.wp-block-pullquote.is-style-solid-color.alignfull,.wp-block-pullquote.is-style-solid-color.alignwide{padding:6rem 4rem 4rem}
.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,.wp-block-pullquote.alignright.is-style-solid-color blockquote p{font-size:2.6rem}
.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:2.8rem}
hr.wp-block-separator{margin:6rem auto}
.wp-block-separator.is-style-wide{max-width:calc(100vw - 8rem)}
.comments-wrapper{margin-top:8rem}
.comment-reply-title{margin-bottom:4.6rem}
.comment-respond p.comment-notes,.comment-respond p.logged-in-as{font-size:1.8rem;letter-spacing:-.025em;margin:-2.5rem 0 4.4rem 0}
.comments .comment,.comments .pingback,.comments .review,.comments .trackback{padding-top:5rem}
div.comment:first-of-type{margin-top:5rem}
.comment-meta{margin-bottom:2rem;min-height:6rem;padding:.3rem 0 0 7.5rem}
.comment-meta .avatar{display:block;height:6rem;position:absolute;left:0;top:0;width:6rem}
.comment-author{font-size:2.4rem}
.comment-metadata{font-size:1.6rem;margin-top:.8rem}
.comment-footer-meta{margin-top:2.5rem}
.comments-pagination{margin-top:8rem}
.pingback .comment-body{padding:0}
.comment-respond p{margin-bottom:2.5rem}
.comment-form p.logged-in-as{margin:-2.5rem 0 4.4rem 0}
.comment-respond .comment-form-author,.comment-respond .comment-form-email{float:left;width:calc(50% - 1rem)}
.comment-respond .comment-form-email{margin-left:2rem}
.comments .comment-respond{padding:5rem 0 0}
.comment-reply-title small{display:inline;margin:0 0 0 .5rem}
.pagination-separator{margin:4rem 0}
.nav-short{display:inline}
.pagination .nav-links{font-size:2rem;font-weight:600;margin:-2.5rem 0 0 -4rem}
.nav-links>*{margin:2.5rem 0 0 4rem}
.error404 #site-content{padding-top:8rem}
.widget .widget-title{margin-bottom:3rem}
.footer-top{padding:3.7rem 0}
.footer-menu{font-size:2.4rem;margin:-.8rem 0 0 -1.6rem}
.footer-menu li{margin:.8rem 0 0 1.6rem}
.has-footer-menu .footer-social-wrapper{flex:1;margin-left:4rem;width:auto}
}

@media (min-width: 782px) {

/* Blocks -------------------------------- */

/* BLOCK: COLUMNS */

.wp-block-column {	margin-bottom: 0;}
.wp-block-columns.alignwide + .wp-block-columns.alignwide, .wp-block-columns.alignfull + .wp-block-columns.alignfull {	margin-top: -2.8rem;}
}

@media ( min-width: 1000px ) {
.featured-media figcaption{width:100%}
.template-full-width .wp-block-image .alignleft{margin-right:2rem}
.template-full-width .wp-block-image .alignright{margin-left:2rem}
.singular .intro-text{font-size:2.8rem}
.wp-block-columns.alignfull+.wp-block-columns.alignfull,.wp-block-columns.alignwide+.wp-block-columns.alignwide{margin-top:-4.8rem}
figure.wp-block-gallery.alignfull,figure.wp-block-gallery.alignwide{margin-bottom:8rem;margin-top:8rem}
.entry-content>.wp-block-group.alignfull.has-background,.entry-content>.wp-block-group.alignwide.has-background{padding:8rem 4rem;margin-bottom:0;margin-top:0}
.wp-block-image .alignleft{margin-right:0}
.wp-block-image .alignright{margin-left:0}
hr.wp-block-separator{margin:8rem auto}
.alignfull>.wp-caption-text,.alignfull>figcaption{width:calc(100% - 10rem)}
.comment-meta{padding-left:0}
.comment-meta .avatar{left:-8rem}
.pagination .nav-links{justify-content:space-between;margin:0;width:100%}
.nav-links>*{margin:0 2rem}
.pagination .next,.pagination .prev{display:block}
.pagination .prev{margin:0 auto 0 0}
.pagination .next{text-align:right;margin:0 0 0 auto}
.footer-top{align-items:center}
.footer-menu{align-items:baseline;display:flex;justify-content:flex-start;flex-wrap:wrap;font-size:2.1rem;margin:-1.2rem 0 0 -2.4rem}
.footer-menu li{margin:1.2rem 0 0 2.4rem}
}

@media ( min-width: 1220px ) {
.wp-block-columns.alignfull+.wp-block-columns.alignfull{margin-top:-6rem}
figure.wp-block-gallery.alignfull{margin-bottom:10rem;margin-top:10rem}
.entry-content>.wp-block-group.alignfull.has-background,.entry-content>.wp-block-group.alignwide.has-background{padding:8rem 6rem;margin-bottom:0;margin-top:0}
.wp-block-pullquote.alignfull blockquote p,.wp-block-pullquote.alignwide blockquote p{font-size:6.4rem}
.wp-block-pullquote.is-style-solid-color.alignfull,.wp-block-pullquote.is-style-solid-color.alignwide{padding:9rem 4rem 8rem}
.entry-content>.alignfull{margin-bottom:10rem;margin-top:10rem}
[class*=wp-block].alignwide.has-background [class*="__inner-container"]>.alignleft,[class*=wp-block].alignwide.has-background [class*="__inner-container"]>.wp-block-image .alignleft,[class*=wp-block].alignwide.has-background [class*="__inner-container"]>p .alignleft{right:calc((100% - 58rem)/ 2 + 58rem - 2rem)}
[class*=wp-block].alignwide.has-background [class*="__inner-container"]>.alignright,[class*=wp-block].alignwide.has-background [class*="__inner-container"]>.wp-block-image .alignright,[class*=wp-block].alignwide.has-background [class*="__inner-container"]>p .alignright{left:calc((100% - 58rem)/ 2 + 58rem + 6rem)}
.comment-reply-title{font-size:5.6rem;line-height:1.2;margin-bottom:6rem}
.comment-respond p.comment-notes,.comment-respond p.logged-in-as{margin:-4rem 0 6rem 0}
.comments .comment-respond .comment-reply-title{font-size:4.8rem}
.comments .comment-respond p.comment-notes,.comments .comment-respond p.logged-in-as{margin:-4.5rem 0 4rem 0}
.footer-menu{font-size:2.4rem;margin:-1.5rem 0 0 -3rem}
.footer-menu li{margin:1.5rem 0 0 3rem}
ul.footer-social{margin:-1rem 0 0 -1rem}
ul.footer-social li{margin:1rem 0 0 1rem}
.footer-social a{height:4.4rem;width:4.4rem}
.footer-social a::before{font-size:2rem}
}


@media ( min-width: 1280px ) {

.wp-block-separator.is-style-wide{max-width:120rem;width:120rem}
body.template-full-width .alignfull:not(.has-background)>.wp-block-group__inner-container>p:not(.has-background-color){padding-left:0;padding-right:0}
body.template-full-width [class*=wp-block].alignfull [class*="__inner-container"]>.wp-block-image .alignleft{margin-left:0}
body.template-full-width [class*=wp-block].alignfull [class*="__inner-container"]>.wp-block-image .alignright{margin-right:0}

}


/*--------- Custom Css Starts ---------*/

/*font-family: 'Mulish', sans-serif*/

@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-300.eot');
src:local(''),
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-300.eot?#iefix') format('embedded-opentype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-300.woff2') format('woff2'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-300.woff') format('woff'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-300.ttf') format('truetype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-300.svg#Roboto') format('svg');
font-display:swap;}
/* roboto-500 - latin */
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-500.eot');
src:local(''),
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-500.eot?#iefix') format('embedded-opentype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-500.woff2') format('woff2'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-500.woff') format('woff'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-500.ttf') format('truetype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-500.svg#Roboto') format('svg');
font-display:swap;}
/* roboto-regular - latin */
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-regular.eot');
src:local(''),
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-regular.woff2') format('woff2'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-regular.woff') format('woff'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-regular.ttf') format('truetype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-regular.svg#Roboto') format('svg');
font-display:swap;}
/* roboto-700 - latin */
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-700.eot');
src:local(''),
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-700.eot?#iefix') format('embedded-opentype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-700.woff2') format('woff2'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-700.woff') format('woff'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-700.ttf') format('truetype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-700.svg#Roboto') format('svg');
font-display:swap;}
/* roboto-900 - latin */
@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-900.eot');
src:local(''),
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-900.eot?#iefix') format('embedded-opentype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-900.woff2') format('woff2'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-900.woff') format('woff'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-900.ttf') format('truetype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/roboto-v27-latin-900.svg#Roboto') format('svg');
font-display:swap;}


/* montserrat-regular - latin */
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;src:url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-regular.eot');
src:local(''),
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-regular.woff2') format('woff2'), 
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-regular.woff') format('woff'), 
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-regular.ttf') format('truetype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg');
font-display:swap;}
/* montserrat-500 - latin */
@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;src:url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-500.eot');
src:local(''),
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-500.eot?#iefix') format('embedded-opentype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-500.woff2') format('woff2'), 
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-500.woff') format('woff'), 
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-500.ttf') format('truetype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-500.svg#Montserrat') format('svg');
font-display:swap;}
/* montserrat-700 - latin */
@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;src:url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-700.eot');
src:local(''),
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-700.eot?#iefix') format('embedded-opentype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-700.woff2') format('woff2'), 
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-700.woff') format('woff'), 
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-700.ttf') format('truetype'), 
url('/wp-content/themes/printylawfirm/assets/fonts/montserrat-v15-latin-700.svg#Montserrat') format('svg');
font-display:swap;}

/* jost-300 - latin */
@font-face{font-display:swap;
font-family:'Jost';font-style:normal;font-weight:300;src:url('/wp-content/themes/printylawfirm/assets/fonts/new-homepage-font/jost-v14-latin-300.woff2') format('woff2');}
/* jost-regular - latin */
@font-face{font-display:swap;
font-family:'Jost';font-style:normal;font-weight:400;src:url('/wp-content/themes/printylawfirm/assets/fonts/new-homepage-font/jost-v14-latin-regular.woff2') format('woff2');}
/* jost-500 - latin */
@font-face{font-display:swap;
font-family:'Jost';font-style:normal;font-weight:500;src:url('/wp-content/themes/printylawfirm/assets/fonts/new-homepage-font/jost-v14-latin-500.woff2') format('woff2');}
/* jost-600 - latin */
@font-face{font-display:swap;
font-family:'Jost';font-style:normal;font-weight:600;src:url('/wp-content/themes/printylawfirm/assets/fonts/new-homepage-font/jost-v14-latin-600.woff2') format('woff2');}

/* quattrocento-regular - latin */
@font-face{font-display:swap;
font-family:'Quattrocento';font-style:normal;font-weight:400;src:url('/wp-content/themes/printylawfirm/assets/fonts/new-homepage-font/quattrocento-v18-latin-regular.woff2') format('woff2');}
/* quattrocento-700 - latin */
@font-face{font-display:swap;
font-family:'Quattrocento';font-style:normal;font-weight:700;src:url('/wp-content/themes/printylawfirm/assets/fonts/new-homepage-font/quattrocento-v18-latin-700.woff2') format('woff2');}


/*Main Content*/
/* body {margin:0; padding:0;font-family: 'Jost'; color:#5b5b5b; line-height:normal;} */
.newhomepage .container{ margin: 0 auto; max-width: min(1290px, 96%); width: auto;}
#wrapper{ width:100%; margin:0 auto;}
.container {width: 1258px; margin: 0 auto;}
.clear {clear:both; padding:0; margin:0; overflow:hidden; height:0}
.reset {list-style:none; padding:0; margin:0}
.lf {float:left} .rf {float:right}
img { width:auto; height: auto; max-width: 100%;}

:root{
--color-black: #000;
--color-blue: #1d4387;
--color-white: #fff;
--color-lightblue: #c2e2fc;
--color-grey: #8d8d8d;
--color-border-gray: #7e8183;
--font-jost: 'Jost', sans-serif;
--font-quattrocento: 'Quattrocento';
}

/* h1, h2, h3, h4, h5, h6{font-family: var(--font-quattrocento);} */

.owl-carousel, .owl-carousel .owl-item { -webkit-tap-highlight-color:transparent; position:relative } 
.owl-carousel { display:none; width:100%; z-index:1;}
.owl-carousel .owl-stage { position:relative; -ms-touch-action:pan-Y; touch-action:manipulation; -moz-backface-visibility:hidden }
.owl-carousel .owl-stage:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0 }
.owl-carousel .owl-stage-outer { position:relative; overflow:hidden; -webkit-transform:translate3d(0, 0, 0)}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0)}
.owl-carousel .owl-item {  float:left; -webkit-backface-visibility:hidden; -webkit-touch-callout:none}
.owl-carousel .owl-item img { display:block; width:auto; max-width:100%; }
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {display:none}
.no-js .owl-carousel, .owl-carousel.owl-loaded {display:block}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor:pointer; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}
.owl-carousel.owl-loading { opacity:0; display:block;}
.owl-carousel.owl-hidden {opacity:0;}
.owl-carousel.owl-refresh .owl-item {visibility:hidden;}
.owl-carousel.owl-drag .owl-item {-ms-touch-action:pan-y; touch-action:pan-y; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none }
.owl-carousel.owl-grab { cursor:move; cursor:grab }
.owl-carousel.owl-rtl {direction:rtl}
.owl-carousel.owl-rtl .owl-item {float:right}
.owl-carousel .animated {animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in {z-index:0}
.owl-carousel .owl-animated-out {z-index:1}
.owl-carousel .fadeOut {animation-name:fadeOut}

/* Feel free to change duration  */ 
.animated  { -webkit-animation-duration : 1000 ms  ; animation-duration : 1000 ms  ; -webkit-animation-fill-mode : both  ; animation-fill-mode : both  ;}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {  z-index : 1    }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {  z-index : 0    }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {  -webkit-animation-name : fadeOut  ;  animation-name : fadeOut  ;}  
@-webkit-keyframes  fadeOut  {
0% {
opacity : 1   ;
}  
100% {
opacity : 0   ;
}  
}
@keyframes  fadeOut  {
0% {
opacity : 1   ;
}  
100% {
opacity : 0   ;
}  
}

@keyframes smoothScroll {
0% {
    transform: translateY(-100px);
}
100% {
    transform: translateY(0px);
}
}

@keyframes ticker {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}



.mobile_menu { display:none;}
.hc-nav.hc-nav-1 { display:block !important;}
.hc-offcanvas-nav.hc-nav-1 { display:none !important;}

/*.logged-in .headersection.fixedheader { top:32px;}
.headersection.fixedheader { position:fixed; top:0; left:0; width:100%; border:0; animation: smoothScroll 1s forwards; background: #fff; z-index:99; box-shadow: 0px 0px 5px rgba(0,0,0,0.25);}*/

.mobilesticky { display: none;}

.siteheading{text-transform: uppercase; font-weight: 400 !important; color: #333 !important;}
.siteheading span{font-family: var(--font-quattrocento); font-weight: 600 !important; color: var(--color-blue) !important;}

/* New Header Css */
/* .headertop{font-family: var(--font-jost);} */
.headertop .container{width: min(1290px, 96%); margin: 0 auto;}
.headersec .headercallsec{padding: 22px 0 19px; display: flex; align-items: center; justify-content: flex-end;}
.headersec .headercallsec p{font-size: 18px; color: var(--color-black); font-weight: 500; line-height: 18px;}
.headersec .headercallsec a{display:inline-block; font-size: 18px; color: var(--color-blue); font-weight: 500; line-height: 18px; letter-spacing: 0.1px;}
.headersec .headercallsec a:hover{color: var(--color-black);}
.headersec .headercallsec p+p{margin-left: 11px; padding-left: 11px; border-left: 2px solid var(--color-black);}

.headermenu{background: var(--color-blue); position: relative;}
.headermenu .container{display: flex; justify-content: space-between;}
.headermenu .logobox{filter: drop-shadow(0 0 9px rgb(5, 5, 5,0.2)); margin-top: -60px; width: 60%; margin-left: -480px; box-sizing: border-box; position: relative;}
.headermenu .logobox::before{content: ''; position: absolute; top: 0; right: 99%; bottom: 0; width: 50vw; height: 100%; background: var(--color-white); z-index: 99;}
.headermenu .logo{z-index: 999; padding: 16px 45px 15px 20px; clip-path: polygon(0 0, 100% 0, 727px 100%, 0% 100%); box-shadow: 0 0 21px rgba(5, 5, 5, 0.5); background: #fff; display: flex; justify-content: flex-end; width: 99%; box-sizing: border-box;}

.page-template-page-new-homepage .headermenu .logobox{width: 58%;}
.page-template-page-new-homepage .headermenu .logo{clip-path: inherit; padding: 16px 15px 15px 20px; width: auto;}

.headermenu ul{display: flex; flex-wrap: nowrap; gap: 38px; align-items: center; line-height: 19px;}
.headermenu ul li{position: relative; padding: 17px 0;}
.headermenu ul li a{display: inline-block; font-size: 18px; color: var(--color-white); font-weight: 400; line-height: 18px; text-transform: uppercase; letter-spacing: 1.5px;}
.headermenu ul li.current-menu-item a{color: var(--color-lightblue);}
.headermenu .topnav ul li ul {position: absolute; left: 0px; top: 100%; width: 230px; display: none; z-index: 1; transition: 0.4s; margin-top: 0px; background: #4a4a4a; padding: 0; margin-left: 0; z-index: 9999;}
.headermenu .topnav ul li:hover ul { display: block; }
.headermenu .topnav ul li ul li { padding: 0px; margin: 0px; display: block; border-bottom: 1px solid #2a2323; }
.headermenu .topnav ul li ul li a { padding: 10px; font-size: 15px; color: #fff; font-weight: 400; line-height: normal; display: block; transition: 0.4s; display: block; letter-spacing: 0;}
.headermenu .topnav ul li ul li a:hover { background: #222; color: #fff; }
.headermenu ul li a:hover{color: var(--color-lightblue);}

/*banner start*/

.bannersec{background: url(/wp-content/themes/printylawfirm/assets/images/new_homepage/banner.jpg) no-repeat top center; background-size: cover; padding: 205px 0;}
.bannersec .bannercont{max-width: min(550px, 96%);}
.bannersec h2{font-size: 61px; color: var(--white); font-weight: 700; line-height: 61px; font-family: var(--secondaryfont); text-transform: uppercase; margin-bottom: 10px;}
.bannersec h3{font-size: 42px; color: var(--white); font-weight: 400; line-height: 48px; border-top: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(255,255,255,0.3); padding: 10px 0; text-transform: uppercase; padding-left: 20px; letter-spacing: 8px;}
.bannersec p{font-size: 32px; color: var(--white); font-weight: 300; line-height: normal; margin: 10px 0 25px; padding-left: 10px;}
.bannersec .bannerbtn{padding-left: 10px;}
.bannersec .bannerbtn a{display: inline-block; font-size: 24px; color: var(--white); font-weight: 400; line-height: 24px; background: var(--blue); padding: 18px 45px 18px 75px; border-radius: 50px; position: relative;}
.bannersec .bannerbtn a::before{content: ''; position: absolute; top: calc(50% - 12px); left: 30px; background: url(/wp-content/themes/printylawfirm/assets/images/new_homepage/phone_icon.png); background-size: cover; width: 24px; height: 24px; background-position: 0 0;}
.bannersec .bannerbtn a:hover{background: var(--white); color: var(--blue);}
.bannersec .bannerbtn a:hover::before{background-position: 0 -24px;}

/*legalsec start*/ 
.practiceareasec{padding: 60px 0 70px;}
.practiceareasec h3{font-size: 38px; color: var(--color-blue); font-weight: 700; line-height: 38px; font-family: var(--font-quattrocento); text-align: center; position: relative; padding-bottom: 25px;}
.practiceareasec h3::after{content: ''; position: absolute; bottom: 0; left: 50%; transform: translate(-50%,0); width: 80px; height: 2px; background: var(--color-blue);}
.practiceareasec .practicewrapsec{display: grid; grid-template-columns: repeat(3,1fr); margin-top: 30px; gap: 30px; font-size: 0;}
.practiceareasec .practicewrap{overflow: hidden; border-radius: 10px;}
.practiceareasec .practicewrap .imgbox{position: relative; z-index: 1; transition: all 0.3s linear;}
.practiceareasec .practicewrap .imgbox::before{content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; background: linear-gradient(180deg, rgba(255,255,255,0) 18%, rgba(0,0,0,1) 100%);}
.practiceareasec .practicewrap .imgbox h4{ position: absolute; bottom: 22px; color: var(--color-white); font-size: 32px; font-weight: 400; line-height: 32px; font-family: var(--font-quattrocento); padding: 10px; left: 0; right: 0; z-index: 1; text-align: center; opacity: 1;}
.practiceareasec .contentbox:hover .imgbox h4,.practiceareasec .contentbox:hover .imgbox::before {opacity: 0;}
.practiceareasec .contentbox{position: relative;}
.practiceareasec .contentbox .overlaybox{padding: 35px; background: #1d4387; position: absolute; top: 0; bottom: 0; transform-origin: bottom; transform: translateY(100%); z-index: 99; opacity: 0; transition: all 0.3s linear; width: 100%; box-sizing: border-box;} 
.practiceareasec .contentbox:hover .overlaybox{ opacity: 0.9; transform: translateY(0);}
.practiceareasec .overlaybox h4{color: var(--color-white); font-size: 32px; font-weight: 400; line-height: 34px; font-family: var(--font-quattrocento); margin-bottom: 20px;}
.practiceareasec .overlaybox ul{display: flex; flex-wrap: wrap; gap: 13px;}
.practiceareasec .overlaybox ul li{width: 100%; position: relative;  padding-left: 25px;}
.practiceareasec .overlaybox ul li::before{content: ''; position: absolute; top: 5px; left: 0; width: 8px; height: 13px; background: url(/wp-content/themes/printylawfirm/assets/images/new_homepage/arrow-icon.png); background-size: cover;}
.practiceareasec .overlaybox ul li a{display: inline-block; font-size: 20px; color: var(--color-white); font-weight: 400; line-height: 25px; letter-spacing: 0.4px; background-image: linear-gradient(to right, currentColor 0%, currentColor 100%); background-position: 0 100%; background-repeat: no-repeat; box-sizing: border-box; transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1); background-size: 0% 1px;}
.practiceareasec .overlaybox ul li a:hover{background-size: 100% 1px;}

/*Our Attorneys start*/
.attorneysec{padding: 65px 0 50px; position: relative; z-index: 1;}
.attorneysec::before{ background: url(/wp-content/themes/printylawfirm/assets/images/new_homepage/attorneybanner.jpg) no-repeat top center; background-size: cover; height: 480px; content: ''; position: absolute; top: 0; left: 0; right: 0; z-index: -1;}
.attorneysec::after{content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--color-blue); opacity: 0.8;  z-index: -1; height: 480px;}
.attorneysec h3{font-size: 38px; color: var(--color-white); font-weight: 700; line-height: 38px; font-family: var(--font-quattrocento); text-align: center; position: relative; padding-bottom: 25px;}
.attorneysec h3::after{content: ''; position: absolute; bottom: 0; left: 50%; transform: translate(-50%,0); width: 80px; height: 2px; background: var(--color-white);}
.attorneysec ul{display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; margin-top: 135px; text-align: center;}
.attorneysec ul li{padding: 0 30px 100px; z-index: 1; background: var(--color-white); box-shadow: 0 0 21px rgba(5,5,5, .19); position: relative;}
.attorneysec ul li .imgbox{overflow: hidden; margin-top: -90px;}
.attorneysec ul li .imgbox img{border-radius: 50%; border: 8px solid var(--color-blue); display: inline-block;}
.attorneysec ul li h4{font-size: 22px; color: var(--color-blue); font-weight: 600; line-height: 22px; margin-top: 20px;}
.attorneysec ul li p.subtitle{font-size: 18px; color: var(--color-grey); font-weight: 400; line-height: 18px; margin-top: 10px; font-style: italic;}
.attorneysec ul li p{font-size: 18px; color: #444444; font-weight: 400; line-height: 27px; margin-top: 15px;}
.attorneysec .attorneybtn{position: absolute; bottom: 27px; left: 0; right: 0;}
.attorneysec .attorneybtn a{display: inline-block; font-size: 20px; color: var(--color-blue); font-weight: 500; line-height: 20px;  border-radius: 50px; padding: 13px; border: 2px solid var(--color-blue); transition: all 0.3s linear; min-width: 202px; box-sizing: border-box;} 
.attorneysec .attorneybtn a:hover{background: var(--color-blue); color: var(--color-white);}

/*our_clint_sec start*/

.reviewsec{padding: 50px 0 85px;}
.reviewsec .reviewcont{width: 630px; margin: 0 auto;}
.reviewsec .reviewcont h3{text-align: center; font-size: 38px; color: var(--color-black); font-weight: 700; line-height: 42px; font-family: var(--font-quattrocento);}
.reviewsec .reviewcont h4{text-align: center; font-size: 32px; color: var(--color-blue); font-weight: 400; line-height: 32px; margin-top: 20px;}
.reviewsec .reviewcont p{text-align: center; font-size: 26px; color: var(--color-black); font-weight: 300; line-height: 26px; margin-top: 15px;}
.reviewsec .reviewcont ul{font-size: 0; display: flex; flex-wrap: nowrap; gap: 30px; margin: 30px 0 50px;}
.reviewsec .reviewcont ul li{width: 190px; padding: 11px 0px; display: flex; justify-content: center; align-items: center; box-shadow: 0 0 21px rgba(5,5,5, .10); box-sizing: border-box;}
.reviewsec .reviewslider{width: min(1130px, 100%); margin: 0 auto; box-sizing: border-box;}
.reviewsec .reviewslider .owl-stage-outer{padding: 0 10px 10px 0;}
.reviewsec .reviewslider .item{padding: 50px 65px 35px; background: #f9f9f9; box-shadow: 10px 10px 0 rgba(244,244,244,1); position: relative; width: 1120px; box-sizing: border-box; text-align: center; position: relative;} 
.reviewsec .reviewslider .item::before{content: ""; position: absolute; background: #f4f4f4; left: 10px; top: 10px; width: 100%; height: 100%; border-radius: 5px; z-index: -1;}
.reviewsec .reviewslider p{font-size: 20px; color: var(--color-black); font-weight: 400; line-height: 32px; text-align: center; letter-spacing: 0.8px;}
.reviewsec .reviewslider h4{margin-top: 15px; font-size: 18px; line-height: normal; font-weight: 700; display: inline-block; position: relative; padding-bottom: 10px;}
.reviewsec .reviewslider h4::before{content: ""; position: absolute; width: 65%; height: 3px; background: var(--color-blue); bottom: 0; left: 50%; transform: translateX(-50%); border-radius: 50px;}
.reviewslider .owl-nav .owl-prev{left: -60px;}
.reviewslider .owl-nav .owl-prev, .reviewslider .owl-nav .owl-next { content: ''; position: absolute; top: 40%; padding: 0; border: 0; background: transparent;}
.reviewslider .owl-nav .owl-prev span, .reviewslider .owl-nav .owl-next span{font-size: 0; background: url(/wp-content/themes/printylawfirm/assets/images/new_homepage/sliderarrow.png)0 0 no-repeat; width: 25px; height: 46px; display: block;margin: 0 auto;}
.reviewslider .owl-nav .owl-prev span:hover, .reviewslider .owl-nav .owl-next span:hover{background-position: 0 -46px;}
.reviewslider .owl-nav .owl-next span{transform: rotate(180deg);}
.reviewslider .owl-nav .owl-next{right: -60px;}

.reviewsec .readbtn{ text-align:center} 
.reviewsec .readbtn a{font-size: 18px; color: var(--color-blue); line-height: normal; font-weight: 400;  border: 2px solid var(--color-blue);padding:15px 40px;display: inline-block;text-align: center;box-sizing: border-box;border-radius: 30px; margin: 35px 5px 0px; transition: 0.4s;}
.reviewsec .readbtn a:hover{background:var(--color-blue); color: #fff;}

.reviewsec .btnwrap{display: flex; flex-flow: row wrap; justify-content: center; align-items: center; gap: 30px; margin-top: 30px;}
.btnsec a{text-align: center; display: inline-block; font-size: 20px; color: var(--color-blue); font-weight: 500; line-height: 20px;  border-radius: 50px; padding: 13px; border: 2px solid var(--color-blue); transition: all 0.3s linear; min-width: 202px; box-sizing: border-box;} 
.btnsec a:hover{background: var(--color-blue); color: var(--color-white);}

/* recent blog section */
/* .recentblogsection {padding: 70px 0; background: #f5f5f5;}
.recentblogsection h3{font-size: 30px; color: #333333; font-weight: 400; line-height: normal; text-align: center; margin-bottom: 30px;}
.recentblogsection ul{display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;}
.recentblogsection ul li .imgbox{overflow: hidden;}
.recentblogsection ul li .imgbox img{width: 100%; max-width: 100%; height: auto; transition: all .3s linear;}
.recentblogsection ul li .imgbox:hover img{transform: scale(1.02);}
.recentblogsection ul li .blogcontent{margin-top: 30px;}
.recentblogsection ul li .blogcontent h4, .recentblogsection ul li .blogcontent h4 a{font-size: 20px; color: #333333; font-weight: 400; line-height: 26px;}
.recentblogsection ul li .blogcontent h4 a:hover{color: #3f63fd;}
.recentblogsection ul li .blogcontent h4{min-height: 52px;}
.recentblogsection ul li .blogcontent p, .recentblogsection ul li .blogcontent p a{font-family: 'Montserrat'; font-size: 15px; color: #6b6a6a; font-weight: 400; line-height: 22px;}
.recentblogsection ul li .blogcontent p a:hover{color: #3f63fd;}
.recentblogsection ul li .blogcontent .metasec{margin: 15px 0;}

.recentblogsection .morebtnsec { text-align:center; margin-top: 40px; }
.recentblogsection .morebtnsec a.morebtn { font-size: 20px; color: #26367a; line-height: normal; font-weight: 400; width: 300px; max-width: 100%; border: 2px solid #26367a; padding: 10px; display: inline-block; text-align: center; box-sizing: border-box; border-radius: 80px; transition: 0.4s;}
.recentblogsection .morebtnsec a.morebtn:hover { background: #26367a; color: #fff;} */

.blogsec{padding: 65px 0; background: var(--color-blue);}
.blogsec h3{font-size: 38px; color: var(--color-white); font-weight: 700; line-height: 38px; text-align: center; font-family: var(--secondaryfont);}
.blogsec ul{display: flex; gap: 30px; font-size: 0; margin: 35px 0 40px;}
.blogsec ul li{padding: 20px 20px 30px; background: var(--color-white); border-radius: 10px; flex: 1 1 30%}
.blogsec ul li .postimgsec{position: relative;}
.blogsec ul li .metasec{position: absolute; right: 0; bottom: 0; background: var(--color-blue); padding: 11px 12px 11px 25px; clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);} 
.blogsec ul li .metasec p{font-size: 17px; color: var(--color-white); font-weight: 400; line-height: 18px; display: inline-block;}
.blogsec ul li .blogcontent{margin-top: 20px;}
.blogsec ul li .blogcontent h4, .blogsec ul li .blogcontent h4 a{font-size: 22px; color: var(--color-black); font-weight: 600; line-height: 32px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.blogsec ul li .blogcontent h4 a:hover{color: var(--color-blue);}
.blogsec ul li .blogcontent p{font-size: 18px; color: var(--color-black); font-weight: 400; line-height: 26px; margin-top: 20px;}
.blogsec .blogbtn{display: flex; justify-content: center;}
.blogsec .blogbtn a{font-size: 20px; color: var(--color-white); font-weight: 500; line-height: 20px; border: 2px solid var(--color-white); border-radius: 90px; padding: 15px 56px;}
.blogsec .blogbtn a:hover{color: var(--color-blue); background: var(--color-white);}
.blogsec.acfBlogSec ul{ flex-flow: row wrap; gap:  20px 2%;}
.blogsec.acfBlogSec ul li{ flex: unset; width: 32%;}

/*howcan_sec start*/
.formsec{padding: 70px 0 75px; background: url(/wp-content/themes/printylawfirm/assets/images/new_homepage/formbanner.jpg) no-repeat top center; background-size: cover; position: relative; z-index: 1;}
.formsec::after{content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--color-black); opacity: 0.5; z-index: -1;}
.formsec h3{font-size: 38px; color: var(--color-white); font-weight: 700; line-height: 42px; text-align: center; font-family: var(--secondaryfont); margin-bottom: 20px;}
.formsec p{font-size: 20px; color: var(--color-white); font-weight: 400; line-height: 20px; text-align: center; padding-bottom: 30px; position: relative;}
.formsec p::after{content: ''; position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 0); width: 80px; height: 2px; background: var(--color-white);}
.formsec .formbox{width: 1070px; margin: 0 auto; padding: 40px; margin-top: 40px; z-index: 1; position: relative; box-sizing: border-box;}
.formsec .formbox::before{content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--color-black); opacity: 0.5; z-index: -1; border-radius: 10px;}
.formsec .formbox .gform_body ul#gform_fields_1{display: grid !important; grid-template-columns: repeat(3,1fr); gap: 30px 20px;}
.formsec .formbox .gform_body ul li#field_1_5 {grid-column: 1/-1;}
.formsec .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .formsec .gform_legacy_markup_wrapper textarea.large{font-size: 20px; font-family: 'Jost', sans-serif; padding: 12px 30px;}
.formsec .gform_legacy_markup_wrapper .hidden_label input.large, .formsec .gform_legacy_markup_wrapper textarea.large{border-radius: 50px; background: var(--color-white); font-size: 20px; color: var(--color-black); font-weight: 400; line-height: normal; width: 100%; box-sizing: border-box;}
.formsec .gform_legacy_markup_wrapper .hidden_label input.large::placeholder, .formsec .gform_legacy_markup_wrapper textarea.large::placeholder{color: var(--color-black);}
.formsec .gform_legacy_markup_wrapper textarea.large{padding: 30px; height: 188px;}
.formsec .gform_legacy_markup_wrapper .gform_footer{margin: 0; padding: 0; display: flex; justify-content: center;}
.formsec .gform_legacy_markup_wrapper .gform_footer input[type=submit]{margin: 0; font-size: 24px; background: transparent; color: var(--color-white); font-weight: 400; border: 2px solid var(--color-white); padding: 11px ; min-width: 394px; border-radius: 50px; transition: all 0.3s linear; text-transform: capitalize; letter-spacing: -1.8px;}
.formsec .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover{text-decoration: none; background: var(--color-white); color: var(--color-blue);}

.formsec .orsec{margin: 30px 0; display: flex; justify-content: center; position: relative; z-index: -1;}
.formsec .orsec::before{content: ''; position: absolute; top: 50%; left: -40px; right: -40px; height: 1px; background: var(--color-white); opacity: 0.45;}
.formsec .orsec span{background: var(--color-white); width: 49px; height: 49px; border-radius: 50px; display: flex; justify-content: center; align-items: center; font-size: 20px; color: var(--color-black); font-weight: 700; line-height: 20px; position: relative; z-index: 1;}
.formsec .callusbtn{display: flex; justify-content: center; align-items: center;}
.formsec .callusbtn span{font-size: 38px; color: var(--color-white); font-weight: 300; line-height: 38px;}
.formsec .callusbtn span a{display: inline-block; font-weight: 600; color: var(--color-white); transition: all 0.3s linear; background-image: linear-gradient(to right, currentColor 0%, currentColor 100%); background-position: 0 100%; background-repeat: no-repeat; transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1); background-size: 0% 1px;}
.formsec .callusbtn span a:hover{background-size: 100% 1px;}



/* New Footer Css */
.footersec{background: var(--color-blue);}
.footersec .footermain{padding: 35px 0;}
.footersec .footerbox{display: flex; flex-wrap: nowrap; gap: 110px 0; justify-content: space-between; align-items: center; padding-bottom: 35px; gap: 30px; border-bottom: 1px solid rgba(255,255,255,0.2);}
.footersec .footermenu ul{display: flex; gap: 38px;}
.footersec .footermenu a{font-size: 18px; color: var(--color-white); font-weight: 400; line-height: 18px; text-transform: uppercase; letter-spacing: 1.4px;}
.footersec .footermenu a:hover{color: var(--color-lightblue);}

.footersec .mapsec{display: grid; grid-template-columns: repeat(2,1fr); gap: 35px 30px; margin-top: 35px;}
.footersec .mapsec #iframe-wrapper1, .footersec .mapsec #iframe-wrapper2{border: 10px solid #e6f4ff;}
.footersec .mapsec .mapbox .mapimgbox{height: 320px;}
.footersec .mapsec .mapbox ._mapsecwrap, .footersec .mapsec .mapbox ._mapimg{height: 100%; object-fit: cover; width: 100%; position: relative;}
.footersec .mapsec img{width: 100%; height: 100%; object-fit: cover;}
.footersec .mapsec #iframe-placeholder1, .footersec .mapsec #iframe-placeholder2{z-index: 999;}
.footersec .mapsec iframe { width: 100%; height: 100%; border: 0; position: absolute; top: 0; left: 0; bottom: 0; right: 0;}
.footersec .mapsec .addressbox{padding-top: 35px;}
.footersec .addressbox h4{font-size: 28px; color: var(--color-white); font-weight: 700; line-height: 28px; font-family: var(--font-quattrocento); margin-bottom: 20px;}
.footersec .addressbox ul{display: grid; grid-template-columns: repeat(2,1fr); gap: 30px;}
.footersec .addressbox ul li{font-size: 18px; color: var(--color-white); font-weight: 400; line-height: 30px;}
.footersec .addressbox ul li:nth-child(2){font-size: 22px;}
.footersec .addressbox ul li p span{display: block;}
.footersec .addressbox ul li a{display: inline-block; color: var(--color-white);}
.footersec .addressbox ul li a{background-image: linear-gradient(to right, currentColor 0%, currentColor 100%); background-position: 0 100%; background-repeat: no-repeat; transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1); background-size: 0% 1px;}
.footersec .addressbox ul li a:hover{background-size: 100% 1px;}

/* .footersec .copyrightsec{padding-top: 30px;} */
.footersec .copyrightsec .container{border-top: 1px solid rgba(255,255,255,0.2); padding: 35px 0;}
.footersec .copyrightsec p{text-align: center; font-size: 18px; color: #8ea1c2; font-weight: 400; line-height: 26px;}

/* innerbannerimage blogheader */
.innerbanner.newbanner{background: url(/wp-content/themes/printylawfirm/assets/images/blog-banner-new-img.jpg) no-repeat center; background-size: cover; position: relative; padding: 70px 0px;}
.innerbanner.newbanner::before{content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: radial-gradient(circle, rgba(219,237,255,0) 0%, rgba(0,0,0,1.03) 56%); background-position-x: 26vw;}
.innerbanner.newbanner .container{position: relative;}


/*inner_banner*/
/* .innerbanner{padding: 35px 0px; background-color:#253579;} */
.innerbanner{padding: 35px 0px; background-color:var(--color-blue);}
.innerbanner h1{font-size: 35px;color: #fff;font-weight: 400;letter-spacing: 1px; text-transform: uppercase;}

.innerbannerimage .titleheight h1{font-size: 45px;color: #fff;font-weight: 400;letter-spacing: 1px; text-transform: uppercase; text-shadow: 0px 5px 7px rgba(0,0,0,0.75);}
/* .innerbanner.newbanner h1 span{ font-size:72px; color:#15d9df; display:block; font-weight:700} */
.innerbanner.newbanner .titlewrap{width: auto; display: inline-block;}
/* .innerbanner.newbanner h1{font-family: var(--font-quattrocento); text-transform:uppercase; font-size: 60px; line-height: normal; font-weight: 400;}
.innerbanner.newbanner h1 span{display: block;}
.innerbanner.newbanner h1 span.bordersec{font-family: var(--font-jost); font-size: 40px; color:#fff; display: inline-block; font-weight:400; padding: 9px 32px; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; margin-top: 20px;} */

.innerbanner.newbanner h3{font-family: var(--font-quattrocento); text-transform:uppercase; font-size: 60px; line-height: normal; font-weight: 400; color: var(--color-white);}
/* .innerbanner.newbanner h1 span{display: block;} */
.innerbanner.newbanner h1, .innerbanner.newbanner h4{font-family: var(--font-jost); font-size: 40px; color:#fff; display: inline-block; font-weight:400; padding: 9px 32px; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; margin-top: 20px;}
.innerbanner.newbanner.attorneypg h1, .innerbanner.newbanner.contactpg h1, .innerbanner.newbanner.employmentpg h4, .innerbanner.newbanner.blogheader h1{font-size: 32px; line-height: 35px; font-weight: 300; text-transform: capitalize; padding: 5px 15px 9px; width: auto;}
.innerbanner.newbanner.employmentpg{padding: 110px 0px;}
.innerbanner.newbanner.employmentpg::before{background: radial-gradient(circle, rgba(219,237,255,0) 20%, rgba(0,0,0,0.78) 46%); background-position-x: 19vw; opacity: 0.78;}
.innerbanner.newbanner.employmentpg .titlewrap{width: min(645px, 100%);}
/* .innerbanner.newbanner.employmentpg h3{font-weight: 700;} */
.innerbanner.newbanner h4{text-transform: uppercase; letter-spacing: 6.4px; width: min(561px, 100%); padding: 9px 20px;}
.innerbanner._personalinjurypgs.newbanner.employmentpg::before {content: unset;}

/* .titlewrap{display: table; width: 100%;} */
/* .titleheight{height: 350px; vertical-align: middle; display: table-cell;} */
.titlewrap{ width: 75%; margin: 0 auto;}

/*sidebar*/
.footer-nav-widgets-wrapper .widget .skills ul{margin-top: -10px;}
.footer-nav-widgets-wrapper .widget .skills ul li{font-size: 20px; color: #787575;font-weight: 400;line-height: 32px;background: #fff;padding: 10px 15px;margin-top: 10px; border:0; border-bottom: 0px solid #e1e1e1;}

.footer-nav-widgets-wrapper .schedule { text-align:center; background:#fff; padding:20px}
.footer-nav-widgets-wrapper .schedule h5 { display:inline-block; vertical-align:middle; font-size:20px; width:130px; text-align:left; font-weight:600;}
.footer-nav-widgets-wrapper .schedule p { display:inline-block; vertical-align:middle;}
.footer-nav-widgets-wrapper .schedule p a.glcall { display:block; padding:10px 15px; font-size:20px; background:#fff; color:#26367a; border-radius:5px; border:1px solid #26367a;}
.footer-nav-widgets-wrapper .schedule p a.glcall:hover { background:#26367a; color:#fff;}
.footer-nav-widgets-wrapper .schedule p + div.clear { margin-top:15px;}
.footer-nav-widgets-wrapper .schedule .sidebarbadgeimage { padding-top:15px; border-top:1px solid #cccc;}
.footer-nav-widgets-wrapper .schedule .sidebarbadgeimage img { display:inline-block; vertical-align:top;}

/*.schedule h3{display: block; color: #444; padding: 8px 0px;font-size: 16px; font-weight: 600;}
.schedule h3 a{transition: 0.4s;}
.schedule h3 a:hover{color:#26367a}
.schedule img{margin-top: 15px;}*/


/*.footer-nav-widgets-wrapper .widget .textwidget { border:1px solid #e1e1e1;}*/

.footer-nav-widgets-wrapper #search-2 label{width: 89%;}
.footer-nav-widgets-wrapper #search-2 label input{width:100%; background: none; border: none; background: #fff; padding: 13px 13px; font-size: 18px; color: #1b1d1c; font-weight: 400;    float: left;margin: 0px; height: 40px;}
.footer-nav-widgets-wrapper #search-2 label input::placeholder{ font-size: 18px; color: #1b1d1c; font-weight: 400;}
/* .footer-nav-widgets-wrapper #search-2 .search-form{padding: 18px 13px 15px; border-radius: 0px; background: #7e7f7f; width: 100%; margin: 0px; box-sizing: border-box;} */
.footer-nav-widgets-wrapper #search-2 .search-form{padding: 18px 13px 15px; border-radius: 0px; background: var(--color-blue); width: 100%; margin: 0px; box-sizing: border-box;}
.footer-nav-widgets-wrapper #search-2 input[type="submit"]{width: 11%; margin: 0px; padding: 0px; font-size: 0px; background: #cecece url(/wp-content/themes/printylawfirm/assets/images/siderbar_submit_icon.png)no-repeat center; transition: 0.4s;}
.footer-nav-widgets-wrapper #search-2 input[type="submit"]:hover{ background: #e3e3e3 url(/wp-content/themes/printylawfirm/assets/images/siderbar_submit_icon.png)no-repeat center;}

.footer-nav-widgets-wrapper #categories-2{border-radius: 0px; background: #f2f2f2; margin: 0px;}
.footer-nav-widgets-wrapper #categories-2 h4{font-size: 30px; color: #333333; font-weight: 400; line-height: normal;padding:20px;}
.footer-nav-widgets-wrapper #categories-2 nav{    padding:0px 20px 20px;}

.footer-nav-widgets-wrapper #categories-2 ul li a{font-size: 18px; color: var(--color-blue); font-weight: 400;    padding: 9px 15px 12px; text-transform: capitalize;}

.footer-nav-widgets-wrapper #categories-2 ul li + li {
border-top: 1px solid #bababa;
}


/*blog page*/
/*.bloglistingwrap{padding: 20px;}*/
.bloglistingimage{float: left; width: 100%; margin-bottom: 20px;}
.bloglistingimage img{width: 100%;}
.bloglistingimage .featured-media{margin: 0px;}

.bloglistingcoontent{float: left; width: 100%;margin-bottom: 40px;}
#site-content .hentry .bloglistingcoontent a.readmore {font-size: 13px; border: 1px solid var(--color-blue); color: var(--color-blue);display: inline-block;text-align: center;    padding: 7px 25px; transition: 0.4s; margin-top: 20px; border-radius: 30px;text-transform: uppercase;}

#site-content .hentry .bloglistingcoontent a.readmore:hover{ background: var(--color-blue); color: #fff;}
/* #site-content .hentry h2 a{ color: #333b80; transition: 0.4s;} */
#site-content .hentry h2 a{ color: var(--color-blue); transition: 0.4s;}
#site-content .hentry h2 a:hover{    color: #3f63fd;}

#site-content .bloglistingcoontent a:hover{background: #16214d; color: #fff;}

.blog #site-content .hentry h2, .archive #site-content .hentry h2, .search #site-content .hentry h2{padding: 0px; font-size: 24px; color: #333333; font-weight: 500; line-height: normal;    margin-bottom: 15px;}

.blog .authorname, .datesec, .categoryname a, .archive .authorname, .datesec, .categoryname a, .search .authorname, .datesec, .categoryname a{font-size: 14px; color: #26367a; font-weight: 500;}
/*.blog .postmeta{margin: 15px 20px;padding: 10px 0px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}*/

.blog .postmeta, .archive .postmeta, .search .postmeta{margin-bottom: 15px;}

.authorname, .datesec, .categoryname{display: inline-block; vertical-align: top;}
.authorname, .datesec, .categoryname{color: #26367a;}
/*.blog .authorname, .datesec, .categoryname a{color: #333b80;transition: 0.4s;}*/
.blog #site-content .hentry .postmeta a, .archive #site-content .hentry .postmeta a, .search #site-content .hentry .postmeta a{color: var(--color-blue);}
.blog #site-content .hentry .postmeta a:hover, .archive #site-content .hentry .postmeta a:hover, .search #site-content .hentry .postmeta a:hover{color: #3f63fd;}
/*.blog .authorname, .datesec, .categoryname a:hover{color: #3f63fd;}*/
/*
.blog .datesec{display: inline-block; vertical-align: top;}
.blog .categoryname{display: inline-block; vertical-align: top;}
*/

.blog #site-content, .archive #site-content, .search #site-content {width: 66.66%;float: left;}

.blog .footer-nav-widgets-wrapper, .archive .footer-nav-widgets-wrapper, .search .footer-nav-widgets-wrapper {width: 30.3%;float: right;}

.blog article, .archive article, .search article{border-bottom: 1px solid #888888;margin-bottom: 35px;}

.blog article:last-child, .archive article:last-child, .search article:last-child{border-bottom: none;}




/*post page*/
.single #site-content .entry-header{    border: 1px solid #e1e1e1;}
.single #site-content .entry-header h2{    font-size: 3rem;line-height: normal; font-weight: 500; margin-bottom: 2rem;}
.single #site-content .entry-header h2 a{    color: #333b80;} 
#site-content .entry-header { background:#f7f7f7; padding:1.5rem 1.5rem 0;}

.single .singlepostimage img{text-align: center; margin: 0 auto;}
.single .authorname, .datesec, .categoryname{display: inline-block; vertical-align: top;}
.single .authorname, .datesec, .categoryname{color: #333b80;}
.single .authorname, .datesec, .categoryname a{color: #333b80;transition: 0.4s;}
.single #site-content .hentry .postmeta a{color: #333b80;}
.single #site-content .hentry .postmeta a:hover{color: #3f63fd;}
.single #site-content .hentry .postmeta{margin:15px 0px 30px;padding:0;}
.single  .singlepostimage{ margin-bottom:30px;}
.single .at-share-btn-elements{margin: 15px 0px 0px;padding: 10px;border-top: 1px solid #e1e1e1;}
.single .at-share-btn-elements a{margin: 0 10px 0px 0;}

.single .pagination-single{margin-top: 0px;}
.single .entry-content hr:not(.has-background), hr.styled-separator {color: #e1e1e1!important;}
.single .pagination-single-inner a{font-size: 18px;color: #444;font-weight: 500;line-height: 32px; transition: 0.4s; text-decoration: none;}
.single .pagination-single-inner a span:hover{text-decoration: none; color:#26367a;}
.single .pagination-single-inner a:hover{ color: #3f63fd; }

.our_clint_sec{border-top: 1px solid #e1e1e1;}
.home .our_clint_sec{border:none;}

.single .pagination-single hr:first-child {margin: 0 0 15px 0;}
.single .pagination-single hr:last-child {margin: 15px 0px 0px 0px;}

.single #site-content .entry-content p strong a{color: #26367a; transition: 0.4s;} 
.single #site-content .entry-content p strong a:hover{color: #444;} 



/*Attorneys */


.firmsec{margin-bottom: 40px;}
.firmsec .firm_left{ width: 50%; float: left;}
.firmsec .firm_left h2{color: #333b80; font-size: 3rem; line-height: normal; font-weight: 500;margin-bottom: 2rem; letter-spacing: normal;}

.firmsec .firm_left p {font-size: 16px;color: #333;font-weight: 400;line-height: 30px;    letter-spacing: normal;}
.firmsec .firm_left p+p{   margin-top: 15px;}
.firmsec .firm_left .firmimg{margin-top: 20px;}
.firmsec .firm_left .firmimg img{margin: 0 auto;}


.firmsec .firm_right{ width: 45%; float: right; font-size: 0px; margin-left: -5%;}
.firmsec .firm_right .firmbox{ width: 45%; display: inline-block; vertical-align: top; text-align: center;    border: 2px solid #aaa; overflow: hidden; margin-left: 5%;}
.firmsec .firmrightimg{ overflow: hidden; min-height: 300px;}
.firmsec .firmrightimg img{filter: grayscale(100%); transition: 0.4s; overflow: hidden; width: 100%;}
.firmsec .firmrightimg img:hover{filter: none; -webkit-transform: scale(1.1); transform: scale(1.1);overflow: hidden; }
.firmsec .firmbox_bottom{padding:10px 20px 20px;}
.firmsec .firm_right .firmbox h4{color: #333b80; font-size: 22px; line-height: normal; font-weight: 500; letter-spacing: normal; }
.firmsec .firm_right .firmbox h5{color: #333b80; font-size: 18px; line-height: normal; font-weight: 300; letter-spacing: normal;}
.firmsec .firm_right .firmsocial_icon{background: #000; padding: 10px;}
.firmsec .firm_right .firmbox p {font-size: 18px;color: #333;font-weight: 500;line-height: 26px;    letter-spacing: normal; margin-top: 30px;}


.garyleesec{padding: 0px 0px 20px;}
.garyleesec .garylebox{background: #191A1D;    border-radius: 4px;display: inline-block;     width: 100%;}
.garyleesec .garytop{background-color: #4a4a4a ;padding: 34px;border-radius: 4px;}
.garyleesec .garytop img{float: left; width: 200px; margin-right: 20px;}
.garyleesec .garycontent{display: inline;}
.garyleesec .garycontent h4{color: #fff; font-size: 22px; line-height: normal; font-weight: 500; letter-spacing: normal; }
.garyleesec .garycontent p{font-size: 18px;color: #efd9d9;font-weight: 300;line-height: 34px;letter-spacing: normal;}

.garyleesec .garyheading h3{color: #333b80;font-size: 25px;line-height: normal;font-weight: 500;margin-bottom: 2rem;letter-spacing: normal;}
.garyleesec .garyheading p{font-size: 16px;color: #333;font-weight: 400;line-height: 30px;letter-spacing: normal;}
.firmsec p+p{    margin-top: 15px;}
.firmsec p{font-size: 16px;color: #333;font-weight: 400;line-height: 30px;letter-spacing: normal;}
.garyleesec .garyheading{margin-bottom: 30px;    margin-top: 10px;}

.garyleesec .garypractice{margin-bottom: 30px;}
.garyleesec .garypractice p{font-size: 16px;color: #333;font-weight: 400;line-height: 30px;letter-spacing: normal;}
.garyleesec .garypractice h4{    font-size: 22px;font-weight: 500;line-height: normal; margin-bottom: 15px;}
.garyleesec .garypractice ul li{font-size: 16px;color: #333;font-weight: 400;line-height: 30px;letter-spacing: normal;    margin-left: 20px;}



/*=============footerbox=============*/
.consultationsec{padding: 40px 0px;     background: #f9f9f9;}
.consultationsec .consultationbox{    border: 2px solid #e1e1e1; padding: 30px; border-radius: 5px;     background: #fff;}
.consultationsec  .consultimg{width: 42px;     margin-right: 20px;     margin-right: 20px;display: inline-block;vertical-align: middle;}
.consultationsec  .consultimg img{margin: 0px;}
.consultationsec .consultcontent{display: inline-block;vertical-align: middle; width: 75%;}
.consultationsec .consultcontent h3{color: #333b80; font-weight: 500;    margin-bottom: 10px; font-size: 3rem; line-height: normal;}
.consultationsec .consultcontent p{    font-size: 16px;color: #333;font-weight: 400;line-height: 30px;}
.consultationsec  .consultbtn{display: inline-block;vertical-align: middle;}
.consultationsec .consultbtn a{ border: 2px solid #003893;    border-radius: 4px;    font-size: 16px; display: block;     color: #003893; padding: 12px 20px; font-weight: 400; transition: 0.4s;}
.consultationsec .consultbtn a:hover{background:#003893; color: #fff; }


/*=============page consultation box=============*/

.consultationbox{    border: 2px solid #e1e1e1; padding: 20px; border-radius: 5px;     background: #f9f9f9;    margin-top: 30px;}
.consultationbox  .consultimg{width: 42px;     margin-right: 20px;     margin-right: 20px;display: inline-block;vertical-align: middle;}
.consultationbox  .consultimg img{margin: 0px;}
.consultationbox .consultcontent{display: inline-block;vertical-align: middle; width: 65%;}
#site-content .consultationbox .consultcontent h3{margin-bottom: 10px;}
.consultationbox .consultcontent p{    font-size: 16px;color: #333;font-weight: 400;line-height: 30px;}
.consultationbox  .consultbtn{display: inline-block;vertical-align: middle;}
#site-content .consultationbox .consultbtn a{ border: 2px solid #003893;    border-radius: 4px;    font-size: 16px; display: block;     color: #003893; padding: 12px 20px; font-weight: 400; transition: 0.4s;}
#site-content .consultationbox .consultbtn a:hover{background:#003893; color: #fff; }



#site-content .accidentbox{padding: 20px;    border: 1px solid #e1e1e16e;background: #f9f9f926;    margin-top: 30px;}
#site-content .accidentbox h3{margin-bottom: 10px;}
#site-content .accidentbox p+p{margin-top: 10px;}




/*practice areas sec*/
.practiceareassec {padding: 40px 0px; background: url(/wp-content/themes/printylawfirm/assets/images/practice_areasbg.jpg)no-repeat; background-position: center; background-size: cover; position: relative; }
.practiceareassec:before{content: ''; position: absolute; left: 0px; right: 00px; top: 0px; bottom: 0px; width: 100%; height: 100%; background: #26367a; opacity: 88%;}
.practiceareassec .practicetop h3{font-size: 30px;color: #fff;text-align: center;font-weight: 500; text-align: center; margin: 0 auto;}

.practiceareassec .practicetop{position: relative;}
.practiceareassec .practicetop ul{margin-left: -3%; font-size: 0px; margin-top: 3%;}
.practiceareassec .practicetop ul li{display: inline-block; vertical-align: top; width: 22%; margin-left: 3%; margin-bottom: 10px;}
.practiceareassec .practicetop ul li a{    font-size: 16px;color: #fff;font-weight: 400;line-height: 30px;display: inline-block;position: relative;margin-left: 13px;}
.practiceareassec .practicetop ul li a:before{content: '';position: absolute;left: -13px;top: 9px;width: 6px;height: 10px;background: url(/wp-content/themes/printylawfirm/assets/images/legal_box_arrow.png)no-repeat;display: block;}

.practiceareassec .practicetop ul li a:hover{color: #d6c5c5;}




/*========contact page=============*/


.contactsec .cs_left{ width: 48%; float: left; }
.contactsec .cs_left h3{    color: var(--color-blue);font-size: 32px;line-height: 40px; font-weight: 500; margin: 30px 0px;}
.contactsec .cs_right{ width: 48%; float: right;  }
.contactsec .cs_right h3{color: var(--color-blue);font-size: 32px;line-height: 40px; font-weight: 500; margin: 30px 0px}

.contactsec .csbt_left{ width: 60%;float: left;    padding: 30px;background: #f7f7f7;border:1px solid #e2e2e2;}
.contactsec .csbt_left h3{    color: var(--color-blue);font-size: 32px;line-height: 40px; font-weight: 500; margin-bottom: 15px;}
.contactsec .csbt_left p{    font-size: 16px;color: #333333;font-weight: 400;line-height: 24px;margin-bottom: 10px;}
.contactsec .gform_wrapper ul li label{font-size: 18px; color: #000; font-weight: 500; line-height: normal;}
.contactsec .gform_wrapper ul li input{width: 100%;background: none; border: none; background: #fff; border:1px solid #e2e2e2; margin-bottom: 15px!important; padding: 10px!important;}
.contactsec .gform_wrapper ul li.gchoice input{width: auto;}

.contactsec .csbt_left._pgcontactform {width: 60%; float: right;}
.contactsec .csbt_right._pglocation {width: 37%; float: left;}


.contactsec .gform_wrapper ul li textarea{margin-bottom: 15px!important;}
.contactsec .gform_wrapper ul li textarea{width: 100%;height: 130px; background: none; border: none; background: #fff; border:1px solid #e2e2e2; margin-bottom: 15px!important; padding: 10px!important;}
.contactsec .gform_wrapper ul li select{width: 100%;background: none; border: none; background: #fff; border:1px solid #e2e2e2; margin-bottom: 0px!important; padding: 10px!important;}
.contactsec .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label{    font-size: 14px;color: #444;font-weight: 400;line-height: 22px; vertical-align: top; margin-top: 5px; margin-right: 10px;}
.contactsec .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{ margin-right: 10px!important; margin-top: 11px!important;}
.contactsec .gchoice_select_all, .contactsec .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .contactsec .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label{font-weight: 400;}
.contactsec .gform_wrapper .gform_footer input[type=submit]{ border: 2px solid #003893; border-radius: 4px; font-size: 16px; display: block; color: #003893; padding: 12px 20px; font-weight: 400; transition: 0.4s; width: 210px; text-align: center; background: #fff; font-size: 16px;text-decoration: none;}
.contactsec .gform_wrapper .gform_footer input[type=submit]:hover{background:#003893; color: #fff; }
.contactsec .csbt_right{ width:37%; float: right;padding: 30px;border: 1px solid #e2e2e2;background: #f7f7f7;}



.contactsec .csbt_right h3{    color: var(--color-blue);font-size: 32px;line-height: 40px;font-weight: 500;}
.contactsec .csbt_right h4{     color: var(--color-blue);font-size: 25px;line-height: 40px; font-weight: 500;margin-bottom: 15px; }

.contactsec .csbt_right p{font-size: 20px;color: #333;font-weight: 500;line-height: 30px;letter-spacing: normal; margin-bottom: 10px;}

.contactsec .csbt_right ul li{font-size:16px;color: #333;font-weight: 400;line-height: 30px;letter-spacing: normal; }
.contactsec .csbt_right ul li a{color: var(--color-blue); transition: 0.4s; font-weight: 500;}
.contactsec .csbt_right ul li a:hover{color: #333; }

.contactsec .csright_tp{margin-top: 50px;}

.contactsec .contactsecbt{margin-top: 30px;}

/*==============FREE CONSULTATION page=================*/

.consultantsec .consultantsec_left{float: left; width: 49%;}
.consultantsec .consultantsec_left h3{    color: #333b80;font-size: 32px;line-height: 40px; font-weight: 500; margin-bottom: 15px;}
.consultantsec .consultantsec_left p{    font-size: 16px;color: #333333;font-weight: 400;line-height: 24px;margin-bottom: 10px;}
.consultantsec .consultantsec_left h5{    color: #333b80;font-size: 22px;line-height: 40px; font-weight: 500; margin-bottom: 15px;}


.consultantsec .csbt_left{ width: 49%;float: right;    padding: 30px;background: #f7f7f7;border:1px solid #e2e2e2;}
.consultantsec .csbt_left h3{    color: #333b80;font-size: 32px;line-height: 40px; font-weight: 500; margin-bottom: 15px;}
.consultantsec .csbt_left p{    font-size: 16px;color: #333333;font-weight: 400;line-height: 24px;margin-bottom: 10px;}
.consultantsec .gform_wrapper ul li label{font-size: 18px; color: #000; font-weight: 500; line-height: normal;}
.consultantsec .gform_wrapper ul li input{width: 100%;background: none; border: none; background: #fff; border:1px solid #e2e2e2; margin-bottom: 15px!important; padding: 10px!important;}
.consultantsec .gform_wrapper ul li textarea{margin-bottom: 15px!important;}
.consultantsec .gform_wrapper ul li textarea{width: 100%;height: 130px; background: none; border: none; background: #fff; border:1px solid #e2e2e2; margin-bottom: 15px!important; padding: 10px!important;}
.consultantsec .gform_wrapper ul li select{width: 100%;background: none; border: none; background: #fff; border:1px solid #e2e2e2; margin-bottom: 0px!important; padding: 10px!important;}
.consultantsec .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label{    font-size: 14px;color: #444;font-weight: 400;line-height: 22px; vertical-align: top; margin-top: 5px; margin-right: 10px;}
.consultantsec .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{ margin-right: 10px!important; margin-top: 11px!important;}
.consultantsec .gchoice_select_all, .contactsec .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .contactsec .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label{font-weight: 400;}
.consultantsec .gform_wrapper .gform_footer input[type=submit]{ border: 2px solid #003893; border-radius: 4px; font-size: 16px; display: block; color: #003893; padding: 12px 20px; font-weight: 400; transition: 0.4s; width: 210px; text-align: center; background: #fff; font-size: 16px;text-decoration: none;}
.consultantsec .gform_wrapper .gform_footer input[type=submit]:hover{background:#003893; color: #fff; }


#site-content .bloglistingpage ul { margin:0;}
#site-content .bloglistingpage ul li { box-sizing:border-box; margin-top:0; border:1px solid #cbe1bc;}
#site-content .bloglistingpage ul li + li { margin-top:45px;}
#site-content .bloglistingpage ul li .entry-header { padding:1.5rem 1.5rem 0; background:#f7f7f7; }
#site-content .bloglistingpage ul li h3 { font-size:30px;}
#site-content .bloglistingpage ul li .homemetasec {border-top: 1px solid #cbe1bc; padding: 1rem 0; display: flex; flex-wrap: wrap; /*justify-content: center;*/ font-size:14px; font-weight:500;}
#site-content .bloglistingpage ul li .homemetasec .meta-wrapper { align-items: center; display: flex; flex-wrap: nowrap; margin:0 0 0 3rem; letter-spacing: -.016875em;}
#site-content .bloglistingpage ul li .homemetasec .meta-wrapper.post-author { margin-left:0;}
#site-content .bloglistingpage ul li .homemetasec .meta-wrapper .meta-icon { flex-shrink: 0; margin-right: 1rem;}
#site-content .bloglistingpage ul li .bloglistingwrap { padding:25px;}
#site-content .bloglistingpage ul li .bloglistingwrap img { box-shadow:none; padding:0;}
#site-content .bloglistingpage ul li .bloglistingimage { width:40%; float:left;}
#site-content .bloglistingpage ul li .bloglistingimage + .bloglistingcoontent { width:56%; float:right;}
#site-content .bloglistingpage ul li .bloglistingcoontent a.readmore { min-width:16rem; font-size: 16px; font-weight: 400; background: #74a155; color: #FFF; padding: 10px 25px; display:inline-block; margin-top: 20px; border-radius: 4px; transition-duration: 0.3s; line-height:normal; text-align:center;}
#site-content .bloglistingpage ul li .bloglistingcoontent a.readmore:hover { background:#4d7a2f;}
#site-content .bloglistingpage ul li .footermeta { padding:10px 25px; border-top:1px solid #e1e1e1; background:#f7f7f7;}

.advertisementsection { padding:35px 0; text-align:center; border-top:1px solid #e1e1e1;}
.advertisementsection h4 { font-weight: 700; font-size: 24px; color: #807F7F; line-height: 45px; text-transform: uppercase; display: block; margin-bottom: 20px; }
.advertisementsection ul { font-size:0; }
.advertisementsection ul li { display:inline-block; vertical-align:top; width:33.33%;}
.advertisementsection ul li iframe { vertical-align:top; width:300px !important; margin:0 auto !important; height:250px !important;}

.footernavsection { background:#4d7a2f;}
.footernavsection ul { font-size: 0; text-align: center;}
.footernavsection ul li { display: inline-block; vertical-align:top;}
.footernavsection ul li a { display: block; padding: 28px 16px; font-size: 15px; font-weight: 400; color: #FFF; transition: all 0.4s ease-in-out;}
.footernavsection ul li a:hover { background: #74a155; }

.copyrightsection { padding:25px 0;}
.copyrightsection p { font-size: 15px; color: #444; font-weight: 400; text-align: center; }
.copyrightsection p + p { margin-top:10px;}
.copyrightsection a { text-decoration: underline; color: #444; }
.copyrightsection a:hover { text-decoration: none;}





.main-container { padding:40px 0;}
#site-content { width:67%; float:left;}
.footer-nav-widgets-wrapper { width:30%; float:right;}

/* #site-content h1, #site-content h2, #site-content h3, #site-content h4, #site-content h5, #site-content h6 {color:#052439; font-weight: 500; margin-bottom: 2rem;} */
#site-content h1, #site-content h2, #site-content h3, #site-content h4, #site-content h5, #site-content h6 {color: var(--color-blue); font-weight: 500; margin-bottom: 2rem;}
#site-content h1 {color:#333b80; font-size: 30px;  font-weight:500; text-transform:uppercase}
#site-content h2 {color: #333b80; font-size: 30px; line-height: 40px;}
#site-content h3 {color: #333b80; font-size: 26px; line-height: 36px;}
#site-content h4 {color: #333b80; font-size: 24px; line-height: 34px;}
#site-content h5 {color: #333b80; font-size: 22px; line-height: 32px;}
#site-content h6 {color: #333b80; font-size: 20px; line-height: 30px;}
#site-content p { font-size: 18px; color: #333; font-weight: 400; line-height: 34px;}
/*
#site-content .hentry a{color: #26367a;transition: 0.4s; font-weight: 500;}
#site-content .hentry a:hover{color: #333;}
*/
/*#site-content h2 a {color: #333b80;}*/
#site-content a:hover {color: #444;}
/*#site-content strong, #site-content b {font-weight:500;}*/
#site-content p + p { margin-top:15px;}
#site-content p + h2, #site-content p + h3, #site-content p + h4, #site-content p + h5, #site-content p + h6 { margin-top:20px;}
#site-content ul + p, #site-content ul + h2, #site-content ul + h3, #site-content ul + h4, #site-content ul + h5, #site-content ul + h6 { margin-top:20px;}
#site-content ol + p, #site-content ol + h2, #site-content ol + h3, #site-content ol + h4, #site-content ol + h5, #site-content ol + h6 { margin-top:20px;}
#site-content ul, #site-content ol { margin-left:40px; margin-top:20px;}
#site-content ul li, #site-content ol li { font-size: 18px; color: #444; font-weight: 400; line-height: 34px; margin-top:5px;}

#site-content ul li:marker{ color:#26367a}
#site-content ul.twocolum{ column-count:2 }


#site-content .thankyou{ text-align:center;}
#site-content .thankyou p { margin:20px 0;}
#site-content .thanks-btn {font-size: 14px; font-weight: 400; background: #74a155; color: #FFF; padding: 10px 25px; display:inline-block; border-radius: 4px; transition-duration: 0.3s; line-height:normal;}
#site-content .thanks-btn:hover{ color:#fff; background:#4d7a2f;}
#site-content .thankyou .thanks-btn{background: transparent; padding: 0;}
#site-content .thankyou .thanks-btn a{display: inline-block; font-size: 20px; color: #fff !important; font-weight: 500; line-height: 22px; background: #1d4387; padding: 12px 40px; border-radius: 50px; text-decoration: none !important; border: 2px solid #1d4387; transition: all 0.3s linear;}
#site-content .thankyou .thanks-btn a:hover{background: #fff; color: #1d4387 !important;}



/*.footer-nav-widgets-wrapper .gform_wrapper { padding:20px;}*/
.footer-nav-widgets-wrapper .gform_wrapper ul li.gfield { border:0;}
.footer-nav-widgets-wrapper .gform_wrapper ul li.gfield + li.gfield { margin-top:22px !important;}
/*.footer-nav-widgets-wrapper .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {font-family: 'Montserrat'; font-size:16px; color:#444; padding:12px 15px; width:100%; margin:0; border:1px solid #e1e1e1;}*/
.footer-nav-widgets-wrapper .gform_wrapper ul li.gfield textarea {    font-family: 'Roboto'; font-size:16px; color:#333; padding:20px 25px; width:100%; margin:0; height:161px;  border:1px solid #efefef;    border-radius: 30px;}
.footer-nav-widgets-wrapper .gform_wrapper .gform_footer { margin:20px 0 0; padding:0;}
.footer-nav-widgets-wrapper .gform_wrapper .gform_footer input.gform_button {font-family: 'Roboto'; font-size: 22px; font-weight: 400; color: var(--color-blue); background: var(--color-white); border: 2px solid var(--color-blue); padding: 16px 21px; margin: 0;border-radius: 30px;transition-duration: 0.3s;line-height: normal;width: 100%;cursor: pointer; transition: 0.4s; text-transform: capitalize;}
.footer-nav-widgets-wrapper .gform_wrapper .gform_footer input.gform_button:hover { background: var(--color-blue); color: var(--color-white); text-decoration:none;}

.footer-nav-widgets-wrapper .gform_widget{text-align: center; margin: 0 auto; padding: 30px 28px 30px;border-radius: 40px; background: #f9f9f9; box-sizing: border-box;}
.footer-nav-widgets-wrapper .gform_widget h4.widget-title{background: none; font-size: 26px; color: #000; font-weight: 400; margin: 0px; position: relative;  padding: 0px;padding-bottom: 25px;}
.footer-nav-widgets-wrapper .gform_widget h4.widget-title:before{content: ''; position: absolute; left: 50%; width: 70px; height: 5px; top: 100%; background: var(--color-blue); margin-left: -35px;}
.footer-nav-widgets-wrapper .gform_widget form{ margin-top: 25px;}

.footer-nav-widgets-wrapper .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {font-family: 'Roboto'; font-size:16px; color:#333333; padding:13px 25px 14px; width:100%; margin:0; border:1px solid #efefef; font-weight: 400;   border-radius: 30px; }
.footer-nav-widgets-wrapper .gform_wrapper ul li.gfield{position: relative; margin: 0px; padding: 0px;}

.footer-nav-widgets-wrapper .gform_wrapper ul li.gfield  label{position: absolute; right: 20px; top: 50%;margin: 0px;margin-top: -15px; font-size: 0px;}

.footer-nav-widgets-wrapper .gform_wrapper .gfield_required{ line-height: normal; color: #2d3f8a; font-weight: bold;line-height: 30px; font-size: 20px;}

/*.footer-nav-widgets-wrapper .widget-content{padding: 28px;}*/
.footer-nav-widgets-wrapper .widget-content .textwidget{padding: 0px; background: none;}
.footer-nav-widgets-wrapper .reviews_sidebar ul{margin: 0 auto; font-size: 0px; background: #fff;     padding: 20px 0px; box-sizing: border-box;}
.footer-nav-widgets-wrapper .reviews_sidebar ul li{display: inline-block; vertical-align: middle; width: 150px;  padding: 10px;}
.footer-nav-widgets-wrapper .reviews_sidebar ul li+li{border-top: none!important;}
.footer-nav-widgets-wrapper .reviews_sidebar ul li img{margin: 0 auto;}
.footer-nav-widgets-wrapper .reviews_sidebar .reviewbtn{margin-top: 20px;}
.footer-nav-widgets-wrapper .reviews_sidebar .reviewbtn a{font-size: 20px; color: var(--color-blue); font-weight: 400; line-height: normal;  width: 100%; text-align: center; border: 2px solid var(--color-blue);display: block;padding:12px; border-radius: 30px;}
.footer-nav-widgets-wrapper .reviews_sidebar .reviewbtn a:hover{background: var(--color-blue); color: #fff;}
.footer-nav-widgets-wrapper .reviews_sidebar .reviewbtn a + a { margin-top:10px;}

.footer-widgets-wrapper .sidecallbtn{background: var(--color-blue); padding: 23px 15px 24px;}
.footer-widgets-wrapper .sidecallbtn img{display: inline-block; vertical-align: middle; margin-right: 15px;}
.footer-widgets-wrapper .sidecallbtn p{display: inline-block; vertical-align: middle; font-size: clamp(14px, 3.1vw, 19px) !important; color: #fff; font-weight: 300; line-height: normal;    box-sizing: border-box;}

.footer-widgets-wrapper .sidecallbtn p a{font-weight: bold; color: #fff;}
.footer-widgets-wrapper .sidecallbtn p a:hover{color: #e2e2e2;}



/* .footer-widgets-wrapper .sidebarprinty h3{font-size: 24px; color: #26367a; font-weight: 500; line-height: normal; position: relative; text-align: center; margin: 38px 0px 18px;} */
.footer-widgets-wrapper .sidebarprinty h3{font-size: 24px; color: var(--color-blue); font-weight: 500; line-height: normal; position: relative; text-align: center; margin: 38px 0px 18px;}
/* .footer-widgets-wrapper .sidebarprinty h3:before{content: ''; position: absolute; left: 0px; top: 50%; width: 90px; height: 1px; background: #26367a;}
.footer-widgets-wrapper .sidebarprinty h3:after{content: ''; position: absolute; right: 0px; top: 50%; width: 90px; height: 1px; background: #26367a;} */
.footer-widgets-wrapper .sidebarprinty h3:before, .footer-widgets-wrapper .sidebarprinty h3:after{content: ''; position: absolute; left: 0px; top: 50%; width: 20%; height: 1px; background: var(--color-blue);}
.footer-widgets-wrapper .sidebarprinty h3:after{left: inherit; right: 0;}

.footer-widgets-wrapper #custom_html-10{background: none; border: none;}
.footer-widgets-wrapper #custom_html-10 .textwidget{padding: 0px;}
.footer-widgets-wrapper #custom_html-19{background: none; border: none;}
.footer-widgets-wrapper #custom_html-19 .textwidget{padding: 0px;}
/*.footer-widgets-wrapper #custom_html-19 .textwidget{padding: 0px;}*/
.footer-widgets-wrapper .widget .printybox img{width: 100%;}
.footer-widgets-wrapper .widget .printybox ul{background: var(--color-blue); font-size: 0px;}
.footer-widgets-wrapper .widget .printybox ul li{display: inline-block; vertical-align: top; text-align: center; width: 50%; box-sizing: border-box;}
.footer-widgets-wrapper .widget .printybox ul li a{ font-size: 14px; color: #fff; font-weight: bold; text-transform: uppercase; line-height: 22px; padding: 15px 10px; }
.footer-widgets-wrapper .widget .printybox ul li a span{display: block; font-weight: 400;text-transform: capitalize;}
.footer-widgets-wrapper .widget .printybox ul li a:hover{ color:#cee8ff; background:none}
.footer-widgets-wrapper .widget .printybox ul li+li{border: none!important;}
.footer-widgets-wrapper .widget .printybox ul li.printy_left{background: #2557b1;}

.footer-widgets-wrapper .sidebarprinty .metbtn{text-align: center; margin-top: 20px;}
.footer-widgets-wrapper .sidebarprinty .metbtn a{font-size: 20px; color: var(--color-blue); font-weight: normal; border: 2px solid var(--color-blue); padding:12px 30px;  border-radius: 30px; transition: 0.4s; display:inline-block}

.footer-widgets-wrapper .sidebarprinty .metbtn a:hover{background: var(--color-blue); color: #fff;}



.page #site-content .hentry { border:0;}
/*.blog #site-content .hentry { border:1px solid #e1e1e1;}*/
#site-content .hentry h2 { font-size:3rem; line-height:normal; text-align:center;}

#site-content .blogdetailpage { padding:2.5rem;}
#site-content .blogdetailpage .featured-media { margin-top:0;}
#site-content .has-post-thumbnail .blogdetailpage .blogpostthumbnail { width:40%; float:left;}
#site-content .has-post-thumbnail .blogdetailpage .blogpostcontent { width:57%; float:right;}
#site-content .blogdetailpage .blogpostcontent { width:auto; float:none;}
#site-content .blogdetailpage .blogpostcontent a.btn {min-width:16rem; font-size: 16px; font-weight: 400; background: #74a155; color: #FFF; padding: 10px 25px; display:inline-block; margin-top: 20px; border-radius: 4px; transition-duration: 0.3s; line-height:normal; text-align:center;}
#site-content .blogdetailpage .blogpostcontent a.btn:hover { background:#4d7a2f;}
#site-content .hentry .section-inner .post-meta-wrapper { margin:0; /*border-bottom:1px solid #c3e1ff;*/  }
#site-content .hentry .section-inner .post-meta-wrapper + .post-meta-wrapper { margin-top:1rem;}
#site-content .hentry .section-inner .post-meta-wrapper ul { margin:0;}
#site-content .hentry .section-inner .post-meta-wrapper ul li { margin-top:0; font-size:1.4rem; font-weight:500;}
#site-content .hentry .section-inner .post-meta-wrapper ul li.post-comment-link { display:none;}
#site-content .share-text { padding:1.5rem 0 0; margin:0;}
#site-content .share-text ul { margin:0;}
#site-content .share-text ul li { margin:0; display:inline-block; vertical-align:middle;}
#site-content .share-text ul li a { margin-bottom:0; color:#fff;}
#site-content .share-text ul li a:hover { color:#fff;}
#site-content .hentry a { text-decoration:none; color: var(--color-blue);}
#site-content .hentry .entry-content a { text-decoration:underline;}
#site-content .hentry .entry-content a:hover { text-decoration:none;}
#site-content .hentry a:hover { color:#000;}
#site-content .hentry .singlemetasecright .entry-categories { margin-bottom:0; line-height:normal;display: flex;flex-wrap: wrap;}
#site-content .hentry .singlemetasecright .entry-categories a { text-decoration:none; border:0; text-transform:none; font-weight: normal; letter-spacing: normal; display: inline-block;}
/*#site-content .hentry .singlemetasecright .entry-categories .entry-categories-inner { margin-top:-0.5rem;}*/
#site-content .hentry .singlemetasecright .entry-categories .screen-reader-text {clip-path: none; position: inherit !important; margin: 0; height: auto; display: inline-block; vertical-align: top; width: auto;}
#site-content .hentry .singlemetasecright .entry-categories .entry-categories-inner {display: inline-block; margin-left: -1rem;}

/*.single #site-content .hentry { border:0;}*/
.single #site-content .entry-header { margin-bottom:2.5rem; text-align:left;}
.single #site-content .hentry .singlemetasecright { margin-top:2.5rem;}
#site-content .hentry .singlemetasecright { background:#f7f7f7; padding:1rem; border-top:1px solid #cbe1bc;}

#site-content .archive-title span.color-accent { color:#444;}
#site-content .archive-header { padding:0 0 35px;}
#site-content .archive-header .archive-header-inner{ text-align:left}

#site-content .wp-pagenavi { margin-top:35px; text-align:center;}
#site-content .wp-pagenavi a, #site-content .wp-pagenavi span { padding:10px 20px; display:inline-block; vertical-align:top;}

#site-content .hentry h2 { text-align:left;}
#site-content .post-meta-single-top .post-meta {justify-content: left;}
#site-content .hentry .section-inner .post-meta-wrapper ul li.post-author { margin-left:0;}


/*Attorney page*/

.attorny-desktop ul{font-size: 0; margin-left: -4%; text-align: center; margin-top: 40px;}
.attorny-desktop ul li{display: inline-block; box-sizing: border-box; vertical-align: top; margin-left: 4%;}
.attorny-desktop ul li span.attybtn{font-size: 16px;color: #fff;text-transform: uppercase;display: block;background: #2d3f8a;padding: 15px 30px;text-decoration: none;text-align: center;}
.attorny-desktop ul li a:hover span.attybtn{ background:#1d2d70; }
.attornypg ul{display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;}
.attornypg ul li{box-shadow: 0px 5px 12px rgb(0 0 0/25%);}
.attornypg ul li img{aspect-ratio: 3 / 3.4; object-fit: cover; max-width: 100%; width: 100%; height: auto; transition: all .3s linear;}
/* .attornypg ul li .attorney-bg{overflow: hidden;}
.attornypg ul li .attorney-bg:hover img{transform: scale(1.02);} */
/* .attorneypg-list{ display:flex; flex-wrap:wrap; padding:15px;}
.attorneypg-list .col-3{width: 33.33%; display:inline-block; text-align: center;padding:15px;box-sizing: border-box;}
.attorneypg-list .col-4{width: 25%; display:inline-block; text-align: center;padding: 15px;box-sizing: border-box;} */
/* .attorneypg-list .attorney-bg{background-position: center top;height: 420px;background-size: cover;} */
.attornypg .contentbox{padding: 15px;}
.attornypg .contentbox h4{font-size: 20px; color: #333333; font-weight: 400; line-height: 26px; text-transform: uppercase; text-align: center; margin-bottom: 10px;}
.attornypg .contentbox h4 span{display: block; font-size: 16px; color: #333333; font-weight: 500; line-height: 26px;}
.attornypg .contentbox p{font-size: 15px; color: #6b6a6a; font-weight: 400; line-height: 22px; min-height: 65px; /* padding: 10px;  */ text-align: center;}
.attornypg .btnsec{margin-top: 10px;}
.attornypg .btnsec a{font-size: 16px;color: #fff;text-transform: uppercase;display: block;background: var(--color-blue);padding: 15px 30px;text-decoration: none;text-align: center;}
.attornypg .btnsec a:hover{ background:#1d2d70; }

/*New Attorney Template Page*/
.attorneytemplate .container{width: 1020px;margin: 0 auto;}
.attorneytemplate .attorney-hdr-banner{ background:url(/wp-content/themes/printylawfirm/./assets/images/attorney-template/banner-image.jpg) no-repeat top center; background-size:cover; position:relative; padding:55px 0px 0px; min-height:380px }
.attorneytemplate .attorney-hdr-banner:before{ content:''; position:absolute; left:0px; top:0px; width:100%; height:100%; background:rgba(29, 69, 135, 0.8);}
.attorneytemplate .attorney-hdr-banner .attorney-img{ width:355px; height:390px; overflow:hidden; float:left; position:relative; z-index:1}
.attorneytemplate .attorney-hdr-banner .attorney-img img{ width:100%; vertical-align:top}
.attorneytemplate .attorney-hdr-banner .attorney-banner-rgt{ width:635px; float:right; padding:50px 0px;position: relative;}
.attorneytemplate .attorney-hdr-banner h1{ font-size:32px; font-weight:700; color:#fff; margin-bottom:10px; text-transform:uppercase}
.attorneytemplate .attorney-hdr-banner .address{ border:solid 1px rgba(255, 255, 255, 0.2); border-width:1px 0px 1px 0px; padding:18px 0px;}
.attorneytemplate .attorney-hdr-banner .address p{    padding: 0px 0px 0px 115px; margin:0px; color:#fff; font-weight:400; font-size:18px;font-family: 'Open Sans', sans-serif; position: relative;line-height: 28px;}
.attorneytemplate .attorney-hdr-banner .address p:before{content: ''; position: absolute; left: 0px; top: 3px;background:url(/wp-content/themes/printylawfirm/./assets/images/attorney-template/attorney-banner-icons.png) no-repeat 0px 0px; width: 17px; height: 25px; }
.attorneytemplate .attorney-hdr-banner .address p strong{content: ''; position: absolute; left: 30px; }

.attorneytemplate .attorney-hdr-banner .contactinfo{ margin-top:20px}
.attorneytemplate .attorney-hdr-banner .contactinfo ul{ font-size:0px;}
.attorneytemplate .attorney-hdr-banner .contactinfo li{ display:inline-block; color:#fff; font-weight:500; font-size:18px; margin-left:35px;}
.attorneytemplate .attorney-hdr-banner .contactinfo li:first-child{ margin-left:0px;}
.attorneytemplate .attorney-hdr-banner .contactinfo a, .attorneytemplate .attorney-hdr-banner .contactinfo span{ background:url(/wp-content/themes/printylawfirm/./assets/images/attorney-template/attorney-banner-icons.png) no-repeat 0px 0px; padding-left:35px; color:#fff; text-decoration:none;    font-weight: 400;} 

.attorneytemplate .attorney-hdr-banner .contactinfo a:hover{ opacity:0.8;}
.attorneytemplate .attorney-hdr-banner .contactinfo li.phone span{ background-position:0px -70px;}
.attorneytemplate .attorney-hdr-banner .contactinfo li.fax span{ background-position:0px -134px;}
.attorneytemplate .attorney-hdr-banner .contactinfo li.email a{ background-position:0px -184px;}
.attorneytemplate .attorney-hdr-banner .contactinfo li.vcard a{ background-position:0px -245px;}

.attorneytemplate .tabmain{ background:#f5f8fc; text-align:left; position:relative; margin-top:-62px; min-height:62px;}
.attorneytemplate .tabmain ul{ display:inline-block; font-size:0px; margin-left:20px;}
.attorneytemplate .tabmain li{ display:inline-block; }
.attorneytemplate .tabmain li a{ font-size:16px; font-weight:600; color:#2654a3; padding:20px 13px; display:block; text-decoration:none; text-transform:uppercase}
.attorneytemplate .tabmain li a:hover{ color:#2654a3;}
.attorneytemplate .tabmain li a.inactive{ color:#000;}

.attorneytemplate .attorneycontentmain{ padding:40px 0px;}
.attorneytemplate .lftsidebar{ width:355px; float:left; box-shadow:0 0 6px 2px rgba(83, 91, 93, 0.1); padding:20px; box-sizing:border-box}
.attorneytemplate .lftsidebar .lftwidgetsec h3{ font-size:20px; font-weight:bold; color:#1d4587; text-transform:uppercase; margin-bottom:15px; padding:0px;}
.attorneytemplate .lftsidebar .lftwidgetsec{ line-height:26px; font-size:16px;}
.attorneytemplate .lftsidebar .lftwidgetsec li{ margin-top:15px; background:url(/wp-content/themes/printylawfirm/./assets/images/attorney-template/builets.png) no-repeat 0px 8px; padding-left:22px;}
.attorneytemplate .lftsidebar .lftwidgetsec li:first-child{ margin-top:0px;}

.attorneytemplate .lftsidebar .lftwidgetsec + .lftwidgetsec{ border-top: solid 2px #e3e3e3; margin-top:28px; padding-top:28px;}

.attorneytemplate .rgtcontentsec{ width:635px; float:right;}
.attorneytemplate .highlighttxt{ color:#2654a3}
.attorneytemplate a{ color:#8a191b; text-decoration:none}
.attorneytemplate a:hover{ color:#000}

.attorneytemplate .rgtcontentsec .tabcontainer ul li{ margin-bottom:18px;}
.attorneytemplate .rgtcontentsec .tabcontainer p{ padding-bottom:20px; padding-bottom: 20px;font-size: 16px;color: #000;line-height: 25px;font-weight: 400; font-family: 'Open Sans', sans-serif;}
.attorneytemplate .rgtcontentsec .tabcontainer ul, .attorneytemplate .rgtcontentsec .tabcontainer ol  {line-height: 26px; margin-left:15px; margin-bottom: 20px;}
.attorneytemplate .rgtcontentsec .tabcontainer ol li {padding-left: 10px; list-style:decimal}
.attorneytemplate .rgtcontentsec .tabcontainer ul li  { padding-left: 10px; list-style:disc; font-size: 16px; color: #000; line-height: normal; font-weight: 400; font-family: 'Open Sans', sans-serif;}


.attorneytemplate .rgtcontentsec .tabcontainer .badges ul{ font-size:0px; margin:0}
.attorneytemplate .rgtcontentsec .tabcontainer .badges li{ border:solid 1px #d9d9d9; background:#f5f5f5; padding:10px; margin-top:15px; display:inline-block;}
.attorneytemplate .rgtcontentsec .tabcontainer .badges li + li{ margin-left:22px;}
.attorneytemplate .rgtcontentsec .tabcontainer .badges li img{ vertical-align:top}

.attorneytemplate .reviewwebsites{ padding:40px 0px; background:#f5f5f5}
.attorneytemplate .reviewwebsites h3{ font-size:24px; color:#1d4587; margin-bottom:30px; padding-bottom:0px;}
.attorneytemplate .reviewwebsites ul{ font-size:0px; margin:-3% 0px 0px -3%; text-align: center;}
.attorneytemplate .reviewwebsites li{ display:inline-block; box-sizing:border-box; box-shadow:0 0 6px 2px rgba(83, 91, 93, 0.1); padding:15px; margin:2% 0px 0px 2%; background:#fff; width:18%; text-align:center;}
.attorneytemplate .reviewwebsites li .logoalign{ display:table; width:100%;}
.attorneytemplate .reviewwebsites li .logoalign a{ height:95px; display:table-cell; vertical-align:middle;}
.attorneytemplate .reviewwebsites li .logoalign a img{text-align: center; margin: 0 auto;}

.attorneyfooter {border-bottom:5px solid #1f4070}
.attorneyfooter .contactform{ width:33.33%; float:right;}
.attorneyfooter .footerleft{ width:64.66%; float:left;}
.attorneyfooter #footer_area{ padding:40px 0px 0px}
.attorneyfooter #footer_area .widget{ width:50%;}
.attorneyfooter #footer_area .map-bottom.widget{ width:100%; padding:20px 0px;}
.attorneyfooter #footer_area .consultation.widget{ width:auto;}
.attorneyfooter #copyright_area{ border-bottom:0px;}

.attorneyfooter .mapiframe{ margin-bottom:20px;}

.attorneyfooter .consultation.widget h2 {font-size: 18px; padding-bottom: 30px; text-transform: uppercase; font-weight: 700;}
.attorneyfooter .consultation .consultation_container {padding: 20px; background: #1f4070; border-bottom: 5px solid #162d4f;}
.attorneyfooter .consultation h4 {color: #fff;font-weight: 700;padding-bottom: 10px;text-align: center;font-size: 16px;}
.attorneyfooter .consultation .consultation_container label { font-size:0;}
.attorneyfooter .consultation .consultation_container label.gfield_consent_label {font-size: 14px !important;color: #fff;vertical-align: top;margin-left: 5px; display:inline-block; width:90%}
.attorneyfooter .consultation .consultation_container label.gfield_consent_label + span.gfield_required{ display:none}
.attorneyfooter #footer_area .consultation .consultation_container label.gfield_consent_label a { color:#fff; text-decoration:underline	}

.attorneyfooter .consultation .consultation_container label.gfield_consent_label {font-size: 14px !important;color: #fff;vertical-align: top;margin-left: 5px;display: inline-block;width: 90%;}

.attorneyfooter .consultation .consultation_container .acceptance-517 label { font-size:14px;}
.attorneyfooter .consultation input[type="submit"] {margin: 0px; position: relative; display: block; width: 100%; cursor: pointer; border-top: 2px solid #a75354; border-left: none; border-right: none; border-bottom: 3px solid #173054; color: #ffffff; text-transform: uppercase; text-align: center; padding: 8px 0px; text-decoration: none; font-size: 15px; background-color: #8a191b;}
.attorneyfooter .consultation input[type="submit"]:hover {position: relative; display: block; width: 100%; cursor: pointer; border-top: 2px solid #577094; border-left: none; border-right: none; border-bottom: 3px solid #173054; color: #ffffff; text-transform: uppercase; text-align: center; padding: 8px 0px; text-decoration: none; font-size: 15px; background-color: #1f4070;}
.attorneyfooter .consultation .btn {position: relative;}
.attorneyfooter .consultation .btn span {display: block; width: 10px; height: 10px; background: url(/wp-content/themes/printylawfirm/images/tabs/c_right.jpg) no-repeat; position: absolute; right: 0px; top: 0px; z-index: 99;}
.attorneyfooter .consultation .btn:hover span {display: block; width: 10px; height: 10px; background: url(/wp-content/themes/printylawfirm/images/tabs/c_right_hv.jpg) no-repeat; position: absolute; right: 0px; top: 0px; z-index: 99;}
.attorneyfooter .consultation .wpcf7 p {padding-bottom: 0px;}


.attorneyfooter .gr-form .gform_wrapper .gform_footer input.button{ width:100%;}



/*CLIENT REVIEWS Page*/
.landingreviewsection .container{width: 1060px; margin: 0 auto;}
.landingreviewsection ul{text-align: center; font-size: 0px;  padding: 30px;    border: 2px solid #e1e1e1;padding: 20px;border-radius: 5px;background: #f9f9f9; margin-bottom: 50px;}
.landingreviewsection ul li{display: inline-block; vertical-align: top; width: 188px; margin:0px 15px;}




/*FAMILY MEDICAL LEAVE ACT accordion content*/
#site-content .medicalsec h4.medicalheading{font-size: 20px; }

#site-content .accordion-header h4{font-size: 20px;color: #8f8c8c; font-weight: 400; line-height: normal; margin-bottom: 20px; position: relative; padding-left: 15px;}
#site-content .accordion-header h4:before{content: "\002B"; position: absolute; left: -5px; top: 0px; font-size: 20px;color: #8f8c8c; font-weight: 500;}
/*#site-content .accordion-header .accordion-header-active h4:before{content: "\2212"; position: absolute; left: 0px; top: 0px; font-size: 20px;color: #8f8c8c; font-weight: 800;}*/

.accordion-header-active h4:before{content: "\2212" !important; }
.accordion-content{display: none;}

#site-content .medicalsec ul{    margin-left: 20px;margin-top: 20px;}
#site-content .medicalsec ol{    margin-left: 20px;margin-top: 20px;}

.footer-nav-widgets-wrapper .widget { margin-top:30px; background:#f9f9f9;    border-radius: 40px;}
.footer-nav-widgets-wrapper .widget .textwidget { padding:0px 28px 28px; }
.footer-nav-widgets-wrapper .widget:first-child { margin-top:0;}
.footer-nav-widgets-wrapper h4.widget-title { font-size:24px; font-weight:500; color:#000; margin:0; padding: 33px 28px 25px;}
.footer-nav-widgets-wrapper .widget ul li { list-style-type:none;}
.footer-nav-widgets-wrapper .widget ul li + li { border-top:1px solid #cccc;}
.footer-nav-widgets-wrapper .widget ul li a { position:relative; display: block; color: #444; padding: 10px 25px; font-size: 17px;}
.footer-nav-widgets-wrapper .widget ul li a:hover { background:#fff;}


.latestarticlesection { background:#f5f5f5; padding:50px 0;}
.latestarticlesection .container{width: 85%; margin: 0 auto;}
.latestarticlesection h3.title { font-size: 30px; color:#000; text-align: center; font-weight: 500; margin-bottom:30px;}
.latestarticlesection ul { font-size:0; text-align:center; margin-left: 0%; margin-top:-25px;}
.latestarticlesection ul .owl-item { display:inline-block; vertical-align:top; width: 97%; margin-left:0%; margin-top:25px; text-align:left; background:#fff; box-shadow: 0px 0px 5px rgba(0,0,0,0.1);}
.latestarticlesection ul li .newsimage img { max-width:100%; width:auto; height:auto;}
.latestarticlesection ul li .newscontent { padding:15px 20px 20px;}
.latestarticlesection ul li .newscontent h4 {font-size: 20px; color: #333333; font-weight: 400; min-height: 60px;}
.latestarticlesection ul li .newscontent a {color: #333b80; transition: 0.4s;}
.latestarticlesection ul li .newscontent a:hover {color: #3f63fd;}
.latestarticlesection ul li .newscontent .postmeta { margin:10px 0; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; padding:5px 0;  font-size:14px; color:#333; line-height:26px;}
.latestarticlesection ul li .newscontent p { font-size:16px; color:#333; line-height:26px;}
.latestarticlesection ul li .newscontent .btnsec a.btn { font-size: 15px; color: #26367a; line-height: normal; font-weight: 400;  border: 1px solid #26367a; padding:10px 25px; display: inline-block; text-align: center; box-sizing: border-box; border-radius: 20px; margin-top: 20px; transition: 0.4s;}
.latestarticlesection ul li .newscontent .btnsec a.btn:hover { background: #26367a; color: #fff;}
.latestarticlesection .article-carousel .owl-nav{display: flex; justify-content: center; gap: 20px; margin-top: 30px;}
.latestarticlesection .article-carousel .owl-nav button{padding: 0; width: 25px; height: 46px;}
.latestarticlesection .article-carousel .owl-nav span{font-size: 0;}
.latestarticlesection .article-carousel .owl-nav .owl-prev{left: -40px;}
.latestarticlesection .article-carousel .owl-nav .owl-prev,.latestarticlesection .article-carousel .owl-nav .owl-next{background: url(/wp-content/themes/printylawfirm/assets/images/clint_arrow_img.png)no-repeat;}
.latestarticlesection .article-carousel .owl-nav .owl-prev:hover{background-position: 0 -46px;}
.latestarticlesection .article-carousel .owl-nav .owl-next{right: -40px; transform: rotate(180deg);}
.latestarticlesection .article-carousel .owl-nav .owl-next:hover{background-position: 0 -46px;}

.latestarticlesection .morebtnsec { text-align:center;}
.latestarticlesection .morebtnsec a.morebtn { font-size: 20px; color: #26367a; line-height: normal; font-weight: 400; width: 300px; border: 2px solid #26367a; padding: 10px; display: inline-block; text-align: center; box-sizing: border-box; border-radius: 80px; margin-top: 40px; transition: 0.4s;}
.latestarticlesection .morebtnsec a.morebtn:hover { background: #26367a; color: #fff;}

.latestarticlesection.bankruptcyarticlesection { background:#1d4387;}
.howcan_form .gform_legacy_markup_wrapper .gfield_required {color: #747474;}

/* .template-custom-template .titleheight h4{ font-weight:600; padding: 0 30px; font-size: 45px; color: #c2e2fc; background: #1d4387; text-transform: uppercase; display: inline-block; line-height: 60px;} */
.consulatationsec{padding: 85px 0px;}
.consulatationsec .consultation_right{width:75%; float: right; background: #f5f5f5; border-radius: 25px;padding: 29px; position: relative; box-sizing: border-box;}
.consulatationsec .consultation_right h3{font-size: 32px; color: #000; font-weight: bold; line-height: normal; margin-bottom: 30px;    margin-left: 103px;}
.consulatationsec .consultation_right ul{font-size: 0px;margin-left: 70px;}
.consulatationsec .consultation_right ul li{ display: inline-block; vertical-align: middle; width: 35%; box-shadow: 0px 0px 10px rgb(1 1 1/20%); text-align: center;padding: 33px;box-sizing: border-box; border-radius: 15px; margin-left: 35px; background: #fff;transition: 0.4s;}
.consulatationsec .consultation_right ul li a{font-size: 24px; color: #2d3f8a; line-height: normal;font-family: 'Roboto'; font-weight: bold; transition: 0.4s;}
.consulatationsec .consultation_right ul li a img{text-align: center; margin: 0 auto; margin-bottom: 16px;  transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;}

.consulatationsec .consultation_left {position: absolute;left: -33%;top: 50%;bottom: 0px;width: 395px;height: 100%;margin-top: -190px;}
.consulatationsec .consultation_right ul li:hover a{color: #000;}
.consulatationsec .consultation_right ul li:hover a img{filter: grayscale(100%);  -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);}

#site-content .featuredbankruptcysection {background: #26367a; margin-top: 30px; padding: 25px; border-radius: 5px;}
#site-content .featuredbankruptcysection .featuredbankruptcywrap {display: grid; grid-template-columns: 40% auto; gap: 25px;}
/* #site-content .featuredbankruptcysection .featuredbankruptcywrap + .featuredbankruptcywrap { margin-top: 30px;}
#site-content .featuredbankruptcysection .featuredbankruptcyleft { float:left; width:30%;} */
#site-content .featuredbankruptcysection .featuredbankruptcyleft img { border:3px solid #fff;}
/* #site-content .featuredbankruptcysection .featuredbankruptcyright { float:right; width:67%; order:1;} */
#site-content .featuredbankruptcysection  h4 {font-family: 'Montserrat',sans-serif; color: #fff; font-size: 28px;  margin: 0 0 25px;}
#site-content .featuredbankruptcysection .featuredbankruptcyright a {color: #fff;}
#site-content .featuredbankruptcysection .featuredbankruptcyright a:hover {color: #e1e7ff;}
#site-content .featuredbankruptcysection .featuredbankruptcyright p {font-family: 'Montserrat',sans-serif; color: #fff; font-size:16px; margin-bottom: 0; line-height: 27px;}
#site-content .featuredbankruptcysection .btnsec{margin-top:15px;}
#site-content .featuredbankruptcysection .btnsec a.btn{font-family: 'Montserrat',sans-serif; font-size: 20px; color: #26367a; background: #fff; border: 2px solid #fff; border-radius: 60px; padding: 10px 35px; display: inline-block; text-decoration: none; text-align: center; min-width: 185px;}
#site-content .featuredbankruptcysection .btnsec a.btn:hover {color: #fff; border-color: #16235a; background:#16235a;}

.blogsec.innerpageblogsec{background: #f1f1f1;}
.blogsec.innerpageblogsec h3{color: var(--color-blue);}
.blogsec.innerpageblogsec .blogbtn a{border: 2px solid var(--color-blue); color: var(--color-blue); transition: all 0.3s linear; background: var(--color-white);}
.blogsec.innerpageblogsec .blogbtn a:hover{background: var(--color-blue); color: #fff;}

.page-template-page-new-homepage .innerbanner{display: none;}

body .gform_legacy_markup_wrapper ul li.gfield.captchaSec{ margin: 0 0 20px 0; grid-column: 1/-1; padding-right: 0;}
body .gform_legacy_markup_wrapper ul li.gfield.captchaSec .ginput_recaptcha{ width: fit-content; margin: 0 auto;}
body:is(.page-id-200, .page-id-187) .gform_legacy_markup_wrapper ul li.gfield.captchaSec .ginput_recaptcha{ width: fit-content; margin: unset; margin-top: 20px;}


.badgeslidersec { background: #1c4487; padding: 20px 0; overflow: hidden;}
.badgeslidersec .swiper-wrapper { transition-timing-function: linear !important; justify-content: center;}
.badgeslidersec .swiper-slide { width: auto !important; height: 130px; /* or your desired height */ display: flex; justify-content: center; align-items: center; max-width: 150px;}
.badgeslidersec .swiper-slide > a,
.badgeslidersec .swiper-slide > img { display: flex; justify-content: center; align-items: center; height: 100%;}
.badgeslidersec .swiper-slide img {max-height: 160px; object-fit: contain;}
.badgeslidersec .swiper-slide.rounded img{ border-radius: 10px;}
.badgeslidersec .swiper-slide.bbbSec span{ width: 83px; height: 130px; position: relative; overflow: hidden; display: block;}
.badgeslidersec .swiper-slide.bbbSec span img{ position: absolute; top: 0; left: 0; margin-left: 0; max-width: 225%;}
.badgeslidersec .swiper-slide.bbbSec span:hover img{ max-width: 175%; margin-left: -72px;}
.badgeslidersec .swiper-slide.bbbSec span{ width: 90px; width: 88px;}
/* .badgeslidersec .swiper-slide.bbbSec span:hover img{ margin-left: -90px;} */
.badgeslidersec .swiper-slide.bbbSec span::before{ content: ""; position: absolute; top: 0; bottom: 0; width: 82px; left: 0; background: #fff; border-radius: 5px; display: none;}
.badgeslidersec .swiper-slide.bbbSec span:hover::before{ display: block; width: 84px;}
.badgeslidersec .swiper-slide.bbbSec span:hover{ height: 120px; width: 90px;}



/*--------- Custom Responsive Css Starts ---------*/
@media only screen and ( max-width: 1400px ) {
.headermenu ul{gap: 25px;}
}
@media only screen and ( max-width: 1300px ) {
.headermenu ul{gap: 25px;}
}
@media only screen and ( max-width: 1290px ) {
.headermenu .logo img {width: 175px;}
.headermenu .logo {clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%); padding: 16px 35px 15px 20px; height: 100%; display: grid; place-items: center; width: 96%;}
.headermenu .logobox {margin-left: -40%;}

/* .headermenu .logo {clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);} */
}
@media only screen and ( max-width: 1280px ) {
.container { width:96%; max-width:100%;}
.header .logo{width: 25%;}
.header .header_right{width: 75%;}
.header .topnav{text-align: right;}
.legalsec .legal_bottom{margin-left: -3%;}
.legalsec .legal_box {width: 30.3%; margin-left: 3%;}
.banner .free_consul{    width: 486px;}
.attornesec ul{margin-left: -20px;}
.attornesec ul li{ margin-left: 20px;}
#site-content .consultationbox .consultcontent h3 {font-size: 28px;}
.footer-nav-widgets-wrapper .schedule p a.glcall {padding: 10px 11px;}
.latestarticlesection ul li .newscontent h4{    min-height: 60px;}
.consulatationsec .consultation_right ul li{    width: 36%;}
.footer-widgets-wrapper .sidecallbtn p {font-size: 19px;}
.latestarticlesection ul{    display: flex; flex-wrap: wrap;}
.attorneypg-list{padding:0}
.footersec .footer_top {max-width: 1140px; width: 100%;}
.footersec .footer_mapsec ul {margin-left: -2%;}
.footersec .footer_mapsec ul li {width: 48%; margin-left: 2%;}
.footersec .footer_mapsec ul li .map {width: 46%;}
.footersec .footer_mapsec ul li .mapsec_right {width: 50%; margin-left: 4%;}
.headermenu .logo img {width: 175px;}
.headermenu .logo {clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%); padding: 16px 35px 15px 20px; height: 100%; display: grid; place-items: center;}
.headermenu .logobox {margin-left: -40%;}
}

@media only screen and ( max-width: 1200px ) {
.banner .banner_form{width: 700px;padding: 30px 30px 20px;}
.banner .gform_wrapper ul.gform_fields li.gfield{    margin-left: 9px!important;}
.banner .gform_wrapper ul.gform_fields{margin-left: -9px!important;}
.banner .free_consul ul {margin-left: -10px;}
.banner .free_consul ul li{margin-left: 10px;}
.banner .free_consul {width: 422px;}
.banner .free_consul ul li p {font-size: 24px;}
.banner .free_consul ul li a {font-size: 22px;}
.howcan_sec .howcan_form {width: 1080px;    padding: 63px 100px 30px;}
.attornesec ul{margin-left: -10px;}
.attornesec ul li{ margin-left: 10px;}
.attornesec ul li {width: 24%;    padding: 0px 22px 28px;}
.innerbannerimage{background-position: center;}
#site-content .consultationbox .consultbtn a{    padding: 12px 12px;}
#site-content .consultationbox .consultcontent h3 {font-size: 26px;}
#site-content .accidentbox h3{font-size: 26px;}
.footer-nav-widgets-wrapper .schedule h5{text-align: center;    margin-bottom: 10px;}
.footer-nav-widgets-wrapper .schedule p a.glcall {padding: 10px 15px;}
.contactsec .cs_left h3{    font-size: 28px;}
.contactsec .cs_right h3{    font-size: 28px;}
.footer-nav-widgets-wrapper .reviews_sidebar ul li{    width: 50%;}
.footer-widgets-wrapper .sidecallbtn p{font-size: 18px;}
.latestarticlesection ul li .newscontent h4 {font-size: 18px;}
.latestarticlesection ul li .newscontent p {font-size: 15px;}
.consulatationsec .consultation_right ul li{width: 39%;}
.legalsec .box_top ul li{width: 95%;}
.latestarticlesection .container {width: 90%;}
.footersec .footermenu a { font-size: 16px;}
.headermenu ul li a{letter-spacing: 0;}
.practiceareasec, .attorneysec, .blogsec, .formsec{padding: 40px 0;}
.reviewsec { padding: 20px 0 40px; }
.blogsec ul li .blogcontent p {letter-spacing: -0.1px;}
.footersec .footermenu a { font-size: 16px;}
.reviewsec .reviewslider{width: inherit;}
.reviewsec .reviewslider .item{width: 85%; margin: 0 auto;}
.reviewslider .owl-nav .owl-prev { left: 0; }
.reviewslider .owl-nav .owl-next{right: 0;}
.practiceareasec .overlaybox ul {gap: 10px;}
.practiceareasec .contentbox .overlaybox{padding: 25px 30px;}
.attorneysec ul li { padding: 0 20px 100px;}
}
@media only screen and ( max-width: 1120px ) {
.headermenu .logobox {margin-left: -38%;}

}

@media only screen and ( max-width: 1100px ) {
.footersec .footer_top {width: auto;}
.banner .gform_wrapper ul.gform_fields li.gfield {width: 170px;}
.banner .gform_wrapper ul.gform_fields li.gfield.text {width: 450px;}
.banner .banner_form {width: 588px;}
.howcan_sec .howcan_form {width: 90%;padding: 63px 40px 30px;}
.footersec .footer_mapsec ul{margin-left: -2%;}
.footersec .footer_mapsec ul li{width: 48%; margin-left: 2%;}
.footersec .footer_mapsec ul li .map {width: 46%;}
.footersec .footer_mapsec ul li .mapsec_right {margin-left: 4%;width: 50%;}
.footersec .footer_mapsec ul li .map iframe{height: 230px;}
.our_clint_sec .clint_bottom .item {width: 80%; padding: 30px 50px 20px;}
.attornesec ul li {padding: 0px 12px 28px;}
#site-content .consultationbox .consultbtn a{font-size: 14px;}
.latestarticlesection ul li .newscontent h4 {font-size: 19px;}
.latestarticlesection ul li .newscontent p {font-size: 15px;}
.footer-widgets-wrapper .sidecallbtn p {font-size: 16px;}
.footer-widgets-wrapper .sidecallbtn img{margin-right: 10px;}
.footer-widgets-wrapper .sidebarprinty h3:before{width: 22%;}
.footer-widgets-wrapper .sidebarprinty h3:after{width: 22%;}
.footer-widgets-wrapper .widget .printybox ul li a {font-size: 12px;}
.latestarticlesection ul li .newscontent h4 {font-size: 16px;}
.latestarticlesection ul li .newscontent h4 {min-height: 48px;}
.latestarticlesection ul li .newscontent p {font-size: 14px;}
.consulatationsec .consultation_right ul li a {font-size: 20px;}
.consulatationsec .consultation_left{    width: 360px; margin-top: -173px;}
.consulatationsec .consultation_right h3 {font-size: 28px;}
.attorneypg-list span.attybtn{    padding: 15px 20px;}
.attornypg ul{gap: 20px;}
.attornypg .contentbox h4{font-size: 18px;}
.attornypg .contentbox p{min-height: 88px;}
.footersec .footermenu a{letter-spacing: 0;} 
.footersec .addressbox ul {grid-template-columns: 1.5fr 1fr;}
.footersec .addressbox ul li { font-size: 16px;}
.footersec .addressbox ul li { font-size: 16px;}.footersec .addressbox ul li:nth-child(2) { font-size: 18px; }
/* .headermenu .logobox {margin-left: -34%;}
.headermenu .logo img{width: 210px;} */
.headermenu ul li{padding: 10px 0;}
.headermenu ul li a{font-size: 16px; line-height: normal;}
.attorneysec ul li h4 {font-size: 20px;}
.attorneysec .attorneybtn a {font-size: 18px; padding: 10px; min-width: 160px;}
.practiceareasec .contentbox .overlaybox{padding: 20px;}
.practiceareasec .overlaybox h4 {font-size: 24px; line-height: normal; margin-bottom: 15px;}
.practiceareasec .overlaybox ul li a {font-size: 16px; line-height: normal;}
.formsec .formbox{width: 90%;}
.headermenu ul {gap: 20px;}
}
@media only screen and ( max-width: 1080px ) {
.header .topnav {margin-top: 20px;}
.attornesec .attornbox h4 {font-size: 19px;}
.bannerbottomsec p span {display: contents!important;}
.consultationbox .consultcontent{    width: 64%;}
.latestarticlesection ul li .newscontent p {font-size: 14px;}
.latestarticlesection ul li .newscontent p {font-size: 15px;}
.howcan_form .gform_wrapper ul.gform_fields li.gfield.summary{    width: 530px;}
.howcan_form .gform_wrapper .gform_footer input.gform_button{    width: 530px!important;}
.howcan_sec .form_right{width: 530px;}
.attornesec .attornbox_btn a{    padding: 13px 20px 13px 20px;  }
.innerbanner.newbanner h3{font-size: 48px;}
.innerbanner.newbanner h1{font-size: 30px; padding: 5px 20px; margin-top: 15px;}
.innerbanner.newbanner .titleheight{height: auto !important;}
}


@media only screen and ( max-width: 1024px ) {
.banner .free_consul{ width:395px}
.banner .free_consul ul li p{font-size:20px;}
.attorny-desktop ul li span.attybtn{font-size: 14px;}
.attorneytemplate .container { width: 96%;}
.attorneytemplate .attorney-hdr-banner .attorney-img, .attorneytemplate .lftsidebar { width:32%; height:auto;}
.attorneytemplate .attorney-hdr-banner .attorney-banner-rgt, .attorneytemplate .rgtcontentsec { width:65%;}
.attorneytemplate .tabmain ul { width:65%;}
.attorneytemplate .attorney-hdr-banner { padding:25px 0 0; min-height:inherit;}
.attorneytemplate .tabmain li a { font-size:14px;}
.attorneytemplate .attorney-hdr-banner .contactinfo li { margin-left:25px;}
.badges-sec ul{margin-left: -3%;}
.header .topnav ul{margin-left: -20px;}
.header .topnav ul li{margin-left: 20px;}
#site-content .consultationbox .consultcontent h3 {font-size: 24px;}
.consultationbox .consultcontent {width: 62%;}
.latestarticlesection ul li .newscontent h4 {font-size: 16px;}
.textwidget iframe{width: 100%;}
.contactsec .csbt_right p {font-size: 18px;}
.footer-widgets-wrapper .sidecallbtn p {font-size: 14px;}
.consulatationsec .consultation_right ul li a {font-size: 18px;}
.howcan_form .gform_wrapper ul.gform_fields li.gfield.summary {width: 485px;}
.howcan_form .gform_wrapper .gform_footer input.gform_button {width: 485px!important;}
.howcan_sec .form_right {width: 485px;}
.attornesec ul li {width: 31%;    padding: 0px 30px 28px;}
.attornesec ul li {width: 37%;}
.attorneypg-list span.attybtn {font-size: 15px;}
.blogsec ul li .metasec p {font-size: 14px;}
.recentblogsection ul li .blogcontent h4, .recentblogsection ul li .blogcontent h4 a{font-size: 18px;}
.contactsec .csbt_right._pglocation, .contactsec .csbt_left._pgcontactform {padding: 30px 20px;}
.footersec .footermenu ul {gap: 20px; }
.headersec .headercallsec{padding: 15px 0;}
.headermenu .logobox {margin-top: -48px;}
/* .headermenu .logo{padding: 15px 35px 15px 20px; width: 93%;}
.headermenu .logo img { width: 180px; } */
.headermenu ul {gap: 20px;}
.bannersec {padding: 90px 0;}
.bannersec h2{font-size: 48px; line-height: normal;}
.bannersec h3 {font-size: 32px; line-height: normal; padding: 5px 0 5px 10px;}
.bannersec p {font-size: 24px; line-height: normal;}
.footersec .footermenu ul {gap: 20px; }
.bannersec .bannercont { max-width: inherit; width: 46%; }
.practiceareasec .overlaybox ul { gap: 6px; }
.attorneysec ul li { padding: 0 10px 90px; }
.attorneysec ul li h4 {font-size: 19px;}
.reviewsec .reviewslider .item {padding: 30px;}
.blogsec ul li .metasec p { font-size: 14px;}
/*  */
.headermenu .logo {width: 100%;}
}

@media only screen and ( max-width: 980px ) {
.header .topnav ul{margin-left: -15px;}
.header .topnav ul li{margin-left: 15px;}
.legalsec .legal_bottom{margin-left: -2%;}
.legalsec .legal_box {width: 31.3%;margin-left: 2%;}
.attornesec ul{margin-left: -30px;}
.attornesec ul li {margin-left: 30px;}
.howcan_sec .howcan_form {width: 100%;}
.banner .banner_form {width: 500px;    padding: 20px 20px 20px;}
.banner .gform_wrapper ul.gform_fields li.gfield {width: 147px;}
.banner .gform_wrapper ul.gform_fields li.gfield.text {width: 384px;}
.howcan_sec .howcan_form { width: 90%;}
.howcan_form .gform_wrapper ul.gform_fields li.gfield {width: 270px;}
.howcan_form .gform_wrapper ul.gform_fields li.gfield.summary{    width: 460px;}
.howcan_form .gform_wrapper .gform_footer input.gform_button{ width: 460px!important}
.howcan_sec .form_right{width: 460px;}
.attornesec ul li {width: 31%;    padding: 0px 30px 28px;}
.attornesec ul li {width: 37%;}
.consultationbox .consultcontent {width: 61%;}
#site-content .consultationbox .consultcontent h3 {font-size: 22px;}
#site-content .accidentbox h3{font-size: 22px;}
.latestarticlesection ul li .newscontent h4 {font-size: 17px;}
.latestarticlesection ul li .newscontent .postmeta{font-size: 13px;}
.footer-nav-widgets-wrapper .widget ul li a{font-size: 16px;}
.footer-widgets-wrapper .widget .printybox ul li a {font-size: 11px;}
.latestarticlesection ul li .newscontent h4 {font-size: 15px;}
.consulatationsec .consultation_right {width: 73%;}
.consulatationsec .consultation_left{        left: -37%;}
.consulatationsec .consultation_right ul li {width: 41%;}
.latestarticlesection ul li .newscontent h4 {min-height: 43px;}
.attorneypg-list span.attybtn {padding: 15px 15px;}
.attornypg .contentbox p{min-height: 105px; line-height: 22px;}
.attornypg .btnsec a{padding: 15px;}
.attornypg .contentbox h4{font-size: 16px; line-height: 20px;}
.attornypg .contentbox h4 span{font-size: 14px;}
#site-content .featuredbankruptcysection{text-align: center;}
#site-content .featuredbankruptcysection h4{font-size: 24px;}
#site-content .featuredbankruptcysection .featuredbankruptcywrap{grid-template-columns: 1fr;}
.headermenu ul li a{font-size: 15px;}
.innerbanner.newbanner{padding: 50px 0;}
/*  */
.headermenu .logo img {width: 145px;}
}
@media only screen and ( max-width: 910px ) {
.headermenu ul {gap: 8px;}
.headermenu ul li a {letter-spacing: -0.5px;}

}
@media only screen and ( max-width: 800px ) {
.fixedheader {position: fixed; width: 100%; left: 0; top: 0; z-index:99; padding:0px 0; border-bottom:1px solid #eaeaea; background:#fff; display:block; box-shadow: 0 0px 15px rgb(114 108 108); animation: smoothScroll 1s forwards; z-index: 9999;}
#wrapper{padding: 0;}
.hc-nav.hc-nav-1 { display:none !important;}
.hc-offcanvas-nav.hc-nav-1 { display:block !important;}
html.hc-nav-yscroll {overflow-y:scroll}
body.hc-nav-open {overflow:visible;position:fixed;width:100%;min-height:100%}
.logged-in .hc-offcanvas-nav { top:32px;}
.hc-offcanvas-nav {visibility:hidden;display:none;position:fixed;top:0;height:100%;z-index:9999}
.hc-offcanvas-nav.is-ios * {cursor:pointer !important}
.logged-in .hc-offcanvas-nav .nav-container { top:32px;}
.hc-offcanvas-nav .nav-container {position:fixed;z-index:9998;top:0;width:280px;height:100%;max-width:100%;max-height:100%;box-sizing:border-box;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease}
.hc-offcanvas-nav .nav-wrapper {width:100%;height:100%;max-height:100vh;-ms-scroll-chaining:none;overscroll-behavior:none;box-sizing:border-box}
.hc-offcanvas-nav .nav-content {height:100%;max-height:100vh}
.hc-offcanvas-nav .nav-wrapper-0>.nav-content {overflow:scroll;overflow-x:visible;overflow-y:auto;box-sizing:border-box}
.hc-offcanvas-nav ul {list-style:none;margin:0;padding:0}
.hc-offcanvas-nav li {position:relative;display:block}
.hc-offcanvas-nav li.level-open>.nav-wrapper {visibility:visible}
.hc-offcanvas-nav input[type="checkbox"] {display:none}
.hc-offcanvas-nav label {position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;cursor:pointer}
.hc-offcanvas-nav li.nav-parent .nav-item .icon {display: none;}
.hc-offcanvas-nav a {position:relative;display:block;box-sizing:border-box;cursor:pointer}
.hc-offcanvas-nav a, .hc-offcanvas-nav a:hover {text-decoration:none; background:#414141}
.hc-offcanvas-nav .nav-item {position:relative;display:block;box-sizing:border-box}
.hc-offcanvas-nav.disable-body::after, .hc-offcanvas-nav .nav-wrapper::after {content:'';position:fixed;z-index:9990;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-ms-scroll-chaining:none;overscroll-behavior:none;visibility:hidden;opacity:0;transition:visibility 0s ease .4s, opacity .4s ease}
.hc-offcanvas-nav.disable-body.nav-open::after, .hc-offcanvas-nav .sub-level-open::after {visibility:visible;opacity:1;transition-delay:.05s}
.hc-offcanvas-nav:not(.nav-open)::after {pointer-events:none}
.hc-offcanvas-nav.nav-levels-expand .nav-content {overflow:scroll;overflow-x:visible;overflow-y:auto;box-sizing:border-box}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {display:none}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {min-width:0;max-height:0;overflow:hidden;transition:height 0s ease .4s}
.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {max-height:none}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {overflow:scroll;overflow-x:visible;overflow-y:auto;box-sizing:border-box}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {position:absolute;z-index:9999;top:0;height:100%;visibility:hidden;transition:visibility 0s ease .4s, -webkit-transform .4s ease;transition:visibility 0s ease .4s, transform .4s ease;transition:visibility 0s ease .4s, transform .4s ease, -webkit-transform .4s ease}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {position:static}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {visibility:visible;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease}
.hc-offcanvas-nav.nav-position-left {left:0}
.hc-offcanvas-nav.nav-position-left .nav-container {left:0;-webkit-transform:translate3d(-280px, 0, 0);transform:translate3d(-280px, 0, 0)}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {left:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}
.hc-offcanvas-nav.nav-position-right {right:0}
.hc-offcanvas-nav.nav-position-right .nav-container {right:0;-webkit-transform:translate3d(280px, 0, 0);transform:translate3d(280px, 0, 0)}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {right:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}
.hc-offcanvas-nav.nav-position-top {top:0}
.hc-offcanvas-nav.nav-position-top .nav-container {top:0;width:100%;height:auto;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {left:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}
.hc-offcanvas-nav.nav-position-bottom {top:auto;bottom:0}
.hc-offcanvas-nav.nav-position-bottom .nav-container {top:auto;bottom:0;width:100%;height:auto;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {left:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}
.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}
.hc-nav-trigger {cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none;top:0;z-index:9980;width:26px;min-height:3rem; margin-top: -9px;}
.hc-nav-trigger span {width:26px;/*top:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:50% 50%;transform-origin:50% 50%; left:15px !important;*/ top:21px; margin-left:0;}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {display:block;position:absolute;left:0;height:3px;background: var(--color-blue);transition:all .2s ease}
.hc-nav-trigger span::before, .hc-nav-trigger span::after {content:'';width:100%}
.hc-nav-trigger span::before {top:-7px}
.hc-nav-trigger span::after {bottom:-7px}
.hc-nav-trigger.toggle-open span {background:rgba(0, 0, 0, 0);-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.hc-nav-trigger.toggle-open span::before {-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}
.hc-nav-trigger.toggle-open span::after {-webkit-transform:rotate(-90deg) translate3d(13px, 0, 0);transform:rotate(-90deg) translate3d(13px, 0, 0)}
.hc-offcanvas-nav::after, .hc-offcanvas-nav .nav-wrapper::after {background:rgba(0, 0, 0, 0.3)}
.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {background:#262626}
.hc-offcanvas-nav h3 {font-size:19px;font-weight:normal;text-align:left;padding:20px 17px;color:#fff}
.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {padding:13px 15px; z-index:1;background:rgba(0, 0, 0, 0);border-bottom:1px solid #5f5f5f; color: #fff; font-size: 14px; }
.hc-offcanvas-nav:not(.touch-device) a:hover {background:#177882}
.hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a { border-top:1px solid #5f5f5f; margin-top:-1px}
.hc-offcanvas-nav li { text-align:left }
.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a { background:#414141; border-top:1px solid #5f5f5f; border-bottom:1px solid #5f5f5f;}
.hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav li.nav-back a:hover { background:#414141;}
.hc-offcanvas-nav li.nav-close:not(:first-child) a, .hc-offcanvas-nav li.nav-back:not(:first-child) a { margin-top:-1px}
.hc-offcanvas-nav li.nav-parent .nav-item { padding-right:58px}
.hc-offcanvas-nav li.nav-close span, .hc-offcanvas-nav li.nav-parent span.nav-next, .hc-offcanvas-nav li.nav-back span { width:55px; position:absolute; top:0; right:0; bottom:0; text-align:center; cursor:pointer; transition:background .2s ease; border-left:1px solid #5f5f5f;}
.hc-offcanvas-nav li.nav-close span::before, .hc-offcanvas-nav li.nav-close span::after { content:''; position:absolute; top:50%; left:50%; width:10px; height:10px; margin-top:-6px; border-top:2px solid #fff; border-left:2px solid #fff }
.hc-offcanvas-nav li.nav-close span::before { margin-left:-13px; -webkit-transform:rotate(135deg); transform:rotate(135deg) }
.hc-offcanvas-nav li.nav-close span::after { -webkit-transform:rotate(-45deg); transform:rotate(-45deg)}
.hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next { border-left:1px solid #5f5f5f;}
.hc-offcanvas-nav span.nav-next::before, .hc-offcanvas-nav li.nav-back span::before { content:''; position:absolute; top:50%; left:50%; width:8px; height:8px; margin-left:-2px; box-sizing:border-box; border-top:2px solid #fff; border-left:2px solid #fff; -webkit-transform-origin:center; transform-origin:center}
.hc-offcanvas-nav span.nav-next::before { -webkit-transform:translate(-50%, -50%) rotate(135deg); transform:translate(-50%, -50%) rotate(135deg) }
.hc-offcanvas-nav li.nav-back span::before { -webkit-transform:translate(-50%, -50%) rotate(-45deg); transform:translate(-50%, -50%) rotate(-45deg)}
.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper { box-shadow:1px 0 2px rgba(0, 0, 0, 0.2) }
.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper { box-shadow:-1px 0 2px rgba(0, 0, 0, 0.2)}
/*.hc-offcanvas-nav.nav-position-right span.nav-next::before { margin-left:0; margin-right:-2px; -webkit-transform:translate(-50%, -50%) rotate(-45deg); transform:translate(-50%, -50%) rotate(-45deg)}*/
.hc-offcanvas-nav.nav-position-right li.nav-back span::before { margin-left:0; margin-right:-2px; -webkit-transform:translate(-50%, -50%) rotate(135deg); transform:translate(-50%, -50%) rotate(135deg) }
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper { box-shadow:0 1px 2px rgba(0, 0, 0, 0.2)}
.hc-offcanvas-nav.nav-position-top span.nav-next::before { margin-left:0; margin-right:-2px; -webkit-transform:translate(-50%, -50%) rotate(-135deg); transform:translate(-50%, -50%) rotate(-135deg)}
.hc-offcanvas-nav.nav-position-top li.nav-back span::before { margin-left:0; margin-right:-2px; -webkit-transform:translate(-50%, -50%) rotate(45deg); transform:translate(-50%, -50%) rotate(45deg) }
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper { box-shadow:0 -1px 2px rgba(0, 0, 0, 0.2)}
.hc-offcanvas-nav.nav-position-bottom span.nav-next::before { margin-left:0; margin-right:-2px; -webkit-transform:translate(-50%, -50%) rotate(45deg); transform:translate(-50%, -50%) rotate(45deg) }
.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before { margin-left:0; margin-right:-2px; -webkit-transform:translate(-50%, -50%) rotate(-135deg); transform:translate(-50%, -50%) rotate(-135deg) }
.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper, .hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper { box-shadow:none; background:transparent}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2, .hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {display:none}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item, .hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {font-size:14px}
.hc-offcanvas-nav.nav-levels-expand .nav-container li, .hc-offcanvas-nav.nav-levels-none .nav-container li { transition:background .3s ease}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open { background:#2e6296}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a { border-bottom:1px solid #295887}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover { background:#2f649a}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item .nav-next::before, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item .nav-next::before { margin-top:2px; -webkit-transform:translate(-50%, -50%) rotate(45deg); transform:translate(-50%, -50%) rotate(45deg)}
.hc-offcanvas-nav.nav-levels-expand .nav-container span.nav-next::before, .hc-offcanvas-nav.nav-levels-none .nav-container span.nav-next::before { margin-top:-2px; -webkit-transform:translate(-50%, -50%) rotate(-135deg); transform:translate(-50%, -50%) rotate(-135deg)}
/*Mobile Menu End*/

.mobilesticky { display:block; position:fixed; top:0; left:0; width:100%;  z-index: 999; background: #fff; padding: 5px 0; box-shadow: 0px 0px 5px rgba(0,0,0,0.3);}
.mobile_menu { display: block; float: left; width: 35px;height: 35px; padding: 4px; box-sizing: border-box; border-radius: 5px; margin-top: 10px; margin-right: 15px; background: #000;}
.logo { display: none;}
.mobilesticky .logo { display: block; float: left; width: 180px;}
.attorny-desktop{display: none;}
.attorneypg-list{display: block; text-align: center;}
.header { padding: 10px 0; text-align: center;}

.advertisementsection ul { margin-top:-35px;}
.advertisementsection ul li { width:47%; margin-top:35px;}
#site-content { width:auto; float:none;}
/*.footer-nav-widgets-wrapper { width:auto; float:none; margin-top:35px;}*/

.headersection { border-bottom:1px solid #e1e1e1;}
.logo { float:none; margin:0 auto;}
.topnav { display:none;}
.footernavsection ul li a { font-size: 14px; padding: 10px 8px;}

.bannersec.mobilebanner{background: url(/wp-content/themes/printylawfirm/./assets/images/new_homepage/tabbanner-img.jpg) no-repeat center; background-size: cover;}
.banner .banner_content h3 {font-size: 45px;line-height: normal;}
.banner .banner_content h3 span {font-size: 50px;}
.banner .banner_content h4 {font-size: 22px; margin-top: 10px;}
.banner .banner_content h4 span {font-size: 22px;}
.banner .banner_content {float: none;width: 100%;padding: 100px 0px 0px; text-align: center;}
.banner .banner_form{left: 50%; margin-left: -250px;bottom: -270px;}
.banner .free_consul {float: none;margin: 0 auto; padding-right: 30px; padding: 30px;    width: 100%;    bottom: -385px;}
.banner:before{background: none;}
.legalsec .legal_box {width: 48%;}
.banner .banner_form{width: 100%;}
.banner .banner_form {width: 96%;left: 2%;margin: 0px;}
.banner:before{content: ''; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; background: #000; width: 100%; height: 100%; opacity: 0.5;}
.banner .banner_content{position: relative;}
.banner .gform_wrapper ul.gform_fields li.gfield {width: 32.1%;}
.banner .gform_wrapper ul.gform_fields li.gfield.text {width: 88%;}

.banner{ background:none}
.banner:before{ display:none}
.banner .container{ width:100%}
.banner .banner_content{background: url(/wp-content/themes/printylawfirm/assets/images/banner_bg.jpg)no-repeat; background-position: center;background-size: cover; position:static; padding:75px 15px; background-color:rgba(0,0,0, 0.3);background-blend-mode:overlay}
.banner .banner_content h3, .banner .banner_content h3{ position:relative}
.banner .banner_form{width:100%; left:0px; position:inherit}
.banner .free_consul{position:inherit}

.owl-nav .owl-prev{left: 0px;}
.owl-nav .owl-next{right: 0px;}
.our_clint_sec .clint_bottom .item {width: 90%;}
.our_clint_sec .clint_bottom .item {padding: 20px;}
.howcan_form .gform_wrapper ul.gform_fields li.gfield {width: 100%; margin-left: 0px!important;}
.howcan_form .gform_wrapper ul.gform_fields li.gfield.summary {width: 100%;}
.howcan_form .gform_wrapper ul.gform_fields li.gfield.summary {position: unset;}
.howcan_form .gform_wrapper ul.gform_fields li.gfield textarea.textarea{margin-top: 3%;}
.howcan_form .gform_wrapper ul.gform_fields {margin-left: -0% !important;}
.howcan_form .gform_wrapper .gform_footer {text-align: center;}
.howcan_sec .form_right {float: none; margin: 0 auto;}
.footersec .footer_logo {text-align: center;margin: 0 auto; float: none;}
.footersec .footer_mapsec ul{margin-top: -5%;}
.footersec .footer_mapsec ul li {width: 98%; margin-top: 5%;}
.banner .gform_wrapper ul.gform_fields li.gfield {width: 32%;}

.header .logo {width: 220px;}
.legalsec .box_top {min-height: auto;}


.attorneytemplate .attorney-hdr-banner { padding:25px 0;}
.attorneytemplate .tabmain { margin-top:20px;;}
.attorneytemplate .attorney-hdr-banner .attorney-banner-rgt { padding:0;}
.attorneytemplate .attorney-hdr-banner .contactinfo ul { margin-left:-5%; margin-top:-15px;}
.attorneytemplate .attorney-hdr-banner .contactinfo ul li, .attorneytemplate .attorney-hdr-banner .contactinfo li:first-child { display:inline-block; vertical-align:top; width:45%; margin-left:5%; margin-top:15px;}
.attorneytemplate .attorney-hdr-banner .container { display: flex; align-items: center; justify-content: space-between;}
.attorneytemplate .attorney-hdr-banner .attorney-img { width:32%; margin-right:3%;}
.attorneytemplate .attorney-hdr-banner .attorney-banner-rgt { width:65%;}
.attorneytemplate .tabmain ul { width: auto; display: block;}
.attorneytemplate .rgtcontentsec { width:auto; float:none;}
.attorneytemplate .attorneycontentmain { padding:30px 0;}
.attorneytemplate .lftsidebar { width:auto; float:none;}
.attorneytemplate .reviewwebsites li { width:28%;}


.attorneyfootersection .attorneyfooterleft { width:auto; float:none;}
.attorneyfootersection .attorneyfooterright { width: auto; float: none;}
.attorneyfootersection .attorneyfooterright .formsection { margin:0 0 30px;}
.attorneytemplate .rgtcontentsec{padding: 0px 15px;}
.titlewrap{ width: 100%; margin: 0 auto;}
.titleheight {height: 250px;}
.consultationbox .consultcontent {width: 68%;}
/*    .latestarticlesection ul{text-align: left;}*/
.latestarticlesection ul li .newscontent h4 {font-size: 20px;}
.latestarticlesection .article-carousel .owl-nav .owl-prev{left: -35px;}
.latestarticlesection .article-carousel .owl-nav .owl-next {right: -35px;}
.practiceareassec .practicetop ul li{    width: 30%;}
.footer-nav-widgets-wrapper .widget ul li a {font-size: 17px;}
.contactsec .csbt_left {width: 80%;float: none;margin: 0 auto;margin-bottom: 20px;}
.contactsec .csbt_right {width: 80%;float: none; margin: 0 auto;}
.contactsec .csright_tp {margin-top: 15px;}
/* .template-custom-template .titleheight h3 {font-size: 40px;    margin-bottom: 30px;} */
.footer-nav-widgets-wrapper {width: 50%;float: left;margin-top:35px;}
.footer-nav-widgets-wrapper {width: 50%;float: none; margin: 0 auto; margin-top: 30px;}
.footer-widgets-wrapper .sidecallbtn p {font-size: 20px;}
.latestarticlesection ul li .newscontent h4 {min-height: 61px;}
.printybox img{width: 100%;}
.consulatationsec .consultation_left {width: 250px; margin-top: -120px;}
.consulatationsec .consultation_right ul li{padding: 15px;}
.consulatationsec .consultation_right ul li {width: 220px; margin-left: 15px;}
.consulatationsec .consultation_right ul{    margin-left: 50px;}
.consulatationsec .consultation_right{padding: 30px 15px;}
.consulatationsec .consultation_right h3{margin-left: 68px;}
.consulatationsec .consultation_right h3 {font-size: 20px;}
.consulatationsec .consultation_right ul li a img {width: 60px;}

.legalsec{ padding:40px 0px}	
.legalsec .box_top{ height:94%}

.howcan_sec .howcan_top, .howcan_sec .howcan_form{width:100%;}
/* .footersec{ padding:50px 0px;} */
.footersec .footer_logo{ margin-bottom:20px;}

.blog #site-content, .archive #site-content, .search #site-content {width: 100%;float: none;}   
.blog .footer-nav-widgets-wrapper, .archive .footer-nav-widgets-wrapper, .search .footer-nav-widgets-wrapper {width: 50%;float: none; margin-top: 30px;}

/* .footer-nav-widgets-wrapper #search-2 .search-form{padding: 18px 13px 15px;border-radius: 0px;background: #7e7f7f;width: 100%;margin: 0px;box-sizing: border-box;} */
.footer-nav-widgets-wrapper #search-2 .search-form{padding: 18px 13px 15px;border-radius: 0px; background: var(--color-blue); width: 100%;margin: 0px;box-sizing: border-box;}
.attorneypg-list .col-3, .attorneypg-list .col-4{width: 50%;}
.attorneypg-list span.attybtn {font-size: 16px;}
.consulatationsec {padding: 40px 0px;}

.banner .banner_content { background: url(/wp-content/themes/printylawfirm/assets/images/mobilebanner.jpg) no-repeat center; background-color: rgba(0,0,0, 0.3); background-blend-mode: overlay; background-size:cover;}
.howcan_sec { background: url(/wp-content/themes/printylawfirm/assets/images/mobilehow_can_bgimg.jpg) no-repeat center; background-size:cover;}
#site-content .featuredbankruptcysection .featuredbankruptcyright .btnsec a.btn {font-size:18px;}
.recentblogsection{padding: 35px 0;}
.recentblogsection ul{grid-template-columns: repeat(2, 1fr);}

.contactsec .csbt_right._pglocation {width: 100%; float: none; padding: 20px;}
.contactsec .csbt_left._pgcontactform {width: 100%; float: none; padding: 20px; margin-top: 20px;}

.latestarticlesection { padding:30px 0;}
.latestarticlesection ul li { width: inherit !important;}
.attornypg ul{grid-template-columns: repeat(2, 1fr);}
.attornypg .contentbox p{min-height: inherit;}
#site-content .featuredbankruptcysection{padding: 30px 0; box-shadow: 0 0 0 110vmax #26367a; clip-path: inset(0 -100vmax);}


.footersec .footerbox{flex-wrap: wrap; justify-content: center;}
.footersec .mapsec{grid-template-columns: 1fr;}
.footersec .mapsec .mapbox .mapimgbox { height: 260px; }
.footersec .mapsec img{object-fit: inherit; object-position: left;}
.footersec .mapsec .addressbox { padding-top: 0; }
.footersec .addressbox ul { grid-template-columns: 1fr; }
.footersec .addressbox ul li { font-size: 18px; }
.footersec .addressbox ul li:nth-child(2) { font-size: 20px; }
.footersec .copyrightsec p+p{margin-top: 5px;}
.footersec .footerlogo img{width: 140px;}

.template-custom-template .titleheight{display: flex; gap: 0px; flex-flow: row wrap; align-items: center; justify-content: center; padding: 130px 0 20px;}
.template-custom-template .titleheight h3{font-size: 28px; line-height: 40px;}
.template-custom-template .titleheight h4{font-size: 32px; line-height: 45px;}
.blogsec ul { flex-wrap: wrap; justify-content: center; }
.blogsec ul li{flex: 0 1 47%;}
.formsec .formbox .gform_body ul#gform_fields_1{grid-template-columns: 1fr;}
.innerbanner.newbanner.employmentpg{padding: 60px 0;}
.innerbanner.newbanner.employmentpg .titlewrap{width: auto; display: block;}
.innerbanner.newbanner.employmentpg .titleheight{display: block; padding: 0; text-align: center;}
.innerbanner.newbanner.employmentpg::before{background: rgba(0 0 0 / 0.80);}
.innerbanner.newbanner h4{width: auto; letter-spacing: normal;}
.headermenu .container{justify-content: space-between; align-items: center; gap: 30px;}
.headermenu .logobox{margin-top: 0; margin-left: -20px; width: auto; filter: inherit}
.headermenu .logo{width: auto; clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);}
.headermenu .logo img { width: 119px; }
.mobile_menu{margin-top: 0; margin-right: 0; background: #fff;}
.headertop {display: grid;}
.headersec{order: 1;}
.headersec .headercallsec{justify-content: center;}
.bannersec { padding: 70px 0; }
.bannersec .bannercont{width: auto; display: inline-block;}
.bannersec .bannerbtn a{font-size: 18px; line-height: normal; padding: 15px 45px 15px 75px;}
.bannersec h3{letter-spacing: 6px; font-size: 25px;}
.bannersec h2 {font-size: 40px;}
.bannersec p {font-size: 18px;}
.practiceareasec .practicewrapsec {display: flex; flex-wrap: wrap; justify-content: center;}
.practiceareasec .practicewrap{flex: 0 1 47%; max-width: 360px;}
.practiceareasec .overlaybox ul { gap: 10px; }
.attorneysec ul{grid-template-columns: repeat(2,1fr); margin-top: 40px;}
.attorneysec ul li{margin-top: 90px;}
.attorneysec::before{position: inherit; display: none;}
.attorneysec::after{border-top: 0; height: inherit; display: none;}
.attorneysec{background: rgba(29 67 135 / 0.8);}
.reviewsec {padding: 40px 0;}
.blogsec ul{flex-wrap: wrap; justify-content: center;}
.blogsec ul li{flex: 0 1 47%; max-width: 360px;}
.formsec .formbox{padding: 20px;}
.footersec .footerbox{flex-wrap: wrap; justify-content: center;}
.footersec .mapsec{grid-template-columns: 1fr;}
.mapbox { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.footersec .mapsec .mapbox .mapimgbox { height: 260px; }
.footersec .mapsec img{object-fit: inherit; object-position: left;}
.footersec .mapsec .addressbox { padding-top: 0; }
.footersec .addressbox ul { grid-template-columns: 1fr; }
.footersec .addressbox ul li { font-size: 18px; }
.footersec .addressbox ul li:nth-child(2) { font-size: 20px; }
.footersec .copyrightsec p+p{margin-top: 5px;}
.formsec .formbox .gform_body ul#gform_fields_1{grid-template-columns: 1fr;}
.formsec .formbox { padding: 40px; width: 96%;}
.formsec .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .formsec .gform_legacy_markup_wrapper textarea.large{font-size: 18px; padding: 10px 20px;}
.formsec .gform_legacy_markup_wrapper textarea.large { padding: 20px; height: 140px; }
.footersec .footerlogo img{width: 140px;}
.formsec .gform_legacy_markup_wrapper .gform_footer input[type=submit]{min-width: 250px; font-size: 18px; letter-spacing: 0.5px;}
.formsec .callusbtn span { font-size: 30px;}

.blogsec.acfBlogSec ul li{ width: 48%;}
}
@media only screen and ( max-width: 768px ) {

.banner .banner_form {bottom: -268px;}
/* .footersec .footer_menu ul{margin-left: -30px; text-align: center;}
.footersec .footer_menu ul li{margin-left: 30px;}
.footersec .footer_menu {float: none;}     */
.attornesec ul li {width: 39%;}
.consultationbox .consultcontent {width: 100%;}
.consultationbox{text-align: center; }
.consultationbox .consultbtn{margin-top: 10px;}
#site-content .consultationbox .consultbtn a {font-size: 16px;}
.practiceareassec .practicetop ul li a {font-size: 14px;}
.consultationbox .consultimg{margin-right: 0px;}
.consulatationsec .consultation_right ul li {width: 205px;}
.latestarticlesection ul li .newscontent p {font-size: 14px;}
.legalsec .legal_bottom{display: block;}
.legalsec .box_top {min-height: 390px;}
.legalsec .legal_bottom{margin-top: -5%;}
.legalsec .legal_box {margin-top: 5%;}
}
@media only screen and ( max-width: 736px ) {
.attornesec ul li {width: 40%;}
.latestarticlesection ul li .newscontent h4 {font-size: 18px;}
.consulatationsec .consultation_right ul li {width: 193px;}
.footer-nav-widgets-wrapper {width: 60%;}
.latestarticlesection ul li .newscontent p {font-size: 15px;}
.blog .footer-nav-widgets-wrapper, .archive .footer-nav-widgets-wrapper, .search .footer-nav-widgets-wrapper {width: 60%;}
.attornypg .contentbox p{min-height: 85px;}
.footersec .footermenu a { font-size: 14px; }
.reviewsec .reviewslider p{font-size: 18px; line-height: normal;}
.footersec .footermenu a { font-size: 14px; }
.blogsec ul li .blogcontent p{letter-spacing: 0; margin-top: 10px;}
}
@media only screen and ( max-width: 668px ) {
#site-content .bloglistingpage ul li .bloglistingimage { width:auto; float:none; text-align:center;}
#site-content .bloglistingpage ul li .bloglistingimage img { display:inline-block; vertical-align:top;}
#site-content .bloglistingpage ul li .bloglistingimage + .bloglistingcoontent { width:auto; float:none; margin-top:15px;}
.advertisementsection ul li { width:97%;}

#site-content .has-post-thumbnail .blogdetailpage .blogpostthumbnail { width:auto; float:none; text-align:center;}
#site-content .has-post-thumbnail .blogdetailpage .blogpostthumbnail img { display:inline-block; vertical-align:top;}
#site-content .has-post-thumbnail .blogdetailpage .blogpostcontent { width:auto; float:none; margin-top:15px;}

.banner .gform_wrapper ul.gform_fields li.gfield {width: 31.8%;}
.banner .gform_wrapper ul.gform_fields li.gfield.text {width: 86%;}
.attornesec ul li {width: 45%;}

.attorneytemplate .attorney-hdr-banner .container { display:block;}
.attorneytemplate .attorney-hdr-banner .attorney-img { width: 50%; margin-right: 0; margin: 0 auto 15px; float:none;}
.attorneytemplate .attorney-hdr-banner .attorney-banner-rgt { width:auto; float:none;}

.latestarticlesection ul li .newscontent h4 {font-size: 17px;}
.latestarticlesection ul li .newscontent p {font-size: 15px;}
.consulatationsec .consultation_left {width: 200px; margin-top: -96px;}
.consulatationsec .consultation_right h3 {margin-left: 30px;}
.consulatationsec .consultation_right ul {margin-left: 10px;}
.latestarticlesection .article-carousel .owl-nav .owl-prev{left: -30px;}
.latestarticlesection .article-carousel .owl-nav .owl-next {right: -30px;}
.practiceareasec .contentbox .overlaywrap{overflow-y: scroll; scrollbar-width: thin; scrollbar-color: var(--white); height: calc(100% - 39px);}
.practiceareasec .overlaybox ul{gap: 6px;}
.practiceareasec .overlaybox ul li a {font-size: 15px;}
.practiceareasec .overlaybox h4 {margin-bottom: 10px;}
}
@media only screen and ( max-width: 640px ) {
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) { line-height:inherit !important; min-height:inherit !important;}

.banner .banner_content h3 {font-size: 40px;}
.banner .banner_content h3 span {font-size: 45px;}
.banner .banner_content h4 {font-size: 20px; line-height: normal;}
.banner .banner_content h4 span {font-size: 20px; line-height: normal;}
.banner .gform_wrapper ul.gform_fields li.gfield {width: 31.7%;}
.legalsec .legal_bottom {margin-left: 0px;}
.legalsec .legal_box {width: 80%;    margin: 0px 10%;}
.legalsec .box_top {min-height: auto;}
.legalsec .box_top3{margin-top: 0px;}
.legalsec .box_top{margin-top: 30px;}
.legalsec h3{margin-bottom: 0px;}
.banner .banner_form {bottom: -285px;}
.banner .free_consul{bottom: -397px;}
.our_clint_sec{padding: 30px 0px;}
.our_clint_sec h3 {font-size: 25px;}
.our_clint_sec .clint_top h4 {font-size: 20px;}
.our_clint_sec .clint_top p {font-size: 20px;}
.our_clint_sec .clint_top ul{margin-left: -20px;}
.our_clint_sec .clint_top ul li{margin-left: 20px;}
/* .footersec{padding: 30px 0px; }
.footersec .footer_mapsec ul li .map {width: 42%;}
.footersec .footer_mapsec ul li .mapsec_right{width: 54%;} */
.footer_bottom p span {display: contents;}
.howcan_sec .form_right h4 {font-size: 30px;}
.howcan_sec .form_right h4 a {font-size: 30px;}
.howcan_form .gform_wrapper .gform_footer input.gform_button{width: 100%!important;}
.attornesec ul li {width: 55%;}

.latestarticlesection ul li {width:97%;}
.latestarticlesection ul li .newsimage img { width:100%;}
.latestarticlesection ul {text-align: center; display: block;}
.latestarticlesection ul li .newscontent h4 {font-size: 20px;}
.latestarticlesection ul li .newscontent .postmeta {font-size: 14px;}
.latestarticlesection ul li .newscontent h4{min-height:  inherit;}
.consulatationsec .consultation_right {width: 100%;}
.consulatationsec .consultation_left {position: unset; margin-top: 0px;margin: 0 auto;}
.consulatationsec .consultation_left {width: 350px;    margin-bottom: 20px;}
.consulatationsec .consultation_right h3 {font-size: 30px; margin-left: 0px; text-align: center;}
.consulatationsec .consultation_right ul{text-align: center; margin: 0 auto; margin-left: -15px;}
.consulatationsec .consultation_right ul li {width: 40%;    padding: 30px 15px;}
.footer-nav-widgets-wrapper {width: 65%;}

.legalsec .box_top ul li {width: 48%; padding:10px 5px; margin:0px;}
.legalsec .legal_bottom{margin-top: 0px;}
.blog .footer-nav-widgets-wrapper, .archive .footer-nav-widgets-wrapper, .search .footer-nav-widgets-wrapper {width: 65%;}
.recentblogsection ul{grid-template-columns: 1fr; max-width: min(450px, 100%); margin: 0 auto;}
.recentblogsection ul li .blogcontent{margin-top: 15px;}
.recentblogsection ul li .blogcontent h4{min-height: inherit;}
.recentblogsection ul li .blogcontent .metasec{margin: 10px 0;}
.footersec .footermenu ul{flex-wrap: wrap; gap: 15px 20px; justify-content: center;}
.footersec .footermenu ul li a{font-size: 16px ;}

.innerbanner.newbanner h3{font-size: 38px;}
.innerbanner.newbanner h1{font-size: 24px;}
.innerbanner.newbanner h4{margin: 0;}
.bannersec h2 { font-size: 36px; }
.bannersec h3 { font-size: 22px; letter-spacing: 5px;}
.bannersec p { font-size: 16px; }
.practiceareasec .practicewrap .imgbox h4 {font-size: 26px; bottom: 10px; line-height: normal;}
.reviewsec .reviewcont{width: 96%;}
.reviewsec .reviewcont ul{justify-content: center;}
.reviewsec .reviewcont ul li{width: auto; padding: 10px;}
.footersec .footermenu ul{flex-wrap: wrap; gap: 15px 20px; justify-content: center;}
.footersec .footermenu ul li a{font-size: 16px ;}

.blogsec h3{ font-size: 32px;}
}
@media only screen and ( max-width: 600px ) {
.banner .gform_wrapper ul.gform_fields li.gfield {width: 31.6%;}
.banner .gform_wrapper ul.gform_fields li.gfield.text {width: 85%;}
.our_clint_sec .clint_bottom .item {width: 80%;}
    */
.attorneytemplate .tabmain { padding:10px 0;}
.attorneytemplate .tabmain ul { margin-left:-10px; margin-top:-10px; text-align:center;}
.attorneytemplate .tabmain li { margin-left:10px; margin-top:10px;}
.attorneytemplate .tabmain li a { padding:8px 25px; border-radius:5px; background:#3f6192; color:#fff;}
.attorneytemplate .tabmain li a.inactive { color:#fff; background:#1f4070;}
.attorneytemplate .tabmain li a:hover { background:#3f6192; color:#fff;}
.attorneytemplate .reviewwebsites li{padding: 0px;}
.practiceareassec .practicetop ul li {width: 44%;}
.practiceareassec .practicetop ul li a {font-size: 16px;}
.contactsec .cs_left {width: 100%;    margin-bottom: 30px;}
.contactsec .cs_right {width: 100%;float: left;}
.contactsec .csbt_left {width: 100%;}
.contactsec .csbt_right {width: 100%;}
.consulatationsec .consultation_right h3 {font-size: 25px;}
/* .template-custom-template .titleheight h3 {font-size: 35px;} */
.footer-widgets-wrapper .widget .printybox ul li a {font-size: 14px;}
.blog .footer-nav-widgets-wrapper, .archive .footer-nav-widgets-wrapper, .search .footer-nav-widgets-wrapper {width: 100%;}
.featuredbankruptcysection .featuredbankruptcyleft { float:none; width:auto;}
}
@media only screen and ( max-width: 568px ) {
.banner .gform_wrapper ul.gform_fields li.gfield {width: 31.5%;}
.banner .gform_wrapper ul.gform_fields li.gfield.text {width: 84%;}
.howcan_form .gform_legacy_markup_wrapper .top_label .gfield_label, .gform_legacy_markup_wrapper legend.gfield_label{top: 14px;}
.attornesec ul li{    margin-top: 80px;}
.footer-nav-widgets-wrapper {width: 70%;}
.blog .footer-nav-widgets-wrapper, .archive .footer-nav-widgets-wrapper, .search .footer-nav-widgets-wrapper {width: 70%;}
.innerbanner.newbanner{padding: 35px 0;}
.bannersec h2 { font-size: 30px; }
.bannersec h3 { font-size: 22px; letter-spacing: 2px;}
.bannersec p { font-size: 14px; }
.reviewsec .reviewslider .item { width: 80%; padding: 20px;}
.formsec .gform_legacy_markup_wrapper textarea.large{height: 100px;}
.formsec .gform_legacy_markup_wrapper .gform_footer input[type=submit]{min-width: inherit; width: auto; padding: 10px 35px;}
.formsec .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .formsec .gform_legacy_markup_wrapper textarea.large { font-size: 16px; padding: 8px 20px; }
}
@media only screen and ( max-width: 480px ) {
.container, .attorneytemplate .container { width:90%;}
#site-content .bloglistingpage ul li .homemetasec .meta-wrapper.post-author { margin-left:0;}
#site-content img.alignright, #site-content img.alignleft, #site-content img.aligncenter, #site-content img.alignnone { float:none; width:auto; max-width:100%; height:auto; display:block; text-align:center; margin:0 auto 15px;}
#site-content h1 {font-size:30px; line-height:normal;}
#site-content h2, #site-content .hentry h2 { font-size:26px; line-height:normal;}
#site-content h3 { font-size:24px; line-height:normal;}
#site-content h4 { font-size:22px; line-height:normal;}
#site-content h5 { font-size:20px; line-height:normal;}
#site-content h6 { font-size:19px; line-height:normal;}
#site-content ul, #site-content ol {margin-left: 30px;}
.howcan_sec .form_right {width: 100%;}
.banner .banner_content h4 span {font-size: 20px;}
.banner .gform_wrapper ul.gform_fields li.gfield {width: 100%;    margin-left: 0px!important;}
.banner .gform_wrapper ul.gform_fields{ margin-left: 0px!important;}
.banner .gform_wrapper ul.gform_fields li.gfield.text {width: 81%;}
.banner .free_consul{    padding: 15px;}
.legalsec .legal_box {width: 90%;margin: 0px 5%;}
.legalsec {padding: 30px 0px;}
.attornesec {padding: 30px 0px 30px;}
.our_clint_sec .clint_top ul{margin-left: -10px;}
.our_clint_sec .clint_top ul li {width: 100px;margin-left: 10px;}
.howcan_sec .form_right p{    font-size: 20px;}
.howcan_sec .form_right h4 {font-size: 22px;}
.howcan_sec .form_right h4 a {font-size: 22px;}
.howcan_sec .howcan_form {width: 100%;}
.attornesec ul li {width: 70%;}
.banner .banner_content h3 {font-size: 30px;}
.banner .banner_content h3 span {font-size: 35px;}
.banner .free_consul ul li p {font-size: 20px;}
.banner .free_consul ul li a {font-size: 20px;}
.latestarticlesection .container {width: 85%;}
.attorneytemplate .attorney-hdr-banner .attorney-img { width:auto;}
.attorneytemplate .rgtcontentsec .tabcontainer .badges li { width:47%;}
.attorneyfootersection .attorneyfooterleft .footerbox { width:97%;}
.attorneytemplate .reviewwebsites li { width:97%;}
.attorneytemplate .attorney-hdr-banner h1 {font-size: 27px;}
.innerbannerimage .titleheight h1 {font-size: 35px;}
.titleheight {height: 200px;}
.practiceareassec .practicetop ul li {width: 95%;}
.latestarticlesection .morebtnsec a.morebtn{width: 80%;}
.practiceareassec .practicetop h3{text-align: left;}
.consultationbox .consultimg{margin-bottom: 5px;}
.innerbanner h1 {font-size: 30px;}
#site-content .consultationbox .consultcontent p{font-size: 15px; line-height: 26px;}
#site-content .accidentbox p{font-size: 15px;line-height: 26px;}
.bloglistingimage{width: 100%;}
.bloglistingcoontent {width: 100%;margin-top: 10px;}
.contactsec .cs_left h3 {font-size: 22px;    margin: 10px 0px;}
.contactsec .cs_right h3{font-size: 22px;    margin: 10px 0px;}
.contactsec .csbt_left h3{font-size: 25px;}
.contactsec .csbt_right h3{font-size: 25px;}
.contactsec .csbt_right h4{font-size: 22px;}
.footer-nav-widgets-wrapper {width: 95%;}
.consulatationsec .consultation_right ul li {width: 46%;}
#site-content ul.twocolum {column-count: 1;}
.headerrgt a{font-size: 16px;}

.mobilesticky .container, .attorneytemplate .mobilesticky .container { width: 96%;}
.mobilesticky .logo { width: 120px;}
.mobile_menu { margin-top: 1px;}
.headerrgt { margin-top: 2px;}
/* #wrapper { padding-top: 48px;} */
.header .header_top { text-align: center;}
.header .header_top p { display: block; margin: 0 0 10px;}

.howcan_sec .howcan_form{ padding:30px;}
.blog #site-content .hentry h2, .archive #site-content .hentry h2, .search #site-content .hentry h2 {font-size: 22px;}
.blog .footer-nav-widgets-wrapper, .archive .footer-nav-widgets-wrapper, .search .footer-nav-widgets-wrapper {width: 95%;}

.attorneypg-list .col-3, .attorneypg-list .col-4 {width: 100%;}
.our_clint_sec .readbtn a{ width:70%}
.our_clint_sec .readbtn a + a{ margin-top:15px;}
.attornypg ul{grid-template-columns: 1fr;}
.attornypg .contentbox p{min-height: inherit;}
#site-content .featuredbankruptcysection h4{font-size: 22px;}
/* #site-content .featuredbankruptcysection{padding: 20px;} */

.footersec .addressbox ul {gap: 20px;}
/* .footersec .mapsec {padding: 30px 0;} */
.footersec .copyrightsec p{font-size: 16px;}
/* .footersec { padding: 30px 0; } */

.headersec .headercallsec {padding: 12px 0;}
.headersec .headercallsec a,.headersec .headercallsec p {font-size: 15px; line-height: normal;}
/* .headermenu{border-bottom: 1px solid var(--color-blue);} */
.headermenu .logo { padding: 10px 25px 10px 0px;}
.template-custom-template .titleheight{align-items: end; padding: 0 0 20px; display: table-cell; vertical-align: bottom;}
.template-custom-template .titleheight h3{font-size: 18px; line-height: 30px; margin-bottom: 10px;}
.template-custom-template .titleheight h4{font-size: 20px; line-height: 30px; padding: 0 10px;}
.formsec .gform_legacy_markup_wrapper .hidden_label input.large, .formsec .gform_legacy_markup_wrapper textarea.large {border-radius: 15px;} 
.formsec .formbox{width: 96%; padding: 20px; margin-top: 20px;}
.formsec .formbox .gform_body ul#gform_fields_1 {gap: 20px;}
body .gform_legacy_markup_wrapper .top_label div.ginput_container,body .gform_legacy_markup_wrapper ul li.gfield{margin-top: 0 !important;}
.formsec .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .formsec .gform_legacy_markup_wrapper textarea.large{padding: 10px 15px; font-size: 16px; margin-top: 0;}
.formsec .gform_legacy_markup_wrapper textarea.large { padding: 20px; height: 148px; }
.formsec .callusbtn span {font-size: 25px; line-height: 30px;}
.blogsec ul li {flex: 0 1 97%;}
.formsec .gform_legacy_markup_wrapper .gform_footer input[type=submit]{min-width: 300px;}
.innerbanner.newbanner{background-position: right; padding: 80px 0; text-align: center;}
.innerbanner.newbanner h3{font-size: 28px; padding: 5px 15px;}
/* .innerbanner.newbanner h1 span{display: inline; border: 0 !important; margin: 0 !important; padding: 0 !important;} */
.innerbanner.newbanner::before{background: rgba(0 0 0 / 0.65);}
/* .innerbanner.newbanner h1{font-family: inherit; font-size: inherit;} */
.reviewsec .btnwrap{margin-top: 20px; gap: 15px;}
.btnsec a{min-width: 160px; font-size: 16px; line-height: 15px;}
.bannersec.mobilebanner{ padding: 30px 0; background: rgba(0,0,0,0.5) url(/wp-content/themes/printylawfirm/assets/images/new_homepage/mobilebanner-img.jpg) no-repeat top center; background-size: cover; background-blend-mode: multiply;}
.headermenu{border-bottom: 1px solid var(--blue);}
.headermenu .logo { padding: 10px 25px 10px 10px;}
.newhomepage .container{max-width: 90%;}
/* .bannersec.mobilebanner{padding: 30px 0; background: rgba(0,0,0,0.5) url(/wp-content/themes/printylawfirm/assets/images/new_homepage/mobilebanner.jpg) no-repeat top center; background-size: cover; background-blend-mode: multiply;} */
.headersec .headercallsec {padding: 12px 0;}
.headersec .headercallsec a,.headersec .headercallsec p {font-size: 15px; line-height: normal;}
.bannersec .bannerbtn a { font-size: 14px; padding: 10px 30px 10px 45px;}
.bannersec .bannerbtn a::before {left: 20px; width: 16px; height: 16px; top: calc(50% - 8px);}
.practiceareasec, .blogsec, .formsec { padding: 25px 0; }
.practiceareasec h3 {font-size: 30px; line-height: normal; padding-bottom: 20px}
.practiceareasec .practicewrap{flex: inherit; width: inherit;}
.practiceareasec .overlaybox ul{gap: 10px;}
.practiceareasec .overlaybox ul li a{font-size: 16px;}
.attorneysec{padding: 30px 0 25px;}
.attorneysec ul {grid-template-columns: 1fr;}
.reviewsec .reviewcont h3{font-size: 25px; line-height: normal;}
.reviewsec .reviewcont h4{font-size: 23px; line-height: normal; margin-top: 10px;}
.reviewsec .reviewcont p {font-size: 20px; line-height: normal; margin-top: 10px;}
.reviewsec .reviewcont ul {gap: 15px;}
.reviewsec .reviewcont ul li{flex: 1 1 100%; padding: 5px 10px;}
.reviewsec .reviewslider p {font-size: 16px;}
.blogsec ul li { flex: inherit; max-width: inherit; padding: 15px;}
.blogsec ul li .imgbox img{width: 100%;}
.blogsec ul li .blogcontent p { letter-spacing: -0.4px;}
.formsec h3,.blogsec h3{font-size: 30px; line-height: normal;}
.blogsec h3{font-size: 26px; line-height: normal;}
.formsec p{font-size: 14px;}
.formsec .formbox {margin-top: 30px; padding: 20px;}
.formsec .gform_legacy_markup_wrapper textarea.large{padding: 15px 20px; height: 80px;}
.formsec .gform_legacy_markup_wrapper .gform_footer input[type=submit]{letter-spacing: 0;}
.formsec .formbox .gform_body ul#gform_fields_1{gap: 25px 20px;}
.formsec .orsec::before{left: -20px;}
.formsec .orsec::after{right: -20px;}
.mapbox{grid-template-columns: 1fr;}
.footersec .addressbox ul {gap: 20px;}
/* .footersec .mapsec {padding: 30px 0;} */
.footersec .copyrightsec p{font-size: 16px;}
/* .footersec { padding: 30px 0; } */
.headersec .headercallsec a, .headersec .headercallsec p{text-align: center; flex: 1 1 50%; margin-left: 0; gap: 10px;}
.reviewslider .owl-nav .owl-prev{left: -15px;}
.reviewslider .owl-nav .owl-next{right: -15px;}
.blogsec .blogbtn a {font-size: 16px; padding: 10px 35px;}
.formsec .callusbtn span { font-size: 25px; }
.footersec .footermenu ul {gap: 10px 15px;}
.footersec .footermenu ul li a{font-size: 14px;}
.blogsec ul li .blogcontent h4, .blogsec ul li .blogcontent h4 a {font-size: 20px; line-height: normal;}
.blogsec.acfBlogSec ul li{ width: 92%;}
}
@media only screen and ( max-width: 415px ) {
.banner .free_consul ul li {text-align: center;display: block;}
.banner .free_consul ul li img{text-align: center; margin: 0 auto;}
.banner .free_consul ul li p{    line-height: 30px;}
.legalsec .legal_box {width: 100%;margin: 0px 0%;}
/* .footersec .footer_mapsec ul li .mapsec_right p{margin-bottom: 10px;}
.footersec .footer_mapsec ul li .mapsec_right h5{margin-bottom: 10px;} */
.attornesec ul{margin-left: 0px;}
.attornesec ul li{margin-left: 0px;}
.attornesec ul li {width: 80%;}
.banner .gform_wrapper ul.gform_fields li.gfield.text {width: 78%;}
.attorneytemplate .attorney-hdr-banner .address p{font-size: 17px;}
.attorneytemplate .attorney-hdr-banner .contactinfo li{font-size: 17px;}
.latestarticlesection ul li .newscontent h4 {font-size: 18px;}
.footer-nav-widgets-wrapper {width: 100%;}
.consulatationsec .consultation_left {width: 100%;}
.consulatationsec .consultation_right ul li {width: 70%;margin-bottom: 20px;}


.header .header_top p, .header .header_top a { font-size: 16px;}
.legalsec .box_top ul li {width: 100%;}

    .blog .footer-nav-widgets-wrapper, .archive .footer-nav-widgets-wrapper, .search .footer-nav-widgets-wrapper {width: 100%;}

.headerrgt a {padding: 10px 15px 6px; font-size: 16px;}
.footersec .footermenu ul {gap: 10px 15px;}
.footersec .footermenu ul li a{font-size: 14px;}
.innerbanner.newbanner.employmentpg{padding: 35px 0;}

}
@media only screen and ( max-width: 384px ) {
.banner .gform_wrapper ul.gform_fields li.gfield.text {width: 77%;}
.howcan_sec .howcan_top h3 {font-size: 28px;}

.attorneytemplate .tabmain li a { padding:8px 15px;}
.attorneytemplate .attorney-hdr-banner h1 { font-size:26px;}
.latestarticlesection ul li .newscontent h4 {font-size: 17px;}
.latestarticlesection .container { width: 80%;}
.footer-widgets-wrapper .sidecallbtn p {font-size: 16px;}
.single #site-content .hentry .postmeta {font-size: 13px;}
}
@media only screen and ( max-width: 376px ) {
.logo { width:100%;}
.our_clint_sec .clint_top {margin-top: 20px;}
.attornesec .attornbox h4 {font-size: 17px;font-weight: 500;}
.banner .gform_wrapper ul.gform_fields li.gfield.text {width: 75%;}
.howcan_sec .howcan_top h3 {font-size: 26px;}
.howcan_sec .howcan_form {padding: 30px 15px;}
.legalsec h3 {font-size: 22px;}
.practiceareassec .practicetop ul li a {font-size: 14px;}
.blog .postmeta {font-size: 14px;}
.single #site-content .hentry .postmeta {font-size: 14px;}
.btnsec a{min-width: 135px; font-size: 14px;}
}
@media only screen and ( max-width: 360px ) {
.attornesec ul li {width: 90%;}
.howcan_sec .howcan_top h3 {font-size: 24px;}
.our_clint_sec h3 {font-size: 22px;}
.attorneytemplate .attorney-hdr-banner .contactinfo ul li, .attorneytemplate .attorney-hdr-banner .contactinfo li:first-child { width:95%;}
.innerbannerimage .titleheight h1 {font-size: 30px;}
.innerbanner.newbanner{padding: 50px 0;}
.innerbanner.newbanner h3{font-size: 23px; padding: 5px 0px;}
.footer-widgets-wrapper .widget .printybox ul li a {font-size: 12px;}

.mobile_menu { margin-right: 10px;}
.headerrgt li { margin-left: 5px;}
.headerrgt a { font-size: 13px;}

.our_clint_sec .readbtn a{ width:90%;}
.contactsec .csbt_right._pglocation p {font-size: 16px;}
#site-content .featuredbankruptcysection h4{font-size: 20px; margin-bottom: 15px;}
.footersec .footermenu ul li a { font-size: 13px; }
.footersec .copyrightsec p {font-size: 15px;}
.bannersec h2 { font-size: 28px; }
.practiceareasec h3 { font-size: 26px;}
.reviewsec .reviewcont h3 { font-size: 20px;}
.reviewsec .reviewcont p {font-size: 16px;}
.formsec .callusbtn span {font-size: 22px;}
}
@media only screen and ( max-width: 320px ) {
.advertisementsection .container { width:100%;}
.banner .banner_form p {font-size: 22px;}
.banner .gform_wrapper ul.gform_fields li.gfield.text {width: 71%;}
.attornesec ul li {width: 95%;}
.attorneytemplate .attorney-hdr-banner h1 {font-size: 24px;}
.blog .postmeta {font-size: 13px;}
.single #site-content .hentry .postmeta {font-size: 13px;}
.footer-widgets-wrapper .sidecallbtn p {font-size: 14px;}
.footer-widgets-wrapper .widget .printybox ul li a {font-size: 11px;}
.consulatationsec .consultation_right ul li {width: 80%;}
.howcan_sec .form_right h4 {font-size: 20px;}
.headerrgt a{ padding:10px 10px 6px}
.footersec .footermenu ul li a{font-size: 16px;}
.formsec p { font-size: 17px; }
}

/*--------- Custom Responsive Css Ends ---------*/