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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 auto 0.5em;
    color: #fff;
    text-transform: capitalize;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
}
p {
    font-size: 0.95rem;
    line-height: 1.6;
}
ul > li,
ol > li {
    font-size: 0.95rem;
}

label {
    color: #fff !important;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    padding: 0.65em !important;
    font-size: 1rem !important;
    background-color: #efefef !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: #4c4c4c;
}
select {
    color: #4c4c4c;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    height: auto;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none !important;
    border: #cecece 1px solid;
}
textarea {
    min-height: 175px !important;
    max-height: 175px !important;
    padding: 0.65em !important;
    font-size: 1rem !important;
    background-color: #efefef !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;
    padding: 0.65em 2.25em;
    font-size: 0.9rem;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    border: #3aaefd 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;
    background: none;
}
input[type="submit"]:hover {
    color: #fff !important;
    background: transparent;
    text-decoration: none;
    border: #3aaefd 1px solid;
    background: #3aaefd;
}

.btn {
    width: auto;
    padding: 0.65em 2.25em;
    font-size: 0.9rem;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #3aaefd 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;
    background: none;
}
.btn:hover {
    color: #fff !important;
    background: transparent;
    text-decoration: none;
    border: #3aaefd 1px solid;
    background: #3aaefd;
}

.forminator-ui.forminator-design--flat .forminator-button-submit {
    width: auto !important;
    padding: 0.65em 2.25em !important;
    margin: 0 auto !important;
    font-size: 0.9rem !important;
    display: block !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #3aaefd 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: none !important;
}

.forminator-ui.forminator-design--flat .forminator-button-submit:hover {
    color: #fff !important;
    background: transparent !important;
    text-decoration: none !important;
    border: #3aaefd 1px solid !important;
    background: #3aaefd !important;
}

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

nav.navbar {
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0 1px 3px,
        rgba(0, 0, 0, 0.15) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0 1px 3px, rgba(0, 0, 0, 0.15) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, 0) 0 1px 3px, rgba(0, 0, 0, 0.15) 0 1px 5px;
}
nav.navbar .img-logo {
    width: 200px;
    margin: 1.25em 0;
}
nav.navbar .navvy {
    align-items: center;
}
nav.navbar #mainMenu {
    justify-content: end;
    align-items: center;
}

section#hero.homepage .no-paddy,
section#hero .no-paddy {
    padding-left: 0;
}
section#hero.homepage #inner,
section#hero #inner {
    padding: 10em 0;
    position: relative;
    background: #f4f4f4;
    border-bottom: #3aaefd 5px solid;
}
section#hero.homepage #inner::before,
section#hero #inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: grayscale(100%);
    z-index: 0;
}
section#hero.homepage #inner::after,
section#hero #inner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        135deg,
        rgba(58, 174, 253, 0.85) 0%,
        rgba(26, 116, 176, 0.85) 100%
    );
    mix-blend-mode: multiply;
    z-index: 2;
}
section#hero.homepage > .container-fluid #inner *,
section#hero > .container-fluid #inner * {
    position: relative;
    z-index: 5;
    color: #fff;
}
section#hero {
    position: relative;
    z-index: 0;
}
section#hero .hero-branding {
    position: absolute;
    bottom: 1em;
    right: 2em;
    z-index: 5;
}
section#hero > .container-fluid #inner * {
    position: relative;
    z-index: 5;
    left: 5px;
    color: #fff;
}
section#hero > .container-fluid #inner {
    position: relative;
    z-index: 5;
}
section#hero > .container-fluid #inner p {
    margin-bottom: 0;
    font-size: 0.8rem;
}

section#hero.homepage {
    position: relative;
    z-index: 0;
}
section#hero.homepage > .container-fluid #inner * {
    position: relative;
    z-index: 5;
    left: 0;
    color: #fff;
}
section#hero.homepage > .container-fluid #inner p.lead {
    font-size: 1rem;
    font-weight: 500;
}
section#hero.homepage #inner {
    padding: 3em 0 2em;
    min-height: 600px;
    display: flex;
    align-items: flex-start;
}
section#hero.homepage #inner .container {
    margin-top: 0;
}
section#hero.homepage #inner .cta {
    margin-top: auto;
}
section#hero.homepage .hero-branding {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
}

