/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/

.img-gallery-container {
    position: relative;
}

.img-gallery-container .delete-btn {
    display: none;
    position: absolute;
    top: 15px;
    right: 30px;
    background-color: #fff;
    padding: 5px 5px 5px 8px;
    border-radius: 5px;
    cursor:pointer;
}

.delete-btn.hovered{
    display: block;
}

.master-holder select.form-control[name=market_region] {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

div.market_facebook{
    margin-bottom: 0 !important;
}

div.market_instagram i{
    margin-right: 11px;
}

.slick-carousel{
    margin-top: 50px;
    margin-bottom: 50px !important;
}

.slick-arrow::before{
    color: #96c16e !important;
    font-size: 40px !important;
}

.slick-dots li button:before{
    color: #96c16e !important;
}

article.mk-blog-single .featured-image > .slick-prev{
    width: 40px;
    height: 40px;
    top: 104%;
}

article.mk-blog-single .featured-image > .slick-next{
    width: 40px;
    height: 40px;
    top: 104%;
}

.slick-dots {
    bottom: -35px !important;
}

.slick-dots li button::before{
    font-size: 12px !important;
}

.slick-prev{
    left: 10px !important;
}

.slick-next{
    right: 10px !important;
}

.slick-arrow{
    z-index: 101;
}

.featured-image.default-bg{
    background: center / cover no-repeat url('default-market-hero-banner.jpg');
    aspect-ratio: auto 1100 / 700;
}

#mk-page-introduce > .mk-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.market-logo-container{
    margin: 25px 20px 15px;
    width: 150px;
}

.market-logo{
    width: 100%;
    height: auto;
}

.social-medias-container{
    display: flex;
    margin-bottom: 0;
    list-style-type: none;
}

.social-medias-container li:first-child {
    margin: 0;
}

.wpsl-additional-information{
    margin-top: 15px;
}

.additional-information-title{
    color: #96c16e;
    margin-top: 15px;
    margin-bottom: 0;
}

.additional-information-subtitle{
    margin-top: 15px;
    margin-bottom: 0;
}

.hours-container{
    margin: 0;
}

.hours-container li {
    margin: 0;
    list-style-type: none;
}

.accordion:not(:last-child){
    margin-bottom: 30px;
    margin-top: 15px;
}

.accordion .title{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-bottom: 1px solid #444;
    cursor: pointer;
}

.accordion .title h3{
    margin-bottom: 0;
    color: #96c16e;
    font-size: 100%;
    font-weight: normal;
}

.accordion .title .arrow{
    width: 0;
    border-top: 15px solid #96c16e;
    border-left: 15px dotted #fff;
    transform: rotateZ(135deg);
    margin-bottom: 15px;
    box-shadow: none;
    margin-right: 20px;
    transform-origin: 10px 5px;
    transition: transform 250ms ease;
}

.accordion .title .arrow.opened{
    transform: rotateZ(-45deg);
}

.panel{

}

.picto{
    width: 25px;
    margin-right: 5px;
}

.icon-wrapper{
    width: 40px;
    margin-right: 20px;
}

.services-list{
    margin-left: 0;
}

.services-li{
    display: flex;
    align-items: center;
    margin-left: 0;
}

.services-li:first-child{
    margin-top: 20px;
}

.services-li p {
    margin-bottom: 0;
}

.sharethis-wrapper{
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.sharethis-wrapper p {
    color: #96c16e;
    margin-right: 15px;
    margin-bottom: 0;
}

.button-wrapper{
    text-align: right;
}

form select.form-control{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.single-wpsl_stores .page-title{
    font-size: 35px;
}

.wpsl-location-address p:not(:last-child) {
    margin-bottom: 0;
}

.wpsl-info-window table{
    margin-bottom: 10px !important;
}

.wpsl-info-window table td{
    padding: 5px !important;
}

.wpsl-info-window .desc{
    font-size: 13px;
    line-height: 1.2;
}

@media only screen and (max-width: 1024px){
    .slick-prev, .slick-next{
        top: 105% !important;
    }

    .market-logo-container{
        margin: 0;
    }
}

@media only screen and (max-width: 768px){
    .slick-prev, .slick-next{
        top: 112% !important;
    }

    .slick-dotted.slick-slider{
        margin-bottom: 70px !important;
    }
}