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

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

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}
p > strong {
    font-weight: 600;
    color: #404040;
}
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: #1a3a2d;
}
span {
    color: #1a3a2d;
}

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: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}
input[type="file"] {
    color: #fff !important;
}
select {
    font-family: "Open Sans", 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: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !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: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    font-family: "Open Sans", 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.75em 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: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    border: #1a3a2d 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: #1a3a2d !important;
}
input[type="submit"]:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #404040 !important;
    border: #404040 1px solid !important;
}

.btn,
.vp-pagination__load-more {
    width: auto !important;
    padding: 0.75em 2em !important;
    display: inline-block !important;
    font-size: 0.95rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    border: #1a3a2d 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: #1a3a2d !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,
.vp-pagination__load-more:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #404040 !important;
    border: #404040 1px solid !important;
}
.vp-pagination__load-more > span {
    color: #fff !important;
}

.wp-element-button,
.forminator-ui.forminator-design--flat .forminator-button-submit {
    width: 100% !important;
    padding: 0.75em 2em !important;
    display: inline-block !important;
    font-size: 0.95rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #404040 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    border: #cbd5c5 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: #cbd5c5 !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;
}
.wp-element-button:hover,
.forminator-ui.forminator-design--flat .forminator-button-submit:hover {
    color: #404040 !important;
    text-decoration: none !important;
    background-color: #404040 !important;
    border: #404040 1px solid !important;
}

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

#topbar {
    background: #c8d4c8;
    padding: 0.5em 0;
}
.topbar-socials a {
    color: #2d4a42;
    font-size: 1.25rem;
    margin-left: 1rem;
    transition: color 0.3s ease;
}
.topbar-socials a:hover {
    color: #000;
}

nav.navbar {
    background: #fff;
    padding: 1em 1.5em;
    position: relative;
    z-index: 5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
nav.navbar .navbar-brand .img-logo {
    max-width: 125px;
    margin: -2.5em 0;
}
nav.navbar .btn {
    padding: 0.75rem 1.5rem;
    background: #1a3a2d;
    border: none;
}
nav.navbar .btn:hover {
    background: #404040;
}
nav.navbar .navbar-toggler {
    border: none;
    color: #2d4a42;
    font-size: 1.5rem;
}
nav.navbar .navbar-collapse {
    flex-grow: 0;
}
nav.navbar .navbar-nav {
    flex-direction: row;
}
nav.navbar .navbar-nav .nav-item {
    margin: 0 0.5rem;
}
nav.navbar .navbar-brand {
    margin-right: 2rem;
}
nav.navbar .navbar-nav .nav-item {
    margin: 0 1rem;
}
nav.navbar .navbar-nav .nav-link {
    padding: 0.5rem 0;
}
nav.navbar .btn {
    width: auto !important;
    white-space: nowrap;
    margin-left: 1.5rem !important;
}

.hero-wrapper {
    position: relative;
}
section#hero {
    padding: 10em 0;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
        url("assets/images/homepage-hero.jpg");
    background-size: cover;
    background-position: center;
}
section#hero.frontpage {
    padding: 12.5em 0;
    display: flex;
    align-items: center;
}
section#hero h1 {
    font-size: 3.35rem;
    font-weight: normal;
    line-height: 1.2;
    color: #fff;
}
section#hero .hero-description {
    font-size: 1.05rem;
    color: #fff;
}

.hero-buttons .btn {
    width: auto !important;
    display: inline-block !important;
}
.hero-buttons .btn-inverted {
    color: #404040 !important;
    background: #cbd5c5 !important;
    border: 1px solid #cbd5c5 !important;
}
.hero-buttons .btn-inverted:hover {
    background: #404040 !important;
    border: 1px solid #404040 !important;
    color: #fff !important;
}

@media (max-width: 767px) {
    .hero-buttons .btn {
        display: block !important;
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .hero-buttons .btn-primary {
        margin-right: 0 !important;
    }
}

#breadcrumbs {
    color: #fff;
    font-size: 0.9rem;
}
#breadcrumbs a,
#breadcrumbs span {
    color: #fff;
}
#breadcrumbs svg {
    color: #cbd5c5;
}

