@charset "utf-8";
/*
/*	Copyright (c) 2024 Frenify
/*	Author: Frenify
/*	This file is made for CURRENT TEMPLATE
/*


	List of CSS codes:
	
	01) Base
	02) Body


*/

/*------------------------------------------------------------------*/
/*	01) Base
/*------------------------------------------------------------------*/
:root{
    --guff-bbc: #fff;
	--guff-mc1: #FBE843;
	--guff-hc: #000;
	--guff-bc: #000;
}
/*************************************************************************/
/* 02) Body
/*************************************************************************/
:root{
	--post-max-width: 1190px;
}
html{
	padding: 0px;
	margin: 0px;
}
*:after,
*:before,
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-family: var(--bff);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.33;
	font-weight: 500;
	color: var(--guff-bc);
	background-color: var(--guff-bbc);
	position: relative;
	font-display: swap;
	
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	
	cursor: default;
}
.guff-fn-wrapper{
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 100%;
}
body,
html{
	width: 100%;
    margin: 0px;
    padding: 0px;
}
body{
	height: auto;
}
body{
	overflow: hidden;
}
html:after,
html:before{
	clear: both;
	display: table;
	content: '';
}
html{
	overflow-x: hidden;
}
.fn__svg{
	fill: currentcolor;
	width: 20px;
	height: 20px;
}
.full_link{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.frenify-hidden-svg{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	z-index: -1000;
	bottom: 0;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #000;
}
p{
	letter-spacing: 0;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6{
	color: var(--guff-hc);
	font-family: var(--hff);
	line-height: 1.22;
	letter-spacing: 0;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover{
	color: var(--guff-hhc);
   	background-size: 100% 2px;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a{
	color: var(--guff-hc);
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 85%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s;
}
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="text"]{
	background-color: transparent;
	letter-spacing: 0;
	outline: none;
	outline-color: transparent;
    border: 4px solid #000;
    border-radius: 10px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--hff);
    color: #000;
}
textarea{
	width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    border: 4px solid #000;
    border-radius: 30px;
    padding: 21px 26px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--hff);
    font-style: normal;
    color: #000;
}
textarea:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="text"]:focus{
	outline: none;
	background-color: transparent;
	border-color: #000;
}
.guff_fn_single[data-ps="contained"],
.container{
	max-width: 1420px;
	padding: 0 50px;
	margin: 0 auto;
	width: 100%;
}
.container .container{
	padding: 0;
}
@media(max-width: 1500px){
	.guff_fn_single[data-ps="contained"],
	.container{max-width: 1360px;}
}
@media(max-width: 1040px){
	.guff_fn_single[data-ps="contained"],
	.container{padding: 0 20px;}
}
@media(max-width: 480px){
	.guff_fn_single[data-ps="contained"],
	.container{padding: 0 10px;}
}
.fn__sign_form input[type=number],
.fn__sign_form input[type=email],
.fn__sign_form input[type=url],
.fn__sign_form input[type=search],
.fn__sign_form input[type=tel],
.fn__sign_form input[type=color],
.fn__sign_form input[type=text],
.fn__sign_form input[type=password],
.fn__sign_form input[type=datetime],
.fn__sign_form input[type=datetime-local],
.fn__sign_form input[type=date],
.fn__sign_form input[type=month],
.fn__sign_form input[type=time],
.fn__sign_form input[type=week]{
	height: 60px;
    padding: 0 26px;
    border-radius: 30px;
    display: block;
    width: 100%;
    min-width: 100%;
    background-color: #f5eff9;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: var(--hff);
}
.fn__sign_form textarea{
	background-color: #f5eff9;
}




/* Foter */
.fn_s_message{display: none;}

