/*======================================
Theme Name: Divi child
Theme URI: https://divicake.com/
Description: Child theme
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.other-locations .swiper {
    width: 100%;
    height: 100%;
}

.other-locations .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000;
}

.other-locations .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-width-section {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.other-locations {
    display: block;
    margin: auto;
    align-self: center;
    padding: 0 0 60px;
}
.other-locations h1 {
    margin-bottom: -60px;
    text-transform: uppercase;
    font-size: 60px;
    color: #000;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
		font-weight: 600;
}
.other-locations-slider {
    position: relative;
    padding-top: 120px;
}
.other-locations-slider .swiper-button-next, .other-locations-slider .swiper-button-prev {
    top: 25px;
    right: 10%;
}
.other-locations-slider .swiper-button-prev, .other-locations-slider .swiper-rtl .swiper-button-next {
    left: auto;
    right: 17%;
}
.other-locations-slider .swiper-slide {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    max-height: 500px;
    height: 500px;
}


/* class for Overlay colors*/
.overlay-black {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.overlay-blue {
    background-color: rgba(96, 186, 214, 0.9) !important;
}
.overlay-red {
    background-color: rgba(236, 102, 86, 0.9) !important;
}
.overlay-yellow {
    background-color: rgba(251, 212, 63, 0.9) !important;
}



.other-locations-slider .swiper-slide .location-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: .3s ease;
}
.other-locations-slider .swiper-slide .location-overlay .location {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
font-weight: 600;
  color: #fff;
    padding: 18px 25px;
}
.other-locations-slider .swiper-slide:hover .location-overlay .location {
    opacity: 0;
}
.other-locations-slider .swiper-slide .location-overlay h2 {
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
font-weight: 600;
  color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}
.other-locations-slider .swiper-slide .location .btn-wrap {
    width: 35px;
    height: 35px;
    align-self: center;
}
.other-locations-slider .swiper-slide .location .btn-wrap a {
    display: block;

}
  .other-locations-slider .swiper-slide .location .btn-wrap a polygon.st0 {
    fill:#000;
stroke: #000;
    transition: .3s ease;
}
.other-locations-slider .swiper-slide .location .btn-wrap a:hover circle.st1 {
    fill: #000;

    transition: .3s ease;
}
.other-locations-slider .swiper-slide .location .btn-wrap a:hover polygon.st0 {
    fill: #FDFDFF;
    transition: .3s ease;
}
.other-locations-slider .swiper-slide .location-overlay .location-descr {
    position: absolute;
    top: -500px;
    left: 0;
    text-align: left;
    padding: 0 25px;
    height: 500px;
    transition: .4s ease;
}
.other-locations-slider .swiper-slide:hover .location-overlay .location-descr {
    top: 0;
}
.other-locations-slider .swiper-slide:hover .location-overlay .location-descr .overlay-content {
    transform: translateY(40%);
}
.other-locations-slider .swiper-slide .location-overlay .location-descr p {
    color: #fff;
    font-size: 12px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
font-weight: 300;
    margin: 20px 0;
}
.other-locations-slider .swiper-slide .location-overlay .location-descr .btn-wrap a {
    text-transform: uppercase;
font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
font-weight: 600;
  color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 10px 25px;
    display: inline-block;
    transition: .3s ease;
}
.other-locations-slider .swiper-slide .location-overlay .location-descr .btn-wrap a:hover {
    background-color: #fff;
    color: #000;
}
.other-locations-slider .swiper-button-next::after, .other-locations-slider .swiper-rtl .swiper-button-prev::after {
    content: "";
}
.other-locations-slider .swiper-button-prev::after, .swiper-rtl .other-locations-slider .swiper-button-next::after {
    content: "";
}
.other-locations-slider .swiper-button-next, .other-locations-slider .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
}
.other-locations-slider .swiper-button-next .st1, .other-locations-slider .swiper-button-prev .st1 {
    transition: .3s ease;
} 
.other-locations-slider .swiper-button-next polygon.st0, .other-locations-slider .swiper-button-prev polygon.st0 {
    transition: .3s ease;
}
  .other-locations-slider .swiper-button-next .st0, .other-locations-slider .swiper-button-prev path.st0 {
    fill: #000;
  stroke: #000;
} 
  .other-locations-slider .swiper-button-next polygon.st0, .other-locations-slider .swiper-button-prev polygon.st0 {
    fill: #000;
  stroke: #000;
}
.other-locations-slider .swiper-button-next:hover .st1, .other-locations-slider .swiper-button-prev:hover .st1 {
    fill: #000;
  stroke: #000;
} 
  .other-locations-slider .swiper-button-next:hover .st1, .other-locations-slider .swiper-button-prev:hover .st1 {
    fill: #000;
  stroke: #000;
} 
.other-locations-slider .swiper-button-next:hover polygon.st0, .other-locations-slider .swiper-button-prev:hover polygon.st0 {
    fill: #fff;
  stroke: #fff;
}

.other-locations .swiper-wrapper {
    margin-top: 100px;
}


.other-locations .swiper-slide img {
    height:430px !important;
  }
  
  .et_pb_filterable_portfolio .et_pb_portfolio_filters {
    display:none;
  }

