/*!
Theme Name: GreenGate2020
Theme URI: https://thinkpublicity.co.uk
Author: Think
Author URI: https://thinkpublicity.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: greengate2020

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets 
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
     ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
     ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/
/*######### Components *********/
/*# Body, Reset & Layouts */
body {
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #0b3934;
    width: 100%;
    position: relative;
    height: 100%;
    color: white;
    float: left;
    display: block;
    font-family: museo-sans, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    overflow: hidden;
}

@media (min-width: 568px) {
    body {
        overflow-y: auto;
    }
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: white;
    cursor: pointer;
}

main {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 75px;
}

@media (max-height: 750px) and (min-width: 1024px) {
    .page-template-home main {
        height: 800px;
    }
}

@media (min-width: 1024px) {
    main {
        padding-bottom: 0;
        padding-left: 100px
    }
}

main img {
    width: 100%;
}

.hide {
    display: none !important;
}

.mobile-hide {
    display: none;
}

@media (min-width: 1024px) {
    .mobile-hide {
        display: inline-block;
    }
}

.w-90 {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.no-bg {
    background: transparent !important;
}

.no-shadow {
    box-shadow: none !important;
}

.no-bg h2 {
    color: white;
}

.p-20 {
    padding: 20px !important;
}

.show {
    display: block !important;
}

.reveal {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    padding-left: 75px;
}

#notice {
    display: none;
}

@media (min-width: 1024px) and (max-height: 600px) {
    #notice {
        height: 100%;
        background: #da8323;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        text-align: center;
        color: white;
        display: block;
    }
}

#notice-browser {
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000000000;
    text-align: center;
    color: black;
    display: none;
}

#notice-browser ul {
    display: flex;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    width: 250px;
}

#notice-browser img {
    width: 100%;
}

#notice-browser ul li {
    margin: 10px;
}

.sad-ie {
    width: 145px;
    max-width: 145px;
}

#notice-browser p {
    margin-bottom: 0;
    line-height: 1.5rem;
}

#notice-browser p b {
    font-weight: 600;
}

/*# Scrollbars */
.scrollable {
    overflow-y: auto;
    float: left;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-overflow-scrolling: auto !important;
}

::-webkit-scrollbar {
    width: 10px;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background: #082420;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    background: #e18215;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: #cc7511;
    cursor: pointer;
}

/*# Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10000000000;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.lds-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #FF9800;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #FF9800 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*######### Components *********/
/*# Layouts */
#secondary {
    padding-left: 75px;
    padding-bottom: 150px;
}

@media (min-width: 568px) and (max-height: 414px) {
    #secondary {
        padding-bottom: 0;
        padding-right: 175px;
    }
}

@media (min-width: 1024px) {
    #secondary {
        padding-left: 100px;
        padding-bottom: 0;
    }
}

#secondary section:nth-of-type(1) {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
}

@media (min-width: 1024px) {
    #secondary section:nth-of-type(1) {
        width: 50%;
        height: 100%;
    }
}

#secondary aside {
    display: none;
    padding-bottom: 150px;
    background: #082420;
}

@media (min-width: 568px) and (max-height: 414px) {
    #secondary aside {
        padding-bottom: 0;
        padding-right: 175px;
    }
}

@media (min-width: 1024px) {
    #secondary aside {
        width: 50%;
        height: 100%;
        display: inline-block;
        float: left;
        display: block;
        z-index: 0;
        position: relative;
        padding-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .page-template-development #secondary aside {
        padding-right: 75px;
        padding-left: 75px;
        background: #0a3934;
    }
}

#secondary aside section:nth-of-type(1) {
    width: 100%;
    height: 100%;
    background: #093934;
    display: inline-block;
    color: white;
}

@media (min-width: 1024px) {
    #secondary aside section:nth-of-type(1) {
        width: 100%;
        height: 100%;
    }
}

#secondary aside section:nth-of-type(2) {
    display: none;
}

@media (min-width: 1024px) {
    #secondary aside section:nth-of-type(2) {
        width: 100%;
        height: 50vh;
        background: grey;
        display: inline-block;
    }
}

#primary section:nth-of-type(1) {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    padding-bottom: 150px;
}

@media (min-width: 568px) {
    #primary section:nth-of-type(1) {
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        padding-right: 175px;
    }
}

@media (max-height: 750px) and (min-width: 1024px) {
    #primary section:nth-of-type(1) {
        height: 800px;
    }
}

@media (min-width: 1024px) {
    #primary section:nth-of-type(1) {
        width: 100%;
        padding-right: 300px;
        height: 100%;
        padding-bottom: 0;
    }
}

#primary aside {
    width: 100%;
    height: 150px;
    display: inline-block;
    float: left;
    position: absolute;
    padding-left: 75px;
    bottom: 0;
    left: 0;
}

@media (min-width: 568px) {
    #primary aside {
        height: 100%;
        width: 175px;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 0;
        left: initial;
    }
}

@media (min-width: 1024px) {
    #primary aside {
        width: 300px;
        display: inline-block;
        position: absolute;
        right: 0;
        padding-left: 0;
        height: 100%;
        left: auto;
        top: 0;
    }
}

#primary aside section:nth-of-type(1) {
    width: 100%;
    height: 100%;
    background: #093934;
    display: inline-block;
    padding: 0;
}

@media (min-width: 568px) {
    #primary aside section:nth-of-type(1) {
        height: 50%;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #primary aside section:nth-of-type(1) {
    }
}

@media (min-width: 1024px) {
    #primary aside section:nth-of-type(1) {
        width: 100%;
        height: 50%;
    }
}

#aside-bottom-carousel {
    background: #093934;
    display: none;
}

@media (min-width: 568px) {
    #aside-bottom-carousel {
        height: 50%;
        width: 100%;
        display: block;
    }
}

@media (min-width: 768px) {
    #aside-bottom-carousel {
    }
}

@media (min-width: 1024px) {
    #aside-bottom-carousel {
        width: 100%;
        height: 50%;
    }
}

.content {
    width: 100%;
    float: left;
    padding: 15px;
    position: relative;
}

@media (min-width: 1024px) {
    .content {
        padding: 30px;
        float: initial;
        display: block;
        margin: 0 auto;
    }
}

/*# Headers */
.page-header {
    padding: 15px;
    height: 100px;
    position: relative;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    -webkit-animation-delay: 1s;
    background: white;
    z-index: 1;
}

@media (min-width: 568px) {
    .page-header {
        height: 75px;
    }
}

@media (min-width: 1024px) {
    .page-header {
        padding: 30px;
        height: 100px;
    }
}

#secondary-nav h1 {
    line-height: 2.5rem;
    margin-bottom: 0;
    font-size: 2rem;
    margin-top: 2.5px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