#guff_fn_footer{
	width: 100%;
	max-width: 100%;
}
.guff_fn_footer{
	position: relative;
	background-color: #000;
	padding: 100px 80px;
	color: #fff;
	width: 100%;
	overflow: hidden;
}
.guff_fn_footer .footer__title{
	margin: 0;
	color: #fff;
	padding: 0;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.guff_fn_footer .guff_fn_social_list ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -10px;
	flex-wrap: wrap;
}
.guff_fn_footer .guff_fn_social_list li{
	margin: 5px 0 5px 10px;
	padding: 0;
}
.guff_fn_footer .guff_fn_social_list a{
	width: 70px;
	height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-decoration: none;
	border: 5px solid #333;
	color: #fff;
	border-radius: 100%;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.guff_fn_footer .guff_fn_social_list a:hover{
	border-color: var(--guff-mc1);
	color: var(--guff-mc1);
}
.guff_fn_footer .guff_fn_social_list .fn__svg{
	display: block;
	width: 30px;
	height: 30px;
}
.guff_fn_footer .footer_welcome{
	margin-bottom: 1px;
	padding-right: 112px;
}
.guff_fn_footer .footer_welcome p{
	margin: 0;
}
.guff_fn_footer .footer_info{
	margin-bottom: 35px;
}
.guff_fn_footer .footer_info:empty{
	display: none;
}
.guff_fn_footer .footer_info[data-social="enable"]{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.guff_fn_footer .footer_info[data-info="enable"] .info_left{
	padding-right: 82px;
	position: relative;
}
.guff_fn_footer .footer_info[data-info="enable"] .info_left:after{
	content: '';
	position: absolute;
	right: 40px;
	top: 0;
	bottom: 0;
	background-color: #333;
	width: 2px;
}
.guff_fn_footer .footer_info .info_left,
.guff_fn_footer .footer_info .info_right{
	min-height: 90px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.guff_fn_footer .footer_info .info_right ul{
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.guff_fn_footer .footer_info .info_right li{
	margin-bottom: 6px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.guff_fn_footer .footer_info .info_right li:last-child{
	margin-bottom: 0;
}
.guff_fn_footer .footer_info .label{
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	border-radius: 3px;
	background-color: var(--guff-mc1);
	color: #000;
	font-family: var(--hff);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	margin-right: 15px;
	min-width: 72px;
}
.guff_fn_footer .footer_info .value{
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 26px;
	font-family: var(--bff);
}
.guff_fn_footer .footer_info .value a{
	color: #fff;
	text-decoration: none;
}
.guff_fn_footer .footer_info .value a:hover{
	color: var(--guff-mc1);
}
.guff_fn_footer .footer_divider{
	height: 70px;
	position: relative;
}
.guff_fn_footer .footer_divider[data-totop="enable"] .decor{
	right: 112px;
}
.guff_fn_footer .footer_divider .decor{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	margin-top: -2.5px;
	background-color: #333;
	right: 0;
	height: 5px;
}
.guff_fn_footer .footer_divider .decor:after{
	width: 5px;
	height: 20px;
	background-color: #333;
	right: 0;
	top: 50%;
	margin-top: -10px;
	content: '';
	position: absolute;
}
.guff_fn_footer .footer_totop{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -35px;
	width: 92px;
	height: 70px;
	display: block;
	text-decoration: none;
}
.guff_fn_footer .footer_totop .icon{
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	border: 5px solid #333;
	border-radius: 100%;
	color: #fff;
	transition: all .3s ease;
}
.guff_fn_footer .footer_totop .text{
	display: block;
	color: #444;
	font-family: var(--hff);
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
    text-orientation: mixed;
    writing-mode: vertical-lr;
    line-height: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	height: 70px;
	text-align: center;
}
.guff_fn_footer .footer_totop .fn__svg{
	width: 35px;
    height: 35px;
    display: block;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -18px 0 0 -19px;
    transform: rotateY(180deg);
    pointer-events: none;
}
.guff_fn_footer .footer_totop:hover .icon{
	border-color: var(--guff-mc1);
}
.guff_fn_footer .footer_menu{
	overflow: hidden;
	margin-bottom: 8px;
}
.guff_fn_footer .footer_menu .guff_fn_main_nav{
	flex-wrap: wrap;
	margin-left: -26px;
}
.guff_fn_footer .footer_menu .guff_fn_main_nav > li > a:hover{
	color: var(--guff-mc1);
}
.guff_fn_footer .footer_menu .guff_fn_main_nav > li > a{
	line-height: 30px;
}
.guff_fn_footer p{
	color: #fff;
}
.subscribe_enabled .guff_fn_footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.subscribe_enabled .guff_fn_footer .footer_left{
	width: calc(100% - 614px); /* 534px - for subcribe form and 80px for spacing*/
}
.subscribe_enabled .guff_fn_footer .footer_right{
	width: 534px;
}
.guff_fn_footer .footer_right{
	width: 534px;
}
.guff_fn_footer .footer_copyright p{
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 1;
	color: #fff;
}
.guff_fn_footer .footer_copyright a:hover{
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	mask-size: 200%;
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.guff_fn_footer .footer_copyright a{
	text-decoration: none;
	color: #fff;
}
.guff_fn_footer .footer_widgets{
	margin-top: -9px;
}
.guff_fn_footer .widget_nav_menu .menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2px;
}
.guff_fn_footer .widget_nav_menu .menu{
	position: relative;
	margin-left: -34px;
}
.guff_fn_footer .widget_nav_menu .menu > li{
	margin-left: 34px;
	position: relative;
	margin-bottom: 0;
}
.guff_fn_footer .widget_nav_menu .menu > li > a{
	font-size: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 700;
	line-height: 2.5;
}
.guff_fn_footer .widget_nav_menu .sub-menu li{
	margin-bottom: 6px;
	position: relative;
}
.guff_fn_footer .widget_nav_menu .sub-menu ul{
	left: 100%;
	top: -36px;
	margin-left: 0;
}
.guff_fn_footer .widget_nav_menu .sub-menu{
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	margin: 0;
	padding: 32px 0 25px;
	position: absolute;
	width: 280px;
	border: 4px solid #000;
	background-color: #fff;
	bottom: 100%;
	left: 0;
	margin-left: -18px;
	list-style-type: none;
	transform: translateY(-30px);
	border-radius: 0 0 13px 13px;
}
.guff_fn_footer .widget_nav_menu .sub-menu:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 20px 20px;
    border-bottom: 10px solid #000;
}
.guff_fn_footer .widget_nav_menu .sub-menu a{
	font-size: 18px;
	display: block;
	font-family: var(--hff);
	color: #000;
	font-weight: 900;
	letter-spacing: .25px;
	text-transform: uppercase;
	padding: 0 40px;
	line-height: 30px;
	white-space: normal;
}
.guff_fn_footer .widget_nav_menu li:hover > .sub-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.guff_fn_footer .widget_nav_menu .sub-menu li.menu-item-has-children > a{
	padding-right: 52px;
	position: relative;
}
.guff_fn_footer .widget_nav_menu .sub-menu li.menu-item-has-children > a:after{
	content: '';
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -6px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #000;
}


.footer_subscribe_form{
	background-color: #ecedcc;
	border-radius: 20px;
	padding: 73px 90px 80px;
	position: relative;
	text-align: center;
}
.footer_subscribe_form .form_decor{
	pointer-events: none;
}
.footer_subscribe_form .decor_top{
	display: block;
	top: 40px;
	left: 20px;
	height: 3px;
	background-color: #000;
	position: absolute;
	right: 134px;
}
.footer_subscribe_form .decor_right:after{
	content: '';
	position: absolute;
	width: 3px;
	display: block;
	background-color: #000;
	top: 40px;
	bottom: 20px;
	right: 40px;
}
.footer_subscribe_form .decor_right:before{
	content: '';
	position: absolute;
	width: 3px;
	height: 100px;
	display: block;
	background-color: #000;
	bottom: 30px;
	right: 53px;
}
.footer_subscribe_form .decor_bottom{
	display: block;
	bottom: 40px;
	right: 20px;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 134px;
}
.footer_subscribe_form .decor_left:after{
	content: '';
	position: absolute;
	width: 3px;
	display: block;
	background-color: #000;
	bottom: 40px;
	top: 20px;
	left: 40px;
}
.footer_subscribe_form .decor_left:before{
	content: '';
	position: absolute;
	width: 3px;
	height: 100px;
	display: block;
	background-color: #000;
	top: 30px;
	left: 53px;
}
.footer_subscribe_form .top_plane .fn__svg{
	width: 40px;
	height: 40px;
	display: block;
	color: #000;
	position: absolute;
	top: 25px;
	right: 69px;
}
.footer_subscribe_form .bottom_plane .fn__svg{
	width: 40px;
	height: 40px;
	display: block;
	color: #000;
	position: absolute;
	bottom: 25px;
	left: 69px;
}
.footer_subscribe_form .fsf_title{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.footer_subscribe_form .fsf_desc{
	margin: 0;
	padding: 0;
	font-weight: 500;
	margin-bottom: 19px;
	color: #000;
}
.footer_subscribe_form input[type=email]{
	margin: 0;
    width: 100%;
    color: #000;
    height: 60px;
    background-color: #fff !important;
    padding: 0 26px;
    border-radius: 30px !important;
    outline: none;
    max-width: 100%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    font-style: normal;
    font-family: var(--hff);
    border: 5px solid #000;
    margin-bottom: 10px;
    text-align: center;
}
.fn__submit{
	height: 60px;
    background-color: var(--ghost-accent-color) !important;
    color: #fff;
    font-family: var(--hff);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    outline: none;
    padding: 0 30px;
    border: 4px solid #000 !important;
    cursor: pointer;
    border-radius: 30px;
    margin-left: 0;
    letter-spacing: 0.5px;
    width: 100%;
	position: relative;
}
.fn__submit:hover{
	background-color: #000 !important;
    mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    mask-size: 200%;
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.fn__submit .loading{
	display: flex;
	align-items: center;
	position: absolute;
	padding: 0 20px;
	justify-content: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}



/* Tooltip */
.fn__tooltip_item{
	position: relative;
}
.fn__tooltip_item:hover .t_text{
	transform: translateX(-50%) translateY(0px);
	opacity: 1;
	visibility: visible;
}
.fn__tooltip_item .t_text{
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(-10px);
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	width: max-content;
	padding: 6px 10px 4px;
	display: block;
	line-height: 15px;
	background-color: #000;
	border-radius: 13px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #fff;
	letter-spacing: .25px;
	left: 50%;
	transition: all .3s ease;
	pointer-events: none;
	max-width: 170px;
	text-align: center;
}
.fn__tooltip_item:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 7px 0 7px;
	border-color: #000 transparent transparent transparent;
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -6px;
	margin-bottom: 6px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	pointer-events: none;
	transform: translateY(-10px);
}
.fn__tooltip_item.rbg_item:after{
	border-top-color: var(--guff-mc1);
	transform: translateY(-15px);
}
.fn__tooltip_item.rbg_item:hover:after{
	transform: translateY(-5px);
}
.fn__tooltip_item:hover:after{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.fn__tooltip_item.rbg_item .t_text{
	background-color: var(--guff-mc1);
	color: #000;
	transform: translateX(-50%) translateY(-15px);
}
.fn__tooltip_item.rbg_item:hover .t_text{
	transform: translateX(-50%) translateY(-5px);
}
.fn__tooltip_item.left_aligned.rbg_item .t_text{
	transform: translateY(-15px);
}
.fn__tooltip_item.left_aligned.rbg_item:hover .t_text{
	transform: translateY(-5px);
}
.fn__tooltip_item.left_aligned .t_text{
	left: 0;
	transform: translateY(-10px);
}
.fn__tooltip_item.left_aligned:hover .t_text{
	transform: translateY(0px);
}



/* Fixed Totop Button */
.guff_fn_totop{
	width: 70px;
	height: 70px;
	display: block;
	position: fixed;
	z-index: 99;
	right: 10px;
	bottom: 10px;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(350px);
}
.guff_fn_totop .totop{
	border: 3px solid #000;
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	background-color: #fff;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	z-index: 1;
}
.guff_fn_totop .totop:hover{
	background-color: #000;
	color: #fff;
}
.guff_fn_totop.active{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.guff_fn_totop.active .fn__svg{
	transition: all .3s ease;
}
.guff_fn_totop.footer-soon{
	transform: translateY(350px);
}
.guff_fn_totop:hover .fn__svg{
	transform: rotateY(180deg) rotate(-10deg);
}
.guff_fn_totop .fn__svg{
	width: 35px;
    height: 35px;
    display: block;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -18px 0 0 -21px;
    transform: rotateY(180deg);
    pointer-events: none;
}
.guff_fn_totop .icon span{
	display: block;
	position: absolute;
	right: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	outline: 2px solid #fff;
	z-index: -1;
	pointer-events: none;
}
.guff_fn_totop .icon span:nth-child(1){
	top: 38px;
	margin-right: 9px;
	width: 30px;
}
.guff_fn_totop .icon span:nth-child(2){
	top: 46px;
	margin-right: -3px;
	width: 36px;
}
.guff_fn_totop .icon span:nth-child(3){
	top: 54px;
	margin-right: -9px;
	width: 28px;
}

@keyframes shine {
from {
	-webkit-mask-position: 150%;
}

to {
	-webkit-mask-position: -50%;
}
}





/* Section: Featured Slider */
#featured_slider{
	background-color: var(--ghost-accent-color);
	padding: 100px 40px;
	position: relative;
	width: 100%;
	max-width: 100%;
}
#featured_slider:after{
    background-image: url(../img/featured_slider_bg.png);
    background-position: center center;
    background-repeat: repeat;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: '';
	pointer-events: none;
}
#featured_slider .fn_cs_posts_layout_slider{
	max-width: 1320px;
	margin: 0 auto;
}
.fn_cs_posts_layout_slider{
	position: relative;
	z-index: 2;
}
.fn_cs_posts_layout_slider .owl-carousel:not(.owl-loaded){
	display: flex;
	overflow: hidden;
}
.fn_cs_posts_layout_slider .owl-carousel:not(.owl-loaded) .item_wrapper{
	position: relative;
	flex: 1;
	width: 100%;
	min-width: 100%;
}
.fn_cs_posts_layout_slider .item_wrapper .item{
	position: relative;
	width: 66%;
	padding-top: 30px;
	padding-bottom: 10px;
}
.fn_cs_posts_layout_slider .obj_content{
	padding: 0 25px 25px;
}
.fn_cs_posts_layout_slider .img_overlay img{
	border-radius: 46px;
	min-width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.fn_cs_posts_layout_slider .img_in{
	border: 3px solid #000;
	border-radius: 50px;
	margin-top: -35px;
	height: calc(100% + 35px);
	overflow: hidden;
}
.fn_cs_posts_layout_slider .typ_overlay img{
	border-radius: 46px;
	min-width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
}
.fn_cs_posts_layout_slider .typ_overlay{
	position: relative;
	background-color: #6b5e59;
}
.fn_cs_posts_layout_slider .typ_title{
	position: absolute;
    margin: 0;
    border: none;
    outline: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px;
    padding-top: 27px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 150px;
    line-height: 1;
    font-weight: 900;
    color: #000;
}
.fn_cs_posts_layout_slider .title_holder{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 33%;
	max-width: calc(33% + 144px);
	width: 100%;
	left: 66%;
	margin-left: -144px;
	z-index: 3;
}
.fn_cs_posts_layout_slider .title_holder .fn_bg_subtitle{
	padding-left: 104px;
}
.fn_cs_posts_layout_slider .fn_title{
	margin-bottom: 18px;
}
.fn_cs_posts_layout_slider .fn_title a{
	font-size: 48px;
    line-height: 1.18;
}
@media(min-width: 1201px){
	.fn_cs_posts_layout_slider .fn_bg_subtitle span{
		height: 61px;
		line-height: 61px;
		font-size: 24px;
		padding: 0 20px;
	}
	.fn_cs_posts_layout_slider .fn_bg_subtitle span:after{
		right: 6px;
		bottom: 6px;
		border-width: 0 0 12px 12px;
	}
}

.fn_cs_posts_layout_slider{
	position: relative;
}
.fn_cs_posts_layout_slider .slider_nav{
	position: absolute;
	bottom: 90px;
	right: 0;
	z-index: 3;
	width: 160px;
	height: 106px;
}
.fn_cs_posts_layout_slider .slider_nav_btn{
	width: 70px;
	height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-decoration: none;
	border: 3px solid #000;
	border-radius: 100%;
	background-color: #fff;
	color: #000;
	position: absolute;
}
.fn_cs_posts_layout_slider .slider_nav_btn:hover{
	background-color: #000;
}
.fn_cs_posts_layout_slider .slider_nav_btn:hover .fn__svg{
	color: #fff;
}
.fn_cs_posts_layout_slider .slider_nav_btn .fn__svg{
	width: 35px;
	height: 35px;
}
.fn_cs_posts_layout_slider .slider_nav_btn.next{
	right: 0;
	top: 0;
}
.fn_cs_posts_layout_slider .slider_nav_btn.next:after{
	width: 30px;
	height: 4px;
	display: block;
	position: absolute;
	content: '';
	background-color: #000;
	border-radius: 4px;
	bottom: 4px;
	right: 100%;
	margin-right: -12px;
}
.fn_cs_posts_layout_slider .slider_nav_btn.next:before{
	width: 36px;
	height: 4px;
	display: block;
	position: absolute;
	content: '';
	background-color: #000;
	border-radius: 4px;
	bottom: 12px;
	right: 100%;
	margin-right: -5px;
}
.fn_cs_posts_layout_slider .slider_nav_btn.prev:after{
	width: 30px;
	height: 4px;
	display: block;
	position: absolute;
	content: '';
	background-color: #000;
	border-radius: 4px;
	top: 3px;
	left: 100%;
	margin-left: -13px;
}
.fn_cs_posts_layout_slider .slider_nav_btn.prev{
	left: 0;
	bottom: 0;
}
.fn_cs_posts_layout_slider .slider_nav_btn.next .fn__svg{
	transform: rotate(86deg) rotateY(180deg);
	position: relative;
	top: -1px;
	transition: all .3s ease;
}
.fn_cs_posts_layout_slider .slider_nav_btn.next:hover .fn__svg{
	transform: rotate(96deg) rotateY(180deg);
}
.fn_cs_posts_layout_slider .slider_nav_btn.prev .fn__svg{
	transform: rotate(-86deg) rotateY(180deg);
	position: relative;
	top: 2px;
	transition: all .3s ease;
	left: -1px;
}
.fn_cs_posts_layout_slider .slider_nav_btn.prev:hover .fn__svg{
	transform: rotate(-76deg) rotateY(180deg);
}




/* Title and Subtitle */
.fn_bg_title{
	word-wrap: break-word;
	margin: 0;
	margin-bottom: 14px;
}
.fn_bg_title a{
	text-decoration: none;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: #000;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
    color: #fff;
    padding: 0px 15px;
	line-height: 1;
	filter: url(#frenify-bgtitle);
    position: relative;
}
.fn_bg_title a span{
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .5s;
}
.fn_bg_title a:hover{
	color: #fff;
}
.fn_bg_title a:hover span{
	background-size: 100% 2px;
}
.fn_bg_subtitle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn_bg_subtitle span{
	padding: 0 15px;
	display: block;
	line-height: 43px;
	height: 43px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: var(--hff);
	background-color: var(--guff-mc1);
	color: #000;
	border-radius: 5px;
	position: relative;
	white-space: nowrap;
}
.fn_bg_subtitle span:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #000 transparent;
	position: absolute;
	right: 5px;
	bottom: 5px;
	content: '';
}




/* Tags List */
.fn_cs_catlist_alpha{
	width: 100%;
	max-width: 100%;
}
.fn_cs_catlist_alpha[data-post-switcher="enable"] .cs_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn_cs_catlist_alpha .alpha_left{
	background-color: var(--guff-mc1);
	flex: 27;
	min-width: 0;
	padding: 100px 80px;
}
.fn_cs_catlist_alpha .alpha_left .left_decor{
	position: absolute;
	z-index: -1;
	top: -70px;
	left: -35px;
}
.fn_cs_catlist_alpha .alpha_left .left_decor .fn__svg{
	width: 252px;
	height: auto;
	display: block;
}
.fn_cs_catlist_alpha .alpha_left .post_item{
	position: sticky;
	top: 222px;
}
.fn_cs_catlist_alpha .alpha_left .post_item:before{
	content: '';
	position: absolute;
	top: -35px;
	left: 100%;
	margin-left: 67px;
	bottom: 0;
	width: 26px;
	background-color: #000;
    -webkit-mask-image: url(../svg/wave-v.svg);
    mask-image: url(../svg/wave-v.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
}
.fn_cs_catlist_alpha .alpha_left .title_holder{
	padding: 0 50px;
	margin-top: -34px;
	position: relative;
	z-index: 2;
}
.fn_cs_catlist_alpha .alpha_left .fn_bg_subtitle span{
	background-color: #fff;
}
.fn_cs_catlist_alpha .alpha_left .img_holder{
	position: relative;
	max-width: calc(100% - 5px);
	width: 100%;
	padding: 0 15px 15px;
	border: 5px solid #000;
	border-radius: 25px;
	background-color: #fff;
	z-index: 1;
}
.fn_cs_catlist_alpha .alpha_left .img_holder:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 30px 30px 30px;
    border-bottom: 10px solid #000;
    border-right: 10px solid #000;
    pointer-events: none;
}
.fn_cs_catlist_alpha .alpha_left .img_overlay img{
	border-radius: 20px;
	min-width: 100%;
	aspect-ratio: 482 / 384;
	object-fit: cover;
}
.fn_cs_catlist_alpha .alpha_left .img_in{
	border: 3px solid #000;
	border-radius: 25px;
	margin-top: -35px;
}
.fn_cs_catlist_alpha[data-post-switcher="enable"] .alpha_right{
	flex: 73;
	min-width: 0;
	padding: 120px 80px 120px;
	background-color: #fff;
}
.fn_cs_catlist_alpha .fn__linetitle{
	margin-bottom: 45px;
}
.fn_cs_catlist_alpha .cat_list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	position: relative;
	padding-bottom: 45px;
}
.fn_cs_catlist_alpha .cat_list .item_wrapper{
	margin: 0 0 15px 15px;
	padding: 0;
	max-width: 100%;
}
.fn_cs_catlist_alpha .cat_list .item{
	height: 80px;
	border: 5px solid #000;
	border-radius: 80px;
	padding: 0 80px 0 45px;
	background-color: #fff;
	font-size: 24px;
	font-weight: 900;
	font-family: var(--hff);
	line-height: 70px;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s ease;
}
.fn_cs_catlist_alpha .cat_list .text{
	transition: transform .3s ease;
	display: block;
	max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fn_cs_catlist_alpha .cat_list .count{
	width: 50px;
	height: 50px;
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 51px;
	background-color: #000;
	border-radius: 100%;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	font-size: 24px;
	font-weight: 900;
	white-space: nowrap;
	font-family: var(--hff);
	color: #fff;
	transition: all .3s ease;
}
.fn_cs_catlist_alpha .cat_list a{
	z-index: 3;
}
.fn_cs_catlist_alpha .cat_list .item:hover .text{
	transform: translateX(17px);
}
.fn_cs_catlist_alpha .cat_list .item:hover .count{
	transform: translateX(150%) rotate(360deg);
}
.fn_cs_catlist_alpha .cat_list .item:hover{
	background-color: var(--guff-mc1);
}
.fn_cs_catlist_alpha .cat_list .bottom_decor{
	position: absolute;
	bottom: -24px;
	right: 0;
}
.fn_cs_catlist_alpha .cat_list .bottom_decor .fn__svg{
	width: 150px;
    height: auto;
    display: block;
}



/* Divider */
.fn__separator{
	width: 100%;
	max-width: 100%;
	position: relative;
	height: 5px;
	background-color: #000;
}
@media(min-width: 1041px){
	.fn__separator[data-style="full"]{
		height: 10px;
	}
	.fn__separator[data-style="full"] .left_sep,
	.fn__separator[data-style="full"] .right_sep{
		display: none;
	}
	.fn__separator[data-style="full"] .left_sep_b,
	.fn__separator[data-style="full"] .right_sep_b{
		display: block;
	}
}
.fn__separator + .fn__separator{
	display: none;
}
.fn__separator .left_sep{
	position: absolute;
	left: -1px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 70px;
	height: auto;
	color: #000;
}
.fn__separator .right_sep{
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 70px;
	height: auto;
	color: #000;
}
.fn__separator .left_sep_b{
	position: absolute;
	left: -1px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 90px;
	height: auto;
	color: #000;
}
.fn__separator .right_sep_b{
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 90px;
	height: auto;
	color: #000;
}
.fn__separator .left_sep_b,
.fn__separator .right_sep_b{
	display: none;
}



/* Line Title */
.fn__linetitle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.fn__linetitle h3{
	margin: 0;
	padding: 0;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 0;
	min-width: 0;
	text-transform: uppercase;
}
.fn__linetitle .title_decor{
	flex: auto;
	margin-left: 45px;
	height: 5px;
	background-color: #000;
	position: relative;
	border-radius: 0 3px 3px 0;
}
.fn__linetitle .title_decor:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 5px;
	height: 33px;
	background-color: #000;
	left: 0;
}
.fn__linetitle .title_decor span:before{
	left: 10px;
	right: 20px;
	position: absolute;
	content: '';
	height: 3px;
	bottom: 100%;
	margin-bottom: 4px;
	background-color: #000;
}
.fn__linetitle .title_decor span:after{
	left: 10px;
	right: 20px;
	position: absolute;
	content: '';
	height: 3px;
	top: 100%;
	margin-top: 4px;
	background-color: #000;
}







/* Bordered Object */
.fn__bordered_obj{
	position: relative;
	width: 100%;
	z-index: 1;
	padding-bottom: 10px;
	display: block;
}
.fn__bordered_obj[data-width="1"] .obj_content{border-width: 1px;}
.fn__bordered_obj[data-width="2"] .obj_content{border-width: 2px;}
.fn__bordered_obj[data-width="3"] .obj_content{border-width: 3px;}
.fn__bordered_obj[data-width="4"] .obj_content{border-width: 4px;}
.fn__bordered_obj[data-width="5"] .obj_content{border-width: 5px;}
.fn__bordered_obj[data-width="6"] .obj_content{border-width: 6px;}
.fn__bordered_obj[data-width="7"] .obj_content{border-width: 7px;}
.fn__bordered_obj[data-width="8"] .obj_content{border-width: 8px;}
.fn__bordered_obj[data-width="9"] .obj_content{border-width: 9px;}
.fn__bordered_obj[data-width="10"] .obj_content{border-width: 10px;}


.fn__bordered_obj[data-space="1"] .obj_content{max-width: calc(100% - 1px);}
.fn__bordered_obj[data-space="2"] .obj_content{max-width: calc(100% - 2px);}
.fn__bordered_obj[data-space="3"] .obj_content{max-width: calc(100% - 3px);}
.fn__bordered_obj[data-space="4"] .obj_content{max-width: calc(100% - 4px);}
.fn__bordered_obj[data-space="5"] .obj_content{max-width: calc(100% - 5px);}
.fn__bordered_obj[data-space="6"] .obj_content{max-width: calc(100% - 6px);}
.fn__bordered_obj[data-space="7"] .obj_content{max-width: calc(100% - 7px);}
.fn__bordered_obj[data-space="8"] .obj_content{max-width: calc(100% - 8px);}
.fn__bordered_obj[data-space="9"] .obj_content{max-width: calc(100% - 9px);}
.fn__bordered_obj[data-space="10"] .obj_content{max-width: calc(100% - 10px);}
.fn__bordered_obj[data-space="11"] .obj_content{max-width: calc(100% - 11px);}
.fn__bordered_obj[data-space="12"] .obj_content{max-width: calc(100% - 12px);}
.fn__bordered_obj[data-space="13"] .obj_content{max-width: calc(100% - 13px);}
.fn__bordered_obj[data-space="14"] .obj_content{max-width: calc(100% - 14px);}
.fn__bordered_obj[data-space="15"] .obj_content{max-width: calc(100% - 15px);}
.fn__bordered_obj[data-space="1"]{padding-bottom: 1px;}
.fn__bordered_obj[data-space="2"]{padding-bottom: 2px;}
.fn__bordered_obj[data-space="3"]{padding-bottom: 3px;}
.fn__bordered_obj[data-space="4"]{padding-bottom: 4px;}
.fn__bordered_obj[data-space="5"]{padding-bottom: 5px;}
.fn__bordered_obj[data-space="6"]{padding-bottom: 6px;}
.fn__bordered_obj[data-space="7"]{padding-bottom: 7px;}
.fn__bordered_obj[data-space="8"]{padding-bottom: 8px;}
.fn__bordered_obj[data-space="9"]{padding-bottom: 9px;}
.fn__bordered_obj[data-space="10"]{padding-bottom: 10px;}
.fn__bordered_obj[data-space="11"]{padding-bottom: 11px;}
.fn__bordered_obj[data-space="12"]{padding-bottom: 12px;}
.fn__bordered_obj[data-space="13"]{padding-bottom: 13px;}
.fn__bordered_obj[data-space="14"]{padding-bottom: 14px;}
.fn__bordered_obj[data-space="15"]{padding-bottom: 15px;}



.fn__bordered_obj[data-radius="1"] .obj_content,
.fn__bordered_obj[data-radius="1"]:after{border-radius: 1px;}
.fn__bordered_obj[data-radius="2"] .obj_content,
.fn__bordered_obj[data-radius="2"]:after{border-radius: 2px;}
.fn__bordered_obj[data-radius="3"] .obj_content,
.fn__bordered_obj[data-radius="3"]:after{border-radius: 3px;}
.fn__bordered_obj[data-radius="4"] .obj_content,
.fn__bordered_obj[data-radius="4"]:after{border-radius: 4px;}
.fn__bordered_obj[data-radius="5"] .obj_content,
.fn__bordered_obj[data-radius="5"]:after{border-radius: 5px;}
.fn__bordered_obj[data-radius="6"] .obj_content,
.fn__bordered_obj[data-radius="6"]:after{border-radius: 6px;}
.fn__bordered_obj[data-radius="7"] .obj_content,
.fn__bordered_obj[data-radius="7"]:after{border-radius: 7px;}
.fn__bordered_obj[data-radius="8"] .obj_content,
.fn__bordered_obj[data-radius="8"]:after{border-radius: 8px;}
.fn__bordered_obj[data-radius="9"] .obj_content,
.fn__bordered_obj[data-radius="9"]:after{border-radius: 9px;}
.fn__bordered_obj[data-radius="10"] .obj_content,
.fn__bordered_obj[data-radius="10"]:after{border-radius: 10px;}
.fn__bordered_obj[data-radius="11"] .obj_content,
.fn__bordered_obj[data-radius="11"]:after{border-radius: 11px;}
.fn__bordered_obj[data-radius="12"] .obj_content,
.fn__bordered_obj[data-radius="12"]:after{border-radius: 12px;}
.fn__bordered_obj[data-radius="13"] .obj_content,
.fn__bordered_obj[data-radius="13"]:after{border-radius: 13px;}
.fn__bordered_obj[data-radius="14"] .obj_content,
.fn__bordered_obj[data-radius="14"]:after{border-radius: 14px;}
.fn__bordered_obj[data-radius="15"] .obj_content,
.fn__bordered_obj[data-radius="15"]:after{border-radius: 15px;}
.fn__bordered_obj[data-radius="16"] .obj_content,
.fn__bordered_obj[data-radius="16"]:after{border-radius: 16px;}
.fn__bordered_obj[data-radius="17"] .obj_content,
.fn__bordered_obj[data-radius="17"]:after{border-radius: 17px;}
.fn__bordered_obj[data-radius="18"] .obj_content,
.fn__bordered_obj[data-radius="18"]:after{border-radius: 18px;}
.fn__bordered_obj[data-radius="19"] .obj_content,
.fn__bordered_obj[data-radius="19"]:after{border-radius: 19px;}
.fn__bordered_obj[data-radius="20"] .obj_content,
.fn__bordered_obj[data-radius="20"]:after{border-radius: 20px;}
.fn__bordered_obj[data-radius="21"] .obj_content,
.fn__bordered_obj[data-radius="21"]:after{border-radius: 21px;}
.fn__bordered_obj[data-radius="22"] .obj_content,
.fn__bordered_obj[data-radius="22"]:after{border-radius: 22px;}
.fn__bordered_obj[data-radius="23"] .obj_content,
.fn__bordered_obj[data-radius="23"]:after{border-radius: 23px;}
.fn__bordered_obj[data-radius="24"] .obj_content,
.fn__bordered_obj[data-radius="24"]:after{border-radius: 24px;}
.fn__bordered_obj[data-radius="25"] .obj_content,
.fn__bordered_obj[data-radius="25"]:after{border-radius: 25px;}
.fn__bordered_obj[data-radius="26"] .obj_content,
.fn__bordered_obj[data-radius="26"]:after{border-radius: 26px;}
.fn__bordered_obj[data-radius="27"] .obj_content,
.fn__bordered_obj[data-radius="27"]:after{border-radius: 27px;}
.fn__bordered_obj[data-radius="28"] .obj_content,
.fn__bordered_obj[data-radius="28"]:after{border-radius: 28px;}
.fn__bordered_obj[data-radius="29"] .obj_content,
.fn__bordered_obj[data-radius="29"]:after{border-radius: 29px;}
.fn__bordered_obj[data-radius="30"] .obj_content,
.fn__bordered_obj[data-radius="30"]:after{border-radius: 30px;}
.fn__bordered_obj[data-radius="31"] .obj_content,
.fn__bordered_obj[data-radius="31"]:after{border-radius: 31px;}
.fn__bordered_obj[data-radius="32"] .obj_content,
.fn__bordered_obj[data-radius="32"]:after{border-radius: 32px;}
.fn__bordered_obj[data-radius="33"] .obj_content,
.fn__bordered_obj[data-radius="33"]:after{border-radius: 33px;}
.fn__bordered_obj[data-radius="34"] .obj_content,
.fn__bordered_obj[data-radius="34"]:after{border-radius: 34px;}
.fn__bordered_obj[data-radius="35"] .obj_content,
.fn__bordered_obj[data-radius="35"]:after{border-radius: 35px;}
.fn__bordered_obj[data-radius="36"] .obj_content,
.fn__bordered_obj[data-radius="36"]:after{border-radius: 36px;}
.fn__bordered_obj[data-radius="37"] .obj_content,
.fn__bordered_obj[data-radius="37"]:after{border-radius: 37px;}
.fn__bordered_obj[data-radius="38"] .obj_content,
.fn__bordered_obj[data-radius="38"]:after{border-radius: 38px;}
.fn__bordered_obj[data-radius="39"] .obj_content,
.fn__bordered_obj[data-radius="39"]:after{border-radius: 39px;}
.fn__bordered_obj[data-radius="40"] .obj_content,
.fn__bordered_obj[data-radius="40"]:after{border-radius: 40px;}
.fn__bordered_obj[data-radius="41"] .obj_content,
.fn__bordered_obj[data-radius="41"]:after{border-radius: 41px;}
.fn__bordered_obj[data-radius="42"] .obj_content,
.fn__bordered_obj[data-radius="42"]:after{border-radius: 42px;}
.fn__bordered_obj[data-radius="43"] .obj_content,
.fn__bordered_obj[data-radius="43"]:after{border-radius: 43px;}
.fn__bordered_obj[data-radius="44"] .obj_content,
.fn__bordered_obj[data-radius="44"]:after{border-radius: 44px;}
.fn__bordered_obj[data-radius="45"] .obj_content,
.fn__bordered_obj[data-radius="45"]:after{border-radius: 45px;}
.fn__bordered_obj[data-radius="46"] .obj_content,
.fn__bordered_obj[data-radius="46"]:after{border-radius: 46px;}
.fn__bordered_obj[data-radius="47"] .obj_content,
.fn__bordered_obj[data-radius="47"]:after{border-radius: 47px;}
.fn__bordered_obj[data-radius="48"] .obj_content,
.fn__bordered_obj[data-radius="48"]:after{border-radius: 48px;}
.fn__bordered_obj[data-radius="49"] .obj_content,
.fn__bordered_obj[data-radius="49"]:after{border-radius: 49px;}
.fn__bordered_obj[data-radius="50"] .obj_content,
.fn__bordered_obj[data-radius="50"]:after{border-radius: 50px;}

.fn__bordered_obj .obj_content{
	display: block;
	width: 100%;
	max-width: calc(100% - 10px);
	border: 5px solid #000;
	border-radius: 50px;
	background-color: #fff;
}
.fn__bordered_obj:after{
	left: 10px;
	top: 10px;
	background-color: #000;
	border-radius: 50px;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: '';
	pointer-events: none;
	position: absolute;
}


body.home-template{
	overflow: visible;
}
#section_8{
	width: 100%;
	max-width: 100%;
	padding: 100px 80px;
	display: flex;
	gap: 60px;
}
#section_8 .section_8_right{
	display: none;
}
#section_8[data-right] .section_8_right{
	display: block;
}
#section_8 .section_8_left{
	flex: 2;
}
#section_8 .section_8_right_in{
	position: sticky;
	top: 60px;
}
#section_8 .section_8_right_in:empty{
	display: none;
}
#section_8 .section_8_right_in > *{
	margin-bottom: 60px;
}
#section_8 .section_8_right_in > *:last-child{
	margin-bottom: 0px;
}
#section_8 .section_8_right{
	flex: 1;
}
.fn__blog_list_layout_masonry{
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-left: -60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.fn__blog_list_layout_masonry .post_item{
	margin: 0;
	padding: 0;
	list-style-type: inherit;
	margin-bottom: 60px;
	padding-left: 60px;
	width: 50%;
}




/* Blog Item */
.blog__item{
	width: 100%;
	position: relative;
}

/* Blog Layout: Masonry */
.blog__item_masonry{
	position: relative;
	padding: 0 20px 94px;
}
.blog__item_masonry.no_full_meta{
	padding-bottom: 20px;
}
.blog__item_masonry .item_decor{
	position: absolute;
	pointer-events: none;
	display: block;
	top: 20px;
	left: 0;
	bottom: 5px;
	right: 5px;
	border: 5px solid #000;
	border-radius: 30px;
	z-index: -1;
	background-color: #fff;
}
.blog__item_masonry .item_decor:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 30px 30px 30px;
    border-bottom: 10px solid #000;
    border-right: 10px solid #000;
}
.blog__item_masonry .decor_top{
	position: absolute;
	right: 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	top: -8px;
}
.blog__item_masonry .decor_top span{
	width: 8px;
	display: block;
	background-color: #000;
	margin-left: 10px;
}
.blog__item_masonry .decor_top span:nth-child(1){height: 10px;}
.blog__item_masonry .decor_top span:nth-child(2){height: 14px;}
.blog__item_masonry .decor_top span:nth-child(3){height: 18px;}
.blog__item_masonry .decor_top span:nth-child(4){height: 22px;}
.blog__item_masonry .decor_bottom{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.blog__item_masonry .decor_bottom .fn__svg{
	display: block;
	width: 27px;
	height: auto;
}
.blog__item_masonry .list_image{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-right: 32px;
	margin-bottom: 25px;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.blog__item_masonry .blog__image .img_in img{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
body.paged .blog__item_masonry .list_key{
	opacity: 0;
}
body.paged .blog__item_masonry .list_key.ready{
	opacity: 1;
}
.blog__item_masonry .list_key{
	font-size: 48px;
	font-weight: 900;
	color: #000;
	letter-spacing: 0;
	line-height: 1;
	font-family: var(--hff);
	padding-top: 80px;
	padding-left: 43px;
	padding-bottom: 18px;
	position: relative;
}
.blog__item_masonry .list_key:after{
	content: '';
	position: absolute;
	width: 80px;
	height: 5px;
	background-color: #000;
	display: block;
	bottom: 0;
	left: 0;
	transform: rotate(18deg);
}
.blog__item_masonry .list_image .list_left_in{
	width: 300px;
	max-width: calc(100% - 110px);
	border: 3px solid #000;
	border-radius: 25px;
	overflow: hidden;
}
.blog__item_masonry .typ_title{
	position: absolute;
    margin: 0;
    border: none;
    outline: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px;
    padding-top: 27px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 80px;
    line-height: 1;
    font-weight: 900;
    color: #000;
}
.blog__item_masonry .typ_overlay{
	background-color: #6b5e59;
}
.blog__item_masonry .typ_overlay img{
	min-width: 100%;
    opacity: 0;
    pointer-events: none;
	aspect-ratio: 294 / 216;
}
.blog__item_masonry .fn__full_meta{
	position: absolute;
	bottom: 10px;
	left: 5px;
	max-width: calc(100% - 60px);
}
.blog__item_masonry .fn__full_meta .full_meta{
	border-bottom-width: 0;
	border-left-width: 0;
	border-radius: 0 25px 0 25px;
}
.blog__item_masonry .fn__full_meta .meta__author a{
	border-bottom-left-radius: 25px;
}
.blog__item_masonry .list_bottom{
	padding: 0 30px;
}
.blog__item_masonry .post__title{
	font-size: 30px;
	font-weight: 900;
	margin: 0;
	padding: 0;
	margin-bottom: 17px;
}
.blog__item_masonry .post__title span{
	overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog__item_masonry .post__title a{
	text-decoration: none;
	color: #000;
    position: relative;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 90%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s;
}
.blog__item_masonry .post__title a:hover{
	background-size: 100% 2px;
}
.blog__item_masonry .fn__short_meta{
	margin-bottom: 22px;
}
.blog__item_masonry .desc p{
	font-weight: 500;
	margin: -3px 0 26px;
}
.fn_cs_posts_layout_masonry .more_posts a{
	display: block;
	width: 100%;
	height: 80px;
	border: 5px solid #000;
	border-radius: 80px;
	background-color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: var(--hff);
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 24px;
	color: #000;
	line-height: 70px;
	padding: 0 30px;
	text-decoration: none;
}
.fn_cs_posts_layout_masonry .more_posts a:hover{
	background-color: var(--guff-mc1);
}
.fn_cs_posts_layout_masonry .fn__linetitle{
	margin-bottom: 45px;
}




/* Short Meta */
.fn__short_meta{
	margin:0px;
	color: #000;
	font-size: 16px;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
}
.fn__short_meta a{
	text-decoration: none;
	color: var(--ghost-accent-color);
	border-bottom: 2px solid transparent;
	/* display: inline-block; */
	line-height: 18px;
}
.fn__short_meta a:hover{
	border-bottom-color: var(--ghost-accent-color);
}
.fn__short_meta .meta_category{
	color: var(--ghost-accent-color);
}
.fn__short_meta a .fn__svg{
	width: 16px;
	height: 16px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.fn__short_meta > span{
	padding-right: 30px;
	position: relative;
}
.fn__short_meta > span:after{
	width: 6px;
	height: 6px;
	right: 16px;
	margin-right: -3px;
	display: block;
	content: '';
	position: absolute;
	background-color: #000;
	border-radius: 100%;
	top: 50%;
	margin-top: -3px;
	margin-top: -4px; /*Font family*/
}
.fn__short_meta > span:last-child:after{
	display: none;
}
.fn__short_meta > span:last-child{
	padding-right: 0;
}






/* Post Eta */
.fn_cs_posts_layout_eta_wrapper{
	padding-top: 25px;
	width: 100%;
}
.fn_cs_posts_layout_eta{
	padding-bottom: 5px;
}
.fn_cs_posts_layout_eta .eta_wrapper{
	position: relative;
    padding: 0 36px 36px;
    border: 5px solid #000;
    border-radius: 30px;
    max-width: calc(100% - 5px);
	background-color: var(--ghost-accent-color);
	color: #fff;
	text-align: center;
}
.fn_cs_posts_layout_eta .eta_wrapper:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 30px 30px 30px;
    border-bottom: 10px solid #000;
    border-right: 10px solid #000;
    display: block;
	pointer-events: none;
}
.fn_cs_posts_layout_eta .item{
	margin-bottom: 44px;
}
.fn_cs_posts_layout_eta .item:last-child{
	margin-bottom: 0;
}
.fn_cs_posts_layout_eta .eta__title{
	margin: 0;
    position: relative;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.fn_cs_posts_layout_eta .eta__title .text{
	display: block;
    margin: 0 auto;
    margin-top: -25px;
    width: auto;
    min-width: 280px;
    max-width: 90%;
    position: relative;
}
.fn_cs_posts_layout_eta .eta__title .text:after{
	content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #000;
    border-radius: 20px;
    transform: rotate(-2deg);
    z-index: 1;
    display: block;
}
.fn_cs_posts_layout_eta .eta__title .text span{
	background-color: #fff;
    border-top: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 0 40px;
    font-size: 24px;
    font-weight: 900;
    font-family: var(--hff);
    text-transform: uppercase;
    color: #000;
    text-align: center;
    position: relative;
    z-index: 2;
    transform: rotate(1deg);
    border-radius: 20px;
    line-height: 51px;
    height: 60px;
    border: 5px solid #000;
}
.fn_cs_posts_layout_eta .fn_title{
	font-weight: 900;
	font-size: 30px;
	margin: 0;
	margin-bottom: 16px;
}
.fn_cs_posts_layout_eta .fn_title span,
.fn_cs_posts_layout_eta .fn_title a{
	color: #fff;
}
.fn_cs_posts_layout_eta .fn__short_meta > span:after{
	background-color: #fff;
}
.fn_cs_posts_layout_eta .fn__short_meta{
	margin: 0;
	justify-content: center;
	text-align: center;
	font-size: 16px;
}
.fn_cs_posts_layout_eta .fn__short_meta a:hover{
	border-bottom-color: #fff;
}
.fn_cs_posts_layout_eta .fn__short_meta{
	color: #fff;
}
.fn_cs_posts_layout_eta .fn__short_meta a{
	color: #fff;
	text-decoration: none;
}
.fn_cs_posts_layout_eta .img_holder{
	width: 240px;
	height: 240px;
	margin: 0 auto;
	border: 3px solid #000;
	background-color: #fff;
	padding: 17px;
	border-radius: 100%;
	margin-bottom: 36px;
	position: relative;
}
.fn_cs_posts_layout_eta .img_holder .abs_img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fn_cs_posts_layout_eta .img_holder .img_in{
	border: 3px solid #000;
	border-radius: 100%;
	height: 100%;
	width: 100%;
}
.fn_cs_posts_layout_eta .img_overlay img{
	min-width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	object-fit: cover;
}
.fn_cs_posts_layout_eta .img_holder a{
	z-index: 2;
	text-decoration: none;
}
.fn_cs_posts_layout_eta .img_holder .typ_overlay{
	background-color: #6b5e59;
}
.fn_cs_posts_layout_eta .typ_title{
	position: absolute;
    margin: 0;
    border: none;
    outline: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px;
    padding-top: 27px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 80px;
    line-height: 1;
    font-weight: 900;
    color: #000;
}
.fn_title a{
	text-decoration: none;
}



/* Limited Title */
.fn_limited_title span{
	overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fn_limited_title a{
	color: #000;
    position: relative;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 85%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s;
}
.fn_limited_title a:hover{
	background-size: 100% 2px;
}




.fn_cs_posts_layout_beta_wrapper{
	width: 100%;
	padding-top: 25px;
}
.fn_cs_posts_layout_beta{
	position: relative;
    padding: 0 36px 54px;
    border: 5px solid #000;
    border-radius: 30px;
    max-width: calc(100% - 5px);
	background-color: #daecf5;
	z-index: 1;
}
.fn_cs_posts_layout_beta.no_nav .btm_icon,
.fn_cs_posts_layout_beta.no_nav .top_icon{
	display: none;
}
.fn_cs_posts_layout_beta.no_nav{
	padding-bottom: 30px;
}
.fn_cs_posts_layout_beta.no_nav .beta__title{
	margin-bottom: 34px;
}
.fn_cs_posts_layout_beta[data-title="disable"]{
	padding-top: 81px;
}
.fn_cs_posts_layout_beta[data-title="disable"] .top_icon{
	top: -21px;
}
.fn_cs_posts_layout_beta:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 30px 30px 30px;
    border-bottom: 10px solid #000;
    border-right: 10px solid #000;
    display: block;
	pointer-events: none;
}
.fn_cs_posts_layout_beta .beta__title{
	margin: 0;
    position: relative;
    margin-bottom: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.fn_cs_posts_layout_beta .beta__title .text{
	display: block;
    margin: 0 auto;
    margin-top: -25px;
    width: auto;
    min-width: 280px;
    max-width: 90%;
    position: relative;
}
.fn_cs_posts_layout_beta .beta__title .text:after{
	content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #000;
    border-radius: 20px;
    transform: rotate(-2deg);
    z-index: 1;
    display: block;
}
.fn_cs_posts_layout_beta .beta__title .text span{
	background-color: var(--guff-mc1);
    border-top: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 0 40px;
    font-size: 24px;
    font-weight: 900;
    font-family: var(--hff);
    text-transform: uppercase;
    color: #000;
    text-align: center;
    position: relative;
    z-index: 2;
    transform: rotate(1deg);
    border-radius: 20px;
    line-height: 51px;
    height: 60px;
    border: 5px solid #000;
}
.fn_cs_posts_layout_beta .ts_icon{
	position: absolute;
	right: 100%;
	bottom: 100%;
}
.fn_cs_posts_layout_beta .ts_icon .fn__svg{
	width: 40px;
    height: auto;
    transform: rotate(180deg);
    display: block;
}
.fn_cs_posts_layout_beta .bs_icon{
	position: absolute;
	left: 100%;
	top: 100%;
}
.fn_cs_posts_layout_beta .bs_icon .fn__svg{
	width: 40px;
    height: auto;
    display: block;
}
.fn_cs_posts_layout_beta .top_icon{
	position: absolute;
	top: 22px;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 100%;
	border: 4px solid #000;
	z-index: 3;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
}
.fn_cs_posts_layout_beta .top_icon span{
	display: block;
	position: absolute;
	right: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
}
.fn_cs_posts_layout_beta .top_icon span:nth-child(1){
	top: 38px;
	margin-right: 9px;
	width: 30px;
}
.fn_cs_posts_layout_beta .top_icon span:nth-child(2){
	top: 46px;
	margin-right: -3px;
	width: 36px;
}
.fn_cs_posts_layout_beta .top_icon span:nth-child(3){
	top: 54px;
	margin-right: -9px;
	width: 28px;
}
.fn_cs_posts_layout_beta .top_icon .fn__svg{
	width: 35px;
	height: 35px;
	transform: rotateY(180deg);
	margin-left: -4px;
}
.fn_cs_posts_layout_beta .btm_icon{
	position: absolute;
	bottom: -26px;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 100%;
	border: 4px solid #000;
	z-index: 3;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
}
.fn_cs_posts_layout_beta .btm_icon span{
	display: block;
	position: absolute;
	left: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
}
.fn_cs_posts_layout_beta .btm_icon span:nth-child(1){
	bottom: 38px;
	margin-left: 9px;
	width: 30px;
}
.fn_cs_posts_layout_beta .btm_icon span:nth-child(2){
	bottom: 46px;
	margin-left: -3px;
	width: 36px;
}
.fn_cs_posts_layout_beta .btm_icon span:nth-child(3){
	bottom: 54px;
	margin-left: -9px;
	width: 28px;
}
.fn_cs_posts_layout_beta .btm_icon .fn__svg{
	width: 35px;
	height: 35px;
	transform: rotateY(180deg) rotate(180deg);
    margin-left: 7px;
}
.fn_cs_posts_layout_beta .item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	padding: 20px 0;
}
.fn_cs_posts_layout_beta .item:before{
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #000;
	transform: rotate(1deg);
	left: 0;
	right: 0;
}
.fn_cs_posts_layout_beta .item:after{
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #000;
	transform: rotate(-1deg);
	left: 0;
	right: 0;
}
.fn_cs_posts_layout_beta .item:last-child:after,
.fn_cs_posts_layout_beta .item:last-child:before{
	display: none;
}
.fn_cs_posts_layout_beta .has_image .title_holder{
	min-height: 100px;
}
.fn_cs_posts_layout_beta .title_holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.fn_cs_posts_layout_beta .fn_title{
	margin: 0;
	padding: 0;
	font-size: 24px;
	letter-spacing: 0;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 11px;
}
.fn_cs_posts_layout_beta .item_img{
	width: 100px;
	min-width: 100px;
	margin-right: 20px;
	height: 100px;
	border: 3px solid #000;
	position: relative;
	border-radius: 100%;
	padding: 7px;
	background-color: #fff;
	pointer-events: none;
}
.fn_cs_posts_layout_beta .item_img img{
	border-radius: 100%;
}
.fn_cs_posts_layout_beta .img_in{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 100%;
}
.fn_cs_posts_layout_beta .typ_overlay .img_in{
	background-color: #6b5e59;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.fn_cs_posts_layout_beta .typ_title{
	font-size: 40px;
	line-height: 1;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
}





/* Tags List Beta */
#section_7{
	width: 100%;
	max-width: 100%;
	padding-top: 100px;
	background-color: #000;
}


.tn_wrapper{
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}
.fn_cs_catlist_beta .beta_title{
	padding: 0 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.fn_cs_catlist_beta .beta_title .fn__svg{
	color: var(--guff-mc1);
	width: 42px;
	margin-right: 20px;
	height: auto;
}
.fn_cs_catlist_beta .beta_title h3{
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
}
.fn_cs_catlist_beta .item_wrapper{
	padding: 0 45px;
}
.fn_cs_catlist_beta .item{
	position: relative;
	white-space: nowrap;
	font-size: 72px;
	font-weight: 900;
	text-transform: uppercase;
	color: transparent;
	font-family: 'Roboto';
	line-height: 1;
	-webkit-text-stroke: 1px #fff;
	transition: all .3s ease;
}
.fn_cs_catlist_beta .item:hover{
	color: #fff;
}
.fn_cs_catlist_beta .marquee{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	overflow: hidden;
	padding-top: 44px;
	padding-bottom: 91px;
}
.fn_cs_catlist_beta .js-marquee-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
}
.fn_cs_catlist_beta .js-marquee{
	float: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
}






/* Section Cols */
#section_6{
	display: flex;
	padding: 100px 80px;
	width: 100%;
	max-width: 100%;
	gap: 60px;
	background-color: #ECEDCC;
}
#section_6 .section_6_left{
	flex: 1;
}
#section_6 .section_6_right{
	flex: 1;
}


/* Posts Zeta */
.fn_cs_posts_layout_zeta{
	width: 100%;
	max-width: 100%;
}
.fn_cs_posts_layout_zeta .fn__linetitle{
	margin-bottom: 75px;
}
.fn_cs_posts_layout_zeta .post_wrapper{
	padding: 0 25px 45px;
}
.fn_cs_posts_layout_zeta .top_item{
	margin-top: -35px;
	position: relative;
	margin-bottom: 30px;
}
.fn_cs_posts_layout_zeta .top_item .img_holder{
	position: relative;
}
.fn_cs_posts_layout_zeta .top_item .img_holder a{
	z-index: 3;
}
.fn_cs_posts_layout_zeta .top_item .img_overlay{
	border: 3px solid #000;
	border-radius: 50px;
	overflow: hidden;
}
.fn_cs_posts_layout_zeta .top_item .typ_overlay{
	border: 3px solid #000;
	border-radius: 50px;
	overflow: hidden;
	background-color: #6b5e59;
}
.fn_cs_posts_layout_zeta .top_item .typ_title{
	position: absolute;
    margin: 0;
    border: none;
    outline: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px;
    padding-top: 27px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 150px;
    line-height: 1;
    font-weight: 900;
    color: #000;
}
.fn_cs_posts_layout_zeta .top_item .typ_overlay img{
	min-width: 100%;
	opacity: 0;
	aspect-ratio: 10 / 11;
	pointer-events: none;
	display: block;
}
.fn_cs_posts_layout_zeta .top_item .img_overlay img{
	min-width: 100%;
	aspect-ratio: 10 / 11;
	object-fit: cover;
	display: block;
}
.fn_cs_posts_layout_zeta .top_item .title_holder{
	position: absolute;
	z-index: 3;
	bottom: 50px;
	left: 50px;
	right: 50px;
}
.fn_cs_posts_layout_zeta .top_item .fn_title{
	margin-bottom: 18px;
}
.fn_cs_posts_layout_zeta .top_item .fn_title a{
	font-size: 48px;
	line-height: 1.18;
}
@media(min-width: 1201px){
	.fn_cs_posts_layout_zeta .top_item .fn_bg_subtitle span{
		height: 61px;
		line-height: 61px;
		font-size: 24px;
		padding: 0 20px;
	}
}
.fn_cs_posts_layout_zeta .classic_item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 10px;
	position: relative;
}

