@charset "utf-8";
/*
Theme Name: Yamal
Theme URI: https://themeforest.net/item/yamal-blog-magazine-wordpress-theme/54393247
Description: Yamal - Blog & Magazine WordPress Theme
Text Domain: yamal
Author: Frenify
Author URI: http://themeforest.net/user/frenify
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: Located in 'licensing' folder
License URI: license.txt
Tags: custom-header, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/
/*

	@Author: Frenify
	@URL: http://themeforest.net/user/frenify


	This file contains the styling for the actual theme, this
	is the file you need to edit to change the look of the
	theme.

	This files contents are outlined below.
	
	01) Root
	02) Body
	03) Desktop Navigation
	04) Magic Cursor
	05) Footer Form
	06) Help Bar
	07) Searchbox
	08) Blog List
	09) Page Title
	10) Off-Sidebar
	11) Comments
	12) 404 Page
	13) Blog Single
	14) Reactions
	15) Author Information
	16) Previous & Next Box
	17) Sticky Navigation
	18) Votes
	19) Post Tags
	20) Page
	21) Page Links
	22) Protected Form
	23) Blog List: Masonry
	24) Popup Iframe for audio and video
	25) Blog Page: Featured Slider
	26) Breadcrumbs
	27) Mobile Navigation
	28) Contact Page
	29) Category Block (in blog)
	


*/

