/** !
Theme Name: Spring Cottage Dog Club Hotel
Theme URI: https://www.springcottagedogclubhotel.co.uk/
Description: Bespoke Theme for Spring Cottage Dog Club Hotel using WordPress. Gutenberg compatible. Using Bootstrap 4 and Font Awesome 5.
Author: Elms Creative
Author URI: https://www.elmscreative.com/
Version: 1.0
Text Domain: elmscreative
*/

/* ==========================================================================
    Elements
   ========================================================================== */

html,
body {
    height: 100%;
}
html {
    background: #fbf3eb;
    overflow: auto;
}
body {
    background: none;
    color: rgba(0, 0, 0, 0.75);
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5em;
    color: rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    letter-spacing: 2px;
}
h1 > svg,
h2 > svg,
h3 > svg,
h4 > svg,
h5 > svg,
h6 > svg {
    color: #126031;
}
p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
}
p > strong {
    font-weight: 700;
}
ul > li,
ol > li {
    font-size: 1rem;
    font-weight: 400;
}

label {
    margin-bottom: 0.25em !important;
    color: #fff !important;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    height: auto !important;
    padding: 0.75em 1em !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}
input[type="file"] {
    color: #fff !important;
}
select {
    color: #fff !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    height: 45px !important;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
}
textarea {
    min-height: 175px !important;
    max-height: 175px !important;
    padding: 0.75em 1em !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
    font-style: italic;
}

input[type="submit"] {
    width: auto;
    padding: 0.75em 1.75em;
    font-size: 1rem;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    color: #bba16c !important;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: #bba16c 1px solid;
    -moz-transition: color 0s linear 0s;
    -webkit-transition: color 0s linear 0s;
    -o-transition: color 0s linear 0s;
    transition: color 0s linear 0s;
    background: transparent;
}
input[type="submit"]:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #bba16c;
    border: #bba16c 1px solid;
}

.btn,
.wp-element-button {
    width: auto !important;
    padding: 0.75em 1.75em !important;
    display: inline-block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    color: #bba16c !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #bba16c 1px solid !important;
    -moz-transition: color 0s linear 0s !important;
    -webkit-transition: color 0s linear 0s !important;
    -o-transition: color 0s linear 0s !important;
    transition: color 0s linear 0s !important;
    background: transparent !important;
}
.btn:hover,
.wp-element-button:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #bba16c !important;
    border: #bba16c 1px solid !important;
}

.btn-inverted {
    width: auto;
    padding: 0.75em 1.75em;
    display: inline-block;
    font-size: 1rem;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    color: #fff !important;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: #fff 1px solid;
    -moz-transition: color 0s linear 0s;
    -webkit-transition: color 0s linear 0s;
    -o-transition: color 0s linear 0s;
    transition: color 0s linear 0s;
    background: transparent;
}
.btn-inverted:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #254a33;
    border: #254a33 1px solid;
}

.btn-home {
    width: auto;
    padding: 0.75em 1.75em;
    display: inline-block;
    font-size: 1rem;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    color: #fff !important;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: #bba16c 1px solid;
    -moz-transition: color 0s linear 0s;
    -webkit-transition: color 0s linear 0s;
    -o-transition: color 0s linear 0s;
    transition: color 0s linear 0s;
    background: transparent;
}
.btn-home:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #bba16c;
    border: #bba16c 1px solid;
}

.forminator-ui.forminator-design--flat .forminator-button-submit {
    width: auto !important;
    padding: 0.75em 1.75em !important;
    margin: 0 auto !important;
    display: block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    color: #fff !important;
    text-align: center !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #fff 1px solid !important;
    -moz-transition: color 0s linear 0s !important;
    -webkit-transition: color 0s linear 0s !important;
    -o-transition: color 0s linear 0s !important;
    transition: color 0s linear 0s !important;
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    -moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
}
.forminator-ui.forminator-design--flat .forminator-button-submit:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #bba16c !important;
    border: #bba16c 1px solid !important;
}

