/* Begin main section styling for DGFW Theme 2 */
.variation-two .nav-wrapper a.btn-transparent:not(.multi-location-nav):hover {
    background: none;
}
.variation-two nav.large .nav-wrapper li.phone, body.variation-two nav.large a.multi-phone, body.variation-two .btn-tertiary {
    border-radius: 5px;
}
.variation-two nav.small .nav-wrapper li.phone { border-radius: 0; }
.variation-two nav.large .nav-wrapper li.phone a { padding: 0 20px; }

/* Begin Slider Styling */
.slider-variation-two { height: 687px!important; width: 100%; margin:0 auto; }
.slider-variation-two .slides.slides-variation-2 { height: 687px !important; }
.slider-variation-two .slides li img {
    background-position: 100% 45%;
}
.slider-variation-two .caption-variation-2 {
    position: absolute;
    top: 0;
    height: 100%;
    max-width: 795px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 10rem 5rem 12.5rem 15rem;
    background: rgba(0, 0, 0, 0.59);

}
.slider-variation-two .caption-variation-2 .slide-name {
    text-align: left;
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px; /* 126.19% */
    margin: 0 0 1rem 0;
    width: 100%;
}
.slider.slider-variation-two .caption-body { width: 100%; }
.slider-variation-two .caption-body * { color: #FFF; font-size: 19px; font-style: normal; font-weight:300; line-height: 29px; /* 152.632% */}
.slider.slider-variation-two .slides-variation-2 a#layout-five-modal-cta {
    font-size: 21px;
    line-height: 2.5;
    color: #FFF;
    font-weight: normal;
    letter-spacing: 0.21px;
    text-transform: capitalize;
    border: 2px solid #FFF;
    border-radius: 5px;
    margin-top: 2.75rem;
    width: 340px;
    height: 56px;
}
.slider-variation-two.slider a { color: white!important; text-decoration: none; font-size: 16px; margin-top: 1rem; }
.slider-variation-two.slider a div.bg-tertiary {
    height: 5px;
    margin-top: .5vh;
    width: 100%;
}
/* End Slider Styling */

/* Theme Two Main Content Section */
.theme-two-main-section{
    background-image: none;
    background-clip: initial;
    background-origin: initial;
    background-position: center center;
    background-repeat: repeat;
    -webkit-background-size: cover;
    background-size: initial;
    background-attachment: initial;
    padding: 7rem 0;
}
.theme-two-main-section.main-section p { margin: 2vh .25vw; }
.theme-two-main-section .intro-heading{
    font-size: 26px;
    font-weight: 600;
}

.intro-heading .text-contrast {
    margin-bottom: 15px;
}

.theme-two-main-section .hr-half{
    display: inline-block;
    width: 68%;
    opacity: .5;
    font-size: 13px;
    margin-left: 15px;
    color: #D8D8D8;
    border: 1px solid #D8D8D8;
}

.theme-two-main-section .hr-grey{
    opacity: .5;
    color: #D8D8D8;
    border: 1px solid #D8D8D8;
    width: 95%;
    margin-left: 0;
}

.theme-two-main-section .intro-heading h1 {
    text-align: left;
}

.main-section-location, .main-section-hours{ padding: 1rem 0; }
.main-section-location h3, .main-section-hours h3, .main-section-additional-hours h3{ font-weight: 600; font-size: 26px; }
.main-section-location address {
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}
.main-section-hours .hours-wrapper, .main-section-additional-hours .hours-wrapper { font-size: 16px; font-weight: 500; }
.theme-two-main-section .profile-box-container > div{ margin: auto; }
.theme-two-main-section .profile-boxes{
    background-color: #fff;
    padding: 0 !important;
    box-shadow: 0 15px 15px 0 lightgrey;
    margin-bottom: 2em;
    height: 400px;
    position: relative;
}

