/*
Theme Name: GPS Plumbing and Heating
Description: GPS Plumbing and Heating Build
Version: 1.0
Author: James Elliott
*/

@font-face {
    font-family: 'Tt-Chocolate';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://www.gpsplumbingandheating.com/wp-content/themes/theme/fonts/tt_chocolates_regular-webfont.woff2?v=1689081158") format('woff2'),
    url("https://www.gpsplumbingandheating.com/wp-content/themes/theme/fonts/tt_chocolates_regular-webfont.woff?v=1689081158") format('woff');
}

@font-face {
    font-family: 'Tt-Chocolate';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("https://www.gpsplumbingandheating.com/wp-content/themes/theme/fonts/tt_chocolates_italic-webfont.woff2?v=1689081158") format('woff2'),
    url("https://www.gpsplumbingandheating.com/wp-content/themes/theme/fonts/tt_chocolates_italic-webfont.woff?v=1689081158") format('woff');
}

@font-face {
    font-family: 'Tt-Chocolate';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("https://www.gpsplumbingandheating.com/wp-content/themes/theme/fonts/tt_chocolates_demibold-webfont.woff2?v=1689081158") format('woff2'),
    url("https://www.gpsplumbingandheating.com/wp-content/themes/theme/fonts/tt_chocolates_demibold-webfont.woff?v=1689081158") format('woff');
}

@font-face {
    font-family: 'Tt-Chocolate';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("https://www.gpsplumbingandheating.com/wp-content/themes/theme/fonts/tt_chocolates_demibold_italic-webfont.woff2?v=1689081158") format('woff2'),
    url("https://www.gpsplumbingandheating.com/wp-content/themes/theme/fonts/tt_chocolates_demibold_italic-webfont.woff?v=1689081158") format('woff');
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, button, input, select, textarea {
    color: rgb(28, 36, 95);
}

a, a:hover, a:active, a:focus, input:focus, select:focus, textarea:focus, button:focus {
    outline: 0;
}

::-webkit-input-placeholder {
    font: 600 18px/50px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.84);
}

:-moz-placeholder {
    font: 600 18px/50px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.84);
}

::-moz-placeholder {
    font: 600 18px/50px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.84);
}

:-ms-input-placeholder {
    font: 600 18px/50px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.84);
}

textarea::-webkit-input-placeholder {
    font: 600 18px/26px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
}

textarea:-moz-placeholder {
    font: 600 18px/26px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
}

textarea::-moz-placeholder {
    font: 600 18px/26px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
}

textarea:-ms-input-placeholder {
    font: 600 18px/26px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
}

::-moz-selection {
    background: rgb(45,73,155);
    color: rgb(255, 255, 255);
    text-shadow: none;
}

::selection {
    background: rgb(45,73,155);
    color: rgb(255, 255, 255);
    text-shadow: none;
}

hr {
    width: 100%;
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
    float: left;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
    color: rgb(255, 255, 255);
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    text-decoration: none;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    float: left;
    clear: both;
}

/* ==========================================================================
   HTML & Body
   ========================================================================== */
html {
    width: 100%;
    margin: 0;
    background: rgb(255, 255, 255);
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    background: rgb(255,255,255);
    font: 400 1.6em/1.4em 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    position: relative;
}

.wrapper {
    width: 100%;
    float: left;
    background: #fff;
    overflow: hidden;
}

#googleMap {
    width: 100%;
    height: 520px;
    max-height: 520px;
    float: left;
    border-bottom: 34px solid rgb(247, 179, 47);
    margin: 0 0 45px;
}

.mapcontent h1 {
    font: 600 24px/32px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgb(247, 179, 47);
    margin: 0 0 15px;
    padding: 0;
}

.mapcontent p {
    width: 100%;
    font: 400 17px/24px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgb(43, 86, 152);
    float: left;
    text-align: left;
    margin: 0;
}

body.desktop #mobile_nav {
    display: none;
}

body.desktop .navigation_wrapper {
    display: block;
}

/* ==========================================================================
   Header
   ========================================================================== */
header {
    width: 100%;
    float: left;
    position: relative;
    z-index: 10;
}

.inner {
    width: 1200px;
}

[role="main"] .gps_section .inner_section, footer .inner {
    width: 1200px;
    display: flex;
    margin: 0 auto;
}

