/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

a {
  text-decoration: none !important;
}

.categories-tab{ border: none!important; }
.vc_custom-row{ display: flex; }
.align-self-center{ align-self: center; }
.tab-nav{ white-space: nowrap; overflow-x: auto; width: 100%; padding: 20px 0!important; text-align: center; }
.tab-nav li.tab-nav-item{ display: inline-block; }
.tab-nav li.tab-nav-item a{ background: #3e2a5f; color: #ffffff; margin: 0 2px; } /*#6c4cad*/
.tab-nav li.tab-nav-item:first-child a{ margin: 0; margin-right: 2px!important; border-top-left-radius: 50px; border-bottom-left-radius: 50px; }
.tab-nav li.tab-nav-item:last-child a{ margin: 0; margin-left: 2px!important; border-top-right-radius: 50px; border-bottom-right-radius: 50px; }
.tab-nav li.tab-nav-item.ui-state-active a{ color: #3bba9c !important; } /*background: #382758!important; */
.categories-tab h3{ font-size: 20px; }
.categories-tab img{ border-radius: 5px;}
.btn-gameluster-category {
  text-align: center;
  margin-top: 40px;
}
.btn-gameluster-category a {
  color: white !important;
  background-color: #3bba9c;
  display: inline-block;
  padding: 10px 24px;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-gameluster-category a:hover {
  color: #fff;
  background-color: #60408c;
}

@media screen and (max-width: 768px){
	.categories-tab .vc_row{ margin-left: 0!important; margin-right: 0!important; }
	.categories-tab .tab-content .ui-tabs-panel{ padding-left: 0; padding-right: 0; }
	.categories-tab img{ height: 110px; object-fit: cover; border-radius: 5px;}
	.categories-tab h3{ font-size: 16px; }
	.categories-tab h3{ font-size: 15px; line-height: 1.3; margin-bottom: 2px; }
}
div#categories-tab .tab-content a.post_meta_item.post_counters_item.post_counters_views.trx_addons_icon-eye {
  display: none;
}
div#categories-tab .tab-content a.post_meta_item.post_counters_item.post_counters_comments.trx_addons_icon-comment {
  display: none;
}
div#categories-tab .tab-content a.post_meta_item.post_counters_item.post_counters_likes.trx_addons_icon-heart-empty.enabled.inited {
  display: none;
}
.single-category-post-tab a.post_meta_item.post_author {
  display: none;
}
.post-single-inside-article header h1.entry-title,.post-single-inside-article header .entry-meta {
  text-align: center;
}
.hide-home-slider {
    visibility: hidden;
    height: 360px;
}

/* Theme CSS */
.main_navigation_custom .hfe-nav-menu .hfe-nav-menu__layout-horizontal ul li {
    border-left: rgba(0,0,0,0.2) solid 1px;
}
.home_post_slider_cust .swiper-container-wrap .swiper-slide .eael-grid-post .eael-grid-post-holder-inner {
	position: relative;
}
.home_post_slider_cust .swiper-container-wrap .swiper-slide .eael-grid-post .eael-grid-post-holder-inner .eael-entry-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	border-radius: 0 0 10px 10px;
}
.home_post_slider_cust .swiper-container-wrap .swiper-slide .eael-grid-post .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-header h3 a {
	color: #FFF;
}
.home_portfolio_cust .elementor-portfolio__filters {
	margin-bottom: 35px !important;
}
.home_portfolio_cust .elementor-portfolio__filters li {
	background-color: #3e2a5f;
	padding: 7px 15px;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
	.home_portfolio_cust .elementor-portfolio__filters {
		flex-wrap: nowrap !important;
    justify-content: start !important;
    overflow-x: scroll !important;
	}
}
.home_portfolio_cust .elementor-portfolio__filters li:first-of-type {
	border-radius: 50px 0 0 50px !important;
}
.home_portfolio_cust .elementor-portfolio__filters li:last-of-type {
	border-radius: 0 50px 50px 0 !important;
}
.footer_logo_cust .hfe-site-logo-container .hfe-site-logo-img {
	width: 128px !important;
}
.home_lat_posts_cust .elementor-image-box-img {
	width: 100px !important;
}
.home_latest_post_item_cust .elementskit-entry-thumb, .home_latest_post_item_cust .elementskit-entry-thumb img {
	width: 204px !important;
}

