/** !
Theme Name: Southern Appliance Solutions
Theme URI: https://www.southernappliancesolutions.co.uk/
Description: Bespoke Theme for Southern Appliance Solutions 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: #ffffff;
    overflow: auto;
}
body {
    background: none;
    color: #2d3242;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5em;
    color: #2d3242;
    text-transform: capitalize;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    position: relative;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}
p > strong {
    font-weight: 700;
    color: #2d3242;
}
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: #1f232e 1px solid;
}
svg {
    color: #2d3242;
}
span {
    color: #1f232e;
}

label {
    margin-bottom: 0.25em !important;
    color: #2d3242 !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: #2d3242 !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: "Ubuntu", Arial, Helvetica, sans-serif !important;
}
input[type="file"] {
    color: #2d3242 !important;
}
select {
    font-family: "Ubuntu", Arial, Helvetica, sans-serif !important;
    height: 45px !important;
    padding: 0.75em 1em !important;
    color: #2d3242 !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: "Ubuntu", 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"],
.btn-inverted {
    width: auto !important;
    padding: 0.75em 2.25em !important;
    display: inline-block !important;
    font-size: 1rem !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: #2d3242 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: #2d3242 !important;
}
input[type="submit"]:hover,
.btn-inverted:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #1f232e !important;
    border: #1f232e 1px solid !important;
}

.btn,
.wp-element-button,
.forminator-ui.forminator-design--flat .forminator-button-submit {
    width: auto !important;
    padding: 0.75em 2.25em !important;
    display: inline-block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #2d3242 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #efe137 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: #efe137 !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: #1f232e !important;
    border: #1f232e 1px solid !important;
}

.forminator-ui.forminator-design--flat
    .forminator-select2
    + .forminator-select
    .selection
    .select2-selection--single[role="combobox"] {
    background-color: #f7f7f7 !important;
    border: 1px solid #d5d5d5 !important;
}
.forminator-ui.forminator-design--flat
    select.forminator-select2
    + .forminator-select
    .selection
    .select2-selection--single[role="combobox"]
    .select2-selection__rendered {
    padding: 0.75em 1em !important;
    color: #2d3242 !important;
    font-size: 0.95rem !important;
}
.forminator-select-dropdown-container--open
    .forminator-dropdown--flat
    .select2-results
    .select2-results__options
    .select2-results__option.select2-results__option--highlighted {
    outline: 0 solid #fff !important;
}
.forminator-select-dropdown-container--open
    .forminator-dropdown--flat
    .select2-results
    .select2-results__options
    .select2-results__option.select2-results__option--selected,
.forminator-select-dropdown-container--open
    .forminator-dropdown--flat
    .select2-results
    .select2-results__options
    .select2-results__option.select2-results__option--selected
    span:not(.forminator-checkbox-box) {
    background-color: #2d3242 !important;
}
.forminator-ui.forminator-design--flat
    .forminator-select2
    + .forminator-select
    .selection
    .select2-selection--single[role="combobox"]:focus {
    outline: 0 solid #fff !important;
}

.modal-body
    .forminator-ui.forminator-custom-form[data-design="flat"]:not(
        .forminator-size--small
    ) {
    margin: 0px !important;
    padding: 0 0.5em !important;
}

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

nav.navbar {
    padding: 0.5em 5em;
    position: relative;
    z-index: 25;
}
nav.navbar .img-logo {
    max-width: 200px;
    margin-bottom: -1.35em;
}

section#hero {
    padding: 0 2em;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
section#hero .hero-content {
    background: #fff url("assets/images/hero-bg.jpg") center no-repeat;
    background-size: cover;
    position: relative;
}
section#hero .hero-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.32);
    z-index: 1;
}
section#hero .hero-content .col {
    padding: 10em 1em;
    position: relative;
    z-index: 2;
}
section#hero h1 {
    margin-bottom: 1.35em;
    font-size: 3.25rem;
    color: #fff;
}
section#hero h1 > span {
    color: #efe137;
}
section#hero h1.hero-larger {
    font-size: 3.75rem;
    color: #fff;
}
section#hero p {
    margin-bottom: 1.35em;
    font-size: 1.35rem;
    line-height: 1.4;
    color: #fff;
}

#about {
    min-height: 600px;
    display: flex;
    align-items: center;
}
#about .about-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("assets/images/about-bg.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;
}
#about .card {
    background-color: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 0;
}
#about .card p:last-child {
    margin-bottom: 0;
}
#about .shadow {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

#whychoose .img-why {
    object-fit: cover;
}
#whychoose .text-success {
    color: #28a745 !important;
}
#whychoose span {
    color: #2d3242;
}

footer {
    padding: 3.5em 0;
    background-color: #f2f2f2;
    border-top: 1px solid rgba(45, 50, 66, 0.4);
    border-bottom: 1px solid rgba(45, 50, 66, 0.4);
}
footer .container-fluid {
    position: relative;
    z-index: 2;
}
footer p {
    color: #2d3242;
    font-size: 0.9rem;
}
footer .sitemap {
    justify-content: space-between;
}
footer ul {
    padding: 0;
    list-style: none;
}
footer ul li {
    margin-bottom: 0.5em;
    font-size: 0.9rem;
}
footer .socials > div > a > svg {
    font-size: 1.25rem;
}
footer .img-watermark {
    position: absolute;
    top: 15%;
    left: 25%;
    z-index: 0;
}

footer#ext {
    padding: 1em 0;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
}
footer#ext .powered {
    justify-content: space-between;
}
footer#ext .powered > div {
    color: #2d3242;
    font-size: 0.8rem;
}
footer#ext .powered a:active,
footer#ext .powered a:visited,
footer#ext .powered a:link,
footer#ext .powered a[href^="tel"] {
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    color: #2d3242;
}
footer#ext .powered a:hover,
footer#ext .powered a[href^="tel"]:hover {
    text-decoration: none;
    color: #2d3242;
}

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

.navbar-toggler {
    float: right;
    margin: 0;
    padding: 0.45em 0.5em 0.35em;
    text-align: left;
    display: block;
    position: relative;
    z-index: 10;
    border: #2d3242 1px solid;
}
.navbar-toggler > svg {
    color: #2d3242;
}
.navbar-toggler:hover {
    border: #efe137 1px solid;
}
.navbar-toggler:hover > svg,
.navbar-toggler > svg:hover {
    color: #efe137;
}

#primary,
#secondary {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
#primary > li,
#secondary > li {
    margin: 0;
    padding: 0.5em 1.25em;
    display: inline-block;
    list-style: none;
}
#primary > li > a,
#secondary > li > a {
    margin: 0;
    padding: 0;
    color: #2d3242;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
    transition: font-size 0.3s ease;
}
#primary > li > a:hover,
#primary > li.current-menu-item > a:hover,
#primary > li.current-page-ancestor > a:hover,
#secondary > li > a:hover,
#secondary > li.current-menu-item > a:hover,
#secondary > li.current-page-ancestor > a:hover {
    color: #efe137;
}
#primary > li.active a,
#secondary > li.active a {
    color: #2d3242;
    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 {
    color: #2d3242;
    font-weight: 600;
}

#sitemap {
    width: 100%;
    margin: 1.75em auto;
    padding: 0;
    text-align: center;
    justify-content: center;
}
#sitemap > li {
    margin: 0;
    padding: 0.5em 1.25em;
    display: inline-block;
    list-style: none;
}
#sitemap > li > a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
}
#sitemap > li > a:hover {
    color: #2d3242;
}
#sitemap > li.active a {
    color: #fff;
    font-weight: 600;
}
#sitemap > li.current-menu-item > a,
#sitemap > li.current-page-ancestor > a {
    color: #2d3242;
    font-weight: 600;
}
#sitemap > li > a {
    transition: font-size 0.3s ease;
}

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

#back-to-top {
    padding: 4px 10px 6px;
    display: none;
    position: fixed;
    bottom: 12px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    background-color: #2d3242;
    border-radius: 50%;
    transition: background-color 0.3s;
}
#back-to-top > svg {
    position: relative;
    top: 2px;
    color: #efe137;
}
#back-to-top:hover {
    background-color: #2d3242;
}
#back-to-top > svg:hover,
#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;
}

.grey-bg {
    background-color: #f6f6f6;
}
.dark-blue-bg {
    background-color: #1f232e;
}
.blue-bg {
    background-color: #2d3242;
}

.reviews {
    justify-content: space-between;
}
.reviews > div > h3 {
    color: #fff;
}
.ti-rating,
.ti-rating-text > span,
.ti-rating-text > span > strong {
    color: #fff !important;
}

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

.brand-item img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}
.brand-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.appliance-tabs {
    border-bottom: 2px solid #e9ecef;
}
.appliance-tabs .nav-item {
    margin: 0 15px;
}
.appliance-tabs .nav-link {
    border: none;
    background: transparent;
    padding: 15px 20px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}
.appliance-tabs .nav-link:hover {
    border-bottom-color: #efe137;
}
.appliance-tabs .nav-link.active {
    border-bottom-color: #efe137;
}
.img-appliance-icon {
    width: 80px;
    height: 80px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(11%) saturate(1015%)
        hue-rotate(196deg) brightness(95%) contrast(89%);
    transition: filter 0.3s ease;
}
.appliance-tabs .nav-link:hover .img-appliance-icon {
    filter: brightness(0) saturate(100%) invert(9%) sepia(13%) saturate(1334%)
        hue-rotate(196deg) brightness(98%) contrast(95%);
}
.appliance-tabs .nav-link.active .img-appliance-icon {
    filter: brightness(0) saturate(100%) invert(87%) sepia(46%) saturate(649%)
        hue-rotate(359deg) brightness(101%) contrast(91%);
}

.tab-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #2d3242;
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
}
.tab-nav-arrow > svg {
    color: #fff;
}
.tab-nav-arrow.left {
    left: 5px;
}
.tab-nav-arrow.right {
    right: 5px;
}
.tab-nav-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.modal-content.rounded-0 {
    border-radius: 0 !important;
}

/* ==========================================================================
		  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) {
    .card.card-form > .card-body {
        padding: 2em 0 !important;
    }
    .appliance-tabs-wrapper {
        position: relative !important;
        width: 100% !important;
    }
    .appliance-tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow: hidden !important;
        scroll-behavior: smooth !important;
        padding: 0 !important;
        border-bottom: none !important;
        margin: 0 !important;
    }
    .appliance-tabs .nav-item {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 50px !important;
    }
    .appliance-tabs .nav-link {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }
    .appliance-tabs .nav-link.active {
        border-bottom-color: #fff !important;
    }
    .navbar-flex-container > .navbar-flex-item:first-child,
    .navbar-flex-container > .navbar-flex-item:last-child {
        position: absolute !important;
        z-index: 5 !important;
    }
    .navbar-flex-container > .navbar-flex-item:first-child {
        top: 0 !important;
        left: 1.5em !important;
    }
    .navbar-flex-container > .navbar-flex-item:last-child {
        display: none !important;
    }
    .navbar-flex-container > .navbar-flex-item:nth-child(2) {
        width: 100% !important;
        padding: 1em 0 !important;
    }
    .navbar-collapse {
        width: 100% !important;
        transition: all 0.3s ease !important;
        overflow: hidden !important;
    }
    .navbar-collapse.collapsing {
        width: 100% !important;
    }
    #navbarNav {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #primary {
        margin: 2em auto 0 !important;
    }
}

/* 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) {
    .card.card-form > .card-body {
        padding: 2em 0 !important;
    }
    .appliance-tabs-wrapper {
        position: relative !important;
        width: 100% !important;
    }
    .appliance-tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow: hidden !important;
        scroll-behavior: smooth !important;
        padding: 0 !important;
        border-bottom: none !important;
        margin: 0 !important;
    }
    .appliance-tabs .nav-item {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 50px !important;
    }
    .appliance-tabs .nav-link {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }
    .appliance-tabs .nav-link.active {
        border-bottom-color: #fff !important;
    }
    .navbar-flex-container > .navbar-flex-item:first-child,
    .navbar-flex-container > .navbar-flex-item:last-child {
        position: absolute !important;
        z-index: 5 !important;
    }
    .navbar-flex-container > .navbar-flex-item:first-child {
        top: 0 !important;
        left: 1.5em !important;
    }
    .navbar-flex-container > .navbar-flex-item:last-child {
        display: none !important;
    }
    .navbar-flex-container > .navbar-flex-item:nth-child(2) {
        width: 100% !important;
        padding: 1em 0 !important;
    }
    .navbar-collapse {
        width: 100% !important;
        transition: all 0.3s ease !important;
        overflow: hidden !important;
    }
    .navbar-collapse.collapsing {
        width: 100% !important;
    }
    #navbarNav {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #primary {
        margin: 2em auto 0 !important;
    }
}

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

@media (max-width: 575.98px) {
    .cc-window.cc-floating {
        padding: 1em !important;
    }
    .cc-floating .cc-message {
        font-size: 0.8rem !important;
    }

    .section {
        padding: 2.5em 0;
    }
    nav.navbar {
        padding: 0.5em 2em;
    }
    nav.navbar .img-logo {
        max-width: 162px;
    }
    .navbar-flex-container > .navbar-flex-item:first-child,
    .navbar-flex-container > .navbar-flex-item:last-child {
        position: absolute;
        z-index: 5;
    }
    .navbar-flex-container > .navbar-flex-item:first-child {
        top: 0;
        left: 1.5em;
    }
    .navbar-flex-container > .navbar-flex-item:last-child {
        display: none;
    }
    .navbar-flex-container > .navbar-flex-item:nth-child(2) {
        width: 100%;
        padding: 1em 0;
    }
    .navbar-collapse {
        width: 100%;
        transition: all 0.3s ease;
        overflow: hidden;
    }
    .navbar-collapse.collapsing {
        width: 100% !important;
    }
    #navbarNav {
        margin-left: 0;
        margin-right: 0;
    }
    #primary,
    #secondary {
        margin: 2em auto 0;
    }
    section#hero .hero-content .col {
        padding: 4em 2em;
    }
    section#hero h1,
    section#hero h1.hero-larger {
        font-size: 2.25rem;
    }
    section#hero p {
        font-size: 1.15rem;
        line-height: 1.4;
    }
    footer .sitemap {
        flex-direction: column;
    }
    footer .img-watermark {
        top: 55%;
    }
    img.img-logo-footer.img-fluid {
        width: 240px;
        margin: 0 auto 2em;
    }
    footer#ext .powered {
        justify-content: center;
    }
    footer#ext .powered > div {
        width: 100%;
        text-align: center;
    }
    .card.card-form > .card-body {
        padding: 2em 0;
    }
    .btn,
    .btn-inverted,
    .forminator-button-submit,
    input[type="submit"] {
        width: 100% !important;
    }
    .hero-btns > div,
    .reviews > div {
        width: 100% !important;
    }
    .links > div > a > img {
        max-width: 85px;
    }

    .appliance-tabs-wrapper {
        position: relative;
        width: 100%;
    }
    .appliance-tabs {
        display: flex !important;
        flex-wrap: nowrap;
        overflow: hidden;
        scroll-behavior: smooth;
        padding: 0;
        border-bottom: none;
        margin: 0;
    }
    .appliance-tabs .nav-item {
        flex: 0 0 100%;
        min-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 50px;
    }
    .appliance-tabs .nav-link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .appliance-tabs .nav-link.active {
        border-bottom-color: #fff;
    }
}

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

    .section {
        padding: 2.5em 0;
    }
    nav.navbar {
        padding: 0.5em 2em;
    }
    nav.navbar .img-logo {
        max-width: 162px;
    }
    .navbar-flex-container > .navbar-flex-item:first-child,
    .navbar-flex-container > .navbar-flex-item:last-child {
        position: absolute;
        z-index: 5;
    }
    .navbar-flex-container > .navbar-flex-item:first-child {
        top: 0;
        left: 1.5em;
    }
    .navbar-flex-container > .navbar-flex-item:last-child {
        display: none;
    }
    .navbar-flex-container > .navbar-flex-item:nth-child(2) {
        width: 100%;
        padding: 1em 0;
    }
    .navbar-collapse {
        width: 100%;
        transition: all 0.3s ease;
        overflow: hidden;
    }
    .navbar-collapse.collapsing {
        width: 100% !important;
    }
    #navbarNav {
        margin-left: 0;
        margin-right: 0;
    }
    #primary,
    #secondary {
        margin: 2em auto 0;
    }
    section#hero .hero-content .col {
        padding: 4em 2em;
    }
    section#hero h1,
    section#hero h1.hero-larger {
        font-size: 2.25rem;
    }
    section#hero p {
        font-size: 1.15rem;
        line-height: 1.4;
    }
    footer .sitemap {
        flex-direction: column;
    }
    footer .img-watermark {
        top: 55%;
    }
    img.img-logo-footer.img-fluid {
        width: 240px;
        margin: 0 auto 2em;
    }
    footer#ext .powered {
        justify-content: center;
    }
    footer#ext .powered > div {
        width: 100%;
        text-align: center;
    }
    .card.card-form > .card-body {
        padding: 2em 0;
    }
    .btn,
    .btn-inverted,
    .forminator-button-submit,
    input[type="submit"] {
        width: 100% !important;
    }
    .hero-btns > div,
    .reviews > div {
        width: 100% !important;
    }
    .links > div > a > img {
        max-width: 85px;
    }

    .appliance-tabs-wrapper {
        position: relative;
        width: 100%;
    }
    .appliance-tabs {
        display: flex !important;
        flex-wrap: nowrap;
        overflow: hidden;
        scroll-behavior: smooth;
        padding: 0;
        border-bottom: none;
        margin: 0;
    }
    .appliance-tabs .nav-item {
        flex: 0 0 100%;
        min-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 50px;
    }
    .appliance-tabs .nav-link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .appliance-tabs .nav-link.active {
        border-bottom-color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-flex-container > .navbar-flex-item:first-child,
    .navbar-flex-container > .navbar-flex-item:last-child {
        position: absolute;
        z-index: 5;
    }
    .navbar-flex-container > .navbar-flex-item:first-child {
        top: 0;
        left: 1.5em;
    }
    .navbar-flex-container > .navbar-flex-item:last-child {
        display: none;
    }
    .navbar-flex-container > .navbar-flex-item:nth-child(2) {
        width: 100%;
        padding: 1em 0;
    }
    .navbar-collapse {
        width: 100%;
        transition: all 0.3s ease;
        overflow: hidden;
    }
    .navbar-collapse.collapsing {
        width: 100% !important;
    }
    #navbarNav {
        margin-left: 0;
        margin-right: 0;
    }
    #primary,
    #secondary {
        margin: 2em auto 0;
    }
    #primary > li,
    #secondary > li {
        padding: 0.5em 1em;
    }
    #primary > li > a,
    #secondary > li > a {
        font-size: 1rem;
    }
    section#hero .hero-content .col {
        padding: 6em 1em;
    }
    section#hero h1,
    section#hero h1.hero-larger {
        font-size: 3rem;
    }
    section#hero p {
        font-size: 1.25rem;
    }
    img.img-logo-footer.img-fluid {
        width: 240px;
    }
    .card.card-form > .card-body {
        padding: 2em 0;
    }

    .appliance-tabs-wrapper {
        position: relative;
        width: 100%;
    }
    .appliance-tabs {
        display: flex !important;
        flex-wrap: nowrap;
        overflow: hidden;
        scroll-behavior: smooth;
        padding: 0;
        border-bottom: none;
        margin: 0;
    }
    .appliance-tabs .nav-item {
        flex: 0 0 100%;
        min-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 50px;
    }
    .appliance-tabs .nav-link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .appliance-tabs .nav-link.active {
        border-bottom-color: #fff;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #primary > li > a,
    #secondary > li > a {
        font-size: 1rem;
    }
    #primary > li,
    #secondary > li {
        padding: 0.5em 1em;
    }
    section#hero .hero-content .col {
        padding: 6em 1em;
    }
    section#hero h1,
    section#hero h1.hero-larger {
        font-size: 3rem;
    }
    section#hero p {
        font-size: 1.25rem;
    }
    img.img-logo-footer.img-fluid {
        width: 240px;
    }
    .card.card-form > .card-body {
        padding: 2em 0;
    }

    .appliance-tabs-wrapper {
        position: relative;
        width: 100%;
    }
    .appliance-tabs {
        display: flex !important;
        flex-wrap: nowrap;
        overflow: hidden;
        scroll-behavior: smooth;
        padding: 0;
        border-bottom: none;
        margin: 0;
    }
    .appliance-tabs .nav-item {
        flex: 0 0 100%;
        min-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 50px;
    }
    .appliance-tabs .nav-link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .appliance-tabs .nav-link.active {
        border-bottom-color: #fff;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .img-watermark {
        max-width: 275px;
    }
}

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

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

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