/*
* Description: Custom CSS Additions Go Here
* Template: twentyseventeen
* Version: 1.0
* Author: VDS
*/

/* vars vars vars vars vars vars vars vars vars vars vars vars vars vars  */

:root {

/* These vars do not require values as they get set automatically in options-page-stylesheet.php
 * They are mainly here so they show up as autocomplete suggestions in code editors if desired.
*/

/*--accent1:;
--accent2:;
--accent3:;
--light1:;
--light2:;
--light3:;
--dark1:;
--dark2:;
--dark3:;
--uihover:;*/

/* font family vars */
/*--bodyfont:;*/
/*--headingfont:;*/
/* 	--DunbarMed: 'DunbarTall-Medium', sans-serif; */
/* 	--MontReg: 'Montserrat-Regular', sans-serif; */
--MontB: 'Montserrat-Bold', sans-serif;
--MontSB: 'Montserrat-SemiBold', sans-serif;
--MontMed: 'Montserrat-Medium', sans-serif;

}

/* /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars  */

/* General */
@media (min-width: 980px) {

header.site-header {
    background-color: transparent;
    max-width: none;
    row-gap: unset;
    padding: 0;
    z-index: 99999999999 !important;
    position: fixed;
    min-width: 100%;
    margin-top: -100px !important;
}
ul#left-menu li a, ul#right-menu li a, nav ul#top-menu li a, nav div#top-menu ul li a {
    line-height: unset;
}
.top-header.left-right-header nav {
    padding-right: 5px !important;
}
.left-right-header ul#top-menu li {
    padding: 2px 7px !important;
}
/* When logged in, push the fixed header down below the admin bar */
body.admin-bar header.site-header {
    margin-top: 0 !important; /* cancel your -100px offset */
    top: 32px; /* height of WP admin bar */
}

.default-header {
    height: 300px;
    margin-top: 100px;
    padding-top: 30px;
}
section#VideoHero {
    margin-top: 100px !important;
}
.hero-lg1.single-city {
    min-height: 500px;
    padding-top: 80px;
}
}
@media (max-width: 979px) {
section#VideoHero {
    margin-top: 0px;
}
}
ul#top-menu.mobile-menu li, div#top-menu.mobile-menu li {
    position: relative;
    padding: 16px 0;
    text-align: left;
}
/* Larger admin bar on small screens (WP adds this breakpoint) */
@media screen and (max-width: 782px) {
    body.admin-bar header.site-header {
        top: 46px; /* mobile admin bar height */
}
}

body ol {
    padding-left: 32px;
	margin-bottom: 15px;
}
body h1, body h2, body h4, body h5, body h6 {
    font-family: "Poltawski Nowy", serif !important;
    font-style: normal;
    font-weight: 700;
}
body, body p, body li, body span {
  font-family: "Schibsted Grotesk", sans-serif !important;
  font-style: normal;
  font-weight: 400;
}
a.btn-bt, form label, .gform_footer input[type="submit"], button, span.vc_tta-title-text {
    text-transform: uppercase;
    font-family: var(--MontB);
}
.default-header h1 {
    text-align: center !important;
}
body h3 {
font-size: 28px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--MontSB) !important;
    margin-bottom: 6px;
    color: var(--dark1);
}
.faq h3 {
text-align: center;
}
.vc_row.wpb_row.hero-lg1.default-hero {
    height: 350px;
    margin-top: 100px !important;
}
.hero-lg1.default-hero h3 {
    color: #fff;
    margin-top: 20px;
}
.bakery .dark h2, .dark h3, .dark h4, .dark p {
    color: #fff;
}
.hero-lg1 h1 {
    color: #fff;
}
.vc_tta.vc_general .vc_tta-panel-title {
    line-height: 1;
    margin: 0;
    text-align: left !important;
}

@media (max-width: 979px) {
.reverse .container {
    	display: flex;
    	flex-direction: column-reverse;
}
}
/* /General */

/* Top Anchor + Recaptcha */

a.topbutton {
    background-color: var(--accent1);
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--light1);
    text-decoration: none;
    border-radius: 7px;
    bottom: 148px;
    right: 10px;
}
a.topbutton:hover {
    border-color: var(--accent2);
}
a.topbutton i.icon-angle-up {
    justify-content: center;
    align-items: center;
    display: flex;
}
a.topbutton i.icon-angle-up:before {
    transition: all 0.3s ease-in-out;
    margin: 0 !important;
    color: var(--light1);
    position: relative;
    font-size: 48px;
    line-height: 1;
    top: -4.5px;
}
a.topbutton:hover i:before {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
div.grecaptcha-badge {
    bottom: 70px !important;
}
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
}
/* END Top Anchor + Recaptcha */

.top-widget .widget a:link {
    color: var(--light1) !important;
    font-size: 15px;
}
ul.social li a i, .top-widget p a {
    transition: all 0.3s
ease-in-out;
    color: var(--accent2) !important;
}
.top-header {
    background: var(--dark1);
}
header .top-widget p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}
div#content {
    margin-top: 0px !important;
}
.fake-bottom-cta p,
.fake-header p,
.fake-footer p,
.awards-row p {
    line-height: 0;
}
.vc_row.wpb_row.fake-header {
    position: fixed !important;
    z-index: 99999;
    top: 0;
}
.vc_row.wpb_row.fake-footer {
    position: sticky !important;
    z-index: -2;
    bottom: 0;
}

/* Video Hero Banner - CL */

section#VideoHero {
    background: linear-gradient(to top, #152440 1%, rgba(8, 24, 47, 0.1) 10% 10%) !important;
    align-items: end;
    display: flex;
    height: 780px;
}

@media (max-width: 1440px) { section#VideoHero { height: 606px; }}
@media (max-width: 1024px) { section#VideoHero { height: 576px; }}
@media (max-width: 979px)  { section#VideoHero { height: 551px; }}
@media (max-width: 768px)  { section#VideoHero { height: 432px; }}
@media (max-width: 480px)  { section#VideoHero { height: 365px; }}

#VideoHero .wpb_row .container {
    max-width: unset;
    width: 100%;
}
#VideoHero .wpb_row.hero-video-video-row {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
    z-index: -1;
    top: 0;
}
#VideoHero .wpb_row.hero-video-video-row .container,
#VideoHero .wpb_row.hero-video-video-row .container div {
    height: 100% !important;
}
video#background-video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* END Video Hero Banner - CL */
body a.btn-bt,
body form .gform_footer input[type="submit"] {
    padding: 15px 20px !important;
    font-size: 21px;
    line-height: 1;
    min-width: 200px;
}

/* CTA + 4 PROMOS + BLURB ROW */

section.cta-promo-blurb {
    background-image: linear-gradient(to bottom, var(--dark3) 35%, var(--accent2) 100%);
}
section.cta-promo-blurb h2,
section.cta-promo-blurb h5,
section.cta-promo-blurb p {
    color: var(--light1);

}
.bakery section.cta-promo-blurb {
    padding: 0 !important;
}
.bakery section.cta-promo-blurb .wpb_row.cta-row {
    padding: 0;
}
.bakery section.cta-promo-blurb .wpb_row.promo-row {
    padding: 40px;
    background: var(--dark1);
}
.bakery section.cta-promo-blurb .wpb_row.blurb-row {
    padding: 80px 0;
}
.bakery section.cta-promo-blurb .wpb_row.promo-row .container,
.bakery section.cta-promo-blurb .wpb_row.blurb-row .container {
    max-width: 1375px;
}

@media (min-width: 980px) {
    .bakery section.cta-promo-blurb .wpb_row.promo-row .wpb_column:not(:first-child) {
        padding-left: 1%;
    }
    .bakery section.cta-promo-blurb .wpb_row.promo-row .wpb_column:not(:last-child) {
        padding-right: 1%;
}
}

.bakery .cta-row .wpb_content_element .wpb_wrapper {
    column-gap: 40px;
}
.cta-row h2 {
    color: var(--light1);
    margin-bottom: 0px !important;
}
body .blurb-row h5 {
    font-family: var(--MontSB) !important;
    margin-bottom: 6px;
}
body h2 {
    margin-bottom: 20px !important;
}
/* Gradient scroll into black  */

section.cta-promo-blurb {
  --darkness: 0;
  position: relative; /* needed for ::after to position absolutely inside */
  background: linear-gradient(to bottom, var(--dark3) 35%, var(--accent2) 100%);
}

section.cta-promo-blurb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: black;
  opacity: var(--darkness);
  pointer-events: none;  /* allows clicks through the overlay */
  z-index: 0;            /* put it behind content */
}

section.cta-promo-blurb > * {
  position: relative;
  z-index: 1;            /* bring content above overlay */
}

/* /Gradient scroll into black  */

/* SHIFT ICON BUTTONS */
a.shift-icon {
    transition: background 0.3s ease-in-out;
    background: var(--accent2);
    justify-content: center;
    text-decoration: none;
    border-radius: 50px;
    align-items: center;
    position: relative;
    max-width: 99%;
    display: flex;
    padding: 3px;
    height: 80px;
   width: auto;
}
a.shift-icon:hover {
    /*box-shadow: -5px -5px 12px rgba(255, 255, 255, 0.25);*/
    transition: background 0.3s ease-in-out;
    background: transparent;
}
a.shift-icon span.shift-icon-text {
    transition: transform 0.3s ease-in-out;
    font-family: var(--MontB) !important;
    color: var(--light1) !important;
    text-transform: uppercase;
    position: relative;
    line-height: 20px;
    font-size: 16px;
    width: 178px;
    left: 35px;
    text-align: left;
}
body #content h6 {
    font-family: "Schibsted Grotesk", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0px;
    text-transform: none;
    margin: 25px;
    padding-bottom: 20px;
}
a.shift-icon:hover span.shift-icon-text {
    transform: translateX(-20px);
}
/* the circle */
a.shift-icon:before {
    background-image: linear-gradient(135deg, var(--light1) 0%, var(--light3) 100%);
    transform: translateY(-50%); /* vertical centering */
    left: 7.5px; /* starting position */
    transition: all 0.3s ease-in-out;
    /*background: var(--light1);*/
    justify-content: center;
    border-radius: 50px;
    align-items: center;
    position: absolute;
    line-height: 0;
    display: flex;
    height: 65px;
    content: '';
    width: 65px;
    top: 50%;
}
a.shift-icon:hover:before {
    left: calc(100% - 65px - 7.5px); /* button width minus icon width minus starting position */
    box-shadow: inset 0px 0px 3px var(--dark3);
    transition: all 0.3s ease-in-out;
    background-color: var(--light3);
}