.home_latest_post_item_cust .elementskit-blog-block-post .col-md-6.order-1 {
	max-width: inherit !important;
	flex: 0 0 204px;
}
.home_latest_post_item_cust .elementskit-blog-block-post .col-md-6.order-2 {
	max-width: inherit !important;
	flex: 1;
}
@media screen and (max-width: 640px) {
	.home_latest_post_item_cust .elementskit-blog-block-post .col-md-6.order-1, .home_latest_post_item_cust .elementskit-blog-block-post .col-md-6.order-2 {
		flex: 0 0 100% !important;  
	}
.home_latest_post_item_cust .elementskit-entry-thumb, .home_latest_post_item_cust .elementskit-entry-thumb img {
		width: 100% !important;
	}
}
.home_sidebar_lst_posts_cust .elementor-widget-container .elementskit-post-image-card {
	background: none;
	box-shadow: none;
}
.home_sidebar_lst_posts_cust .elementor-widget-container .elementskit-post-image-card  .elementskit-entry-header img {
	border-radius: 6px;
}
.home_cust_lat_posts .elementor-widget-container .feedzy-rss ul li .title a {
	color: #1c192c;
	font-size: 15px;
	font-weight: 700;
}
.home_portfolio_cust_new .categories-tab .tab-nav {
	margin: 0 0 20px 0;
}
.home_portfolio_cust_new .categories-tab .tab-nav li {
	background-color: #3e2a5f;
	padding: 7px 15px;
	margin: 0 2px 10px 2px;
	font-size: 15px;
	font-weight: 400;
}
.home_portfolio_cust_new .categories-tab .tab-nav li:first-of-type {
	border-radius: 50px 0 0 50px !important;
}
.home_portfolio_cust_new .categories-tab .tab-nav li:last-of-type {
	border-radius: 0 50px 50px 0 !important;
}
.home_portfolio_cust_new .categories-tab .tab-nav li a.active {
	color: #3bba9c;
}
@media screen and (max-width: 768px) {
	.home_portfolio_cust_new .categories-tab .tab-nav {
		flex-wrap: nowrap !important;
    justify-content: start !important;
    overflow-x: scroll !important;
	}
}
.home_portfolio_cust_new .categories-tab .tab-content .post-item {
	margin: 0 0 30px 0;
}
.home_portfolio_cust_new .categories-tab .tab-content .post-item .vc_col-md-5 {
	flex: 0 0 310px;
	padding-left: 15px;
	padding-right: 15px;
}
.home_portfolio_cust_new .categories-tab .tab-content .post-item .vc_col-md-5 img {
	display: block;
}
.home_portfolio_cust_new .categories-tab .tab-content .post-item .vc_col-md-7 {
	flex: 1;
	padding-left: 15px;
	padding-right: 15px;
}
.home_portfolio_cust_new .categories-tab .tab-content .post-item .vc_col-md-7 h3 {
	margin: 0 0 10px 0;
}
.home_portfolio_cust_new .categories-tab .tab-content .post-item .vc_col-md-7 h3 a {
	color: #1c192c;
	font-weight: 700;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
}
.home_portfolio_cust_new .categories-tab .tab-content .post-item .vc_col-md-7 .sc_layouts_title_meta a {
	color: #94949b;
	font-weight: 500;
	font-size: 11px;
	font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 640px) {
	.home_portfolio_cust_new .categories-tab .tab-content .post-item .vc_row {
		flex-wrap: nowrap;
	}
	.home_portfolio_cust_new .categories-tab .tab-content .post-item .vc_col-md-7, .home_portfolio_cust_new .categories-tab .tab-content .post-item .vc_col-md-5 {
		flex: 0 0 50% !important;  
	}
	.home_portfolio_cust_new .categories-tab .tab-content .post-item .vc_col-md-5 {
		margin-bottom: 20px;
	}
	.home_portfolio_cust_new .categories-tab .tab-content .post-item .vc_col-md-5 img {
		height: auto;
	}
	.home_portfolio_cust_new .categories-tab .tab-content .post-item .vc_col-md-7 h3 a {
	font-size: 15px;
 }
	.home_portfolio_cust_new .categories-tab .tab-content .post-item .vc_col-md-7 h3 {
	margin: 0;
	}
}

