/*
Theme Name: Arabesque Child
Theme URI: http://arabesque.mikado-themes.com
Description: A child theme of Arabesque Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: arabesque
Template: arabesque
*/



/*mobile*/
@media (max-width: 480px) {
    .mkdf-owl-slider.owl-drag .owl-item {max-width: 300px !important}
}

/*tablet*/
@media (min-width: 481px) and (max-width: 768px) {
}

/*Small screens, laptops*/
@media (min-width: 769px) and (max-width: 1024px) {
}

/*Desktops, large screens*/
@media (min-width: 1025px) and (max-width: 1200px) {
}

/*Desktops, large screens*/
@media (min-width: 1201px) {
}