/* gradient hover bg */
a.shift-icon:after {
    background-image: linear-gradient(90deg, var(--accent2) 50%, var(--dark1) 100%);
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    position: absolute;
    height: 100%;
    content: '';
    z-index: -1;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}
a.shift-icon:hover:after {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

a.shift-icon.gavel:before  { content: url('/wp-content/uploads/2025/10/gavel.png'); }
a.shift-icon.scale:before  { content: url('/wp-content/uploads/2025/10/scale.png'); }
a.shift-icon.ribbon:before { content: url('/wp-content/uploads/2025/10/ribbon.png'); }
a.shift-icon.trophy:before { content: url('/wp-content/uploads/2025/10/trophy.png'); }
a.shift-icon.medical:before { content: url('/wp-content/uploads/2025/11/icon-Medical-Expenses.png'); }
a.shift-icon.repair:before { content: url('/wp-content/uploads/2025/11/icon-Vehicle-Repair.png'); }
a.shift-icon.pain:before  { content: url('/wp-content/uploads/2025/11/icon-Pain-and-Suffering.png'); }
a.shift-icon.wages:before  { content: url('/wp-content/uploads/2025/11/icon-Lost-Wages.png'); }
a.shift-icon.disability:before { content: url('/wp-content/uploads/2025/12/icon-Disability.png'); }
a.shift-icon.repair:before { content: url('/wp-content/uploads/2025/11/icon-Vehicle-Repair.png'); }
a.shift-icon.pain:before  { content: url('/wp-content/uploads/2025/11/icon-Pain-and-Suffering.png'); }
a.shift-icon.wages:before  { content: url('/wp-content/uploads/2025/11/icon-Lost-Wages.png'); }
a.shift-icon.one:before  { content: url('/wp-content/uploads/2025/12/icon-1.png'); }
a.shift-icon.two:before  { content: url('/wp-content/uploads/2025/12/icon-2.png'); }
a.shift-icon.three:before  { content: url('/wp-content/uploads/2025/12/icon-3.png'); }
a.shift-icon.four:before  { content: url('/wp-content/uploads/2025/12/icon-4.png'); }
a.shift-icon.five:before  { content: url('/wp-content/uploads/2025/12/icon-5.png'); }
a.shift-icon.six:before  { content: url('/wp-content/uploads/2025/12/icon-6.png'); }
a.shift-icon.seven:before  { content: url('/wp-content/uploads/2025/12/icon-7.png'); }
a.shift-icon.eight:before  { content: url('/wp-content/uploads/2025/12/icon-8.png'); }
a.shift-icon.phone-interview:before  { content: url('/wp-content/uploads/2025/12/icon-phone-interview.png'); }
a.shift-icon.apply:before  { content: url('/wp-content/uploads/2025/12/icon-Apply.png'); }
a.shift-icon.final-interview:before  { content: url('/wp-content/uploads/2025/12/icon-Final-Interview.png'); }
a.shift-icon.offer:before  { content: url('/wp-content/uploads/2025/12/icon-Offer-Onboarding.png'); }
a.shift-icon.holidays:before  { content: url('/wp-content/uploads/2025/12/icon-14-Paid-Holidays-1.png'); }
a.shift-icon.invest:before  { content: url('/wp-content/uploads/2025/12/icon-401k-1.png'); }
a.shift-icon.dental:before  { content: url('/wp-content/uploads/2025/12//icon-dental-insurance-1.png'); }
a.shift-icon.health:before  { content: url('/wp-content/uploads/2025/12/icon-health-insurance-1.png'); }
a.shift-icon.pet:before  { content: url('/wp-content/uploads/2025/12/icon-pet-insurance-1.png'); }
a.shift-icon.pto:before  { content: url('/wp-content/uploads/2025/12/icon-PTO-1.png'); }
a.shift-icon.vision:before  { content: url('/wp-content/uploads/2025/12/icon-vision-insurance-1.png'); }
a.shift-icon.punitive:before  { content: url('/wp-content/uploads/2025/12/icon-Punitive-Damages.png'); }
a.shift-icon.property:before  { content: url('/wp-content//uploads/2025/10/icon-Property-Damage1.png'); }


body #content .shift-txt-block {
   margin: 10px;
}
body #content .shift-txt-block2 {
   padding: 0px;
   background-color: #fff;
   border-radius: 20px;
   border-radius: 60px 60px 20px 20px;
}
body #content .shift-txt-block2 h5 {
   padding: 5px 25px 20px 25px !important
   font-family: "Schibsted Grotesk", sans-serif !important;
   font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;

}
/* /SHIFT ICON BUTTONS */

/* Icon Row */
body #content .four-icon-row {
	align-items: flex-start;
}
@media (min-width: 980px) {
	.four-icon-row .wpb_column.vc_column_container.vc_col-sm-3 {
		padding: 0px 20px;
	}
	.vertical-align-top .wpb_column.vc_column_container.vc_col-sm-3 {
    	padding: 0px 10px;
	}
	.vertical-align-top .wpb_column.vc_column_container.vc_col-sm-4 {
    	padding: 0px 10px;
	}
}
@media (max-width: 979px) {
	.four-icon-row a, .four-icon-row p {
    	margin: 0 auto;
    	text-align: center;
	}
}