/*************************************************************************/
/* 01) Root
/*************************************************************************/
:root{
	--yamal-bbc: #eae5d3;
	--yamal-mc1: #e95e4a;
	--yamal-mc2: #e8dad6;
	--yamal-hc: #000;
	--yamal-bc: #000;
	--hff: 'Montserrat', sans-serif;
	--bff: 'Work Sans', sans-serif;
}
/*************************************************************************/
/* 02) Body
/*************************************************************************/
html{
	padding: 0px;
	margin: 0px;
}
@media(min-width: 1041px){
	body{
		overflow-x: hidden;
	}
}
*: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.5;
	font-weight: 400;
	color: var(--yamal-bc);
	background-color: var(--yamal-bbc);
	position: relative;
	
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}
body,
html{
	width: 100%;
    margin: 0px;
    padding: 0px;
}
body{
	height: auto;
}
html:after,
html:before{
	clear: both;
	display: table;
	content: '';
}
.fn__svg{
	fill: currentcolor;
	width: 18px;
	height: 18px;
}
.replaced-svg{
	opacity: 1;
}
/* For all browsers */
input::placeholder {
	color: #000;
}
/* For WebKit browsers (Chrome, Safari, newer versions of Opera) */
input::-webkit-input-placeholder {
	color: #000;
}
/* For Mozilla Firefox */
input:-moz-placeholder {
	color: #000;
}
/* For Internet Explorer 10+ */
input:-ms-input-placeholder {
	color: #000;
}
p{
	letter-spacing: 0;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6{
	color: var(--yamal-hc);
	font-family: var(--hff);
	line-height: 1.22;
	letter-spacing: 0;
}
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="text"]{
	background-color: #fff;
	letter-spacing: 0;
	outline: none;
	outline-color: transparent;
    border: 4px solid #000;
    border-radius: 15px;
    height: 60px;
    padding: 0 20px;
	letter-spacing: .25px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--hff);
    color: #000;
}
textarea{
	width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    border: 4px solid #000;
    border-radius: 15px;
    padding: 21px 26px;
    font-size: 18px;
    font-weight: 900;
    font-family: var(--hff);
    font-style: normal;
    color: #000;
	background-color: #fff;
}
textarea:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="text"]:focus{
	outline: none;
	background-color: var(--yamal-bbc);
	border-color: #000;
}
.container{
	max-width: 1740px;
	padding: 0 50px;
	margin: 0 auto;
	width: 100%;
}
.container .container{
	padding: 0;
}
@media(max-width: 1500px){
	/* .container{max-width: 1360px;} */
}
@media(max-width: 1040px){
	.container{padding: 0 20px;}
}
@media(max-width: 480px){
	.container{padding: 0 10px;}
}
/* COMMON */
.fn__svg {
	width: 20px;
	height: 20px;
	fill: currentcolor;
}
/*************************************************************************/
/* 03) Desktop Navigation
/*************************************************************************/
.mobile_retina_logo,
.retina_logo{
	display: none;
}
@media (-webkit-min-device-pixel-ratio: 1.1),(min-device-pixel-ratio: 1.1),(min-resolution: 120dpi){
	.mobile_retina_logo,
	.retina_logo{display: block;}
	.mobile_logo,
	.desktop_logo{display: none;}
}
.full_link{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#yamal_fn_header{
	padding: 100px 0;
}
.yamal_fn_header{
	position: relative;
}
.yamal_fn_footer .footer_top_decor,
.yamal_fn_header .header_top_decor{
	height: 18px;
	bottom: 100%;
	left: 50px;
	right: 50px;
	position: absolute;
	display: flex;
	padding-left: 308px;
	overflow: hidden;
	align-items: center;
}
.yamal_fn_footer .footer_top_decor span,
.yamal_fn_footer .footer_bottom_decor span,
.yamal_fn_header .header_bottom_decor span,
.yamal_fn_header .header_top_decor span{
	width: 6px;
	min-width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #000;
	margin-right: 6px;
}
.yamal_fn_footer .footer_top_decor span:nth-child(9),
.yamal_fn_header .header_top_decor span:nth-child(9){
	margin-right: 30px;
}
.yamal_fn_footer .footer_top_decor span:nth-child(35),
.yamal_fn_header .header_top_decor span:nth-child(35){
	margin-right: 30px;
}
.yamal_fn_footer .footer_top_decor span:nth-child(43),
.yamal_fn_header .header_top_decor span:nth-child(43){
	margin-right: 30px;
}
.yamal_fn_footer .footer_top_decor span:nth-child(45),
.yamal_fn_header .header_top_decor span:nth-child(45){
	margin-right: 296px;
}
.yamal_fn_footer .footer_top_decor span:nth-child(48),
.yamal_fn_header .header_top_decor span:nth-child(48){
	margin-right: 42px;
}
.yamal_fn_footer .footer_top_decor span:nth-child(50),
.yamal_fn_header .header_top_decor span:nth-child(50){
	margin-right: 54px;
}
.yamal_fn_footer .footer_top_decor span:nth-child(59),
.yamal_fn_header .header_top_decor span:nth-child(59){
	margin-right: 18px;
}
.yamal_fn_footer .footer_top_decor span:nth-child(60),
.yamal_fn_header .header_top_decor span:nth-child(60){
	margin-right: 18px;
}
.yamal_fn_footer .footer_bottom_decor,
.yamal_fn_header .header_bottom_decor{
	height: 18px;
	top: 100%;
	margin-top: 6px;
	left: 50px;
	right: 50px;
	position: absolute;
	display: flex;
	padding-left: 48px;
	overflow: hidden;
	align-items: center;
}
.yamal_fn_footer .footer_bottom_decor span:nth-child(6),
.yamal_fn_header .header_bottom_decor span:nth-child(6){
	margin-right: 18px;
}
.yamal_fn_footer .footer_bottom_decor span:nth-child(13),
.yamal_fn_header .header_bottom_decor span:nth-child(13){
	margin-right: 30px;
}
.yamal_fn_footer .footer_bottom_decor span:nth-child(16),
.yamal_fn_header .header_bottom_decor span:nth-child(16){
	margin-right: 396px;
}
.yamal_fn_footer .footer_bottom_decor span:nth-child(17),
.yamal_fn_header .header_bottom_decor span:nth-child(17){
	margin-right: 18px;
}
.yamal_fn_footer .footer_bottom_decor span:nth-child(26),
.yamal_fn_header .header_bottom_decor span:nth-child(26){
	margin-right: 30px;
}
.yamal_fn_footer .footer_bottom_decor span:nth-child(42),
.yamal_fn_header .header_bottom_decor span:nth-child(42){
	margin-right: 18px;
}
.yamal_fn_header .header_in:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 54px 54px;
    border-bottom: 10px solid #000;
}
.yamal_fn_header .header_in{
	display: flex;
	justify-content: space-between;
	position: relative;
	background-color: #fff;
	border: 4px solid #000;
	border-radius: 50px;
	height: 100px;
}
.yamal_fn_header .ht_right{
	display: flex;
}
.yamal_fn_header .ht_right .extra_link{
	border-radius: 0 46px 46px 46px;
	text-align: center;
	background-color: var(--yamal-mc2);
	height: 100%;
	height: calc(100% + 4px);
	position: relative;
	border-left: 4px solid #000;
	border-bottom: 4px solid #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 50px;
	font-family: var(--hff);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1;
	transition: .5s;
	margin-bottom: -4px;
}
.yamal_fn_header .ht_right .extra_link:hover{
	background-color: var(--yamal-mc1);
}
.yamal_fn_header .ht_right .extra_link .tel{
	white-space: nowrap;
}
.yamal_fn_header .ht_right .extra_link .text{
	font-size: 12px;
	margin-bottom: 4px;
	white-space: nowrap;
}
.yamal_fn_header .ht_left{
	padding: 0 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.yamal_fn_header .ht_left .extra_link a{
	font-size: 12px;
	line-height: 14px;
	font-family: var(--hff);
	text-transform: uppercase;
	font-weight: 900;
	color: #222;
	text-decoration: none;
	display: block;
	padding-right: 35px;
	position: relative;
}
.yamal_fn_header .ht_left .extra_link a:after{
	content: '';
	width: 30px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	bottom: 3px;
	right: 0;
	transition: .5s;
	transform-origin: right;
}
.yamal_fn_header .ht_left .extra_link a:hover:after{
	transform: scaleX(0.6);
}
.yamal_fn_header .ht_right_item{
	display: flex;
	align-items: center;
	justify-content: center;
}
.yamal_fn_header .ht_right_item:first-child{
	padding-right: 30px;
}
.yamal_fn_header .header_icons{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.yamal_fn_header .header_icons a{
	border: 4px solid #000;
	border-radius: 100%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	position: relative;
}
.yamal_fn_header .header_icons a:hover{
	background-color: var(--yamal-mc2);
}
.yamal_fn_header .header_icons .fn__svg{
	width: 16px;
	height: 16px;
}
.yamal_fn_header .header_icons .trigger:after,
.yamal_fn_header .header_icons .trigger:before{
	width: 16px;
	height: 4px;
	content: '';
	position: absolute;
	background-color: #000;
	border-radius: 2px;
}
.yamal_fn_header .header_icons .trigger:before{
	top: 9px;
	left: 50%;
	margin-left: -8px;
}
.yamal_fn_header .header_icons .trigger:after{
	bottom: 9px;
	left: 50%;
	margin-left: -8px;
}
.yamal_fn_nav.nav__ready{
	overflow: hidden;
}
.yamal_fn_header .menu{
	display: flex;
	gap: 30px;
	max-width: 500px;
	opacity: 0;
}
.yamal_fn_header .menu.active{
	opacity: 1;
}
.yamal_fn_main_nav > li.disabled{
	display: none;
}
.yamal_fn_stickynav .menu .more,
.yamal_fn_header .menu .more{
	display: none;
	position: relative;
}
.yamal_fn_stickynav .menu .more.active,
.yamal_fn_header .menu .more.active{
	display: block;
}
.yamal_fn_stickynav .menu ul,
.yamal_fn_header .menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	margin-left: -30px;
}
.yamal_fn_stickynav .menu li,
.yamal_fn_header .menu li{
	margin: 0;
	padding: 0;
	margin-left: 30px;
	position: relative;
}
.yamal_fn_stickynav .menu a,
.yamal_fn_header .menu a{
	display: block;
	text-decoration: none;
	height: 92px;
	line-height: 92px;
	color: #000;
	font-size: 18px;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
	letter-spacing: 0;
	white-space: nowrap;
}
.yamal_fn_stickynav .menu a{
	height: 62px;
	line-height: 62px;
}
.yamal_fn_stickynav .more ul.sub-menu,
.yamal_fn_header .more ul.sub-menu{
	left: auto;
	margin-left: 0;
	right: 0;
	margin-right: -34px;
}
.yamal_fn_stickynav .more ul.sub-menu ul,
.yamal_fn_header .more ul.sub-menu ul{
	left: auto;
	top: 0;
	margin: 0;
	right: 100%;
}
.yamal_fn_header .more li{display: block;}

.yamal_fn_footer .footer_menu a:hover,
.yamal_fn_header .more:hover > a,
.yamal_fn_stickynav .menu li:hover > a,
.yamal_fn_header .menu li:hover > a{
	color: var(--yamal-mc1);
    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;
}
.yamal_fn_stickynav ul.sub-menu,
.yamal_fn_header ul.sub-menu{
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	display: block;
	transition: all .3s ease;
	margin: 0;
	padding: 32px 0 25px;
	position: absolute;
	width: 300px;
	border: 4px solid #000;
	background-color: #fff;
	top: 100%;
	left: 0;
	margin-left: -34px;
	list-style-type: none;
	transform: translateY(20px);
	border-radius: 0 0 13px 13px;
}
.yamal_fn_stickynav ul.sub-menu ul,
.yamal_fn_header ul.sub-menu ul{
	margin: 0;
	right: auto;
	left: 100%;
	top: 0;
	margin-top: -36px;
}
.yamal_fn_header ul.sub-menu li{
	transform: translateY(-20px);
    transition: all .5s ease;
    opacity: 0;
}
.yamal_fn_header ul.sub-menu li:nth-child(1){transition-delay: 0ms;}
.yamal_fn_header ul.sub-menu li:nth-child(2){transition-delay: 50ms;}
.yamal_fn_header ul.sub-menu li:nth-child(3){transition-delay: 100ms;}
.yamal_fn_header ul.sub-menu li:nth-child(4){transition-delay: 150ms;}
.yamal_fn_header ul.sub-menu li:nth-child(5){transition-delay: 200ms;}
.yamal_fn_header ul.sub-menu li:nth-child(6){transition-delay: 250ms;}
.yamal_fn_header ul.sub-menu li:nth-child(7){transition-delay: 300ms;}
.yamal_fn_header ul.sub-menu li:nth-child(8){transition-delay: 350ms;}
.yamal_fn_header ul.sub-menu li:nth-child(9){transition-delay: 400ms;}
.yamal_fn_header ul.sub-menu li:nth-child(10){transition-delay: 450ms;}
.yamal_fn_header ul.sub-menu li:nth-child(11){transition-delay: 500ms;}
.yamal_fn_header ul.sub-menu li:nth-child(12){transition-delay: 550ms;}
.yamal_fn_header ul.sub-menu li:nth-child(13){transition-delay: 600ms;}
.yamal_fn_header ul.sub-menu li:nth-child(14){transition-delay: 650ms;}
.yamal_fn_header ul.sub-menu li:nth-child(15){transition-delay: 700ms;}
.yamal_fn_header ul.sub-menu li:nth-child(16){transition-delay: 750ms;}
.yamal_fn_header ul.sub-menu li:nth-child(17){transition-delay: 800ms;}
.yamal_fn_header ul.sub-menu li:nth-child(18){transition-delay: 850ms;}
.yamal_fn_header ul.sub-menu li:nth-child(19){transition-delay: 900ms;}
.yamal_fn_header ul.sub-menu li:nth-child(20){transition-delay: 950ms;}
.yamal_fn_header ul.sub-menu li:nth-child(21){transition-delay: 1000ms;}
.yamal_fn_header ul.sub-menu li:nth-child(22){transition-delay: 1050ms;}
.yamal_fn_header ul.sub-menu li:nth-child(23){transition-delay: 1100ms;}
.yamal_fn_header ul.sub-menu li:nth-child(24){transition-delay: 1150ms;}
.yamal_fn_header ul.sub-menu li:nth-child(25){transition-delay: 1200ms;}
.yamal_fn_header ul.sub-menu li:nth-child(26){transition-delay: 1350ms;}
.yamal_fn_header ul.sub-menu li:nth-child(27){transition-delay: 1400ms;}
.yamal_fn_header ul.sub-menu li:nth-child(28){transition-delay: 1450ms;}
.yamal_fn_header ul.sub-menu li:nth-child(29){transition-delay: 1500ms;}
.yamal_fn_header ul.sub-menu li:nth-child(30){transition-delay: 1550ms;}

.yamal_fn_stickynav .more .sub-menu li:hover > ul > li,
.yamal_fn_nav .more .sub-menu li:hover > ul > li,
.yamal_fn_stickynav .more:hover > .sub-menu > li,
.yamal_fn_nav .more:hover > .sub-menu > li,
.yamal_fn_stickynav li:hover > .sub-menu > li,
.yamal_fn_main_nav li:hover > .sub-menu > li{
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
}
.yamal_fn_stickynav ul.sub-menu:after,
.yamal_fn_header ul.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;
}
.yamal_fn_stickynav ul.sub-menu li,
.yamal_fn_header ul.sub-menu li{
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}
.yamal_fn_stickynav ul.sub-menu li:last-child,
.yamal_fn_header ul.sub-menu li:last-child{
	margin-bottom: 0;
}
.yamal_fn_stickynav ul.sub-menu a,
.yamal_fn_header ul.sub-menu a{
	line-height: 24px;
	padding: 0 30px;
	height: auto;
	white-space: normal;
}
.yamal_fn_stickynav .menu .more:hover > ul,
.yamal_fn_header .menu .more:hover > ul{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.yamal_fn_stickynav .menu li:hover > .sub-menu,
.yamal_fn_header .menu li:hover > .sub-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
@keyframes shine {
	from {
	  -webkit-mask-position: 150%;
	}
	
	to {
	  -webkit-mask-position: -50%;
	}
}
@keyframes spin {
	0% { 
	  -webkit-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
  
	100% {
	  -webkit-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
}
.header_top{
	display: none;
}

.yamal_fn_mobnav,
.fn_ajax__preloader{display: none;}
/*************************************************************************/
/* 04) Magic Cursor
/*************************************************************************/
body.elementor-editor-active .frenify-cursor{
	display: none;
}
.frenify-cursor[data-default="no"]{opacity: 0;}
.frenify-cursor[data-default="no"].cursor-inner{
	transition: opacity .3s ease;
}
.frenify-cursor[data-default="no"].cursor-inner.cursor-hover,
.frenify-cursor[data-default="no"].cursor-inner.cursor-slider{opacity: 1;}
.frenify-cursor[data-link="no"].cursor-inner.cursor-hover{opacity: 0;}
.frenify-cursor[data-slider="no"].cursor-inner.cursor-slider{opacity: 0;}
.frenify-cursor{
	position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}
.frenify-cursor.mouse-down .fn-cursor{
	transform: scale(.9);
}
@media(max-width: 1040px){
	.frenify-cursor{display: none;}
}
.cursor-link{
    width: 30px;
    height: 30px;
	margin-left: -15px;
    margin-top: -15px;
    border: 2px solid rgba(0,0,0,.5);
    z-index: 10000000;
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out;
}
.cursor-outer{
    z-index: 10000000;
    -webkit-transition: transform .08s ease-out, opacity 1s ease;
    transition: transform .08s ease-out, opacity 1s ease;
}
.cursor-outer .fn-cursor{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,.5);
}
.cursor-inner .fn-cursor{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
	background-color: rgba(0,0,0,.5);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.cursor-outer.cursor-slider,
.cursor-outer.cursor-hover{
	opacity: 0;
    -webkit-transition: transform .08s ease-out, opacity .2s ease;
    transition: transform .08s ease-out, opacity .2s ease;
}
.cursor-inner{
    z-index: 10000001;
}
.cursor-inner.cursor-hover .fn-cursor{
	margin: -40px 0 0 -40px;
	width: 80px;
	height: 80px;
	background-color: rgba(0,0,0,.1);
}
.cursor-inner.cursor-slider:not(.cursor-hover) .fn-cursor{
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: 5px solid rgba(0,0,0,.5);
}
.cursor-inner.cursor-slider.cursor-hover span:after,
.cursor-inner.cursor-slider.cursor-hover span:before{
	background-color: #fff;
}
.cursor-inner.cursor-slider .fn-left,
.cursor-inner.cursor-slider .fn-right{
	opacity: 1;
	visibility: visible;
}
.cursor-inner.cursor-slider .fn-left:after{left: -26px;}
.cursor-inner.cursor-slider .fn-left:before{left: -26px;}
.cursor-inner.cursor-slider .fn-left:after{right: -26px;}
.cursor-inner.cursor-slider .fn-left:before{right: -26px;}

.cursor-inner .fn-left,
.cursor-inner .fn-right{
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.cursor-inner .fn-left:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(50deg);
	left: -20px;
	top: 50%;
	margin-top: -10px;
	background-color: rgba(0,0,0,.5);
	transition: all .3s ease;
}
.cursor-inner .fn-left:before{
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(130deg);
	left: -20px;
	top: 50%;
	margin-top: -2px;
	background-color: rgba(0,0,0,.5);
	transition: all .3s ease;
}
.cursor-inner .fn-right:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(50deg);
	right: -20px;
	top: 50%;
	margin-top: -2px;
	background-color: rgba(0,0,0,.5);
	transition: all .3s ease;
}
.cursor-inner .fn-right:before{
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(130deg);
	right: -20px;
	top: 50%;
	margin-top: -10px;
	background-color: rgba(0,0,0,.5);
	transition: all .3s ease;
}
/*************************************************************************/
/* 05) Footer Form
/*************************************************************************/
.yamal_fs_form{
	width: 100%;
	background-color: #000;
	border-radius: 20px;
	padding: 0 40px 40px;
}
.yamal_fs_form .fsf_title{
	margin: 0;
	height: 60px;
	line-height: 52px;
	padding: 0 26px;
	margin-top: -30px;
	margin-bottom: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #000;
	width: fit-content;
	max-width: 100%;
	background-color: var(--yamal-mc2);
	border-radius: 30px;
	border: 4px solid #000;
}
.yamal_fs_form .mc4wp-form-fields{
	display: flex;
	gap: 10px;
}
.yamal_fs_form input[type="email"],
.yamal_fs_form input[type="text"]{
	width: 100%;
	height: 100px;
	background-color: #fff;
	border-radius: 20px;
	border: 4px solid #000;
	padding: 0 26px;
	font-size: 30px;
	font-weight: 900;
	font-family: var(--hff);
}
.yamal_fs_form input[type="submit"]{
	border: 4px solid #000;
	border-radius: 20px;
	background-color: var(--yamal-mc1);
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: var(--hff);
	padding: 0 70px;
	height: 100px;
	color: #000;
}
.yamal_fs_form input[type="submit"]:hover{
	background-color: var(--yamal-mc2);
}
.yamal_fn_footer .footer_top{
	margin-bottom: 100px;
}
.yamal_fn_footer .footer_bottom{
	padding-bottom: 106px;
}
.yamal_fn_footer .footer_bottom_in{
	position: relative;
	width: 100%;
}
.yamal_fn_footer .footer_bottom_wrap{
	display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    border: 4px solid #000;
    border-radius: 50px;
	padding: 28px;
}
.yamal_fn_footer .footer_bottom_wrap:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 54px 54px;
    border-bottom: 10px solid #000;
}
.yamal_fn_footer .footer_bottom_wrap{
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.yamal_fn_footer .footer_bottom .copyright{
	display: flex;
	font-weight: 900;
	color: #000;
	font-family: var(--hff);
    font-size: 18px;
    text-transform: uppercase;
    align-items: center;
	margin: 0;
	padding: 0;
}
.yamal_fn_footer .footer_bottom .copyright a{
	color: #000;
}
.yamal_fn_footer .footer_bottom .copyright a:hover{
	color: var(--yamal-mc1);
}
.yamal_fn_footer .footer_bottom .copyright .icon{
	width: 36px;
	min-width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #000;
	border: 4px solid #000;
	font-size: 20px;
	font-weight: 700;
	margin-right: 10px;
}
.yamal_fn_footer .fbw_left{
	flex: 1;
}
.yamal_fn_footer .fbw_middle{
	flex: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yamal_fn_footer .fbw_right{
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.yamal_fn_footer .totop{
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	letter-spacing: .5px;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
}
.yamal_fn_footer .totop:hover .icon{
	background-color: var(--yamal-mc2);
}
.yamal_fn_footer .totop .text{
	margin-right: 10px;
}
.yamal_fn_footer .totop .icon{
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid #000;
	border-radius: 100%;
	transition: .3s;
}
.yamal_fn_footer .totop .fn__svg{
	width: 16px;
	height: 16px;
	transform: rotate(-90deg);
}
.yamal_fn_footer .footer_menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000;
	font-family: var(--hff);
	letter-spacing: .5px;
}
.yamal_fn_footer .footer_menu a{
	color: #000;
	text-decoration: none;
	display: block;
	line-height: 1;
}
.yamal_fn_footer .footer_menu li{
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.yamal_fn_footer .footer_menu li:after{
	content: '|';
	margin: 0 14px;
}
.yamal_fn_footer .footer_menu li:last-child:after{
	display: none;
}
.yamal_fn_footer .footer_middle{
	margin-bottom: 100px;
}
.yamal_fn_footer .footer_middle_in{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
}
.yamal_fn_footer .fmw_middle{
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
}
.yamal_fn_footer .fmw_right{
	display: flex;
	justify-content: flex-end;
	text-align: right;
	flex-direction: column;
	flex: 1;
}
.yamal_fn_footer .fmw_left{
	display: flex;
	justify-content: flex-start;
	text-align: left;
	flex-direction: column;
	flex: 1;
}
.yamal_fn_footer .footer_middle .subtitle{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: var(--hff);
	line-height: 22px;
	display: block;
	margin-bottom: 20px;
}
.yamal_fn_footer .footer_middle .title{
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 900;
	color: #000;
	letter-spacing: 0;
	font-family: var(--hff);
	text-transform: uppercase;
	display: block;
}
.yamal_fn_footer .footer_middle .title a{
	color: #000;
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 4px;
    transition: background-size .5s;
	padding-bottom: 5px;
}
.yamal_fn_footer .footer_middle .title a:hover{
	background-size: 0% 4px;
}

.yamal_fn_pagination{
	margin-bottom: 150px;
}
.woocommerce nav.woocommerce-pagination ul,
.yamal_fn_widget_social ul,
.yamal_fn_pagination ul,
.yamal_fn_social_list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 20px;
	margin-top: 20px;
	border: none;
	background: none;
}
.yamal_fn_pagination .paginate_links{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 60px;
}
.yamal_fn_widget_social ul{
	justify-content: flex-start;
}
.woocommerce nav.woocommerce-pagination ul li,
.yamal_fn_widget_social li,
.yamal_fn_pagination li,
.yamal_fn_social_list li{
	margin: 0;
	padding: 0;
	outline: 10px solid var(--yamal-bbc);
	border-radius: 100%;
	margin-left: -20px;
	margin-top: -20px;
	border: none;
	background: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current,
.yamal_fn_pagination .dots,
.yamal_fn_pagination .current,
.yamal_fn_pagination .triple,
.yamal_fn_widget_social a,
.yamal_fn_pagination a,
.yamal_fn_social_list a{
	width: 120px;
	height: 120px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid #000;
	border-radius: 100%;
	color: #222;
	background-color: #fff;
	font-size: 50px;
	font-weight: 900;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.yamal_fn_pagination .current{
	background-color: var(--yamal-mc1);
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.yamal_fn_widget_social a:hover,
.yamal_fn_pagination a:hover,
.yamal_fn_social_list a:hover{
	color: #222;
	background-color: var(--yamal-mc2);
}
.yamal_fn_widget_social .fn__svg,
.yamal_fn_pagination .fn__svg,
.yamal_fn_social_list .fn__svg{
	width: 50px;
	height: 50px;
}
.yamal_fn_social .social_title{
	margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: var(--hff);
    line-height: 22px;
    display: block;
	text-align: center;
	margin-top: 26px;
}
/*************************************************************************/
/* 06) Help Bar
/*************************************************************************/
.yamal_fn_help_bar{
	position: fixed;
	width: 70px;
	z-index: 30;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.yamal_fn_help_bar:after{
	content: '';
	z-index: -1;
	left: -30px;
	top: 0;
	bottom: 0;
	position: absolute;
	right: 0;
}
.yamal_fn_help_bar:hover .help_bar_opener{
	transform: translateX(100%);
	transition: .5s;
}
.yamal_fn_help_bar:hover .help_bar_wrapper{
	transform: translateX(0%);
	transition: .5s;
}
.yamal_fn_help_bar .help_bar_opener,
.yamal_fn_help_bar .help_bar_wrapper{
	transition: .5s;
}
.yamal_fn_help_bar .help_bar{
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.yamal_fn_help_bar .help_bar_wrapper{
	position: relative;
	transform: translateX(100%);
}
.yamal_fn_help_bar .help_bar a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 4px solid #000;
	border-radius: 50%;
	position: relative;
	margin-bottom: 14px;
}
.yamal_fn_help_bar .help_bar .count{
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	right: -11px;
	top: -4px;
	border: 2px solid #000;
	border-radius: 50%;
	background-color: var(--yamal-mc1);
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	font-weight: 900;
	font-family: var(--hff);
	color: #000;
}
.yamal_fn_help_bar .help_bar a:last-child{
	margin-bottom: 0;
}
.yamal_fn_help_bar .help_bar a:after{
	content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -8px;
    z-index: -1;
    border-radius: 0 0 50% 50%;
    border-bottom: 8px solid #000;
}
.yamal_fn_help_bar .help_bar a:before{
	width: 4px;
	height: 4px;
	top: 100%;
	margin-top: 11px;
	left: 50%;
	margin-left: 2px;
	position: absolute;
	background-color: #000;
	content: '';
}
.yamal_fn_help_bar .help_bar a:last-child:before{
	display: none;
}
.yamal_fn_help_bar .help_bar a:hover{
	background-color: var(--yamal-bbc);
}
.yamal_fn_help_bar .help_bar a:hover .t_text{
	opacity: 1;
	transform: translateX(0px);
}
.yamal_fn_help_bar .help_bar .t_text{
	text-transform: uppercase;
	right: 100%;
	margin-right: 10px;
	white-space: nowrap;
	font-weight: 700;
	font-size: 14px;
	line-height: 50px;
	font-family: var(--hff);
	position: absolute;
	display: block;
	background-color: #000;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	color: #fff;
	letter-spacing: .5px;
	padding: 0 15px;
	pointer-events: none;
	opacity: 0;
	transform: translateX(-10px);
	transition: .3s;
}
.yamal_fn_help_bar .help_bar .fn__svg{
	display: block;
}
.yamal_fn_help_bar .trigger .icon:after,
.yamal_fn_help_bar .trigger .icon:before{
	width: 16px;
	height: 4px;
	content: '';
	position: absolute;
	background-color: #000;
	border-radius: 2px;
	left: 50%;
	margin-left: -8px;
}
.yamal_fn_help_bar .trigger .icon:before{
	top: 16px;
}
.yamal_fn_help_bar .trigger .icon:after{
	bottom: 16px;
}
.yamal_fn_help_bar .search .fn__svg{
	width: 17px;
	height: 17px;
}
.yamal_fn_help_bar .help_bar .totop{
	background-color: var(--yamal-mc2);
	display: none;
}
.yamal_fn_help_bar .help_bar .totop{display: none;}
.totop_on.totop_scrolled .yamal_fn_help_bar .help_bar .totop{display: flex;}

.totop_on.totop_scrolled .yamal_fn_help_bar .help_bar a:nth-last-child(2):before{display: block;}
.totop_on .yamal_fn_help_bar .help_bar a:nth-last-child(2):before{display: none;}
.yamal_fn_help_bar .totop .fn__svg{
	width: 16px;
	height: 16px;
	transform: rotate(-90deg);
}
.yamal_fn_help_bar .help_bar_opener{
	position: absolute;
	right: 0;
	width: 24px;
	height: 100px;
	border-radius: 8px 0 0 8px;
	background-color: rgba(0,0,0,.1);
	top: 50%;
	margin-top: -50px;
	pointer-events: none;
}
.yamal_fn_help_bar .help_bar_opener span:after,
.yamal_fn_help_bar .help_bar_opener span:before{
	content: '';
	position: absolute;
	width: 2px;
	height: 40px;
	background-color: #000;
	top: 50%;
	margin-top: -20px;
}
.yamal_fn_help_bar .help_bar_opener span:before{
	left: 9px;
}
.yamal_fn_help_bar .help_bar_opener span:after{
	right: 7px;
}
.yamal_fn_help_bar .help_bar_bg{
	top: 25px;
	left: 23px;
	bottom: 21px;
	right: 0;
	position: absolute;
	z-index: 1;
	border: 4px solid #000;
	border-radius: 20px 0 0 20px;
	border-right: none;
	background-color: rgba(0,0,0,.1);
}
.yamal_fn_help_bar .help_bar_bg:after{
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #000 transparent transparent;
	right: 0;
	top: -8px;
}
.yamal_fn_help_bar .help_bar_bg:before{
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #000 transparent transparent;
	right: 0;
	bottom: -8px;
}
/*************************************************************************/
/* 07) Searchbox
/*************************************************************************/
.yamal_fn_searchbox{
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100%) scale(0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--yamal-bbc);
	z-index: 10000;
	padding: 100px 0;
	height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.admin-bar .yamal_fn_searchbox{
	top: 32px;
	height: calc(100vh - 32px);
}
.yamal_fn_searchbox .container{
	max-width: 1460px;
}
.yamal_fn_searchbox .input{
	flex: 1;
	margin-right: 10px;
}
.yamal_fn_searchbox .search{
	position: relative;
}
.yamal_fn_searchbox .search:hover input{
	background-color: var(--yamal-bbc);
}
.yamal_fn_searchbox .search input{
	display: block;
	position: relative;
	background-color: var(--yamal-mc1);
	padding: 0 50px;
	height: 100px;
	color: #000;
	font-size: 24px;
	font-family: var(--hff);
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 900;
	z-index: 2;
	border: 4px solid #000;
	border-radius: 20px;
}
.yamal_fn_searchbox .input input{
	display: block;
	width: 100%;
	height: 100px;
	border: 4px solid #000;
	background-color: #fff !important;
	padding: 0 46px;
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	font-family: var(--hff);
	border-radius: 20px;
}
.yamal_fn_searchbox .search_content{
	height: calc(100vh - 200px);
	overflow-x: auto;
	padding: 0 20px;
	width: 100%;
}
.yamal_fn_searchbox.ajax_result .search_content{
	display: block;
}
.yamal_fn_searchbox .search_content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.yamal_fn_searchbox .search_content{
	scrollbar-width: thin;
	scrollbar-color: #999 #fff;
}
.yamal_fn_searchbox .search_content::-webkit-scrollbar{
  	width: 4px;
}
.yamal_fn_searchbox .search_content:-webkit-scrollbar-track{
  	background: #444;
}
.yamal_fn_searchbox .search_content::-webkit-scrollbar-thumb{
	background-color: #000;
}
.admin-bar .yamal_fn_searchbox .search_content{
	height: calc(100vh - 232px);
}
.yamal_fn_searchbox .search_wrapper{
	width: 100%;
	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;
}
.yamal_fn_searchbox .search_wrapper .main_form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 20px;
	transform: translateY(106px);
	transition: all .3s ease;
}
.yamal_fn_searchbox.ajax_result .main_form, .yamal_fn_searchbox.loading .main_form{
	transform: translateY(0px);
}
.search-active .yamal_fn_searchbox{
	opacity: 1;
	visibility: visible;
	transform: translateY(0%) scale(1);
}
.yamal_fn_searchbox .search_closer{
	display: block;
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    font-family: var(--hff);
    padding-right: 32px;
    height: 30px;
    line-height: 30px;
    right: 46px;
    top: 40px;
    background: var(--yamal-bbc);
    z-index: 25;
    padding-left: 10px;
    border-radius: 15px;
}
.yamal_fn_searchbox .search_closer:after,
.yamal_fn_searchbox .search_closer:before{
	width: 20px;
	height: 4px;
	background-color: #000;
	position: absolute;
	content: '';
	right: 0;
	top: 12px;
}
.yamal_fn_searchbox .search_closer:before{
	transform: rotate(45deg);
}
.yamal_fn_searchbox .search_closer:after{
	transform: rotate(-45deg);
}
.yamal_fn_searchbox .search_result{
	opacity: 0;
	visibility: hidden;
	position: relative;
	z-index: 5;
	transition: all .3s ease;
	transform: translateY(-106px);
}
.yamal_fn_searchbox.ajax_result .search_result,
.yamal_fn_searchbox.loading .search_result{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.yamal_fn_searchbox .filterbox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 0 50px;
	row-gap: 10px;
}
.yamal_fn_searchbox.loading .fn__preloader{
	opacity: 1;
	visibility: visible;
}
.yamal_fn_searchbox .fn__preloader{
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.fn__preloader{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	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;
	justify-content: center;
}
.fn__preloader .text{
	display: block;
	font-size: 18px;
	letter-spacing: .25px;
	text-transform: uppercase;
	font-family: var(--hff);
	font-weight: 900;
	-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;
}
.fn__preloader .icon{
	width: 60px;
	height: 60px;
	display: block;
	border: 4px solid transparent;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-radius: 100%;
	animation: spin 1s linear infinite;
	margin-bottom: 15px;
}
.yamal_fn_singlepost{
	margin-top: 56px;
}
.yamal_fn_singlepost .fn__preloader{
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 3;
	height: auto;
	position: relative;
	background-color: transparent;
	margin-bottom: 150px;
	max-width: 1060px;
}
.yamal_fn_singlepost .fn__preloader:after{
	display: none;
}
.no-prev-post .yamal_fn_singlepost .fn__preloader{
	display: none;
}
.prev-post-loading .yamal_fn_singlepost .fn__preloader{
	opacity: 1;
	visibility: visible;
}
.yamal_fn_searchbox .filterbox .filter{
	margin-right: 50px;
}
.yamal_fn_searchbox .filterbox label{
	font-size: 12px;
    font-family: var(--hff);
    text-transform: uppercase;
    font-weight: 900;
	color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	position: relative;
	line-height: 1;
    height: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-left: 28px;
	letter-spacing: .25px;
	cursor: pointer;
}
.yamal_fn_searchbox .filterbox .text{
	line-height: 1;
	margin-top: 3px;
}
.yamal_fn_searchbox .filterbox .icon{
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	border: 2px solid #000;
	border-radius: 3px;
	background-color: #fff;
}
.yamal_fn_searchbox .filterbox .fn__svg{
	opacity: 0;
	display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 1px;
    top: 1px;
}
.yamal_fn_searchbox .filterbox input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.yamal_fn_searchbox .filterbox input:checked ~ .icon .fn__svg {
 	opacity: 1;
}
.yamal_fn_searchbox.loading .result_content{
	opacity: 0;
}
.yamal_fn_searchbox .resultbox{
	min-height: 200px;
	position: relative;
	border: 4px solid #000;
	border-radius: 20px;
	background-color: #fff;
	padding: 46px;
}
.yamal_fn_searchbox .resultbox:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 24px 24px;
    border-bottom: 10px solid #000;
}
.yamal_fn_searchbox .result_list{
	position: relative;
}
.yamal_fn_searchbox .result_list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -100px;
	
	display: grid;
    grid-template-columns: repeat(auto-fit,minmax(360px,1fr));
}
.yamal_fn_searchbox .result_list li{
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 100px;
	margin-bottom: 40px;
}
.yamal_fn_searchbox .result_list .img_holder[data-has-image=""]{
	background-color: var(--yamal-mc2);
    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: #000;
    line-height: 1;
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    font-family: var(--hff);
}
.yamal_fn_searchbox .result_list .date{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: var(--hff);
}
.yamal_fn_searchbox .result_list .fn_title{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}
.yamal_fn_searchbox .result_list .img_holder{
	width: 100px;
    min-width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    position: relative;
	margin-right: 20px;
}
.yamal_fn_searchbox .result_list .title_holder{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yamal_fn_searchbox .result_list .item{
	position: relative;
	min-height: 100%;
	display: flex;
}
.yamal_fn_searchbox .result_info{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
}
.yamal_fn_searchbox .result_info > *:last-child{
	margin-bottom: 0;
}
.yamal_fn_searchbox .result_info form{
	overflow: hidden;
	margin-right: 30px;
}

.yamal_fn_searchbox .result_info .submit_button{
	height: 52px;
    padding: 0 56px;
	border-radius: 30px;
}
.yamal_fn_searchbox .result_info .submit_button: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;
	background-color: #fff;
}
.yamal_fn_searchbox .result_decor{
	width: 100%;
	position: relative;
	height: 4px;
	background-color: #000;
	margin-bottom: 50px;
}
.yamal_fn_searchbox .result_decor span:after,
.yamal_fn_searchbox .result_decor span:before,
.yamal_fn_searchbox .result_decor:after,
.yamal_fn_searchbox .result_decor:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	background-color: #000;
}
.yamal_fn_searchbox .result_decor span:before{
	left: 33.3333%;
	margin-left: -2px;
}
.yamal_fn_searchbox .result_decor span:after{
	right: 33.3333%;
	margin-right: -2px;
}
.yamal_fn_searchbox .result_decor:before{
	left: 0;
}
.yamal_fn_searchbox .result_decor:after{
	right: 0;
}
.yamal_fn_searchbox .result_info p{
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 18px;
	font-family: var(--bff);
}

.fn__meta p{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: var(--hff);
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.fn__meta a{
	color: #000;
}
.fn__meta a:hover{
	color: var(--yamal-mc1);
}
.fn__meta .meta_item{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.fn__meta .meta_sep{
	width: 40px;
	height: 4px;
	display: block;
	position: relative;
	margin: 0 20px;
	background-color: #000;
}
.fn__meta .meta_sep:before,
.fn__meta .meta_sep:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	transform: skew(-25deg);
	background-color: #000;
	top: 50%;
	margin-top: -10px;
	transform-origin: bottom;
	left: 8px;
}
.fn__meta .meta_sep:before{
	left: 18px;
}
.fn__meta .meta_item:last-child .meta_sep{display: none;}
/*************************************************************************/
/* 08) Blog List
/*************************************************************************/
.yamal_fn_bloglist_classic article{
	margin-bottom: 106px;
}
.blog__item_classic .title_holder_in{
	background-color: #fff;
	border-radius: 50px;
	border: 4px solid #000;
	position: relative;
	padding: 64px 70px 90px;
}
.blog__item_classic .title_holder_in:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 54px 54px;
    border-bottom: 10px solid #000;
}
.blog__item_classic .fn__space_char,
.blog__item_classic .blog__image{
	border: 4px solid #000;
	width: 100%;
	position: relative;
	border-radius: 50px;
	z-index: 2;
}
.blog__item_classic .fn__space_char:after,
.blog__item_classic .blog__image:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 54px 54px;
    border-bottom: 10px solid #000;
}
.blog__item_classic .fn__space_char{
	height: 500px;
	min-height: 60vh;
	background-color: var(--yamal-mc2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 200px;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
}
.blog__item_classic .blog__image img{
	display: block;
	width: 100%;
	border-radius: 46px;
}
.blog__item_classic .fn__meta{
	margin-bottom: 27px;
}
.blog__item_classic .title{
	max-width: 960px;
	margin: 0 auto;
}
.blog__item_classic .fn__title{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 48px;
	font-weight: 900;
}
.blog__item_classic .fn__read_more{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -28px;
}
.blog__item_classic .title_holder{
	padding: 0 50px;
	margin-top: 6px;
}
.blog__item_classic .title_holder_in{
	border-top: none;
	border-radius: 0 0 50px 50px;
}
.fn__read_more{
	display: flex;
	justify-content: center;
}
.fn__read_more.view_enable .post_views{
	margin-left: -16px;
}
.fn__read_more.view_enable .read_wrap a{
	border-radius: 26px 0 0 26px;
}
.fn__read_more .read_in{
	position: relative;
	padding: 0 49px;
}
.fn__read_more .read_in:before,
.fn__read_more .read_in:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	background-color: #000;
	bottom: 8px;
}
.fn__read_more .read_in:before{
	left: 10px;
}
.fn__read_more .read_in:after{
	right: 10px;
}
.fn__read_more .read_wrap{
	position: relative;
	border-radius: 30px;
	border: 4px solid #000;
	background-color: #fff;
	display: flex;
	transition: .3s;
}
.tw_st0{
	fill: none;
}
.fn__read_more .read_wrap:hover{
	transform: translateY(-6px);
}
.fn__read_more .read_wrap:hover:after{
	transform: translateY(0) scale(1);
	opacity: 1;
}
.fn__read_more .read_wrap:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 34px 34px;
    border-bottom: 10px solid #000;
	opacity: 0;
	transition: .3s;
}
.fn__read_more .read_wrap a{
	padding: 0 36px;
	display: block;
	text-decoration: none;
	height: 52px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 52px;
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 900;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #000;
	border-radius: 26px;
}
.fn__read_more .read_wrap a:hover{
	background-color: var(--yamal-mc1);
}
.fn__read_more .post_views{
	white-space: nowrap;
	background-color: var(--yamal-mc2);
	border-radius: 30px;
	height: 60px;
	border: 4px solid #000;
	margin: -4px -4px -4px 0;
	padding: 0 21px;
	display: flex;
	align-items: center;
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 900;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #000;
	line-height: 53px;
}
.fn__read_more .post_views .count{
	top: 1px;
	position: relative;
}
.fn__read_more .post_views .fn__svg{
	width: 24px;
	height: 24px;
	display: block;
	margin-right: 6px;
}
/*************************************************************************/
/* 09) Page Title
/*************************************************************************/
.yamal_fn_pagetitle{
	padding-top: 37px;
	margin-bottom: 133px;
}
.yamal_fn_pagetitle .item{
	display: flex;
	align-items: center;
}
.yamal_fn_pagetitle .fn__title{
	white-space: nowrap;
	margin: 0;
	padding: 0;
	font-size: 120px;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 1;
}
.yamal_fn_pagetitle .icon{
	width: 150px;
	color: var(--yamal-mc1);
	padding-top: 1px;
	display: flex;
	justify-content: center;
}
.yamal_fn_pagetitle .icon .fn__svg{
	width: 40px;
	height: 40px;
	display: block;
}
.marquee_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.js-marquee-wrapper,
.marquee{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.marquee{
	overflow: hidden;
}
.js-marquee{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
}
.admin-bar .yamal_fn_off_sidebar{
	top: 32px;
}

@media(min-width: 1041px){
	.sticky-active .yamal_fn_off_sidebar{
		top: 76px;
	}
	.sticky-active.admin-bar .yamal_fn_off_sidebar{
		top: 108px;
	}
}
/*************************************************************************/
/* 10) Off-Sidebar
/*************************************************************************/
.sidebar_active .yamal_fn_off_sidebar{
	transform: translateX(0);
	pointer-events: auto;
}
.yamal_fn_off_sidebar{
	position: fixed;
	width: 500px;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--yamal-bbc);
	border-left: 4px solid #000;
	z-index: 999;
	padding: 0;
	display: flex;
	transition: .5s;
	transform: translateX(102%);
	pointer-events: none;
}
.yamal_fn_off_sidebar .sidebar_in{
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding: 100px 46px;
}
.yamal_fn_off_sidebar .sidebar_in{
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
  	scrollbar-color: #aaa #eee;
}
.yamal_fn_off_sidebar .sidebar_in::-webkit-scrollbar {
	width: 4px;
}
.yamal_fn_off_sidebar .sidebar_in::-webkit-scrollbar-thumb {
	background-color: transparent;
}
.yamal_fn_off_sidebar .sidebar_closer{
	display: block;
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    font-family: var(--hff);
    padding-right: 32px;
    height: 30px;
    line-height: 30px;
    right: 46px;
    top: 40px;
    background: var(--yamal-bbc);
    z-index: 25;
    padding-left: 10px;
    border-radius: 15px;
}
.yamal_fn_off_sidebar .sidebar_closer:after,
.yamal_fn_off_sidebar .sidebar_closer:before{
	width: 20px;
	height: 4px;
	background-color: #000;
	position: absolute;
	content: '';
	right: 0;
	top: 12px;
}
.yamal_fn_off_sidebar .sidebar_closer:before{
	transform: rotate(45deg);
}
.yamal_fn_off_sidebar .sidebar_closer:after{
	transform: rotate(-45deg);
}
/*************************************************************************/
/* 11) Comments
/*************************************************************************/
.fn__comments{
	max-width: 1060px;
	margin: 0 auto;
	border: 4px solid #000;
	background-color: #fff;
	border-radius: 30px;
	position: relative;
}
.fn__comments .respond_comment:first-child:after,
.fn__comments .respond_comment:first-child:before{
	display: none;
}
.fn__comments:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 34px 34px;
    border-bottom: 10px solid #000;
}
.respond_comment{
	background-color: var(--yamal-mc2);
	padding: 76px 56px 56px;
	border-radius: 26px;
	position: relative;
}
.respond_comment:after{
	content: '';
	position: absolute;
	left: 56px;
	right: 56px;
	height: 4px;
	background-color: #000;
	top: 0;
}
.respond_comment:before{
	left: 56px;
	right: 56px;
	height: 20px;
	content: '';
	position: absolute;
	top: -8px;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
}
.comment-reply-title{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: var(--hff);
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.comment-reply-title + form{
	margin-top: 24px;
}
.logged-in-as{
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	margin-bottom: 28px;
}
.logged-in-as a{
	text-decoration: none;
	color: #000;
}
.logged-in-as a:hover{
	color: var(--yamal-mc1);
}
form.comment-form{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
form.comment-form > *:not(.input-half){
	grid-column: span 2;
}
form.comment-form input[type="text"],
form.comment-form input[type="email"]{
	width: 100%;
	display: block;
	height: 60px;
}
.comment-form-cookies-consent{
	margin: 0;
	padding: 0;
}
.fn__comments .input-holder input[type="submit"]{
	width: 100%;
}
.fn__comments .comment_top{
	padding: 76px 56px;
}
.fn__comments .comment_top + .respond_comment{
	border-radius: 0 0 26px 26px;
}
.fn__comments .respond-title .fn_title{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 900;
	font-family: var(--hff);
	margin-bottom: 41px;
}
.fn__comments .comment-list .list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn__comments .comment-list .list li{
	margin-bottom: 40px;
}
.fn__comments .comment-list .list li:last-child{
	margin-bottom: 0;
}
.fn__comments .comment-list .children{
	margin: 30px 0 0 30px;
	list-style-type: none;
}
.fn__comments .comment-top{
	display: flex;
	margin-bottom: 23px;
	align-items: center;
}
.fn__comments .comment-avatar{
	flex: 0 0 80px;
}
.fn__comments .comment-avatar .img{
	width: 60px;
	position: relative;
}
.fn__comments .comment-avatar img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border: 4px solid #000;
	border-radius: 100%;
	position: relative;
}
.fn__comments .comment-avatar .img:after{
	content: '';
	position: absolute;
	left: 100%;
	margin-left: -1px;
	top: 50%;
	margin-top: -6px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #000;
}
.fn__comments .author{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 3px;
}
.fn__comments .date_meta{
	margin-right: 20px;
}
.fn__comments .author_meta{
	font-size: 14px;
	font-weight: 600;
	font-family: var(--hff);
	line-height: 26px;
}
.fn__comments .comment-text p{
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
	font-weight: 500;
}
.fn__comments .comment-text p:last-child{
	margin-bottom: 0;
}
.comment-body{
	padding-bottom: 33px;
	border-bottom: 4px solid #000;
}
.fn__comments .comment-list .list > li:last-child .comment-body{
	padding-bottom: 0;
	border-bottom: none;
}
.fn__comments .author_meta{
	display: flex;
	flex-wrap: wrap;
}
.fn__comments .comment-reply{
	display: block;
    position: relative;
	border-radius: 26px;
	background-color: #000;
    height: 26px;
    line-height: 26px;
}
.fn__comments .author_meta .fn__svg{
	position: absolute;
    width: 12px;
    height: 12px;
    left: 10px;
    top: 50%;
    margin-top: -6px;
	color: #fff;
}
.fn__comments .author_meta a{
	font-size: 11px;
    font-family: var(--hff);
    color: #fff;
    font-weight: 600;
    letter-spacing: .25px;
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
    z-index: 3;
    position: relative;
    height: 26px;
    line-height: 26px;
	border-radius: 26px;
	margin-right: 10px;
}
.fn__comments .comment-edit-link{
	background-color: #000;
}
.fn__comments .comment-reply a{
	height: 26px !important;
	padding-left: 26px;
}
.fn__comments .comment-reply:hover,
.fn__comments .author_meta a.comment-edit-link:hover{
	background-color: #000;
	color: #fff
}
.fn__comments .comment-reply:hover a{
	color: #fff;
}

.yamal_fn_blog_single{
	margin-bottom: 150px;
}
.yamal_fn_blog > *:last-child{
	margin-bottom: 200px;
}
/*************************************************************************/
/* 12) 404 Page
/*************************************************************************/
.yamal_fn_protected,
.yamal_fn_404{
	text-align: center;
	margin-bottom: 150px;
}
.yamal_fn_404 .yamal_fn_pagetitle{
	padding: 0;
	margin: 0;
	margin-bottom: 14px;
}
.yamal_fn_404 .yamal_fn_pagetitle .fn__title{
	font-size: 200px;
}
.yamal_fn_protected .icon{
	margin-bottom: 41px;
	display: flex;
	justify-content: center;
	padding-top: 56px;
}
.yamal_fn_protected .icon .fn__svg{
	width: 146px;
	height: 146px;
	display: block;
	color: #000;
}
.yamal_fn_protected .fn__maintitle,
.yamal_fn_404 .fn__maintitle{
	margin: 0 auto;
	max-width: 650px;
	padding: 0;
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.yamal_fn_protected .fn__desc,
.yamal_fn_404 .fn__desc{
	max-width: 500px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	font-family: var(--bff);
	margin-bottom: 24px;
}
.yamal_fn_protected form,
.yamal_fn_404 form{
	display: flex;
	max-width: 658px;
	margin: 0 auto;
}
.yamal_fn_protected form input[type="password"],
.yamal_fn_protected form input[type="text"],
.yamal_fn_404 form input[type="text"]{
	width: 100%;
	height: 60px;
	border: 4px solid #000;
	padding: 0 26px;
	border-radius: 15px;
	background-color: #fff;
	margin-right: 10px;
}
.yamal_fn_protected form .search,
.yamal_fn_404 form .search{
	position: relative;
}
.yamal_fn_protected form input[type="submit"],
.yamal_fn_404 form input[type="submit"]{
	height: 60px;
	padding: 0 52px 0 36px;
	border: 4px solid #000;
	border-radius: 15px;
	background-color: var(--yamal-mc1);
	font-size: 18px;
	letter-spacing: .25px;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
	color: #000;
}
.yamal_fn_protected form input[type="submit"]:hover,
.yamal_fn_404 form input[type="submit"]:hover{
	background-color: var(--yamal-mc2);
}
.yamal_fn_protected form .fn__svg,
.yamal_fn_404 form .fn__svg{
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	pointer-events: none;
	right: 36px;
	top: 50%;
	margin-top: -9px;
}
/*************************************************************************/
/* 13) Blog Single
/*************************************************************************/
.single_with_share{
	display: flex;
}
.post_c_inn{
	width: 100%;
}
.yamal_fn_share{
    width: 0;
}
.yamal_fn_share .label{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
	letter-spacing: 0;
	white-space: nowrap;
	writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-orientation: mixed;
    line-height: 60px;
}
.yamal_fn_share ul{
	margin: 0;
	padding: 20px 0;
	list-style-type: none;
	background: #000;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.yamal_fn_share li{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.yamal_fn_share li:last-child{
	margin-bottom: 0;
}
.yamal_fn_share li a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.yamal_fn_share li .fn__svg{
	width: 22px;
	height: 22px;
	display: block;
}
.yamal_fn_share .share_wrapper{
	width: 80px;
	position: sticky;
	top: 128px;
	border: 4px solid #000;
	border-radius: 40px;
	margin-left: -130px;
	padding: 6px;
	padding-bottom: 20px;
}
.yamal_fn_single .fn__maintitle{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 48px;
	font-weight: 900;
	margin-bottom: 35px;
}

.fn__gallery_format{
	border: 4px solid #000;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	margin-bottom: 29px;
	margin-left: -4px;
	margin-right: -4px;
}
.fn__gallery_format .slider__nav a{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	border-radius: 100%;
	text-decoration: none;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 10;
	color: #999;
}
.fn__gallery_format .slider__nav .prev .fn__svg{
	transform: rotate(-225deg);
	position: relative;
	left: -1px;
}
.fn__gallery_format .slider__nav .next .fn__svg{
	transform: rotate(-45deg);
	position: relative;
	top: -1px;
}
.fn__gallery_format .slider__nav .fn__svg{
	width: 23px;
	height: 23px;
	display: block;
}
.fn__gallery_format .slider__nav .prev{
	left: 26px;
}
.fn__gallery_format .slider__nav .next{
	right: 26px;
}
.fn__gallery_format .gallery_in{
	border-radius: 26px;
	position: relative;
	overflow: hidden;
}
.fn__gallery_format:after{
	content: '';
	clear: none;
	display: block;
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 34px 34px;
    border-bottom: 10px solid #000;
}
.fn__gallery_format .swiper-slide{
	overflow: hidden;
}
.fn__gallery_format .item{
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.post_top_format .fn__video_format,
.post_top_format .fn__quote_format,
.post_top_format .fn__link_format,
.post_top_format .fn__status_format,
.post_top_format .fn__image_format,
.post_top_format .fn__gallery_format{
	margin-bottom: 106px;
}
.post_top_format .fn__audio_format{
	margin-bottom: 100px;
}
.fn__video_format,
.fn__image_format{
	width: 100%;
	border: 4px solid #000;
	border-radius: 30px;
	position: relative;
}
.fn__image_format img{
	display: block;
	width: 100%;
	border-radius: 26px;
}
.fn__video_format iframe{
	display: block;
	width: 100%;
	border-radius: 26px;
}
.fn__video_format:after,
.fn__image_format:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 34px 34px;
    border-bottom: 10px solid #000;
}

.yamal_fn_banner__off_canvas{
	padding: 50px 0 0;
	margin-bottom: -50px;
}
.yamal_fn_banner__listpost_btwn .container{
	margin: 0;
	padding: 0;
	max-width: 100%;
}
.yamal_fn_banner__listpost_btwn_in,
.yamal_fn_banner__off_canvas_in,
.yamal_fn_banner__footer_above_in,
.yamal_fn_banner__singlepost_in_in,
.yamal_fn_banner__singlepost_after_in,
.yamal_fn_banner__header_below_in{
	display: flex;
	align-items: center;
	justify-content: center;
}
.yamal_fn_banner__singlepost_in_in,
.yamal_fn_banner__singlepost_after_in,
.yamal_fn_banner__header_below_in{
	margin-bottom: 50px;
}
.yamal_fn_banner__footer_above_in{
	margin-bottom: 100px;
}
/*************************************************************************/
/* 14) Reactions
/*************************************************************************/
.single__content{
	margin-bottom: 100px;
}
.yamal_fn_reactions .reactions_list{
	display: grid;
    grid-template-columns: repeat(auto-fit,minmax(165px,1fr));
    grid-gap: 0 20px;
    justify-content: center;
    margin: 0;
    padding: 0;
	margin-bottom: -20px;
}
a.yamal_fn_reaction_btn{
	border: 4px solid #000;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 10px 10px;
	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;
	color: #000;
	margin-bottom: 26px;
	position: relative;
	z-index: 2;
}
a.yamal_fn_reaction_btn:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 25px 25px;
    border-bottom: 10px solid #000;
}
a.yamal_fn_reaction_btn img{
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-bottom: 9px;
}
a.yamal_fn_reaction_btn .count{
	font-size: 18px;
	font-weight: 900;
	font-family: var(--hff);
	font-stretch: italic;
	margin: 0;
	margin-bottom: 7px;
	white-space: nowrap;
	display: block;
}
a.yamal_fn_reaction_btn .text{
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding: 0 4px;
	text-align: center;
	font-size: 11px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: var(--hff);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #000;
	color: #fff;
	border-radius: 16px;
	transition: all .3s ease;
}
a.yamal_fn_reaction_btn.active{
	background-color: var(--yamal-mc2);
}
a.yamal_fn_reaction_btn:hover .text{
	background-color: var(--yamal-mc1);
	color: #000;
}
a.yamal_fn_reaction_btn.active img{
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes reaction_animation{
	0%{
		transform: rotate(0deg) scale(1)
	}
	50%{
		transform: rotate(180deg) scale(1.4)
	}
	100%{
		transform: rotate(0deg) scale(1)
	}
}
.post_title_holder{
	max-width: 1060px;
	margin: 0 auto;
	margin-bottom: 100px;
	margin-top: -6px;
}
.post_title_holder .fn__meta{
	margin-bottom: 41px;
}
.fn__single_meta{
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 0 30px;
}
.fn__single_meta a{
	text-decoration: none;
	color: #000;
}
.fn__single_meta a:hover{
	color: var(--yamal-mc1);
}
.fn__single_meta .meta_item{
	padding-left: 30px;
	position: relative;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	white-space: nowrap;
	font-family: var(--hff);
	font-weight: 900;
	text-transform: uppercase;
	margin-right: 40px;
}
.fn__single_meta .meta_item:last-child{
	margin-right: 0;
}
.fn__single_meta .meta_item .text{
	position: relative;
	top: 2px;
}
.fn__single_meta .fn__svg{
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.fn__single_meta .single_meta{
	position: relative;
	padding: 0 40px;
	text-align: center;
}
.fn__single_meta .meta_decor_left:after{
	height: 4px;
	width: 2000px;
	background-color: #000;
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -2px;
}
.fn__single_meta .meta_decor_left:before{
	height: 20px;
	width: 4px;
	background-color: #000;
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
}
.fn__single_meta .meta_decor_right:after{
	height: 4px;
	width: 2000px;
	background-color: #000;
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -2px;
}
.fn__single_meta .meta_decor_right:before{
	height: 20px;
	width: 4px;
	background-color: #000;
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -10px;
}



.post_content{
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
}
.post_c_in{
	margin-bottom: 100px;
}
.post_c_in > *{
	margin-bottom: 30px;
}
.post_c_in > *:nth-last-child(1),
.post_c_in > *:nth-last-child(2){
	margin-bottom: 0;
}
.post_c_in .wp-block-heading{
	font-weight: 700;
}
/*************************************************************************/
/* 15) Author Information
/*************************************************************************/
.yamal_fn_author_info{
	max-width: 1060px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.yamal_fn_author_info .info_img{
	display: flex;
	justify-content: center;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
	padding-bottom: 6px;
	margin-bottom: 34px;
}
.yamal_fn_author_info .img_holder{
	padding: 0 30px;
	position: relative;
}
.yamal_fn_author_info .img_holder .img{
	width: 200px;
	height: 200px;
	border: 4px solid #000;
	position: relative;
	border-radius: 100%;
}
.yamal_fn_author_info .img_holder .img:after{
	content: '';
    position: absolute;
    top: 0;
    left: -3px;
    right: -3px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 50% 50%;
    border-bottom: 10px solid #000;
}
.yamal_fn_author_info .img_holder .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}
.yamal_fn_author_info .info_img:after{
	content: '';
	position: absolute;
	top: 43px;
	left: 0;
	width: 4px;
	height: 20px;
	background-color: #000;
}
.yamal_fn_author_info .info_img:before{
	content: '';
	position: absolute;
	top: 43px;
	right: 0;
	width: 4px;
	height: 20px;
	background-color: #000;
}
.yamal_fn_author_info .decor:after{
	height: 4px;
	width: 2000px;
	background-color: #000;
	content: '';
	position: absolute;
	right: 100%;
	top: 50px;
}
.yamal_fn_author_info .decor:before{
	height: 4px;
	width: 2000px;
	background-color: #000;
	content: '';
	position: absolute;
	left: 100%;
	top: 50px;
}
.yamal_fn_author_info .fn_title{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 900;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.yamal_fn_author_info .fn_desc{
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	font-family: var(--bff);
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 23px;
}
.yamal_fn_author_info .author_social{
	margin: 0;
	padding: 0;
	display: flex;
	list-style-type: none;
	justify-content: center;
	align-items: center;
	margin-left: -20px;
}
.yamal_fn_author_info .author_social li{
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
.yamal_fn_author_info .author_social a{
	color: #000;
}
.yamal_fn_author_info .author_social .fn__svg{
	width: 22px;
	height: 22px;
	display: block;
}
/*************************************************************************/
/* 16) Previous & Next Box
/*************************************************************************/
.yamal_fn_pnb{
	max-width: 1060px;
	margin: 0 auto;
	border: 4px solid #000;
	border-radius: 30px;
	display: flex;
	position: relative;
	margin-bottom: 100px;
	overflow: hidden;
}
.yamal_fn_pnb[data-status="no"]{display: none;}
.yamal_fn_pnb:after{
	content: '';
	position: absolute;
	width: 4px;
	background-color: #000;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
}
.yamal_fn_pnb .prev .decor{
	width: 4px;
	height: 45px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -22px;
}
.yamal_fn_pnb:hover .prev .decor:after{
	transform: scaleY(3);
}
.yamal_fn_pnb:hover .prev .decor:before{
	transform: scaleY(0.3);
}
.yamal_fn_pnb:hover .next .decor:after{
	transform: scaleY(3);
}
.yamal_fn_pnb:hover .next .decor:before{
	transform: scaleY(0.3);
}
.yamal_fn_pnb .prev .decor:after{
	width: 4px;
	height: 10px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	transition: .3s;
	transform-origin: top;
}
.yamal_fn_pnb .prev .decor:before{
	width: 4px;
	height: 30px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	transition: .3s;
	transform-origin: bottom;
}
.yamal_fn_pnb .next .decor{
	width: 4px;
	height: 45px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -22px;
}
.yamal_fn_pnb .next .decor:after{
	width: 4px;
	height: 10px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	transition: .3s;
	transform-origin: bottom;
}
.yamal_fn_pnb .next .decor:before{
	width: 4px;
	height: 30px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	transition: .3s;
	transform-origin: top;
}
.yamal_fn_pnb .item{
	flex: 1;
	padding: 26px;
	display: flex;
	gap: 20px;
	align-items: center;
	position: relative;
	transition: .3s;
}
.yamal_fn_pnb .item:hover{
	background-color: var(--yamal-mc2);
}
.yamal_fn_pnb .item.next{
	flex-direction: row-reverse;
	text-align: right;
}
.yamal_fn_pnb[data-status="next"] .item.prev{display: none;}
.yamal_fn_pnb[data-status="prev"] .item.next{display: none;}
.yamal_fn_pnb[data-status="prev"]:after,
.yamal_fn_pnb[data-status="next"]:after{display: none;}
.yamal_fn_pnb .next:hover .fn_desc .fn__svg{
	transform: rotate(0deg);
}
.yamal_fn_pnb .prev:hover .fn_desc .fn__svg{
	transform: rotate(-180deg);
}
.yamal_fn_pnb .next .fn_desc{
	flex-direction: row-reverse;
}
.yamal_fn_pnb .prev .fn_desc .fn__svg{
	width: 15px;
	height: 15px;
	display: block;
	transform: rotate(-225deg);
	margin-right: 10px;
	position: relative;
	top: 2px;
	transition: .3s;
}
.yamal_fn_pnb .next .fn_desc .fn__svg{
	width: 15px;
	height: 15px;
	display: block;
	transform: rotate(-45deg);
	margin-left: 10px;
	position: relative;
	top: 2px;
	transition: .3s;
}
.yamal_fn_pnb .img_holder{
	min-width: 150px;
	width: 150px;
	height: 120px;
	border: 4px solid #000;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yamal_fn_pnb .img_holder[data-has-image=""]{
	background-color: var(--yamal-mc2);
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: var(--hff);
}
.yamal_fn_pnb .img_holder img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 6px;
}
.yamal_fn_pnb .fn_title{
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-family: var(--hff);
}
.yamal_fn_pnb .fn_title a{
	color: #000;
}
.yamal_fn_pnb .fn_desc{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-family: var(--hff);
	display: flex;
	margin-bottom: 9px;
}
/*************************************************************************/
/* 17) Sticky Navigation
/*************************************************************************/
.admin-bar .yamal_fn_stickynav{
	top: 32px;
}
.yamal_fn_stickynav{
	z-index: 9997;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	transform: translateY(-100%);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-bottom: 10px solid #000;
	border-top: 4px solid #000;
}
body.sticky-active .yamal_fn_stickynav{
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
}
.yamal_fn_stickynav:after,
.yamal_fn_stickynav:before{
	width: 16px;
	height: 4px;
	position: absolute;
	content: '';
	display: block;
	background-color: #000;
	top: 50%;
	margin-top: -2px;
}
.yamal_fn_stickynav:before{
	left: 0;
}
.yamal_fn_stickynav:after{
	right: 0;
}
.yamal_fn_stickynav .transform_hedaer{
	position: relative;
	background-color: #fff;
}
.yamal_fn_stickynav .sticky_header{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    position: relative;
    transition: all .3s ease;
}
.header_post_reading{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
}
.yamal_fn_stickynav.active .sticky_header{
	opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
}
.yamal_fn_stickynav.active .header_post_reading{
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
.header_post_reading .reading_post .subtitle{
	font-size: 14px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-right: 20px;
	font-weight: 600;
}
.header_post_reading .reading_post h3{
	font-size: 22px;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
	font-weight: 900;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 62px;
	position: relative;
	z-index: 5;
}
.yamal_fn_stickynav .progress{
	position: absolute;
	top: -4px;
	left: 0;
	height: 4px;
	width: 0;
	background-color: var(--yamal-mc1);
}
.yamal_fn_stickynav .yamal_fn_nav{
	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: space-between;
}
.yamal_fn_stickynav .menu{
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-width: 0;
}
.yamal_fn_stickynav .icon_bar{
	margin-left: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-width: 0;
}
.yamal_fn_stickynav .icon_bar__item > 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;
	text-align: center;
	padding: 0 7px;
	text-decoration: none;
	color: #000;
	height: 62px;
}
.yamal_fn_stickynav .icon_bar__item > a:hover{
	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;
}
.yamal_fn_stickynav .icon_bar .icon_bar__home .fn__svg{
	width: 25px;
	height: 25px;
}
.yamal_fn_stickynav .icon_bar__item > a .fn__svg{
	width: 21px;
	height: 21px;
	display: block;
}

.yamal_fn_stickynav.hover{
	height: auto;
}
.yamal_fn_stickynav.hover .sticky_header{
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
.yamal_fn_stickynav.hover .header_post_reading{
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50px);
}
.yamal_fn_stickynav .yamal_fn_main_nav > li{
	transform: translateX(100px);
	opacity: 0;
	transition-duration: .3s;
	transition-timing-function: ease;
	transition-property: all;
}
.sticky-active .yamal_fn_stickynav .yamal_fn_main_nav > li{
	transform: translateY(0);
	opacity: 1;
}
/*************************************************************************/
/* 18) Votes
/*************************************************************************/
.yamal_fn_votes:after,
.yamal_fn_votes:before{
	clear: both;
	display: table;
	content: '';
}
.yamal_fn_votes{
	border-radius: 20px;
	border: 4px solid #000;
	background-color: #000;
	cursor: pointer;
	margin-bottom: 100px;
}
.yamal_fn_votes .vote_top{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	justify-content: space-between;
}
.yamal_fn_votes .result_vote{
	position: relative;
	width: 24%;
	padding: 0 4px;
	height: 52px;
	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;
	font-family: var(--hff);
	font-weight: 900;
	color: #fff;
	line-height: 1;
}
.yamal_fn_votes .result_vote .action{
	width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
    background-color: var(--yamal-mc1);
    border-radius: 100%;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-ms-align-items: center;
	align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
	opacity: 0;
	text-align: center;
}
.yamal_fn_votes.down_action .result_vote .action{
	animation: yamal_fn_down 1s ease-in-out forwards;
}
.yamal_fn_votes.up_action .result_vote .action{
	animation: yamal_fn_up 1s ease-in-out forwards;
}
@keyframes yamal_fn_down{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: translateY(100%);
	}
}
@keyframes yamal_fn_up{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: translateY(-100%);
	}
}
.yamal_fn_votes .count{
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 3px;
}
.yamal_fn_votes .text{
	font-size: 11px;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.yamal_fn_votes .vote_top a{
	width: 300px;
	max-width: 38%;
	display: block;
	height: 52px;
	text-decoration: none;
	border-radius: 16px;
	background-color: var(--yamal-mc1);
	position: relative;
}
.yamal_fn_votes .vote_top a span{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	top: 50%;
	display: block;
	padding: 0 10px;
	font-family: var(--hff);
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	opacity: 0;
	transition: all .3s ease;
	transform: translateY(-4px);
	line-height: 1;
}
.yamal_fn_votes .vote_top .yamal_fn_vote_up:hover:after{
	transform: translateY(-7px);
}
.yamal_fn_votes .vote_top .yamal_fn_vote_up:hover span{
	transform: translateY(2px);
	opacity: 1;
}
.yamal_fn_votes .vote_top .yamal_fn_vote_down span{
	top: auto;
	bottom: 50%;
	transform: translateY(5px);
}
.yamal_fn_votes .vote_top .yamal_fn_vote_down:hover:after{
	transform: translateY(7px);
}
.yamal_fn_votes .vote_top .yamal_fn_vote_down:hover span{
	transform: translateY(-1px);
	opacity: 1;
}
.yamal_fn_votes.down_action .yamal_fn_vote_down:after{
	opacity: .5;
}
.yamal_fn_votes.up_action .yamal_fn_vote_up:after{
	opacity: .5;
}
.yamal_fn_vote_up:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #000 transparent;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -7px;
	transition: all .3s ease;
}
.yamal_fn_vote_down:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #000 transparent transparent transparent;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -7px;
	transition: all .3s ease;
}
.yamal_fn_votes .vote_info{
	display: none;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 21px 10px 15px;
	text-align: center;
}
/*************************************************************************/
/* 19) Post Tags
/*************************************************************************/
.yamal_fn_tags{
	margin: 0 auto;
	margin-top: 100px;
	max-width: 1060px;
}
.yamal_fn_tags ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.yamal_fn_tags li{
	margin: 0;
	padding: 0;
}
.nocomments{
	padding: 20px;
	margin: 0;
	text-align: center;
	font-weight: 500;
}
/*************************************************************************/
/* 20) Page
/*************************************************************************/
.yamal_fn_full_page_in .full_content{
	max-width: 1060px;
	margin: 0 auto;
	margin-bottom: 200px;
}
.yamal_fn_full_page_in .full_content:after,
.yamal_fn_full_page_in .full_content:before{
	clear: both;
	display: table;
	content: '';
}
.yamal_fn_full_page_in .full_content > *{
	margin-bottom: 30px;
}
.yamal_fn_full_page_in .full_content > *:last-child{
	margin-bottom: 0;
}
.yamal_fn_full_page_in .full_content .clearfix{
	margin-bottom: 0;
}
.yamal_fn_full_page_in .yamal_fn_comment_wrapper{
	margin-bottom: 200px;
	margin-top: -100px;
}
/*************************************************************************/
/* 21) Page Links
/*************************************************************************/
.yamal_fn_pagelinks:after,
.yamal_fn_pagelinks:before{
	clear: both;
	display: table;
	content: '';
}
.yamal_fn_pagelinks{
	margin-top: 100px;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.yamal_fn_pagelinks .title{
	display: none;
}
.yamal_fn_pagelinks .current,
.yamal_fn_pagelinks a{
	width: 120px;
    height: 120px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #000;
    border-radius: 100%;
    color: #222;
    background-color: #fff;
    font-size: 50px;
    font-weight: 900;
	margin: 0;
    padding: 0;
    outline: 10px solid var(--yamal-bbc);
    margin-left: -20px;
    margin-top: -20px;
}
.yamal_fn_pagelinks .current{
	background-color: var(--yamal-mc1);
}
.yamal_fn_pagelinks a:hover{
	background-color: var(--yamal-mc2);
}
/*************************************************************************/
/* 22) Protected Form
/*************************************************************************/
.yamal_fn_protectedform input[type="password"]{
	height: 60px;
	margin-right: 10px;
	flex: 1;
}
.yamal_fn_protectedform form{
	display: flex;
    max-width: 658px;
    margin: 0 auto;
}
.post_c_in p a{
	color: #000;
	border-bottom: 1px solid;
}
.post_c_in p a:hover{
	border-bottom-color: transparent;
	color: var(--yamal-mc1);
}
/*************************************************************************/
/* 23) Blog List: Masonry
/*************************************************************************/
.yamal_fn_bloglist_masonry{
	margin-left: -70px;
	display: flex;
	flex-wrap: wrap;
}
.yamal_fn_bloglist_masonry article{
	width: 33.3333%;
	padding-left: 70px;
	margin-bottom: 106px;
}

.fn__link_format{
	position: relative;
	border: 4px solid #000;
	border-radius: 30px;
	background-color: #fff;
}
.fn__link_format:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 34px 34px;
    border-bottom: 10px solid #000;
}
.fn__link_format a{
	padding: 56px 46px;
	display: flex;
	text-decoration: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.fn__link_format a:hover .icon{
	color: #fff;
}
.fn__link_format a:hover .text{
	border-bottom-color: transparent;
}
.fn__link_format .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	background-color: #000;
	color: #999;
	height: 80px;
	border-radius: 100%;
	margin-bottom: 34px;
	transition: .3s;
}
.fn__link_format .icon .fn__svg{
	width: 30px;
	height: 30px;
}
.fn__link_format .text{
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: var(--hff);
	font-weight: 900;
	letter-spacing: 0;
	color: #000;
	border-bottom: 2px solid;
	transition: .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fn__quote_format blockquote{
	padding: 56px 46px;
	margin: 0;
	border: 4px solid #000;
	border-radius: 30px;
	background-color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.fn__quote_format blockquote:after{
	content: '';
	clear: none;
	display: block;
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 34px 34px;
    border-bottom: 10px solid #000;
}
.fn__quote_format .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	background-color: #000;
	color: #999;
	height: 80px;
	border-radius: 100%;
	margin-bottom: 32px;
}
.fn__quote_format .icon .fn__svg{
	width: 30px;
	height: 30px;
}
.fn__quote_format .text{
	font-size: 24px;
	margin: 0;
	padding: 0;
	line-height: 36px;
	font-family: var(--hff);
	font-weight: 900;
	text-align: center;
}
.fn__quote_format .author{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 900;
	font-family: var(--hff);
	color: #000;
	text-transform: uppercase;
}
.fn__quote_format .blockquote_sep{
	width: 40px;
    height: 4px;
    display: block;
    position: relative;
    background-color: #000;
	margin-top: 28px;
	margin-bottom: 35px;
}
.fn__quote_format .blockquote_sep:before,
.fn__quote_format .blockquote_sep:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	transform: skew(-25deg);
	background-color: #000;
	top: 50%;
	margin-top: -10px;
	transform-origin: bottom;
	left: 8px;
}
.fn__quote_format .blockquote_sep:before{
	left: 18px;
}
.fn__status_format{
	position: relative;
	border: 4px solid #000;
	border-radius: 30px;
	background-color: #fff;
	padding: 56px 46px;
}
.fn__status_format:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 34px 34px;
    border-bottom: 10px solid #000;
}
.fn__status_format h4{
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.fn__status_format .text{
	font-size: 24px;
	margin: 0;
	padding: 0;
	line-height: 36px;
	font-family: var(--hff);
	font-weight: 900;
}
.fn__status_format .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	background-color: #000;
	color: #999;
	height: 80px;
	border-radius: 100%;
	margin-bottom: 32px;
}
.fn__status_format .icon .fn__svg{
	width: 24px;
	height: 24px;
}
.blog__item .embed_code{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	outline: none;
	padding: 0;
	z-index: -9999;
	visibility: hidden;
}
.fn__post_masonry{
	position: relative;
	border: 4px solid #000;
	border-radius: 30px;
	background-color: #fff;
	padding-bottom: 64px;
}
.fn__post_masonry:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 34px 34px;
    border-bottom: 10px solid #000;
}
.fn__post_masonry .fn__title{
	margin: 0;
	padding: 0 46px;
	text-align: center;
	font-size: 30px;
	font-weight: 900;
}
.fn__post_masonry .fn__read_more{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -28px;
}
.fn__post_masonry .blog__image{
	border: 4px solid #000;
	margin-left: -4px;
	margin-right: -4px;
	position: relative;
	border-radius: 30px;
	z-index: 1;
	margin-bottom: 29px;
}
.fn__post_masonry .blog__image:after{
	content: '';
	clear: none;
	display: block;
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 34px 34px;
    border-bottom: 10px solid #000;
}
.fn__post_masonry .blog__image img{
	border-radius: 26px;
	width: 100%;
	display: block;
}
.fn__post_masonry .fn__video_popup,
.fn__post_masonry .fn__audio_popup{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fn__post_masonry .fn__video_popup:hover .icon,
.fn__post_masonry .fn__audio_popup:hover .icon{
	color: #fff;
}
.fn__post_masonry .fn__video_popup .icon,
.fn__post_masonry .fn__audio_popup .icon{
	display: flex;
	width: 100px;
	height: 60px;
	border-radius: 30px;
	background-color: #000;
	color: #999;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.fn__post_masonry .fn__audio_popup .fn__svg{
	width: 20px;
	height: 20px;
}
.fn__post_masonry .fn__video_popup .fn__svg{
	width: 22px;
	height: 22px;
}
.fn__post_masonry .author{
	text-align: center;
	padding: 0 46px;
	margin-bottom: 16px;
}
.fn__post_masonry .author a{
	font-size: 18px;
	font-family: var(--hff);
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0;
	color: #000;
}
.fn__post_masonry .author a:hover{
	color: var(--yamal-mc1);
}
.fn__post_masonry .fn__meta{
	padding: 20px 46px 19px 46px;
}
.fn__post_masonry .fn__space_char{
	border: 4px solid #000;
	margin-left: -4px;
	margin-right: -4px;
	position: relative;
	border-radius: 30px;
	z-index: 1;
	margin-bottom: 29px;
	height: 148px;
	background-color: var(--yamal-bbc);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
	font-family: var(--hff);
}
.fn__post_masonry .fn__space_char:after{
	content: '';
	clear: none;
	display: block;
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 34px 34px;
    border-bottom: 10px solid #000;
}
/*************************************************************************/
/* 24) Popup Iframe for audio and video
/*************************************************************************/
.fn__popupbox_iframe{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 39999;
	padding: 100px 50px;
	background-color: var(--yamal-bbc);
	transition: all .5s ease;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.fn__popupbox_iframe.active{
	opacity: 1;
	visibility: visible;
}
.admin-bar .fn__popupbox_iframe{
	top: 32px;
}
.fn__popupbox_iframe .iframe_content{
	width: 100%;
}
.fn__popupbox_iframe .iframe_closer{
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
}
.fn__popupbox_iframe .iframe_closer: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%);
    -webkit-mask-size: 200%;
    mask-size: 200%;
    animation: shine 2s infinite;
}
.fn__popupbox_iframe .iframe_closer span:before,
.fn__popupbox_iframe .iframe_closer span:after{
	content: '';
    width: 25px;
    height: 4px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 40px;
	right: 40px;
	transition: all .5s ease;
}
.fn__popupbox_iframe .iframe_closer span:after{
	transform: rotate(-45deg)
}
.fn__popupbox_iframe .iframe_closer span:before{
	transform: rotate(45deg)
}