main {
    overflow: hidden;
}
main section#aboutus .inns {
    border-top: #707070 1px solid;
    border-bottom: #707070 1px solid;
}
main section#enquire {
    border-top: #707070 1px solid;
    border-bottom: #707070 1px solid;
}
main section#enquire .enquire-cta {
    text-align: right;
}

main section#map {
    background: #f9f9f9;
}
main section#coverage {
    position: relative;
    z-index: 0;
    background: #3aaefd;
}
main section#coverage h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: #fff;
    font-size: 1.75rem;
}
main section#coverage a[href^="tel"] {
    color: #fff;
}
main section#coverage a[href^="tel"]:hover {
    text-decoration: none;
    color: #1a1a1a;
}

section#prefooter {
    position: relative;
    z-index: 0;
    background: #3aaefd;
}
section#prefooter .img-prefooter-bottom {
    max-width: 50px;
    position: absolute;
    bottom: -25px;
    z-index: 0;
}
section#prefooter h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: #fff;
    font-size: 1.75rem;
}
section#prefooter a[href^="tel"] {
    color: #fff;
}
section#prefooter a[href^="tel"]:hover {
    text-decoration: none;
    color: #1a1a1a;
}

footer {
    padding: 3em 0 1em;
    overflow: hidden;
}
footer h5 {
    margin-top: 0.85em;
    color: #fff;
    font-size: 1rem;
}
footer p,
footer address {
    color: #fff;
    font-size: 0.9rem;
}
footer a:active,
footer a:visited,
footer a:link,
footer a[href^="tel"] {
    color: #3aaefd;
}
footer a:hover,
footer a[href^="tel"]:hover {
    text-decoration: none;
    color: #fff;
}
footer .footer-branding .img-logo-small {
    width: 220px;
    margin: 0.5em 0;
    display: block;
}
footer hr {
    border-top: #707070 1px solid;
}
footer #powered p {
    margin-bottom: 0.25em;
    font-size: 0.8rem;
}

