
/*Responsive CSS update */
body{
    margin: 0;
    text-align:center;
    background-size: auto;
    max-width: 100vw;
}

.hmt_cl{
    max-width:600px;
    width:100%;
}

.hmt_cl .event_wrap .name{
    max-width:420px;
    width:100%;
    min-height:auto;
}

.hmt_cl .event_wrap .event_venue_city, .blogs_sidebar{
    font-size: 14px;
}

.blogs_sidebar{
    margin: 10px 0;
    max-width: 100%;
}

div.cols_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

#nav{
    max-width:100%;
}

p, strong, .form label, .blogs_sidebar .blog_wrap h3 {
    font-size: 18px;
    line-height: 110%;
}

.blogs_sidebar .blog_wrap .blog_date {
    font-size: 12px;
}


ul.nav-main li ul li a{
    box-sizing: border-box;
    min-height: 30px;
}

#main{
    padding:10px 0 10px 0;
    width: 100vw;
    max-width: 1010px;
}

#logo{
    width: 100vw;
    max-width: 1010px;
}


div.cms > div{
    width: 100% !important;
    max-width: 900px;
}

.form{
    margin: 0;
}

ul.nav-sub li a{
    width: 95%;
}

.g-recaptcha{
    margin: 10px auto;
}

.month_pad{
    padding: 0;
}
#flyer_slider{
    width:92%;
    max-width:880px;
}

#nextFlyer{
    margin-left: 95%;
}

#prevFlyer{
    margin-left: 1%;
}

.content .left_col{
    padding: 5px 0 0 5px;
    max-width: 600px;
    width: 100%;
}

.content .right_col{
    max-width: 350px;
    width: 100%;
    margin-left: 0;
}

.hmt_cl .event_wrap .bottom {
    max-width: 420px;
    width: 100%;
}

.eventPageWrapper{
    max-width: 800px;
    width: 100vw;
}

.tv-container{
    max-width: 100%;
}

@media screen and (max-width:1080px){
    #nextFlyer{
        right: 0;
    }

    #prevFlyer{
        left: 0;
    }
    .social-networks{
        margin: 0;
    }
}

@media screen and (max-width:1000px){
    .footer{
        height: 100px;
        width: 90%;
    }

    .footer p{
        padding-top: 4.5%;
        width: 70%;
        margin: 0 auto 0 5%;
    }

    #flyer_slider{
        width:88%;
    }
    
}

@media screen and (max-width:768px){
    .page{
        padding: 2%;
    }

    #flyer_slider{
        width: 80%;
    }
    
}

@media screen and (max-width:480px){

    .footer{
        height: 100px;
        margin-left: 0;
        width: 100%;
    }

    .footer p{
        font-size: 16px;
        padding-top: 5%;
        width: 50%;
        margin: 0 auto 0 2.5%;
    }

    #flyer_slider{
        width: 210px;
    }

    .blogs_sidebar {
        margin: 0;
    }
}