section#quick {
    position: relative;
    background: transparent;
    z-index: 25;
}
section#quick .quick-background {
    position: relative;
    width: 100%;
    overflow: hidden;
}
section#quick .quick-background img {
    display: block;
    height: 650px;
    object-fit: cover;
}
section#quick .quick-form-container {
    position: relative;
    margin-top: -200px;
    margin-bottom: -44px;
}
section#quick .card-form {
    padding: 1em 1em 0.75em;
    background: #2d4a42;
    border: none;
    border-radius: 6px;
}
section#quick .card-form .card-body {
    padding: 1em;
}
section#quick .get-your-quote {
    justify-content: space-between;
}
section#quick .get-your-quote > div > h3 {
    color: #fff;
}
section#quick .get-your-quote > div > hr {
    border-top: #fff 1px solid;
}
section#quick #forminator-module-26 {
    margin-top: 0.5em;
}
@media (max-width: 991px) {
    section#quick .quick-form-container {
        margin-top: -150px;
    }
}

section#testimonials {
    margin-bottom: -5em;
    padding: 7.5em 0 10em;
    position: relative;
    z-index: 5;
}

section#pre-footer.cta {
    position: relative;
    z-index: 25;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
        url("assets/images/contact-bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 4rem 0;
}
section#pre-footer .card-form {
    padding: 1.5em;
    margin-top: -9em;
    background: #2d4a42;
    border: none;
    border-radius: 6px;
}
section#pre-footer .card-form .card-body {
    padding: 1em;
}
section#pre-footer h2 {
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
}

footer {
    padding: 3.25rem 0;
    background: #fff;
}
footer .img-footer-logo {
    margin: 0 auto;
    display: block;
}
footer h5 {
    font-size: 1.25rem;
}

footer p,
footer a,
footer li {
    font-size: 0.95rem;
}
footer #secondary {
    padding: 0;
    list-style: none;
}
footer #secondary a {
    padding: 0.25em 0;
    color: inherit;
    text-decoration: none;
    font-weight: normal;
}
footer #secondary a:hover {
    color: #1a3a2d;
}
footer .footer-socials a {
    font-size: 1.5rem;
    margin-right: 0.75rem;
    color: inherit;
}
footer .footer-socials a:hover {
    color: #404040;
}
footer svg:hover {
    color: #404040;
}

footer#ext {
    padding: 0;
}
footer#ext > .container-fluid > .row > .col-11 {
    padding: 1rem 0;
    border-top: 1px solid #b7b7b7;
}
footer#ext a {
    color: inherit;
    text-decoration: none;
}
footer#ext a:hover {
    color: #1a3a2d;
}
footer#ext .powered {
    justify-content: space-between;
}
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: #404040;
}
a:hover,
a[href^="tel"]:hover {
    text-decoration: none;
    color: #1a3a2d;
}
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: #1a3a2d;
}
.btn.moving {
    position: relative;
    transition: all 0.3s ease;
}

.navbar-toggler {
    margin: 0.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: #cbd5c5;
}
.navbar-toggler > svg:hover {
    color: #cbd5c5;
}

#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: #404040;
    font-size: 1.35rem;
    text-transform: capitalize;
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif !important;
    font-weight: normal;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
    border-bottom: transparent 1px solid;
}
#primary > li > a:hover {
    color: #cbd5c5;
    border-bottom: #cbd5c5 1px solid;
}
#primary > li.active a {
    color: #cbd5c5;
    font-weight: normal;
    border-bottom: #cbd5c5 1px solid;
}
#primary > li.current-menu-item > a {
    color: #404040;
    font-weight: normal;
    border-bottom: #cbd5c5 1px solid;
}
#primary > li > a {
    transition: font-size 0.3s ease;
}

.dropdown-menu {
    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: #1a3a2d;
    cursor: poOpen Sans;
    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: #cbd5c5;
}
#back-to-top:hover > svg {
    color: #fff;
}

