@import url('cinar-common.css');

@media (max-width: 1390px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
}
}


@media (max-width: 1240px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 990px;
	}	
	
	body.front-page h1, #poststuff .postbox .inside .acfe-fc-preview h1{
		font-size:30px;
	}
}


@media (max-width: 990px) {
	
	.container{
		max-width:540px;
	}
	
	.main_header_style_1 .order_button{
		font-size:13px;
	}
	
	body.front-page h1, #poststuff .postbox .inside .acfe-fc-preview h1{
		font-size:30px;
	}
	
	body.front-page h2, #poststuff .postbox .inside .acfe-fc-preview h2 {
		font-size:27px;
	}
	

.mobile_menu{
	display:block;
}

	
	body{
		margin-top:72px;
	}
	
	
.mobile_menu ul li a {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-decoration: none;
    display: block;
	font-weight:500;
    color: #333;
    border-bottom: 1px solid rgba(165, 97, 125, 0.1);
    font-size: 15px;
    line-height: 19px;
}
.mobile_menu ul li a:hover {
	background-color:rgba(47, 108, 180, 0.2);
}


.mobile_menu ul li ul {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.mobile_menu ul li.menu-item-has-children > a {
    padding-right: 50px;
    background: url("../img/system/right-chevron.svg") right 20px center no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: 12px;
}

.mobile_menu ul li a.back {
    padding-left: 50px;
    background: url("../img/system/left-chevron.svg") left 20px center no-repeat;
        background-size: auto;
    background-size: 12px;
    box-sizing: border-box;
}

.mobile_menu ul li ul.loaded {
    left: 0px;
}
.mobile_menu ul li ul.activity {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 75px .5rem 0;
    pointer-events: none;
}	
}
