/*!
Theme Name: gloandglam
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gloandglam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gloandglam is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* =========================================
   SCULPTRA COMPARISON TABLE
========================================= */

.service-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 25px 0 30px;
}

.service-comparison-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.service-comparison-table th {
    background: #d2aa42;
    color: #111;
    text-align: left;
    padding: 16px 20px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.service-comparison-table td {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

.service-comparison-table tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.service-comparison-table tbody tr:nth-child(odd) {
    background: #fff;
}


/* Mobile */
@media (max-width: 767px) {

    .service-comparison-table {
        min-width: 600px;
    }

    .service-comparison-table th,
    .service-comparison-table td {
        padding: 12px 15px;
        font-size: 14px;
    }
}

.service-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 25px 0;
}

.service-cta-btn {
    display: inline-block;
    padding: 15px 22px;
    background: #d2aa42;
    color: #111 !important;
    text-decoration: none !important;
    transition: 0.3s ease;
}

.service-cta-btn:hover {
    background: #111;
    color: #fff !important;
}

/* =========================================
   GLO & GLAM ANNOUNCEMENT BAR
========================================= */

.gg-announcement-bar {
    width: 100%;
    height: 42px;
    background: #d2aa4c;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9999;
    overflow: hidden;
}

.gg-announcement-inner {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.gg-announcement-track {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gg-announcement-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transform: translateY(8px);

    transition:
        opacity 0.5s ease,
        transform 0.5s ease,
        visibility 0.5s ease;
}

.gg-announcement-item.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gg-announcement-item span {
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-align: center;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .gg-announcement-bar {
        height: 38px;
    }

    .gg-announcement-inner {
        padding: 0 15px;
    }

    .gg-announcement-item span {
        font-size: 10px;
        letter-spacing: 1.2px;
    }

}




/* =========================================================
   GLO & GLAM — REFERRAL PROGRAM
   ========================================================= */

.gg-referral-page {
    --ref-black: #171717;
    --ref-dark: #242321;
    --ref-cream: #f6f3ee;
    --ref-soft: #ebe5dc;
    --ref-white: #ffffff;
    --ref-text: #55524e;
    --ref-border: rgba(23, 23, 23, .14);

    color: var(--ref-black);
    overflow: hidden;
}


/* =========================================================
   COMMON
   ========================================================= */

.gg-referral-page .mn_wd {
    position: relative;
    z-index: 2;
}

.gg-referral-eyebrow {
    display: block;
    margin-bottom: 18px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #77736d;
}


/* =========================================================
   HERO
   ========================================================= */

.gg-referral-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    background: var(--ref-cream);
    overflow: hidden;
}

.gg-referral-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.gg-referral-hero-shape {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(23, 23, 23, .06);
}

.gg-referral-hero-shape-1 {
    width: 650px;
    height: 650px;
    right: -260px;
    top: -260px;
}

.gg-referral-hero-shape-2 {
    width: 420px;
    height: 420px;
    left: -220px;
    bottom: -220px;
}

.gg-referral-hero-grid {
    min-height: 720px;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    align-items: center;
    gap: 80px;
}

.gg-referral-hero-content {
    position: relative;
    z-index: 3;
    padding: 80px 0;
}

.gg-referral-hero-content h1 {
    margin: 0;
    max-width: 650px;
    font-size: clamp(64px, 7vw, 105px);
    line-height: .88;
    letter-spacing: -5px;
    font-weight: 400;
}

.gg-referral-hero-content h1 span {
    display: block;
    font-weight: 600;
}

.gg-referral-hero-subtitle {
    max-width: 570px;
    margin: 32px 0 35px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--ref-text);
}

.gg-referral-hero-subtitle strong {
    color: var(--ref-black);
    font-weight: 600;
}

.gg-referral-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 54px;
    padding: 0 28px;
    border: 1px solid var(--ref-black);
    background: var(--ref-black);
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: 600;
    transition: all .3s ease;
}

.gg-referral-primary-btn svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.gg-referral-primary-btn:hover {
    background: transparent;
    color: var(--ref-black) !important;
}

.gg-referral-hero-note {
    margin-top: 25px;
    font-size: 12px;
    letter-spacing: .5px;
    color: #85817b;
}


/* HERO VISUAL */

.gg-referral-hero-visual {
    position: relative;
    height: 620px;
}

.gg-referral-hero-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.gg-referral-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gg-referral-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(
            145deg,
            #ded8ce 0%,
            #f5f2ec 48%,
            #d3ccc1 100%
        );
    color: var(--ref-black);
}

