/** !
Theme Name: Forde Inn
Theme URI: https://www.fordeinn.co.uk/
Description: Bespoke Theme for Forde Inn 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
   ========================================================================== */

:root {
    --main-color: #323a38;
    --secondary-color: #555;
    --text-color: #323a38;
    --light-green: #cbe3c1;
    --main-font: "Montserrat", Arial, Helvetica, sans-serif;
}

html,
body {
    height: 100%;
}
html {
    background: #fff;
    overflow: auto;
}
body {
    background: none;
    color: var(--main-color);
    font-family: var(--main-font);
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 8px 0 0.5em;
    color: var(--light-green);
    text-transform: capitalize;
    font-family: var(--main-font) !important;
    font-weight: 800;
    position: relative;
}
h1::before,
h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: var(--main-color);
}
h1.no-border::before,
h2.no-border::before,
h3.no-border::before,
h4.no-border::before,
h5.no-border::before,
h6.no-border::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 28px;
    height: 0;
}

p {
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 500;
}
p > strong {
    font-weight: 700;
    color: var(--main-color);
}
ul,
ol {
    padding: 0 0 0 2em;
}
ul > li,
ol > li {
    font-size: 1rem;
}
hr {
    border-top: #cacaca 1px solid;
}
svg {
    color: var(--main-color);
}

label {
    margin-bottom: 0.25em !important;
    color: #323a38 !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: var(--text-color) !important;
    font-size: 0.95rem !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #cdcdcd !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-family: var(--main-font) !important;
}
input[type="file"] {
    color: var(--text-color) !important;
}
select {
    color: var(--text-color) !important;
    font-family: var(--main-font) !important;
    height: 45px !important;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background-color: #f7f7f7 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #cdcdcd !important;
}
textarea {
    min-height: 125px !important;
    max-height: 125px !important;
    padding: 0.75em 1em !important;
    font-size: 0.95rem !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #cdcdcd !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-family: var(--main-font) !important;
}

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

input[type="submit"] {
    width: auto !important;
    padding: 0.65em 1.15em !important;
    display: inline-block !important;
    font-size: 0.95rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    color: #151515 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: var(--light-green) 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: var(--light-green) !important;
}
input[type="submit"]:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: var(--main-color) !important;
    border: var(--main-color) 1px solid !important;
}

.btn,
.wp-element-button,
.forminator-ui.forminator-design--flat .forminator-button-submit {
    width: auto !important;
    padding: 0.65em 1.15em !important;
    display: inline-block !important;
    font-size: 0.95rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    color: #151515 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: var(--light-green) 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: var(--light-green) !important;
}
.btn:hover,
.wp-element-button:hover,
.forminator-ui.forminator-design--flat .forminator-button-submit:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: var(--main-color) !important;
    border: var(--main-color) 1px solid !important;
}

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

section#hero {
    background-color: var(--main-color);
}
section#hero > .container-fluid > .row {
    padding: 8em 1em;
    position: relative;
    z-index: 5;
}
section#hero > .container-fluid .container > .row {
    padding: 5em 1em;
    position: relative;
    z-index: 5;
}
section#hero h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 3.25rem;
}
section#hero h2 {
    margin-top: 0;
    margin-bottom: 0.25em;
    font-size: 3rem;
}
section#hero p {
    color: #fff;
    font-size: 1rem;
}
section#hero p > small {
    font-size: 0.9rem;
}
section#hero .hero-btn-group > div:first-child {
    padding-left: 0 !important;
}
section#hero nav.navbar a.btn {
    font-size: 0.9rem !important;
    padding: 0.5em 0.75rem !important;
}
section#hero nav.navbar a.btn:hover,
section#hero a.btn:hover {
    color: var(--main-color) !important;
    border: #fff 1px solid !important;
    background-color: #fff !important;
}
section#hero .hero-footer {
    padding: 1em 0;
}
section#hero .hero-footer h6 {
    color: var(--light-green);
}
section#hero .hero-footer hr {
    margin: 0.5em;
    border-top: #676d6c 1px solid;
}
section#hero .hero-footer .socials {
    justify-content: space-between;
}
section#hero .hero-footer .socials > div > a > svg {
    color: var(--light-green);
    font-size: 1rem;
}
section#hero .main-image-container {
    padding: 1em;
}
section#hero .main-image-container .depicter-primary-container {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