/* TABS */
.bakery .law-tabs div.vc_tta-tabs-container {
    background: transparent;
}
.bakery .wpb_row.tabs.law-tabs ul.vc_tta-tabs-list {
    padding-bottom: 0;
    column-gap: 3%;
}
.bakery .wpb_row.tabs.law-tabs ul.vc_tta-tabs-list li.vc_tta-tab {
    min-width: 492px;
    line-height: 0;
}
.bakery .wpb_row.tabs.law-tabs ul.vc_tta-tabs-list li.vc_tta-tab,
.bakery .wpb_row.tabs.law-tabs ul.vc_tta-tabs-list li.vc_tta-tab a {
    border-radius: 45px 45px 0 0;
}
body #content .bakery .law-tabs .vc_tta.vc_general li.vc_tta-tab > a {
    background: var(--dark1);
    color: var(--light1);
    padding: 31px 1%;ƒbody #content
}
body #content .bakery .law-tabs .vc_tta.vc_general li.vc_tta-tab:hover > a,
body #content .bakery .law-tabs .vc_tta.vc_general li.vc_tta-tab.vc_active > a {
    background: var(--accent1);
}
body #content .bakery .law-tabs .vc_tta.vc_general li.vc_tta-tab:hover > a,
body #content .bakery .law-tabs .vc_tta.vc_general li.vc_tta-tab.vc_active > a span.vc_tta-title-text {
    color: var(--dark1);
}
.law-tabs span.vc_tta-title-text {
    font-family: var(--MontB) !important;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    position: relative;
    font-size: 28px;
    line-height: 1;
}
.law-tabs span.vc_tta-title-text:before,
.law-tabs span.vc_tta-title-text:after {
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    height: 36px;
    content: '';
    width: 31px;
    left: -12px;
    top: 0;
}
.law-tabs li.vc_tta-tab:hover span.vc_tta-title-text:before,
.law-tabs li.vc_tta-tab.vc_active span.vc_tta-title-text:before {
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.law-tabs li.vc_tta-tab:hover span.vc_tta-title-text:after,
.law-tabs li.vc_tta-tab.vc_active span.vc_tta-title-text:after {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.law-tabs span.vc_tta-title-text:before {
    background-image: url(/wp-content/uploads/2025/11/tab-icon-CAPFIRM@2x.png);
    opacity: 1;
}
.law-tabs span.vc_tta-title-text:after {
  background-image: url(/wp-content/uploads/2025/11/tab-icon-CAPFIRM@2x.png);
    opacity: 0;
}
.bakery .wpb_row.tabs.law-tabs .vc_tta-panels {
    max-width: unset;
    width: 95%;
}
.what-to-expect .wpcp-prev-button.swiper-button-prev,
.what-to-expect .wpcp-next-button.swiper-button-next,
.law-tabs .wpcp-prev-button.swiper-button-prev,
.law-tabs .wpcp-next-button.swiper-button-next,
.slider-arrows .wpcp-prev-button.swiper-button-prev,
.slider-arrows .wpcp-next-button.swiper-button-next,
.slider-arrows-lt .wpcp-prev-button.swiper-button-prev,
.slider-arrows-lt .wpcp-next-button.swiper-button-next  {
    border-radius: 50px !important;
    height: 60px !important;
    width: 60px !important;
    margin: -25px;
}
.what-to-expect i.wpcp-icon-left-open,
.what-to-expect i.wpcp-icon-right-open,
.law-tabs .vc_tta-panels i.wpcp-icon-left-open,
.law-tabs .vc_tta-panels i.wpcp-icon-right-open,
.slider-arrows i.wpcp-icon-left-open,
.slider-arrows i.wpcp-icon-right-open {
    transition: all 0.3s ease-in-out;
    border: 5px solid var(--light1);
    justify-content: center;
    border-radius: 50px;
    align-items: center;
    display: flex;
    height: 60px;
    width: 60px;
}
.slider-arrows-lt i.wpcp-icon-left-open,
.slider-arrows-lt i.wpcp-icon-right-open  {
    transition: all 0.3s ease-in-out;
    border: 5px solid var(--accent3);
    justify-content: center;
    border-radius: 50px;
    align-items: center;
    display: flex;
    height: 60px;
    width: 60px;
}
.what-to-expect i.wpcp-icon-left-open:before,
.what-to-expect i.wpcp-icon-right-open:before,
.law-tabs .vc_tta-panels i.wpcp-icon-left-open:before,
.slider-arrows i.wpcp-icon-left-open:before,
.slider-arrows i.wpcp-icon-right-open:before,
.law-tabs .vc_tta-panels i.wpcp-icon-right-open:before {
    transition: all 0.3s ease-in-out;
    font-size: 28px !important;
    line-height: 1 !important;
    font-family: 'fontello';
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    color: var(--light1);
}
.slider-arrows-lt i.wpcp-icon-left-open:before,
.slider-arrows-lt i.wpcp-icon-right-open:before {
    transition: all 0.3s ease-in-out;
    font-size: 28px !important;
    line-height: 1 !important;
    font-family: 'fontello';
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    color: var(--accent3);
}
.what-to-expect i.wpcp-icon-left-open:before,
.slider-arrows i.wpcp-icon-left-open:before,
.slider-arrows-lt i.wpcp-icon-left-open:before,
.law-tabs .vc_tta-panels i.wpcp-icon-left-open:before {
    content: '\e82a';
}
.what-to-expect i.wpcp-icon-right-open:before,
.slider-arrows i.wpcp-icon-right-open:before,
.slider-arrows-lt i.wpcp-icon-right-open:before,
.law-tabs .vc_tta-panels i.wpcp-icon-right-open:before {
    content: '\e829';
}
.what-to-expect .wpcp-prev-button.swiper-button-prev:hover i.wpcp-icon-left-open,
.what-to-expect .wpcp-next-button.swiper-button-next:hover i.wpcp-icon-right-open,
.slider-arrows .wpcp-prev-button.swiper-button-prev:hover i.wpcp-icon-left-open,
.slider-arrows .wpcp-next-button.swiper-button-next:hover i.wpcp-icon-right-open,
.law-tabs .wpcp-prev-button.swiper-button-prev:hover i.wpcp-icon-left-open,
.law-tabs .wpcp-next-button.swiper-button-next:hover i.wpcp-icon-right-open,
.slider-arrows-lt .wpcp-prev-button.swiper-button-prev:hover i.wpcp-icon-left-open,
.slider-arrows-lt .wpcp-next-button.swiper-button-next:hover i.wpcp-icon-right-open {
    transition: all 0.3s ease-in-out;
    border-color: var(--accent1);
}
.what-to-expect .wpcp-prev-button.swiper-button-prev:hover i.wpcp-icon-left-open:before,
.what-to-expect .wpcp-next-button.swiper-button-next:hover i.wpcp-icon-right-open:before,
.slider-arrows .wpcp-prev-button.swiper-button-prev:hover i.wpcp-icon-left-open:before,
.slider-arrows .wpcp-next-button.swiper-button-next:hover i.wpcp-icon-right-open:before,
.law-tabs .vc_tta-panels .wpcp-prev-button.swiper-button-prev:hover i.wpcp-icon-left-open:before,
.law-tabs .vc_tta-panels .wpcp-next-button.swiper-button-next:hover i.wpcp-icon-right-open:before,
.slider-arrows-lt .wpcp-prev-button.swiper-button-prev:hover i.wpcp-icon-left-open:before,
.slider-arrows-lt .wpcp-next-button.swiper-button-next:hover i.wpcp-icon-right-open:before {
    transition: all 0.3s ease-in-out;
    color: var(--accent1);
}
.bakery .wpcp-swiper-wrapper {
    margin: 0 !important;
}

@media (min-width: 1px) {
    .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
         margin: 0 !important;
    }
}

.bakery .wpb_row.tabs.law-tabs .vc_tta-panels-container {
    background: linear-gradient(to bottom, var(--dark2) 0%, var(--dark3) 100%);
    padding: 120px 0;
}
.law-tabs .vc_tta-panels-container:before {
    background: url(/wp-content/uploads/2025/11/Cap-Firm-Logo-repeated.jpeg) fixed;
    background-position: top left;
    ackground-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
}

/* TRIUMPH CAROUSEL */

section#TriumphSection {
    background: var(--accent1);
}
#TriumphSection,
.bakery .vc_section.triumph-section,
#TriumphCarousel {
    position: relative;
    padding: 0;
}
#TriumphSection:before {
    background-image: url(/wp-content/uploads/2025/12/Josh-overlay.png);
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    height: 893px;
    width: 627px;
    content: '';
    z-index: 2;
    bottom: 0;
    left: 10%;
}
.triumph-carousel .container {
    max-width: 100%;
    width: 100%;
}
.triumph-carousel-row.slick-slide {
    position: relative;
    height: 993px;
    z-index: 2;
}
.triumph-carousel-row {
    background-attachment: fixed !important;
}
.triumph-carousel-row h3,
.triumph-carousel-row h2,
.triumph-carousel-row p,
.triumph-carousel-row p i {
    color: var(--dark1);
}
body .triumph-carousel-row h3 {
    font-family: var(--MontSB) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 12px;
    font-size: 26px;
}
.triumph-carousel-row h2 {
    line-height: 72px;
    margin-top: 12px;
    font-size: 68px;
}
p.triumph-next {
    position: relative;
    z-index: 3;
}
p.triumph-next i {
    transition: all 0.3s ease-in-out;
    border: 5px solid var(--dark1);
    justify-content: center;
    border-radius: 50px;
    align-items: center;
    cursor: pointer;
    margin: 20px auto;
    display: flex;
    height: 60px;
    width: 60px;
}
p.triumph-next i:before {
    transition: all 0.3s ease-in-out;
    color: var(--dark1) !important;
    font-size: 24px;
    line-height: 1;
}