.theme-two-main-section .profile-boxes .profile-box-border {
    height: 10px;
}
.theme-two-main-section .profile-boxes .profile-icon {
    padding-right: 20px;
}
.theme-two-main-section .profile-boxes .heading-image-and-text{
    display: flex;
    align-items: flex-end;
    padding: 1.5rem 30px 1rem 30px;
}
.theme-two-main-section .profile-boxes .heading-image-and-text h3, .theme-two-main-section .profile-boxes .heading-image-and-text h2 {
    font-size: 26px;
    font-weight: 600;
}
.theme-two-main-section .profile-boxes .heading-paragraph{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    padding: 0 1.5rem;
    line-height: 1.8em;
}
.theme-two-main-section .profile-boxes div.cta-holder {
    position: absolute;
    bottom: 0;
    display:block;
    text-align: right;
    padding: 25px 30px;
    width: 100%;
}
.theme-two-main-section .profile-boxes div.cta-holder a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.fade-rule {
    height: 1px;
    background-color: #E6E6E6;
    width: auto;
    margin: 10px auto;
    background-image: linear-gradient(left , white 2%, #D3D3D3 50%, white 98%);
    background-image: -o-linear-gradient(left , white 2%, #D3D3D3 50%, white 98%);
    background-image: -moz-linear-gradient(left , white 2%, #D3D3D3 50%, white 98%);
    background-image: -webkit-linear-gradient(left , white 2%, #D3D3D3 50%, white 98%);
    background-image: -ms-linear-gradient(left , white 2%, #D3D3D3 50%, white 98%);
    background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, #d3d3d3), color-stop(0.98, white) );
}

.hours-wrapper{
    display:flex;
}
.hours-wrapper ul li {
    padding-bottom: 6px;
}
.hours-wrapper > .days{
    padding-right: 10px;
}

.main-section-location , .main-section-hours{
    margin: 10px 0 !important;
}
/* END Theme Two Main Content Section */

/* Theme Two Services Section */
.services-section-theme-two {
    overflow: visible;
    padding: 1em 0;
}
.services-section-theme-two h3 {
    font-size: 61px;
}
.services-section-theme-two p {
    font-size: 18px;
    margin: 3rem 5rem 3rem 0;
}
.services-theme-two-button {
    border: none;
    border-radius: 10px;
    font-weight: 500;
    box-shadow: none;
    max-width: 240px;
    text-align: center;
    text-decoration: none;
}

.services-theme-two-button > p {
    font-size: 20px;
    font-weight: 600;
}

.service-section-text-container {
    margin: 5em 0;
}

.service-section-img-container{
    margin: 0;
}

.service-section-img-container .service-image > img { max-width: 100%; height: auto; }

.service-section-img-container .col.l6.grid-box-3{
    margin-left: 3em;
}

div[class*="grid-box"] {
    position: relative;
    bottom: 50px;
}

.service-image > img {
    box-shadow: 0 15px 15px 0 lightgrey;
    filter: contrast(0.4);
}

div[class*="grid-box-1"] {
    right: 20px;
    z-index: 3;
}

div[class*="grid-box-2"] {
    position: relative;
    top: 50px;
    left: 20px;
}

div[class*="grid-box-3"] {
    bottom: 10px;
}

.grid-theme-two {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

.figure-theme-two {
    margin: 0;
    width: 100%;
}

.grid-theme-two > a > figure > figcaption * {
    position: absolute;
    color: #fff;
    text-align: left;
    bottom: 0;
    left: 1rem;
    padding: 1.5rem;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 33px;
    font-style: normal;
    font-weight: 300;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 290px;
}
.button-wrap {
    margin-top: -20px;
}
/* END Theme Two Services Section */

/* begin style for social media icon on header in theme variation 2*/
body.variation-two li.social-media-icon {
    line-height: 36px;
    border: none;
    border-radius: 60px;
    transition: .2s ease-out;
}

body.variation-two li.social-media-icon > a{
    display:contents;
}

body.variation-two li.social-media-icon > a > i {
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 60px;
    width: 30px;
    text-align: center;
    margin: 4px;
    font-size: 16px;
}

body.variation-two nav.small .nav-wrapper li.social-media-icon{
    padding: 0;
    margin-right: 0;
}

body.variation-two nav.small .nav-wrapper li.social-media-icon{
    line-height: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 20px;
}

body.variation-two nav.small .nav-wrapper li.social-media-icon i{
    line-height: 30px;
    height: 30px;
    padding: 0 5px;
    font-size: 18px;
    margin: unset;
}

body.variation-two nav.small .nav-wrapper li.social-media-icon > a > i {
    height: 30px;
    line-height: 31px;
}

@media only screen and (max-width: 992px){
    body.variation-two nav.large .nav-wrapper li.social-media-icon i {
        line-height: 34px;
        height: 30px;
        padding: 0 15px;
        width: 46px;
        border-radius: 0;
        margin: 0;
        font-size: 16px;
        text-align: center;
    }
    body.variation-two nav.large .nav-wrapper li.social-media-icon{
        height: 30px;
        border-radius: 0;
    }
    .slider-variation-two .caption-variation-2 { width: 100%; padding: 13rem; max-width: 100%; }
}
@media only screen and (max-width: 650px){
    body.variation-two nav .nav-wrapper li.social-media-icon{
        display: none;
    }
}
/* end style for social media icon on header in theme variation 2*/

/* Variation Two Media Queries */
@media only screen and (max-width: 1440px) {
    .main-section-hours .hours-wrapper, .main-section-additional-hours .hours-wrapper { font-size: 13px; }
    .service-section-img-container .col.l6.grid-box-3{
        margin-left: 0;
    }
    .grid-theme-two > a > figure > figcaption * {
        bottom: 1rem;
        left: 0rem;
    }
    .profile-wrap .btn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1280px) {
    .main-section-hours .hours-wrapper, .main-section-additional-hours .hours-wrapper { font-size: 12.3px; }
    .service-column-parent{
        display:flex;
        flex-flow: row;
    }
    .service-column-a{order:2;}
    .service-column-b{order:1;}
    .service-section-text-container {
        margin: 1em;
    }
}
@media only screen and (max-width: 1024px) {
    .grid-theme-two > a > figure > figcaption {
        left: 0;
        max-width: 100%;
        overflow: auto;
    }
    .theme-two-main-section .main-section-hours .hours-wrapper * { font-size: 1.3vw; }
}
@media only screen and (max-width: 993px) {
    .pagination-controls-container { margin-bottom: 50px; }
    body.variation-two nav.large .nav-wrapper li.phone, body.variation-two nav.large .multilocation-phones-dropdown {
        border: none;
        border-radius: 0;
    }
    body.variation-two nav.large .nav-wrapper li.phone a, body.variation-two nav.large .multilocation-phones-dropdown a {
        padding: 0 20px 0 0;
    }
    .variation-two .service-section-text-container { margin: 4em 5rem 3em 5rem; }
    .variation-two .services-section-theme-two p { margin: 1rem 0; }
    .service-column-parent{ display:flex; flex-flow: column; }
    .theme-two-main-section .main-section-hours .hours-wrapper * { font-size: 1.75vw; }
    .row div.col.grid-box-2 { left: 30px; top: 95px; }
    .row div.col.grid-box-3 { left: 1.5em; }
    .grid-theme-two > a > figure > figcaption { left: 0; }
}

@media only screen and (min-width: 992px) {
    body.variation-two nav.large .nav-wrapper li.phone i {
        display: none;
    }
}

/* Big screen devices (889px and above) */
@media only screen and (min-width: 889px) {
    .services-section-theme-two{
        padding: 1em 0 5rem 0;
    }

}


/* 601px  - 850px */
@media only screen and (min-width:601px) and (max-width:850px) {
    .profile-wrap .btn {
        font-size: 1.35vw;
    }
}

@media only screen and (min-width:994px) and (max-width:1100px) {
    .theme-two-main-section .hr-half {
        width: 40%;
    }
    .theme-two-main-section .intro-heading {
        font-size: 18px;
    }
    .main-section-hours .hours-wrapper {
        font-size: 1.5vw;
    }
    .theme-two-main-section .profile-boxes .heading-image-and-text {
        padding-right: 20px;
    }
    .theme-two-main-section .profile-boxes {
        height: 490px;
    }
    .theme-two-main-section .profile-boxes .heading-image-and-text h3 {
        font-size: 22px;
    }
    .theme-two-main-section .profile-boxes .heading-paragraph {
        -webkit-line-clamp: 12;
    }
    .theme-two-main-section .profile-boxes div.cta-holder a.btn-tertiary {
        font-size: 12px;
    }
}

@media only screen and (min-width:769px) and (max-width:993px) {
    .theme-two-main-section .hr-half {
        width: 40%;
    }
    .button-wrap .call { margin-bottom: 1em; }
    .main-section-hours .hours-wrapper { font-size: 12px; }
}
@media only screen and (min-width:601px) and (max-width:768px) {
    .main-section-location h3, .main-section-hours h3, .main-section-additional-hours h3{ font-size: 21px; }
    .profile-boxes .heading-image-and-text h3 { font-size: 18px; }
    .row .profile-boxes.col {
        width: 320px;
        margin: 10px;
    }
    .theme-two-main-section .hr-half {
        width: 60%;
    }
    .theme-two-main-section .intro-heading {
        font-size: 22px;
    }
    .main-section-location h3, .main-section-hours h3, .main-section-additional-hours h3{ font-size: 18px; }
    .main-section-hours .hours-wrapper, .main-section-additional-hours .hours-wrapper { font-size: 14px; }
    .grid-theme-two > a > figure > figcaption {
        left: .5rem;
    }
}

@media only screen and (max-width: 768px){
    .slider-variation-two .caption-variation-2 { justify-content: start; align-items: start; padding: 4rem 6rem; }
    .slider-variation-two .caption-body *, .slider-variation-two .caption-body p { text-align: center; }
    .theme-two-main-section { padding: 3.5vh 0; }
    .variation-two .profile-box-container { margin-top: 1.5rem; }
    .slider-variation-two .caption-body.full-caption { display: block; }
    .slider-variation-two.slider a { align-self: center; }
    .slider-variation-two.slider a div.bg-tertiary { width: 50%; margin: auto;}
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .main-section-hours .hours-wrapper, .main-section-additional-hours .hours-wrapper { font-size: 11px; }
}
@media only screen and (max-width:602px) {
    .slider-variation-two .caption-variation-2 { padding: 3rem 1rem; }
    .slider-variation-two .caption-variation-2 .slide-name { line-height: 32px; }
    .slider-variation-two.slider a div.bg-tertiary { width: 60%; padding: 0;}
    .main-section .intro-paragraph { padding: .25rem; }
    .main-section-location h3, .main-section-hours h3, .main-section-additional-hours h3 { font-size: 24px; }
    .theme-two-main-section { padding-bottom: 3.5rem; }
    .theme-two-main-section .profile-box-container .row { display: flex; flex-direction: column; }
    .theme-two-main-section .profile-box-container div.profile-boxes:nth-of-type(4) { order: 1; }
    .theme-two-main-section .profile-box-container div.profile-boxes:nth-of-type(1) { order: 2; }
    .theme-two-main-section .profile-box-container div.profile-boxes:nth-of-type(2) { order: 3; }
    .theme-two-main-section .profile-box-container div.profile-boxes:nth-of-type(3) { order: 4; }
    .profile-boxes .heading-image-and-text h3 { font-size: 20px; margin-left: 0;}
    .theme-two-main-section .hr-half {
        width: 40%;
    }
    .services-section-theme-two{
        padding: 3em 0;
    }
    .theme-two-main-section .profile-boxes:last-of-type {
        height: auto;
    }
    .variation-two .service-section-text-container { margin: 1rem 0;}
    .service-section-text-container {
        margin-top: 0;
    }
    .service-section-text-container h3{
        font-size: 39px;
        margin: 2rem;
    }
    .service-section-text-container p {
        font-size: 18px;
        margin: 2rem;
    }

    div[class*="grid-box"] {
        margin: 1em 0;
    }

    .row div.col.grid-box-1 {
        bottom: 132px;
    }

    .row div.col.grid-box-2 {
        top: unset;
        left: unset;
        bottom: 88px;
    }

    .row div.col.grid-box-3 {
        left: unset;
        bottom: 44px;
    }
    .grid-theme-two > a > figure > figcaption {
        left: 9rem;
    }
    /* MOBILE ONLY STYLING FOR MOBILE ONLY SECTION - LOCATIONS HOMEPAGE VARIATION #2 */
    .locations-section-theme-two {
        margin: 0 0 5.5rem 0;
    }
    .locations-section-theme-two hr.hr-grey {
        width: 85%;
    }
    .locations-section-theme-two .single-location-map.google-maps-wrapper {
        padding: 0 1em;
        margin-bottom: 1rem;
    }
}
@media only screen and (min-width: 400px) and (max-width:600px) {
    .grid-theme-two > a > figure > figcaption * {
        bottom: 1rem;
        left: 20%;
    }
}


@media only screen and (max-width: 425px) {
    .grid-theme-two > a > figure > figcaption { left: 4rem; }
    .theme-two-main-section { padding: 5vh 0;}
    .theme-two-main-section .intro-heading { font-size: 18px; padding: 0 4vw;}
    .main-section .intro-paragraph { padding: 1.25rem; }
    .main-section-hours .hours-wrapper, .main-section-additional-hours .hours-wrapper { font-size: 16px; }
}
@media only screen and (max-width: 375px) {
    .grid-theme-two > a > figure > figcaption { left: 2.5rem; }
    .main-section-hours .hours-wrapper, .main-section-additional-hours .hours-wrapper { font-size: 12px; }
}
@media only screen and (max-width: 320px) {
    .grid-theme-two > a > figure > figcaption { left: 1rem; }
}