nav.navbar {
    padding: 1em 0;
}
nav.navbar .navbar-flex-container .navbar-flex-item:first-child,
nav.navbar .navbar-flex-container .navbar-flex-item:last-child {
    width: 180px;
}
nav.navbar .navbar-flex-container .navbar-flex-item:first-child {
    text-align: left;
}
nav.navbar .navbar-flex-container .navbar-flex-item:last-child {
    text-align: right;
}

main#content {
    overflow: hidden;
    word-break: break-word;
}

section#pre-footer {
    padding: 1.85em 0;
}
section#pre-footer h5 {
    color: var(--main-color);
    font-size: 1.1rem;
}
section#pre-footer p,
section#pre-footer a,
section#pre-footer address {
    font-size: 0.95rem;
    font-weight: 500;
}

footer {
    padding: 2em 0 1em;
    position: relative;
    background-color: var(--main-color);
    overflow: hidden;
}
footer .container {
    position: relative;
    z-index: 5;
}
footer hr {
    border-top: #676d6c 1px solid;
}
footer #navvy {
    padding: 0 0 3.5em;
}
footer .socials svg {
    color: var(--light-green);
    font-size: 1.25rem;
}
footer .socials svg:hover {
    color: #fff;
}
footer .powered {
    justify-content: space-between;
}
footer .powered > div {
    color: #fff;
    font-size: 0.9rem;
}
footer .powered a:active,
footer .powered a:visited,
footer .powered a:link,
footer .powered a[href^="tel"] {
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--light-green);
}
footer .powered a:hover,
footer .powered a[href^="tel"]:hover {
    text-decoration: none;
    color: #fff;
}
footer .img-fordeinn-wording {
    position: absolute;
    bottom: -2em;
    right: -11em;
    z-index: 1;
}

/* ==========================================================================
		  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: var(--main-color);
}
a:hover,
a[href^="tel"]:hover {
    text-decoration: none;
    color: var(--light-green);
}
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: var(--light-green);
}
.btn.moving {
    position: relative;
    transition: all 0.3s ease;
}

.navbar-toggler {
    margin: 1.5em auto;
    text-align: left;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1030;
    border: none;
}
.navbar-toggler > svg {
    color: #fff;
}
.navbar-toggler > svg:hover {
    color: var(--light-green);
}
.navbar-collapse {
    transition: height 0.3s ease;
}

#primary,
#secondary,
#footer {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
#primary > li,
#secondary > li,
#footer > li {
    margin: 0;
    display: inline-block;
    list-style: none;
}
#primary > li,
#secondary > li {
    padding: 0.5em 1em;
}
#footer > li {
    margin: 0;
    padding: 0.5em 0.75em;
    display: inline-block;
    list-style: none;
}
#primary > li > a,
#secondary > li > a,
#footer > li > a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
}
#primary > li > a,
#secondary > li > a {
    font-size: 1rem;
}
#footer > li > a {
    font-size: 0.95rem;
}
#primary > li > a:hover,
#secondary > li > a:hover,
#footer > li > a:hover {
    color: var(--light-green);
}
#primary > li.active a,
#secondary > li.active a,
#footer > li.active a {
    color: #fff;
    font-weight: 600;
}
#primary > li.current-menu-item > a,
#primary > li.current-page-ancestor > a,
#secondary > li.current-menu-item > a,
#secondary > li.current-page-ancestor > a,
#footer > li.current-menu-item > a,
#footer > li.current-page-ancestor > a {
    color: var(--light-green);
    font-weight: 600;
}
#primary > li > a,
#secondary > li > a,
#footer > li > a {
    transition: font-size 0.3s ease;
}

.navbar-brand {
    margin-right: 0.65em;
}

.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: #fff !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: var(--light-green);
}
.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: var(--main-color);
}
.light-green-bg a:active,
.light-green-bg a:visited,
.light-green-bg a:link,
.light-green-bg a[href^="tel"] {
    color: var(--main-color);
}
.light-green-bg a:hover,
.light-green-bg a[href^="tel"]:hover {
    color: var(--secondary-color);
}

#mapCanvas {
    width: 100%;
    min-height: 360px;
}

.card {
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.card-form > .card-body {
    padding: 0 2em;
}

.contact-area {
    padding-right: 1em;
}

.food-menu-item {
    margin-bottom: 20px;
}
.food-menu-title {
    margin-bottom: 5px;
    font-size: 0.9rem;
    font-weight: 600;
}
.food-menu-description {
    margin-bottom: 0;
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.3;
}
.food-menu-price {
    font-weight: 700;
    text-align: right;
}

p.lead {
    font-weight: 500;
}

.about-btn-group > div:first-child {
    padding-left: 0 !important;
}

.img-about-first {
    margin-top: 2.5em;
}
.img-about-second {
    margin-top: 5em;
}

img,
.card.card-event img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.card.card-event > .card-body {
    padding: 0.5em 1em;
}
.card.card-event > .card-body > .card-title {
    color: var(--main-color);
    font-size: 1.1rem;
}
.card.card-event > .card-body > .card-title::before {
    content: "";
    height: 0px;
}

.custom-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.lightbox-container {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
.lightbox-img {
    max-width: 100%;
    max-height: 80vh;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}
.close-lightbox {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.gallery-carousel .item {
    padding: 1em 0;
}
.gallery-carousel .owl-nav {
    text-align: center;
    margin-top: 0;
}
.gallery-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    margin: 0 5px;
}
.gallery-carousel .owl-nav button > span {
    font-size: 2rem;
}
.owl-carousel .owl-item img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.card.card-menu {
    margin-bottom: 1.5em;
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.card.card-menu > .card-body {
    padding: 1em;
}
.card.card-menu > .card-body > .pdf-icon {
    margin-bottom: 0.75em;
}
.card.card-menu > .card-body > .pdf-icon > a > svg {
    font-size: 3.75rem;
}
.card.card-menu > .card-body > .card-title {
    font-size: 1.25rem;
}

/* ==========================================================================
		  Owl Carousel v2.3.4
		 ========================================================================== */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* ==========================================================================
		  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: var(--main-color);
}
.cc-btn {
    color: #fff !important;
    text-decoration: none !important;
    -webkit-border-radius: 125px !important;
    -moz-border-radius: 125px !important;
    border-radius: 125px !important;
    background-color: #323a38 !important;
    border: #323a38 1px solid;
}
.cc-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: var(--secondary-color) !important;
    border: var(--secondary-color) 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) {
}