/* Slick + fluid animation */
#TriumphCarousel,
#TriumphCarousel .slick-list {
    overflow: hidden !important;
}
.slick-track {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}
.slick-slide {
    opacity: 0.85;
    transform: scale(0.98);
    filter: brightness(0.8);
    transition:
        opacity 0.8s ease-in-out,
        transform 0.8s cubic-bezier(0.77, 0, 0.175, 1),
        filter 0.8s ease;
    backface-visibility: hidden;
    will-change: transform, opacity;
}
.slick-slide.slick-active {
    opacity: 1;
    transform: scale(1) translate3d(0,0,0);
    filter: brightness(1);
}

/* Column-inner parallax for subtle depth */
.triumph-carousel-row .vc_column-inner {
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s ease-in-out;
}
.slick-slide.slick-active .vc_column-inner {
    transform: translate3d(0,0,0);
    opacity: 1;
}
.slick-slide:not(.slick-active) .vc_column-inner {
    transform: translate3d(0px,0,0);
    opacity: 0.85;
}
/* alternate direction for even slides */
.slick-slide:nth-child(even) .vc_column-inner {
    transform: translate3d(0px,0,0);
}

/* Overlay gradient with directional drift */
#TriumphCarousel::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(to right, rgba(0,0,0,0.25), transparent);
    opacity: 0;
    transform: translateX(0);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
#TriumphCarousel.slick-changing.next::before {
    transform: translateX(20px);
    opacity: 0.4;
}
#TriumphCarousel.slick-changing.prev::before {
    transform: translateX(-20px);
    opacity: 0.4;
}
/* Text animation inside active slides */
.triumph-carousel-row h3,
.triumph-carousel-row h2 {
    opacity: 0;
                transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.77,0,0.175,1);
    margin-right: 20px;
    margin-left: 20px;
}

/* When slide becomes active */
.slick-slide.slick-active h3,
.slick-slide.slick-active h2 {
    opacity: 1;
    transform: translateY(0);
}

/* Optional: slightly delay H2 for staggered effect */
.slick-slide.slick-active h2 {
    transition-delay: 0.1s;
}

/* When slide becomes inactive */
.slick-slide:not(.slick-active) h3,
.slick-slide:not(.slick-active) h2 {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 0s;
}

/* /TRIUMPH CAROUSEL */

.inline-fifty h3 {
    font-family: var(--MontSB) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 26px;

}
body .inline-fifty.dark h3,
body .inline-fifty.dark h2,
body .inline-fifty.dark p {
    color: var(--light1);
    margin-bottom: 16px;
}
body .inline-fifty a.btn-bt {
    margin-top: 18px;
}

@media (min-width: 980px) {
    .vertical-align {
        align-items: center;
        display: flex;
    }
    .vertical-align-top {
        align-items: unset !important;
        display: flex;
    }
    .vertical-align-btm {
        align-items: baseline !important;
        display: flex;
    }
}

.review-slider .slick-dots {
    padding-left: 0 !important;
}
.review-slider .slick-dots li button:before {
    color: var(--light1) !important;
    line-height: 24px;
    font-size: 24px;

}
}
.what-to-expect h2,
#Reviews h2 {
    line-height: 52px !important;
    font-size: 50px !important;
    margin-bottom: 0px !important;
}
.feat-posts h3,
.faq-row h3,
.what-to-expect h3,
#Reviews h3 {
    font-family: var(--MontSB) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 30px;
    margin-top:10px;
    font-size: 28px;
}
.faq h3 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
}
.hero-lg1 h3 {
    color: #fff;
    margin-top: 30px;
}
.hero-lg1 h4 {
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
}
.hero-lg1 p {
    color: #fff;
    font-size: 17px !important;
    line-height: 22px !important;
}
.hero-lg1 li {
    color: #fff !important;
    font-size: 17px !important;
    line-height: 22px !important;
}

body ul:not(.sub-menu) {
	margin-bottom: 5px;
}
#Reviews .container {
    column-gap: 4%;
}
.bakery .awards-row {
    padding: 20px !important;
}
.feat-posts a.btn-bt {
    margin-top: 35px;
}
.feat-posts h2 {
    margin-bottom: 28px !important;
}
body .faq-row h2,
body .faq-row h2,
body .what-to-expect h2,
body .what-to-expect h3 {
    color: var(--light1) !important;
    margin-bottom: 15px;
}
body .feat-posts h2,
body .feat-posts h3 {
    color: var(--dark1) !important;
}
.bottom-cta h3 {
    margin-bottom: 18px;
}
.bottom-cta h2 {
    margin-bottom: 18px;
    line-height: 55px;
}
 body .bottom-cta p {
    font-family: 'Schibsted Grotesk', sans-serif !important;
    font-weight: 700 !important;
    line-height: 34px;
    font-size: 21px;
}

/* gform */
.gform_heading,
span.gfield_required {
    display: none !important;
}
body .gform_wrapper.gravity-theme form .gform_fields {
    grid-row-gap: 11px;
}
body .gform_wrapper.gravity-theme form label.gfield_label {
    font-family: 'Schibsted Grotesk', sans-serif;
    color: var(--light1);
    margin-bottom: 13.5px;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
}
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
    font-family: 'Schibsted Grotesk', sans-serif;
    line-height: 25px;
    font-weight: 400;
    font-size: 20px;
    padding: 15.5px;
}

@media (min-width: 980px) {
    .bakery .fifty-fifty .vc_col-sm-6:not(.vc_col-has-fill):nth-child(1) {
        padding-right: 5%;
}
    .bakery .fifty-fifty .vc_col-sm-6:not(.vc_col-has-fill):nth-child(2) {
        padding-left: 5%;
}
.hero-lg1 {
    padding: 40px 0px;
    margin-top: 100px !important;
}
.bakery .what-to-expect {
    padding-top: 100px !important;
    padding-bottom: 100px !important;

}
.bakery .bottom-cta.form-bottom-cta {
    min-height: 500px;
    padding: 100px 0px !important;
}
}

/* background colors */

section.vc_section.gradient1 {
    background: #F8F8F8;
    background-image: linear-gradient(180deg, #E6D6C7 0%, rgba(230,214,199,0.00) 20%);
}
section.vc_section.gradient2 {
    background: #F8F8F8;
    background-image: linear-gradient(360deg, #E6D6C7 0%, rgba(230,214,199,0.00) 100%);
}
section.vc_section.gradient1.small-height {
	background: #F8F8F8;
    background-image: linear-gradient(180deg, #E6D6C7 0%, rgba(230,214,199,0.00) 80%);
}
section.vc_section.gradient3 {
    background: #F8F8F8;
    background-image: linear-gradient(180deg, #E6D6C7 0%, rgba(230, 214, 199, 0.00) 100%);
}

/* Footer */

body ul.social li {
    margin-right: 0px !important;
    display: inline;
    font-size: 28px !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
footer ul.social li a i {
    transition: all 0.3s
ease-in-out;
    font-size: 30px;
}
footer#footer {
    max-width: none;
    padding: 20px !important;
}
.copyright-text.centered p {
    text-align: center;
    margin: 0;
    font-size: 12px;
    line-height: 17px;
}
.row.copyright {
    background: var(--dark1) !important;
    border-top: solid 1px var(--accent3);
}
.copyright {
    padding: 15px 0;
}
#footer.site-footer body p {
    color: #ffffff !important;
    font-size: 14px;
    line-height: 22px;
}
.widget h2 {
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px;
    font-family: var(--MontSB) !important;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--accent3);
}
p.copyright-links {
    display: none;
}
footer#footer a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 22px;
}
footer#footer a:hover {
    color: var(--accent2) !important;
    text-decoration: none !important;
}
footer#footer p {
    color: #fff !important;
    font-size: 16px;
    line-height: 22px;
}
footer#footer body li {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 22px !important;
}
body .top-widget p a {
    color: #fff !important;
}


@media (min-width: 980px) {
    footer .widget-content.widget {
        margin-bottom: 0;
        padding: 25px;
}
}

/* Buttons */

body a.btn-bt, body button, body .top-widget p a, body .top-widget p, body span.vc_tta-title-text, body form label, body .gform_footer input[type="submit"] {
    font-family: Montserrat-Bold, sans-serif !important;
}
body #content div.vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text, body #content li.vc_tta-tab a span.vc_tta-title-text {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 800;
}
body #content .bakery a.btn-bt.alternate {
    border: solid 2px var(--accent2);
    background: var(--light1) !important;
    color: var(--dark1) !important;
}
body #content .bakery a.btn-bt.alternate:hover {
        box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.4);
        background: #ffffffA6 !important;
}
body #content .bakery a.btn-bt.default {
    transition: all 0.3s ease-in-out;
    background: var(--accent2) !important;
    color: var(--dark1)!important;
}
body #content .bakery a.btn-bt.default:hover {
    transition: all 0.3s ease-in-out;
    background: #C7A585A6 !important;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.4);
}
body #content .bakery a.btn-bt.alternate-blue {
    background: var(--dark1);
    color: #fff !important;
}
body #content .bakery a.btn-bt.alternate-blue:hover {
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.4);
    background: #08182FA6;
}
body #content .bakery .gform_footer input[type="submit"]:not(:hover):not(:active):not(.has-background) {
    transition: all 0.3s
