/** !
Theme Name: Middle Chine View
Theme URI: https://www.middlechineview.com/
Description: Bespoke Theme for Middle Chine View 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-color: #f6f1e9;
    overflow: auto;
}
body {
    background: none;
    color: #1c243a;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 auto 1em;
    color: #C6A269;
    text-transform: none;
    font-family: "scotch-display", "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
}
p {
    font-size: 1rem;
    line-height: 2;
}
ul > li,
ol > li {
    font-size: 1rem;
}

hr {
    border-top-color: #1a2239;
    border-top-width: 1px;
}

span {
    color: #c6a269;
}
label {
    color: #fff;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    padding: 0.75em 0.85em !important;
    color: #1c243a;
    font-size: 0.9rem !important;
    background-color: #fff !important;
    border: #cecece 1px solid !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}
input[type="file"] {
    color: #1c243a;
}
select {
    color: #1c243a;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    height: auto;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background-color: #fff !important;
    border: #cecece 1px solid !important;
}
textarea {
    min-height: 175px !important;
    max-height: 175px !important;
    padding: 0.75em 0.85em !important;
    font-size: 0.9rem !important;
    background-color: #fff !important;
    border: #cecece 1px solid !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="submit"] {
    width: auto;
    font-size: 0.9rem;
    padding: 0.75rem 3.5rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff !important;
    text-align: center;
    background: #c6a269;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: #c6a269 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;
}
input[type="submit"]:hover {
    color: #1a2239 !important;
    background-color: transparent;
    text-decoration: none;
    border: #1a2239 1px solid;
}
.btn {
    width: auto;
    font-size: 0.9rem;
    padding: 0.75rem 3.5rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: normal;
    color: #c6a269 !important;
    text-align: center;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: #c6a269 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;
}
.btn:hover {
    color: #1a2239 !important;
    background-color: transparent;
    text-decoration: none;
    border: #1a2239 1px solid;
}
.btn-secondary {
    color: #1a2239 !important;
    background-color: transparent;
    border: #1a2239 1px solid;
}
.btn-secondary:hover {
    color: #c6a269 !important;
    background-color: transparent;
    border: #c6a269 1px solid;
}

.forminator-ui.forminator-design--flat .forminator-button-submit {
    width: auto !important;
    font-size: 0.9rem !important;
    padding: 0.75rem 3.5rem !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    font-weight: normal !important;
    color: #fff !important;
    text-align: center !important;
    background: #c6a269 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #c6a269 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;
    -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: #1a2239 !important;
    background-color: transparent !important;
    text-decoration: none !important;
    border: #1a2239 1px solid !important;
}

.forminator-design--flat .forminator-input-with-icon [class*="forminator-icon-"] {
    display: none !important;
}
.ui-datepicker.forminator-calendar--flat .ui-datepicker-header .ui-corner-all.ui-datepicker-next, 
.ui-datepicker.forminator-calendar--flat .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
    background-color: #c6a269 !important;
}
.forminator-calendar--flat .ui-datepicker-calendar tbody td a.ui-state-default.ui-state-highlight{
    color: #fff !important;
    background-color: #c6a269 !important;
}

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

header .img-logo {
    width: 188px;
}

section#hero {
    position: relative;
}
section#hero.no-bg {
    position: relative;
    padding: 6.5em 0;
}
section#hero h1 {
    padding: 0 0.35em;
    font-size: 6.25rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
section#hero h1::before,
section#hero h1::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #1a2239;
}
section#hero h1::before {
    left: -1px;
}
section#hero h1::after {
    right: -1px;
}

section#hero.homepage-bg {
    background: #fff url('img/homepage-hero-bg.jpg') center no-repeat;
    background-size: cover;
}
section#hero.design-bg {
    background: #fff url('img/design-direction-hero-bg.jpg') center no-repeat;
    background-size: cover;
}
section#hero.location-bg {
    background: #fff url('img/location-hero-bg.jpg') center no-repeat;
    background-size: cover;
}
section#hero.homepage-bg::after,
section#hero.design-bg::after,
section#hero.location-bg::after,
section#hero.hero-overlay::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(26,34,57, 0.65);
}
section#hero > header {
    position: relative;
    z-index: 10;
}
section#hero > #inner {
    padding: 15em 0;
    position: relative;
    z-index: 10;
}
section#hero > #inner .fa-chevron-down {
    margin-left: -0.5em;
    color: #c6a269;
    font-size: 4.5rem;
    position: absolute;
    bottom: 0.45em;
    z-index: 10;
}
section#hero > #inner p {
    font-size: 1.35rem;
    color: #fff;
}
section#hero > #inner h1::before,
section#hero > #inner h1::after {
    background-color: #fff;
}
section#hero > header #primary > li > a, 
section#hero > header #secondary > li > a {
    color: #fff;
}
section#hero > header #primary > li > a:hover, 
section#hero > header #secondary > li > a:hover {
    color: #c6a269;
}
section#hero > header #primary > li.active > a, 
section#hero > header #secondary > li.active > a {
    color: #fff;
}

section#request h2 {
    font-size: 3.2rem;
}
section#request p {
    font-size: 1.4rem;
}

footer {
    background-color: #1a2239;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #fff;
}
footer p {
    color: #fff;
}
footer #details {
    padding: 5em 0 2.5em;
}
footer #logos {
    padding: 0 0 2.5em;
}
footer #ext {
    padding: 1.25em 0;
}
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: #c6a269;
}
footer p.credit {
    font-size: 0.85rem;
}
footer #forminator-module-27 {
    padding-bottom: 0.1em !important;
}
footer .forminator-ui#forminator-module-27.forminator-design--flat .forminator-label {
    display: none !important;
}
footer .forminator-ui#forminator-module-27.forminator-design--flat .forminator-input, footer .forminator-ui#forminator-module-27.forminator-design--flat .forminator-input input {
    padding: 0.5em 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-color: #fff !important;
}
footer .forminator-ui#forminator-module-27.forminator-design--flat .forminator-button-submit {
    color: #c6a269 !important;
    background-color: transparent !important;
    border: #c6a269 1px solid !important;
}
footer .forminator-ui#forminator-module-27.forminator-design--flat .forminator-button-submit:hover {
    color: #fff !important;
    background-color: transparent !important;
    border: #fff 1px solid !important;
}
footer .social {
    margin-top: 1em;
    padding: 0.5em;
}
footer .social > div > a > svg {
    font-size: 1.4rem;
    color: #c6a269 !important;
}
footer .social > div > a > svg:hover {
    color: #fff !important;
}
footer .logos {
    justify-content: start;
}
footer .logos > div > a > img {
    width: 180px;
}
footer .logos > div:first-child {
    border-right: #c6a269 1px solid;
}

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

a {
    font-weight: 600;
    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: #1c243a;
}
a:hover,
a[href^="tel"]:hover {
    text-decoration: none;
    color: #c6a269;
}
a.nostyle:active,
a.nostyle:visited,
a.nostyle:link {
    color: inherit;
    text-decoration: none;
}
.nostyle:hover {
    color: inherit;
    text-decoration: none;
}

.menu {
    max-width: 28px;
    margin: 0;
    color: #fff;
    cursor: pointer;
}
.menu > svg {
    width: 20px;
    color: #fff;
    font-size: 1.5rem;
}
.menu > svg:hover {
    color: #c6a269;
}
header.no-bg .menu {
    color: #1c243a;
}
header.no-bg .menu > svg {
    color: #1c243a;
}
header.no-bg .menu > svg:hover {
    color: #c6a269;
}
.overlay {
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 1020307;
    top: 0;
    left: 0;
    background: rgba(28, 36, 58, 0.95);
    background-size: cover;
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0;
    z-index: 5;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 2rem;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.overlay a:hover,
.overlay a:focus {
    color: #c6a269;
}
.overlay .closebtn {
    position: absolute;
    top: 0.65em;
    right: 1em;
    z-index: 10;
    font-size: 2rem;
    color: #fff;
}

#primary {
    padding-right: 2em;
}
#secondary {
    padding-left: 2em;
}
#primary > li, 
#secondary > li {
    padding: 0.5em 2em;
}
#primary > li > a, 
#secondary > li > a {
    padding: 0;
    color: #1a2239;
    font-weight: normal;
    line-height: 2;
}
#primary > li > a:hover, 
#secondary > li > a:hover {
    color: #c6a269;
}
#primary > li.active > a, 
#secondary > li.active > a {
    color: #1a2239;
    font-weight: 600;
}

#useful {
    margin: 0;
    padding: 0;
}
#useful > li {
    width: 100%;
    display: block;
}
#useful > li > a {
    padding: 0;
    color: #fff;
    font-weight: normal;
    line-height: 2;
    text-transform: uppercase;
}
#useful > li > a:hover {
    color: #c6a269;
}
#useful > li.active > a {
    color: #c6a269;
}

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

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

.white-bg {
    background-color: #fff;
}
.blue-bg {
    background-color: #1a2239;
}
.gold-bg {
    background-color: #dfbd7e;
}
.pale-bg {
    background-color: #f6f1e9;
}


.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6 {
    color: #dfbd7e;
}
.blue-bg p {
    color: #fff;
}
.blue-bg .btn {
    color: #dfbd7e !important;
    border: #dfbd7e 1px solid;
}
.blue-bg .btn:hover {
    color: #fff !important;
    background-color: transparent;
    text-decoration: none;
    border: #fff 1px solid;
}
.gold-bg h1, .gold-bg h2, .gold-bg h3, .gold-bg h4, .gold-bg h5, .gold-bg h6, .gold-bg p {
    color: #fff;
}
.gold-bg .btn {
    color: #fff !important;
    border: #fff 1px solid;
}
.gold-bg .btn:hover {
    color: #1a2239 !important;
    background-color: transparent;
    text-decoration: none;
    border: #1a2239 1px solid;
}

.request {
    justify-content: space-between;
}
.gold-border-left {
    padding-left: 1.25em;
    border-left: #dfbd7e 1px solid;
}
.blue-bg .gold-border-left > h4 {
    color: #dfbd7e;
}
.high-gold-border-left {
    padding-top: 5em;
    padding-left: 1.25em;
    border-left: #dfbd7e 1px solid;
}
.high-blue-border-left {
    padding-top: 5em;
    padding-left: 1.25em;
    border-left: #1a2239 1px solid;
}
.blue-bg .high-gold-border-left > h4 {
    color: #dfbd7e;
}

.modal-body {
    padding: 1.5em;
}

h1.large, h2.large {
    font-size: 3.75rem;
    line-height: 1.2;
    color: #1a2239;
}
h3.large {
    font-size: 3.25rem;
    line-height: 1.2;
    color: #1a2239;
}
h4.large {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #1a2239;
}
p.lead {
    font-size: 1.45rem;
    line-height: 1.4;
    color: #dfbd7e;
    font-weight: normal;
}

.img-gold-border-right {
    border-right: #dfbd7e 30px solid;
}

.has-fixed-layout thead {
    background-color: #1a2239;
}
.has-fixed-layout thead th {
    color: #fff;
    font-size: 0.9rem;
    padding: 1.25em 1em;
    border: none !important;
}
.has-fixed-layout tbody td {
    font-size: 0.9rem;
    padding: 1.25em 1em;
    border: none !important;
}
.has-fixed-layout tbody tr:nth-of-type(even) {
    background-color: rgba(236,236,236,1);
    border: none !important;
}
.has-fixed-layout tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,1);
    border: none !important;
}

.card.card-stats {
    padding: 2.5em 1.25em;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.card.card-stats > .card-body {
    padding: 0;
}
.card.card-stats > .card-body > .card-title {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.85rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: normal;
}
.card.card-stats-home {
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.card.card-stats-home > .card-body > .card-title {
    margin-bottom: 0;
    color: #C6A269;
    font-size: 1.85rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: normal;
}

.stats-bg-001 {
    background: url('img/stats-bg-001.svg') center no-repeat;
    background-size: 76%;
}
.stats-bg-002 {
    background: url('img/stats-bg-002.svg') center no-repeat;
    background-size: 76%;
}
.stats-bg-003 {
    background: url('img/stats-bg-003.svg') center no-repeat;
    background-size: 76%;
}

.card.card-highlight {
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: #1a2239 1px solid;
}
.card.card-highlight > .card-body {
    padding: 1em 0;
}
.card.card-highlight > .card-body > .card-title {
    font-size: 1.1rem;
    color: #1a2239;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
}
.blue-bg .card.card-highlight {
    border-bottom: #fff 1px solid;
}
.blue-bg .card.card-highlight > .card-body > .card-title {
    color: #fff;
}

.logos-hero {
    justify-content: center;
}
.logos-hero > div > a > img {
    width: 160px;
}
.logos-hero > div:first-child {
    border-right: #c6a269 1px solid;
}

.intro__card {
	background: #1a2239;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.intro__padded {
	padding: 1em 4em;
}
.intro__padded.larger_padded {
	padding: 4em;
}
.intro__padded > * {
	color: #fff;
}
.intro__padded p:last-child {
	margin: 0;
}

.card.card-homepage-icon {
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.card.card-homepage-icon > .card-body {
    padding: 1em;
}
.card.card-homepage-icon > .card-body > .card-title {
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
}
.img-homepage-icon { 
    max-width: 220px;
    margin-bottom: 1em;
}

/* ==========================================================================
    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.4em 0.8em;
    font-size: 0.9em;
    font-weight: 700;
    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: #1c243a;
}
.cc-btn {
    color: #c6a269 !important;
    background-color: transparent !important;
    border: #c6a269 1px solid !important;
}
.cc-btn:hover {
    color: #1a2239 !important;
    background-color: transparent !important;
    border: #1a2239 1px solid !important;
}

.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;
}

/* ==========================================================================
    WP Page Navi
   ========================================================================== */