.st0{fill:#1D212E;}
.st1{fill:#FFFFFF;}
.st2{fill:#1BA0D9;}
.st3{fill:#FFF3E5;}
.st4{fill:#D7C4AC;}
.st5{fill:#484C56;}
.st6{fill:#A6D0FF;}
.st7{fill:#E6F5FF;}
.st8{fill-rule:evenodd;clip-rule:evenodd;fill:#1D212E;}
.st9{opacity:0.9;fill:#1D212E;}
.st10{fill:#1B93CC;}
.st11{fill:#1BA8E1;}
.st12{fill:#B6B6B6;}
.st13{fill:url(#SVGID_1_);}
.st14{fill:url(#SVGID_2_);}
.st15{fill:url(#SVGID_3_);}
.st16{fill:url(#SVGID_4_);}
.st17{opacity:0.2;enable-background:new    ;}
.st18{opacity:0.12;enable-background:new    ;}
.st19{opacity:0.25;fill:#FFFFFF;enable-background:new    ;}
.st20{fill:none;}
.st21{fill:#B3DDFF;}
.st22{fill:#231F20;}

/* Review slider*/


.container {
    max-width: 1340px;
    width: 100%;
    margin: auto;
}

.blog-section {
    padding: 70px 0 30px 0;
}
.blog-section .swiper {
    width: 100%;
    height: 100%;
}

.blog-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000;
}

.blog-section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-section .swiper-wrapper {
    padding-bottom: 40px;
}
.blog-section .blog-slider {
    padding: 0 30px;
}
.blog-section .blog-item {
    background-color: #ffd22c;
}
.blog-item {
    padding: 45px 40px 45px 55px;
    border-radius: 10px;
}
.review-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.review-content .quote {
    display: flex;
    align-items: flex-end;
}
.review-content .quote svg {
    height: 30px;
    width: auto;
}
.review-content .stars {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
}
.review-content .stars img {
    height: 25px;
    width: auto;
}
.blog-item .blog-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.blog-item .blog-content h4 {
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin: 30px 0 0;
}
.blog-item .blog-content p {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #000;
    margin-bottom: 20px;
}
.blog-item .blog-author {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.blog-item .blog-author .author-img svg {
    height: 55px;
    width: auto;
}
.blog-item .blog-author .author-name {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    justify-content: center;
}
.blog-item .blog-author .author-name h5 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    font-size: 12px;
    color: #000;
    line-height: 1.2;
    margin: 0;
}
.blog-item .blog-author .author-name p {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #000;
    line-height: 1.2;
    margin: 0;
}
.blog-section .swiper-scrollbar {
    display: none;
    margin-left: 30px;
    width: 92%;
    cursor: pointer;
}
.blog-section .swiper-button-prev::after, .blog-section .swiper-rtl .swiper-button-next::after {
    content: '';
}
.blog-section .swiper-button-next::after, .blog-section .swiper-rtl .swiper-button-prev::after {
    content: '';
}
.blog-section .swiper-button-next, .blog-section .swiper-button-prev {
    top: calc(50% - 35px);
}
.blog-section .swiper-button-prev, .blog-section .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}
.blog-section .swiper-button-next, .blog-section .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}
.blog-section .swiper-button-next .st0, .blog-section .swiper-button-prev .st0 {
    fill: #000;
    stroke: #000;
    transition: .3s ease;
}
.blog-section .swiper-button-next:hover .st0, .blog-section .swiper-button-prev:hover .st0 {
    fill: #f05846;
    stroke: #f05846;
}
.blog-section .swiper-button-next:hover .st1, .blog-section .swiper-button-prev:hover .st1 {
    fill: #f05846;
    stroke: #f05846;
}
.blog-section .swiper-button-next:hover polygon.st0, .blog-section .swiper-button-prev:hover polygon.st0 {
    fill: #fff;
    stroke: #fff;
}
.blog-section .swiper-scrollbar-drag {
    background: #f05846;
}




@media only screen and (max-width: 992px) {
    .other-locations-slider .swiper-button-next, .other-locations-slider .swiper-button-prev {
        top: 25px;
        right: 10%;
    }
    .other-locations-slider .swiper-button-prev, .other-locations-slider .swiper-rtl .swiper-button-next {
        right: 22%;
    }
}
@media only screen and (max-width: 768px) {
    .other-locations-slider {
        padding-top: 50px;
    }
    .other-locations h1 {
        font-size: 40px;
        margin-bottom: -45px;
    }
    .other-locations-slider .swiper-wrapper {
        padding-bottom: 75px;
    }
    .other-locations-slider .swiper-slide {
        height: 430px;
    }
    .other-locations-slider .swiper-button-next, .other-locations-slider .swiper-button-prev {
        top: 510px;
        right: 3%;
    }
    .other-locations-slider .swiper-button-prev, .other-locations-slider .swiper-rtl .swiper-button-next {
        right: 26%;
    }
    .other-locations-slider .swiper-button-next, .other-locations-slider .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }
    .other-locations-slider .swiper-slide .location-overlay .location-descr {
        height: 430px;
    }

    .blog-section .swiper-scrollbar {
        display: block;
    }
  .blog-section .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
}


                                          