.lower_header, .upper_header .header_left a {
    width: 100%;
    float: left;
}

.upper_header {
    background-color: #54555a;
}

.upper_header ul.social_media {
    width: 100%;
    text-align: left;
    float: left;
}

.upper_header .social_media li, .upper_header .social_media li a, .upper_header .social_media li i, .upper_header .header_right a {
    color: #cfcfcf;
}

.upper_header .social_media li i:hover, .upper_header .header_right a:hover {
    color: #fff;
}

.upper_header .social_media li {
    float: left;
    margin-right: 15px;
}

.upper_header .social_media li a i.fa {
    font-size: 18px;
}

.upper_header .header_right a {
    font-size: 16px;
}

.lower_header {
    background-color: #fff;
    border-bottom: 5px solid #54555a;
}

.lower_header .header_left {
    width: 130px;
    float: left;
}

.lower_header .header_left #outlines {
    width: 100%;
    height: auto;
    margin: 15px 0;
    float: left;
}

.lower_header .header_right {
    width: calc(100% - 320px);
    height: 116px;
    float: right;
}

.inner {
    margin: 0 auto;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
header .navigation_wrapper {
    width: 100%;
    height: 50px;
    content: "";
    display: table;
    clear: both;
    position: relative;
    z-index: 99999999;
    background: #fff;
}

header .navigation_wrapper .inner {
    height: 50px;
}

[role="navigation"] {
    float: right;
    position: relative;
    z-index: 3;
}

[role="navigation"] ul {
    width: auto;
    height: 116px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    float: right;
    text-align: left;
    position: relative;
    display: inline-block;
}

[role="navigation"] ul ul {
    border-bottom: 0 none;
}

[role="navigation"] ul li {
    font: 300 15px/116px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    cursor: pointer;
    padding: 0;
    position: relative;
    float: left;
    display: inline-block;
    letter-spacing: 1px;
}

[role="navigation"] ul li a {
    height: 116px;
    display: block;
    margin-right: 38px;
}

[role="navigation"] ul li.current-menu-item > a, [role="navigation"] ul li.child.current-menu-item > a, [role="navigation"] ul li.current-menu-parent > a, [role="navigation"] ul li.current-page-item > a,
[role="navigation"] ul li.current_page_parent > a, [role="navigation"] ul li.current-page-ancestor > a, [role="navigation"] ul li.current-menu-ancestor > a {
    color: #ee7523;
}

ul.menu li a {
    color: #2c2c2c;
    text-decoration: none;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    position: relative;
    text-transform: uppercase;
}

ul.menu li:hover a {
    color: #ee7523;
}

[role="navigation"] ul li .sub-menu {
    position: absolute;
    z-index: 10;
    display: none;
}

[role="navigation"] ul > li > .sub-menu {
    left: auto;
    margin: 0;
}

[role="navigation"] ul li .sub-menu li {
    display: block;
    font: 300 16px/40px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
}

[role="navigation"] ul li .sub-menu li a {
    height: auto;
    color: #2c2c2c;
    margin: 0;
}

body.desktop [role="navigation"] ul > li > .sub-menu {
    width: 210px;
    height: 125px;
    margin: 0 0 0 -25px;
    padding: 0;
    top: 116px;
    background: #fff;
    border-left: 5px solid #2c2c2c;
    border-right: 5px solid #2c2c2c;
    border-bottom: 5px solid #2c2c2c;
    box-shadow: 5px 4px 19px -19px #000000;
}

body.desktop [role="navigation"] ul > li#menu-item-535 > .sub-menu {
    width: 410px;
}

body.desktop [role="navigation"] ul li .sub-menu li {
    width: 100%;
    height: auto;
}

body.desktop [role="navigation"] ul li .sub-menu li a {
    padding: 0 20px;
}

body.desktop [role="navigation"] ul li .sub-menu li a:hover {
    background-color: #ee7523;
    color: #fff;
}

body.desktop [role="navigation"] ul > li li > .sub-menu {
    left: 100%;
    top: auto;
    margin-top: -40px;
}