.fn_cs_posts_layout_zeta .classic_item:last-child{
	margin-bottom: 0;
}
.fn_cs_posts_layout_zeta .classic_item .img_holder{
	width: 300px;
	min-width: 300px;
	margin-right: 40px;
	position: relative;
}
.fn_cs_posts_layout_zeta .classic_item .img_holder a{
	z-index: 3;
}
.fn_cs_posts_layout_zeta .classic_item .fn_title{
	font-size: 30px;
	margin: 0;
	padding: 0;
	font-weight: 900;
	margin-bottom: 17px;
}
.fn_cs_posts_layout_zeta .classic_item .img_overlay{
	position: relative;
	border: 3px solid #000;
	border-radius: 30px;
	overflow: hidden;
}
.fn_cs_posts_layout_zeta .classic_item .img_overlay img{
	min-width: 100%;
	aspect-ratio: 294 / 216;
	pointer-events: none;
	object-fit: cover;
}
.fn_cs_posts_layout_zeta .classic_item .typ_title{
	position: absolute;
    margin: 0;
    border: none;
    outline: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px;
    padding-top: 27px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 80px;
    line-height: 1;
    font-weight: 900;
    color: #000;
}
.fn_cs_posts_layout_zeta .classic_item .typ_overlay{
	position: relative;
	border: 3px solid #000;
	border-radius: 30px;
	background-color: #6b5e59;
}
.fn_cs_posts_layout_zeta .classic_item .typ_overlay img{
	min-width: 100%;
	opacity: 0;
	aspect-ratio: 294 / 216;
	pointer-events: none;
}
.fn_cs_posts_layout_zeta .classic_item:after{
	content: '';
	position: absolute;
	width: 80px;
	height: 5px;
	left: 50%;
	margin-left: -40px;
	top: 0;
	margin-top: -3px;
	background-color: #000;
	transform: rotate(-18deg);
}
.fn_cs_posts_layout_zeta .classic_item:first-child:after{
	display: none;
}
.fn_cs_posts_layout_zeta[data-reverse="enable"] .classic_item:nth-of-type(2n+1),
.fn_cs_posts_layout_zeta[data-reverse="disable"] .classic_item:nth-of-type(2n){
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}
.fn_cs_posts_layout_zeta[data-reverse="enable"] .classic_item:nth-of-type(2n+1):after,
.fn_cs_posts_layout_zeta[data-reverse="disable"] .classic_item:nth-of-type(2n):after{
	transform: rotate(18deg);
}
.fn_cs_posts_layout_zeta[data-reverse="enable"] .classic_item:nth-of-type(2n+1) .fn__short_meta,
.fn_cs_posts_layout_zeta[data-reverse="disable"] .classic_item:nth-of-type(2n) .fn__short_meta{
	justify-content: flex-end;
	text-align: right;
}
.fn_cs_posts_layout_zeta[data-reverse="enable"] .classic_item:nth-of-type(2n+1) .img_holder,
.fn_cs_posts_layout_zeta[data-reverse="disable"] .classic_item:nth-of-type(2n) .img_holder{
	margin-right: 0;
	margin-left: 40px;
}