/* ==========================================================================
		  Structure
		 ========================================================================== */

header {
    padding: 0.45em 0;
    background-color: #fbf3eb;
}
header p {
    font-size: 0.75rem;
    font-weight: 500;
    color: #254a33;
}

nav.navbar {
    width: 100%;
}
nav.navbar .img-logo {
    max-width: 128px;
}
nav.navbar .contact-info {
    justify-content: end;
}
nav.navbar .contact-info a {
    padding: 0.5em 0.1em;
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
    font-size: 1rem;
}
nav.navbar .contact-info a:first-child {
    position: relative;
    top: -1px;
}
nav.navbar .contact-info a > svg {
    padding: 0.45em;
    color: #fff;
    background-color: #bba16c;
    text-decoration: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
nav.navbar .contact-info a:hover > svg {
    color: #ccc;
    background-color: #254a33;
}
nav.navbar .contact-info a:hover {
    color: #bba16c;
}
nav.navbar .license {
    text-align: right;
    font-size: 0.65rem;
}
.navbar-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-flex-item {
    flex: 1;
}

.navbar-brand-container {
    flex: 0 0 120px;
    display: flex;
    justify-content: center;
}

.navbar-brand {
    max-width: 120px;
}

section#hero {
    padding: 15em 1.25em;
    position: relative;
    overflow: hidden;
    background-color: transparent;
}
section#hero .parallax-bg {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    will-change: transform;
}
section#hero > .container {
    position: relative;
    z-index: 2;
}
section#hero.hero-large-size {
    padding: 18em 1.25em;
}
section#hero.hero-home-size {
    padding: 10em 1.25em;
}
section#hero h1 {
    text-align: center;
    font-size: 3.5rem;
    letter-spacing: 10px;
    color: #fff;
}
section#hero::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

footer {
    padding: 3.75em 0;
    background-color: #000;
}
footer p {
    color: #fff;
    font-size: 0.9rem;
}
footer a:active,
footer a:visited,
footer a:link,
footer a[href^="tel"] {
    color: #fff;
}
footer a:hover,
footer a[href^="tel"]:hover {
    text-decoration: none;
    color: #ccc;
}

/* ==========================================================================
		  Links and Navigation
		 ========================================================================== */

a {
    font-weight: 700;
    text-decoration: none;
    -moz-transition: color 0.1s linear 0.1s;
    -webkit-transition: color 0.1s linear 0.1s;
    -o-transition: color 0.1s linear 0.1s;
    transition: color 0.1s linear 0.1s;
}
a:active,
a:visited,
a:link,
a[href^="tel"] {
    color: rgba(0, 0, 0, 0.75);
}
a:hover,
a[href^="tel"]:hover {
    text-decoration: none;
    color: #bba16c;
}
a.nostyle:active,
a.nostyle:visited,
a.nostyle:link {
    color: inherit;
    text-decoration: none;
}
.nostyle:hover {
    color: inherit;
    text-decoration: none;
}
.btn-link:hover {
    color: #bba16c;
}

.navbar-toggler {
    float: right;
    margin: 0.75em 1em;
    text-align: right;
    display: block;
    position: relative;
    z-index: 35;
}
.navbar-toggler > svg {
    color: #121212;
}
.navbar-toggler > svg:hover {
    color: #bba16c;
}

#primary,
#secondary {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
#primary > li,
#secondary > li {
    margin: 0;
    padding: 0.5em 1em;
    display: inline-block;
    list-style: none;
}
#primary > li > a,
#secondary > li > a {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.75);
    font-size: 0.94rem;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}
#primary > li > a:hover,
#secondary > li > a:hover {
    color: #bba16c;
}
#primary > li.active a,
#secondary > li.active a {
    color: #bba16c;
    font-weight: 700;
}
#primary > li.current-menu-item > a,
#primary > li.current-page-ancestor > a,
#secondary > li.current-menu-item > a,
#secondary > li.current-page-ancestor > a {
    color: #bba16c;
    font-weight: 700;
}