ease-in-out;
    background-color: var(--accent2);
    color: var(--dark1);
}
body #content .bakery .gform_footer input[type="submit"]:hover {
    transition: all 0.3s ease-in-out;
    background-color: #C7A585A6;
    color: var(--dark1);
}
.header-button a.btn-bt, body #content a.btn-bt.default {
    transition: all 0.3s ease-in-out;
 background: var(--accent2);
    color: var(--dark1)!important;
}
.header-button a.btn-bt:hover {
    transition: all 0.3s ease-in-out;
 background: #C7A585A6;
    color: var(--dark1)!important;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.4);
}

/* HUB SPOT FORM */

body #content .bakery .actions {
    margin-top: 0px !important;
    margin-bottom: -10px !important;
    padding: 10px 0px !important;
}
.hs-form-d6ab3eea-eb20-4032-bc22-40679e6f2e02_0c2cdd76-4f26-4359-9aed-efaac682873b .hs-submit > .actions {
    text-align: left !important;
}

/* TESTIMONIALS */

div#wpcpro-wrapper-3008 {
    /* border: 3px solid #595959; */
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 34.575px 0px;
    border-radius: 30px;
    background-color: #fff;
}
span.swiper-pagination-bullet {
    margin-bottom: 0px !important;
}
section#Reviews {
    padding-top: 70px !important;
    padding-bottom: 80px !important;
}


@media (min-width: 980px) {
.wpb_content_element {
margin-bottom: 0px !important;
}
}

/* ACCORDIONS */
body #content li.vc_tta-tab.vc_active a, body #content li.vc_tta-tab.vc_active a:hover, body #content div.vc_tta-panel.vc_active .vc_tta-panel-heading, body #content div.vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
    background-color: var(--accent3);
}
.vc_tta-panel-body {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 25px 0px;
    margin-bottom: 20px;
    border-radius: 5px 0px 15px 15px !important
}
.vc_tta.vc_general .vc_tta-panel {
    display: block;
    margin-bottom: 15px;
}
body #content li.vc_tta-tab a, body #content div.vc_tta-panel-heading {
    background: var(--accent1);
}
.vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after, .vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon:after, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon:before {
    border-color: #000 !important;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
    border-style: solid;
    border-width: 0 3px 3px 0 !important;
}
/* GENERAL*/

body #content a {
    transition: all 0.3s
ease-in-out;
    color: #bf9774;
}
body #content a:hover {
    text-decoration: none;
}
body #content .dark1 a {
    transition: all 0.3s
ease-in-out;
    color: var(--accent2);
}
hr {
    border: solid 1px var(--accent2);
    margin-bottom: 10px;
}

/*****************************/
/*      Click to Expand      */
/*****************************/

div.hider-text {
    position: relative;
    overflow: hidden;
    height: 0px;
    z-index: 0;
}
div.hider-text:not(.expanded):after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--light1) 100%);
    position: absolute;
    height: 0px;
    width: 100%;
    content: '';
    z-index: 1;
    bottom: 0;
    left: 0;
}
div.hider-text p {
    margin-bottom: 20px;
}
p.hider-toggle {
    transition: all 0.3s ease-in-out;
    justify-content: center;
    color: var(--light1);
    position: relative;
    line-height: 22px;
    margin-top: 10px;
    font-size: 19px;
    cursor: pointer;
    display: flex;
    font-weight: 600;
}
p.hider-toggle:hover {
    color: var(--light1);
}
p.hider-toggle:after {
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--light1);
    justify-content: center;
    font-family: fontello;
    border-radius: 50px;
    align-items: center;
    position: relative;
    line-height: 20px;
    font-weight: 600;
    margin-left: 10px;
    content: '\f107';
    font-size: 18px;
    color: inherit;
    display: flex;
    height: 20px;
    width: 20px;
}
p.hider-toggle.open:after {
    padding-bottom: 4px;
    padding-right: 1px;
    content: '\f106';
}
p.hider-toggle:hover:after {
    border-color: var(--light1);
}

/*****************************/
/*    END Click to Expand    */
/*****************************/

/* GRID C */
.wpb_text_column.wpb_content_element.expand-bottom.accent3 {
    background-color: var(--accent3);
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
}
.expandable-grid h4 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: var(--MontSB) !important;
    margin-bottom: 8px;
    font-weight: 800 !important;
}
.bakery .wpb_row .expand-grid {
    border-radius: 20px;
}
img.img-round {
     border-radius: 20px;
     margin: 0px;
     padding: 0px;
}
.vertical-align-btm.expand-grid.wpb_column.vc_column_container.vc_col-sm-3.vc_col-has-fill {
    margin-bottom: 10px !important;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 20px;
    overflow: hidden;
}

/* GRID C-1*/
.wpb_text_column.wpb_content_element.expand-bottom-C1.accent3 {
    background-color: var(--accent3);
    padding: 20px;
    border-radius: 20px;
    margin-right: 10px;
    margin-left: 10px;
    min-height: 130px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 0px;
}
.expandable-grid-C1 h4 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: var(--MontSB) !important;
    margin-bottom: 8px;
    font-weight: 800 !important;
}
.bakery .wpb_row .expandable-grid-C1 {
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.vertical-align-btm.expand-grid.wpb_column.vc_column_container.vc_col-sm-3.vc_col-has-fill {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
    overflow: hidden;
}
@media (min-width: 980px) {
    .bakery .vc_col-sm-6:not(.vc_col-has-fill):nth-child(1) {
        padding-right: 0 !important;
}
}
/* MEGAMENU */

@media (min-width: 980px) {
/* 	li.mega-menu > ul.sub-menu {
		display: flex !important;
	} */
    .navigation-top,
    .nav-and-button,
    #site-navigation,
    .primary-menu-container,
    #top-menu,
    #top-menu li.mega-menu {
        position: unset !important
    }
    #top-menu li.mega-menu:hover > ul.sub-menu {
        display: flex;
    }
    #top-menu li.mega-menu > ul.sub-menu {
        justify-content: space-evenly;
        background: var(--light3);
        align-items: start;
        padding: 28px 2%;
		column-gap: 50px;
/*         flex-wrap: wrap; */
        width: 100%;
        top: 100px;
    }
    body:not(.admin-bar) #top-menu li.mega-menu > ul.sub-menu {
        top: 110px;
    }
    li.mega-heading:not(.extend) {
        width: 25% !important;
    }
    li.mega-heading ul.sub-menu {
        background: transparent;
        display: block;
        color: #fff;
    }
/*     body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading:first-child > a,
    body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading:last-child > a, */
    body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading > a {
        padding-bottom: 16px !important;
        line-height: 28px !important;
        padding-top: 0px !important;
        font-size: 22px !important;
    }
    li.mega-heading > a {
        border-bottom: 3px solid var(--accent1);
        color: #fff !important;
        width: 100% !important;
        margin-top: 20px;
        text-transform: uppercase;

    }
    li.mega-heading > a:hover {
        border-bottom: 3px solid var(--accent1);
        color: var(--accent1) !important;
    }
/*     .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading ul li:first-child a {
        padding-top: 16px !important;
    } */
/*     .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading:first-child a,
    .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading:last-child > a, */
    .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading a {
        padding-right: 0 !important;
        padding-top: 6px !important;
        padding-left: 0 !important;
    }
    .top-header.left-right-header nav.hide-small-desktop li.mega-menu ul.sub-menu li.mega-heading ul li:not(.extend) a {
        width: fit-content !important;
    }
    li.mega-heading.fake-sub-menu ul.sub-menu {
        width: 100% !important;
        margin-top: 40px;
    }
    li.mega-heading ul.sub-menu {
        width: 100% !important;
    }
    li.mega-heading ul.sub-menu li:not(.extend),
    li.mega-heading ul.sub-menu li:not(.extend) a {
        font-family: var(--MontMed) !important;
        text-transform: none !important;
        font-size: 15px !important;
        line-height: 15px !important;
    }
    nav ul ul ul ul li {
        padding-left: 10px !important;
	}
	.top-header.left-right-header nav.hide-small-desktop li.mega-menu ul.sub-menu li a {
		padding: 3px 0 !important;	
	}
	body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading > a {
        margin-bottom: 12px;
		padding-bottom: 12px !important;
	}
	nav#site-navigation.hide-small-desktop li.mega-menu ul.sub-menu li.menu-item-has-children > a::after {
		display: none;
	}
}