.gg-referral-image-placeholder span:first-child {
    font-size: 80px;
    line-height: .8;
    letter-spacing: -5px;
}

.gg-referral-image-placeholder span:last-child {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 5px;
}

.gg-referral-hero-badge {
    position: absolute;
    right: -35px;
    bottom: 45px;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: var(--ref-black);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
    z-index: 5;
}

.gg-referral-hero-badge .small {
    font-size: 9px;
    letter-spacing: 2px;
}

.gg-referral-hero-badge .amount {
    margin: 7px 0;
    font-size: 58px;
    line-height: .9;
    letter-spacing: -3px;
}


/* =========================================================
   DOUBLE OFFER
   ========================================================= */

.gg-referral-double-offer {
    padding: 110px 0 125px;
    background: #fff;
}

.gg-referral-double-heading {
    max-width: 750px;
    margin: 0 auto 70px;
    text-align: center;
}

.gg-referral-double-heading h2 {
    margin: 0;
    font-size: clamp(46px, 5vw, 72px);
    line-height: .95;
    letter-spacing: -3px;
    font-weight: 400;
}

.gg-referral-double-heading h2 span {
    display: block;
    font-weight: 600;
}

.gg-referral-offer-cards {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.gg-referral-offer-card {
    min-height: 300px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.gg-referral-offer-card-you {
    background: var(--ref-cream);
}

.gg-referral-offer-card-friend {
    background: var(--ref-dark);
    color: #fff;
}

.gg-referral-card-label {
    font-size: 10px;
    letter-spacing: 2.5px;
    font-weight: 600;
}

.gg-referral-offer-card strong {
    display: block;
    margin: 18px 0 12px;
    font-size: clamp(90px, 10vw, 130px);
    line-height: .75;
    letter-spacing: -7px;
    font-weight: 400;
}

.gg-referral-offer-card-friend strong {
    font-weight: 500;
}

.gg-referral-card-bottom {
    max-width: 220px;
    margin: 0 auto;
    font-size: 9px;
    line-height: 1.6;
    letter-spacing: 1.5px;
}

.gg-referral-offer-connector {
    position: relative;
    z-index: 4;
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .12);
}

.gg-referral-offer-connector span {
    font-size: 30px;
    font-weight: 300;
}


/* =========================================================
   HOW IT WORKS
   ========================================================= */

.gg-referral-how {
    padding: 120px 0;
    background: var(--ref-cream);
}

.gg-referral-section-intro {
    max-width: 850px;
    margin-bottom: 80px;
}

.gg-referral-section-intro h2 {
    margin: 0;
    font-size: clamp(45px, 5vw, 72px);
    line-height: .95;
    letter-spacing: -3px;
    font-weight: 400;
}

.gg-referral-section-intro h2 span {
    display: block;
    font-weight: 600;
}

.gg-referral-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}

.gg-referral-process-line {
    position: absolute;
    top: 31px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: var(--ref-border);
}

.gg-referral-process-item {
    position: relative;
    z-index: 2;
}

.gg-referral-process-number {
    width: 64px;
    height: 64px;
    margin-bottom: 35px;
    border: 1px solid rgba(23, 23, 23, .2);
    border-radius: 50%;
    background: var(--ref-cream);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    letter-spacing: 1px;
}

.gg-referral-process-content h3 {
    margin: 0 0 14px;
    font-size: 27px;
    font-weight: 500;
}

.gg-referral-process-content p {
    max-width: 300px;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: var(--ref-text);
}


/* =========================================================
   EDITORIAL
   ========================================================= */

.gg-referral-editorial {
    padding: 120px 0;
    background: #fff;
}

.gg-referral-editorial-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    align-items: center;
    gap: 100px;
}

.gg-referral-editorial-image {
    height: 650px;
    overflow: hidden;
    background: var(--ref-soft);
}

.gg-referral-editorial-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gg-referral-editorial-placeholder {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        145deg,
        #e9e4dc,
        #f8f6f1
    );
}

.gg-referral-editorial-placeholder span:first-child {
    font-size: 75px;
    letter-spacing: -5px;
}

.gg-referral-editorial-placeholder span:last-child {
    font-size: 14px;
    letter-spacing: 4px;
}

.gg-referral-editorial-content h2 {
    margin: 0;
    font-size: clamp(45px, 5vw, 70px);
    line-height: .95;
    letter-spacing: -3px;
    font-weight: 400;
}