@media (min-width: 1024px) {
    #secondary-nav h1 {
        line-height: 3.5rem;
        font-size: 3rem;
    }
}

#secondary-nav p {
    z-index: 1;
    position: relative;
}

#secondary-nav.bg-orange label {
    color: white;
    border-color: #e18215;
}

#secondary-nav.bg-orange .form-control:focus {
    border-color: #e18215;
    box-shadow: none;
}

#secondary-nav form {
    float: left;
    width: 100%;
    margin-top: 5px;
}

#nav-logo {
    position: relative;
    right: 12.5px;
    bottom: 12.5px;
    width: 100px;
    margin: 0;
    padding: 0;
    float: right;
}

@media (min-height: 354px) {
    #nav-logo {
        position: absolute;
    }
}

@media (min-width: 1024px) {
    #nav-logo {
        right: 650px;
        width: 150px;
        display: block;
        bottom: 25px;
    }
}

#nav-logo img {
    width: 100%;
}

#primary-nav {
    width: 100%;
    height: 100%;
    background: #0b3934;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-left: 100px;
    color: white;
    display: none;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 11;
    overflow-y: auto;
}

@media (min-width: 568px) {
    #primary-nav {
    }
}

@media (min-width: 768px) {
    #primary-nav {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    #primary-nav {
        padding-left: 150px;
        font-size: 21px;
        height: 100%;
    }
}

#primary-nav ul {
    margin-left: 0;
    float: left;
    width: 100%;
    position: relative;
    height: 300px;
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (min-height: 500px) {
    #primary-nav ul {
        height: 500px;
    }
}

@media (min-width: 768px) {
    #primary-nav ul {
        height: 425px;
    }
}

@media (min-height: 600px) {
    #primary-nav ul {
        height: 600px;
    }
}

@media (min-height: 900px) {
    #primary-nav ul {
        height: 800px;
    }
}

@media (min-width: 768px) and (max-height: 414px) {
    #primary-nav ul {
        height: 325px;
    }
}

#primary-nav ul li {
    height: 9.09090909%;
    position: relative;
}

@media (min-width: 568px) and (max-height: 414px) {
    #primary-nav ul li {
        display: inline-block;
        float: left;
        width: 50%;
        height: 20%;
    }
}

#primary-nav ul li a:hover {
    color: #da8323;
}

#primary-nav ul li a.active {
    color: #da8323;
}

#primary-nav ul li a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#primary-nav.reveal + #secondary-nav {
    display: none;
    padding-bottom: 0;
}

@media (min-width: 1024px) {
    #primary-nav.reveal + #secondary-nav {
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight;
        display: block;
    }
}

#secondary-nav {
    width: 100%;
    height: 100%;
    background: #0b3934;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    padding-left: 75px;
    padding-bottom: 75px;
    color: white;
    padding-top: 75px;
    display: none;
    z-index: 15;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 100px;
}

@media (min-width: 1024px) {
    #secondary-nav {
        width: 600px;
        left: auto;
        box-shadow: 1px 2px 34px #082420;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 0;
        padding-right: 0;
    }
}

/*# Iframes */
.map-iframe {
    height: 100%;
    width: 100%;
}

.map-iframe iframe {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
}

/*# Forms */
.contact-form {
    float: left;
    width: 100%;
}

.contact-form form {
    margin-top: 25px;
}

/*######### Typography *********/
/*# Colours */
.text-green {
    color: #083934;
}

.carousel-caption h1 {
    color: white;
}

.carousel-caption h2 {
    color: white;
}

.carousel-caption p {
    color: white;
}

.weight-400 {
    font-weight: 400 !important;
}

.h4, h4 b {
    margin-bottom: 5px;
    display: block;
    letter-spacing: 0px;
    font-size: 0.75rem;
}

@media (min-width: 1024px) {
    .h4, h4 b {
        letter-spacing: 1px;
        font-size: 1rem;
    }
}

/*######### Components *********/
/*# Header */
header {
    position: fixed;
    width: 75px;
    display: block;
    height: 100% !important;
    background: #082420;
    left: 0;
    top: 0;
    z-index: 100;
}

@media (min-width: 1024px) {
    header {
        width: 100px;
        padding-bottom: 0;
        height: 100%;
    }
}

#social-icons {
    height: 110px;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 75px;
}

@media (max-height: 567px) {
    #social-icons {
        display: none;
    }
}

@media (min-width: 1024px) {
    #social-icons {
        bottom: 100px;
        height: 100px;
    }
}

#social-icons li {
    width: 100%;
    height: 33.333333333%;
    float: left;
    position: relative;
}

#social-icons li a {
    height: 100%;
}

#social-icons a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

header a {
    width: 100%;
    float: left;
}

#logo-holder {
    height: 175px;
    position: relative;
    margin-top: 100px;
}

@media (min-width: 568px) {
    #logo-holder {
        margin-top: 75px;
    }
}

@media (min-width: 1024px) {
    #logo-holder {
        height: 300px;
    }
}

#call-holder {
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    #call-holder {
        height: 100px;
        display: block;
    }
}

#call-holder-close {
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    #call-holder-close {
        height: 100px;
        display: block;
    }
}

#call-us-close {
    width: 64px;
}

@media (min-width: 1024px) {
    #call-us-close {
        left: -1px;
        position: relative;
    }
}

header img {
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

#call-us {
    width: 64px;
}

@media (min-width: 1024px) {
    #call-us {
        left: -2.5px;
    }
}

/*# Weather & Time */
.temps {
    display: none !important;
}

.day .temps {
    display: none !important;
}

#weather {
    float: left;
    width: 225px;
    padding-left: 0;
    padding-right: 0;
    height: 90px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #0b3934;
}

@media (min-width: 1024px) {
    #weather {
        height: 195px;
        display: block;
        border-bottom: 20px #093934 solid;
        margin-top: 25px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.weatherwidget-io {
    height: 180px !important;
    width: 225px;
}

@media (min-width: 1024px) {
    .weatherwidget-io {
        height: 180px !important;
        width: 320px;
    }
}

#weather-hack {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1000;
    background: transparent;
}

.time-style {
    font-weight: 300 !important;
    float: left;
    color: #ffffff;
    font-size: 21px !important;
    display: inline-block;
    float: left;
    margin: 0;
}

#daymonth {
    display: inline-block;
    float: left;
    letter-spacing: 3px;
    font-size: 24px;
    color: #ecececc9 !important;
    font-weight: 300 !important;
}

#year {
    display: inline-block;
    float: left;
    margin-left: 10px;
    letter-spacing: 3px;
    font-size: 24px;
    color: #ecececc9 !important;
    font-weight: 300 !important;
}