@media (max-width: 1440px) and (min-width: 980px) {
    #top-menu li.mega-menu > ul.sub-menu {
        min-width: unset !important;
        padding: 30px 2%;
    }
    li.mega-heading:not(.extend) {
        width: 24% !important;
    }
    body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading:first-child > a,
    body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading:last-child > a,
    body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading > a {
        line-height: 26px !important;
        font-size: 20px !important;
    }
}

@media (max-width: 1340px) and (min-width: 980px) {
    body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading:first-child > a,
    body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading:last-child > a,
    body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading > a {
        line-height: 24px !important;
        font-size: 18px !important;
    }
}

@media (max-width: 1200px) and (min-width: 980px) {
    body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading:first-child > a,
    body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading:last-child > a,
    body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading > a {
        line-height: 22px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 1080px) and (min-width: 980px) {
    body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading:first-child > a,
    body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading:last-child > a,
    body .top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading > a {
        line-height: 20px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 979px) {
    ul#top-menu {
        position: relative;
        z-index: 8;
    }
    nav ul#top-menu li a {
        text-transform: none !important;
    }
    nav ul ul {
        background: var(--dark1) !important;
        padding: 10px 24px !important;
        border-radius: 20px;
        margin-top: 12px;
    }
    nav ul ul ul {
        background: var(--accent3) !important;
    }
    nav ul ul ul li {
        padding: 4px 0 !important;
    }
    nav ul ul ul li a {
        font-size: 16px !important;
    }
     nav ul ul ul ul li {
        padding: 14px 0 !important;
    }
    }

@media (min-width: 980px) {
    ul#top-menu li.mega-menu ul.sub-menu li.mega-heading ul.sub-menu, ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu
 {
        background: transparent;
        display: block;
        position: relative;
        left: 0;
    }
}

/*CAROUSELS*/

.wpcpro-wrapper .wpcp-carousel-section.wpcp-content-carousel .wpcp-single-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#wpcpro-wrapper-7744 .wpcp-single-item,
#wpcpro-wrapper-7452 .wpcp-single-item,
#wpcpro-wrapper-7469 .wpcp-single-item,
#wpcpro-wrapper-7156 .wpcp-single-item,
#wpcpro-wrapper-7563 .wpcp-single-item,
#wpcpro-wrapper-7573 .wpcp-single-item,
#wpcpro-wrapper-7583 .wpcp-single-item,
#wpcpro-wrapper-7594 .wpcp-single-item  {
    border-radius: 45px 45px 20px 20px !important;
}
.wpb_text_column.wpb_content_element.mb0.carousel-wrapper {
    margin: 50px;
}
#wpcpro-wrapper-2683 #sp-wp-carousel-pro-id-2683.wpcp-carousel-section.sp-wpcp-2683 .wpcp-single-item,
#wpcpro-wrapper-3391 #sp-wp-carousel-pro-id-3391.wpcp-carousel-section.sp-wpcp-3391 .wpcp-single-item,
#wpcpro-wrapper-7524 #sp-wp-carousel-pro-id-7524.wpcp-carousel-section.sp-wpcp-7524 .wpcp-single-item,
#wpcpro-wrapper-7529 #sp-wp-carousel-pro-id-7529.wpcp-carousel-section.sp-wpcp-7529 .wpcp-single-item  {
    border-radius: 20px !important;
}
#wpcpro-wrapper-2683 #sp-wp-carousel-pro-id-2683.sp-wpcp-2683 .wpcp-all-captions .wpcp-image-caption a,
#wpcpro-wrapper-2683 #sp-wp-carousel-pro-id-2683.sp-wpcp-2683 .wpcp-all-captions .wpcp-image-caption,
#wpcpro-wrapper-7524 #sp-wp-carousel-pro-id-7524.sp-wpcp-7524 .wpcp-all-captions .wpcp-image-caption a,
#wpcpro-wrapper-7524 #sp-wp-carousel-pro-id-7524.sp-wpcp-7524 .wpcp-all-captions .wpcp-image-caption,
#wpcpro-wrapper-7529 #sp-wp-carousel-pro-id-7529.sp-wpcp-7529 .wpcp-all-captions .wpcp-image-caption a,
#wpcpro-wrapper-7529 #sp-wp-carousel-pro-id-7529.sp-wpcp-7529 .wpcp-all-captions .wpcp-image-caption {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-top: 20px !important;
    font-family: var(--MontSB) !important;
    text-transform: uppercase !important;
}

/* home accordion */
.vc_custom_1764882003933 {
    background-image: url(https://capfirm.vmgagencysites.com/wp-content/uploads/2025/12/CAP_Candid_WHY-SHOULD-YOU-TRUST-THE-CAPITAL-LAW-FIRM_.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 400px;
    margin-top: -20px;
    margin-left: -20px;
    margin-bottom: -15px;
}
/* ===========================
   BLOG TEMPLATE - 3 COLUMN
   Full Width, No Sidebar, Responsive, Buttons for Pagination
=========================== */

/* Wrap and primary container */
body#blog-page .blog .wrap {
    max-width: 97% !important; /* or 96% if you prefer */
    width: 100% !important;
    margin: 20px auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

/* Primary container full width */
body#blog-page #primary {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    flex: 1 1 100% !important;
}

/* Hide leftover sidebar */
body#blog-page #secondary {
    display: none !important;
}

/* Blog post articles */
body#blog-page #primary article {
    width: 32%;
    margin-bottom: 1.5em;
    padding-bottom: 0;
    box-sizing: border-box;
}

/* Responsive columns */
/* Tablets: 2 columns */
@media (min-width: 769px) and (max-width: 979px) {
    body#blog-page #primary article {
        width: 48%;
    }
}

/* Mobile: 1 column */
@media (max-width: 768px) {
    body#blog-page #primary article {
        width: 100%;
    }
}

/* Post image & text spacing */
#primary .post-image-wrap {
    margin-bottom: 20px;
}
#primary .post-image-and-text {
    margin-bottom: 14px;
}
#primary .post-text-wrap h2.archive-post-title {
    margin-bottom: 16px;
    line-height: 1.3;
    font-size: 20px;
}
#primary .post-text-wrap h2.archive-post-title a {
    text-decoration: none;
}

/* Featured images responsive */
body#blog-page .post-thumbnail img,
body#blog-page .post-image-wrap img {
    width: 100%;
    height: auto;
}

/* Hover effects for images */
.post-image-wrap a.archive-post-image-link {
    transition: all 0.3s ease-in-out;
    background-blend-mode: overlay;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 250px;
    width: 100%;
}
.post-image-wrap a.archive-post-image-link:hover {
    background-color: var(--accent2_40);
    transition: all 0.3s ease-in-out;
}

/* Blog content container padding */
.single #content,
.blog #content {
    padding: 0;
    margin: 0;
}

/* Blog post header spacing */
h1.single-blog-h1 {
    margin-bottom: 0;
}
p.archive-date {
    margin-bottom: 10px !important;
    font-family: var(--MontB);
    text-transform: uppercase;
    color: var(--dark1);
    font-size: 14px;
    line-height: 1;
}
div.single-blog-image {
    margin-bottom: 18px;
}
a.btn-bt.alternate.archive-btn {
    color: var(--dark1) !important;
}

/* Optional float for articles on large screens */
@media (min-width: 980px) {
    body#blog-page .site-main > article {
        float: left;
    }
}

/* ===========================
   Pagination as Buttons
=========================== */

body#blog-page div#pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    width: 100%;
}

/* Next/Previous links as buttons */
body#blog-page #pagination .left-pag a,
body#blog-page #pagination .right-pag a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 30px;
    background-color: var(--dark1);
    color: var(--light1);
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: Montserrat-Bold, sans-serif !important;
    font-size: 21px;
    min-width: 200px;
    letter-spacing: 1px;
}

/* Hover effect for buttons */
body#blog-page #pagination .left-pag a:hover,
body#blog-page #pagination .right-pag a:hover {
    background-color: var(--accent3);
    color: #fff;
}

/* Arrow icons spacing inside buttons */
body#blog-page #pagination .left-pag a i,
body#blog-page #pagination .right-pag a i {
    margin: 0 5px;
    font-size: 20px;
}

/* ===========================
   Optional - Maintain article spacing for desktop
=========================== */
body#blog-page #primary article {
    margin-bottom: 1.5em;
    padding-bottom: 0;
}