.gg-referral-editorial-content h2 span {
    display: block;
    font-weight: 600;
}

.gg-referral-editorial-content > p {
    max-width: 580px;
    margin: 28px 0 0;
    font-size: 15px;
    line-height: 1.9;
    color: var(--ref-text);
}

.gg-referral-editorial-content > p strong {
    color: var(--ref-black);
}

.gg-referral-benefit-list {
    margin-top: 45px;
    border-top: 1px solid var(--ref-border);
}

.gg-referral-benefit {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid var(--ref-border);
}

.gg-referral-benefit .number {
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #88837c;
}

.gg-referral-benefit strong {
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 600;
}

.gg-referral-benefit p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: var(--ref-text);
}


/* =========================================================
   FORM
   ========================================================= */

.gg-referral-form-section {
    padding: 125px 0;
    background: var(--ref-cream);
}

.gg-referral-form-intro {
    max-width: 800px;
    margin: 0 auto 65px;
    text-align: center;
}

.gg-referral-form-intro h2 {
    margin: 0;
    font-size: clamp(46px, 5vw, 72px);
    line-height: .95;
    letter-spacing: -3px;
    font-weight: 400;
}

.gg-referral-form-intro h2 span {
    display: block;
    font-weight: 600;
}

.gg-referral-form-intro p {
    margin: 22px auto 0;
    font-size: 15px;
    color: var(--ref-text);
}

.gg-referral-form-box {
    position: relative;
    max-width: 1050px;
    margin: auto;
    padding: 65px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .07);
}

.gg-referral-form-offer {
    position: absolute;
    top: -55px;
    right: 45px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--ref-black);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotate(8deg);
}

.gg-referral-form-offer span,
.gg-referral-form-offer small {
    font-size: 7px;
    letter-spacing: 1.5px;
}

.gg-referral-form-offer strong {
    margin: 3px 0;
    font-size: 34px;
    line-height: .9;
    font-weight: 500;
}

.gg-referral-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.gg-referral-field {
    margin-bottom: 25px;
}

.gg-referral-field label {
    display: block;
    margin-bottom: 9px;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
}

.gg-referral-field input,
.gg-referral-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d9d5cf;
    border-radius: 0;
    background: #fff;
    padding: 15px 16px;
    font-family: inherit;
    font-size: 14px;
    color: var(--ref-black);
    transition: border-color .25s ease;
}

.gg-referral-field input {
    height: 52px;
}

.gg-referral-field textarea {
    min-height: 135px;
    resize: vertical;
}

.gg-referral-field input:focus,
.gg-referral-field textarea:focus {
    outline: none;
    border-color: var(--ref-black);
}

.gg-referral-form-submit {
    margin-top: 10px;
}

.gg-referral-form-disclaimer {
    max-width: 650px;
    margin: 18px 0 0;
    font-size: 10px;
    line-height: 1.7;
    color: #88837c;
}


/* =========================================================
   FAQ
   ========================================================= */

.gg-referral-faq {
    padding: 120px 0;
    background: #fff;
}

.gg-referral-faq-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 100px;
}

.gg-referral-faq-heading h2 {
    margin: 0;
    font-size: clamp(45px, 5vw, 68px);
    line-height: .95;
    letter-spacing: -3px;
    font-weight: 400;
}

.gg-referral-faq-list {
    border-top: 1px solid var(--ref-border);
}

.gg-referral-faq-item {
    border-bottom: 1px solid var(--ref-border);
}

.gg-referral-faq-question {
    width: 100%;
    min-height: 70px;
    padding: 20px 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    text-align: left;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    color: var(--ref-black);
    cursor: pointer;
}