#date-time {
    float: left;
    width: 100%;
    padding: 15px;
    margin-top: 5px;
    background: #0b3934;
    z-index: 10;
    position: relative;
}

@media (min-width: 1024px) {
    #date-time {
        padding: 30px;
        margin-top: 0px;
        padding-bottom: 0;
    }
}

.time-row {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.time-label {
    margin-right: 10px;
    font-weight: 900 !important;
}

@media (min-width: 1024px) {
    .time-label {
        margin-right: 10px;
    }
}

#clock {
    margin-left: 2.5px;
}

#secondary-nav .content form {
    max-width: 100%;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

/*# Burger Menu */
#burger-btn {
    height: 100px;
    width: 100%;
    background: #0b3934;
    cursor: pointer;
    position: absolute;
}

@media (min-width: 568px) {
    #burger-btn {
        height: 75px;
    }
}

@media (min-width: 1024px) {
    #burger-btn {
        height: 100px;
        top: 0;
        left: 0;
    }
}

#burger-btn span {
    width: 25px;
    height: 3px;
    background: #d28022;
    display: block;
    margin: 5px auto;
    position: relative;
    border-radius: 1px;
}

.hamburger {
    width: 100%;
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.hamburger.is-active:hover, .hamburger:hover {
    opacity: .7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #da8323;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin: 0 auto;
    display: block;
}

.hamburger-inner {
    top: 50%;
    display: block;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 100%;
    height: 5px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 1px;
    background-color: #FF9800;
}

.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--vortex .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration: .2s
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
    transition-delay: .1s;
    transition-timing-function: linear;
    transition-duration: 0s
}

.hamburger--vortex .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration: .2s
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
    transition-delay: .1s;
    transition-timing-function: linear;
    transition-duration: 0s
}

.hamburger--vortex-r .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

/*# Logo */
#logo {
    width: 28px;
    margin-top: -5px;
}

@media (min-width: 1024px) {
    #logo {
        width: 48px;
    }
}

/*# Images */
.card-img-top {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.d-block {
    display: block !important;
    object-position: top;
    object-fit: cover;
}

@media (min-width: 1024px) {
    .d-block {
        object-position: center;
    }
}

.page-template-perks .d-block {
    display: block !important;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 568px) {
    .page-template-perks .d-block {
        display: block !important;
        object-position: -0px -100px;
    }
}

@media (min-width: 1024px) {
    .page-template-perks .d-block {
        display: block !important;
        object-position: center;
    }
}

.img-overlay-footer {
    display: inline-block;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 1;
}

.img-overlay {
    display: inline-block;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 1;
}

/*# Carousels */
.home-footer-Carousel-controls {
    display: block;
    position: relative;
    bottom: 17.5px;
    right: 0;
}

@media (min-width: 568px) {
    .home-footer-Carousel-controls {
        bottom: 25px;
        display: none;
    }
}

@media (min-width: 1024px) {
    .home-footer-Carousel-controls {
    }
}

.home-footer-Carousel-controls .carousel-control-next {
    width: 100px;
    text-transform: uppercase;
    font-size: 12px;
}

.caption-top {
    display: none;
}

@media (min-width: 568px) {
    .caption-top {
        position: absolute;
        top: 0;
        width: 100%;
        color: white;
        z-index: 1;
        padding: 20px;
        display: block;
        padding-top: 15px;
    }
}

@media (min-width: 1024px) {
    .caption-top {
        padding-top: 20px;
    }
}

.primaryCarousel-controls {
    position: absolute;
    bottom: 50px;
    right: 10px;
    z-index: 10;
    width: 81px;
}

@media (min-width: 1024px) {
    .primaryCarousel-controls {
        left: 50%;
        margin-bottom: 20px;
        margin-left: 20px;
        bottom: 40px;
        width: 85px;
    }
}

.primaryCarousel-controls .carousel-control-prev {
    background: #082420;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}

.primaryCarousel-controls .carousel-control-next {
    background: #082420;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}

/*# Buttons */
#secondary-nav .btn {
    padding: 10px;
}

.back-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 600;
    color: #ff9800;
    margin-right: 15px;
    font-size: 18px;
    border: 2px #ff9800 solid;
    cursor: pointer;
    display: none;
}

@media (min-width: 1024px) {
    .back-btn {
        width: 60px;
        height: 60px;
        right: 0;
        line-height: 52px;
        font-weight: bold;
        margin-right: 30px;
        font-size: 32px;
        border: 4px #ff9800 solid;
    }
}

.play-btn {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-top: 1.25rem;
}

@media (min-width: 1024px) {
    .play-btn {
        margin-top: 20px;
    }
}

/*# Modals */
.modal-open .scrollable {
    overflow: hidden !important;
}

.modal-body #iframe {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 100%;
}

@media (min-width: 568px) and (max-height: 414px) {
    .modal-body #iframe {
        width: 300px;
    }
}

#iframe h3 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.modal-body iframe {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 100%;
}

@media (min-width: 568px) and (max-height: 414px) {
    .modal-body iframe {
        width: 300px;
    }
}

.modal-header .close {
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
}

.modal-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.burger-close-btn {
    display: none;
    position: absolute;
    right: 0;
    height: 100px;
    top: 0;
    z-index: 11;
    width: 75px;
}

/*# Footer */
footer {
    height: 150px;
    float: left;
    width: 100%;
    z-index: 10;
    position: absolute;
    text-align: center;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    bottom: 0;
    background: #082420;
}

@media (max-height: 414px) and (min-width: 568px) {
    footer {
        position: absolute;
        right: 0;
        top: 0;
        width: 175px;
        height: 100%;
    }
}

@media (min-width: 1024px) {
    footer {
        display: none;
    }
}

.before {
    height: 100%;
    width: 100%;
    position: absolute;
    padding-left: 75px;
}

@media (min-width: 568px) and (max-height: 414px) {
    .before {
        padding-left: 0;
    }
}

.after {
    display: none;
    padding-left: 75px;
    height: 100%;
    width: 100%;
}

@media (min-width: 568px) and (max-height: 414px) {
    .after {
        padding-left: 0;
    }
}

footer img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.h6, h6 span {
    font-size: 0.65rem;
    font-weight: 900;
    margin-top: 5px;
    float: left;
    width: 100%;
    line-height: 1;
}

/*######### Custom Elements *********/
/*# Alignments */
.vertical-absolute {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}

.vertical-relative {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/*######### Pages *********/
/*# Homepage */
.page-template-home header {
    height: 100%;
}

#section-home-carousel .carousel-item img {
    object-position: top;
}