/* 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) {
}

/* 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;
    }
    .img-about-first {
        margin-top: 0;
    }
    .img-about-second {
        margin-bottom: 2.5em;
    }
    section#hero .main-image-container {
        padding: 2em 0;
    }
    section#hero > .container-fluid .container > .row {
        padding: 4em 0;
    }
    section#hero > .container-fluid > .row {
        padding: 4em 1em;
    }
    section#hero h1 {
        font-size: 2.25rem;
    }
    section#hero h2 {
        font-size: 2.75rem;
    }
    section#hero p {
        font-size: 0.9rem;
    }
    section#hero .hero-btn-group {
        flex-wrap: wrap;
    }
    section#hero .hero-btn-group > div {
        width: 100%;
        margin-bottom: 0.25em;
        display: block;
    }
    section#hero .hero-btn-group > div > .btn {
        width: 100% !important;
        margin-bottom: 0.25em !important;
        display: block !important;
    }
    section#hero .hero-btn-group > div:first-child {
        padding-left: 5px !important;
    }
    nav.navbar .img-logo {
        width: 70px;
    }
    nav.navbar .navbar-flex-container .navbar-flex-item:first-child {
        position: absolute;
        top: 1.25em;
        left: 1em;
    }
    nav.navbar .navbar-flex-container .navbar-flex-item:last-child {
        position: absolute;
        top: 2.5em;
        right: 1em;
    }
    nav.navbar .navbar-flex-container .navbar-flex-item:nth-child(2) {
        width: 100%;
    }
    .navbar-toggler {
        float: right;
        margin: 1.5em 0;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--main-color);
        padding: 1rem;
        z-index: 1020;
    }
    #navbarNav {
        width: 100%;
    }
    section#pre-footer {
        padding: 1.85em 0 0;
    }
    .pre-footer-cols {
        margin-bottom: 1.5em;
    }
    footer #navvy {
        padding: 0px 0px 1.5em;
    }
    footer #navvy .col-lg-10 {
        text-align: center;
    }
    footer #navvy .navbar-brand {
        width: 220px;
        margin: 0 auto 1em;
    }
    footer #navvy .socials {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .img-fordeinn-wording {
        width: 800px;
        max-width: 800px;
        bottom: 8em;
        right: -20em;
    }
    footer .powered {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    footer .powered > div,
    footer .powered > div > p {
        font-size: 0.9rem;
    }
    .card-form > .card-body {
        padding: 2em 0;
    }
}

@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;
    }
    .img-about-first {
        margin-top: 0;
    }
    .img-about-second {
        margin-bottom: 2.5em;
    }
    section#hero .main-image-container {
        padding: 2em 0;
    }
    section#hero > .container-fluid .container > .row {
        padding: 4em 0;
    }
    section#hero > .container-fluid > .row {
        padding: 4em 1em;
    }
    section#hero h1 {
        font-size: 2.25rem;
    }
    section#hero h2 {
        font-size: 2.75rem;
    }
    section#hero p {
        font-size: 0.9rem;
    }
    section#hero .hero-btn-group {
        flex-wrap: wrap;
    }
    section#hero .hero-btn-group > div {
        width: 100%;
        margin-bottom: 0.25em;
        display: block;
    }
    section#hero .hero-btn-group > div > .btn {
        width: 100% !important;
        margin-bottom: 0.25em !important;
        display: block !important;
    }
    section#hero .hero-btn-group > div:first-child {
        padding-left: 5px !important;
    }
    nav.navbar .img-logo {
        width: 70px;
    }
    nav.navbar .navbar-flex-container .navbar-flex-item:first-child {
        position: absolute;
        top: 1.25em;
        left: 1em;
    }
    nav.navbar .navbar-flex-container .navbar-flex-item:last-child {
        position: absolute;
        top: 2.5em;
        right: 1em;
    }
    nav.navbar .navbar-flex-container .navbar-flex-item:nth-child(2) {
        width: 100%;
    }
    .navbar-toggler {
        float: right;
        margin: 1.5em 0;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--main-color);
        padding: 1rem;
        z-index: 1020;
    }
    #navbarNav {
        width: 100%;
    }
    section#pre-footer {
        padding: 1.85em 0 0;
    }
    .pre-footer-cols {
        margin-bottom: 1.5em;
    }
    footer #navvy {
        padding: 0px 0px 1.5em;
    }
    footer #navvy .col-lg-10 {
        text-align: center;
    }
    footer #navvy .navbar-brand {
        width: 220px;
        margin: 0 auto 1em;
    }
    footer #navvy .socials {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .img-fordeinn-wording {
        width: 800px;
        max-width: 800px;
        bottom: 8em;
        right: -20em;
    }
    footer .powered {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    footer .powered > div,
    footer .powered > div > p {
        font-size: 0.9rem;
    }
    .card-form > .card-body {
        padding: 2em 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-brand {
        margin-right: 0;
        width: 60px;
    }
    .img-about-first {
        margin-top: 0;
    }
    .img-about-second {
        margin-bottom: 2.5em;
    }
    section#hero .main-image-container {
        padding: 2em 0;
    }
    footer #navvy {
        padding: 0px 0px 1.5em;
    }
    footer #navvy .col-lg-10 {
        text-align: center;
    }
    footer #navvy .navbar-brand {
        width: 220px;
        margin: 0 auto 1em;
    }
    footer #navvy .socials {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .img-fordeinn-wording {
        width: 800px;
        max-width: 800px;
        bottom: 8em;
        right: 0;
    }
    footer .powered {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .powered > div,
    footer .powered > div > p {
        font-size: 0.9rem;
    }
    .card-form > .card-body {
        padding: 2em 0;
    }
    nav.navbar .navbar-flex-container .navbar-flex-item:first-child {
        position: absolute;
        top: 1.25em;
        left: 1em;
    }
    nav.navbar .navbar-flex-container .navbar-flex-item:last-child {
        position: absolute;
        top: 2.5em;
        right: 1em;
    }
    nav.navbar .navbar-flex-container .navbar-flex-item:nth-child(2) {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-brand {
        margin-right: 0;
        width: 60px;
    }
    #primary > li,
    #secondary > li {
        padding: 0.5em 0.75em;
    }
    #primary > li > a,
    #secondary > li > a {
        font-size: 0.9rem;
    }
    #footer > li > a {
        font-size: 0.9rem;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
}

@media (min-width: 1400px) {
}

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

@media print {
    * {
        background: transparent !important;
        color: var(--text-color) !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;
    }
}