.contact {
    width: 100%;
    height: 39px;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contactdetails {
    background: rgb(247, 179, 47);
}

.contact i {
    color: rgb(43, 86, 152);
}

.slider-background {
    min-height: 370px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-background a {
    width: 100%;
    display: block;
}

.owl-prev, .owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 47%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.owl-prev {
    background: transparent url('images/prev.svg') no-repeat 0 0;
    left: 33px;
}

.owl-next {
    background: transparent url('images/next.svg') no-repeat 0 0;
    right: 33px;
}

.owl-dots {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    width: 100%;
    height: 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
    background: transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: none;
    border: 2px solid rgb(255, 255, 255);
}

.owl-dot.active, .owl-dot:hover {
    background: #DCDCDC;
}

.caption {
    width: 100%;
    max-width: 640px;
    position: absolute;
    margin: 0;
    z-index: 9;
}

body #fullwidthslider.overlay .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

body #fullwidthslider.overlay .caption {
    position: relative;
    max-width: 45%;
    z-index: 9;
}

.caption h1, .caption p {
    width: 100%;
    font: 600 50px/60px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgb(255 255 255 / 60%);
    margin: 0 0 30px;
    display: inline-block;
}

.caption p {
    font: 400 22px/30px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
}

body #fullwidthslider.overlay .caption h1, body #fullwidthslider.overlay .caption p {
    color: rgb(255 255 255 / 100%);
}

body #fullwidthslider.overlay .slider-background::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

body #fullwidthslider.overlay .slider-background {
    position: relative;
    min-height: 370px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* ==========================================================================
   Typography
   ========================================================================== */
[role="main"] .main_content h1, [role="main"] .main_content h2, [role="main"] .main_content h3, [role="main"] ul, [role="main"] ol {
    width: 100%;
    float: left;
    clear: none;
}

[role="main"] ul {
    padding: 0 0 0 30px;
}

[role="main"] h1 {
    width: 100%;
    font: 600 30px/38px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgb(250 250 250);
    margin: 0 0 35px;
}

[role="main"] h2 {
    font: 700 22px/28px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: inherit;
    margin: 0 0 12px;
}

.secondcolumn h3 {
    width: 100%;
    font: 400 15px/24px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgb(0,0,0);
    margin: 0 0 30px;
}

.secondcolumn h3:first-of-type {
    font-weight: 500;
}

[role="main"] p {
    width: 100%;
    font: 400 18px/26px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    float: left;
    text-align: left;
    margin: 0 0 20px;
}

[role="main"] p:last-of-type {
    margin-bottom: 0;
}

.twocolumns.gps_section p, .onecolumn.gps_section p,
[role="main"] .gps_section ul li, [role="main"] .gps_section ol li  {
    color: inherit;
}

[role="main"] .gps_colour_selection.text-000000 p {
    color: #000;
}

[role="main"] p + h2 {
    margin: 10px 0 12px;
}

[role="main"] ul li, [role="main"] ol li {
    width: 100%;
    font: 400 18px/26px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    margin: 0 0 5px;
}

ul.alltestimonials li, [role="main"] ul li li {
    float: left;
    margin: 0 0 30px;
    padding: 0 0 0 18px;
    background: rgba(0, 0, 0, 0) url('images/bullet.svg') no-repeat left 9px;
    background-size: 6px 6px;
    list-style: none;
}

[role="main"] ul.alltestimonials li p:last-of-type {
    margin: 0 0 5px;
}

[role="main"] ul li li {
    margin: 0 0 5px;
}

[role="main"] h2.listheader + ul {
    margin: 0 0 30px;
}

[role="main"] .side_bar h1 {
    margin: 0 0 10px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   Content
   ========================================================================== */
[role="main"] {
    float: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

[role="main"] ul {
    width: 100%;
    float: left;
    margin: 10px 0 30px;
    list-style: disc;
}

[role="main"]:after {
    content: "";
    display: table;
    clear: both;
}

.twocolumns div img, .threecolumns div img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.onecolumn div > .sub-menu {
    margin: 5px 0 0;
}

.onecolumn div > .sub-menu li:last-of-type {
    margin: 0;
}

#fullwidthslider {
    overflow: hidden;
}

.owl-carousel .owl-item .owl-lazy {
    height: 700px !important;
}

#fullwidthslider .inner {
    height: 85%;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
}