@media (min-width: 1024px) {
    #section-home-carousel .carousel-item img {
        width: 50% !important;
        overflow: hidden;
        height: 100%;
        float: right;
    }
}

#section-home-carousel .carousel-caption h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    position: relative;
}

@media (min-width: 568px) and (min-height: 768px) {
    #section-home-carousel .carousel-caption h1 {
        font-size: 2.75rem;
        line-height: 1;
        position: relative;
        margin-bottom: 10px;
    }
}

@media (min-width: 1024px) {
    #section-home-carousel .carousel-caption h1 {
        font-size: 4rem;
        line-height: 4.5rem;
        left: -2.5px;
    }
}

#section-home-carousel h2 {
    font-size: 1rem;
    font-weight: 900;
    margin-top: 15px;
}

@media (min-width: 568px) and (min-height: 768px) {
    #section-home-carousel h2 {
        font-size: 1.5rem;
        line-height: 1.25;
        font-weight: 900;
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    #section-home-carousel h2 {
        font-size: 1.75rem;
    }
}

#section-home-carousel p {
    display: none;
}

@media (min-width: 1024px) {
    #section-home-carousel p {
        width: 350px;
        display: block;
        line-height: 2rem;
    }
}

.odd-item {
}

@media (min-width: 1024px) {
    .odd-item {
        background: white;
    }
}

.odd-item h1 {
}

@media (min-width: 1024px) {
    .odd-item h1 {
        color: #093934;
        text-shadow: none;
    }
}

.odd-item h2 {
}

@media (min-width: 1024px) {
    .odd-item h2 {
        color: #093934;
        text-shadow: none;
    }
}

.odd-item p {
}

@media (min-width: 1024px) {
    .odd-item p {
        color: #093934;
        text-shadow: none;
    }
}

/*# The Development */
#app-video {
    width: 80%;
    margin: 0 auto;
    display: block;
    height: 140px;
}

@media (min-height: 375px) and (min-width: 568px) {
    #app-video {
        height: 210px;
        width: 90%;
    }
}

@media (min-width: 768px) {
    #app-video {
        padding-bottom: 0 !important;
        height: 190px;
    }
}

@media (min-height: 1024px) {
    #app-video {
        width: 90%;
        padding-top: 0;
        height: 400px;
    }
}

@media (min-width: 1024px) {
    #app-video {
        width: 100%;
        height: 315px;
        max-height: 250px;
        padding: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 1440px) {
    #app-video {
        height: 400px;
        max-height: 400px;
    }
}

.page-template-development #aside-section {
    text-align: center;
}

.page-template-development #secondary-section h3 {
    margin-top: 1em;
}

.page-template-development main h1 {
    margin-bottom: 15px;
}

@media (min-width: 1024px) {
    .page-template-development main h1 {
        margin-bottom: 30px;
    }
}

.page-template-development {
    background: #093934;
    color: white;
}

.page-template-development #secondary-aside:before {
    content: close-quote;
    height: 100%;
    width: 100%;
    background-image: url(https://i2.wp.com/thinkpublicity.co.uk/staging-wordpress/GreenGate/GreenGate/wp-content/uploads/2020/01/app-bg.png);
    z-index: 0;
    position: absolute;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat-x: no-repeat;
    left: 75px;
    right: 0;
}

@media (min-width: 568px) and (max-height: 414px) {
    .page-template-development #secondary-aside:before {
        background-position: -250px 0;
    }
}

@media (min-width: 1024px) {
    .page-template-development #secondary-aside:before {
        background-position: -250px 0;
        left: 0;
        background-position: 50% 50%;
    }
}

/*# The Apartments */
.page-template-apartments {
    background: white;
}

/*# Perks */
.page-template-perks {
    background: white;
}

.page-template-perks .card {
    border-bottom: 0;
    border-top: 3px #ff9800 solid;
}

.issue-number {
    position: absolute;
    right: 0;
    width: 150px;
    height: 60px;
    background: #ff9800;
    text-align: center;
    line-height: 60px;
    font-weight: 900;
    font-size: 32px;
    color: white;
    text-transform: uppercase;
    z-index: 10;
}

.life-logo {
    width: 150px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .life-logo {
        width: 300px;
    }
}

.book-logo {
    width: 32px;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 1024px) {
    .book-logo {
        width: 64px;
    }
}

.page-template-perks .carousel {
    cursor: pointer;
}

.perksCarousel-controls {
    display: none;
}

@media (min-width: 1024px) {
    .perksCarousel-controls {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 1;
        height: 75px;
        display: block;
        background: #0000003d;
    }
}

.perksCarousel-controls a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    width: 50%;
    padding: 10px;
}

.page-template-perks main .card-img-top {
    object-fit: contain;
    height: initial;
}

/*# Offers */
.page-template-offers {
    background: white;
}

.page-template-offers .card p {
    text-transform: uppercase;
    color: #0b3934;
    margin: 0;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
}

.marker-link {
    margin: 0 !important;
    text-decoration: none !important;
}

.marker-link:hover {
    text-decoration: underline !important;
}

/*# Events */
.page-template-events {
    background: white;
}

#event-video {
    height: 50vh;
}

@media (max-height: 412px) {
    #event-video {
        height: 85vh;
    }
}

.page-template-events .card p {
    text-transform: uppercase;
    color: #0b3934;
    margin: 0;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
}

/*# Unorganised */
#contact-panel {
    width: 100%;
}

.hidden-gallery {
    display: none;
}

.caption-top a {
    margin-top: 7.5px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 10px;
    text-decoration: underline !important;
}

@media (min-width: 568px) and (max-height: 414px) {
    .caption-top a {
        margin-top: -2.5px;
        text-transform: uppercase;
        letter-spacing: 0px;
        font-size: 9px;
        text-decoration: underline !important;
    }
}

@media (min-width: 1024px) {
    .caption-top a {
        display: block;
    }
}

footer h6 {
    padding-left: 75px;
}

@media (min-width: 568px) and (max-height: 414px) {
    footer h6 {
        padding-left: 0;
    }
}

#bg {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000d1;
    z-index: 10;
    display: none;
}

.ztest {
    z-index: 20 !important;
}

#gg-life-2-trigger {
    display: none;
}

@media (min-width: 1024px) {
    #gg-life-2-trigger {
        display: block;
    }
}

#gg-life-1-trigger {
    display: none;
}

@media (min-width: 1024px) {
    #gg-life-1-trigger {
        display: block;
    }
}

.gg-life-trigger {
    display: block;
}

@media (min-width: 1024px) {
    .gg-life-trigger {
        display: none;
    }
}

.small-burger {
    width: 20px;
    height: 12px;
    margin-top: -2.5px;
}