.gg-referral-faq-question i {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border: 1px solid var(--ref-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    transition: transform .3s ease;
}

.gg-referral-faq-item.active
.gg-referral-faq-question i {
    transform: rotate(45deg);
}

.gg-referral-faq-answer {
    display: none;
    padding: 0 50px 25px 0;
}

.gg-referral-faq-item.active
.gg-referral-faq-answer {
    display: block;
}

.gg-referral-faq-answer p {
    max-width: 650px;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: var(--ref-text);
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.gg-referral-final {
    position: relative;
    padding: 140px 0;
    background: var(--ref-black);
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.gg-referral-final::before,
.gg-referral-final::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    pointer-events: none;
}

.gg-referral-final::before {
    width: 600px;
    height: 600px;
    left: -300px;
    top: -300px;
}

.gg-referral-final::after {
    width: 500px;
    height: 500px;
    right: -250px;
    bottom: -250px;
}

.gg-referral-final .gg-referral-eyebrow {
    color: #aaa;
}

.gg-referral-final h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: clamp(55px, 7vw, 95px);
    line-height: .9;
    letter-spacing: -4px;
    font-weight: 400;
}

.gg-referral-final h2 span {
    display: block;
    font-weight: 600;
}

.gg-referral-final p {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 28px auto 35px;
    font-size: 15px;
    line-height: 1.8;
    color: #bdb9b3;
}

.gg-referral-primary-btn-light {
    position: relative;
    z-index: 2;
    background: #fff;
    border-color: #fff;
    color: var(--ref-black) !important;
}

.gg-referral-primary-btn-light:hover {
    background: transparent;
    color: #fff !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1279px) {

    .gg-referral-hero-grid {
        gap: 45px;
    }

    .gg-referral-hero-badge {
        right: -20px;
    }

    .gg-referral-editorial-grid {
        gap: 55px;
    }

    .gg-referral-form-box {
        padding: 50px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .gg-referral-hero {
        min-height: auto;
    }

    .gg-referral-hero-grid {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .gg-referral-hero-content {
        padding: 70px 0 20px;
    }

    .gg-referral-hero-content h1 {
        font-size: clamp(56px, 16vw, 75px);
        letter-spacing: -3px;
    }

    .gg-referral-hero-subtitle {
        font-size: 14px;
    }

    .gg-referral-hero-visual {
        height: 430px;
        margin-bottom: 50px;
    }

    .gg-referral-hero-badge {
        width: 125px;
        height: 125px;
        right: 10px;
        bottom: -25px;
    }

    .gg-referral-hero-badge .amount {
        font-size: 42px;
    }

    .gg-referral-double-offer {
        padding: 80px 0;
    }

    .gg-referral-double-heading {
        margin-bottom: 50px;
    }

    .gg-referral-double-heading h2,
    .gg-referral-section-intro h2,
    .gg-referral-editorial-content h2,
    .gg-referral-form-intro h2 {
        letter-spacing: -2px;
    }

    .gg-referral-offer-cards {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .gg-referral-offer-card {
        min-height: 250px;
        padding: 40px 25px;
    }

    .gg-referral-offer-card strong {
        font-size: 95px;
    }

    .gg-referral-offer-connector {
        margin: -18px auto;
    }

    .gg-referral-how {
        padding: 80px 0;
    }

    .gg-referral-section-intro {
        margin-bottom: 55px;
    }

    .gg-referral-process {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .gg-referral-process-line {
        display: none;
    }

    .gg-referral-process-item {
        display: grid;
        grid-template-columns: 60px 1fr;
        gap: 20px;
    }

    .gg-referral-process-number {
        width: 58px;
        height: 58px;
        margin: 0;
    }

    .gg-referral-editorial {
        padding: 80px 0;
    }

    .gg-referral-editorial-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .gg-referral-editorial-image {
        height: 430px;
    }

    .gg-referral-form-section {
        padding: 90px 0;
    }

    .gg-referral-form-box {
        padding: 45px 25px 30px;
    }

    .gg-referral-form-offer {
        top: -45px;
        right: 20px;
        width: 90px;
        height: 90px;
    }

    .gg-referral-form-offer strong {
        font-size: 28px;
    }

    .gg-referral-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .gg-referral-faq {
        padding: 80px 0;
    }

    .gg-referral-faq-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .gg-referral-faq-answer {
        padding-right: 20px;
    }

    .gg-referral-final {
        padding: 100px 0;
    }

    .gg-referral-final h2 {
        font-size: 58px;
        letter-spacing: -3px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .gg-referral-hero-content {
        padding-top: 55px;
    }

    .gg-referral-hero-content h1 {
        font-size: 55px;
    }

    .gg-referral-primary-btn {
        width: 100%;
    }

    .gg-referral-hero-visual {
        height: 360px;
    }

    .gg-referral-hero-badge {
        width: 110px;
        height: 110px;
    }

    .gg-referral-hero-badge .amount {
        font-size: 36px;
    }

    .gg-referral-offer-card {
        min-height: 220px;
    }

    .gg-referral-offer-card strong {
        font-size: 82px;
    }

    .gg-referral-editorial-image {
        height: 350px;
    }

    .gg-referral-form-box {
        padding: 40px 18px 25px;
    }

    .gg-referral-final h2 {
        font-size: 50px;
    }

}