.dropdown-menu {
    padding: 0 !important;
}
.dropdown-menu > li {
    width: 100% !important;
}
.dropdown-menu > li > a {
    width: 100% !important;
    padding: 1.1em 2em !important;
    font-size: 1.15rem !important;
    display: block !important;
    text-transform: capitalize !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #126031 !important;
}

/* ==========================================================================
		  Misc
		 ========================================================================== */

.section {
    padding: 5em 0;
    position: relative;
    z-index: 5;
}
.section-mini {
    padding: 2.5em 0;
    position: relative;
    z-index: 5;
}
.section-very-mini {
    padding: 1em 0;
    position: relative;
    z-index: 5;
}
.section-none {
    padding: 0;
    position: relative;
    z-index: 5;
}

.light-green-bg {
    background-color: #c0c9ba;
}
.light-green-bg h1,
.light-green-bg h2,
.light-green-bg h3,
.light-green-bg h4,
.light-green-bg h5,
.light-green-bg h6,
.light-green-bg p {
    color: #254a33;
}

.dark-green-bg {
    background-color: #254a33;
}
.dark-green-bg h1,
.dark-green-bg h2,
.dark-green-bg h3,
.dark-green-bg h4,
.dark-green-bg h5,
.dark-green-bg h6,
.dark-green-bg p {
    color: #fff;
}

.gold-bg {
    background-color: #bba16c;
}
.gold-bg h1,
.gold-bg h2,
.gold-bg h3,
.gold-bg h4,
.gold-bg h5,
.gold-bg h6,
.gold-bg p {
    color: #fff;
}

#mapCanvas {
    width: 100%;
    height: 542px;
    border-radius: 0px;
}

.intro__card {
    background-color: transparent;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.intro__card > .intro__padded {
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.intro__card > .intro__padded {
    padding: 1em 4em;
}
.intro__card > .intro__padded > h2 {
    margin: 0 0 0.5em;
}
.intro__card > .intro__padded.larger_padded {
    padding: 5em;
}
.intro__card > .intro__padded p:last-child {
    margin: 0;
}
.intro__card > .intro__padded .btn {
    width: auto !important;
    align-self: flex-start !important;
}

.contact-page-details td {
    padding: 1.25em 1em;
    font-weight: 700;
}
.contact-page-details td svg {
    font-size: 2.25rem;
    color: #254a33;
}

.bar-options {
    justify-content: center;
}
.bar-options > div {
    font-size: 1.25rem;
    letter-spacing: 2px;
    color: #254a33;
    font-weight: 700;
    text-transform: uppercase;
}
.bar-options-alt {
    justify-content: center;
}
.bar-options-alt > div {
    font-size: 0.9rem;
    letter-spacing: 2px;
    color: #254a33;
    font-weight: 700;
    text-transform: uppercase;
}

.benefits {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.benefits .item {
    flex: 0 0 20%;
    box-sizing: border-box;
    padding: 10px;
}
.benefits .item .card-title {
    font-weight: 700;
    font-size: 0.95rem;
}
.benefits .item .card-text {
    font-weight: 400;
    font-size: 0.9rem;
}

.card-benefit {
    border: none;
    background-color: transparent;
}
.card-benefit > .card-body > h5 {
    font-size: 1.1rem;
}
.card-benefit > .img-benefit-icon {
    max-width: 125px;
    margin: 0 auto;
}

.img-homepage-hero-logo {
    max-width: 500px;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    padding: 6px 10px;
    background-color: #bba16c;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    transition: background-color 0.3s;
}
#back-to-top > svg {
    position: relative;
    top: 2px;
}

#back-to-top:hover {
    background-color: #254a33;
}

.gallery-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.gallery-item img {
    width: 100%;
}
.owl-dots {
    margin: -1.5em 0 0;
    position: relative;
    z-index: 15;
}

/* ==========================================================================
		  Cookie Consent
		 ========================================================================== */

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}
.cc-window.cc-invisible {
    opacity: 0;
}
.cc-animate.cc-revoke {
    transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0);
}
.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
    text-decoration: underline;
}
.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}
.cc-window.cc-static {
    position: static;
}
.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cc-revoke {
    padding: 0.5em;
}
.cc-header {
    font-size: 18px;
    font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em;
}
.cc-link:hover {
    opacity: 1;
}
.cc-link:active,
.cc-link:visited {
    color: initial;
}
.cc-btn {
    display: block;
    padding: 0.5em 0.75em;
    font-size: 0.9em;
    font-weight: 600;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
    min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}