.yamal_fn_full_page_in .yamal_fn_pagelinks{
	margin-top: -50px;
	margin-bottom: 150px;
}
/*************************************************************************/
/* 25) Blog Page: Featured Slider
/*************************************************************************/
.fn__bp_slider{
	margin-bottom: 106px;
}

.fn__bp_slider .bp_slider_in{
	border: 4px solid #000;
	border-radius: 20px;
	position: relative;
}
.fn__bp_slider .bp_slider_in:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 24px 24px;
    border-bottom: 10px solid #000;
}
.fn__bp_slider .bp_slider_inn{
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.fn__bp_slider .slider__nav a{
	position: absolute;
	display: flex;
	text-decoration: none;
	width: 120px;
	height: 120px;
	border: 4px solid #000;
	outline: 10px solid var(--yamal-bbc);
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #000;
	background-color: var(--yamal-bbc);
	top: 50%;
	margin-top: -60px;
	z-index: 10;
}
.fn__bp_slider .slider__nav a:hover{
	background-color: var(--yamal-mc2);
}
.fn__bp_slider .slider__nav .prev{
	left: -60px;
}
.fn__bp_slider .slider__nav .prev .fn__svg{
	transform: rotate(180deg);
}
.fn__bp_slider .slider__nav .next{
	right: -60px;
}
.fn__bp_slider .slider__nav .fn__svg{
	width: 24px;
	height: 24px;
	display: block;
}
.fn__bp_slider .img_holder{
	height: 692px;
	position: relative;
	overflow: hidden;
}
.fn__bp_slider .abs_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fn__bp_slider .title_holder{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
}
.fn__bp_slider .title_holder h3{
	margin: 0;
	padding: 20px 80px 11px 76px;
	background-color: #000;
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	border-radius: 0 20px 0 0;
	min-height: 96px;
	display: flex;
	align-items: center;
	max-width: 60%;
}
.fn__bp_slider .title_holder h3 a{
	color: #fff;
	text-decoration: none;
}

.fn__slider__full .fn__bp_slider .img_holder:after{
	background-color: rgba(0,0,0,0.3);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fn__slider__full #yamal_fn_header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 45;
	padding: 50px 0;
}
.fn__slider__full .yamal_fn_pagetitle{
	display: none;
}
.fn__slider__full .fn__bp_slider .bp_slider_in >  .container{
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.fn__slider__full .fn__bp_slider .bp_slider_in{
	border-radius: 0 0 20px 20px;
}
.fn__slider__full .fn__bp_slider .img_holder{
	height: 100vh;
}
.fn__slider__full .fn__bp_slider .slider__nav{
	position: relative;
}
.fn__slider__full .nav_in{
	position: relative;
}
.fn__slider__full .fn__bp_slider .slider__nav .prev{
	left: 0;
}
.fn__slider__full .fn__bp_slider .slider__nav .next{
	right: 0;
}
.fn__slider__full .fn__bp_slider .bp_slider_inn{
	border-radius: 0 0 16px 16px;
}
.fn__slider__full .fn__bp_slider .title_holder{
	top: 50%;
	bottom: auto;
	left: 50px;
	right: 50px;
	transform: translateY(-50%);
	text-align: center;
}
.fn__slider__full .fn__bp_slider .title_holder h3{
	background:none;
	padding: 0;
	border-radius: 0;
	font-size: 120px;
	line-height: 1;
	justify-content: center;
	max-width: 100%;
	text-transform: uppercase;
	width: 100%;
}



.wp-block-button .wp-block-button__link{
	padding: 11px 25px;
	line-height: 30px;
	background-color: var(--yamal-mc1);
	color: #000;
	border: 4px solid #000;
	font-family: var(--hff);
	border-radius: 30px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}
.is-style-outline>.wp-block-button__link{
	background-color: var(--yamal-mc1) !important;
}
.wp-block-button .wp-block-button__link:hover{
	border-color: #000;
	color: #000;
	background-color: var(--yamal-mc2) !important;
}
.fn__comments .comment-edit-link{
	background-color: #000;
	font-size: 11px;
	font-family: var(--hff);
	color: #fff;
	font-weight: 600;
	letter-spacing: .25px;
	text-transform: uppercase;
	padding: 6px 15px;
	z-index: 3;
	position: relative;
	line-height: 23px;
	border-radius: 26px;
	margin-left: 10px;
}
.is-style-squared .wp-block-button__link{
	border-radius: 0 !important;
}
.wp-block-page-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wp-block-page-list li{
	margin-bottom: 5px;
    font-size: 18px;
    font-family: var(--hff);
    font-weight: 600;
    letter-spacing: 0px;
    color: #000;
    position: relative;
}
.frenify__copy_dialog{
	position: fixed;
	z-index: 9999;
	background-color: #000;
	color: #fff;
	width: auto;
	max-width: 100vw;
	left: 20px;
	font-family: var(--hff);
	font-size: 16px;
	padding: 5px 15px;
	top: 150px;
	border-radius: 5px;
	transition: all .3s ease;
	font-weight: 500;
}
.wp-block-site-title{
	font-weight: 900;
}
.wp-block-post-template{
	list-style-type: disc;
}
.wp-block-post-title{
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.wp-block-post-template li{
	margin-bottom: 10px;
}
.wp-block-post-template li > *:not(:last-child){
	margin-bottom: 10px;
}
.wp-block-post-excerpt__excerpt{
	font-size: .875em;
}
.wp-block-post-date{
	font-size: .75em;
}
.wp-block-comments-title{
	text-align: center;
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 900;
    font-family: var(--hff);
    margin-bottom: 41px;
}
.wp-block-comment-template{
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-bottom: 56px;
}
.wp-block-comments{
	padding: 76px 56px;
	border: 4px solid #000;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
}
.wp-block-comment-author-name{
	margin: 0;
    padding: 0;
    font-size: 18px !important;
    font-weight: 900;
    margin-bottom: 3px;
	font-family: var(--hff);
}
.wp-block-comment-edit-link a,
.wp-block-comment-date a,
.wp-block-comment-reply-link a{
	font-size: 11px;
    font-family: var(--hff);
    color: #fff;
    font-weight: 600;
    letter-spacing: .25px;
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
    z-index: 3;
    position: relative;
    height: 26px;
    line-height: 26px;
    border-radius: 26px;
    margin-right: 10px;
	background-color: #000;
	width: fit-content;
}
.wp-block-comment-content{
	padding-top: 20px;
}
.wp-block-comment-author-name a{
	color: #000;
}
.post_c_in > .respond_comment:after,
.post_c_in > .respond_comment:before{
	display: none;
}
.post_c_in .respond_comment .form-submit{
	margin-bottom: 0;
}
/*************************************************************************/
/* 26) Breadcrumbs
/*************************************************************************/
#breadcrumbs{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
#breadcrumbs a{
	color: #000;
}
#breadcrumbs a:hover{
	color: var(--yamal-mc1);
}
#breadcrumbs li{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
	letter-spacing: 0.25px;
}
#breadcrumbs .separator span{
	margin: 0 8px;
}
#breadcrumbs .separator span:before{
	content: '/';
}
/*************************************************************************/
/* 27) Mobile Navigation
/*************************************************************************/
.yamal_fn_mobnav .right__triggerr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.yamal_fn_mobnav .right__triggerr a{
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 2;
	color: #000;
	margin-right: 10px;
}
.yamal_fn_mobnav.menu_opened .right__triggerr .mobmenu_opener{
	background-color: var(--xoxo-bbc);
}
.yamal_fn_mobnav .right__triggerr 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%);
    -webkit-mask-size: 200%;
    mask-size: 200%;
    animation: shine 2s infinite;
}
.yamal_fn_mobnav .right__triggerr a:last-child{
	margin-right: 0;
}
.yamal_fn_mobnav .right__triggerr .fn__svg{
	width: 24px;
	height: 24px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
.yamal_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;
}
.yamal_fn_mobnav .right__triggerr a span:after,
.yamal_fn_mobnav .right__triggerr a span:before{
	display: block;
	position: absolute;
	content: '';
	width: 34px;
	height: 4px;
	left: 0;
	background-color: #000;
}
.yamal_fn_mobnav .right__triggerr a span:after{
	bottom: 100%;
	margin-bottom: 4px;
}
.yamal_fn_mobnav .right__triggerr a span:before{
	top: 100%;
	margin-top: 4px;
}
.yamal_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;
	background-color: #fff;
	border-bottom: 4px solid #000;
}
.yamal_fn_mobnav .mob_bot{
	display: none;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 4px solid #000;
	position: relative;
	z-index: 5;
}
.yamal_fn_mobnav .mobile_menu{
	margin: 0;
	z-index: 5;
	padding: 22px 0 21px;
	list-style-type: none;
}
.yamal_fn_mobnav .mobile_menu li{
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}
.yamal_fn_mobnav .mobile_menu > li:nth-child(1){animation-delay: 0ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(2){animation-delay: 50ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(3){animation-delay: 100ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(4){animation-delay: 150ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(5){animation-delay: 200ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(6){animation-delay: 250ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(7){animation-delay: 300ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(8){animation-delay: 350ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(9){animation-delay: 400ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(10){animation-delay: 450ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(11){animation-delay: 500ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(12){animation-delay: 550ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(13){animation-delay: 600ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(14){animation-delay: 650ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(15){animation-delay: 700ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(16){animation-delay: 750ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(17){animation-delay: 800ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(18){animation-delay: 850ms;}
.yamal_fn_mobnav .mobile_menu > li:nth-child(19){animation-delay: 900ms;}
.yamal_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);
	}
}
.yamal_fn_mobnav .mobile_menu li:last-child{
	margin-bottom: 0;
}
.yamal_fn_mobnav .mobile_menu ul{
	display: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	margin-left: 20px;
	list-style-type: none;
}
.yamal_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;
}
.yamal_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%);
	-webkit-mask-size: 200%;
	mask-size: 200%;
	animation: shine 2s infinite
}
.yamal_fn_mobnav .mobile_menu .suffix{
	margin-left: 10px;
}
.yamal_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;
}
.yamal_fn_mobnav .mobile_menu .menu-item-has-children.active > a:after{
	transform: rotate(90deg);
}
/*************************************************************************/
/* 28) Contact Page
/*************************************************************************/
.fn__contact{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.fn__contact > div{
	padding-left: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.fn__contact .half_item{
	width: 50%;
}
.fn__contact p{
	margin: 0;
	padding: 0;
}
.fn__contact input{
	max-width: 100%;
}
.fn__contact input[type=number],
.fn__contact input[type=email], 
.fn__contact input[type=url], 
.fn__contact input[type=search], 
.fn__contact input[type=tel], 
.fn__contact input[type=color], 
.fn__contact input[type=text],
.fn__contact input[type=password], 
.fn__contact input[type=datetime], 
.fn__contact input[type=datetime-local], 
.fn__contact input[type=date], 
.fn__contact input[type=month], 
.fn__contact input[type=time], 
.fn__contact input[type=week]{
	display: block;
	width: 100%;
	min-width: 100%;
}
.fn__contact textarea{
	padding: 21px 26px;
	border-radius: 30px;
	height: 250px;
	display: block;
	width: 100%;
	min-width: 100%;
	background-color: #eee;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	font-family: var(--hff);
}
.fn__contact .wpcf7-spinner{
	position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}
.yamal_submit input{
	display: block;
	min-width: 100%;
	width: 100%;
}



.wp-block-list a{
	color: var(--yamal-mc1);
	border-bottom: 1px solid;
}
.mob_count{display: none;}
/*************************************************************************/
/* 29) Category Block (in blog)
/*************************************************************************/
.fn__categories_page[data-pag="no"] .cats_page{
	margin-bottom: 160px;
}
.fn__cats_list{
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap;
	margin-left: -20px;
}
.fn__cats_list li{
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 40px;
}
.fn__cats_list .item{
	position: relative;
	border-radius: 15px;
	border: 4px solid #000;
	height: 60px;
	font-size: 18px;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
	padding-left: 101px;
	padding-right: 26px;
	line-height: 52px;
}
.fn__cats_list .img_holder{
	position: absolute;
	width: 80px;
	left: 6px;
	border-radius: 100%;
	height: 80px;
	border-radius: 100%;
	top: 50%;
	margin-top: -40px;
	border: 4px solid #000;
}
.fn__cats_list .item .count{
	width: 30px;
	height: 30px;
	background-color: var(--yamal-mc1);
	border-radius: 100%;
	border: 4px solid #000;
	position: absolute;
	display: block;
	top: -4px;
	right: -14px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}
.fn__cats_list .item_overlay_image{
	width: 100%;
	height: 100%;
	border-radius: 34px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fn__cats_list .item_overlay_color{
	background-color: var(--yamal-cbc);
	width: 100%;
	height: 100%;
	border-radius: 34px;
}
.fn__cats_list .item a{
	z-index: 4;
}
.fn__cats_list .item .img_holder,
.fn__cats_list .item .title_holder,
.fn__cats_list .item .item_overlay_image,
.fn__cats_list .item .item_overlay_color{
	transition: .3s;
}
.fn__cats_list .item:hover .img_holder{
	border-radius: 15px;
	width: 60px;
	height: 60px;
	left: -4px;
	margin-top: -30px;
}
.fn__cats_list .item:hover .title_holder{
	transform: translateX(-10px);
}
.fn__cats_list .item:hover .item_overlay_color,
.fn__cats_list .item:hover .item_overlay_image{
	border-radius: 10px;
}
.fn__cat_block{
	margin-bottom: 110px;
}
.fn__cat_block .cat_block{
	display: flex;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}
.fn__cat_block .cb_left{
	padding-top: 10px;
}
.fn__cat_block .cb_right{
	padding-left: 250px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 10px;
	padding-bottom: 40px;
}
.fn__cat_block .cb_right:after{
	width: 4px;
    top: 50%;
    left: 91px;
    position: absolute;
    content: '';
    background: #000;
    bottom: 30px;
    transform: skew(-30deg);
    max-height: 180px;
    margin-top: -105px;
}
.fn__cat_block .cb_right .or{
	font-size: 18px;
	font-weight: 900;
	color: #000;
	font-family: var(--hff);
	text-transform: uppercase;
	margin-right: 40px;
}
.fn__cat_block .cb_right a{
	text-decoration: none;
	height: 60px;
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 900;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #000;
	border: 4px solid #000;
	border-radius: 15px;
	background-color: var(--yamal-mc1);
	padding: 0 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 52px;
}
.fn__cat_block .cb_right a:hover{
	background-color: var(--yamal-mc2);
}