/*
Theme Name: Sable Electrical Services Ltd.
*/
#page-container {
    background: #fff;
}
p, body {
    font-size: 16px !important;
}
.btn {
    background: #0b346d;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
}
.btn:hover {
    background: #939598;
    color: #fff;
}
#header {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 10px 0;
}
.logo-container img {
    margin: 0 auto;
    max-width: 175px;
}
.navigation, .c2a {
    text-align: center;
}
.c2a {
    font-size: 20px;
    padding-bottom: 20px;
}
.c2a a {
    color: #000;
}
.c2a a:hover {
    color: #0b346d;
}
.c2a span {
    padding: 0 10px;
}
.c2a i {
    padding-right: 5px;
}
.c2a .phone {
    font-size: 20px;
}
.social i {
    font-size: 28px;
}
.navigation a {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}
.navigation a:hover {
    color: #0b346d;
}
#menu-main-menu > li {
    padding: 15px 10px;
}
#menu-main-menu > li:last-of-type {
    background: #0b346d;
    transition: all ease .7s;
}
#menu-main-menu > li:last-of-type .dropdown-menu {
    background: #0b346d;
}
#menu-main-menu > li:last-of-type:hover {
    background: #939598;
    transition: all ease .7s;
}
#menu-main-menu > li:last-of-type a {
    color: #fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: #0b346d;
}
#banner {
    position: relative;
}
.home #banner:before, .page-sem-offer #banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
}
#banner img {
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    z-index: -1;
    object-fit: cover;
}
.banner-content {
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 0;
    right: 0;
}
.banner-content h1 {
    font-weight: bold;
    font-size: 46px;
    padding-bottom: 30px;
}
.banner-content .btn {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 15px 20px;
}
#feature {
    padding: 30px 75px;
    text-align: center;
}
.feature-box-container {
    padding: 50px 0;
}
.feature-box i {
    font-size: 82px;
    padding-bottom: 20px;
}
.feature-box a {
    color: #000;
    transition: all ease .7s;
    display: block;
}
.feature-box a:hover {
    transform: scale(1.1);
    transition: all ease .7s;
}
.feature-box h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
#feature h4 {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
.roofing-heading {
    position: relative;
    min-height: 500px;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: 0 0 20px inset #000;
}
.roofing-heading h2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 42px;
    text-shadow: 0 0 5px #000;
}
.roofing-content {
    text-align: center;
    padding: 30px 75px;
}
.roofing-boxes-inner {
    height: 100%;
}
.roofing-slider img {
    width: 100%;
}
.carousel-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 38px;
    text-shadow: 0 0 5px #000;
}
.left.carousel-arrows {
    left: 20px;
}
.right.carousel-arrows {
    right: 20px;
}
.slider-content h2 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 20px;
    text-shadow: 0 0 5px #000;
    font-size: 32px;
}
.slider-content .btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
}
.slider-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}
.roofing-box {
    position: relative;
    background-position: center;
}
.roofing-box h3 {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    text-shadow: 0 0 5px #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0;
}
.social-2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.social-item a:hover i {
    color: #333;
}
.social-item a {
    padding: 5px;
}
.social-item i {
    display: inline;
    font-size: 2em;
    margin: 5px;
}
.social-item img {
    display: inline-block;
    margin: 5px;
}
.social-item a {
    color: #333;
}
#faq-section {
    padding: 50px 0;
    background: #fff;
}
#faq-section h1 {
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
#faq-section h2 {
    padding: 5px;
}
.faq-info {
    background: #0b346d;
    color: #fff;
}
.faq-toggle {
    box-shadow: #000 0 0 10px 0;
    font-size: calc(16px + (21 - 16) * ((100vw - 300px) / (2000 - 300)));
    border: 1px solid #000;
    padding: 10px 20px 10px 10px;
    background: #eee;
    position: relative;
    margin: 10px 0;
    color: #333;
}
.faq-toggle:hover {
    cursor: pointer;
    color: #fff;
    background: #939598;
}
.faq-toggle .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.faq-toggle .icon i {
    transition: all .25s linear;
    font-weight: bold;
}
.feature-box .icon{
    padding: 20px 0;
}
.faq-toggle.active .icon i {
    transform: rotate(180deg);
    transition: all .25s ease;
}
.faq-info {
    display: none;
}
#location {
    background: #fff;
    padding: 50px 0;
}
#location h1 {
    font-size: calc(21px + (36 - 21) * ((100vw - 300px) / (2000 - 300)));
}
ul.locations {
    column-count: 2;
    padding: 0;
    margin: 10px;
    list-style: none;
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (2000 - 300)));
}
ul.locations li {
    padding: 5px;
}
.location-inner {
    width: 85%;
    margin: auto;
}
#location .btn {
    text-align: center;
    font-size: 18px;
}
#location .btn-wrapper {
    text-align: center;
    padding-top: 15px;
}
ul.locations li:before {
    content: "\f14e";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-weight: 500;
}
.location {
    padding-top: 5px;
}
.testimonials-box-inner {
    display: none;
}
.embed-codes {
    text-align: center;
}
#GQembeddedreview {
    background: #fff !important;
    border: none !important;
}
#testimonials h2 {
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 32px;
}
.testimonials-inner {
    position: relative;
    padding: 40px 75px;
}
.testimonials-container {
    overflow: hidden;
    position: relative;
}
.testimonials-group {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 65px;
}
.testimonial-box {
    padding: 15px;
    width: 100%;
}
.testimonial-box .header {
    align-items: baseline;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 12px;
}
.testimonial-box h3 {
    font-weight: bold;
    padding-right: 15px;
    letter-spacing: 0;
    text-transform: none;
}
.testimonial-scrolls {
    font-size: 62px;
}
.testimonial-scroll-up {
    position: absolute;
    top: 0;
    right: 20px;
    transition: all ease .7s;
    color: #000;
}
.testimonial-scroll-down {
    position: absolute;
    bottom: 0;
    right: 20px;
    transition: all ease .7s;
    color: #000;
}
.testimonial-scroll-up:hover, .testimonial-scroll-down:hover {
    color: #fff;
    transform: scale(1.1);
    text-shadow: 0 0 30px #000;
    cursor: pointer;
    transition: all ease .7s;
}
#footer-content {
    background: #444;
    padding: 30px 75px;
    color: #fff;
    font-size: 18px;
}
#footer-content h3 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
#footer-content a {
    color: #fff;
}
#footer-content a:hover {
    color: #0b346d;
}
.quote, .sitemap {
    padding: 0 15px;
    text-align: center;
}
.contact-info {
    display: block;
    padding: 5px 0;
}
.contact-info i {
    padding-right: 5px;
}
.footer-social i {
    font-size: 30px;
}
.footer-social a {
    font-weight: normal;
}
.list-inline > li {
    display: block;
}
footer {
    background: #222;
    text-align: center;
    padding: 5px 0;
}
footer a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}
footer a:hover {
    color: #0b346d;
}
.video {
    text-align: center;
}
div#services {
    padding: 50px 0;
    background: #fff;
}
div#services h2 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    position: relative;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
}
div#services h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 15%;
    border-bottom: solid #939598 3px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 15px;
}
div#services .sections:nth-of-type(even) {
    background-color: #0b346d;
    background-image: url("https://www.transparenttextures.com/patterns/shattered.png");
    color: #fff;
}
div#services .sections:nth-of-type(even) h2 {
    color: #fff;
}
div#services .sections:nth-of-type(even) .btn {
    color: #333;
    background: #fff;
}
div#services .sections:nth-of-type(even) .btn:hover {
    color: #fff;
    background: #0b346d;
}
.sections {
    padding: 25px 0;
}
.sections .flex-display-align {
    width: 85%;
    margin: auto;
}
.btn-wrapper {
    text-align: center;
}
.error404 #header {
    position: static;
}
.scroll-down .fa, .scroll-up .fa {
    font-size: 48px;
    color: #000;
}
.scroll-up {
    background-color: #fff;
    padding: 0px 7px 5px;
    bottom: 0px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    display: block;
    text-align: center;
}
#header {
    padding-bottom: 5%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.89+50,0+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0.89) 50%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0.89) 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0.89) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
}