.cc-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.6em;
    opacity: 0.9;
    line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
    opacity: 1;
}
.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}
.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}
.cc-top {
    top: 1em;
}
.cc-left {
    left: 1em;
}
.cc-right {
    right: 1em;
}
.cc-bottom {
    bottom: 0;
}
.cc-floating > .cc-link {
    margin-bottom: 1em;
}
.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1;
}
.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}
.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}
.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}
.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1;
    font-size: 0.9em;
}
.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1;
}
.cc-btn + .cc-btn {
    margin-left: 0.5em;
}
.cc-message {
    color: #121212;
}
.cc-btn {
    color: #bba16c !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background-color: transparent !important;
    border: #bba16c 1px solid;
}
.cc-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #bba16c !important;
    border: #bba16c 1px solid;
}
.cc-btn > svg {
    display: none;
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none;
}
.cc-theme-classic .cc-btn {
    border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}
.cc-theme-edgeless.cc-window {
    padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: 0.8em 1.8em;
    height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0;
}

/* ==========================================================================
		  Google Recapatcha V3
		 ========================================================================== */

.grecaptcha-badge {
    display: none !important;
}

/* ==========================================================================
		  Media Queries: iPad
		 ========================================================================== */

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .contact-info {
        display: block !important;
    }
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .contact-info {
        display: block !important;
    }
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ==========================================================================
		  Bootstrap Queries
		 ========================================================================== */