.tippy-popper {
	display: none !important;
}

.home_cust_header .elementor-container.elementor-column-gap-default {
	flex-wrap: nowrap;
	overflow-x: auto;
}
.main_navigation_custom .hfe-nav-menu .hfe-nav-menu__layout-horizontal ul {
	flex-wrap: nowrap;
}
.main_navigation_custom .hfe-nav-menu .hfe-nav-menu__layout-horizontal ul li { 
	white-space: nowrap;
}
.home_cust_lat_posts .feedzy-rss .rss_image span.fetched {
	border-radius: 6px;
}
.category_page_cust .page-header {
	text-align: center;
}
.category_page_cust .page-header h1.page-title {
	font-family: "Roboto",sans-serif;
    font-size: 38px;
    font-weight: 700;
    font-style: normal;
	margin: 0 0 4px 0;
}
.category_page_cust .page-header .taxonomy-description p {
	font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
}
.category_page_cust article.post.type-post .entry-header .entry-title {
	font-size: 25px;
	color: #1c192c;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-family: "Roboto",sans-serif;
}
.category_page_cust article.post.type-post .entry-header .entry-meta span {
	font-size: 11px;
	color: #94949b;
	font-weight: 500;
	font-family: "Roboto",sans-serif;
	margin: 0 14px 0 0;
}
.category_page_cust article.post.type-post .entry-header .entry-meta span a {
	text-decoration: none;
}
.category_page_cust article.post.type-post .post-image {
	margin: 20px 0 0 0;
}
.category_page_cust article.post.type-post .post-image img {
	border-radius: 6px;
}
.category_page_cust article.post.type-post .entry-content {
	margin: 10px 0 0 0;
}
.category_page_cust article.post.type-post .entry-content p {
	font-size: 14px;
	color: #727279;
	font-weight: 400;
	font-family: "Roboto",sans-serif;
	margin: 0 0 15px 0;
}
.category_page_cust article.post.type-post .entry-content p a {
	color: #727279;
	text-decoration: none;
}
.category_page_cust article.post.type-post {
	padding-bottom: 25px !important;
	margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.category_page_cust article.post.type-post .entry-meta {
	margin: 15px 0 0 0;
}
.category_page_cust article.post.type-post .entry-meta > span {
	font-size: 11px;
	color: #94949b;
	font-weight: 500;
	font-family: "Roboto",sans-serif;
	margin: 0 14px 0 0;
	display: inline-block;
}
.category_page_cust article.post.type-post .entry-meta span .gp-icon {
	margin-right: 10px;
}
.category_page_cust article.post.type-post .entry-meta span a {
	text-decoration: none;
	color: #94949b;
}
.category_page_cust {
	max-width: 600px;
	margin: 0 auto;
}

.single_page_cust {
	max-width: 600px;
	margin: 0 auto;
}
.single_page_cust .post .entry-header .entry-title {
	font-size: 38px;
	color: #1c192c;
	font-weight: 700;
	font-family: "Roboto",sans-serif;
	margin: 0 0 15px 0;
	text-align: center;
}
.single_page_cust .post .entry-header .entry-meta > span {
	font-size: 11px;
	color: #94949b;
	font-weight: 500;
	font-family: "Roboto",sans-serif;
	margin: 0 14px 0 0;
	display: inline-block;
}
.single_page_cust .post .entry-header .entry-meta > span a {
	color: #94949b;
	text-decoration: none;
}
.single_page_cust .post .entry-content {
	margin: 20px 0 0 0;
}
.single_page_cust .post .entry-content p, .single_page_cust  .entry-content p {
	font-size: 18px;
	color: black;
	font-weight: 400;
	font-family: "Roboto",sans-serif;
	margin: 0 0 15px 0;
}

.single_page_cust .single-category-post-tab .categories-tab .tab-nav {
	margin: 0 0 35px 0 !important;
}
.single_page_cust .single-category-post-tab .categories-tab .tab-nav li {
	background-color: #3e2a5f;
	padding: 7px 15px;
	margin: 0 2px 10px 2px;
	font-size: 14px;
	font-weight: 400;
	font-family: "Roboto",sans-serif;
}
.single_page_cust .single-category-post-tab .categories-tab .tab-nav li a {
	text-decoration: none;
}
.single_page_cust .single-category-post-tab .categories-tab .tab-nav li a.active {
	color: #3bba9c;
}

@media screen and (max-width: 768px) {
	.single_page_cust .single-category-post-tab .categories-tab .tab-nav {
		flex-wrap: nowrap !important;
    justify-content: start !important;
    overflow-x: scroll !important;
	}
}
.single_page_cust .single-category-post-tab .categories-tab .tab-nav li:first-of-type {
	border-radius: 50px 0 0 50px !important;
}
.single_page_cust .single-category-post-tab .categories-tab .tab-nav li:last-of-type {
	border-radius: 0 50px 50px 0 !important;
}

.single_page_cust .single-category-post-tab .categories-tab .tab-content .post-item {
	margin: 0 0 30px 0;
}
.single_page_cust .single-category-post-tab .categories-tab .tab-content .post-item .vc_col-md-5 {
	flex: 0 0 310px;
	padding-left: 15px;
	padding-right: 15px;
}
.single_page_cust .single-category-post-tab .categories-tab .tab-content .post-item .vc_col-md-5 img {
	display: block;
}
.single_page_cust .single-category-post-tab .categories-tab .tab-content .post-item .vc_col-md-7 {
	flex: 1;
	padding-left: 15px;
	padding-right: 15px;
}
.single_page_cust .single-category-post-tab .categories-tab .tab-content .post-item .vc_col-md-7 h3 {
	margin: 0 0 10px 0;
}
.single_page_cust .single-category-post-tab .categories-tab .tab-content .post-item .vc_col-md-7 h3 a {
	color: #1c192c;
	font-weight: 700;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
}
.single_page_cust .single-category-post-tab .categories-tab .tab-content .post-item .vc_col-md-7 .sc_layouts_title_meta a {
	color: #94949b;
	font-weight: 500;
	font-size: 11px;
	font-family: "Roboto", sans-serif;
}
.single_page_cust .single-category-post-tab .categories-tab .tab-content a {
	text-decoration: none;
}
@media screen and (max-width: 640px) {
	.single_page_cust .single-category-post-tab .categories-tab .tab-content .post-item .vc_row {
		flex-wrap: nowrap;
	}
	.single_page_cust .single-category-post-tab .categories-tab .tab-content .post-item .vc_col-md-7, .single_page_cust .single-category-post-tab .categories-tab .tab-content .post-item .vc_col-md-5 {
		flex: 0 0 50% !important;  
	}
	.single_page_cust .single-category-post-tab .categories-tab .tab-content .post-item .vc_col-md-5 {
		margin-bottom: 20px;
	}
	.single_page_cust .single-category-post-tab .categories-tab .tab-content .post-item .vc_col-md-5 img {
		height: auto;
	}
	.single_page_cust .single-category-post-tab .categories-tab .tab-content .post-item .vc_col-md-7 h3 a {
	font-size: 15px;
 }
	.single_page_cust .single-category-post-tab .categories-tab .tab-content .post-item .vc_col-md-7 h3 {
	margin: 0;
	}
}


.home_slick_slider_cust {
	position: relative;
}
.home_slick_slider_cust .swiffy-slider  {
	position: relative;
	/*margin: 0 8px 0 0;*/
}
.home_slick_slider_cust .swiffy-slider  .slide_inner {
	position: relative;
	margin: 0 14px !important;
}
.home_slick_slider_cust .swiffy-slider  .slide_inner img {
	border-radius: 6px;
}
.home_slick_slider_cust .swiffy-slider  .slide_inner h3 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	margin: 0;
	border-radius: 0 0 6px 6px;
	color: #FFF;
	font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600;
	padding: 15px;
}
.home_slick_slider_cust .swiffy-slider  .slide_inner h3 a {
	color: #FFF;
}

