/*
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.

*/
@media only screen and (max-width: 1199px) {
  .empty_space1199 {
    display: none;
  }
}	


@media only screen and (max-width: 991px) {
    .break991 {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .break992 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .mobile767 {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .mobile768 {
        display: none;
    }
}

.vc_tta-title-text{
	color: #993300;
	font-size: 20px;
	font-weight: bold;
}

.hidden{
	display: none;	
}