/* Section #1 */
section#section_1{
	display: flex;
	padding: 100px 80px;
	background-color: #DAECF5;
	width: 100%;
	max-width: 100%;
	gap: 60px;
}
#section_1 .fn_cs_posts_layout_beta{
	background-color: #ECEDCC;
}
#section_1 > *{
	min-width: 0;
}
#section_1 .section_1_left{
	flex: 2;
}
#section_1 .section_1_right{
	flex: 1;
}








/* Posts: Layout Alpha */
.fn_cs_posts_layout_alpha .fn__linetitle{
	margin-bottom: 60px;
}
.fn_cs_posts_layout_alpha .top_posts{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: -60px;
}
.fn_cs_posts_layout_alpha .top_posts .abs_icon{
	display: none;
}
.fn_cs_posts_layout_alpha .top_posts .item_wrapper:nth-child(2) .abs_icon{
	display: block;
}
.fn_cs_posts_layout_alpha .top_posts .abs_icon{
	position: absolute;
	right: 100%;
	top: 100%;
}
.fn_cs_posts_layout_alpha .top_posts .abs_icon .fn__svg{
	width: 110px;
	height: auto;
	display: block;
}
.fn_cs_posts_layout_alpha .top_posts .item_wrapper{
	padding-left: 60px;
	width: 50%;
	margin: 0;
	margin-bottom: 40px;
}
.fn_cs_posts_layout_alpha .img_item{
	width: 100%;
	position: relative;
}
.fn_cs_posts_layout_alpha .img_item .obj_content{
	padding: 0 15px 15px;
}
.fn_cs_posts_layout_alpha .img_item .img_holder a{
	z-index: 2;
}
.fn_cs_posts_layout_alpha .img_item .img_in{
	border: 3px solid #000;
	border-radius: 25px;
	margin-top: -20px;
}
.fn_cs_posts_layout_alpha .img_item .typ_overlay{
	background-color: #6b5e59;
	position: relative;
}
.fn_cs_posts_layout_alpha .img_item .typ_overlay .typ_title{
	position: absolute;
    margin: 0;
    border: none;
    outline: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px;
    padding-top: 27px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 80px;
    line-height: 1;
    font-weight: 900;
    color: #000;
}
.fn_cs_posts_layout_alpha .img_item .typ_overlay img{
	aspect-ratio: 482 / 354;
	border-radius: 20px;
	opacity: 0;
	pointer-events: none;
	min-width: 100%;
}
.fn_cs_posts_layout_alpha .img_item .img_overlay img{
	aspect-ratio: 482 / 354;
	border-radius: 20px;
	min-width: 100%;
	object-fit: cover;
}
.fn_cs_posts_layout_alpha .img_item .title_holder{
	padding: 0 50px;
	margin-top: -33px;
	position: relative;
	z-index: 2;
}
.fn_cs_posts_layout_alpha .classic_item{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 2px;
}
.fn_cs_posts_layout_alpha .classic_item .fn_title{
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 900;
	flex: 1;
	min-width: 0;
}
.fn_cs_posts_layout_alpha .classic_item .fn_title span{
	-webkit-line-clamp: 1;
    line-clamp: 1;
}
.fn_cs_posts_layout_alpha .classic_item_wrapper{
	transition: all .3s ease;
	opacity: 0;
	transform: translateY(20px);
}
.fn_cs_posts_layout_alpha .classic_item_wrapper.active{
	opacity: 1;
	transform: translateY(0);
}
.fn_cs_posts_layout_alpha .classic_item_wrapper:nth-child(3){transition-delay: 0ms;}
.fn_cs_posts_layout_alpha .classic_item_wrapper:nth-child(4){transition-delay: 100ms;}
.fn_cs_posts_layout_alpha .classic_item_wrapper:nth-child(5){transition-delay: 200ms;}
.fn_cs_posts_layout_alpha .classic_item_wrapper:nth-child(6){transition-delay: 300ms;}
.fn_cs_posts_layout_alpha .classic_item_wrapper:nth-child(7){transition-delay: 400ms;}
.fn_cs_posts_layout_alpha .classic_item_wrapper:nth-child(8){transition-delay: 500ms;}
.fn_cs_posts_layout_alpha .classic_item_wrapper:nth-child(9){transition-delay: 600ms;}
.fn_cs_posts_layout_alpha .classic_item_wrapper:nth-child(10){transition-delay: 700ms;}
.fn_cs_posts_layout_alpha .classic_item_wrapper:nth-child(11){transition-delay: 800ms;}
.fn_cs_posts_layout_alpha .classic_item_wrapper:nth-child(12){transition-delay: 900ms;}
.fn_cs_posts_layout_alpha .classic_item_wrapper:nth-child(13){transition-delay: 1000ms;}
.fn_cs_posts_layout_alpha .classic_item_wrapper:nth-child(14){transition-delay: 1100ms;}
.fn_cs_posts_layout_alpha .classic_item_wrapper:last-child .classic_item .space:after,
.fn_cs_posts_layout_alpha .classic_item_wrapper:last-child .classic_item .ci_divider{
	display: none;
}
.fn_cs_posts_layout_alpha .classic_item .ci_divider{
	position: absolute;
	bottom: -2px;
	height: 2px;
	background-color: #000;
	left: 0;
	right: 0;
	pointer-events: none;
}
.fn_cs_posts_layout_alpha .classic_item .fn__read_more{
	width: auto;
	justify-content: flex-end;
	min-width: 0;
}
.fn_cs_posts_layout_alpha .classic_item .date{
	font-size: 18px;
	color: #000;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
	margin: 0;
	width: auto;
	white-space: nowrap;
	min-width: fit-content;
}
.fn_cs_posts_layout_alpha .classic_item .space{
	width: 103px;
	min-width: 103px;
	position: relative;
	height: 49px;
}
.fn_cs_posts_layout_alpha .classic_item .space:after{
	width: 2px;
	height: 14px;
	background-color: #000;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -1px;
	transform: rotate(20deg);
	bottom: -8px;
}





