@import url('https://fonts.googleapis.com/css2?family=Fahkwang&display=swap');

/* Mobile_burger_menu */

.header_bottom .container_inner{
	margin: 0;
	width: 100%;
}

.header_bottom {
	padding: 0;
}

.mobile_menu_button {
	margin-left: 2rem;
}

.title_subtitle_holder_inner {
	margin-top: -60px;
}

.container_inner{
	margin-top: 80px
}

.search_button {
	margin-right: 2rem;
}

#menu-mobile_burger_menu {
	text-align: center;
	margin-left:0; 
	margin-right: 0;
	width:100%;
}

.cta_shop_now {
	background-color: #2e6669;
	height: 100px;
	display:flex;
	justify-content:center;
	align-items: center;
	margin: 0;
}
.cta_shop_now > a > span {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.mobile_menu ul li :before {
    content: ' ';
    width: 100vw;
    position: absolute;
		padding: 0;
    z-index: 100;
}

/* DESKTOP */

@media only screen and (min-width: 1000px) {
  
	/* TOP MENU BAR */

.blog .second  {
	width: 100%;
	visibility: visible;
	overflow: visible;
	opacity: 1;
	left: 0;
}

.header_bottom {
		border-bottom: 1px solid #eee;
}
	
.title_subtitle_holder_inner {
	padding-top: 145px;
}
	
.blog_holder {
		margin-top: 45px;
	}
	
.header_top_bottom_holder::before {
    content: ' ';
    width: 100vw;
    position: absolute;
    left: 0;
    background-color: #2e6669;
    height: 58px;
    z-index: 100;
    top: 90px;
}

header.fixed_hiding .holeder_for_hidden_menu {
	overflow: visible;
	background-color: #2e6669;
	display: flex;
}

header.fixed_hiding.scrolled .holeder_for_hidden_menu  {
	overflow: hidden;
}

nav.main_menu > ul > li > a {
	position: initial;
	color: #fff;
	display: flex;
	height: 58px;
	align-items: center;
}

.drop_down ul {
	display: flex;
	width: 100%;
}

.blog {
		background-color: #F2F2F2;
}
	
.blog > a > span {
	color: #222222;
}
	
.container_inner{
	margin-top: 15px
}
	
.scrolled .blog .second, .holeder_for_hidden_menu  {
		overflow: hidden;
}

.scrolled .header_top_bottom_holder {
		overflow: hidden;
}
.qode_icon_font_awesome.fa {
	color: #fff;
}
	
.side_menu_button {
	display: flex;	
	align-items:center;
}


/* SUB MENU BAR */

.drop_down > ul > li  {
	position: initial;
	text-align: center;
}

.drop_down .second .inner>ul, li.narrow .second .inner ul {
   display: flex;
	background-color: #F2F2F2;
	width: 100%;
}

	
	
li.blog .second .inner .right li span {
		color: #222222
	}
	
.drop_down .second .inner ul.right li a, .drop_down .second .inner ul.right li h5, .text-align-right {
  text-align: center;
	color: #2e6669;
}
	
.header_bottom .container_inner{
	margin: 0 auto;
	max-width: 1100px;
}

.header_bottom {
	padding: 0 45px;
}
}


/* Article page changes */

.column_inner {
	margin-top: 50px;
}

.search .blog_holder.blog_large_image.qode-search-results-one-column-columns.qode-no-space.qode-disable-bottom-space.clearfix {
    max-width: 700px;
}


.blog_holder.masonry_pagination {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto !important;
}

.blog_holder.masonry_pagination article {
  position: relative !important;
	width: 33%;
	flex-basis: 30%;
	flex-grow: 1;
	flex-shrink: 1;
	left: 0 !important;
	top: 0 !important;
	padding: 10px;
	margin-bottom: 0;
}

.blog_holder_grid_sizer, .blog_holder_grid_gutter {
	display: none;
	position: relative;
}
.post-template-default.single-post .post_image_small {
	display:flex;
	justify-content:center;
}

.post-template-default.single-post .post_image_small img {
	width: 80%;
}

@media only screen and (max-width: 500px) {
	.blog_holder.masonry_pagination article {
	flex-basis: 100%;
	}
}

/* Logo fix */
header.fixed_hiding .q_logo a, header.fixed_hiding .q_logo {
    max-height: 30px;
}


/* Related articles font issues */
.wpnbha .entry-title a {
    color: inherit;
    text-decoration: none;
    font-size: 20px;
    line-height: normal;
}

.wpnbha.ts-3 article .entry-wrapper .more-link, .wpnbha.ts-3 article .entry-wrapper p, .wpnbha.ts-3 article .newspack-post-subtitle {
	line-height: normal;
}


/* Vertical align search */
a.search_button.fullscreen_search.normal {
	display: flex;
}

div.post_text_inner h2.entry_title {
	display: none;
}


h1, h2, h3, h4, h5, 
h1 *, h2 *, h3 *, h4 *, h5 * {
	font-family: 'Fahkwang', sans-serif !important;
}

.reviewers-template .blog_holder article .post_info, .reviewers-template .abh_box_business, .reviewers-template .title{
	display: none;
}

.reviewers-template .container_inner.default_template_holder {
    margin-top: -120px;
}

nav.mobile_menu, nav.mobile_menu ul {
	width: 100vw;
}