/** !
Theme Name: PMC Paintworks
Theme URI: https://www.pmcpaintworks.co.uk/
Description: Bespoke Theme for PMC Paintworks 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: #000;
    overflow: auto;
}
body {
    background: none;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5em;
    color: #fff;
    text-transform: capitalize;
    font-family: "Inter", Arial, Helvetica, sans-serif !important;
    font-weight: 800;
    position: relative;
    letter-spacing: -1px;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}
p > strong {
    font-weight: 600;
    color: #fff;
}
p.lead {
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.6;
}
ul,
ol {
    padding: 0 0 0 2em;
}
ul > li,
ol > li {
    font-size: 1rem;
}
hr {
    border-top: #383838 1px solid;
}
svg {
    color: #07b5d5;
}
span {
    color: #07b5d5;
}

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: 0.95rem !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #d5d5d5 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-family: "Inter", Arial, Helvetica, sans-serif !important;
}
input[type="file"] {
    color: #fff !important;
}
select {
    font-family: "Inter", Arial, Helvetica, sans-serif !important;
    height: 45px !important;
    padding: 0.75em 1em !important;
    color: #fff !important;
    font-size: 0.95rem !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 #d5d5d5 !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 #d5d5d5 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-family: "Inter", Arial, Helvetica, sans-serif !important;
}

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

input[type="submit"] {
    width: auto !important;
    padding: 0.55em 2em !important;
    display: inline-block !important;
    font-size: 0.95rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #07b5d5 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: #07b5d5 !important;
}
input[type="submit"]:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: transparent !important;
    border: #07b5d5 1px solid !important;
}

.btn,
.wp-element-button,
.forminator-ui.forminator-design--flat .forminator-button-submit {
    width: auto !important;
    padding: 0.55em 2em !important;
    display: inline-block !important;
    font-size: 0.95rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #07b5d5 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: #07b5d5 !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;
}
.btn:hover,
.wp-element-button:hover,
.forminator-ui.forminator-design--flat .forminator-button-submit:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: transparent !important;
    border: #07b5d5 1px solid !important;
}

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

nav.navbar {
    padding: 1em 2em;
    border-bottom: #07b5d5 1px solid;
}

section#hero {
    padding: 7.5em 0 5em;
    display: flex;
    align-items: center;
    background: url("assets/images/hero-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}
section#hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.6);
    pointer-events: none;
}
section#hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 600px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    pointer-events: none;
}
section#hero.frontpage {
    padding: 12.5em 0 10em;
}
section#hero .hero-content {
    position: relative;
    z-index: 1;
}
section#hero.frontpage h1,
section#hero h1 {
    font-weight: 700;
    line-height: 1.2;
    color: white;
}
section#hero.frontpage h1 {
    font-size: 4rem;
}
section#hero h1 {
    font-size: 2.75rem;
}
section#hero p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
}
section#hero p#breadcrumbs {
    font-size: 0.9rem;
}

.hero-social {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    z-index: 10;
    padding: 3.5rem 0;
}
.hero-social::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -1em;
    transform: translateX(-50%);
    width: 1px;
    height: 55px;
    background: rgba(255, 255, 255, 1);
}
.hero-social::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1em;
    transform: translateX(-50%);
    width: 1px;
    height: 55px;
    background: rgba(255, 255, 255, 1);
}
.social-icon {
    width: 50px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}
.social-icon > svg {
    color: #07b5d5;
}
.social-icon:hover {
    background: transparent;
    color: #fff;
    transform: scale(1.1);
}
.social-icon:hover > svg {
    color: inherit;
}

#pre-footer.cta {
    background-color: #07b5d5;
    overflow: hidden;
}
#pre-footer.cta img {
    object-fit: cover;
    object-position: center;
}
#pre-footer.cta .cta-content h2 {
    font-size: 2.25rem;
    color: #fff;
}
#pre-footer.cta .cta-content p.lead {
    font-size: 1.1rem;
    color: #fff;
}
#pre-footer.cta .cta-content .btn {
    background-color: #1a1a1a !important;
    border: #1a1a1a 1px solid !important;
}
#pre-footer.cta .cta-content .btn:hover {
    color: #1a1a1a !important;
    background-color: transparent !important;
    border: #1a1a1a 1px solid !important;
}

footer {
    padding: 4.5em 0;
}
footer p {
    font-size: 0.95rem;
}
footer .socials {
    justify-content: center;
}
footer .socials > div > a > svg {
    font-size: 1.25rem;
}
footer .socials > div > a > svg:hover {
    color: #fff;
}

footer#ext {
    padding: 1em 0;
    border-top: #07b5d5 1px solid;
}
footer#ext .powered {
    justify-content: center;
}
footer#ext .powered > div {
    font-size: 0.9rem;
}

/* ==========================================================================
		  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: #fff;
}
a:hover,
a[href^="tel"]:hover {
    text-decoration: none;
    color: #07b5d5;
}
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: #cfd2d6;
}
.btn.moving {
    position: relative;
    transition: all 0.3s ease;
}

.navbar-toggler {
    margin: 1.5em 0;
    padding: 0.45em 0.5em 0.35em;
    text-align: left;
    display: block;
    position: relative;
    z-index: 10;
    border: #fff 1px solid;
}
.navbar-toggler > svg {
    color: #07b5d5;
}
.navbar-toggler > svg:hover {
    color: #07b5d5;
}

#primary {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: end;
}
#primary > li {
    margin: 0;
    padding: 0.5em 1.25em;
    display: inline-block;
    list-style: none;
}
#primary > li > a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
    border-bottom: transparent 1px solid;
}
#primary > li > a:hover {
    color: #ccc;
    border-bottom: #07b5d5 1px solid;
}
#primary > li.active a,
#secondary > li.active a {
    color: #fff;
    font-weight: 600;
    border-bottom: #07b5d5 1px solid;
}
#primary > li.current-menu-item > a,
#primary > li.current-page-ancestor > a {
    color: #fff;
    font-weight: 600;
    border-bottom: #07b5d5 1px solid;
}
#primary > li > a {
    transition: font-size 0.3s ease;
}

.dropdown-menu {
    min-width: 15rem !important;
    padding: 0 !important;
    background-color: #1a1a1a;
}
.dropdown-menu > li {
    width: 100% !important;
}
.dropdown-menu > li > a {
    width: 100% !important;
    padding: 1em 1.25em !important;
    font-size: 0.95rem !important;
    display: block !important;
    text-transform: capitalize !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #126031 !important;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 12px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    padding: 5px 10px 7.5px;
    background-color: #000;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    transition: background-color 0.3s;
}
#back-to-top > svg {
    color: #fff;
    position: relative;
    top: 2px;
}
#back-to-top:hover {
    background-color: #000;
}
#back-to-top:hover > svg {
    color: #07b5d5;
}

/* ==========================================================================
		  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;
}

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

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

.service-card-archive {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.service-card-archive:hover {
    transform: translateY(-5px);
}
.service-overlay-archive {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    transition: background 0.3s ease;
}
.service-card-archive:hover .service-overlay-archive {
    background: rgba(15, 23, 42, 0.85);
}
.service-overlay-archive h3 {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    border-left: 3px solid #07b5d5;
    padding-left: 1rem;
}
.service-overlay-archive .service-excerpt {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    margin-bottom: 0;
    padding-left: 1rem;
}

.service-card-home {
    min-height: 320px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.service-card-home:hover {
    transform: translateY(-5px);
}
.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.7);
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    transition: background 0.3s ease;
}
.service-card-home:hover .service-overlay {
    background: rgba(15, 23, 42, 0.85);
}
.service-overlay h3 {
    color: white;
    font-size: 1.45rem;
    font-weight: 700;
    margin: 0;
    border-left: 2px solid #07b5d5;
    padding-left: 1rem;
}
.service-card-link {
    text-decoration: none;
    display: block;
}

.service-list {
    list-style: none;
    padding: 0;
}
.service-list li {
    padding-left: 1.25rem;
    margin-bottom: 0;
    position: relative;
}
.service-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #07b5d5;
    font-weight: bold;
}

.services-title {
    font-size: 2.25rem;
}
.services-desc {
    font-size: 0.95rem;
}

a.glightbox {
    transition: opacity 0.3s ease;
}

a.glightbox:hover {
    opacity: 0.65;
}

/* ==========================================================================
		  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.55em 2em !important;
    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: #fff;
}
.cc-btn {
    color: #fff !important;
    text-decoration: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #07b5d5 !important;
    border: #07b5d5 1px solid;
}
.cc-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: transparent !important;
    border: #07b5d5 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 {
        width: 100% !important;
        padding: 1em !important;
    }
    .cc-floating .cc-message {
        font-size: 0.8rem !important;
    }

    .img-logo {
        max-width: 140px;
    }
    .navbar-brand {
        position: relative;
        z-index: 1050;
    }
    section#hero.frontpage {
        padding: 5em 1em 0;
    }
    section#hero h1 {
        font-size: 2.5rem;
    }
    section#hero p {
        font-size: 1rem;
    }
    #pre-footer.cta img {
        min-height: 300px;
    }
    #pre-footer.cta .cta-content h2 {
        font-size: 1.75rem;
    }
    .card.card-form > .card-body {
        padding: 2em 0 0;
    }
    .img-footer-logo {
        max-width: 220px;
    }
    .service-card-home {
        min-height: 350px;
    }
    .section,
    .section-mini {
        padding: 2.5em 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .cc-window.cc-floating {
        width: 100% !important;
        padding: 1em !important;
    }
    .cc-floating .cc-message {
        font-size: 0.8rem !important;
    }

    .img-logo {
        max-width: 140px;
    }
    .navbar-brand {
        position: relative;
        z-index: 1050;
    }
    section#hero.frontpage {
        padding: 5em 1em 0;
    }
    section#hero h1 {
        font-size: 2.5rem;
    }
    section#hero p {
        font-size: 1rem;
    }
    #pre-footer.cta img {
        min-height: 300px;
    }
    #pre-footer.cta .cta-content h2 {
        font-size: 1.75rem;
    }
    .card.card-form > .card-body {
        padding: 2em 0 0;
    }
    .img-footer-logo {
        max-width: 220px;
    }
    .service-card-home {
        min-height: 350px;
    }
    .section,
    .section-mini {
        padding: 2.5em 0;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .img-logo {
        max-width: 180px;
    }
    section#hero.frontpage {
        padding: 10.5em 0 7em;
    }
    .card.card-form > .card-body {
        padding: 2em 0 0;
    }
    .img-footer-logo {
        max-width: 220px;
    }
    .service-card-home {
        min-height: 600px;
    }
}

@media (min-width: 992px) and (max-width: 1299.99px) {
    .img-logo {
        max-width: 180px;
    }
    #primary > li > a {
        font-size: 1rem;
    }
    .social-icons div > .btn {
        font-size: 1rem !important;
    }
    #pre-footer.cta .cta-content h2 {
        font-size: 2.25rem;
    }
    #pre-footer.cta .cta-content p.lead {
        font-size: 1.15rem;
    }
}

@media (min-width: 1300px) and (max-width: 1749.99px) {
    #primary > li > a {
        font-size: 1.25rem;
    }
    .social-icons div > .btn {
        font-size: 1.25rem !important;
    }
    #pre-footer.cta .cta-content h2 {
        font-size: 2.75rem;
    }
    #pre-footer.cta .cta-content p.lead {
        font-size: 1.25rem;
    }
}

@media (min-width: 1750px) {
    #primary > li > a {
        font-size: 1.25rem;
    }
    .social-icons div > .btn {
        font-size: 1.25rem !important;
    }
    section#hero.frontpage h1 {
        font-size: 5rem;
    }
    section#hero h1 {
        font-size: 3.75rem;
    }
    section#hero p {
        font-size: 1.35rem;
    }
    #pre-footer.cta .cta-content h2 {
        font-size: 3rem;
    }
    #pre-footer.cta .cta-content p.lead {
        font-size: 1.5rem;
    }
}

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

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