
.content-wrapper {
    background-color: #FFFFFF;
    position: relative;
    z-index: 0;
}header.header-wrapper {
    background: #272420;
    padding: 15px 0;
    display: block;
    width: 100%;
    float: left;
    clear: both;
}.header-company-title a {
    color: #ffffff;
    float: left;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 65px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}.header-company-title > a img {
    margin: 0 15px 0 0;
}.header-wrapper .social-icons p {
    margin: 22px 0;
    text-align: center;
}.header-wrapper .social-icons p .fa {
    border: 1px solid transparent;
    border-radius: 20px;
    color: #ffffff;
    font-size: 27px;
    line-height: 26px;
    margin: 0 5px;
    text-align: center;
    width: 26px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;  
    transition: all 300ms ease;
}.header-wrapper .social-icons p .fa:hover {
    border-color: #ffffff;
}
/* Clear Default Navigation Styles */
.top-bar,
.top-bar-section ul li,
.top-bar-section ul li.active > a,
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:hover:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: none; 
}.top-bar-section ul {
    float: left;
}
/* Start Our Navigation styles */
.navigation-wrapper {
}.navigation-wrapper .top-bar {
    background: none;
    height: 45px;
    line-height: 45px;
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
}.top-bar.expanded {
    height: auto !important;
}.top-bar.expanded .title-area {
    background: #272420;
}.top-bar-section ul{
    float: left;
}.top-bar-section ul li {
    padding: 0 15px;
}.top-bar-section ul li > a,
 .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 12px;
    font-weight: 400;
    font-family: "Source Sans Pro",sans-serif;
    color: #ffffff;
    padding: 0; 
    text-transform: uppercase;
    position: relative;
    line-height: 45px;
}.top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button),
 .top-bar-section ul li:hover:not(.has-form) > a {
    color: #ffffff;
    position: relative;
    line-height: 45px;
    padding: 0;
    /*border-bottom: 2px solid #ffffff;*/
}.top-bar-section li.active:not(.has-form) a:not(.button):before {
    content: "";
    position: absolute;
    display: block;
    visibility: visible;
    margin: 0 auto;
    height: 2px;
    width: 0%;
    bottom: -1px;
    right: 0;
    left: 0;
    background: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;  
    transition: all 300ms ease;
    width: 100%;
    background: #FFFFFF;
 }.top-bar-section ul li:not(.has-form) > a:before {
    content: "";
    position: absolute;
    visibility: hidden;
    margin: 0 auto;
    height: 2px;
    width: 0px;
    bottom: -1px;
    right: 0;
    left: 0;
    background: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;  
    transition: all 300ms ease;
}.top-bar-section ul li:not(.has-form) > a:hover:before {
    width: 100%;
    background: #FFFFFF;
    visibility: visible;
}.top-bar-section .dropdown {
    background: #ffffff;
    padding: 15px;
}.top-bar-section .dropdown li {
    background: #ffffff;
    height: 30px;
    line-height: 3  0px;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #272420;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 15px;
    text-transform: none;
    text-transform: uppercase;
}.top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
    background: #ffffff;
    color: #720404;
    padding: 0 15px;
    line-height: 20px;
}.top-bar-section .has-dropdown > a {
    padding-right: 0 !important;
}.top-bar-section .has-dropdown > a::after {
    display: none;
}.phone-toggle {
    overflow: hidden;
    position: fixed;
    top: 245px;
    right: 0;
    z-index: 10;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -moz-transform: translateX(242px);
    -webkit-transform: translateX(242px);
    -o-transform: translateX(242px);
    -ms-transform: translateX(242px);
    transform: translateX(242px);
}.phone-toggle.flyout {
    right: 0;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}.phone-button-action {
    background: url("https://ajjackcarpet.com/wp-content/themes/ccl2/images/callbg2.png");
    color: #ffffff;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 22px;
    height: 120px;
    line-height: 1.5rem;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 105px;
    cursor: pointer;
}.phone-button-action .fa {
    clear: both;
    display: block;
    font-size: 38px;
    margin: 10px 0 0;
}.phone-button-action, .phone-number {
    float: left;
    height: 120px;
}.phone-number {
    color: #ffffff;
    background: url("https://ajjackcarpet.com/wp-content/themes/ccl2/images/callbg.png");
    font-family: "Source Sans Pro",sans-serif;
    font-size: 28px;
    line-height: 120px;
    padding: 0 36px;
}.phone-number a {
    color: #ffffff !important;
}.service-group {
    background: url("https://ajjackcarpet.com/wp-content/themes/ccl2/images/callbg.png");
    bottom: 150px;
    padding: 20px;
    position: absolute;
}.service-group h1,
 .service-group h2 {
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}.scroll-icon-wrapper {
    bottom: 50px;
    position: absolute;
    width: 100%;
}.scroll-icon-wrapper .scroll-icon {
    width: 115px;
    height: 90px;
    background: url("https://ajjackcarpet.com/wp-content/themes/ccl2/images/scroll-icon.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
@keyframes mousewheel {
    0%   {top:40px;}
    50%  {top:65px;}
    100% {top:40px;}
}.scroll-icon-wrapper .scroll-icon::before {
    background: #FFFFFF;
    border-radius: 6px;
    content: "";
    height: 10px;
    left: calc(50% - 2px);
    position: absolute;
    top: 40px;
    width: 5px;
    z-index: 1;
    animation-name: mousewheel;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}.slider-overlay {
    width: 100%;
    height: calc(100vh - 105px);
    clear:both;
    position: relative;
    overflow: hidden;
}.service-slide-show {
    overflow: hidden;
    position: relative;
    top: 2px;
}.service-slide-show .slick-slider {
    margin: 0;
}.service-slide-show .slick-slide {
    position: relative;
    overflow: hidden;
}.service-slide-show .slick-slide .slide-content {
    position: absolute;
    top: 55%;
    width: 100%;
    opacity: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}.service-slide-show .slick-slide:hover .slide-content {
    opacity: 1;
}.service-slide-show .slick-slide .slide-content .large-text3 {
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    margin: 0;
    text-transform: uppercase;
}.service-slide-show .slick-slide .slide-content p {
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}.service-slide-show .slick-slide .slide-content .button {
    color: #ffffff;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    line-height: 45px;
    margin-top: 25px;
    padding: 0 70px;
}
/* Service slider hover article animation */
.service-slide-show .slick-slide .slide-content .large-text3,
.service-slide-show .slick-slide .slide-content p  {
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
    transition: all 500ms ease;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.service-slide-show .slick-slide .slide-content .button {
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
    transition: all 500ms ease;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}.service-slide-show .slick-slide:hover .slide-content .large-text3,
 .service-slide-show .slick-slide:hover .slide-content p {
    opacity: 1;
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.service-slide-show .slick-slide:hover .slide-content .button {
    opacity: 1;
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}.cta-one {
    background: #272420;
    width: 100%;
    clear: both;
    display: block;
}.cta-one h1 {
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 23px;
    font-weight: normal;
    line-height: 52px;
    margin: 30px 0;
    text-transform: uppercase;
}.cta-one .button {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 23px;
    font-weight: lighter;
    line-height: 52px;
    margin: 0 50px;
    padding: 0 60px;
    text-transform: uppercase;
}.cta-one .button:hover, .cta-one .button:focus {
    background: #ffffff;
    color: #720a05;
}.home-content .button.animate-button {
    margin: 40px auto 20px;
}.button.animate-button.inner-button {
    margin: 60px auto;
}.button.animate-button {
    background: #272420;
    color: #FFFFFF;
    height: 75px;
    width: 600px;
    max-height: 100%;
    border: 1px solid #272420;
    display: block;
    position: relative;
    z-index: 1;
    line-height: 75px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}.button.animate-button:hover {
    color: #FFFFFF;
}.mirror1 {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 75px;
    text-align: center;
    z-index: 2;
    text-overflow: clip;
    -webkit-transition: width 1000ms ease;
    -moz-transition: width 1000ms ease;
    -ms-transition: width 1000ms ease;
    -o-transition: width 1000ms ease;
    transition: width 1000ms ease;
}.mirror1 i {
    color: #272420;
    right: 0;
    min-width: 600px;
    max-width: 600px;
    width: 600px;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 0;
    font-style: normal;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}.button.animate-button:hover .mirror1 {
    width: 0%;
    color: #272420;
}.button.tiny, 
    button.tiny {
    background: none;
    color: #272420;
    border: 1px solid #272420;
    font-size: 12px;
    line-height: 35px;
    padding: 0 25px;
}.split-wrapper {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}.wrapper-scaled {
    max-width: 600px;
    width: 100%;
}.wrapper-scaled.section-one {
    float: none;
    margin: 0 auto;
    text-align: right;
    padding: 100px 30px;
}.wrapper-scaled.section-two {
    float: none;
    margin: 0 auto;
    text-align: left;
    padding: 40px 30px;
}.split-wrapper .height-adjust {
    position: absolute;
    z-index: -1;
}.divider {
    width: 50%;
    display: block;
    min-height: 1px;
}.small-banner.green-cleaning {
    background: url("https://ajjackcarpet.com/wp-content/themes/ccl2/images/green-cleaning.jpg");
    background-size: auto 100%;
    background-position: center center;
    width: 100%;
    height: 350px;
    clear: both;
}
/* Default Styles */
#wpadminbar {display: none !important;}
body {
    font-family: "Lato",sans-serif;
}h1, h1 a {
    color: #7d0404;
    font-family: "Lato",sans-serif;
    font-size: 26px;
    line-height: 1.27em;
    margin: 10px 0 25px;
}h2 {
    color: #7d0404;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    line-height: 1.5rem;
    margin: 10px 0 25px;
}h3 {
    color: #7d0404;
    font-family: "Lato", sans-serif;
    font-size: 1.6em;
    line-height: 22px;
    margin: 10px 0 25px;
}h4 {
    font-family: "Lato", sans-serif;
    color: #7d0404;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.5rem;
    margin: 10px 0 25px;
}p {
    font-family: "Lato", sans-serif;
    color: #272420;
    font-size: 15px;
    margin: 0 0 20px;
}ul {
    list-style-type: none;
}.row.full {
    max-width: 100%;
}.row {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%;
}.vertical-padding {
    padding-top: 45px;
    padding-bottom: 45px;
}.strip-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}.contain-to-grid {
    background: none !important;
}.contain-to-grid .top-bar {
    max-width: 75em;
}.footer-wrapper {
    background: #FFFFFF;
    width: 100%;
    display: block;
    clear: both;
    float: left;
    padding: 25px 0 0 0;
}.footer-inner-wrapper {
    margin: 0 auto;
    padding: 25px 0 0 0;
}.footer-inner-wrapper h1 {
    padding: 0 0 25px 0;
}.footer-wrapper .social-icons .fa {
    color: #807870;
    font-size: 33px;
    line-height: 50px;
    margin: 0 5px;
    width: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;  
    transition: all 300ms ease;
}.footer-wrapper .social-icons .fa:hover {
    color: #272727; 
}.contact-page-wrapper .wrapper-scaled.section-one {
    padding: 15px 30px;
}.service-hours time {
    font-size: 14px;
    font-family: "Lato", sans-serif;
}.service-hours time b {
    color: #7d1111;
    font-size: 16px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
}.contactForm  {
    margin-top: 20px;
}.contactForm  label{
    font-weight: bold;
    display: block;
    }.contactForm input {
    border: 1px solid #272420;
    color: black;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 50px;
    margin: 0 0 20px;
    padding: 0 10px;
    width: 100%;
}.contactForm textarea {
    padding: 10px;
    border: 1px solid #272420;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    min-height: 100px;
    margin: 0 0 20px;
}.contactForm .captchaWrapper {
    margin-top: 10px;
}.contactForm .captchaRefresh {
    vertical-align: top;
}.contactForm .submitWrapper {
    text-align: center;
}.contactForm .submitWrapper span.submit {
    background-color: #fafafa;
    border: 1px solid #272420;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 65px;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
    transition: all 500ms ease;
}.contactForm .submitWrapper span.submit:hover {
    background-color: #7d0404;
    border: 1px solid #7d0404;
    color: #FFFFFF;
}.emailConfirmation {
    margin: 0 auto;
}.emailConfirmation h1 {
    color: #00CC00;
}.contact-information-wrapper {
    margin: 40px 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #7d0404;
}.contact-information-wrapper p {
    color: #272420;
    font-size: 22px;
    font-weight: 300;
    line-height: 50px;
    margin: 0;
}p.contact-title {
    font-family: "Lato", sans-serif;
    color: #151515;
    font-size: inherit;
    margin: 15px 0;
}.slick-background-wrapper {
    left: 0;
    position: fixed;
    top: 0;
    z-index: -1;
    width: 101% !important;
    overflow: hidden;
}.disclaimer p {
    font-size: 12px;
}.disc-pre-image {
    color: #999999;
    line-height: normal;
    margin: 30px 0 0;
}.lnm-image > img {
    margin: 0 0 50px;
    max-width: 120px;
    opacity: 0.3;
}#wpcr_postcomment {
  color: #000;
  font-size: 1.1em;
  font-weight: 700;
}#wpcr_commentform label {
  color: #000;
  display: inline !important;
}

/* START of custom CSS */
#ae_launcher {
bottom: 120px!important;
left: 34px!important;
right: initial!important;
}
/* END of custom CSS */