/*IPs*/
/*Roofing*/
.page-id-160 div#roofing, .page-id-709 div#roofing, .page-id-710 div#roofing {
    background: #fff;
    padding-bottom: 5px;
}
.page-id-160 .slider-selection .flex-display-align, .page-id-709 .slider-selection .flex-display-align, .page-id-710 .slider-selection .flex-display-align {
    width: 85%;
    margin: auto;
}
.page-id-160 .slider-selection .content h1, .page-id-709 .slider-selection .content h1,
.page-id-710 .slider-selection .content h1 {
    padding-bottom: 5px;
    border-bottom: solid 2px;
}
.page-id-160 .slider-selection, .page-id-709 .slider-selection,
.page-id-710 .slider-selection {
    background-color: #0b346d;
    background-image: url("https://www.transparenttextures.com/patterns/shattered.png");
    padding: 20px 0;
    color: #fff;
}
.page-id-160 .video-section .flex-display-align, .page-id-709 .video-section .flex-display-align,
.page-id-710 .video-section .flex-display-align {
    width: 85%;
    margin: auto;
    justify-content: center;
}
.page-id-160 .video-section .flex-2-col-shrink, .page-id-709 .video-section .flex-2-col-shrink,
.page-id-710 .video-section .flex-2-col-shrink{
    padding: 15px;
}
.carousel-control {
    top: 50%;
    background-color: transparent;
    text-shadow: none;
    font-size: 36px;
}
.carousel-control.left {
    left: 11%;
    background: none;
    color: #fff;
    opacity: 1;
}
.carousel-control.right {
    right: 11%;
    background: none;
    color: #fff;
    opacity: 1;
}
.page-id-160 div#roofing .video-section .flex-col, .page-id-709 div#roofing .video-section .flex-col,
.page-id-710 div#roofing .video-section .flex-col {
    padding: 20px;
}
.content {
    padding: 20px;
}
.caption {
    transform: translate(-50%, -50%);
    top: 75%;
    left: 50%;
    position: absolute;
    text-align: center;
}
.caption h2 {
    font-weight: bold;
    font-size: 46px;
    padding-bottom: 30px;
    color: #fff;
}
.caption .btn {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 15px 20px;
}
#contact {
    background: #fff;
    padding: 25px 0;
    font-size: 18px;
}
.inner-contact {
    width: 85%;
    margin: auto;
    text-align: center;
}
legend {
    padding-top: 25px;
}
label.gfield_label {
    display: none !important;
}
#contact input {
    width: 100% !important;
    border: none;
    border-bottom: dotted 2px #000;
    margin: 15px 0;
}
#contact textarea {
    border: none;
    border-bottom: dotted 2px #000;
    height: 50px !important;
}
input#gform_submit_button_1 {
    border: solid 2px #000;
    height: auto !important;
    background: #000 !important;
    color: #fff !important;
    padding: 10px 0 !important;
}
input#gform_submit_button_1:hover {
    background: #0b346d !important;
}
#contact input:focus {
    outline-color: #fff;
}
#contact textarea:focus {
    outline-color: #fff;
}
.box-contact {
    padding: 40px 0;
    background: #333;
}
.box-contact h2 {
    color: #fff;
}
#contact address span {
    display: block;
}
.content-card {
    padding: 25px;
    margin: 30px;
    color: #fff;
    background: #333;
}
.content-card a {
    color: #fff;
}
.content-card a:hover {
    color: #0b346d;
}
#our-work h2 {
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.gallery-section {
    padding-bottom: 0px;
}
.gallery-section-inner {
    width: 95%;
    margin: auto;
}
.gallery-section .gallery.row {
    padding-left: 15px;
    padding-right: 15px;
}
.gallery-section .col-md {
    padding-left: 5px;
    padding-right: 5px;
}
.gallery-section img {
    padding: 2px;
    width: 100%;
}
.home .flex-col, .page-sem-offer .flex-col {
    padding: 0;
}
div#our-work {
    padding: 0px;
    background: #fff;
}
#testimonials h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px;
    font-size: 34px;
    color: #fff;
}
.testimonials-outer-box {
    overflow: hidden;
    background: #f9f9f9;
    border: 2px solid #000;
    box-shadow: 0 0 10px #000;
}
.testimonials-box {
    position: relative;
}
.testimonial-box {
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
}
.testimonial-info {
    text-align: center;
    padding: 10px;
}
.testimonial-info h3 {
    font-weight: bold;
}
.testimonial-content {
    border-left: 1px solid #444;
    padding: 0 15px;
    margin: 10px 0;
}
.flex-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    min-height: 1px;
}
.testimonials-outer-in {
    position: relative;
}
.testimonials {
    padding: 20px 0;
}
.video-section .flex-2-col-sm {
    padding: 10px;
}
.certifications {
    padding: 50px 0;
    background-color: #0b346d;
    background-image: url("https://www.transparenttextures.com/patterns/shattered.png");
    background-attachment: fixed;
}
#our-work .certifications h2 {
    color: #fff;
    padding-bottom: 50px;
}
div#our-work .video-section {
    padding: 25px 0;
    background-color: #0b346d;
    background-image: url("https://www.transparenttextures.com/patterns/shattered.png");
    background-attachment: fixed;
}
#our-work .video-section h2 {
    color: #fff;
    padding-bottom: 50px;
}
video {
    max-width: 100%;
    max-height: 100%;
}
h2.message {
    font-size: 50px;
    text-align: center;
}
div#content-slider img {
    border: solid 10px #eee;
    border-radius: 15px;
}
.content-slider img {
    border: solid 10px #eee;
    border-radius: 15px;
}
#testimonials h2 {
    color: #000 !important;
}
#testimonials-box {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    box-shadow: 0 0 10px #000;
    background-color: #fff;
}
#testimonials-box .testimonials-box-inner {
    position: relative;
    padding: 50px 0px 50px;
}
#testimonials-box .testimonial-title {
    padding: 20px 0px 0px;
}
#testimonials-box .testimonial-title h2 {
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    display: block;
}
#testimonials-box .testimonials-scroll-box {
    overflow: hidden;
    border: 2px solid #000;
    box-shadow: 0 0 10px #000;
}
#testimonials-box .testimonials-group {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0px 100px 0px 0px;
    background: rgba(255, 255, 255, 0.7);
}
#testimonials-box .testimonial-box {
    padding: 15px;
    width: 100%;
    border: none;
}
#testimonials-box .testimonials-group > div:nth-child(odd) {
    border-bottom: 1px dotted #444;
    border-top: 1px dotted #444;
}
#testimonials-box .testimonial-box .header {
    align-items: baseline;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 12px;
}
#testimonials-box .testimonial-box h3 {
    font-weight: bold;
    padding-right: 0px !important;
    letter-spacing: 0;
    text-transform: none;
}
#testimonials-box .testimonial-scrolls {
    font-size: 62px;
}
#testimonials-box .testimonial-scroll-up {
    position: absolute;
    top: 3px;
    right: 30px;
    transition: all ease .7s;
    color: #000;
    font-size: 62px;
}
#testimonials-box .testimonial-scroll-down {
    position: absolute;
    bottom: 7px;
    right: 30px;
    transition: all ease .7s;
    color: #000;
    font-size: 62px;
}
#testimonials-box .testimonial-scroll-up:hover, #testimonials-box .testimonial-scroll-down:hover {
    color: #fff;
    transform: scale(1.1);
    text-shadow: 0 0 30px #000;
    cursor: pointer;
    transition: all ease .7s;
}
#testimonials-box .testimonials-group > #testimonials-box .testimonial-box:last-child {
    border-bottom: 0px;
}
#testimonials-box .mobile-content-wrapper {
    display: none;
}
#testimonials-box .mobile-content-wrapper p {
    margin: 10px 0px;
}
#testimonials-box .mobile-content-wrapper .modal-title {
    display: inline-block;
}
#testimonials-box .btn-primary {
    display: block;
}