/* ==========================================================================
    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: #fff;
}
a:hover,
a[href^="tel"]:hover {
    text-decoration: none;
    color: #3aaefd;
}
a.nostyle:active,
a.nostyle:visited,
a.nostyle:link {
    color: inherit;
    text-decoration: none;
}
.nostyle:hover {
    color: inherit;
    text-decoration: none;
}

.navbar-toggler {
    margin: 1.5em;
    position: relative;
    z-index: 35;
}
.navbar-toggler > svg {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: transparent;
}

#primary {
    margin: 0;
    padding: 0;
    text-align: left;
    align-items: center;
}
#primary > li {
    padding: 0;
    margin: 0;
}
#primary > li:hover {
    background: none;
}
#primary > li:hover > a {
    color: #fff;
    background: #3aaefd;
}
#primary > li > a {
    padding: 0.5em 1.15em;
    margin: 0;
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
}
#primary > li.active > a {
    color: #fff;
    background: #191919;
}
#primary > li.nav-phone-number > a {
    color: #3aaefd;
    font-size: 1.2rem;
    position: relative;
    top: -1px;
}
#primary > li.nav-phone-number > a:hover {
    text-decoration: none;
    color: #fff;
}

#primary .dropdown-menu {
    background-color: #3aaefd !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
#primary .dropdown-item {
    padding: 0.65em 1.25em !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
#primary .dropdown-item:hover,
#primary .dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    background-color: #191919 !important;
}

#secondary {
    margin: 0 auto 2em;
    padding: 0;
    list-style: none;
    text-align: center;
}
#secondary > li {
    width: auto;
    padding: 0;
    margin: 0 1em;
}
#secondary > li:hover {
    background: none;
}
#secondary > li:hover > a {
    color: #ccc;
}
#secondary > li > a {
    padding: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
}
#secondary > li.active > a {
    color: #fff;
}

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

.section {
    padding: 4em 0;
    position: relative;
    z-index: 5;
}
.section-mini {
    padding: 2em 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;
}

#mapCanvas {
    min-height: 400px;
}

.card.card-details {
    background: none;
    border: none;
}
.card.card-details > .card-body {
    padding: 1em 0 0;
}
.card.card-details > .card-body > svg {
    margin-bottom: 0.25em;
    font-size: 2rem;
    color: #3aaefd;
}
.card.card-details > .card-body > h5 {
    margin-bottom: 0;
}
.card.card-details > .card-footer {
    padding: 0.5em 0;
    border: none;
    background: none;
}
.card.card-details > .card-footer > p > a,
.card.card-details > .card-footer > p {
    margin-bottom: 0;
    font-weight: 400;
}

.card.card-form {
    margin-bottom: -2em;
    background: #191919;
    border: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.card.card-form > .card-body {
    padding: 2em;
}

.card.card-service-single {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
.card.card-service-single > .card-body {
    padding: 2em;
}

.card.card-testimonial {
    padding: 0.5em;
    background: url("img/quotation-mark.png") -10px -30px no-repeat;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.card.card-testimonial > .card-body {
    padding: 0 1em 1em;
}
.card.card-testimonial > .card-body > p {
    font-style: italic;
}
.card.card-testimonial > .card-footer {
    padding: 0.5em 0;
    border: none;
    background-color: transparent;
    text-align: right;
}
.card.card-testimonial > .card-footer > h5 {
    font-size: 0.9rem;
}

.service {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    width: 100%;
    color: #000000;
    text-align: left;
    font-size: 16px;
}

.service *,
.service:before,
.service:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}

.service:before,
.service:after {
    content: "";
    background-color: #3aaefd;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service:before {
    width: 300px;
    height: 2px;
}

.service:after {
    height: 300px;
    width: 2px;
}

.service figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
}

.service h3 {
    font-weight: 400;
    padding: 8px 15px;
    font-size: 1.1rem;
    margin: 0 1em;
    opacity: 1;
    background: #3aaefd;
}

.service a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.service:hover img,
.service.hover img {
    zoom: 1;
    filter: alpha(opacity=25);
    -webkit-opacity: 0.25;
    opacity: 0.25;
}

.service:hover:before,
.service.hover:before,
.service:hover:after,
.service.hover:after {
    opacity: 1;
}

.service:hover:before,
.service.hover:before {
    width: 50px;
}

.service:hover:after,
.service.hover:after {
    height: 50px;
}

.service:hover h3,
.service.hover h3 {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.flex-column-1 {
    height: 70%;
    width: 100%;
}
.flex-column-2 {
    height: 30%;
    width: 100%;
    align-items: center;
}
.carousel-indicators .active {
    background-color: #3aaefd;
}
.carousel-indicators li {
    background-color: #ccc;
}
.carousel-indicators {
    bottom: -50px;
}

.cta > div > .btn {
    margin-right: 1em;
}

.img-bottom-border {
    border-bottom: #3aaefd 5px solid;
}

/* Style carousel controls */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-control-prev svg,
.carousel-control-next svg {
    padding: 8px 10px;
    color: #fff;
    font-size: 2rem;
    background-color: rgba(58, 174, 253, 0.8);
    border-radius: 50%;
    height: 22px;
}

.carousel-control-prev:hover svg,
.carousel-control-next:hover svg {
    background-color: rgba(58, 174, 253, 1);
}

.carousel-indicators .active {
    background-color: #3aaefd;
}
.carousel-indicators li {
    background-color: #ccc;
}
.carousel-indicators {
    bottom: -50px;
}