@media only screen and (max-width: 1400px) {
    .divider {
        width: 100%;
    }
    .split-wrapper {
        width: 50%;
    }
    .split-wrapper .height-adjust {
        max-width: 100%;
        position: relative;
    }
    .divider.content-area {
        background: #FFFFFF;
    }
    .divider img {
        max-width: 100%;
    }
    .wrapper-scaled.section-one,
     .wrapper-scaled.section-two {
        text-align: center;
    }
    .top-bar-section ul li {
        padding: 0 10px;
    }
    }
@media only screen and (max-width: 1200px) {
    .wrapper-scaled {
        max-width: 800px;
    }.split-wrapper {
        width: 100%;
    }.split-wrapper .height-adjust {
        width: 800px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }.split-wrapper .height-adjust {
        max-width: 100%;
        position: relative;
    }
}
@media only screen and (max-width: 767px) {
.header-company-title a {
    font-size: 22px;
}
.cta-one .button {
    font-size: 14px;
}
    header.header-wrapper .columns {
        position: relative;
    }.header-wrapper .social-icons {
        float: left !important;
        position: relative;
        z-index: 10;
    }header.header-wrapper .social-icons p {
        margin: 0;
        line-height: 45px;
        position: absolute;
    }.navigation-wrapper .top-bar {
        margin: 0;
    }.top-bar-section .dropdown li {
        height: 40px;
    }.phone-toggle {
        overflow: hidden;
        position: fixed;
        right: 0;
        top: calc(100% - 45px);
        width: 100%;
        z-index: 10;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }.phone-toggle.flyout {
        right: 0;
        -moz-transform: translateY(-70px);
        -webkit-transform: translateY(-70px);
        -o-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
        transform: translateY(-70px);
    }.phone-button-action {
        width: 100%;
    }.phone-button-action .text br {
        display: none;
    }.phone-button-action .fa {
        clear: none;
        display: inline-block;
        font-size: 28px;
        margin: 0 0 0 10px;
        vertical-align: middle;
    }.phone-button-action, .phone-number {
        height: auto;
    }.phone-number {
        display: block;
        font-size: 28px;
        line-height: 70px;
        padding: 0;
        text-align: center;
        width: 100%;
    }.phone-number a {
        color: #FFFFFF !important;
    }.button.animate-button {
        width: 320px;
    }.mirror1 i {
        min-width: 320px;
        max-width: 320px;
        width: 320px;
    }.button.animate-button:hover .mirror1 {
        width: 0%;
    }.contact-information-wrapper p {
        font-size: 15px;
    }
}