/*
 * Sitemap
 */
.page-id-276 #interior-main {
    background: #fff;
    text-align: center;
    padding: 30px 0;
}
.page-id-276 #interior-main h2 {
    margin: 20px 0;
    font-size: 36px;
    border-bottom: 2px solid #000;
}
.page-id-276 #interior-main ul {
    list-style: none;
    padding-left: 0;
    column-count: 2;
}
.page-id-276 #interior-main ul li {
    font-size: 22px;
}
.bbb-section {
    background: #fff;
    display: inline-block;
    padding: 2px;
    border-radius: 5px;
}
.faq-box .content a {
    color: #ccc;
}
.faq-box .content a:hover, .faq-box .content a:focus {
    color: #333;
}

/* SEM Offer Page */
.page-sem-offer .header-inner .navigation {
    display: none;
}
.page-sem-offer .header-inner .social {
    display: none;
}
.page-sem-offer #footer-content > *:not(.quote) {
    display: none;
}
.page-sem-offer .sem-phone {
    font-size: 22px;
    font-weight: 700;
}
.page-sem-offer .header-inner .c2a > span:not(.phone) {
    display: none;
}
.roofing-inner h2{
    padding: 8px 0;
}
/* End SEM Offer Page */
@media screen and (max-width: 1430px) {
    .testimonial-box h3 {
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .navigation a {
        letter-spacing: 0;
        font-size: 13px;
    }
    #feature {
        padding: 20px;
    }
    .feature-box h3 {
        font-size: 14px;
    }
    .roofing-content {
        padding: 20px;
    }
    .testimonials-inner {
        padding: 20px;
    }
    .roofing-box h3 {
        font-size: 22px;
    }
    .slider-content h2 {
        font-size: 26px;
    }
    #footer-content {
        font-size: 14px;
    }
    #footer-content h3 {
        font-size: 17px;
        letter-spacing: 0;
    }
    .map .embed-responsive-16by9 {
        padding-bottom: 100.25%;
    }
}
@media screen and (max-width: 991px) {
    #header {
        position: static;
    }
    #menu-main-menu > li {
        padding: 15px 5px;
    }
    .video-section .flex-col {
        padding: 20px 0;
    }
    .content-card {
        margin: 25px 0;
    }
    .inner-contact {
        width: 100%;
    }
    .caption {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 10px 0;
    }
    .caption .btn {
        font-size: 12px;
        padding: 10px 15px;
    }
    .caption h2 {
        font-size: 30px;
    }
    #banner img {
        height: auto;
        width: 100%;
        position: relative;
    }
    .logo-container img {
        max-width: 140px;
    }
    .c2a {
        padding: 10px;
    }
    .banner-content {
        bottom: 15px;
    }
    .banner-content h1 {
        font-size: 32px;
        padding-bottom: 10px;
    }
    .banner-content .btn {
        font-size: 14px;
        padding: 10px;
    }
    .feature-box {
        padding: 15px 0;
    }
    .feature-box a:hover {
        transform: none;
    }
    .roofing-box {
        min-height: 200px;
        background-size: cover;
    }
    .quote, .sitemap {
        padding: 15px 0;
    }
    #footer-content {
        text-align: center;
    }
    .map .embed-responsive-16by9 {
        padding-bottom: 58.25%;
    }
    #header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.89+81,0+100 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0.89) 81%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0.89) 81%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0.89) 81%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
    }
}
@media screen and (max-width: 767px) {
    .location-inner {
        width: 100%;
    }
    .c2a {
        left: 0;
    }
    div#services h2 {
        padding: 5px;
    }
    .content {
        padding: 0 20px;
    }
    .sections .flex-display-align {
        width: 100%;
    }
    .video-section .flex-col {
        padding: 20px 0;
    }
    #banner:before {
        background-color: transparent;
    }
    .social {
        display: none;
    }
    .c2a a {
        color: #fff;
    }
    .c2a {
        font-size: 18px;
        padding-left: 50px;
    }
    .main-nav .nav-list .menu-item a {
        font-size: 14px;
        justify-content: center;
    }
    .navigation a {
        font-size: 14px;
    }
    .nav-toggler {
        font-size: 14px;
        text-transform: uppercase;
    }
    #header {
        position: relative;
    }
    .testimonials-group {
        padding-right: 0;
    }
    .testimonial-scrolls {
        font-size: 50px;
    }
    .testimonial-scroll-up {
        top: -15px;
        right: 0;
    }
    .testimonial-scroll-down {
        bottom: -15px;
        right: 0;
    }
    #testimonials h2 {
        font-size: 22px;
    }
    .roofing-heading h2 {
        font-size: 28px;
    }
    .banner-content h1 {
        font-size: 28px;
    }
    .banner-content {
        position: relative;
        bottom: 0;
        padding: 15px;
        background: #eee;
    }
    .slider-content {
        display: none;
    }
    #testimonials-box .testimonials-group {
        padding: 15px;
    }
    #testimonials-box .desktop-content-wrapper, #testimonials-box .testimonial-content {
        display: none;
    }
    #testimonials-box .mobile-content-wrapper {
        display: block;
    }
    #testimonials-box .testimonial-box {
        padding: 0px 15px 5px 15px;
    }
    #testimonials-box .testimonials-group > #testimonials-box .testimonial-box:last-child {
        padding-bottom: 0px;
    }
    #testimonials-box .testimonial-info {
        padding: 0;
    }
    #testimonials-box .testimonial-scroll-up {
        left: 50%;
        top: -50px;
        right: auto;
        transform: translateX(-50%) !important;
        display: flex;
        font-size: 50px;
    }
    #testimonials-box .testimonial-scroll-down {
        left: 50%;
        bottom: -50px;
        transform: translateX(-50%) !important;
        right: auto;
        display: flex;
        font-size: 50px;
    }
    #testimonials-box .testimonials-group > div:nth-child(odd) {
        border: none;
    }
    #testimonials-box .testimonial-info {
        text-align: left;
    }
    #testimonials-box .testimonials-group > div:nth-child(n + 2) {
        border-top: 1px dotted #444;
    }
    #testimonials-box .testimonial-title {
        padding-bottom: 0px;
    }
}

/* IE Styles */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .banner-inner {
        height: 100%;
    }
}