#gform_wrapper_3 input {
    height: 50px;
    background-color: #cc651d;
    border: none;
    font: 600 18px/50px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.84);
}

.quote_form {
    width: 100%;
    max-width: 380px;
    background-color: #ee7523;
    border: 5px solid #2c2c2c;
    position: absolute;
    right: 0;
    padding: 0 22px;
    box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.75);
    z-index: 2;
}

.quote_form_title {
    width: 100%;
    color: #fff;
    font: 600 20px/60px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#fullwidthslider .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 200px;
    background-color: #cc651d;
    border: none;
    font: 600 18px/26px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.84);
}

#gform_wrapper_3 input[type="submit"] {
    background-color: #45ac34;
    padding: 0 40px;
}

#gform_wrapper_3 input[type="submit"]:hover {
    background-color: #3c982c;
}

.faqs.gps_section .inner_section {
    flex-direction: column;
}

body h2.faqs__header {
    font: 700 22px/26px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: #000;
}

.faqs__list {
    margin-top: 1rem;
}

.faq__item {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dotted rgb(0 96 168);
}

.faq__question {
    background: none;
    border: none;
    color: rgb(0 96 168);
    font: 700 18px/26px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 0;
    text-align: left;
}

.faq__toggle {
    font: 300 34px/1 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    transition: transform 0.7s;
}

.faq__item.active .faq__toggle {
    transform: rotate(45deg); /* plus becomes X */
}

.faq__answer {
    display: none;
    margin-top: 0.75rem;
    animation: fadeIn 0.3s ease-in-out;
}

.faq__item.active .faq__answer {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to   { opacity: 1; transform: translateY(0); }
}

.gallery-column {
    padding-left: 2rem;
}

.gallery-carousel__item {
    text-align: center;
}

.gallery-carousel__item img {
    width: 100%;
    max-height: 400px;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

/* Owl Dots */
.gallery-carousel .owl-dots {
    text-align: center;
    margin-top: 1rem;
}

.gallery-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    transition: background 0.3s;
}

.gallery-carousel .owl-dot.active {
    background: #333;
}

/* ==========================================================================
   Gallery
   ========================================================================== */
.masonry-item {
    float: left;
}

.masonry-item, .masonry-sizer {
    width: 33.333%;
}

