/*
 * Author: Thang Tran Trong
 * Email: trantrongthang1207@gmail.com
 * Skype: trantrongthang1207
 * Freelancer: https://www.freelancer.com/u/bentran1207
 */
.tttmaplocations_carousel {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 25px;
}
.tttmaplocations_carousel.owl-carousel .owl-item{
    text-align: center;
    cursor: pointer;
}
.tttmaplocations_carousel.owl-carousel .owl-item img {
    display: inline-block;
    width: 100%;
}
.tttmaplocations_carousel.owl-carousel .owl-nav button.owl-next,
.tttmaplocations_carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    color: #A77C52 !important;
    background: rgba(255,255,255, .7);
    border: 2px solid #A77C52;
    border-radius: 50%;
    padding: 5px 10px !important;
    display: block;
    width: 40px;
    height: 40px;
}
.tttmaplocations_carousel.owl-carousel .owl-nav button.owl-prev{
    left: 2%;
}
.tttmaplocations_carousel.owl-carousel .owl-nav button.owl-next{
    right: 2%;
}
.tttmaplocations_carousel.owl-carousel .owl-nav button span{
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
}
.owl-dots button{
    float: none;
}
.tttmaplocations_carousel span{
    color: #fff;
    font-size: 25px;
}
.group_form{
    padding: 0 10px;
}
.resultmymap.mymap.mymap-inverse.contact-btn,
.resultmymap.mymap.mymap-inverse.route_mml,
.gm-style-iw-d .contacticon,
.contact-btn + .contacticon,
.individual_form + .contacticon,
.detailsicon-route_mml{
    display: none !important;
}
.map-title{
    background: rgb(8, 41, 60, 0.8);
    width: 100%;
    margin: 0 !important;
    padding: 10px;
    max-width: 100% !important;
}
.map-title:hover{
    opacity: 0.8;
}

body .tippy-box{
    background-color: #fff;
    color: #1f1d22;
    -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
}
body .tippy-arrow{
    color: #fff;
}
.location-title a{
    color: #000;
}
.fc-daygrid-event-harness .fc-h-event{
    background-color: #7ec017;
    border-color: #7ec017;
}
.tttmaplocations_calendar .fc .fc-button-primary{
    background-color: #7ec017;
    border-color: #7ec017;
}
.tttmaplocations_calendar .fc .fc-button:disabled{
    /*opacity: 1;*/
}