/*
Theme Name: urbaneventsglobal
Author: Codeable
Description: Altair Child Theme
Version: 1.0.37
Template: altair
*/

body p {
    font-size: 16px;
}

.logo_wrapper img {
    max-height: 70px!important;
}

.logo_wrapper {
    margin-top: 10px!important;
    margin-bottom: 0!important;
}

.ui-accordion .ui-accordion-content p, .ui-accordion .ui-accordion-content li {
    font-size: 14px;
    line-height: 20px;
}

.on_white_bg {
    color: #000;
}

.with_white_bg {
    background: rgba(255,255,255,0.9);
    padding: 30px;
    box-sizing: border-box;
}

.withbg .with_white_bg .ppb_title {
    color: #000;
}

hr.transparent {
    height: 1px;
    border: 0;
    border-top: 0;
    background: transparent;
    margin: auto;
    width: 100%;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tour_program_content {
    font-size: 16px;
}