.home_slick_slider_cust .swiffy-slider .slide_inner h3 a {
	color: #FFF;
}

.home_slick_slider_cust {
	position: relative;
	margin: 15px 0 0 0;
}
.home_slick_slider_cust .slick-prev.slick-arrow {
	position: absolute;
	left: 12px;
  z-index: 500;
} 
.home_slick_slider_cust .slick-next.slick-arrow {
	position: absolute;
	right: 17px;
  z-index: 500;
}
.home_slick_slider_cust .slick-prev.slick-arrow::before, .home_slick_slider_cust .slick-next.slick-arrow::before {
	color: #000;
	font-size: 24px;
}
.home_slick_slider_cust .swiffy-slider  .slide_inner .image-holder {
	display: block;
	height: 360px;
}
.home_slick_slider_cust .swiffy-slider  .slide_inner .image-holder img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.paging-navigation .nav-links a.page-numbers {
	color: #3bba9c;
	text-decoration: none;
}

.category_page_cust article.post.type-post .read-more-container a {
	background-color:  #3bba9c;
	color: #FFF;
}
.category_page_cust article.post.type-post .read-more-container a:hover {
	background-color:  #222;
	color: #FFF;
}
.category_page_cust article.post.type-post .entry-summary p {
	color: #727279;
	font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.category_page_cust article.post.type-post .entry-summary li, .category_page_cust article.post.type-post .entry-content li {
	color: #727279;
	font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.category_page_cust article.post.type-post .entry-summary {
	margin-top: 15px;
}

.trx_addons_scroll_to_top {
	background-color: #3bba9c;
	color: #FFF;
	border-radius: 6px;
	text-decoration: none;
}

.review-breakdown {
    padding: 2.6rem 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 40px;
}
.review-breakdown__inner {
    min-height: 13rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.review-breakdown .related-game.related-game--main.clearfix {
    clear: both;
    width: 100%;
}
.related-game {
    position: relative;
}
.related-game.related-game--content.clearfix {
    background: #3e2a5f;
    color: #fff;
    border: 3px solid #1c192c;
    /* border-bottom: 3px solid #1c192c; */
    /* padding: 1.3rem 0 2.6rem; */
    padding: 25px 15px 15px !important;
}
.related-game__boxart {
    width: auto;
    position: absolute;
    top: 3px;
    left: 15px;
    z-index: 999;
}
.related-game__boxart figure {
    width: auto;
    float: left;
    margin-right: 10px;
}
.related-game__boxart figure img {
    width: 120px;
}
h3.related-game__title {
    margin: 18px 0px;
}
h3.related-game__title {
    float: left;
    margin-top: 0px;
    font-size: 14px;
    width: auto;
    margin-top: 11px;
    padding-left: 150px;
    margin-bottom: 10px !important;
	font-family: "Roboto",sans-serif;
    font-size: 1.625em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.038em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.5px;
}
h3.related-game__title a {
    float: left;
	text-decoration: none;
}
h3.related-game__title a {
    font-size: 22px;
	color: #1c192c;
}
h3.related-game__title, h3.related-game__title a, h3.related-game__title span, h3.related-game__title strong {
    display: inline-block;
}
.cls_slash {
    float: left;
    margin: 0px 5px;
}
.related-game--main .related-game__title .related-game__platforms, .related-game--main .related-game__title .related-game__platforms strong {
    color: #1c192c;
}
.related-game--main .related-game__title .related-game__platforms, .related-game--main .related-game__title .related-game__platforms strong {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
dl.breakdown.breakdown-good.span6, dl.breakdown.breakdown-bad.span6 {
    max-width: 50%;
    width: 50%;
    float: left;
    display: block;
	margin-top: 0em;
    margin-bottom: 1.9em;
}
.breakdown {
    background-size: cover;
}
dl.breakdown.breakdown-score {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
}
dd.review_summary {
    text-align: center;
    margin-left: 0px;
}
.score-word {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-style: italic;
    font-size: 2.3rem;
    line-height: 2.5rem;
    margin-left: 0px;
    margin-top: 50px;
    margin-bottom: 20px;
}
dd.score-about {
    font-style: italic;
    font-size: 12px;
}
.score-about {
    margin-left: 0px;
    margin-top: 15px;
}
.score-about a {
    color: #3bba9c !important;
	text-decoration: none;
}
dd.review_summary p {
   color: #fff !important;
}
dd {
    margin: 0 0 1.5em 0;
}
.post-single-inside-article header h1.entry-title {
	color: #1c192c;
	font-family: "Roboto", Sans-serif;
    font-size: 32px;
    font-weight: 700;
	margin: 0 0 20px 0;
}
.post-single-inside-article header .entry-meta {
    font-size: 11px;
    font-weight: 500;
}
.post-single-inside-article header .entry-meta span {
	margin: 0 15px 0 0;
}
.post-single-inside-article header .entry-meta a {
	text-decoration: none;
}

.author_info {
    color: #727279;
    background-color: #ffffff;
    border-color: #efeff0 !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(28,25,44,0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(28,25,44,0.05);
    box-shadow: 0px 0px 15px 0px rgba(28,25,44,0.05);
	margin-top: 4em;
    padding: 2.5em 2.8em 3.5em 2.8em;
    position: relative;
    border: 1px solid;
	border-radius: 5px;
}
.author_avatar {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 2.6rem;
    left: 2.9rem;
}
.author_avatar img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.author_description {
    padding-left: 10rem;
}
.author_info .author_description .author_title {
    color: #1c192c !important;
	font-family: "Roboto",sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.1667em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.35px;
}
.author_info .author_description .author_title {
	color: #727279;
}
.author_bio {
	font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
	color: #727279;
}
.author_bio .author_link {
    display: inline-block;
    margin-top: 1.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.6875em;
    line-height: 1em;
    font-weight: 700;
    padding-right: 5em;
    position: relative;
}
.author_bio .socials_wrap {
    margin-top: 1em;
}
.socials_wrap .social_item:last-child {
    margin-right: 0 !important;
}
.author_info a {
    color: #3bba9c !important;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
}
.author_bio .author_link:hover:after {
    background-color: #1c192c;
}
.author_bio .author_link {
    display: inline-block;
    margin-top: 1.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.6875em;
    line-height: 1em;
    font-weight: 700;
    padding-right: 5em;
    position: relative;
}
.author_bio .author_link:after {
    content: '';
    top: 45%;
    height: 1px;
    width: 41px;
    right: 0;
    position: absolute;
    display: block;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background-color: #3bba9c;
}
.feedzy-widget {
	list-style-type: none;
    margin: 40px 0 0 0;
}
.widget.widget_feedzy_wp_widget .widgettitle {
	  font-family: "Roboto",sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
	  color: #1c192c;
	  margin: 0 0 15px 0;
}
.feedzy-widget li .rss_image .fetched {
	border-radius: 6px;
}

.feedzy-widget li .title a {
	display:block;
	color: #1c192c;
	font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
	  margin: 0 0 15px 0;
	text-decoration: none;
}
.feedzy-widget li .rss_content {
	display: none;
}

@media only screen and (max-width: 480px) {
	.author_info.author .author_avatar {
		width: 100%;
		position: static;
		height: auto;
		line-height: normal;
		margin: 0 0 15px 0;
	}
	.author_info.author .author_description {
		width: 100%;
		padding: 0;
	}
}

.home_cust_lat_posts .feedzy-rss .rss_item .title, .single_page_cust .feedzy-rss .rss_item .title {
	margin-top: 75px !important;
  display: block;
}
.single_page_cust .feedzy-rss .rss_item .rss_image {
	width: 205px !important;
	height: 205px !important;
}

.elementor-82439 .elementor-element.elementor-element-396eb86b img {
	max-width: 100% !important;
	width: auto !important;
	height: 138px !important;
}
@media only screen and (max-width: 768px) {
	.elementor-82439 .elementor-element.elementor-element-396eb86b img {
	max-width: 100% !important;
	width: auto !important;
	height: 100px !important;
}
}
@media only screen and (max-width: 480px) {
	.elementor-82439 .elementor-element.elementor-element-396eb86b img {
	max-width: 100% !important;
	width: auto !important;
	height: 70px !important;
}
}

@media only screen and (max-width: 480px) {
	.home_cust_lat_posts .feedzy-rss .rss_item .rss_image,  .single_page_cust .feedzy-rss 	.rss_item .rss_image {
		width: 100px !important;
		height: 100px !important;
	}
	
	.home_cust_lat_posts .feedzy-rss .rss_item .title, .single_page_cust .feedzy-rss .rss_item .title {
		margin-top: 0px !important;
		display: block;
	}
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

/* Mediavine CSS */
@media only screen and (max-width: 399px) { 
  header .ekit-wid-con {
      margin-left: -15px !important;
  }
}
@media only screen and (max-width: 359px) { 
  #content {
     padding-left: 10px !important;
     padding-right: 10px !important;
  }
}
/* End of MV CSS */


a.generate-back-to-top {
  display: none;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  border: none !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-default, .yarpp-thumbnails-horizontal .yarpp-thumbnail > img {
  border-radius: 20px !important;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  border-radius: 10px !important;
}

/* Top stories */
.margin-fix{ margin: 30px 0; }
.margin-fix.no-bottom{ margin-bottom: 0!important; }
.margin-fix.no-top{ margin-top: 0!important; }

.padding-fix{ padding: 40px 0; }
.padding-fix.no-bottom{ padding-bottom: 0!important; }
.padding-fix.no-top{ padding-top: 0!important; }
.top-stories h3{ font-size: 18px; line-height: 1.2; margin: 15px auto 30px; }
.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
.vc_col-xs-6 {
    float: left;
}
.top-stories h2 {
    margin-top: 0;
	padding-left: 20px;
    font-family: "Roboto",sans-serif;
    font-size: 2.25em;
    font-weight: 700;
    font-style: normal;
    line-height: 0.94em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.7px;
}
.vc_row {
    position: relative;
}
.top-stories h3 {
    font-size: 18px;
    line-height: 1.2;
    margin: 15px auto 30px;
}


.custom-row { display: flex; flex-wrap: wrap; }  
.custom-col { flex-basis: 100%; margin-bottom: 20px; }
@media (min-width: 320px) {
	.custom-col-6 { flex-basis: 50%; padding: 0 10px; margin-bottom: 20px; }
	.custom-col-12 { flex-basis: 100%; padding: 0 10px; margin-bottom: 20px; }
}
@media (min-width: 768px) {
	.custom-col-md-6 { flex-basis: 50%; }
	.custom-col-md-4 { flex-basis: 33.333333%; }
	.custom-col-md-3 { flex-basis: 25%; }
} 
@media (min-width: 992px) {
	.custom-col-lg-6 { flex-basis: 50%; }
	.custom-col-lg-3 { flex-basis: 25%; }
	.custom-col-lg-3 { flex-basis: 25%; }
}


.top-stories .single-story{ /*padding: 10px 12px;*/ }
.top-stories .single-story img{ border-radius: 5px; height: 120px; object-fit: cover; }
.top-stories .single-story h3 a{ color: #1C192C; font-weight: bold; }

.elementor-row.custom-row { display: grid; grid-template-columns: 1fr 1fr; }
.elementor-column.custom-col { margin-bottom: 20px; }

.author_grid{ padding: 15px; background: #F6F6F6; text-align: center; height: 100%; }
.author_grid .avatar{ margin: 10px auto; border-radius: 50%; display: block; }
.author_grid .author-content h5{ text-align: center; margin-bottom: 5px; }
.author_grid .author-content h4{ font-size: 12px; text-transform: uppercase; margin-bottom: 10px; }
.author_grid .author-content h5 a{ color: #1C192C; text-decoration: none; font-weight: bold; }
.author_grid .author-content span.highlight{ display: inline-block; background: #8F8F8F; color: #ffffff; padding: 7px; font-size: 10px; text-transform: uppercase; margin-right: 10px; margin-bottom: 15px; }
.author_grid .author-content p{ font-size: 12px; color: #a6a6a6; font-weight: 500; }

@media (min-width: 992px) {
    .vc_col-md-3 {
        width: 25%;
        float: left;
    }
}
@media (min-width: 768px){
    .vc_col-sm-6 {
        width: 50%;
    }
}
.author_list h3 {
    padding-left: 10px;
}

.home.one-container .site-content{ padding: 40px 0!important; }
.home.one-container .site-content .single_page_cust{ max-width: 100%!important; }

.page-id-82453 .site-content{ 
	padding: 40px 0!important; 
	padding-left: 10px !important;
    padding-right: 10px !important;
	}

.page-id-82453 .site-content .single_page_cust{ max-width: 100%!important; }
.page-id-82453 .top-stories { max-width: 900px !important; margin: auto; }
.page-id-82453 .tab-content {  max-width: 850px; margin: auto; }
.page-id-82453 .top-stories h2 {  padding-top: 40px; }

@media screen and (max-width: 768px){
	.top-stories .single-story img{ height: auto!important; }
	.top-stories h3{ font-size: 15px!important; margin-bottom: 0px!important; }
	.top-stories .single-story{ padding: 0!important; }
}

header.site-header .inside-header {
    flex-direction: row !important;
    min-height: 149px;
}

header.site-header .inside-header span.menu-bar-item {
    margin-left: auto;
    font-size: 25px;
}

header.site-header .inside-header .site-logo {
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
}

@media (max-width: 768px) {
    #masthead .inside-header {
        min-height: 100px;
    }
    #masthead .inside-header span.menu-bar-item {
        margin-top: unset;
    }
}

#site-navigation .main-nav>ul {
    flex-wrap: nowrap;
    max-width: 100vw;
    overflow-x: auto;
    justify-content: unset;
    white-space: nowrap;
	overflow-y: hidden;
}
#site-navigation .main-nav>ul > li {
    scroll-snap-align: start;
	border-right: rgba(0,0,0,0.2) solid 1px;
}



#site-navigation .main-nav>ul > li > a {
    width: max-content;
}

li#menu-item-32803 {
    border-right: none !important;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  fill: #3BBA9C;
}

.menu-item-85711 path {
  fill: white;
}

.menu-item-85711 a:hover {
  background-color: #3BBA9C;
}

.menu-item-85711 path:hover {
  fill: #3e2a5f;
}

#menu-item-85711 {
  top: .25em;
}

iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

button.slider-nav {
    background-color: transparent;
}

.elementor-element.elementor-element-5a6fc7ab.hex-image.elementor-widget.elementor-widget-image {
  max-width: 250px;
}

@media screen and (min-width: 1024px){
	.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-7dca74f8 {
  		width: 66.6% !important;
	}
}