.left.ng-binding a:nth-of-type(6) {
    display: none !important;
}

span.px1 {
    display: none !important
}

input.field-dark {
    width: 25px !important;
    background: transparent;
    color: white;
    border: 0;
    text-align: center;
    margin-left: 20px;
    border: 0 !important;
    text-align: right !important;
}

html, body {
    height: 100%;
}

.app {
    height: 100%;
    position: relative;
}

.time-symbol {
    margin-left: 1px;
}

.bg-orange .content:before {
    background: #082420;
    content: close-quote;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 275px;
    height: 150%;
    left: 0;
}

.card:hover h5 {
    text-decoration: underline;
}

.perksCarousel-controls a:hover {
    text-decoration: underline;
}

.controls-share-img {
    display: flex;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.controls-share-img li {
    margin-left: 5px;
}

.page-template-perks .carousel {
    padding-bottom: 0;
}

@media (min-width: 1024px) {
    .page-template-perks .carousel {
        padding-bottom: 0px;
    }
}

#primary-nav ul li:last-of-type {
    font-size: 12px;
    position: fixed;
    bottom: 17.5px;
    width: 150px;
    height: initial;
    float: initial;
    display: initial;
}

@media (min-width: 1024px) {
    #primary-nav ul li:last-of-type {
        bottom: 32.5px;
    }
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #082420 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #082420 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #082420 !important;
}

.page-template-gallery {
    background: #093934;
    color: white;
}

#gallery-aside {
    display: none;
    background: #0b3934;
    overflow-y: scroll;
    padding-bottom: 150px;
}

@media (min-width: 568px) and (max-height: 414px) {
    #gallery-aside {
        padding-right: 165px;
    }
}

@media (min-width: 1024px) {
    #gallery-aside {
        width: 33.33333333%;
        height: 100%;
        display: block;
        z-index: 0;
        position: relative;
        padding-bottom: 0;
        padding: 25px;
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight;
    }
}

#gallery {
    padding-left: 75px;
    padding-bottom: 150px;
    overflow: hidden;
    z-index: 0;
}

@media (min-width: 568px) and (max-height: 414px) {
    #gallery {
        padding-bottom: 0;
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    #gallery {
        padding-left: 100px;
        padding-bottom: 0;
        width: 100%;
    }
}

#gallery section:nth-of-type(1n) {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

@media (min-width: 1024px) {
    #gallery section:nth-of-type(1n) {
    }
}

#gallery-aside ul {
    width: 220px;
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 568px) {
    #gallery-aside ul {
        width: 320px;
        padding: 10px;
    }
}

@media (min-width: 768px) {
    #gallery-aside ul {
        width: 100%;
        left: 0;
        padding: 0 !important;
    }
}

@media (min-width: 1024px) {
    #gallery-aside ul {
        width: 100%;
        padding: 0;
        left: 2.5px;
    }
}

#gallery-aside ul img {
    width: 100px;
    height: 100px;
    background: #082420;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: top left;
}

@media (min-width: 568px) {
    #gallery-aside ul img {
        width: 90px;
        height: 90px;
    }
}

@media (min-height: 414px) and (min-width: 768px) {
    #gallery-aside ul img {
        padding-bottom: 0px;
        margin-bottom: 10px;
        width: 200px;
        height: 200px;
    }
}

@media (min-width: 1024px) {
    #gallery-aside ul img {
        padding-bottom: 0px;
        margin-bottom: 10px;
        width: 115px;
        height: 115px;
    }
}

.content-gallery img {
    width: 100%;
    float: left;
    object-fit: cover;
    object-position: center;
    height: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@media (min-width: 1024px) {
    .content-gallery img {
        width: 50%;
        float: left;
        object-fit: cover;
        object-position: top left;
        height: 100%;
    }
}

.content-gallery {
    float: left;
    height: 100vh;
    padding-bottom: 100px;
    padding-top: 100px;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-width: 568px) {
    .content-gallery {
        padding-top: 75px;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .content-gallery {
        height: 100%;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
        width: 100%;
    }
}

.gallery-choices {
    margin: 0 auto;
    display: block !important;
    height: 100%;
    float: left;
    width: 100% !important;
    background: #082420;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

@media (min-width: 1024px) {
    .gallery-choices {
        padding: 25px;
        background: #093934;
    }
}

.footer-gallery {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    background: #093934;
    left: 0;
    right: 0;
    height: 100px;
    margin: 0 auto;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 10;
    color: white;
    padding-left: 75px;
    z-index: 10;
}

@media (min-width: 568px) {
    .footer-gallery {
        padding-left: 75px;
        padding-right: 0;
        height: 75px;
    }
}

@media (min-width: 768px) {
    .footer-gallery {
        display: block;
        position: absolute;
        float: initial;
        left: initial;
        padding: 0;
        margin: 0;
        right: 0;
        height: 75px;
        padding-left: 75px;
        padding-right: 0;
    }
}

@media (min-width: 568px) and (max-height: 418px) {
    .footer-gallery {
        padding-right: 175px;
    }
}

@media (min-width: 768px) and (min-height: 1024px) {
    .footer-gallery {
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    .footer-gallery {
        top: 0;
        height: 100px;
        display: block;
        width: 100%;
        position: absolute;
        float: initial;
        left: initial;
        margin: 0;
        right: 0;
        padding: 0;
    }
}

.gallery-choices li {
    float: left;
    display: inline-block;
    text-align: center;
    width: 50%;
    position: relative;
    height: 33.3333333333%;
}

@media (min-width: 1024px) {
    .gallery-choices li {
        width: 33.33333333%;
        height: 50%;
    }
}

.gallery-choices a {
    font-size: 10px;
    font-weight: 900;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
}

.choices-active {
    padding: 0;
    color: #ff9800 !important;
}

.content-gallery img {
    width: 100%;
    padding-right: 0;
}

@media (min-width: 568px) {
    .content-gallery img {
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    .content-gallery img {
        padding-right: 0;
    }
}

.h4, h4 span {
    display: none;
}

@media (min-width: 1024px) {
    .h4, h4 span {
        display: block;
    }
}

.specification-images img {
    height: 200px;
    width: 100%;
    background: white;
    margin-top: 15px;
    display: none;
}

#secondary-nav .content {
    padding-top: 0;
}

#secondary-nav.bg-orange .content {
    top: 50px;
}

#primary-nav ul li:last-of-type {
    display: none;
}

.carousel-caption .btn {
    float: right;
    background: #ff9800;
    border-color: #020a091f;
    padding: 5px;
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 0px;
    border-radius: 0;
    width: initial;
    font-weight: 900;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: none;
}

@media (min-width: 1024px) {
    .carousel-caption .btn {
        float: left;
        background: #ff9800;
        border-color: #020a091f;
        padding: 10px;
        margin-top: 15px;
        font-size: 21px;
        letter-spacing: 0px;
        border-radius: 0;
        width: initial;
        font-weight: 900;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.no-bl {
    border-left: 0 !important;
}

.content-gallery li {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

hr {
    border-bottom: 2.5px #ffffff solid;
    border-top: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#scrollable-amenities .card-img-top {
    height: initial;
}

#scrollable-specification {
    width: 100%;
    height: 85%;
}

@media (min-width: 568px) {
    #scrollable-specification {
        height: 80%;
    }
}

@media (min-width: 1024px) {
    #scrollable-specification {
        width: 50%;
        height: 100%;
        overflow-y: scroll;
    }
}

#scrollable-amenities {
    width: 100%;
    background: #082420;
    height: 15%;
    bottom: 0;
    overflow: hidden;
}

@media (min-width: 568px) {
    #scrollable-amenities {
        bottom: 0;
        height: 20%;
    }
}