.masonry-item img {
    display: block;
    max-width: 100%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.masonry-item .desc {
    display: none;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@keyframes zoom {
    from {
        transform: scale(0.1);
    }
    to {
        transform: scale(1);
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#caption h1, #caption p {
    width: 100%;
    text-align: center;
    color: rgb(255,255,255);
}

.service_items {
    padding: 40px 0 0;
}

.services_section_item a {
    color: inherit;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.service_icon {
    margin-bottom: 20px;
}

/* ==========================================================================
   Blog
   ========================================================================== */
.blog_post {
    width: 100%;
    float: left;
    padding: 30px 20px 0;
    margin-top: 30px;
    border-top: 1px solid rgb(0,117,201);
}

.blog_post:first-of-type {
    margin-top: 0;
}

[role="main"] p.post_meta {
    margin-bottom: 20px !important;
}

.blog_post img, body.single-post p.post_meta + img {
    max-width: 300px;
    float: left;
}

body.single-post p.post_meta + img {
    margin-bottom: 30px;
}

.blog_post_excerpt p a.button {
    font: 700 16px/35px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgb(119,189,67);
}

[role="main"] .blog_post h1, body.single-post [role="main"] .main_content h1 {
    margin-bottom: 0;
}

[role="main"] .blog_post h1 a {
    color: rgb(0, 117, 201);
}

[role="main"] article h1 {
    margin: 0 0 10px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
[role="information"] {
    width: 100%;
    background: #2c2c2c;
    position: relative;
    display: flex;
}

[role="information"] .footerrow {
    width: 100%;
    float: left;
    margin: 25px 0 0;
    padding: 0;
}

[role="information"] .menu, [role="information"] .companydetails, .social_media {

    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

[role="information"] ul li.menu-item {
    float: left;
    margin: 0 30px 0 0;
}

[role="information"] a, [role="information"] #back-to-top, [role="information"] .companydetails li {
    width: 100%;
    font: 400 14px/20px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    float: left;
    text-align: left;
}

[role="information"] #back-to-top {
    margin-top: 20px;
}

[role="information"] #back-to-top, .social_media {
    width: 30%;
    text-decoration: none;
    text-align: right;
    float: right;
}

footer .social_media li {
    float: right;
    margin-left: 15px;
}

footer .social_media li, footer .social_media li a, footer .social_media li i {
    width: 32px;
    height: 32px;
    border-radius: 32px;
}

footer .social_media li a {
    font: normal 20px/32px "azo-sans-web", Arial, Helvetica, sans-serif;
    color: rgb(17, 81, 144);
    display: block;
    text-decoration: none;
    text-align: center;
    background: rgb(255, 255, 255);
}

footer .social_media li i {
    display: block;
    line-height: 32px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

footer .social_media li:hover i {
    color: rgb(255,255,255);
}

footer .social_media .linkedin:hover i {
    background-color: rgb(0,119,181);
}

footer .social_media .twitter:hover i {
    background-color: rgb(40,169,224);
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (min-width:320px) and (max-width:499px) {

}

@media screen and (min-width:500px) and (max-width:767px) {

}

@media screen and (max-width:767px) {

    body.home .twocolumns div {
        width: 100% !important;
    }

    body.desktop [role="navigation"] ul li {
        width: 100%;
        font: 500 15px/30px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    }

    body.desktop [role="navigation"] ul li a {
        width: 100%;
        padding: 0;
    }

    .blog_post_excerpt {
        width: 100%;
        float: left;
        margin-top: 25px;
    }

    .wrapper {
        padding: 25px 0;
    }

    .wrapper.blog {
        padding: 45px 0;
    }

    [role="main"] ul li, [role="main"] ol li {
        width: 100%;
    }

    [role="main"] {
        padding: 0 5%;
    }

    .firstcolumn, .secondcolumn {
        width: 100% !important;
    }

    [role="main"] h1 {
        font: 600 21px/28px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    }

    [role="information"] {
        padding: 0 5% 20px;
    }

    h1.homeheader {
        font: 400 32px/42px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
        top: 20%;
    }

    .blocks {
        width: 100%;
        margin: 0 0 18px;
    }

    #breadcrumbs a {
        padding-bottom: 10px;
        display: inline-block;
    }

    .servicesblock {
        margin-bottom: 20px;
    }

}

@media screen and (min-width:768px) {

    .onecolumn, .twocolumns, .threecolumns, .onecolumn div {
        width: 100%;
    }

    .onecolumn.gps_section.columns .inner_section {
        flex-direction: row;
    }

    .onecolumn.gps_section.rows .inner_section {
        flex-direction: column;
        gap: 2rem;
    }

    .onecolumn.gps_section.rows .inner_section > * {
        flex: 1;
        margin: 0;
    }

    .twocolumns div {
        width: 50%;
    }

    .twocolumns div {
        width: 100%;
    }

    .threecolumns li {
        width: 33.3%;
    }

    .threecolumns .firstcolumn {
        padding-right: 3%;
    }

    .twocolumns .firstcolumn {
        padding-right: 8.5%;
    }

    .twocolumns .secondcolumn {
        padding-left: 2.5%;
    }

    .threecolumns .secondcolumn {
        padding-left: 1%;
        padding-right: 1%;
    }

    .threecolumns .thirdcolumn {
        padding-left: 3%;
    }

}

@media screen and (min-width:768px) and (max-width:1023px) {

    [role="main"] {
        padding: 0 2%;
    }

    .blocks {
        width: 49%;
        margin: 0 2% 18px 0;
    }

    .blocks:nth-of-type(2n+1) {
        margin: 0 0 18px;
    }

    [role="information"] {
        padding: 0 2% 20px;
    }

}

@media only screen and (orientation: portrait) {

    body.home .twocolumns div {
        width: 100% !important;
    }

    #cssmenu {
        width: 100%;
        color: rgb(255,255,255);
        float: left;
    }

    #cssmenu ul {
        float: left;
    }

    #cssmenu ul ul {
        display: none;
    }

    .align-right {
        float: right;
    }

    #cssmenu > ul > li > a {
        padding: 8px 20px;
        border-top: 1px solid rgb(234,236,223);
        cursor: pointer;
        z-index: 2;
        font: 300 14px/22px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        color: rgb(255,255,255);
        background: rgb(139, 139, 139);
    }

    #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a, #cssmenu > ul > li.open > a {
        color: rgb(255,255,255);
        background: rgb(6,53,187);
    }

    #cssmenu > ul > li.open > a {
        border-bottom: 1px solid rgb(234,236,223);
    }

    .holder {
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .holder::after, .holder::before {
        display: block;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        right: 20px;
        z-index: 10;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .holder::after {
        top: 14px;
        border-top: 2px solid rgb(255,255,255);
        border-left: 2px solid rgb(255,255,255);
    }

    .holder::before {
        top: 15px;
        border-top: 2px solid;
        border-left: 2px solid;
        border-top-color: inherit;
        border-left-color: inherit;
    }

    #cssmenu ul ul li a {
        cursor: pointer;
        border-bottom: 1px solid rgb(4, 140, 253);
        padding: 12px 20px;
        z-index: 1;
        text-decoration: none;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 400;
        color: rgb(255,255,255);
        background: rgb(2, 119, 216);
    }

    #cssmenu ul ul ul li a {
        padding-left: 30px;
    }

    #cssmenu > ul > li > ul > li:last-child > a, #cssmenu > ul > li > ul > li.last > a {
        border-bottom: 0;
    }

    #cssmenu > ul > li > ul > li.open:last-child > a, #cssmenu > ul > li > ul > li.last.open > a {
        border-bottom: 1px solid #32373e;
    }

    #cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li.has-sub > a::after {
        display: block;
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        right: 20px;
        z-index: 10;
        top: 11.5px;
        border-top: 2px solid #eeeeee;
        border-left: 2px solid #eeeeee;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #cssmenu ul ul li.active > a::after, #cssmenu ul ul li.open > a::after, #cssmenu ul ul li > a:hover::after {
        border-color: rgb(255,255,255);
    }

    .navigation_wrapper {
        display: none !important;
    }

}

