.menu-toggle,
header .xews-phone-tablets {
	display: none;
}

#xews-mobile-tab-nav span.menu-icon-wrapp {
	margin-right: 10px;
}

#xews-mobile-tab-nav a.mm-navbar__title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.mobile-menu-active .xews-header-container.menu-fixed-triggered {
	transform: none !important;
	position: static;
}

header .xews-phone-tablets .menu-item-inner-wrapper a.custom-logo-link {
	text-align: center;
	margin-top: 5px;
}

header .xews-phone-tablets .menu-item-inner-wrapper a.custom-logo-link img {
	width: 50%;
}

header .xews-phone-tablets .menu-item-inner-wrapper {
	height: 100%;
	position: fixed;
	background: #181823;
	width: 100%;
	top: 0;
	left: -550px;
	overflow: auto;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	max-width: 400px;
	transition: all 0.3s;
}

.mobile-menu-active header .xews-phone-tablets .menu-item-inner-wrapper {
	visibility: visible;
	opacity: 1;
	left: 0;
}

.mobile-menu-active button.button.btn-menu-close.is-text {
	display: block;
	float: right;
	background: var(--theme-color);
	color: #fff;
	height: 50px;
	width: 55px;
	text-align: center;
	border-radius: 0;
	margin-bottom: 55px;
}

header .xews-phone-tablets .menu-item-inner-wrapper ul.sub-menu {
	margin: 0;
	padding: 0;
	display: none;
}

header .xews-phone-tablets ul li.menu-item.menu-item-has-children a:before,
header .xews-phone-tablets ul li.menu-item.has-mega-menu a:before {
	content: none;
}

/* header .xews-phone-tablets .main-navigation-phone .menu-item-has-children a {
	display: flex;
	justify-content: space-between;
} */

header .xews-phone-tablets span.submenu-toggle {
	background: var(--theme-color);
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 15px;
	color: #fff;
}
header .xews-phone-tablets span.submenu-toggle i {
    line-height: 30px;
}

nav#xews-mobile-tab-nav {
	clear: both;
	margin-top: 25px;
}

header .xews-phone-tablets .main-navigation-phone ul li {
	list-style: none;
	margin: 5px 20px;
	position: relative;
}

div#mob-toggle-menu-button svg {
	fill: #fff;
}

div#mob-toggle-menu-button {
	transform: rotate(rotate(180deg));
}

header .xews-phone-tablets .main-navigation-phone ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 20px 0;
	position: relative;
}

header .xews-phone-tablets .main-navigation-phone ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, .04);
}

button.button.btn-menu-close.is-text {
	display: none;
}

/** Toggle Button **/
.button.is-text {
	background-color: transparent;
	border: 0;
}

.button-inner-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}


.side-toggle-menu-button {
	width: 40px;
	height: 40px;
	background-color: #323648;
	transition: background-color 2s;
}

.icon {
	line-height: 0;
}

.menu-icon {
	text-align: right;
	width: 24px;
}

.menu-icon::after,
.menu-icon::before {
	background-color: #ffffff;
	content: "";
	display: inline-block;
	height: 2px;
	width: 24px;
	margin: 3px 0;
	transition-duration: 0.5s;
}

.menu-icon::before {
	width: 24px;
}

.menu-icon::after {
	width: 18px;
}

.side-toggle-menu-button:hover {
	cursor: pointer;
	background-color: var(--theme-color);
}


.side-toggle-menu-button:hover .menu-icon::before {
	width: 18px;
	transition-duration: 0.2s;
}


.side-toggle-menu-button:hover .menu-icon::after {
	width: 24px;
	transition-duration: 0.2s;
}


.side-toggle-menu-button.is-opened {
	background-color: var(--theme-color);
}


.side-toggle-menu-button.is-opened .menu-icon::before {
	transform: rotateZ(135deg) translate(3px, -3px);
	width: 24px;
}