/* ==========================================================================
		  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: #cbd5c5;
}
.light-grey-bg {
    background-color: #f6f6f6;
}

.img-rounded {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
}

.card-service {
    background: #1a3a2d;
    color: #fff;
    border: none;
    border-radius: 6px;
    transition: transform 0.3s ease;
}
.card-service:hover {
    transform: translateY(-5px);
}
.card-service .card-body {
    padding: 1.45em;
}
.card-service .service-icon > svg {
    font-size: 2.5rem;
    color: #cbd5c5;
}
.card-service .card-title {
    color: #fff;
    font-size: 1.75rem;
}
.card-service .card-text {
    font-size: 0.95rem;
}
.card-service .btn {
    padding: 0.5em 0 !important;
    background: transparent !important;
    border: none !important;
}

#faqs .accordion .card {
    border: none;
    border-top: 1px solid #d5d5d5;
    border-radius: 0;
    margin-bottom: 0;
}
#faqs .accordion .card:last-child {
    border-bottom: 1px solid #d5d5d5;
}
#faqs .card-header {
    background: #fff;
    border: none;
    padding: 0;
}
#faqs .btn-block {
    width: 100% !important;
    padding: 1em 0.75em !important;
    font-size: 1rem !important;
    color: #404040 !important;
    text-align: left !important;
    background-color: transparent !important;
    border: none !important;
}
#faqs .btn-link {
    color: #404040;
    text-decoration: none;
    font-weight: 600;
    padding: 1rem 1.5rem;
}
#faqs .btn-link:hover {
    color: #1a3a2d;
}
#faqs .btn-link svg {
    color: #cbd5c5;
    font-size: 1.75rem;
    transition: transform 0.3s ease;
}
#faqs .btn-link:not(.collapsed) svg {
    transform: rotate(45deg);
}
#faqs .card-body {
    padding: 1.5rem;
}

.testimonials-more {
    justify-content: space-between;
}

.vp-portfolio__item:hover .vp-portfolio__item-overlay {
    opacity: 0.65 !important;
}

/* ==========================================================================
		  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: poOpen Sans;
    -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: #404040;
}
.cc-btn {
    color: #fff !important;
    text-decoration: none !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    background-color: #1a3a2d !important;
    border: #1a3a2d 1px solid;
}
.cc-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #404040 !important;
    border: #404040 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;
    }

    nav.navbar .navbar-brand .img-logo {
        max-width: 105px;
    }
    nav.navbar .navbar-collapse {
        margin-top: 1rem;
    }
    nav.navbar .ml-auto {
        margin-left: 0 !important;
        flex-direction: column;
        width: 100%;
    }
    nav.navbar .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    nav.navbar .navbar-nav .nav-item {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    nav.navbar .navbar-nav .nav-link {
        padding: 1rem 0;
        display: block;
    }
    nav.navbar .btn {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 1rem;
    }
    section#hero {
        padding: 8em 1.25em;
    }
    section#hero.frontpage {
        padding: 5em 1.25em;
    }
    section#hero h1 {
        font-size: 2.5rem;
    }
    section#hero .hero-description {
        font-size: 1rem;
    }
    section#testimonials {
        margin-bottom: -4.75em;
        padding: 7.5em 0 5em;
    }
    .testimonials-more {
        flex-wrap: wrap;
        justify-content: center;
    }
    .testimonials-more > * {
        padding: 0.5em 0;
        text-align: center;
    }
    section#quick .quick-background img {
        height: 320px;
    }
    section#pre-footer .card-form {
        margin-top: 0;
    }
    footer#ext .powered {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

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

    nav.navbar .navbar-brand .img-logo {
        max-width: 105px;
    }
    nav.navbar .navbar-collapse {
        margin-top: 1rem;
    }
    nav.navbar .ml-auto {
        margin-left: 0 !important;
        flex-direction: column;
        width: 100%;
    }
    nav.navbar .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    nav.navbar .navbar-nav .nav-item {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    nav.navbar .navbar-nav .nav-link {
        padding: 1rem 0;
        display: block;
    }
    nav.navbar .btn {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 1rem;
    }
    section#hero {
        padding: 8em 1.25em;
    }
    section#hero.frontpage {
        padding: 5em 1.25em;
    }
    section#hero h1 {
        font-size: 2.5rem;
    }
    section#hero .hero-description {
        font-size: 1rem;
    }
    section#testimonials {
        margin-bottom: -4.75em;
        padding: 7.5em 0 5em;
    }
    .testimonials-more {
        flex-wrap: wrap;
        justify-content: center;
    }
    .testimonials-more > * {
        padding: 0.5em 0;
        text-align: center;
    }
    section#quick .quick-background img {
        height: 320px;
    }
    section#pre-footer .card-form {
        margin-top: 0;
    }
    footer#ext .powered {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    nav.navbar .navbar-collapse {
        margin-top: 1rem;
    }
    nav.navbar .ml-auto {
        margin-left: 0 !important;
        flex-direction: column;
        width: 100%;
    }
    nav.navbar .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    nav.navbar .navbar-nav .nav-item {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    nav.navbar .navbar-nav .nav-link {
        padding: 1rem 0;
        display: block;
    }
    nav.navbar .btn {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 1rem;
    }
    section#pre-footer .card-form {
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

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

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

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