@media only screen and (orientation: landscape) {

    body.handheld .navigation_wrapper {
        display: none;
    }

    #mobile_nav {
        width: 100%;
        display: block;
    }

    body.phone #fullwidthslider,
    body.tablet #fullwidthslider {
        padding-top: 230px;
    }

    #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #cssmenu {
        width: 100%;
        color: rgb(255,255,255);
        float: left;
    }

    #cssmenu ul {
        float: left;
    }

    #cssmenu ul ul {
        display: none;
    }

    .align-right {
        float: right;
    }

    #cssmenu > ul > li > a {
        padding: 8px 20px;
        border-top: 1px solid rgb(234,236,223);
        cursor: pointer;
        z-index: 2;
        font: 300 14px/22px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        color: rgb(255,255,255);
        background: rgb(189, 70, 58);
    }

    #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a, #cssmenu > ul > li.open > a {
        color: rgb(255,255,255);
        background: rgb(6,53,187);
    }

    #cssmenu > ul > li.open > a {
        border-bottom: 1px solid rgb(234,236,223);
    }

    .holder {
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .holder::after, .holder::before {
        display: block;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        right: 20px;
        z-index: 10;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .holder::after {
        top: 14px;
        border-top: 2px solid rgb(255,255,255);
        border-left: 2px solid rgb(255,255,255);
    }

    .holder::before {
        top: 15px;
        border-top: 2px solid;
        border-left: 2px solid;
        border-top-color: inherit;
        border-left-color: inherit;
    }

    #cssmenu ul ul li a {
        cursor: pointer;
        border-bottom: 1px solid rgb(4, 140, 253);
        padding: 12px 20px;
        z-index: 1;
        text-decoration: none;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 400;
        color: rgb(255,255,255);
        background: rgb(2, 119, 216);
    }

    #cssmenu ul ul ul li a {
        padding-left: 30px;
    }

    #cssmenu > ul > li > ul > li:last-child > a, #cssmenu > ul > li > ul > li.last > a {
        border-bottom: 0;
    }

    #cssmenu > ul > li > ul > li.open:last-child > a, #cssmenu > ul > li > ul > li.last.open > a {
        border-bottom: 1px solid #32373e;
    }

    #cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li.has-sub > a::after {
        display: block;
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        right: 20px;
        z-index: 10;
        top: 11.5px;
        border-top: 2px solid #eeeeee;
        border-left: 2px solid #eeeeee;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #cssmenu ul ul li.active > a::after, #cssmenu ul ul li.open > a::after, #cssmenu ul ul li > a:hover::after {
        border-color: rgb(255,255,255);
    }

    .navigation_wrapper {
        display: none;
    }

}