/* Read More */
.fn__read_more{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__read_more a{
	display: block;
	font-family: var(--hff);
	font-size: 18px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 900;
	color: #000;
	padding-right: 51px;
	position: relative;
	text-decoration: none;
}
.fn__read_more .text{
	display: block;
	line-height: 1;
	position: relative;
	top: 1px;
	white-space: nowrap;
}
.fn__read_more .icon{
	width: 41px;
	height: 2px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1px;
	transition: all .2s ease;
}
.fn__read_more .icon:after{
	content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    background-color: #000;
    right: 5px;
    top: -2px;
    transform: rotate(63deg);
}
.fn__read_more a:hover .icon{
	right: -20px;
}
.fn__read_more a:hover .icon:after{
	transform: rotate(60deg);
}




/* Section #3 */
section#section_3{
	width: 100%;
	max-width: 100%;
	padding: 100px 80px 60px;
}



/* Posts Layout Gamma */
.fn_cs_posts_layout_gamma .fn__linetitle{
	margin-bottom: 60px;
}
.fn_cs_posts_layout_gamma .fn__linebtitle{
	display: none;
}
.fn_cs_posts_layout_gamma .post_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -80px;
}
.fn_cs_posts_layout_gamma .item_wrapper{
	margin: 0;
	padding: 0;
	width: 33.3333%;
	padding-left: 80px;
	margin-bottom: 40px;
}
@media(min-width: 1201px){
	.fn_cs_posts_layout_gamma .fn__linebtitle{display: block;}
	.fn_cs_posts_layout_gamma .fn__linetitle{display: none;}
	.fn_cs_posts_layout_gamma[data-title-switcher="enable"] .item_wrapper:nth-child(2) .img_item{
		margin-top: -25px;
	}
}
.fn_cs_posts_layout_gamma .img_item{
	width: 100%;
	position: relative;
	padding-top: 20px;
}
.fn_cs_posts_layout_gamma .fn__linebtitle{
	margin-bottom: 75px;
}
.fn_cs_posts_layout_gamma .img_item .obj_content{
	padding: 0 15px 15px;
}
.fn_cs_posts_layout_gamma .img_item .img_holder a{
	z-index: 2;
}
.fn_cs_posts_layout_gamma .img_item .img_in{
	border: 3px solid #000;
	border-radius: 25px;
	margin-top: -20px;
}
.fn_cs_posts_layout_gamma .img_item .typ_overlay{
	background-color: #6b5e59;
	position: relative;
}
.fn_cs_posts_layout_gamma .img_item .typ_overlay .typ_title{
	position: absolute;
    margin: 0;
    border: none;
    outline: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px;
    padding-top: 27px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 80px;
    line-height: 1;
    font-weight: 900;
    color: #000;
}
.fn_cs_posts_layout_gamma .img_item .typ_overlay img{
	aspect-ratio: 482 / 354;
	border-radius: 20px;
	opacity: 0;
	pointer-events: none;
	min-width: 100%;
}
.fn_cs_posts_layout_gamma .img_item .img_overlay img{
	aspect-ratio: 482 / 354;
	border-radius: 20px;
	min-width: 100%;
	object-fit: cover;
}
.fn_cs_posts_layout_gamma .img_item .title_holder{
	padding: 0 50px;
	margin-top: -33px;
	position: relative;
	z-index: 2;
}
.fn_cs_posts_layout_gamma .classic_item{
	padding-top: 50px;
	position: relative;
}
.fn_cs_posts_layout_gamma .classic_item:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	width: 300px;
	max-width: 100%;
	z-index: 2;
	background-color: var(--ghost-accent-color);
    -webkit-mask-image: url(../svg/wave-small.svg);
    mask-image: url(../svg/wave-small.svg);
   	mask-size: contain;
    -webkit-mask-size: contain;
}
.fn_cs_posts_layout_gamma .classic_item .date{
	font-size: 18px;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
	display: block;
	letter-spacing: 0;
	color: #000;
	margin-bottom: 14px;
}
.fn_cs_posts_layout_gamma .classic_item .fn_title{
	font-size: 24px;
	font-weight: 900;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}





/* Line B Title */
.fn__linebtitle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fn__linebtitle h3{
	margin: 0;
	padding: 0;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.fn__linebtitle .title_decor{
	pointer-events: none;
	width: 100%;
	height: 31px;
	position: relative;
}
.fn__linebtitle .title_decor .a{
	width: 300px;
	height: 5px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background-color: #000;
	border-radius: 5px;
	display: block;
	left: 50%;
	margin-left: -150px;
}
.fn__linebtitle .title_decor .b{
	width: 3px;
	top: 0;
	bottom: 0;
	position: absolute;
	display: block;
	background-color: #000;
	left: 50%;
	margin-left: -2px;
	margin-left: -1.5px;
}
.fn__linebtitle .title_decor .c:before{
	content: '';
	position: absolute;
	width: 100px;
	height: 3px;
	background-color: #000;
	display: block;
	left: 50%;
	margin-left: -70px;
	top: 0;
}
.fn__linebtitle .title_decor .c:after{
	content: '';
	position: absolute;
	width: 100px;
	height: 3px;
	background-color: #000;
	display: block;
	right: 50%;
	margin-right: -70px;
	bottom: 0;
}



/* Section #4 */
section#section_4{
	width: 100%;
	max-width: 100%;
	padding: 100px 80px;
}



/* Posts Layout Delta */
.fn_cs_posts_layout_delta .fn__linetitle{
	margin-bottom: 46px;
}
.fn_cs_posts_layout_delta .post_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	column-gap: 80px;
}
.fn_cs_posts_layout_delta .first_col{
	flex: 1;
}
.fn_cs_posts_layout_delta .second_col{
	flex: 1;
}
.fn_cs_posts_layout_delta .first_col .item_decor{
	position: absolute;
	left: 100%;
	width: 80px;
	height: 500px;
	max-height: 90%;
	pointer-events: none;
	top: 50%;
	transform: translateY(-50%);
}
.fn_cs_posts_layout_delta .first_col .item_decor:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 26px;
	left: 50%;
	z-index: 2;
	margin-left: -13px;
	background-color: var(--ghost-accent-color);
    -webkit-mask-image: url(../svg/wave-v.svg);
    mask-image: url(../svg/wave-v.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
}
.fn_cs_posts_layout_delta .first_col .item_wrapper{
	position: sticky;
	top: 112px;
	padding-top: 30px;
}
.fn_cs_posts_layout_delta .first_col .item{
	position: relative;
}
@media(min-width: 1201px){
	.fn_cs_posts_layout_delta .first_col .fn_bg_subtitle span{
		height: 61px;
		line-height: 61px;
		font-size: 24px;
		padding: 0 20px;
	}
	.fn_cs_posts_layout_delta .first_col .fn_bg_subtitle span:after{
		right: 6px;
		bottom: 6px;
		border-width: 0 0 12px 12px;
	}
}
.fn_cs_posts_layout_delta .first_col .fn_bg_title{
	margin-bottom: 18px;
}
.fn_cs_posts_layout_delta .first_col .fn_title a{
	font-size: 48px;
	line-height: 1.19;
}
.fn_cs_posts_layout_delta .first_col .title_holder{
	position: absolute;
	bottom: 85px;
	right: 80px;
	left: 80px;
	z-index: 3;
}
.fn_cs_posts_layout_delta .first_col .obj_content{
	padding: 0 25px 25px;
	height: 785px;
}
.fn_cs_posts_layout_delta .first_col .img_overlay img{
	border-radius: 46px;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.fn_cs_posts_layout_delta .first_col .img_in{
	border: 3px solid #000;
	border-radius: 50px;
	margin-top: -35px;
	height: calc(100% + 35px);
}
.fn_cs_posts_layout_delta .other_item{
	margin-bottom: 40px;
}
.fn_cs_posts_layout_delta .classic_item .obj_content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0 15px 15px;
}
.fn_cs_posts_layout_delta .item_wrapper:last-child .decor_btwn{
	display: none;
}
.fn_cs_posts_layout_delta .item_wrapper:last-child{
	margin-bottom: 5px;
}
.fn_cs_posts_layout_delta .second_col .item_wrapper{
	padding-top: 20px;
	position: relative;
}
.fn_cs_posts_layout_delta .second_col .decor_btwn{
	position: absolute;
	top: 100%;
	right: 30%;
}
.fn_cs_posts_layout_delta .second_col .decor_btwn .fn__svg{
	width: auto;
	height: 60px;
	display: block;
}
.fn_cs_posts_layout_delta .classic_item .img_holder{
	width: 300px;
	min-width: 300px;
	margin-top: -25px;
	position: relative;
	z-index: 1;
}
.fn_cs_posts_layout_delta .classic_item .img_holder a{
	z-index: 3;
}
.fn_cs_posts_layout_delta .classic_item .img_overlay{
	border: 3px solid #000;
	border-radius: 25px;
	overflow: hidden;
}
.fn_cs_posts_layout_delta .classic_item .img_overlay img{
	min-width: 100%;
	border-radius: 20px;
	width: 294px;
	height: 100%;
	object-fit: cover;
	display: block;
	aspect-ratio: 294 / 216;
}
.fn_cs_posts_layout_delta .classic_item .typ_overlay{
	background-color: #6b5e59;
	border: 3px solid #000;
	border-radius: 25px;
}
.fn_cs_posts_layout_delta .classic_item .typ_title{
	position: absolute;
    margin: 0;
    border: none;
    outline: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px;
    padding-top: 27px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 80px;
    line-height: 1;
    font-weight: 900;
    color: #000;
}
.fn_cs_posts_layout_delta .classic_item .typ_overlay img{
	min-width: 100%;
	height: 100%;
	opacity: 0;
	aspect-ratio: 294 / 216;
	pointer-events: none;
}
.fn_cs_posts_layout_delta .classic_item .right_p{
	padding-top: 44px;
	padding-left: 40px;
	padding-right: 25px;
}
.fn_cs_posts_layout_delta .classic_item .fn_title{
	font-weight: 900;
	margin: 0;
	font-size: 30px;
	margin-bottom: 18px;
}
.fn_cs_posts_layout_delta .classic_item .decor_top{
	position: absolute;
	right: 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	top: -8px;
}
.fn_cs_posts_layout_delta .classic_item .decor_top span{
	width: 8px;
	display: block;
	background-color: #000;
	margin-left: 10px;
}
.fn_cs_posts_layout_delta .classic_item .decor_top span:nth-child(1){height: 10px;}
.fn_cs_posts_layout_delta .classic_item .decor_top span:nth-child(2){height: 14px;}
.fn_cs_posts_layout_delta .classic_item .decor_top span:nth-child(3){height: 18px;}
.fn_cs_posts_layout_delta .classic_item .decor_top span:nth-child(4){height: 22px;}
.fn_cs_posts_layout_delta .classic_item .decor_bottom{
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.fn_cs_posts_layout_delta .classic_item .decor_bottom .fn__svg{
	display: block;
	width: 27px;
	height: auto;
}



/* Section #5 */
section#section_5{
	width: 100%;
	max-width: 100%;
	padding: 100px 80px;
	background-color: #DAECF5;
}




/* Post Layout Epsilon */
.fn_cs_posts_layout_epsilon .fn__linetitle{
	margin-bottom: 46px;
}
.fn_cs_posts_layout_epsilon .post_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	column-gap: 60px;
}
.fn_cs_posts_layout_epsilon .first_col{
	flex: 1;
	margin-bottom: 40px;
}
.fn_cs_posts_layout_epsilon .second_col{
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
}
.fn_cs_posts_layout_epsilon .second_col .item_wrapper{
	padding-left: 40px;
	margin-bottom: 34px;
	width: 50%;
	text-align: center;
	position: relative;
}
.fn_cs_posts_layout_epsilon .second_col .item_wrapper:nth-of-type(2n+1):after,
.fn_cs_posts_layout_epsilon .second_col .item_wrapper:nth-of-type(2n+1):after{
	content: '';
	position: absolute;
	width: 80px;
	height: 10px;
	background-color: var(--ghost-accent-color);
	left: 100%;
	bottom: 100%;
	margin-left: -20px;
	margin-bottom: 15px;
	pointer-events: none;
}
.fn_cs_posts_layout_epsilon .second_col .item_wrapper:nth-of-type(2n+1):before{
	content: '';
	position: absolute;
	width: 10px;
	height: 80px;
	background-color: var(--ghost-accent-color);
	left: 100%;
	bottom: 100%;
	margin-left: 15px;
	margin-bottom: -20px;
	pointer-events: none;
}
.fn_cs_posts_layout_epsilon .second_col .item_wrapper:first-child:after,
.fn_cs_posts_layout_epsilon .second_col .item_wrapper:first-child:before{
	display: none;
}
.fn_cs_posts_layout_epsilon .first_col .item_wrapper{
	position: sticky;
	top: 112px;
	padding-top: 30px;
}
.fn_cs_posts_layout_epsilon .first_col .item{
	position: relative;
}
@media(min-width: 1201px){
	.fn_cs_posts_layout_epsilon .first_col .fn_bg_subtitle span{
		height: 61px;
		line-height: 61px;
		font-size: 24px;
		padding: 0 20px;
	}
	.fn_cs_posts_layout_epsilon .first_col .fn_bg_subtitle span:after{
		right: 6px;
		bottom: 6px;
		border-width: 0 0 12px 12px;
	}
}

.fn_cs_posts_layout_epsilon .first_col .fn_bg_title{
	margin-bottom: 18px;
}
.fn_cs_posts_layout_epsilon .first_col .fn_title a{
	font-size: 48px;
	line-height: 1.18;
}
.fn_cs_posts_layout_epsilon .first_col .title_holder{
	position: absolute;
	bottom: 85px;
	right: 80px;
	left: 80px;
	z-index: 3;
}
.fn_cs_posts_layout_epsilon .first_col .obj_content{
	padding: 0 25px 25px;
	height: 786px;
}
.fn_cs_posts_layout_epsilon .first_col .img_overlay img{
	border-radius: 46px;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.fn_cs_posts_layout_epsilon .first_col .img_in{
	border: 3px solid #000;
	border-radius: 50px;
	margin-top: -35px;
	height: calc(100% + 35px);
}
.fn_cs_posts_layout_epsilon .classic_item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.fn_cs_posts_layout_epsilon .classic_item .fn__short_meta{
	justify-content: center;
	text-align: center;
}
.fn_cs_posts_layout_epsilon .classic_item .img_holder{
	position: relative;
	border: 3px solid #000;
	background-color: #fff;
	padding: 17px;
	border-radius: 100%;
	margin-bottom: 35px;
	max-width: 100%;
	z-index: 1;
}
.fn_cs_posts_layout_epsilon .classic_item .img_holder:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: -13px;
    bottom: -13px;
    z-index: -1;
    border-radius: 100%;
    border-bottom: 13px solid #000;
    border-right: 13px solid #000;
    pointer-events: none;
}
.fn_cs_posts_layout_epsilon .classic_item .img_holder a{
	z-index: 3;
}
.fn_cs_posts_layout_epsilon .classic_item .typ_title{
	position: absolute;
    margin: 0;
    border: none;
    outline: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px;
    padding-top: 27px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 80px;
    line-height: 1;
    font-weight: 900;
    color: #000;
}
.fn_cs_posts_layout_epsilon .classic_item .fn_title{
	font-size: 30px;
	margin: 0;
	padding: 0;
	font-weight: 900;
	margin-bottom: 17px;
}
.fn_cs_posts_layout_epsilon .classic_item .img_overlay{
	position: relative;
	border: 3px solid #000;
	border-radius: 100%;
	width: 200px;
	max-width: 100%;
	overflow: hidden;
}
.fn_cs_posts_layout_epsilon .classic_item .img_overlay img{
	min-width: 100%;
	aspect-ratio: 1 / 1;
	pointer-events: none;
	border-radius: 100%;
	object-fit: cover;
}
.fn_cs_posts_layout_epsilon .classic_item .typ_overlay{
	position: relative;
	border: 3px solid #000;
	border-radius: 100%;
	background-color: #6b5e59;
	width: 200px;
	max-width: 100%;
}
.fn_cs_posts_layout_epsilon .classic_item .typ_overlay img{
	min-width: 100%;
	opacity: 0;
	aspect-ratio: 1 / 1;
	pointer-events: none;
}






