/*!
Theme Name: Deep
Theme URI: https://themes.boldway.agency/deep/
Author: Treethemes
Author URI: https://themeforest.net/user/boldway/portfolio
Description: Deep is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: deep
Text Domain: deep-child
*/

#testimonials-slider-1 .slick-arrow {
/*     position: relative !important;
    bottom: 0 !important;
    margin-left: auto;
    margin-right: auto;
	margin-top: 40px; */
	bottom: -80px !important;
}

body #testimonials-slider-1 .slick-prev.slick-arrow {
	left: calc(50% - 60px) !important;
	display: block !important;
}

body #testimonials-slider-1 .slick-next.slick-arrow {
	right: calc(50% - 60px) !important;
	display: block !important;
}

#testimonials-slider-1 .img-container {
	display: none;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#testimonials-slider-1 .slick-list {
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 767px) {
	#testimonials-slider-1 ul.slides {
		max-height: fit-content !important;
    }
	#testimonials-slider-1 .slick-arrow {
		bottom: -40px !important;
	}
}

@media only screen and (max-width: 768px) {
    body .wpb_wrapper .vc_do_btn.custom-button-responsive a {
        padding-left: 14px !important;
         padding-right: 14px !important;
    }
}

@media only screen and (max-width: 767px) {
   body #show-in-mobile {
        display: block !important;
    }
}

@media only screen and (max-width: 994px) {
    .dl-menu.dl-subview li,
    .dl-menu.dl-subview li.dl-subviewopen > a,
    .dl-menu.dl-subview li.dl-subview > a {
        display: block !important;
    }

    .dl-menuwrapper .dl-menuopen{
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
        pointer-events: auto;
    }
    
    .dl-menuwrapper .dl-subview > .ion-chevron-right,
    .dl-menuwrapper .dl-subviewopen > .ion-chevron-right {
        display: block !important;
    }

    .dl-menuwrapper .ion-chevron-right:before {
        content: "\f123" !important;
    }

    .dl-menuwrapper .ion-chevron-right {
        margin-top: 3px !important;
    }

    .dl-menuwrapper .dl-subviewopen > .ion-chevron-right:before {
        transform: rotate(-180deg);
    }

    .dl-menuwrapper .dropdown-menu a {
        padding-left: 32px;
    }

    .dl-menuwrapper .dropdown-menu .dl-back {
        display: none !important;
    }
}