/* ===========================
   SINGLE BLOG PAGE - FULL WIDTH, NO SIDEBAR
=========================== */
/* Remove the -100px margin ONLY on single blog posts */
@media (min-width: 980px) {
    body.single-post header.site-header {
        margin-top: 0 !important;
}
}

/* Wrap and primary container full width */
body.single #content .wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

/* Primary container full width */
body.single #primary {
    width: 100% !important;
    flex: 1 1 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

/* Hide sidebar completely */
body.single #secondary {
    display: none !important;
}

/* Blog-beef container */
body.single .blog-beef {
    padding: 40px 0;
    width: 100%;
}
body.single .blog-beef .container,
body.single .single-pagination .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

/* Single post content */
body.single .single-post-content-wrap {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.single .single-post-content-wrap h2 {
    margin-bottom: 18px;
}
body.single .single-post-content-wrap h3 {
    margin-bottom: 16px;
}
body.single .single-post-content-wrap a.btn-bt {
    margin-top: 16px;
}
body.single .single-post-content-wrap p {
    margin-bottom: 16px;
}
body.single .single-post-content-wrap img {
    margin-bottom: 2em;
    margin-top: 2em;
}

/* Single post featured image */
body.single .single-post-feat-img-wrap img {
    width: 100%;
    height: auto;
}

/* Single post intro section */
.single-intro {
    background: var(--accent3);
    padding: 70px 0 70px 0;
    width: 100%;
    margin-top: 100px;
}
.single-intro .container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 93%;
    max-width: unset;
    margin: 0 auto;
}
@media (min-width: 980px) {
    .single-intro .container > div {
        margin-bottom: 0;
        width: 50%;
    }
    .single-intro .container > div:nth-child(1) {
        padding-right: 2.5%;
    }
    .single-intro .container > div:nth-child(2) {
        padding-left: 2.5%;
        padding-top: 24px;
    }
    h1.single-post-title,
    div.single-post-meta-wrap {
        padding-left: 24px;
        margin-top: 32px;
    }
}
@media (max-width: 979px) {
    .single-intro .container {
        flex-direction: column-reverse;
    }
    .single-intro .container > div {
        width: 100%;
    }
}

/* Single post title */
body.single h1.single-post-title {
    line-height: 1.2;
    font-size: 3.5vw;
}

/* ===========================
   SINGLE POST PAGINATION BUTTONS
=========================== */

/* Container */
body.single .single-pagination {
    width: 100%;
    margin-top: 35px;
}
body.single .single-pagination .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Previous / Next buttons */
body.single .single-pagination .nav-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 30px;
    background-color: var(--dark1);
    color: var(--light1) !important;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: Montserrat-Bold, sans-serif !important;
    font-size: 21px;
    min-width: 200px;
    letter-spacing: 1px;
}

body.single .single-pagination .nav-links a:hover {
    background-color: var(--accent3);
    color: #fff;
}

/* Optional: icon spacing inside buttons */
body.single .single-pagination .nav-links a i {
    margin: 0 5px;
    font-size: 20px;
}
.single nav.navigation.post-navigation {
    background: transparent !important;
}

/* ================
   Recent Posts Row Layout
   ================ */

.most-recent-posts {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 30px;
    margin: 40px 0;
}

.mrp-item {
    width: 33%;
    display: flex;
    flex-direction: column;
    text-align: left;
    border-radius: 20px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.24);
}

/* Featured image */
.mrp-thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    margin-bottom: 15px;
}

/* Date */
.mrp-date {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--dark2);
    letter-spacing: 1px;
    margin: 15px 20px 0px 20px;
    font-weight: 600;
    text-align: left;

}

/* Title */
.mrp-title {
    font-size: 26px;
    margin: 0px 20px 0px 20px;
    line-height: 1;
    color: var(--dark1) !important;
}
.mrp-title a {
    color: var(--dark1) !important;
    text-decoration: none;
}
.mrp-title a:hover {
    color: var(--accent2) !important;
    text-decoration: underline;
}
/* Read More Button Styling */
.mrp-item h4.link-circle2 a {
    display: inline-block;
    padding: 15px 0px 20px 20px;
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: 1px;
    color: var(--accent2) !important;
    text-decoration: none;
    transition: 0.3s ease;
    text-align: left;
}

.mrp-item h4.link-circle2 a:hover {
    color: var(--dark2) !important;
    text-decoration: underline;
}
h4.link-circle2 {
    transition: all 0.3s ease-in-out;
    justify-content: unset;
    color: var(--accent2);
    position: relative;
    line-height: 1px;
    margin-top: 12px;
    margin-bottom: 10px !important;
    font-size: 19px;
    cursor: pointer;
    display: flex;
    padding: 2px;
    font-weight: 600;
    font-family: var(--Mont) !important;
}
h4.link-circle2:after {
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--accent2);
    justify-content: center;
    font-family: fontello;
    border-radius: 50px;
    align-items: center;
    position: relative;
    margin-left: 10px;
    content: '\f178';
    font-size: 14px;
    color: inherit;
    display: flex;
    height: 22px;
    width: 22px;
    padding: 2px;
    transform: rotate(-45deg);
}

/* Responsive */
@media (max-width: 900px) {
    .most-recent-posts {
        flex-wrap: wrap;
    }

    .mrp-item {
        width: 100%;
    }
}


/* TEAM COLUMNS */

.team-column.wpb_column.vc_column_container {
    border-radius: 20px !important;
    overflow: hidden;
    margin: 10px !important;
}
.wpb_text_column.wpb_content_element.team-txt {
    background-color: var(--accent3);
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -20px;
}
.wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}
.team-column H3 {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-bottom: 5px;
    color: var(--light1);
    text-align: center;
    font-weight: 600;
    font-family: var(--MontSB) !important;

}
.team-column p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--MontSB) !important;
    font-size: 16px;
    line-height: 22px;
}
.team-row {
    margin: 0px !important;
    padding: 0px !important;

}
.team-column.wpb_column.vc_column_container.vc_col-sm-6 {
    padding: 0px !important;
}
.wpb_content_element.team-txt {
    margin-bottom: !important;
}
h4.link-circle:after {
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--light1);
    justify-content: center;
    font-family: fontello;
    border-radius: 50px;
    align-items: center;
    position: relative;
    margin-left: 10px;
    content: '\f178'; /* right-arrow icon */
    font-size: 14px;          /* ↓ slightly smaller so it fits better */
    color: inherit;
    display: flex;
    height: 22px;             /* ↑ increase circle size */
    width: 22px;
    padding: 2px;             /* ↑ add inner padding for breathing room */
    transform: rotate(-45deg); /* top-right */
}

h4.link-circle {
    transition: all 0.3s ease-in-out;
    justify-content: center;
    color: var(--light1);
    position: relative;
    line-height: 22px;
    margin-top: 5px;
    font-size: 19px;
    cursor: pointer;
    display: flex;
    padding: 2px;
    font-weight: 600;
    font-family: var(--Mont) !important;
}
h4.link-circle a {
    color: #fff !important;
    text-decoration: none;
}
h4.link-circle a:hover {
   text-decoration: underline !important;
}

/* HUB SPOT FORM */

.actions {
    margin-top: 0px !important;
    margin-bottom: -10px !important;
    padding: 10px 0px !important;
}
.hs-form-d6ab3eea-eb20-4032-bc22-40679e6f2e02_0c2cdd76-4f26-4359-9aed-efaac682873b .hs-submit > .actions {
    text-align: left !important;
}

/* RESPONSIVE */

@media (max-width: 480px) {
.top-widget {
    height: 40px;
    display: none !important;
}
div.widget ul li, div.widget ol li {
    border-bottom: none;
    border-top: none;
    text-align: center;
}
body li {
    text-align: left;
}
@media (max-width: 979px) {
    .left-right-header .header-button .btn-default {
        top: 0px;
        min-width: 120px;
        padding: 10px 6px !important;
        font-size: 14px;
        margin: 2px 0px;
}

@media (max-width: 1280px) {
    body:not(.home) h1 {
       line-height: 52px;
       font-size: 40px;
    }
}

@media (max-width: 1100px) {
    header .left-right-header nav ul#top-menu li {
        padding: 10px 7px;
    }
    ul#left-menu li a,
    ul#right-menu li a,
    nav ul#top-menu li a {
        font-size: 17px;
    }
}

