﻿/* GLOBAL */


.theme-gallery-home-mobile .owl-carousel {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.theme-gallery-home-mobile .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 0;
}

.theme-gallery-home-mobile .owl-carousel .caption-container {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #181818;
    z-index: 8;
    overflow: hidden;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

.theme-gallery-home-mobile .owl-carousel h1.caption-text1 {
    font-size: 35px;
    color: #CAAE6E;
    font-family: 'Crimson Pro', sans-serif;
    font-weight: 300;
    width: 300px;
    text-align: center;
    margin: 0 auto 20px auto;
}
.theme-gallery-home-mobile .owl-carousel .caption-container img.captionSeparator {
    width: auto;
    margin: 40px auto;
    max-width: calc(100% - 40px);
}
.theme-gallery-home-mobile .owl-carousel p.caption-text2 {
   font-size: 25px;
   font-family: 'Crimson Pro', sans-serif;
   color: #5E4B2E;
   padding: 5px;
   margin: 0 auto;
   width: 200px;
   text-align: center;
   background: #d0b67b;
   }
.theme-gallery-home .owl-carousel p.caption-text2:hover{background-color:#ecce87}
.theme-gallery-home-mobile .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    width: 20px;
    height: 5px;
    margin: 0 7px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #d0b67b;
    font-size: 0;
}
.theme-gallery-home-mobile .owl-carousel .owl-dots button.owl-dot.active {
    background-color: #fff;
}


/* RESPONSIVE */

@media all and (max-width: 1000px) {
    .theme-gallery-home .owl-carousel {
        display: none;
    }

    .theme-gallery-home-mobile .owl-carousel .caption-container {
        text-align: left;
        padding: 20px 15px 100px 15px;
        width: 100%;
    }

    .theme-gallery-home-mobile .owl-carousel .slide img {
        width: 100%;
    }
}

@media all and (min-width: 1001px) {
    .theme-gallery-home-mobile .owl-carousel {
        display: none;
    }
}