@media (min-width: 1024px) {
    #scrollable-amenities {
        width: 50%;
        height: 100%;
        overflow-y: scroll;
    }
}

#scrollable-amenities .card {
    border-bottom-color: #e18215;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.page-template-apartments #secondary aside {
    width: 100%;
}

@media (min-width: 1024px) {
    .page-template-apartments #secondary aside {
        width: 66.6666666666%;
    }
}

.page-template-apartments #secondary-section {
    width: 100%;
}

@media (min-width: 1024px) {
    .page-template-apartments #secondary-section {
        width: 33.3333333333% !important;
    }
}

.content-gallery ul {
    height: 100%;
    width: 100%;
}

.content-gallery li {
    height: 100px;
    width: 50%;
    float: left;
    display: inline-block;
    opacity: 1;
    border: 0;
    text-indent: initial;
    flex: none;
    padding: 0;
    margin-bottom: 10px !important;
    background: transparent;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.content-gallery ul li a {
    height: 100%;
    width: 100%;
    text-align: center;
    display: block;
}

#scrollable-amenities h2 {
    margin-top: 0;
}

@media (min-width: 1024px) {
    #scrollable-amenities h2 {
        margin-top: 5px;
    }
}

#scrollable-amenities .page-header {
    height: 100%;
}

@media (min-width: 1024px) {
    #scrollable-amenities .page-header {
        height: 100px;
    }
}

#gallery-aside.slideInLeft + .footer-gallery {
    display: block;
}

.gallery-images {
    top: 110px;
}

@media (min-width: 568px) {
    .gallery-images {
        top: 75px;
        right: 0;
    }
}

@media (min-width: 768px) {
    .gallery-images {
        top: 100px;
        right: 0;
        left: 0;
        padding: 25px !important;
    }
}

@media (min-width: 1024px) {
    .gallery-images {
        top: 100px;
        right: 0;
        left: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.gallery-images li {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

@media (min-width: 568px) {
    .gallery-images li {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .gallery-images li {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media (min-width: 1024px) {
    .gallery-images li {
        width: 50%;
    }
}

.gallery-images li a {
    width: 100%;
    height: 100%;
    float: left;
}

.tab-open {
    right: 25px;
    z-index: 10;
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1024px) {
    .tab-open {
        display: none !important;
    }
}

.tab-close {
    right: 15px;
    z-index: 10;
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1024px) {
    .tab-close {
        display: none !important;
    }
}

.expand-height {
    height: 100% !important;
    overflow-y: scroll !important;
}

.reduce-height {
    height: 0% !important;
}

.page-header-height {
    height: 100px !important;
}

@media (min-width: 568px) {
    .page-header-height {
        height: 75px !important;
    }
}

.hidden-gallery .card-img-top {
    height: 250px;
}

.ng-binding a {
    font-weight: 900;
    margin: 0;
    font-size: 1rem;
    margin-right: 5px;
    text-transform: uppercase;
}

span.px1 {
    color: white;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 10px;
    margin-left: 10px;
    display: block;
}

input.field-dark.ng-pristine.ng-valid.ng-touched {
    border-radius: 0;
    border: 1px black solid;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}

input.field-dark.ng-pristine.ng-valid.ng-touched:focus {
    outline-color: #ff9800;
    border-radius: 0;
}

.button-nav-dark {
    background: #0b3934;
    padding: 10px;
    border-radius: 0 !important;
}

.ng-binding {
    background: #082420;
    width: 600px;
    padding: 37.5px;
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none !important;
    height: 100px;
    font-weight: bold;
    font-size: 1rem;
    color: white;
}

canvas {
    display: none;
    background-color: white;
}

@media (min-width: 1024px) {
    canvas {
        margin: 0 auto;
        display: block;
        width: 400px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) !important;
        left: 100px;
        right: 0;
        margin-top: 50px;
    }
}

@media (min-width: 1440px) {
    canvas {
        width: 500px;
    }
}

.ng-scope {
    background: #0b3934;
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    height: 100vh;
}

.ng-isolate-scope {
    width: 100%;
    background: #b38f8f;
}

.bg-blue {
    background: transparent !important;
}

.life-viewer {
    display: none;
}

@media (min-width: 1024px) {
    .life-viewer {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        display: block;
        left: 0;
        padding-left: 100px;
    }
}

#gg-life-0-trigger {
    display: none;
}

@media (min-width: 1024px) {
    #gg-life-0-trigger {
        display: block;
    }
}

#life-viewer-2 {
    display: none;
}

@media (min-width: 1024px) {
    #life-viewer-2 {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        display: block;
        left: 0;
        padding-left: 100px;
    }
}

.clearfix.mb2.white.bg-blue {
    background: #082420 !important;
    width: 100%;
    float: left;
    display: block;
    height: 100px;
    padding: 0;
    margin: 0;
}

.left.ng-binding a:nth-of-type(2) {
    margin-right: 0;
}

.left.ng-binding a:nth-of-type(3) {
    display: none;
}

.left.ng-binding a:nth-of-type(4) {
    display: none;
}

.left.ng-binding a:nth-of-type(5) {
    display: none;
}

.gg-life-close-btn {
    position: absolute;
    top: 0;
    right: 12.5px;
    height: 100px;
}

#icons-apps {
    display: flex;
    text-align: center;
    background: #0000003d;
    width: 80%;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (min-width: 731px) {
    #icons-apps {
        width: 90%;
        padding: 5px;
    }
}

@media (min-width: 1024px) {
    #icons-apps {
        width: 100%;
    }
}

.ios {
    margin: 5px;
}

.android {
    margin: 5px;
}

#icons-apps img {
    width: 32px;
}

