/*
Theme Name: Galleria
Theme URI: http://chatterjeeandlal.com
Author: Srinivas Kini
Author URI: http://resetcorp.com
Description: Custom-built theme for the Chatterjee & Lal, Mumbai.
Version: 1.0
*/

/* Modified by Mithun */

.menu{
	
	width:75%;
	max-width:100%;
}

.logo{
	width:15%;
	padding-left:15px;
}

.responsive-tabs__list{
	font-size:1.4em
}

.moreshows{
	display:flex;
        flex-wrap:wrap;
}

#header{
    height:115px !important;
    z-index:10000 !important;
}

@media only screen and (max-width: 600px){
.logo {
    float: none;
    margin-left: 0px;
    width: 100% !important;
    text-align: center;
    padding:0
}

.menu{
	float:none !important;
	width:100% !important;
        max-width:100% !important;
        padding-top:0 !important
}

#header{
       height:153px !important;
       z-index:100000 !important
}

.logo{
	height: 100px;
        overflow: hidden;
}


}


@media only screen and (min-width: 601px) and (max-width: 768px){
.menu{
	width:100% !important;
        padding-top:0 !important
}

#header{
     height: 150px !important;
     z-index:10000 !important
}

.logo{
     width:100%;
     padding:0px;
     overflow:hidden;
     height:100px
}
}