/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../smarteye/responsive.css");

@media only screen and (max-width: 1240px) {
	.header-logo {
		margin: 20px 20px 0;
	}
}
@media only screen and (min-width: 980px) and (max-width: 1239px) {
	.header-main {
		padding: 63px 50px 27px;
	}
	.parallax-service-content {
		width: 50%;
		margin-bottom: 1px;
	}
	.mega-menu ul li a {
		margin: 0 15px;
	}
}
@media only screen and (max-width: 1200px) {
	.sticky-menu .header-left{
		left: 0;
	}
	.service-content .content .service-description{
		margin: 0 50px;
	}
	.header-main, .sticky-menu .header-style {
		padding: 40px 20px 20px;
	}
	.header-left {
		display: inline-block;
		left: 0;
		margin: 0 auto;
		padding: 0;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 170px;
		z-index: 1;
	}
	.header-logo {
		margin: 5px 0 0;
	}
	.header-middle-child {
		left: 20px;
	}
	.menu-toggle {
		display: block;
		padding: 0;
	}
	.mega-menu {
		display: none;
	}
	.menu-toggle::before{
		background-image: url("images/megnor/menu.svg");
	}
	.navigation-inner {
		background: #fff;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 280px;
		z-index: 999999;
		transform: translateX(-110%);
		-webkit-transform: translateX(-110%);
		-ms-transform: translateX(-110%);
		-o-transform: translateX(-110%);
		-moz-transform: translateX(-110%);
		transition: all 300ms ease 0s;
		-webkit-transition: all 300ms ease 0s;
		-moz-transition: all 300ms ease 0s;
		-ms-transition: all 300ms ease 0s;
		-o-transition: all 300ms ease 0s;
		border-color: #d8d8d8;
		border-style: solid;
		border-width: 1px;
		box-sizing: border-box;
		height: 100%;
		margin-left: 0;
		padding: 10px 20px;
	}
	.active.navigation-menu .navigation-inner {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		overflow-y: auto;
	}
	.mobile-menu {
		display: block;
	}
}
@media only screen and (max-width: 979px) {
	.parallax-service-content {
		width: 50%;
		margin-bottom: 1px;
		float: left;
	}
	.header-left{
		width: 100px;
	}
	.horizontal_tab.style1 #tab ul li a{
		margin: 3px 0;
		padding: 8px 20px;
	}
	.horizontal_tab.style1 #tab ul.tabs{
		margin: 35px 0;
	}
	.horizontal_tab.style1 .tab_groupcontent .home-container-tab .top-content, .horizontal_tab.style1 .tab_groupcontent .home-container-tab .bottom-content, 
	.horizontal_tab.style1 .tab_groupcontent .home-container-tab .bottom-content .bottom-right{
		width: 100%;
	}
	.cms-banner-item.cms-banner1 {
		margin-bottom: 20px;
	}
	.site-footer .widget-title::before{
		background: #fff;
	}
.header-search .header-toggle {
	background-image: url("images/megnor/search.svg");
}
.header-mob-logo {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.header-logo {
	display: none;
}
.footer-top .title-outer::before, .footer-top .toggled-off .title-outer::before {
	color: #000000;
}
.cms-banner-item .text2 {
	font-size: 18px;
}
.cms-banner-item .text3 {
	font-size: 13px;
}
}
@media only screen and (max-width: 767px) {
	.home.blog .site-header, .site-header {
		background-color: #333;
		position: relative;
	}
	.parallax-service {
	  margin-bottom: 0; 
	}
	.horizontal_tab #tab ul li, .horizontal_tab.style1 #tab ul li a{
		width: 100%;
		box-sizing: border-box;
	}
	.cms-right, .about-store-cms .sub-title, .shop-button{
		width: 100%;
		text-align: center;
	}
	.cms-banner3{
		margin-top: 20px;
	}
	.admin-bar .sticky-menu .header-left{
		top: 8px;
	}
	.page-title .entry-title-main {
		margin: 50px 0 0;
	}
}
@media only screen and (max-width: 479px) {
	.header-main, .sticky-menu .header-style{
		padding: 20px;
	}
	header.sticky-menu .header-middle-child {
		top: 20px;
	}
	.header-main {
		padding: 135px 21px 15px 15px;
	}
	.parallax-service-content{
		width: 100%;
	}
	.sticky-menu .header-left{
		display: none;
	}
}
@media only screen and (max-width: 379px) {
	.cms-banner-item .text2 {
		font-size: 14px;
	}
	.cms-banner-item .text3 {
		font-size: 11px;
	}
}