/* Mobile Navigation */
.guff_fn_mobnav,
.fn_ajax__preloader{
	display: none;
}
.guff_fn_content{
	width: 100%;
	max-width: 100%;
}
.guff_fn_mobnav{
	background-color: #fff;
	width: 100%;
	max-width: 100%;
}
.guff_fn_mobnav .right__triggerr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.guff_fn_mobnav .right__triggerr a{
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 2;
	color: #000;
	margin-right: 10px;
}
.guff_fn_mobnav.menu_opened .right__triggerr a span:after,
.guff_fn_mobnav.menu_opened .right__triggerr a span:before,
.guff_fn_mobnav.menu_opened .right__triggerr a span{
	background-color: #fff;
}
.guff_fn_mobnav.menu_opened .right__triggerr .mobmenu_opener{
	background-color: var(--ghost-accent-color);
}
.guff_fn_mobnav .right__triggerr a:last-child{
	margin-right: 0;
}
.guff_fn_mobnav .right__triggerr .fn__svg{
	width: 24px;
	height: 24px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
.guff_fn_mobnav .right__triggerr a span{
	position: absolute;
	width: 34px;
	height: 4px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -17px;
	background-color: #000;
}
.guff_fn_mobnav .right__triggerr a span:after,
.guff_fn_mobnav .right__triggerr a span:before{
	display: block;
	position: absolute;
	content: '';
	width: 34px;
	height: 4px;
	left: 0;
	background-color: #000;
}
.guff_fn_mobnav .right__triggerr a span:after{
	bottom: 100%;
	margin-bottom: 4px;
}
.guff_fn_mobnav .right__triggerr a span:before{
	top: 100%;
	margin-top: 4px;
}
.guff_fn_mobnav .mob_top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 10px 20px;
	border-bottom: 4px solid #000;
}
.guff_fn_mobnav .mob_bot{
	display: none;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 4px solid #000;
	position: relative;
	z-index: 5;
}
.guff_fn_mobnav .guff_fn_social_list{
	min-height: 50px;
	padding: 10px;
	background-color: #000;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-top: -4px;
	border-bottom: 4px solid #000;
}
.guff_fn_mobnav .guff_fn_social_list ul{
	margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: -25px;
}
.guff_fn_mobnav .guff_fn_social_list li{
	margin: 0;
	margin-left: 25px;
}
.guff_fn_mobnav .guff_fn_social_list a{
	color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: relative;
}
.guff_fn_mobnav .guff_fn_social_list i{
	transition: all .3s ease;
    display: block;
    overflow: hidden;
}
.guff_fn_mobnav .guff_fn_social_list i:before{
	margin: 0;
    display: block;
    width: auto;
}
.guff_fn_mobnav .mobile_menu{
	margin: 0;
	z-index: 5;
	padding: 22px 0 21px;
	list-style-type: none;
}
.guff_fn_mobnav .mobile_menu li{
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}
.guff_fn_mobnav .mobile_menu > li:nth-child(1){animation-delay: 0ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(2){animation-delay: 50ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(3){animation-delay: 100ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(4){animation-delay: 150ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(5){animation-delay: 200ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(6){animation-delay: 250ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(7){animation-delay: 300ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(8){animation-delay: 350ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(9){animation-delay: 400ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(10){animation-delay: 450ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(11){animation-delay: 500ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(12){animation-delay: 550ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(13){animation-delay: 600ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(14){animation-delay: 650ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(15){animation-delay: 700ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(16){animation-delay: 750ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(17){animation-delay: 800ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(18){animation-delay: 850ms;}
.guff_fn_mobnav .mobile_menu > li:nth-child(19){animation-delay: 900ms;}
.guff_fn_mobnav.menu_opened .mobile_menu > li{
	animation-timing-function: ease;
	animation-name: mobmenuopen;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}
@keyframes mobmenuopen{
	0%{
		transform: translateY(-50px);
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}
.guff_fn_mobnav .mobile_menu li:last-child{
	margin-bottom: 0;
}
.guff_fn_mobnav .mobile_menu ul{
	display: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	margin-left: 20px;
	list-style-type: none;
}
.guff_fn_mobnav .mobile_menu a{
	font-size: 18px;
    display: block;
    font-family: var(--hff);
    color: #000;
    font-weight: 900;
    letter-spacing: .25px;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 30px;
	position: relative;
	text-decoration: none;
}
.guff_fn_mobnav .mobile_menu a:hover > span{
	-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,.6) 30%, #fff 50%, rgba(255,255,255,.6) 70%);
	mask-image: linear-gradient(-75deg, rgba(255,255,255,.6) 30%, #fff 50%, rgba(255,255,255,.6) 70%);
	mask-size: 200%;
	-webkit-mask-size: 200%;
	animation: shine 2s infinite
}
.guff_fn_mobnav .mobile_menu .menu-item-has-children > a:after{
	content: '';
	position: absolute;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #000;
	top: 50%;
	margin-top: -6px;
	transition: all .5s ease;
}
.guff_fn_mobnav .mobile_menu .menu-item-has-children.active > a:after{
	transform: rotate(90deg);
}
.guff_fn_mobnav .mobile_retina_logo,
.guff_fn_mobnav .mobile_logo{
	max-height: 50px;
}



/* Desktop Navigation */
#guff_fn_header{
	max-width: 100%;
	width: 100%;
	position: relative;
	z-index: 10;
	height: 80px;
}
#guff_fn_header[data-featured]{
	height: 150px;
}
[data-featured] .guff_fn_header .logo{
	height: 165px;
    width: 300px;
}
[data-featured] .guff_fn_header .header_top_in{
	padding-left: 330px;
}
.guff_fn_header{
	position: relative;
	width: 100%;
}
.guff_fn_header .logo{
	min-width: 0;
	background-color: #fff;
	border: 5px solid #000;
	border-top: none;
	height: 85px;
	width: 190px;
	border-radius: 0 0 35px 35px;
	position: absolute;
	top: 0;
	left: 0;
}
.guff_fn_header .logo a{
	text-decoration: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px 30px;
	height: 100%;
}
.guff_fn_header .logo img{
	max-height: 100%;
}
.guff_fn_header .logo .corner:before{
	content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    right: 100%;
    top: 0;
    background-color: #fff;
    -webkit-mask-image: url(../svg/corner.svg);
    mask-image: url(../svg/corner.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    transform: rotate(90deg);
}
.guff_fn_header .logo .corner:after{
	content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 100%;
    top: 0;
    background-color: #fff;
    -webkit-mask-image: url(../svg/corner.svg);
    mask-image: url(../svg/corner.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
}
.guff_fn_header .logo:after{
	content: '';
    position: absolute;
    top: 0;
    left: -5px;
    right: -5px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 35px 35px;
    border-bottom: 15px solid #000;
}
.guff_fn_header .header_top_in{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-left: 220px; /* 300px for logo, 30px spacing */
	-ms-align-items: center;
	align-items: center;
	min-height: 80px;
	width: 100%;
	gap: 50px;
}
.fn__ticker_list .js-marquee-wrapper,
.fn__ticker_list .js-marquee{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
}
.fn__ticker_list .marquee{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	min-width: 0;
	overflow: hidden;
	height: 60px;
	-ms-align-items: center;
	align-items: center;
}
.fn__ticker_list .post_title{
	margin: 0;
	padding: 0;
	position: relative;
	font-family: var(--hff);
	font-weight: 900;
	font-style: italic;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	padding-right: 70px;
	white-space: nowrap;
}
.fn__ticker_list .post_title a{
	line-height: 1;
	display: block;
	background-image: none;
}
.fn__ticker_list .post_title a:hover{
	color: var(--ghost-accent-color);
}
.fn__ticker_list .ticker_list{
	padding-left: 330px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.fn__ticker_list .fp__item{
	position: relative;
}
.fn__ticker_list .ticker_title{
	min-width: max-content;
	margin: 0;
	height: 34px;
	display: block;
	background-color: var(--ghost-accent-color);
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: var(--hff);
	font-weight: 600;
	line-height: 30px;
	border: 2px solid #000;
	border-radius: 17px;
	padding: 0 42px 0 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
}
.fn__ticker_list .decor{
	width: 26px;
	height: 2px;
	background-color: #000;
	position: absolute;
	right: 22px;
	top: 50%;
	margin-top: -1px;
}
.fn__ticker_list .decor:before{
	width: 2px;
	height: 12px;
	position: absolute;
	display: block;
	background-color: #000;
	transform: rotate(20deg);
	left: 9px;
	top: -6px;
	content: '';
}
.fn__ticker_list .decor:after{
	width: 2px;
	height: 12px;
	position: absolute;
	display: block;
	background-color: #000;
	transform: rotate(20deg);
	left: 15px;
	top: -4px;
	content: '';
}
.fn__ticker_list .ticker_title .fn__svg{
	width: 16px;
	height: 16px;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	display: block;
	position: absolute;
}
.fn__ticker_list .ticker_title img.fn__svg{
	filter: grayscale(100%) invert(100%);
}
.fn__ticker_list{
	padding: 0px 70px 0px 80px;
	background-color: #fff;
	border-bottom: 10px solid #000;
}
.guff_fn_header .header_top{
	padding: 0 70px 0 80px;
	background-color: #000;
}
.guff_fn_header .hide_me{
	opacity: 0;
	visibility: hidden;
	position: relative;
	z-index: -999999;
	pointer-events: none;
}
.guff_fn_header .ht_right{
	min-width: max-content;
	position: relative;
	display: flex;
	align-items: center;
}
.guff_fn_header .ht_right_item{
	margin-right: 56px;
	position: relative;
}
.guff_fn_header .ht_right_item:after{
	content: '';
    position: absolute;
    right: -29px;
    top: 50%;
    margin-top: -20px;
    width: 2px;
    height: 40px;
    background-color: #fff;
    transform: rotate(20deg);
}
.guff_fn_header .ht_right_item:last-child{
	margin-right: 0;
}
.guff_fn_header .ht_right_item:last-child:after{
	display: none;
}
.guff_fn_header .search_opener .text{
	position: relative;
	top: 1px;
}
.guff_fn_header .search_opener a{
	display: block;
	text-decoration: none;
	position: relative;
	font-family: var(--hff);
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 20px;
	padding-right: 30px;
	z-index: 1;
}
.guff_fn_header .search_opener a:hover{
	-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,.6) 30%, #fff 50%, rgba(255,255,255,.6) 70%);
	mask-image: linear-gradient(-75deg, rgba(255,255,255,.6) 30%, #fff 50%, rgba(255,255,255,.6) 70%);
	-webkit-mask-size: 200%;
	mask-size: 200%;
	animation: shine 2s infinite;
}
.guff_fn_header .search_opener img.fn__svg{
	filter: grayscale(100%) invert(100%);
}
.guff_fn_header .search_opener .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.guff_fn_header .ht_left{
	flex: auto;
	min-width: 0;
}
.guff_fn_header .bottom_fixer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	max-width: 100%;
	width: auto;
	min-width: 0;
}
.guff_fn_header .guff_fn_nav{
	overflow: hidden;
}
.guff_fn_header .guff_fn_nav.ready{
	overflow: visible;
}
.guff_fn_header .guff_fn_nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}
.guff_fn_header .guff_fn_nav.ready{
	overflow: visible;
}
.guff_fn_header .menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.guff_fn_header .menu > div:first-child{
	max-width: 100%;
}
.guff_fn_main_nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -26px;
}
.guff_fn_main_nav .fn__svg{
	display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 100%;
    margin-left: -6px;
    top: 50%;
    margin-top: -6px;
    color: #fff;
	pointer-events: none;
}
.guff_fn_main_nav > li:last-child > a .fn__svg{
	display: none;
}
.guff_fn_main_nav > li > a img.fn__svg{
	filter: grayscale(100%) invert(100%);
}
.guff_fn_main_nav > li > a .fn__svg{
	display: block;
}
.guff_fn_main_nav li{
	position: relative;
	margin: 0;
}
.icon_bar__share .guff_fn_social_list li,
.guff_fn_main_nav .sub-menu li{
	transform: translateY(-20px);
	transition: all .5s ease;
	opacity: 0;
}
.icon_bar__share:hover .guff_fn_social_list li,
.guff_fn_main_nav li:hover > .sub-menu > li{
	transform: translateY(0);
	opacity: 1;
}
.icon_bar__share .guff_fn_social_list li:nth-child(1),
.guff_fn_main_nav li:nth-child(1){transition-delay: 0ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(2),
.guff_fn_main_nav li:nth-child(2){transition-delay: 50ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(3),
.guff_fn_main_nav li:nth-child(3){transition-delay: 100ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(4),
.guff_fn_main_nav li:nth-child(4){transition-delay: 150ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(5),
.guff_fn_main_nav li:nth-child(5){transition-delay: 200ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(6),
.guff_fn_main_nav li:nth-child(6){transition-delay: 250ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(7),
.guff_fn_main_nav li:nth-child(7){transition-delay: 300ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(8),
.guff_fn_main_nav li:nth-child(8){transition-delay: 350ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(9),
.guff_fn_main_nav li:nth-child(9){transition-delay: 400ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(10),
.guff_fn_main_nav li:nth-child(10){transition-delay: 450ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(11),
.guff_fn_main_nav li:nth-child(11){transition-delay: 500ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(12),
.guff_fn_main_nav li:nth-child(12){transition-delay: 550ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(13),
.guff_fn_main_nav li:nth-child(13){transition-delay: 600ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(14),
.guff_fn_main_nav li:nth-child(14){transition-delay: 650ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(15),
.guff_fn_main_nav li:nth-child(15){transition-delay: 700ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(16),
.guff_fn_main_nav li:nth-child(16){transition-delay: 750ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(17),
.guff_fn_main_nav li:nth-child(17){transition-delay: 800ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(18),
.guff_fn_main_nav li:nth-child(18){transition-delay: 850ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(19),
.guff_fn_main_nav li:nth-child(19){transition-delay: 900ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(20),
.guff_fn_main_nav li:nth-child(20){transition-delay: 950ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(21),
.guff_fn_main_nav li:nth-child(21){transition-delay: 1000ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(22),
.guff_fn_main_nav li:nth-child(22){transition-delay: 1050ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(23),
.guff_fn_main_nav li:nth-child(23){transition-delay: 1100ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(24),
.guff_fn_main_nav li:nth-child(24){transition-delay: 1150ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(25),
.guff_fn_main_nav li:nth-child(25){transition-delay: 1200ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(26),
.guff_fn_main_nav li:nth-child(26){transition-delay: 1350ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(27),
.guff_fn_main_nav li:nth-child(27){transition-delay: 1400ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(28),
.guff_fn_main_nav li:nth-child(28){transition-delay: 1450ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(29),
.guff_fn_main_nav li:nth-child(29){transition-delay: 1500ms;}
.icon_bar__share .guff_fn_social_list li:nth-child(30),
.guff_fn_main_nav li:nth-child(30){transition-delay: 1550ms;}
.guff_fn_main_nav > li > a{
	white-space: nowrap;
}
.guff_fn_main_nav > li.disabled{
	display: none;
}
.guff_fn_header .more > a,
.guff_fn_stickynav .more > a,
.guff_fn_main_nav > li > a{
	font-size: 16px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: var(--hff);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 80px;
	padding: 0 26px;
	height: 80px;
	white-space: nowrap;
}
.guff_fn_main_nav > li > a{
	line-height: 80px;
}
.guff_fn_stickynav .more > a,
.guff_fn_stickynav .guff_fn_main_nav > li > a{
	line-height: 80px;
}
.guff_fn_main_nav li:hover > a,
.guff_fn_stickynav .sub-menu a:hover,
.guff_fn_header .sub-menu a:hover,
.guff_fn_stickynav .more > a:hover,
.guff_fn_header .more > a:hover,
.guff_fn_main_nav > li > a:hover{
	color: var(--ghost-accent-color);
}
.guff_fn_main_nav > li:hover > ul{
	z-index: 55;
	transition: all .3s ease;
}

.guff_fn_stickynav .more.active,
.guff_fn_header .more.active{
	opacity: 1;
	visibility: visible;
}
.guff_fn_stickynav .more,
.guff_fn_header .more{
	opacity: 0;
    visibility: hidden;
	position: relative;
}
.guff_fn_stickynav .more.active,
.guff_fn_header .more.active{
	display: block;
	white-space: nowrap;
}
.guff_fn_stickynav .sub-menu li,
.guff_fn_header .sub-menu li{
	margin-bottom: 3px;
	position: relative;
}
.guff_fn_stickynav .sub-menu ul,
.guff_fn_header .sub-menu ul{
	left: 100%;
	top: -36px;
	margin-left: 0;
}
.guff_fn_stickynav .more .sub-menu ul,
.guff_fn_header .more .sub-menu ul{
	margin-right: 0;
	left: auto;
	right: 100%;
}
.guff_fn_stickynav .more .sub-menu .fn__svg,
.guff_fn_header .more .sub-menu .fn__svg{
	display: none;
}
.guff_fn_stickynav .sub-menu,
.guff_fn_header .sub-menu{
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear, pointer-events 0s;
	margin: 0;
	padding: 32px 0 27px;
	position: absolute;
	width: 300px;
	border: 5px solid #000;
	background-color: #fff;
	top: 100%;
	left: 0;
	margin-left: -14px;
	list-style-type: none;
	transform: translateY(0);
	border-radius: 20px;
	pointer-events: none;
}
.guff_fn_stickynav .more .sub-menu,
.guff_fn_header .more .sub-menu{
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -44px;
}
.guff_fn_stickynav .sub-menu a,
.guff_fn_header .sub-menu a{
	font-size: 16px;
	display: block;
	font-family: var(--hff);
	color: #000;
	font-weight: 900;
	letter-spacing: .25px;
	text-transform: uppercase;
	padding: 0 35px;
	line-height: 30px;
	white-space: normal;
	text-decoration: none;
}
.guff_fn_header .more li:hover > .sub-menu,
.guff_fn_header .more:hover > .sub-menu,
.guff_fn_stickynav .more li:hover > .sub-menu,
.guff_fn_stickynav .more:hover > .sub-menu,
.guff_fn_main_nav li:hover > .sub-menu{
	opacity: 1;
	visibility: visible;
	z-index: 99;
	pointer-events: all;
    animation: guff-submenu-animation 0.3s linear;
}
@keyframes guff-submenu-animation {
  0% { 
	transform: translateY(20px);
  }
  100% {
	transform: translateY(0);
  }
}
.guff_fn_stickynav .sub-menu li.menu-item-has-children > a{
	padding-right: 52px;
	position: relative;
}
.guff_fn_stickynav .sub-menu li.menu-item-has-children > a:after{
	content: '';
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -6px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #000;
}
.guff_fn_header .guff_fn_social_list ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -15px;
	justify-content: flex-start;
}
.guff_fn_header .guff_fn_social_list li{
	margin: 0 0 0 15px;
	padding: 0;
}
.guff_fn_header .guff_fn_social_list a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
}
.guff_fn_header .guff_fn_social_list img.fn__svg{
	filter: grayscale(100%) invert(100%);
}
.guff_fn_header .guff_fn_social_list .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
}
.guff_fn_header .guff_fn_social_list a:hover{
	-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,.6) 30%, #fff 50%, rgba(255,255,255,.6) 70%);
	mask-image: linear-gradient(-75deg, rgba(255,255,255,.6) 30%, #fff 50%, rgba(255,255,255,.6) 70%);
    mask-size: 200%;
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.fn__r_btn{
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--hff);
	text-transform: uppercase;
	color: #000;
	border-radius: 15px;
	background-color: var(--guff-mc1);
	position: relative;
}
.fn__r_btn:hover{
	opacity: .9;
}
.fn__r_btn .fn__svg{
	width: 14px;
	height: 14px;
	left: 8px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	display: block;
}


/*************************************************************************/
/* 07) Page Title
/*************************************************************************/
.guff_fn_pagetitle{
	padding-bottom: 80px;
	padding-top: 85px;
	text-align: center;
	position: relative;
}
.guff_fn_pagetitle .pt_decor{
	height: 12px;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 0;
	display: block;
	overflow: hidden;
	pointer-events: none;
}
.guff_fn_pagetitle .pt_decor:after{
	content: '';
	position: absolute;
	top: 3px;
	bottom: 3px;
	background-color: #000;
	left: 0;
	right: 0;
}
.guff_fn_pagetitle .pt_decor .decor_middle{
	position: absolute;
	width: 240px;
	left: 50%;
	margin-left: -120px;
	top: 0;
	bottom: 0;
	background-color: #000;
}
.guff_fn_pagetitle .pt_decor .decor_middle:after{
	position: absolute;
	left: -20px;
	right: -20px;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
	content: '';
	top: 0;
	bottom: 0;
}
.guff_fn_pagetitle .pt_decor .decor_middle:before{
	position: absolute;
	left: -36px;
	right: -36px;
	border-left: 6px solid #000;
	border-right: 6px solid #000;
	content: '';
	top: 0;
	bottom: 0;
}
.guff_fn_pagetitle .pt_decor .decor_plus_left{
	position: absolute;
	width: 6px;
	top: 0;
	bottom: 0;
	background-color: #000;
	right: 50%;
	margin-right: 320px;
}
.guff_fn_pagetitle .pt_decor .decor_plus_left:after{
	content: '';
	position: absolute;
	left: -8px;
	right: -8px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	z-index: 1;
}
.guff_fn_pagetitle .pt_decor .decor_plus_right{
	position: absolute;
	width: 6px;
	top: 0;
	bottom: 0;
	background-color: #000;
	left: 50%;
	margin-left: 320px;
}
.guff_fn_pagetitle .pt_decor .decor_plus_right:after{
	content: '';
	position: absolute;
	left: -8px;
	right: -8px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	z-index: 1;
}
.guff_fn_pagetitle .pagetitle{
	position: relative;
	padding-bottom: 58px;
}
.guff_fn_pagetitle .desc{
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.guff_fn_pagetitle .text{
	position: relative;
}
.guff_fn_pagetitle .fn__title{
	margin: 0;
	padding: 0;
	font-family: var(--hff);
	font-size: 72px;
	font-weight: 900;
	letter-spacing: 0;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
.guff_fn_breadcrumbs ul{
	margin: 0;
	margin-top: -1px;
	padding: 0;
	padding-bottom: 13px;
	list-style-type: none;
	display: block;
	text-align: center;
}
.guff_fn_breadcrumbs ul li{
	margin: 5px 0 2px;
	font-weight: 900;
    font-family: var(--hff);
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
}
.guff_fn_breadcrumbs ul .separator:before{
	content: '/';
	margin: 0 5px;
}
.guff_fn_breadcrumbs ul a{
	text-decoration: none;
	color: #000;
}
.guff_fn_page{
	margin-bottom: 100px;
}
.main-content > *{
	margin-bottom: 30px;
}
.main-content > *:last-child{
	margin-bottom: 0;
}
.post_c_in a,
.fn__sign_form .desc a,
.main-content p a,
.fn__single_content p a{
	box-shadow: inset 0 -2px 0 #000;
    color: #000;
    text-decoration: none;
}
.post_c_in a:hover,
.fn__sign_form .desc a:hover,
.main-content p a:hover,
.fn__single_content p a:hover{
	background: #000;
	color: #fff
}







/* Membership */
.guff_fn_membership_page{
	margin-bottom: 60px;
}
.membership_content{
	margin-bottom: 100px;
}
.fn__pricing_tables{
	margin-bottom: 60px;
}
.fn__pricing_tables .pt_list{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-left: -40px;
}
.fn__pricing_tables .pt_filter{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.fn__pricing_tables .pt_filter_in{
	border: 2px solid #000;
	border-radius: 25px;
	padding: 4px;
	display: flex;
	position: relative;
	z-index: 1;
}
.fn__pricing_tables .pt_filter .ccc{
	position: absolute;
	width: 147px;
	height: 40px;
	border-radius: 20px;
	background-color: #000;
	top: 4px;
	left: 4px;
	z-index: -1;
	transition: 0s;
	width: 0;
}
.fn__pricing_tables .pt_filter .ccc.ready{
	transition: .3s;
}
.fn__pricing_tables .pt_filter a:hover{
	color: var(--ghost-accent-color);
}
.fn__pricing_tables .pt_filter a.active{
	color: #fff;
	background-color: #000;
}
.fn__pricing_tables.ready .pt_filter a.active{
	background-color: transparent;
}
.fn__pricing_tables .pt_filter a{
	text-decoration: none;
    font-size: 14px;
    color: #fff;
    color: var(--hc);
    font-family: var(--hff);
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    height: 40px;
    line-height: 41px;
    padding: 0 40px;
    border-radius: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: fit-content;
    max-width: 100%;
    position: relative;
    text-align: center;
	outline-color: var(--hc);
}
.fn__pricing_tables .pt_list_item{
	width: 33.3333%;
	margin: 0;
	padding: 0;
	padding-left: 40px;
	margin-bottom: 40px;
	display: flex;
}
.fn__pricing_tables .pt_footer{
	padding-top: 15px;
	margin-bottom: 85px;
}
.fn__pricing_tables .pt_footer p{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	color: var(--hc);
}
.fn__pricing_tables .pt_footer a{
	text-decoration: none;
	color: var(--hc);
	border-bottom: 1px solid var(--hc);
}
.fn__pricing_tables .pt_footer a:hover{
	border-bottom-color: transparent;
}
.fn__pricing_table_item{
	padding: 40px;
	width: 100%;
	display: flex;
	flex-direction: column;
	border: 5px solid #000;
	border-radius: 30px;
	position: relative;
	z-index: 1;
}
.fn__pricing_table_item:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 30px 30px 30px;
    border-bottom: 10px solid #000;
    border-right: 10px solid #000;
}
.fn__pricing_table_item .plan{
	display: flex;
	margin-bottom: 20px;
}
.fn__pricing_table_item .trial{
	background-color: #fff;
	position: absolute;
	top: -13px;
	padding: 0 10px;
	font-size: 12px;
	font-family: var(--hff);
	font-weight: 600;
	height: 21px;
	line-height: 17px;
	text-transform: lowercase;
	border: 2px solid #000;
	border-radius: 10px;
	right: 25px;
}
.fn__pricing_table_item .plan span{
	height: 30px;
	padding: 0 20px;
	line-height: 31px;
	background-color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--hff);
	text-transform: uppercase;
	color: #fff;
	border-radius: 30px;
}
.fn__pricing_table_item .item_footer{
	margin-top: auto;
}
.fn__pricing_table_item .pricing{
	display: flex;
	align-items: flex-end;
	margin-bottom: 19px;
}
.fn__pricing_table_item .pricing > *{
	display: flex;
	align-items: flex-end;
}
.fn__pricing_table_item .price{
	margin: 0;
	padding: 0;
	font-size: 60px;
	line-height: 1;
}
.fn__pricing_table_item .price_text{
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-left: 5px;
	padding-bottom: 4px;
}
.fn__pricing_table_item .desc p{
	margin: 0;
	padding: 0;
}
.fn__pricing_table_item .desc{
	padding-bottom: 24px;
	border-bottom: 2px solid #000;
}
.fn__pricing_table_item .item_content{
	padding-top: 24px;
	padding-bottom: 41px;
}
.fn__pricing_table_item .item_content ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn__pricing_table_item .item_content li{
	margin: 0;
	padding: 0;
	color: var(--hc);
	display: flex;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 13px;
}
.fn__pricing_table_item .item_content .fn__svg{
	width: 14px;
	height: 14px;
	color: var(--boldc);
	margin-right: 10px;
	margin-top: 5px;
}
.fn__pricing_table_item .item_footer a{
	width: 100%;
}
.fn__pricing_tables .item_footer .item_monthly{display: none;}
.fn__pricing_tables .pricing .item_monthly{display: none;}
.fn__pricing_tables[data-active="monthly"] .pricing .item_monthly{display: flex;}
.fn__pricing_tables[data-active="monthly"] .pricing .item_yearly{display: none;}
.fn__pricing_tables[data-active="monthly"] .item_footer .item_monthly{display: flex;}
.fn__pricing_tables[data-active="monthly"] .item_footer .item_yearly{display: none;}


/* Accordion */
.kg-toggle-card{
	border: 2px solid #000;
	border-radius: 10px;
}






/* Btn */
.fn__btn{
	text-decoration: none;
	display: block;
    width: 100%;
    height: 50px;
    border: 2px solid #000;
    border-radius: 25px;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--hff);
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    line-height: 46px;
    padding: 0 20px;
}
.fn__btn:hover{
	background-color: var(--guff-mc1);
}
@media(min-width: 1041px){
	.fn__btn.extra{
		height: 80px;
		border-radius: 40px;
		border-width: 5px;
		line-height: 70px;
		font-size: 24px;
		padding: 0 30px;
	}
}





#premium_posts .fn__blog_list_layout_masonry .post_item{width: 100%;}




/* Sign-Up Page */
.guff_fn_authors_page .container,
.guff_fn_tags_page .container,
.guff_fn_sign_in_page .container,
.guff_fn_sign_up_page .container{
	max-width: 960px;
}
.fn__input_section{
	margin-bottom: 20px;
}
.fn__sign_form:after{
	content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0px;
    right: -10px;
    bottom: -10px;
    z-index: 0;
    border-radius: 0 30px 30px 30px;
    border-bottom: 10px solid #000;
    border-right: 10px solid #000;
}
.fn__sign_form{
	padding: 50px;
    border: 5px solid #000;
    border-radius: 30px;
    margin-bottom: 100px;
    width: 100%;
    max-width: calc(100% - 5px);
    position: relative;
}
.fn__sign_form .desc{
	margin: 0;
	text-align: center;
}
.fn__sign_form{
	margin-bottom: 100px;
}




/* Tags Page */
.guff_fn_tags_page .fn_cs_catlist_alpha .cat_list .item_wrapper{width: 100%;}
.guff_fn_tags_page .fn_cs_catlist_alpha .cat_list .item:hover{
	background-color: #fff;
}
.guff_fn_tags_page .fn_cs_catlist_alpha{
	padding: 50px;
    border: 5px solid #000;
    border-radius: 30px;
    margin-bottom: 100px;
    width: 100%;
    max-width: calc(100% - 5px);
    position: relative;
	background-color: var(--guff-mc1);
}
.guff_fn_tags_page .fn_cs_catlist_alpha:after{
	content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0px;
    right: -10px;
    bottom: -10px;
    z-index: 0;
    border-radius: 0 30px 30px 30px;
    border-bottom: 10px solid #000;
    border-right: 10px solid #000;
}




/* Tag Info */
.fn__tag_info{
	max-width: 800px;
	margin: 100px auto;
	display: flex;
	align-items: center;
}
.fn__tag_info .left_part{
	flex: 0 0 280px;
	margin-right: 50px;
	min-width: 0;
}
.fn__tag_info .right_part{
	flex: auto;
	min-width: 0;
}
.fn__tag_info .img{
	position: relative;
	z-index: 1;
	border: 2px solid #000;
	border-radius: 20px;
	overflow: hidden;
}
.fn__tag_info .img img{
	min-width: 100%
}
.fn__tag_info .img:after{
	position: absolute;
	content: '';
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px solid #000;
	z-index: -1;
}
.fn__tag_info .img:before{
	position: absolute;
	content: '';
	left: 20px;
	top: 0px;
	right: 20px;
	bottom: 0px;
	border: 2px solid #000;
	z-index: -2;
	background-color: var(--bg2);
}
.fn__tag_info .small_desc{
	margin: 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: .5px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--hff);
	color: var(--hc);
	margin-bottom: 20px;
}
.fn__tag_info .title{
	font-size: 48px;
	margin: 0;
	padding: 0;
	line-height: 1;
	margin-bottom: 16px;
	text-transform: uppercase;
	font-weight: 900;
}
.fn__tag_info .title .text{
	position: relative;
	display: flex;
	gap: 15px
}
.fn__tag_info .cat{
	display: block;
	min-width: 14px;
	width: 14px;
	height: 14px;
	background-color: var(--ghost-accent-color);
	border-radius: 50%;
}
.fn__tag_info .desc{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
}





/* 404 Page */
.fn__404{
	padding: 93px 0 100px 0;
	text-align: center;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}
.fn__404 .btn{
	display: flex;
	justify-content: center;
}
.fn__404 .title{
	margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 200px;
    font-size: 10.43vw;
    line-height: 1;
    margin-bottom: 3px;
}
.fn__404 .subtitle{
	margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.fn__404 .desc{
	margin: 0;
	padding: 0;
    font-weight: 500;
    margin-bottom: 23px;
}




.guff_fn_contact_page .container,
.guff_fn_f_page .container{
	max-width: 960px;
}





/* Author Info */
.fn__author_info{
	max-width: 800px;
	margin: 100px auto;
	display: flex;
	align-items: center;
}
.fn__author_info .status{
	display: flex;
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}
.fn__author_info .status span{
	padding: 0 15px;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-family: var(--hff);
	font-weight: 600;
	color: #fff;
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	background-color: #000;
}
.fn__author_info .fn__short_meta{
	margin-bottom: 19px;
}
.fn__author_info .left_part{
	flex: 0 0 280px;
	margin-right: 50px;
}
.fn__author_info .img{
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.fn__author_info .img:before{
	content: '';
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	right: 0;
	border: 2px solid #000;
	background-color: var(--bg2);
	z-index: -2;
}
.fn__author_info .img:after{
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 10px;
	z-index: -1;
	border: 2px solid #000;
}
.fn__author_info .img img{
	min-width: 100%;
}
.fn__author_info .img_in{
	border: 2px solid #000;
}
.fn__author_info .title{
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 48px;
	font-weight: 900;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.fn__author_info .desc{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
}
.fn__social_info{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
.fn__social_info > *{
	min-width: 0;
}
.fn__social_info .website a{
	display: block;
	line-height: 16px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.25px;
	font-family: var(--hff);
	color: var(--hc);
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 1px;
	border-bottom: 1px solid transparent;
	color: var(--ghost-accent-color);
}
.fn__social_info .website a:hover{
	border-bottom-color: var(--ghost-accent-color);
}
.guff_fn_mini_social ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.guff_fn_mini_social li{
	margin: 0;
	padding: 0;
}
.guff_fn_mini_social a{
	width: 28px;
	height: 28px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #000;
	border-radius: 50%;
	background-color: var(--bg2);
	color: var(--hc);
}
.guff_fn_mini_social .fn__svg{
	width: 14px;
	height: 14px;
}






/* Blog Single */
.guff_fn_singlepost{
	padding: 0 40px;
}
.guff_fn_singlepost .single__content{
	max-width: 1200px;
	margin: 100px auto;
}
.guff_fn_singlepost .single__content{
	background-color: #fff;
	border: 5px solid #000;
	border-radius: 30px;
	position: relative;
}
.guff_fn_singlepost .post__header{
	position: relative;
	padding: 71px 25px 30px;
}
.guff_fn_singlepost .post__header:before{
	content: '';
	position: absolute;
	top: 215px;
	right: 100%;
	margin-right: 15px;
	height: 500px;
	width: 26px;
	background-color: var(--ghost-accent-color);
    -webkit-mask-image: url(../svg/wave-v.svg);
    mask-image: url(../svg/wave-v.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
}
.guff_fn_singlepost .post__header:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 100%;
	margin-left: 15px;
	height: 500px;
	width: 26px;
	background-color: var(--ghost-accent-color);
    -webkit-mask-image: url(../svg/wave-v.svg);
    mask-image: url(../svg/wave-v.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
}
.guff_fn_singlepost .header_in{
	padding: 0 50px;
	position: relative;
	margin-bottom: 46px;
}
.guff_fn_singlepost .decor_right{
	position: absolute;
	right: -25px;
	bottom: 60px;
	transform: rotate(90deg) rotateY(180deg);
    transform-origin: bottom;
}
.guff_fn_singlepost .decor_right .fn__svg{
	width: 120px;
    display: block;
    height: auto;
}
.guff_fn_singlepost .fn__short_meta{
	margin-bottom: 23px;
	font-size: 18px;
}
.guff_fn_singlepost .post__header .fn__full_meta{
	margin-bottom: 32px;
}
.guff_fn_singlepost .post__header .fn__maintitle{
	margin: 0;
	padding: 0;
	font-size: 48px;
	font-weight: 900;
}
.guff_fn_singlepost .post_c_in{
	max-width: 800px;
	margin: 0 auto;
}
.guff_fn_singlepost .post_content{
	padding: 80px 25px;
	overflow: hidden;
}
.guff_fn_singlepost .post__header .typ_title{
	position: absolute;
	margin: 0;
	border: none;
	outline: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 20px;
	padding-top: 47px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 500px;
	font-size: calc(30px + 24.4vw);
	line-height: 1;
	font-weight: 900;
	color: #000;
}
.fn_share_button{
	position: absolute;
	right: 25px;
	top: 25px;
	height: 42px;
	line-height: 42px;
	padding: 0 22px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: var(--hff);
	cursor: pointer;
	color: #000;
	text-decoration: none;
}
.fn_share_button img.fn__svg{
	opacity: 0;
}
.fn_share_button .fn__svg{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	color: transparent;
}
.fn_share_button .ellipse_path{
	stroke-dasharray: 1000;
 	stroke-dashoffset: 1000;
	animation: dash 1.5s linear forwards;
	fill: transparent;
	stroke-width: 2px;
}
@keyframes dash {
	to {
		stroke-dashoffset: 0;
		fill: #000;
		stroke-width: 0px;
	}
}
.guff_fn_singlepost .post__header .fn__image_format img{
	min-width: 100%;
    border-radius: 43px;
    display: block;
}







/* Full Meta (used for single post) */
.fn__full_meta{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__full_meta .full_meta{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 3px solid #000;
	border-radius: 0 25px 25px 0;
	padding-right: 5px;
	background-color: #ecedcc;
}
.fn__full_meta .other_metas{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
}
.fn__full_meta .meta_item{
	position: relative;
	padding-right: 1px;
}
.fn__full_meta .meta_item .text{
	display: block;
	line-height: 1;
	position: relative;
	top: 1px;
}
.fn__full_meta .meta__time > span,
.fn__full_meta .meta__page_views > span,
.fn__full_meta .meta__comment a{
	padding: 0 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 44px;
	line-height: 44px;
	color: #000;
	font-size: 14px;
	font-weight: 900;
	font-family: var(--hff);
	white-space: nowrap;
}
.fn__full_meta .meta__time .fn__svg,
.fn__full_meta .meta__page_views .fn__svg,
.fn__full_meta .meta__comment .fn__svg{
	width: 24px;
	height: 24px;
	margin-right: 5px;
}
.fn__full_meta .meta__author{
	min-width: max-content;
	display: flex;
	align-items: center;
	background-color: var(--guff-mc1);
	padding: 0 20px;
}
.fn__full_meta .meta__author .imgs{
	display: flex;
	margin-right: 10px;
}
.fn__full_meta .meta_item:last-child:after{
	display: none;
}
.fn__full_meta .meta_item:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 1px;
	height: 30px;
	background-color: #000;
	right: 0;
}
.fn__full_meta .meta__author .separator{
	text-transform: none;
}
.fn__full_meta .meta__author .text{
	display: block;
    line-height: 1;
    position: relative;
    top: 1px;
	color: #000;
    text-transform: uppercase;
    font-family: var(--hff);
    font-size: 14px;
	font-weight: 900;
}
.fn__full_meta .meta__author .text a:hover{
	opacity: .6;
}
.fn__full_meta .meta__author .text a{
	text-decoration: none;
	color: #000;
}
.fn__full_meta .meta__author img{
	display: block;
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 100%;
	margin-right: -10px;
}
.fn__full_meta .meta__author img:last-child{
	margin-right: 0;
}
.fn__tooltip_item{
	position: relative;
}
.fn__tooltip_item:hover .t_text{
	transform: translateX(-50%) translateY(0px);
	opacity: 1;
	visibility: visible;
}
.fn__tooltip_item .t_text{
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(-10px);
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	width: max-content;
	padding: 6px 10px 4px;
	display: block;
	line-height: 15px;
	background-color: #000;
	border-radius: 13px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #fff;
	letter-spacing: .25px;
	left: 50%;
	transition: all .3s ease;
	pointer-events: none;
	max-width: 170px;
	text-align: center;
}
.fn__tooltip_item:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 7px 0 7px;
	border-color: #000 transparent transparent transparent;
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -6px;
	margin-bottom: 6px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	pointer-events: none;
	transform: translateY(-10px);
}
.fn__tooltip_item.rbg_item:after{
	border-top-color: var(--guff-mc1);
	transform: translateY(-15px);
}
.fn__tooltip_item.rbg_item:hover:after{
	transform: translateY(-5px);
}
.fn__tooltip_item:hover:after{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.fn__tooltip_item.rbg_item .t_text{
	background-color: var(--guff-mc1);
	color: #000;
	transform: translateX(-50%) translateY(-15px);
}
.fn__tooltip_item.rbg_item:hover .t_text{
	transform: translateX(-50%) translateY(-5px);
}
.fn__tooltip_item.left_aligned.rbg_item .t_text{
	transform: translateY(-15px);
}
.fn__tooltip_item.left_aligned.rbg_item:hover .t_text{
	transform: translateY(-5px);
}
.fn__tooltip_item.left_aligned .t_text{
	left: 0;
	transform: translateY(-10px);
}
.fn__tooltip_item.left_aligned:hover .t_text{
	transform: translateY(0px);
}




.guff_fn_x_page .kg-width-wide{
	max-width: 100vw;
}
.guff_fn_x_page .kg-width-full{
	max-width: 100vw;
	width: 100vw;
}
.kg-width-wide{
	width: 1130px;
	max-width: calc(var(--post-max-width) - 50px);
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.kg-width-full{
	width: 1190px;
	max-width: var(--post-max-width);
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}
figure.kg-width-full img{
	min-width: 100%;
}
figure{
	margin: 50px 0;
}
figcaption{
	text-align: center;
	padding: 0 20px;
	font-size: 16px;
	line-height: 24px;
	color: var(--bc);
	font-family: var(--bff);
	font-weight: 400;
	font-style: normal;
	margin-top: 15px;
}
figcaption a{
	color: var(--bc);
	text-decoration: none;
	border-bottom: 1px solid;
	display: inline-block;
}
figcaption a:hover{
	border-bottom-color: transparent;
}




#related_posts{
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
}

/* .guff_fn_pnb{display: none;} */







.guff_fn_pnb{
	position: relative;
	border: 5px solid #000;
	margin: -5px;
	background-color: #daecf5;
	border-radius: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.guff_fn_pnb[data-prev-status=""][data-next-status=""]{
	display: none;
}
.guff_fn_pnb[data-prev-status="has"][data-next-status=""] .next__item{
	opacity: 0;
}
.guff_fn_pnb[data-prev-status=""][data-next-status="has"] .prev__item{
	opacity: 0;
}
.guff_fn_pnb .pnb__item{
	padding: 42px 25px 31px;
	position: relative;
	width: 50%;
}
.guff_fn_pnb .prev__item{
	text-align: left;
}
.guff_fn_pnb .next__item{
	text-align: right;
}
.guff_fn_pnb .fn_desc{
	margin: 0;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .1px;
	font-family: var(--hff);
	text-transform: uppercase;
	margin-bottom: 5px;
}
.guff_fn_pnb .fn_title{
	font-size: 30px;
	font-weight: 900;
	margin: 0;
}
.guff_fn_pnb .fn_title span{
	overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.guff_fn_pnb .fn_title a{
	color: #000;
    position: relative;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 90%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s;
}
.guff_fn_pnb .pnb__item:hover .fn_title a{
	background-size: 100% 2px;
}
.guff_fn_pnb .fn_title a{
	color: #000;
}
.guff_fn_pnb .middle__item{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -12px;
}
.guff_fn_pnb .middle__item a{
	width: 24px;
	height: 24px;
	position: relative;
	display: block;
	background-color: #000;
	z-index: 5;
	transition: all .5s ease;
}
.guff_fn_pnb .middle__item a:after{
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
}
.guff_fn_pnb .middle__item a:hover .icon:after,
.guff_fn_pnb .middle__item a:hover .icon:before{
	transform: rotate(-180deg);
}
.guff_fn_pnb .middle__item .icon:after{
	width: 4px;
	display: block;
	position: absolute;
	height: 24px;
	content: '';
	top: 0;
	left: 50%;
	margin-left: -2px;
	background-color: #daecf5;
	transition: all .5s ease;
}
.guff_fn_pnb .middle__item .icon:before{
	width: 24px;
	display: block;
	position: absolute;
	height: 4px;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -2px;
	background-color: #daecf5;
	transition: all .5s ease;
}



.guff_fn_comments{
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.guff_fn_comments .comments_in{
	max-width: calc(100% - 5px);
	position: relative;
    border: 5px solid #000;
    background-color: #fff;
    padding: 0 26px 36px;
    border-radius: 20px;
}
.guff_fn_comments .comments_in:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 30px 30px 30px;
    border-bottom: 10px solid #000;
    border-right: 10px solid #000;
    display: block;
}
.guff_fn_comments .comment_opener{
	padding: 65px 0px 63px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	transition: all .5s ease;
	overflow: hidden;
	
}
.fn__comments{
	max-width: 860px;
	margin: 0 auto;
}
.guff_fn_comments .comment_opener .icon{
	position: relative;
	z-index: 1;
}
.guff_fn_comments .comment_opener .icon:after{
	z-index: -1;
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	background-color: var(--guff-mc1);
	border-radius: 100%;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
}
.guff_fn_comments .comment_opener .fn__svg{
	width: 80px;
	height: 80px;
	display: block;
	color: #000;
}
.guff_fn_comments .comment_opener h3{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 9px;
	color: #000;
}
.guff_fn_comments .comment_opener p{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
}




/* Sharebox */
.guff_fn_sharebox{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	width: auto;
	max-width: 80%;
	border: 20px solid #fff;
	border-left-width: 30px;
	border-radius: 30px;
	background-color: #fff;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%) translateY(50px);
	top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	transition: all .5s ease;
}
.guff_fn_sharebox.opened{
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateX(-50%) translateY(0);
}
.guff_fn_sharebox ul{
	list-style-type: none;
	margin: 0;
	padding: 60px 55px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: -10px;
	background-color: #000;
	border-radius: 20px 0 0 20px;
}
.guff_fn_sharebox li{
	margin: 5px 0 5px 10px;
    padding: 0;
	transform: translateY(20px);
	opacity: 0;
	transition: all .3s ease;
}
.guff_fn_sharebox.opened li{
	transform: translateY(0);
	opacity: 1;
}
.guff_fn_sharebox.opened li:nth-child(1){transition-delay: 300ms;}
.guff_fn_sharebox.opened li:nth-child(2){transition-delay: 350ms;}
.guff_fn_sharebox.opened li:nth-child(3){transition-delay: 400ms;}
.guff_fn_sharebox.opened li:nth-child(4){transition-delay: 450ms;}
.guff_fn_sharebox.opened li:nth-child(5){transition-delay: 500ms;}
.guff_fn_sharebox.opened li:nth-child(6){transition-delay: 550ms;}
.guff_fn_sharebox.opened li:nth-child(7){transition-delay: 600ms;}
.guff_fn_sharebox.opened li:nth-child(8){transition-delay: 650ms;}
.guff_fn_sharebox.opened li:nth-child(9){transition-delay: 700ms;}
.guff_fn_sharebox.opened li:nth-child(10){transition-delay: 750ms;}
.guff_fn_sharebox.opened li:nth-child(11){transition-delay: 800ms;}
.guff_fn_sharebox.opened li:nth-child(12){transition-delay: 850ms;}
.guff_fn_sharebox.opened li:nth-child(13){transition-delay: 900ms;}
.guff_fn_sharebox.opened .share_closer{
	transform: translateY(0);
}
.guff_fn_sharebox li a{
	width: 70px;
	height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-decoration: none;
	border: 5px solid #333;
	color: #fff;
	border-radius: 100%;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.guff_fn_sharebox li a:hover{
	border-color: var(--guff-mc1);
}
.guff_fn_sharebox li .fn__svg{
	display: block;
	width: 30px;
	height: 30px;
}
.guff_fn_sharebox .share_closer{
	width: 50px;
	min-width: 50px;
	display: block;
	margin-left: 5px;
	border: 5px solid #000;
	border-radius: 0 20px 20px 0;
	position: relative;
	transform: translateY(20px);
	transition: all .8s ease;
}
.guff_fn_sharebox .share_closer:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 24px;
	background-color: #000;
	top: 50%;
	margin-top: -12px;
	transform: rotate(45deg);
	left: 50%;
	margin-left: -2px;
}
.guff_fn_sharebox .share_closer:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 24px;
	background-color: #000;
	top: 50%;
	margin-top: -12px;
	transform: rotate(-45deg);
	left: 50%;
	margin-left: -2px;
}



.fn__blog_pagination{
	margin-bottom: 100px;
}
.fn__blog_pagination .pag_in{
	display: flex;
	justify-content: center;
}
.fn__blog_pagination .pag_inner{
	position: relative;
	padding: 0 120px;
}
.fn__blog_pagination .pag_inner:after,
.fn__blog_pagination .pag_inner:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	margin-top: -2.5px;
	width: 100px;
	height: 5px;
	background-color: #000;
}
.fn__blog_pagination .pag_inner:before{
	left: 0;
}
.fn__blog_pagination .pag_inner:after{
	right: 0;
}
.fn__blog_pagination ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}
.fn__blog_pagination li{
	margin: 5px 0 5px 10px;
}
.fn__blog_pagination a,
.fn__blog_pagination span{
	min-width: 50px;
	padding: 0 30px;
    height: 50px;
    display: block;
    text-decoration: none;
    background-color: #000;
    border-radius: 35px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--hff);
    color: #fff;
    position: relative;
    padding-top: 1px;
}
.fn__blog_pagination a:hover{
	background-color: var(--ghost-accent-color);
}













.fn__episodes{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -50px;
}
.fn__episodes .e__item{
	margin: 0;
	padding: 0;
	width: 100%;
	padding-left: 50px;
	margin-bottom: 55px;
}
.episode__item_beta{
	width: 100%;
    max-width: calc(100% - 5px);
    position: relative;
    border: 5px solid #000;
    border-radius: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
	padding: 55px 50px;
	text-align: center;
}
.episode__item_beta:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: -10px;
    bottom: -10px;
    z-index: 0;
    border-radius: 0 30px 30px 30px;
    border-bottom: 10px solid #000;
    border-right: 10px solid #000;
    pointer-events: none;
}
.episode__item_beta .item_left{
	width: 240px;
    height: 240px;
    margin: 0 auto;
    border: 3px solid #000;
    background-color: #fff;
    padding: 17px;
    border-radius: 100%;
    margin-bottom: 28px;
    position: relative;
}
.episode__item_beta .img_holder{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 3px solid #000;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #6b5e59;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: var(--hff);
	font-weight: 900;
	font-size: 80px;
	color: #000;
	text-transform: uppercase;
}
.episode__item_beta .img_holder[data-bg-img]{
	background-color: transparent;
}
.episode__item_beta.fn__mp3_item .guff_fn_audio_button{
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -21px;
}
.episode__item_beta .e_title{
	font-size: 30px;
	margin: 0;
	padding: 0;
	font-weight: 900;
	margin-bottom: 16px;
}
.episode__item_beta .e_title a{
	text-decoration: none;
}
.episode__item_beta .fn__short_meta{
	justify-content: center;
}
.episode__item_beta .fn__read_more{
	justify-content: center;
	padding-top: 65px;
	position: relative;
}
.episode__item_beta .fn__read_more:after{
	width: 300px;
	max-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	top: 23px;
	height: 13px;
    background-color: var(--ghost-accent-color);
    -webkit-mask-image: url(../svg/wave-small.svg);
    -webkit-mask-size: contain;
	pointer-events: none;
	content: '';
}
.episode__item_beta .decor_top{
	position: absolute;
	right: 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	top: -8px;
}
.episode__item_beta .decor_top span{
	width: 8px;
	display: block;
	background-color: #000;
	margin-left: 10px;
}
.episode__item_beta .decor_top span:nth-child(1){height: 10px;}
.episode__item_beta .decor_top span:nth-child(2){height: 14px;}
.episode__item_beta .decor_top span:nth-child(3){height: 18px;}
.episode__item_beta .decor_top span:nth-child(4){height: 22px;}
.episode__item_beta .decor_bottom{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.episode__item_beta .decor_bottom .fn__svg{
	display: block;
	width: 27px;
	height: auto;
}





#authors_page_authors{
	margin-bottom: 100px;
}


.gh-announcement-bar .gh-announcement-bar-content p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	text-transform: uppercase;
	all: none !important;
}
.gh-announcement-bar .gh-announcement-bar-content p a{
	text-decoration: none;
	border-bottom: 2px solid;
	display: inline-block;
	line-height: 18px;
	font-weight: 500;
}
.gh-announcement-bar .gh-announcement-bar-content p a:hover{
	border-bottom-color: transparent;
}



a:focus{
	outline: 1px dashed;
	outline-offset: 2px;
}
.fn_cs_catlist_beta .item a{
	color: #fff;
}
.blog__image a,
.blog__item_masonry .post__title a,
.fn_limited_title a,
.fn_bg_title a,
.fn_cs_posts_layout_slider .fn_title a{
  outline-offset: -5px;
}