h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px;
}
h1,
h1.entry-title,
h1.archive-title,
h1.author-box-title {
    font-size: 60px;
    font-size: 6rem;
}
h2,
h2.entry-title {
    font-size: 42px;
    font-size: 4.2rem;
}
h3 {
    font-size: 36px;
    font-size: 3.6rem;
}
h4 {
    font-size: 20px;
    font-size: 2rem;
}

/* --------- COMUNES --------- */
.site-inner, .wrap {
    max-width: 1200px;
}

/* --------- GENERAL --------- */
body { 
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    color: var(--wp--preset--color--color-2);
    font-weight: 400;
    font-style: normal;
}
.site-container {
    padding-top: 0;
}

/* --------- MOBILE --------- */
.mobile-header {
    display: none;
}

/* --------- HEADER --------- */
.site-header {
    display: block;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
}
.site-header .wp-block-group__inner-container {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.site-header .title-area {
    order: 2;
    flex-grow: 1;
}
.site-header .sidebar-header-left {
    order: 1;
}
.site-header .header-widget-area {
    order: 3;
    text-align: right;
}
.site-header .wp-block-columns {
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap !important;
}
.site-header .wp-block-column {
    margin-bottom: 0 !important;
}
.site-logo {
    margin: auto;
}

.site-header.sticky {
    position: fixed;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 10;
    top: 0;
    background-color: #fff;
}

@media only screen and (max-width: 600px) {
    .site-logo img {
        max-width: 80px;
    }
    .site-header {
        background: rgba(255, 255, 255, .9);
    }
    .site-header > .wrap {
        padding: 8px 5%;
    }
}
@media only screen and (min-width: 1025px) {
    .site-header .title-area {
        padding-right: 0;
    }
    .site-header.sticky > .wrap {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .site-header.sticky .header-left-button .wp-block-button__link {
        border-color: #000 !important;
    }
    .site-header.sticky .header-left-button .uagb-button__link {
        color: #000 !important;
    }
    .site-header.sticky .header-left-button .uagb-button__link:hover {
        color: #fff !important;
    }
    .site-header.sticky .header-left-button .uagb-button__icon svg {
        fill: #000 !important;
    }
    .site-header.sticky .site-logo img {
        width: 100px;
    }
}

/* --------- HOME --------- */
.above-hero-home {
    height: 100vh;
    min-height: 700px;
}
.above-hero-home .wp-block-cover__inner-container {
    display: flex;
    flex-direction: column;
}
.above-hero-home p.has-background {
    padding: 10px;
    margin: 0 auto 30px;
    font-size: 30px !important;
    line-height: 1.2;
    font-weight: 600;
}
.above-hero-home h1 {
    font-size: 36px;
    font-weight: 800;
    text-shadow: 0 3px 5px rgba(0,0,0,.4);
}


@media only screen and (min-width: 1025px) {
    .above-hero-home h1 {
        font-size: 60px;
    }
}

.swiper-wrapper {
    box-sizing: border-box !important;
}
.swiper-logos {
    overflow: hidden;
    max-width: 500px;
    margin: auto;
}
@media only screen and (max-width: 600px) {
    .swiper-logos .swiper-slide {
        width: 100% !important;
    }
}
.swiper-slide {
    text-align: center;
}

.swiper-services {
    overflow: hidden;
}
.swiper-services .swiper-slide {
    border: solid 2px #000;
    border-radius: 20px;
    padding: 40px 20px;
}
.swiper-services h3 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 26px;
}

.heading-3-custom {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
}

.section-benefits h2 mark {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}
.section-benefits h3 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.section-benefits-boxes .wp-block-columns {
    gap: 30px;
}
.section-benefits-boxes .wp-block-column {
    border-radius: 5px;
    padding: 15px;
}

.swiper-testimonials .swiper-slide {
    padding: 30px;
    border: solid 1px #000;
    background-color: #fff;
    height: auto;
    font-size: 16px;
}
.swiper-testimonials .swiper-slide img {
    display: block;
    margin: 0 auto 20px;
}
.swiper-testimonials .testimonial-author {
    color: #0d5c5e;
    font-weight: 700;
    font-size: 24px;
    display: block;
    margin: 15px auto 0;
}

.financing-logos .slick-slide img {
    max-width: 200px;
    margin: auto;
}

.section-about .wp-block-group__inner-container {
    max-width: 1600px !important;
    padding: 0 !important;
}
.section-about h2 mark {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}
.section-about .wp-block-media-text__content {
    max-width: 750px;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 600px) {
    .section-about .wp-block-media-text__content  {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.footer-hours span {
    color: var(--wp--preset--color--color-1);
}

.footer-widgets-lp .wp-block-group__inner-container {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.footer-widgets-lp p {
    margin-bottom: 10px;
}
.site-footer-lp {
    border-top: solid 1px #616161;;
}
.site-footer-lp .wp-block-group__inner-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.site-footer-lp p {
    margin-bottom: 0;
}

.footer-widgets-lp .wp-block-columns > .wp-block-column:last-child {
    text-align: center;
}
@media only screen and (max-width: 781px) {
    .footer-widgets-lp .wp-block-columns > .wp-block-column:first-child img {
        margin: auto;
        display: block;
    }
    .columns-responsive {
        gap: 0;
    }
}
@media only screen and (min-width: 782px) {
    .footer-widgets-lp .wp-block-columns > .wp-block-column:last-child  {
        text-align: right;
    }
}

.site-inner {
    padding-bottom: 0;
}
.entry {
    margin-bottom: 0;
}
footer.site-footer {
    display: none;
}
.post-edit-link {
    display: none;
}


/* --------- FORM --------- */
.container-form {
	padding: 20px;
	border: solid 1px var(--wp--preset--color--color-6);
	border-radius: 5px;
}
.container-form .gform_wrapper .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not(textarea), 
.container-form .gform_wrapper .gform_fields .gfield select, 
.container-form .gform_wrapper .gform_fields .gfield textarea {
	/* padding: 10px 15px !important; */
	font-size: 15px;
	line-height: 1;
	min-height: 30px;
}
.container-form .gform_fields {
	grid-row-gap: 10px !important;
}
.container-form-title {
	margin-bottom: 10px;
}

@media only screen and (max-width: 781px) {
    .service-mb {   
        flex-direction: column-reverse;
        margin-top: 50px;
    }
}

.bg-gradient {
    background: linear-gradient(90deg, #0a0a0a 30%, #0f5a6e 100%);
    color: #fff;
}
.section-banner .wp-block-group__inner-container {
    max-width: 100% !important;
    padding: 0 !important;
}


/* ========================================
   GrowthFlow360 - Front Page Genesis Overrides
   Makes LP sections full-width inside Genesis wrappers
   ======================================== */
.home .site-inner {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.home .content-sidebar-wrap {
  max-width: 100%;
}
.home .content {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.home .entry {
  margin: 0;
  padding: 0;
  border: none;
}
.home .entry-content {
  padding: 0;
}
.home .site-container {
  padding-top: 0;
}