@media (max-width: 575.98px) {
    .cc-window.cc-floating {
        padding: 1em !important;
    }
    .cc-floating .cc-message {
        font-size: 0.8rem !important;
    }
    .navbar-flex-container {
        flex-wrap: wrap;
    }
    .navbar-collapse {
        flex-basis: 100%;
        order: 3;
    }
    .navbar-flex-item.order-lg-2 {
        flex: 0 0 auto;
    }
    .navbar-flex-item:first-child {
        flex: 0 0 100%;
        order: 3;
    }
    .navbar-flex-item:last-child {
        flex: 0 0 auto;
        margin-left: auto;
    }
    .navbar-flex-item.order-lg-2 {
        flex: 0 0 100%;
        position: absolute;
        top: 0.75em;
        left: 2em;
        z-index: 15;
    }
    .contact-info {
        display: none !important;
    }
    .img-homepage-hero-logo {
        max-width: 440px;
    }
    section#hero h1 {
        font-size: 2.25rem;
    }
    .benefits .item {
        flex: 0 0 50%;
    }
    .card-benefit > .img-benefit-icon {
        max-width: 55px;
    }
    .card-benefit > .card-body {
        padding: 1em 0.25em;
    }
    .img-homepage-hero-logo {
        max-width: 300px;
    }
    section#hero {
        padding: 10em 1.25em;
    }
    section#hero.hero-home-size {
        padding: 5em 1.25em;
    }
    section#hero.hero-large-size {
        padding: 14em 1.25em;
    }
    section#hero h1 {
        font-size: 1.55rem;
    }
    .section,
    .section-mini {
        padding: 2.5em 0;
    }
    .intro__card > .intro__padded.larger_padded {
        padding: 3em 2.5em;
    }
    .contact-page-details {
        table-layout: fixed;
        word-wrap: break-word;
    }
    .contact-page-details td:last-child {
        max-width: calc(100% - 40px);
    }
    footer p {
        font-size: 0.8rem;
    }
    header p {
        font-size: 0.65rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .cc-window.cc-floating {
        padding: 1em !important;
    }
    .cc-floating .cc-message {
        font-size: 0.8rem !important;
    }
    .navbar-flex-container {
        flex-wrap: wrap;
    }
    .navbar-collapse {
        flex-basis: 100%;
        order: 3;
    }
    .navbar-flex-item.order-lg-2 {
        flex: 0 0 auto;
    }
    .navbar-flex-item:first-child {
        flex: 0 0 100%;
        order: 3;
    }
    .navbar-flex-item:last-child {
        flex: 0 0 auto;
        margin-left: auto;
    }
    .navbar-flex-item.order-lg-2 {
        flex: 0 0 100%;
        position: absolute;
        top: 0.75em;
        left: 2em;
        z-index: 15;
    }
    .contact-info {
        display: none;
    }
    .img-homepage-hero-logo {
        max-width: 440px;
    }
    section#hero h1 {
        font-size: 2.25rem;
    }
    .benefits .item {
        flex: 0 0 50%;
    }
    .card-benefit > .img-benefit-icon {
        max-width: 55px;
    }
    .card-benefit > .card-body {
        padding: 1em 0.25em;
    }
    .img-homepage-hero-logo {
        max-width: 300px;
    }
    section#hero {
        padding: 10em 1.25em;
    }
    section#hero.hero-home-size {
        padding: 5em 1.25em;
    }
    section#hero.hero-large-size {
        padding: 14em 1.25em;
    }
    section#hero h1 {
        font-size: 1.55rem;
    }
    .section,
    .section-mini {
        padding: 2.5em 0;
    }
    .intro__card > .intro__padded.larger_padded {
        padding: 3em 2.5em;
    }
    .contact-page-details {
        table-layout: fixed;
        word-wrap: break-word;
    }
    .contact-page-details td:last-child {
        max-width: calc(100% - 40px);
    }
    footer p {
        font-size: 0.8rem;
    }
    header p {
        font-size: 0.65rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-flex-container {
        flex-wrap: wrap;
    }
    .navbar-collapse {
        flex-basis: 100%;
        order: 3;
    }
    .navbar-flex-item.order-lg-2 {
        flex: 0 0 auto;
    }
    .navbar-flex-item:first-child {
        flex: 0 0 100%;
        order: 3;
    }
    .navbar-flex-item:last-child {
        flex: 0 0 auto;
        margin-left: auto;
    }
    .navbar-flex-item.order-lg-2 {
        flex: 0 0 100%;
        position: absolute;
        top: 0.75em;
        left: 2em;
        z-index: 15;
    }
    .img-homepage-hero-logo {
        max-width: 440px;
    }
    section#hero h1 {
        font-size: 2.25rem;
    }
    .benefits .item {
        flex: 0 0 25%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-flex-item:first-child {
        display: flex;
        justify-content: flex-start;
    }
    .navbar-flex-item:last-child {
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .navbar-flex-item:first-child {
        display: flex;
        justify-content: flex-start;
    }
    .navbar-flex-item:last-child {
        display: flex;
        justify-content: flex-end;
    }
    .intro__card {
        min-height: 1000px;
    }
    section#hero {
        padding: 20em 1.25em;
    }
    section#hero.hero-large-size {
        padding: 25em 1.25em;
    }
    section#hero.hero-home-size {
        padding: 15em 1.25em;
    }
}

@media (min-width: 1400px) {
    .navbar-flex-item:first-child {
        display: flex;
        justify-content: flex-start;
    }
    .navbar-flex-item:last-child {
        display: flex;
        justify-content: flex-end;
    }
    .intro__card {
        min-height: 1000px;
    }
    section#hero {
        padding: 20em 1.25em;
    }
    section#hero.hero-large-size {
        padding: 25em 1.25em;
    }
    section#hero.hero-home-size {
        padding: 15em 1.25em;
    }
}

/* ==========================================================================
		  Print
		 ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #121212 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
