/*
Theme Name: Roam Child
Theme URI: https://roam.qodeinteractive.com
Description: A child theme of Roam Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: roam
Template: roam
*/
.mkdf-title-wrapper .mkdf-title-inner{
    background: #fed700;
}
h1{
    font-size:72px!important;
    text-transform: none !important;
    font-weight: normal !important;
    color:#ffffff !important;
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
    h1{
    font-size:48px!important;
}
}
@media only screen and (min-width: 576px) and (max-width: 768.98px){
    h1{
    font-size:48px!important;
}
}
@media (max-width:575.98px){
    h1{
    font-size:32px!important;
}
    h3{
        font-size: 20px !important;
    }
}
.mkdf-tour-item-price-holder{
    display:none !important;
}
.mkdf-tour-item-short-info{
    display:none !important;
}
.mkdf-tours-single-info-left,.mkdf-tours-single-info-right{
    display:none !important;
}