.side-toggle-menu-button.is-opened .menu-icon::after {
	transform: rotateZ(-135deg) translate(3px, 3px);
	width: 24px;
}

@media only screen and (max-width: 1024px) {

	body.blog-grid .wrapp-inner article,
	body.blog-grid-v2 .wrapp-inner article {
		width: 47%;
	}

}

@media only screen and (max-width: 768px) {
	.header-search-content.layout-four {
		padding: 100px 65px;
	}

	.xews-header-wrap.xews-phone-tablets .bottom-header.xews-header-container {
		padding: 10px 0;
	}

	.has-mega-menu a.mm-btn.mm-btn--next.mm-listitem__btn {
		display: none;
	}

	header .xews-desktop-lg {
		display: none;
	}

	body.blog-grid-v3 .wrapp-inner article {
		width: 47%;
	}

	header .xews-phone-tablets {
		display: block;
	}

	span.xews-progress-val {
		transform: translateX(-50px);
	}

	.site-header .xews-ticker-wrapper {
		width: 100%;
	}

	.site-header .site-branding {
		width: 20%;
	}

	.xews-ticker-wrapper ul {
		width: 75%;
	}

	.main-navigation .menu-primary-menu-container ul li a,
	.menu-primary-menu-container li.menu-item-has-children:after {
		color: #131313;
	}

	.modal-window-active .body-overlay {
		opacity: 1;
		visibility: visible;
	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation.toggled button.button.btn-menu-close.is-text {
		display: block;
		position: absolute;
		right: 2px;
		top: 2px;
		color: #fff;
		background: #f04242;
		z-index: 999999;
	}

	/** Toggle Button **/
	#mob-toggle-menu-button {
		display: block;
		transform: rotate(180deg);
	}

	/* Menu toggle button */


	.xews-ticker-wrapper .inner-wrapper.cww-flex {
		flex-wrap: nowrap;
	}

	.main-navigation ul li.focus>ul {
		position: relative;
	}

	.main-navigation ul ul ul {
		left: 0 !important;
	}

	.related-posts-wrapper .single-post {
		width: 32%;
	}

	body.sidebar-right .site-main .container,
	body.sidebar-left .site-main .container {
		display: block;
	}

	.site-main .inner-content-wrapp,
	.site-main aside.widget-area.secondary {
		width: 95%;
	}

	.blog-list .content-left,
	.blog-list .img-wrapp,
	.fixed-title {
		width: 100%;
	}

	/**
	* Mobile submenus
	*/
	.main-navigation ul ul {
		transform: scaleY(1);
		position: relative;
	}

	.main-navigation ul ul li:not(:last-child) {
		border-color: #474141;
	}

	.main-navigation ul ul {
		background: #3e3b3b;
		padding: 0;
		margin-left: 30px;
	}

	.main-navigation ul ul li>ul,
	.main-navigation ul ul li>ul {
		visibility: visible;
		opacity: 1;
		margin-left: 25px;
		box-shadow: none;
	}

	.main-navigation ul li>ul,
	.main-navigation ul li>ul {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	.main-navigation .menu-primary-menu-container ul li .sub-menu a {
		color: #fff;
	}

	.menu-primary-menu-container>ul>li .sub-menu li:hover>a {
		padding: 10px 20px;
		color: #fff;
	}

	nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu .xews-mega-menu-cat-wrap {
		display: none;
	}

	nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu .xews-mega-menu-con-wrap .cat-con-section {
		display: block !important;
	}

	.mega-img-thumb.thumb-zoom {
		display: none;
	}

	nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu.mega-cat-menu .xews-mega-menu-con-wrap .cat-con-section .menu-post-block {
		display: block;
		width: auto;
	}

	nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu.no-mega-cat-menu .xews-mega-menu-con-wrap .cat-con-section .menu-post-block {
		display: block;
	}

	.site-header li.has-mega-menu ul.mega-sub-menu>li .xews-mega-menu-con-wrap .cat-con-section.col-5 .menu-post-block {
		width: auto;
	}

	/*
	* Footer
	*/
	.main-footer-xews-wrapper.main-footer-elem-wrap.footer-elements-wrap.cww-flex.container>div {
		width: auto;
	}

	.related-posts-wrapper .single-post.col-3,
	.related-posts-wrapper .single-post {
		width: 47%;
	}

	.main-navigation ul li:first-child a {
		padding: 10px 20px;
	}

	.xews-ticker-wrapper .slick-prev.slick-arrow,
	.xews-ticker-wrapper .slick-next.slick-arrow {
		display: none !important;
	}

	body.blog-grid .wrapp-inner article,
	body.blog-grid-v2 .wrapp-inner article {
		width: 100%
	}

}


@media only screen and (max-width: 440px) {

	.header-search-content.layout-four {
		padding: 85px 0px;
	}

	.header-search-content.layout-four input.search-field {
		width: 85%;
	}

	.xews-rating-wrapper .review-cons,
	.xews-rating-wrapper .review-pros {
		width: 100%;
	}

	.xews-rating-wrapper .review-cons {
		border-top: 1px solid #f3f3f3;
		margin-top: 15px;
	}

	.xews-rating-wrapper .review-pros {
		border: none;
	}

	a.mm-listitem__text {
		flex-basis: 270px;
		flex-grow: 0.1;
	}

	.single_post_pagination_wrapper .post-nav-link-wrapp {
		width: 100%;
		margin: 5px;
	}


	.related-posts-wrapper .single-post.col-3,
	.related-posts-wrapper .single-post,
	body.blog-grid-v3 .wrapp-inner article {
		width: 100%;
	}

	.admin-bar .xews-header-container.menu-fixed-triggered {
		margin-top: 0;
	}

	.site-header .site-branding {
		width: 35%;
	}

	.social-icon-wrapp {
		width: 48%;
	}

	.site-header .xews-ticker-wrapper {
		width: 100%;
	}

	.cww-spacer-next {
		width: 0;
	}

}

@media only screen and (max-width: 375px) {
	a.mm-listitem__text {
		flex-basis: 235px;
		flex-grow: 0.1;
	}
}

@media only screen and (max-width: 320px) {
	a.mm-listitem__text {
		flex-basis: 190px;
		flex-grow: 0.1;
	}
}


.single-post .xews-header-container.menu-fixed-triggered .post-title-sticky .main-navigation,
.single-post .xews-header-container .post-title-sticky .sticky-title {
	display: none;
}

.single-post .xews-header-container.menu-fixed-triggered .post-title-sticky .sticky-title {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	flex-grow: 1;
	padding-right: 10px;
	padding: 22px;
}

.single-post .xews-header-container.menu-fixed-triggered .post-title-sticky .sticky-title .title-info {
	line-height: 1;
	margin-right: 7px;
	text-transform: uppercase;
	opacity: .5;
}

.single-post .xews-header-container.menu-fixed-triggered .post-title-sticky .sticky-title .x-sticky-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
	width: 100%;
	max-width: 600px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/******** Menu Toggle ****************/
.openbtn {
	background: var(--theme-color);
	width: 50px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.openbtn .openbtn-area {
	transition: all 0.4s;
}

/* 
.openbtn span {
	position: absolute;
	background: #fff;
	display: inline-block;
	border-radius: 3px;
	left: 13px;
	height: 3px;
	transition: all 0.4s;
	width: 50%;
}

.openbtn span:nth-of-type(1) {
	top: 16px;
}

.openbtn span:nth-of-type(2) {
	top: 24px;
}

.openbtn span:nth-of-type(3) {
	top: 32px;
} */

.openbtn.active .openbtn-area {
	transform: rotatex(360deg);
}

.openbtn.active span:nth-of-type(1) {
	width: 45%;
	top: 18px;
	left: 14px;
	transform: translateY(6px) rotate(-135deg);
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	width: 45%;
	top: 30px;
	left: 14px;
	transform: translateY(-6px) rotate(135deg);
}