/*
Theme Name: Dolcino
Theme URI: https://dolcino.qodeinteractive.com/
Description: Cake Shop and Pastry Theme
Author: Mikado Themes
Author URI: https://themeforest.net/user/mikado-themes
Text Domain: dolcino
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.video-button-display,
.mkdf-pt-prices,
.mkdf-pli-text-inner,
.contact-form-display {
	display:none
}

.mkdf-pl-item-inner{
    pointer-events: none;
    cursor: default;
}

.mkdf-iwt-icon{
	vertical-align: middle!important;
}

@media only screen and (max-width: 1024px) {
    .mkdf-title-holder.mkdf-has-bg-image .mkdf-title-image {
        display: block;
        height: 290px!important;
        overflow: hidden!important;
    }
}

@media only screen and (max-width: 680px) {
    .mkdf-wh-item {
        display: flex;
    	flex-direction: column;
    }
}

@media only screen and (max-width: 480px) {
    .mkdf-title-holder.mkdf-has-bg-image .mkdf-title-image {
        height: 180px!important;
    }
	.mkdf-wh-hours {
		font-size: 22px!important;
	}
	.mkdf-pt-title{
		font-size: 45px!important;
	}
	.mkdf-rml-description-holder{
		white-space: normal!important
	}
}