.wp-pagenavi {
    width: 100%;
    height: auto;
    margin: 1rem auto;
    text-align: center;
    clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    color: #1c243a;
    border: 0px solid #029bab;
    padding: 3px 5px;
    margin: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #4c99ab;
}
.wp-pagenavi span.current {
    color: #1c243a;
    font-weight: 600;
}

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

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    section#hero > #inner .fa-chevron-down {
        font-size: 2.5rem !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) {
    section#hero > #inner .fa-chevron-down {
        font-size: 2.5rem !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) {
    header .img-logo {
        width: 100px;
    }
    section#hero > #inner {
        padding: 7em 0;
    }
    section#hero h1 {
        font-size: 3.5rem;
    }
    section#hero > #inner p {
        font-size: 0.9rem;
    }
    section#hero > header #primary > li > a,
    section#hero > header #secondary > li > a {
        font-size: 0.8rem;
    }
    section#hero > #inner .fa-chevron-down {
        font-size: 2.5rem;
    }
    footer .logos {
        justify-content: center;
    }
    footer p.credit {
        text-align: center;
    }
    footer p.credit {
        font-size: 0.7rem;
    }
    #primary {
        padding-left: 2em;
    }
    #secondary {
        padding-right: 1em;
    }
    #primary > li, #secondary > li {
        padding: 0.5em 1em;
    }
    .menu > svg {
        font-size: 1.25rem;
    }
    h1.large, h2.large {
        font-size: 2.75rem;
    }
    .card.card-stats-home > .card-body {
        padding: 2em 1.25rem;
    }
    .stats-bg-001,
    .stats-bg-002,
    .stats-bg-003 {
        background-size: 60%;
    }
    .intro__padded, .intro__padded.larger_padded {
        padding: 2em;
    }
    section#request h2 {
        font-size: 2.25rem;
    }
    .request {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    header .img-logo {
        width: 100px;
    }
    section#hero > #inner {
        padding: 7em 0;
    }
    section#hero h1 {
        font-size: 3.5rem;
    }
    section#hero > #inner p {
        font-size: 0.9rem;
    }
    section#hero > header #primary > li > a,
    section#hero > header #secondary > li > a {
        font-size: 0.8rem;
    }
    section#hero > #inner .fa-chevron-down {
        font-size: 2.5rem;
    }
    footer .logos {
        justify-content: center;
    }
    footer p.credit {
        text-align: center;
    }
    footer p.credit {
        font-size: 0.7rem;
    }
    #primary {
        padding-left: 2em;
    }
    #secondary {
        padding-right: 1em;
    }
    #primary > li, #secondary > li {
        padding: 0.5em 1em;
    }
    .menu > svg {
        font-size: 1.25rem;
    }
    h1.large, h2.large {
        font-size: 2.75rem;
    }
    .card.card-stats-home > .card-body {
        padding: 2em 1.25rem;
    }
    .stats-bg-001,
    .stats-bg-002,
    .stats-bg-003 {
        background-size: 60%;
    }
    .intro__padded, .intro__padded.larger_padded {
        padding: 2em;
    }
    section#request h2 {
        font-size: 2.25rem;
    }
    .request {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    section#hero h1 {
        font-size: 4.5rem;
    }
    section#hero > #inner p {
        font-size: 1.15rem;
    }
    section#hero > #inner .fa-chevron-down {
        font-size: 3.75rem;
    }
    footer p,
    #useful > li > a {
        font-size: 0.84rem;
    }
    footer .logos {
        justify-content: center;
    }
    .stats-bg-001,
    .stats-bg-002,
    .stats-bg-003 {
        background-size: 70%;
    }
    .card.card-stats-home > .card-body > .card-title {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #primary > li, #secondary > li {
        padding: 0.5em 0.75em;
    }
}

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

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

@media print {
    * {
        background: transparent !important;
        color: #000 !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;
    }
}