@media (min-width: 1024px) {
    #icons-apps img {
    }
}

.apps {
    width: 85px;
    display: flex;
    margin: 0 auto;
}

.dev-hr {
    display: none;
}

@media (min-width: 1024px) {
    .dev-hr {
        display: block;
    }
}

#special .hamburger--vortex .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg);
}

#menu-gg-perks-hook {
    display: block;
}

@media (min-width: 1024px) {
    #menu-gg-perks-hook {
        display: none;
    }
}

.perks-hook {
    display: block;
}

@media (min-width: 1024px) {
    .perks-hook {
        display: none;
    }
}

.development-p {
    line-height: 1.25rem;
    margin-top: 5px;
}

@media (min-width: 1024px) {
    .development-p {
        line-height: 1.75rem;
        margin-top: 10px;
    }
}

#full-section {
    width: 100%;
}

.card-body h5 a {
    color: #082420;
}

.perk-template .wp-block-jetpack-tiled-gallery {
    margin-top: 0.75rem !important;
}

@media (min-width: 1024px) {
    .perk-template .wp-block-jetpack-tiled-gallery {
        margin-top: 1.5rem !important;
    }
}

.jp-carousel-info {
    display: none !important;
}

.jp-carousel {
    height: 300px;
    bottom: 0 !important;
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%);
    overflow: hidden;
}

@media (min-width: 1024px) {
    .jp-carousel {
        height: 100vh;
        bottom: 0 !important;
    }
}

.jp-carousel-slide img {
    background: #082420 !important;
}

.jp-carousel-next-button, .jp-carousel-previous-button, .jp-carousel-slide, .jp-carousel-slide img {
    bottom: 0 !important;
    top: 0 !important;
    object-fit: contain;
    object-position: center;
}

.jp-carousel-slide {
    height: 100% !important;
}

.jp-carousel-transitions .jp-carousel-close-hint span {
    color: #FF9800;
    height: 22px;
    font: 900 38px/1 "Helvetica Neue", sans-serif !important;
    text-align: center;
    vertical-align: middle;
    width: 22px;
    background: transparent;
    margin: 0;
    border-radius: 0;
}

#carousel-gallery .carousel-inner {
    width: 100%;
    float: left;
    display: inline-block;
}

@media (min-width: 1024px) {
    #carousel-gallery .carousel-inner {
        margin-top: -50px;
    }
}

#slider {
    height: 100%;
}

.gallery-hook {
    left: initial;
    bottom: 200px;
    right: 10px;
    top: initial;
    position: fixed;
    z-index: 0;
}

@media (min-width: 1024px) {
    .gallery-hook {
        margin: 0;
        bottom: 60px;
        right: 33.33333333333%;
    }
}

@media (min-width: 1600px) {
    .gallery-hook {
        bottom: 60px;
        right: 25%;
    }
}

#thumbnails-gallery img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
    float: initial;
}

#carousel-gallery .carousel-item img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -25px;
}

@media (min-width: 568px) and (max-height: 414px) {
    #carousel-gallery .carousel-item img {
        padding-right: 175px;
        height: 100%;
        object-fit: contain;
        padding-bottom: 75px;
        object-position: center;
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    #carousel-gallery .carousel-item img {
        position: initial;
        top: initial;
        transform: initial;
        height: inherit;
        object-fit: contain;
        object-position: center;
        margin-top: 0;
    }
}

#carousel-gallery .carousel-item {
    height: 100%;
}

#thumbnails-gallery {
    float: left;
    display: inline-block;
    overflow-y: auto;
    margin-top: 0;
    padding-top: 130px;
    background: #082420;
    position: relative;
    width: 33.333333333%;
    padding-top: 100px;
}

#thumbnails-gallery .carousel-indicators {
    margin-top: 0;
}

.expand-gg {
    position: absolute;
    left: 125px;
    margin-left: 25px;
    font-weight: 900;
    margin: 0;
    font-size: 1rem;
    margin-right: 5px;
    background: #0b3934;
    padding: 10px;
    border-radius: 0 !important;
    text-transform: uppercase;
    top: 27.5px;
}

#gallery-aside-section {
    width: 100%;
    height: 100vh;
    float: left;
    background: #093934;
    padding-bottom: 175px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 75px;
}

@media (min-height: 568px) and (min-width: 1024px) {
    #gallery-aside-section {
    }
}

@media (min-width: 568px) and (max-height: 414px) {
    #gallery-aside-section {
        width: 100%;
        float: left;
        padding-right: 175px;
        overflow-y: hidden;
    }
}

@media (min-width: 1024px) {
    #gallery-aside-section {
        background: #082420;
        padding-left: 0;
        padding-bottom: 0;
    }
}

#gallery-secondary-aside {
    display: none;
    padding-top: 100px;
    padding-bottom: 150px;
}

@media (min-width: 568px) and (max-height: 414px) {
    #gallery-secondary-aside {
        padding-right: 175px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 568px) {
    #gallery-secondary-aside {
        padding-top: 75px;
    }
}

@media (min-width: 1024px) {
    #gallery-secondary-aside {
        padding-bottom: 0;
        width: 30%;
        float: left;
        position: relative;
        display: block;
        padding-left: 0;
        padding-top: 100px;
    }
}

@media (min-width: 1600px) {
    #gallery-secondary-aside {
        width: 25%;
    }
}

#gallery-section {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
}

@media (min-width: 568px) and (max-height: 414px) {
    #gallery-section {
    }
}

@media (min-width: 568px) {
    #gallery-section {
    }
}

@media (min-width: 1024px) {
    #gallery-section {
        width: 70%;
        float: left;
        display: inline-block;
    }
}

@media (min-width: 1600px) {
    #gallery-section {
        width: 75%;
        float: left;
        display: inline-block;
    }
}

#carousel-gallery {
    overflow: hidden;
}

#carousel-gallery .carousel-indicators {
    margin: 0 auto;
    height: 100%;
    position: relative;
    list-style: initial;
    display: block;
    width: 210px;
    padding: 10px;
    padding-top: 110px;
    z-index: 0;
}

@media (min-width: 568px) and (max-height: 414px) {
    #carousel-gallery .carousel-indicators {
        width: 285px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 85px;
    }
}

@media (min-width: 568px) and (min-height: 414px) {
    #carousel-gallery .carousel-indicators {
        padding-bottom: 20px;
        padding-right: 0;
        padding-left: 0;
        width: 380px;
        padding-top: 85px;
    }
}

@media (min-width: 1024px) {
    #carousel-gallery .carousel-indicators {
        padding-top: 110px;
        padding-bottom: 20px;
        padding-right: 0;
        padding-left: 0;
        width: 230px;
    }
}