@media (max-width: 979px) {
    body button#primary-mobile-menu svg {
        transition: all 0.3s ease-in-out;
        stroke-width: 0.75px !important;
        stroke-linejoin: miter;
        stroke: var(--light1);
        height: 48px;
        width: auto;
    }
    span.dropdown-icon svg:hover, span.dropdown-icon.close svg {
        transition: all 0.3s ease-in-out;
        stroke: var(--accent2) !important;
        color: var(--accent2);
    }
    body .main-navigation.display-small-desktop ul,
    body .js .top-header .main-navigation > div > ul,
    body header .left-right-mobile-nav > div > ul {
        background-color: var(--dark1);
    }
    body .remove-padding-mobile {
        padding: 0 !important;
    }
    .bakery .wpb_row.home-banner {
        padding: 40px 0;
        height: 520px;
    }
    .home-banner img {
        max-width: 200px;
        height: auto;
    }
    body .home-banner h1 {
        line-height: 52px;
        max-width: 450px;
        font-size: 40px;
        margin: 0 auto;
    }
    body .bottom-cta h2 {
        line-height: 52px;
        max-width: 450px;
        font-size: 40px;
        margin: 0 auto;
    }
    .featured-posts .feat-post {
        margin-bottom: 28px;
    }
    footer .widget-content.widget {
        text-align: center;
    }
    footer .widget-content.widget h2 {
        margin-right: auto;
        margin-left: auto;
    }
    footer#footer .span3:not(:last-child) .widget {
        margin-bottom: 35px;
    }
    footer#footer .span3:last-child .widget {
        margin-bottom: 0;
    }
    .row.copyright {
        padding: 24px 0;
    }
    .row.copyright .copyright-content.span6.right {
        margin-top: 18px;
    }
    .bakery .promo-row .wpb_column {
        height: 400px;
    }
    body:not(.home) .default-header {
        padding-top: 0;
        height: 176px;
    }
    body:not(.home) .default-header h1 {
        text-align: center;
    }
    body:not(.home) h1 {
        line-height: 42px;
        font-size: 32px;
    }
    body#blog-page div.default-header {
        padding-bottom: 0;
        height: 389px;
    }
    body.single .single-intro {
        padding: 40px 0 28px 0;
        margin-top: 0px;
    }
    body.single .single-post-feat-img-wrap {
        margin-bottom: 35px;
    }
    body.single .single-post-title-wrap {
        margin-bottom: 0px;
    }
    h1.single-post-title {
        margin: 24px 0;
    }
    body .wpb_row.subpage-banner.large {
        padding-bottom: 0px;
        padding-top: 0px;
        height: 389px;
    }
    body.search .top-cta h4 {
        display: none;
    }

    a.shift-icon span.shift-icon-text {
    line-height: 18px;
    font-size: 15px;
    width: 150px;
    left: 40px;
    text-align: left;
}


.cta-row h2 {
    color: var(--light1);
    margin-bottom: 0px !important;
    font-size: 35px;
    text-align: center;
    line-height: 38px;
}
.vc_row.wpb_row.hero-lg1.default-hero {
    height: 250px;
    margin-top: 0px !important;
}
.bakery div.vc_column-inner .wpb_wrapper p:last-child {
    margin-bottom: 0;
    margin-bottom: 20px !important;
}

@media (max-width: 768px) {
    #content .bakery .other-services .vc_inner .vc_col-sm-3 .wpb_text_column,
    #content .bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
        height: 535px;
    }
    body .wpb_row.subpage-banner.large {
        height: 304px;
    }
    body #content h3 {
        line-height: 32px;
        font-size: 22px;
    }
    body #content .fifty-fifty h3 {
        margin-bottom: 12px;
    }
    body .blurb-row hr.line {
        margin: 24px auto;
        max-width: 500px;
    }
    .bakery .blurb-row.wpb_row {
        padding: 40px 0 !important;
    }
    #content .promo-row .wpb_column {
        height: 313px;
    }
    body#blog-page div.default-header {
        height: 304px;
    }
    body.single h1.single-post-title {
        line-height: 1.4;
        font-size: 32px;
    }
    body .bakery .bottom-cta.no-form {
        height: 360px;

}
.bakery .wpb_row .expandable-grid-C1 {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

@media (max-width: 480px) {
    .bottom-cta.no-form {
        height: auto !important;
    }
    #content .bakery .other-services .vc_inner .vc_col-sm-3 .wpb_text_column,
    #content .bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
        height: 330px !important;
    }
    body .wpb_row.subpage-banner.large {
        height: 188px;
    }
    body#blog-page div.default-header {
        height: 188px;
    }
    body:not(.home) h1 {
        line-height: 42px;
        font-size: 38px;
    }
    body:not(.home) .default-header {
        height: 200px;
    }
    header .top-header {
        height: 80px;
    }
    header .top-header .logo .site-branding a img {
        height: auto;
        width: 135px;
        margin: 0px 5px 0px 0px;
    }
    .bakery .wpb_row.home-banner {
        padding: 40px 0;
        height: 361px;
    }
    .post-read-more-wrap {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .home-banner img {
        max-width: 140px;
        height: auto;
    }
    body .home-banner h1 {
        line-height: 42px;
        max-width: 300px;
        font-size: 30px;
    }
    body#blog-page div#pagination {
        justify-content: center;
        margin-top: 24px;
    }
    .cta-row h2 {
        margin-bottom: 0px;
    }
    .bottom-cta h3 {
    margin-bottom: 18px;
    margin-top: 250px;
    text-align: center;
}
.bottom-cta h2 {
    font-size: 35px !important;
    text-align: center !important;
}
body .bottom-cta p {
    font-family: 'Schibsted Grotesk', sans-serif !important;
    font-weight: 500 !important;
    line-height: aauto;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px !important;
}
ul.social.top-widget-socials {
        padding: 0px;
        margin: 0px;
        text-align: center;
}
p.footer-email, p.footer-phone, p.footer-address {
    margin-bottom: 10px;
    display: block !important;
}
.vc_custom_1764882003933 {
    height: 280px;
    margin-top: -20px;
    margin-left: -20px;
    margin-bottom: -0px;
    margin-right: -31px !important;
    width: 360px !important;
    padding: 0px;
}
body #content .bakery .promo-row .wpb_column {
        height: 100px;
}
    .promo-row .wpb_column .vc_column-inner {
        padding-top: 0;
    }
    .promo-row h2 {
        margin-bottom: 0px;
        line-height: 32px;
        font-size: 24px;
    }
    body .fifty-fifty.image-right:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(1),
    body .fifty-fifty.image-left:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(2) {
        padding: 32px 5%;
    }
    body #content .wpb_row a.btn-bt {
        margin: 24px auto 0 auto !important;
        display: block !important;
        max-width: 360px;
        width: 100%;
    }
    .bakery .wpb_row.featured-posts-row,
    .bakery .wpb_row.testimonials-row {
        padding: 40px 0 !important;
    }
    .testimonials-row hr.line {
        margin: 24px auto;
        max-width: 225px;
        height: auto;
        text-align: center
    }
    body #content h3 {
        line-height: 28px;
        font-size: 20px;
    }
    body.single h1.single-post-title {
        line-height: 1.5;
        font-size: 24px;
    }
    body.single .nav-links {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    body.single .navigation .nav-links > * {
        margin: 8px 0;
    }
    body .bottom-cta h2 {
        line-height: 42px;
        font-size: 30px;
        text-align: center;
    }
    body h2 {
        line-height: 35px;
        font-size: 32px;
        text-align: center !important;
}
    body, body p, body span, a.btn-bt, form label, .gform_footer input[type="submit"], button, span.vc_tta-title-text {
    text-align: center;
}
a.shift-icon.scale {
    margin-bottom: 20px !important;
}
.team-column.wpb_column.vc_column_container {
    border-radius: 20px !important;
    overflow: hidden;
    margin: 15px 0px 0px 0px!important;
}
.triumph-carousel-row h2 {
    line-height: 43px;
    font-size: 40px;
}
#TriumphSection:before {
    position: absolute;
    height: 425px;
    width: 340px;
    content: '';
    z-index: 1;
    bottom: 0;
    left: 1%;
}
.triumph-carousel-row.slick-slide {
    position: relative;
    height: 770px;
    z-index: 2;
}
.bakery .wpb_row .expandable-grid-C1 {
    border-radius: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}

@media (max-width: 360px) {
    body#blog-page div.default-header {
        height: 139px;
    }
    body #content .bakery .wpb_row.promo-row .wpb_column {
        height: 17768
        0px;
    }
    body .wpb_row.subpage-banner.large {
        height: 160px;
    }
    body #content .bakery .other-services .vc_inner .vc_col-sm-3 .wpb_text_column,
    body #content .bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
        height: 245px !important;
    }
}

/* END Responsive