/* ==========================================================================
    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: #fff;
}
.cc-btn {
    color: #fff !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !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: #5d5d5d;
    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: #5d5d5d;
    font-weight: 600;
}

/* ==========================================================================
    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 .img-logo {
        width: 160px;
        margin: 1em;
        position: absolute;
        top: 0;
    }
    .navvy {
        text-align: right;
    }
    section#hero.homepage .no-paddy,
    section#hero .no-paddy {
        padding-left: 0;
        padding-right: 0;
    }
    section#hero.homepage .hero-branding,
    section#hero .hero-branding {
        right: 1em;
    }
    section#hero #inner {
        padding: 8em 0;
    }
    section#hero.homepage > .container-fluid #inner h1,
    section#hero > .container-fluid #inner h1 {
        font-size: 1.5rem;
    }
    section#hero.homepage > .container-fluid #inner p.lead {
        font-size: 0.9rem;
    }
    section#hero .cta,
    section#hero .cta > div {
        width: 100% !important;
    }
    section#prefooter h3 {
        font-size: 1.25rem;
    }
    footer .footer-branding .img-logo-small {
        width: 150px;
    }
    .card.card-testimonial {
        padding: 0.5em 0;
    }
    .card.card-testimonial > .card-body {
        padding: 0 0 1em;
    }
    main section#enquire .enquire-cta {
        text-align: left;
    }
    .card.card-service-single > .card-body {
        padding: 2em 0;
    }
    .btn,
    input[type="submit"],
    .forminator-ui.forminator-design--flat .forminator-button-submit {
        width: 100% !important;
        display: block;
    }
}

@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 .img-logo {
        width: 160px;
        margin: 1em;
        position: absolute;
        top: 0;
    }
    .navvy {
        text-align: right;
    }
    section#hero.homepage .no-paddy,
    section#hero .no-paddy {
        padding-left: 0;
        padding-right: 0;
    }
    section#hero.homepage .hero-branding,
    section#hero .hero-branding {
        right: 1em;
    }
    section#hero #inner {
        padding: 8em 0;
    }
    section#hero.homepage > .container-fluid #inner h1,
    section#hero > .container-fluid #inner h1 {
        font-size: 1.5rem;
    }
    section#hero.homepage > .container-fluid #inner p.lead {
        font-size: 0.9rem;
    }
    section#hero .cta,
    section#hero .cta > div {
        width: 100% !important;
    }
    section#prefooter h3 {
        font-size: 1.25rem;
    }
    footer .footer-branding .img-logo-small {
        width: 150px;
    }
    .card.card-testimonial {
        padding: 0.5em 0;
    }
    .card.card-testimonial > .card-body {
        padding: 0 0 1em;
    }
    main section#enquire .enquire-cta {
        text-align: left;
    }
    .card.card-service-single > .card-body {
        padding: 2em 0;
    }
    .btn,
    input[type="submit"],
    .forminator-ui.forminator-design--flat .forminator-button-submit {
        width: 100% !important;
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    nav.navbar .img-logo {
        width: 160px;
        margin: 1em;
        position: absolute;
        top: 0;
    }
    .navvy {
        text-align: right;
    }
    section#prefooter h3 {
        font-size: 1.3rem;
    }
    .footer-branding .img-logo-small {
        width: 165px;
    }
    .card.card-testimonial {
        padding: 2em 0 0;
    }
    .card.card-testimonial > .card-body {
        padding: 0 0.5em;
    }
    .btn,
    input[type="submit"],
    .forminator-ui.forminator-design--flat .forminator-button-submit {
        width: 100% !important;
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    section#hero #inner {
        padding: 12.5em 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    section#hero #inner {
        padding: 10em 0;
    }
    section#hero.homepage > .container-fluid #inner h1,
    section#hero > .container-fluid #inner h1 {
        font-size: 3.5rem;
    }
    section#hero.homepage > .container-fluid #inner p {
        font-size: 1.15rem;
    }
}

@media (min-width: 1400px) {
    section#hero #inner {
        padding: 15em 0;
    }
    section#hero.homepage > .container-fluid #inner h1,
    section#hero > .container-fluid #inner h1 {
        font-size: 4rem;
    }
    section#hero.homepage > .container-fluid #inner p {
        font-size: 1.25rem;
    }
}

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