@media screen and (max-width:1023px) {

    #cssmenu > ul > li.menuBorder > a,
    .lower_header, #cssmenu ul ul {
        display: none;
    }


    .upper_header .header_left, .upper_header .header_right, .upper_header, #mobile_logo, #mobile_nav, #cssmenu, #cssmenu ul {
        width: 100%;
        float: left;
    }

    .upper_header .header_right a {
        text-align: left;
        float: left;
        margin: 0 20px 0 0;
    }

    #mobile_nav {
        display: block !important;
    }

    #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #mobile_logo {
        display: block;
        text-align: center;
        background-color: #fff;
        border-bottom: 5px solid #54555a;
    }

    img#outlines {
        width: 100%;
        max-width: 200px;
        margin: 20px auto;
    }

    #cssmenu {
        color: rgb(255,255,255);
    }

    .align-right {
        float: right;
    }

    #cssmenu > ul > li > a {
        padding: 8px 20px;
        border-bottom: 1px solid rgb(234,236,223);
        cursor: pointer;
        z-index: 2;
        font: 300 14px/22px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        background: #54555a;
    }

    #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a, #cssmenu > ul > li.open > a {
        color: rgb(255,255,255);
        background: #ee7523;
    }

    #cssmenu > ul > li.open > a {
        border-bottom: 1px solid rgb(234,236,223);
    }

    .holder {
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .holder::after, .holder::before {
        display: block;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        right: 20px;
        z-index: 10;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .holder::after {
        top: 14px;
        border-top: 2px solid rgb(255,255,255);
        border-left: 2px solid rgb(255,255,255);
    }

    .holder::before {
        top: 15px;
        border-top: 2px solid;
        border-left: 2px solid;
        border-top-color: inherit;
        border-left-color: inherit;
    }

    #cssmenu ul ul li a {
        cursor: pointer;
        border-bottom: 1px solid #2c2c2c;
        padding: 12px 20px;
        z-index: 1;
        text-decoration: none;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 400;
        color: #2c2c2c;
        background: rgb(220 220 220);
    }

    #cssmenu ul ul ul li a {
        padding-left: 30px;
    }

    #cssmenu > ul > li > ul > li:last-child > a, #cssmenu > ul > li > ul > li.last > a {
        border-bottom: 0;
    }

    #cssmenu > ul > li > ul > li.open:last-child > a, #cssmenu > ul > li > ul > li.last.open > a {
        border-bottom: 1px solid #32373e;
    }

    #cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li.has-sub > a::after {
        display: block;
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        right: 20px;
        z-index: 10;
        top: 11.5px;
        border-top: 2px solid #eeeeee;
        border-left: 2px solid #eeeeee;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #cssmenu ul ul li.active > a::after, #cssmenu ul ul li.open > a::after, #cssmenu ul ul li > a:hover::after {
        border-color: rgb(255,255,255);
    }

    .caption {
        width: 100%;
        position: absolute;
        bottom: 0;
        margin: 0;
        padding: 20px;
    }

    .caption h1 {
        font: 500 25px/33px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
    }

    .caption h1 br {
        display: none;
    }

    #fullwidthslider img, .threecolumns div, .twocolumns div, .onecolumn div {
        width: 100%;
    }

    [role="main"] .threecolumns div h1 {
        margin-bottom: 20px;
    }

    [role="main"] .threecolumns div h1,
    [role="main"] .threecolumns div p {
        width: 100%;
        padding: 0;
    }

    [role="main"] .onethird, [role="main"] .twothirds, [role="main"] .reverseonethird, [role="main"] .reversetwothirds {
        width: 100%;
        float: left;
    }

    li.reversetwothirds h2 {
        margin: 20px 0 10px;
    }

    [role="main"] .threecolumns div ul {
        width: 90%;
        padding: 0 5% 30px 0;
    }

    [role="main"] .threecolumns div ul li, article img {
        width: 100%;
    }

    .blogcontent, .blognavigation {
        width: 100%;
        float: left;
    }

    .mapcontent {
        width: 250px;
    }

    [role="main"] .otherservices {
        margin-bottom: 30px;
    }

}