@media (min-width: 1600px) {
    #carousel-gallery .carousel-indicators {
        height: 100vh;
        display: block;
        background: #082420;
        padding-top: 110px;
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 30px;
        width: 360px;
    }
}

@media (min-width: 1920px) {
    #carousel-gallery .carousel-indicators {
        padding-top: 110px;
        padding-bottom: 40px;
        padding-right: 30px;
        padding-left: 30px;
        width: 450px !important;
    }
}

#carousel-gallery .carousel-indicators li {
    margin: 0;
    float: left;
    display: inline-block;
    width: 85px;
    z-index: 10000;
    position: relative;
    opacity: 1;
    text-indent: initial;
    background: transparent;
    height: 85px;
    border: 0;
    padding: 5px;
    flex: none;
}

@media (min-height: 768px) and (min-width: 1024px) {
    #carousel-gallery .carousel-indicators {
        /* padding-top: 110px; */
        /* padding-bottom: 20px; */
        /* padding-right: 0; */
        /* padding-left: 0; */
        width: 230px;
    }
}

@media (min-width: 1024px) {
    #carousel-gallery .carousel-indicators li {
        width: 95px;
        height: 95px;
        padding: 10px;
    }
}

@media (min-width: 1600px) {
    #carousel-gallery .carousel-indicators li {
        width: 130px;
        height: 130px;
    }
}

@media (min-width: 1920px) {
    #carousel-gallery .carousel-indicators li {
        width: 110px;
        height: 110px;
    }
}

#carousel-gallery .carousel-indicators li a {
    margin: 0 auto;
    background: transparent;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}

.wp-block-embed-youtube {
    max-width: 600px;
    margin: 0 auto;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    .wp-block-embed-youtube {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

#menu-gg-hook {
    display: none !important;
}

@media (min-width: 1024px) {
    #menu-gg-hook {
        display: block !important;
    }
}

.image-communityevents {
    object-position: bottom;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.perk-template-perk .app {
    overflow-y: auto;
}

.page-template-events .app {
    overflow-y: scroll;
}

.page-template-event .app {
    overflow-y: scroll;
}

.h2-small {
    float: left;
    width: 100%;
    font-size: 50%;
    left: 1.5px;
    position: relative;
}

@media (max-width: 414px) {
    .pa {
        position: absolute;
        top: 0;
        width: 100%;
    }
}

.form-group select {
    height: 40px;
    display: block;
    width: 100%;
    line-height: 1;
    color: #0b3934;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    letter-spacing: 0.25px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding-left: 10px;
}

.field-budget {
    border-top: 3px #0b3934 solid;
    background: white;
}

.field-budget label {
    border-bottom: 0;
    top: -2.5px;
    position: relative;
}

.jp-carousel-close-hint {
    top: 0 !important;
}

.image-homeviews {
    width: 200px;
    margin: 0 auto;
    display: block;
}

#life-viewer-1 > div:first-of-type {
    background: #0b3934;
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    height: 100vh;
}

#GG-life-hook-1 {
    background: #0b3934;
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    height: 100vh;
}

pdf-viewer {
    background: #0b3934;
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    height: 100vh;
}

.page-template-life-2 {
    background: white;
}

.page-template-life-1 {
    background: white;
}

.btn-home-issue-mobile {
    display: block;
}

@media (min-width: 1024px) {
    .btn-home-issue-mobile {
        display: none;
    }
}

.btn-home-issue-desktop {
    display: none;
}

@media (min-width: 1024px) {
    .btn-home-issue-desktop {
        display: block;
    }
}

.btn-perks-issue-mobile {
    display: block;
}

@media (min-width: 1024px) {
    .btn-perks-issue-mobile {
        display: none;
    }
}

.btn-perks-issue-desktop {
    display: none;
}

@media (min-width: 1024px) {
    .btn-perks-issue-desktop {
        display: block;
    }
}

.page-template-life-2 .card {
    border-bottom-color: #ff9800;
}

.page-template-life-1 .card {
    border-bottom-color: #ff9800;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(217, 131, 35);
}

#wpforms-submit-32 {
    display: inline-block;
    float: right;
    padding: 10px;
    padding-left: 15px;
    padding-bottom: 9px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px white solid;
    border-radius: 0;
    background: transparent;
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
    width: inherit;
}

#wpforms-submit-32:hover {
    color: white;
    text-decoration: none;
    width: 100%;
}

.wpforms-field input {
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px) !important;
    line-height: 1 !important;
    color: #0b3934 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    letter-spacing: 0.25px !important;
    font-size: 11px !important;
    padding: 20px !important;
    padding-left: 15px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    text-align: left;
}

.wpforms-field-label {
    display: inline-block !important;
    text-transform: uppercase !important;
    color: white;
    float: left !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    border-bottom: 3px #e18215 solid !important;
    width: 100% !important;
    text-align: left !important;
    padding-bottom: 0 !important;
    margin-bottom: -1px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
}

#wpforms-32-field_5 {
    height: 40px;
    display: block;
    width: 100%;
    line-height: 1;
    color: #0b3934;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    letter-spacing: 0.25px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-left: 15px;
}

#wpforms-32-field_4 {
    height: 40px;
    display: block;
    width: 100%;
    line-height: 1;
    color: #0b3934;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    letter-spacing: 0.25px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-left: 15px;
}

#wpforms-32-field_4-container {
    padding: 0;
    background: white;
}

#wpforms-32-field_5-container {
    padding: 0;
    background: white;
}

#wpforms-32-field_4-container .wpforms-field-label {
    background: #0b3934;
}

#wpforms-32-field_5-container .wpforms-field-label {
    background: #0b3934;
}

.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0 !important;
    margin-bottom: 10px;
}

.wpforms-error {
    text-align: center;
    padding: 10px !important;
    border: 2px white solid !important;
    float: left !important;
    width: 100% !important;
    color: white !important;
    border-top: 0 !important;
}

#wpforms-confirmation-32 {
    background: #082420;
    float: left;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    border: 3px #da8324 solid;
    width: 100%;
    text-align: center;
}

#wpforms-confirmation-32 p {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.9rem;
    line-height: 1rem;
}

#wpforms-form-32 select {
    background-image: url(https://cdn4.iconfinder.com/data/icons/geomicons/32/672341-triangle-down-16.png);
    background-repeat: no-repeat;
    background-position: 97.5% 50%;
    background-size: 16px;
}

.active-gallery {
    border: 5px #ff9800 solid;
}

.page-template-life-3 {
    background: white;
}

.page-template-life-3 .card {
    border-bottom: 3px #ff9800 solid;
}

#wpforms-32-field_8-container {
    display: none;
}