@media screen and (max-width:1279px) {

    .inner .contact {
        width: 100%;
        height: 80px;
        float: right;
        font: 400 15px/28px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
        color: rgb(255,255,255);
        padding-top: 12px;
    }

    .inner .contact a {
        color: rgb(244,209,70);
    }

    .inner .contact > li {
        width: 100%;
        height: 80px;
        display: inline-block;
        float: left;
        list-style-type: none;
    }

    .inner .contact > li:first-of-type {
        width: 30%;
    }

    .inner .contact > li ul {
        height: 80px;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .ceop-link img {
        width: 90px;
        margin-top: 12px;
    }

}

@media screen and (min-width:768px) and (max-width:1279px) {

}

@media screen and (min-width:1024px) {

    nav#desktop_nav ul li.no_right a, nav#desktop_nav ul li.menuBorder a {
        margin-right: 0;
    }

    nav#desktop_nav #menu-main-menu .menuBorder {
        position: absolute;
        top: 116px;
        height: 5px;
        pointer-events: none;
        border-bottom: 5px solid #ee7523;
        background: #ee7523;
        -webkit-transition: left .5s, width .5s;
        -o-transition: left .5s, width .5s;
        transition: left .5s, width .5s;
        -webkit-transition-timing-function: cubic-bezier(3, 0.01, 0, 1);
        -webkit-transition-timing-function: cubic-bezier(3, 0.01, 0, 1.22);
        -o-transition-timing-function: cubic-bezier(3, 0.01, 0, 1.22);
        transition-timing-function: cubic-bezier(3, 0.01, 0, 1.22);
    }

    nav#desktop_nav #menu-main-menu .menuBorder a {
        text-indent: -9999px;
        line-height: 100%;
    }

    [role="navigation"] {
        height: 116px;
    }

    .upper_header .header_left, .upper_header .header_right {
        width: 50%;
    }

    .upper_header .inner {
        display: flex;
        justify-content: space-between;
    }

    .upper_header .header_right a {
        text-align: right;
        float: right;
        margin-left: 20px;
    }

    a#mobile_logo {
        display: none;
    }

    svg#logo {
        width: 100%;
        margin: -30px 0 0 -10px;
    }

    .contact {
        text-align: right;
    }

    .contactdetails {
        float: right;
        padding: 0 15px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .onecolumn .main_content {
        width: 65.5%;
        margin-right: 3%;
    }

    .textsection {
        padding: 0 0 20px;
        float: left;
    }

    .sliderandtestimonial #smallslider {
        width: 564px;
        height: 292px;
        float: left;
    }

    .blocks {
        width: 32%;
        margin: 0 2% 18px 0;
    }

    .blocks:nth-of-type(3n+1) {
        margin: 0 0 18px;
    }

    .mapcontent {
        width: 270px;
    }

    [role="information"] {
        padding: 0 0 20px;
    }

}

@media screen and (min-width:1280px) {

    .wrapper {
        min-height: calc(100vh - 782px);
    }

    .wrapper.no_slider {
        min-height: calc(100vh - 282px);
    }

    .inner a.logo {
        width: 51%;
        float: left;
        font: 400 38px/80px "adobe-garamond-pro", Arial, Helvetica, sans-serif;
    }

    .inner .contact {
        width: 49%;
        height: 80px;
        float: right;
        font: 400 15px/28px 'Tt-Chocolate', Arial, Helvetica, sans-serif;
        color: rgb(255,255,255);
        padding-top: 12px;
    }

    .inner .contact a {
        color: rgb(244,209,70);
    }

    .inner .contact > li {
        width: 100%;
        height: 80px;
        display: inline-block;
        float: left;
        list-style-type: none;
    }

    .inner .contact > li ul {
        height: 80px;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .ceop-link img {
        width: 90px;
        margin-top: 12px;
    }

}

@media screen and (max-width:1439px) {

    .inner, [role="main"] {
        width: 100%;
        padding: 0 18px;
    }

}