@charset "utf-8";
/*
Theme Name: Salla
Theme URI: https://themeforest.net/item/salla-blog-magazine-wordpress-theme/44063971
Description: Salla – Blog & Magazine WordPress Theme
Text Domain: salla
Author: Frenify
Author URI: http://themeforest.net/user/frenify
Version: 1.0.6
Tested up to: 6.7
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) Logo
	04) Desktop Navigation
	05) Searchbox
	06) Ajax Preloader
	07) Page Title
	08) Mobile Menu
	09) Blog Item
	10) Breadcrumbs
	11) Pagination
	12) Page Links
	13) Footer
	14) Sidebar Page
	15) Totop Button
	16) 404 Page
	17) Protected Page
	18) Featured Posts
	19) Blog Single
	20) Prev & Next Box
	21) Sharebox
	22) Comments
	23) Quote Format
	24) Author Information Box
	25) Popup Iframe
	26) Sticky Navigation
	27) Quick Navigation
	28) Reactions
	29) Votes
	30) Footer Subscribe Form
	31) Magic Cursor
	32) Author Archive Page
	33) Contact Page
	34) Responsive CSS (small devices)
	


*/

/*************************************************************************/
/* 01) Root
/*************************************************************************/
:root{
	--salla-bbc: #aedacb;
	--salla-mc1: #fcde1a;
	--salla-mc2: #e03f8d;
	--salla-hc: #000;
	--salla-bc: #000;
	--hff: 'Heebo', sans-serif;
	--bff: 'Work Sans', sans-serif;
}
/*************************************************************************/
/* 02) Body
/*************************************************************************/
html{
	padding: 0px;
	margin: 0px;
}
*:after,
*:before,
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-family: var(--bff);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.5;
	font-weight: 400;
	color: var(--salla-bc);
	background-color: var(--salla-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: '';
}
html{
	overflow-x: hidden;
}
.fn__svg{
	fill: currentcolor;
	width: 18px;
	height: 18px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #000;
	opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
}
::placeholder { /* Most modern browsers support this now. */
	color: #000;
}
p{
	letter-spacing: 0;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6{
	color: var(--salla-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: transparent;
	letter-spacing: 0;
	outline: none;
	outline-color: transparent;
    border: 4px solid #000;
    border-radius: 10px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--hff);
    color: #000;
}
textarea{
	width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    border: 4px solid #000;
    border-radius: 30px;
    padding: 21px 26px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--hff);
    font-style: normal;
    color: #000;
}
textarea:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="text"]:focus{
	outline: none;
	background-color: transparent;
	border-color: #000;
}
.container{
	max-width: 1460px;
	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;
}
/*Ads*/
.salla_fn_banner__off_canvas{
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #e5e5e5;
	padding: 30px 0;
	text-align: center;
	border-bottom: 4px solid #000;
}
.salla_fn_banner__header_below{
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 80px;
}
.salla_fn_banner__footer_above{
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 80px;
}
.salla_fn_banner__listpost_btwn{
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
}
.salla_fn_banner__singlepost_in{
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 32px;
}
.salla_fn_banner__singlepost_after{
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 50px;
}
/*************************************************************************/
/* 03) Logo
/*************************************************************************/
.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;
}


/* Hidden Infromation */
.salla_fn_hidden{
	display: none;
}



/*************************************************************************/
/* 04) Desktop Navigation
/*************************************************************************/
#salla_fn_header{
	max-width: 100%;
	width: 100%;
	margin-bottom: 80px;
}
.salla_fn_header{
	position: relative;
	width: 100%;
}
.salla_fn_header .header_side_decor{
	position: absolute;
	top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	pointer-events: none;
}
.salla_fn_header .header_side_decor span{
	width: 4px;
	display: block;
	background-color: #000;
	margin-left: 20px;
	position: relative;
}
.salla_fn_header .header_side_decor span:after{
	position: absolute;
	top: 100%;
	margin-top: 10px;
	width: 4px;
	left: 0;
	background-color: #000;
}
.salla_fn_header .header_side_decor span:nth-child(1){height: 30px;}
.salla_fn_header .header_side_decor span:nth-child(2){height: 40px;}
.salla_fn_header .header_side_decor span:nth-child(3){height: 60px;}
.salla_fn_header .header_side_decor span:nth-child(4){height: 50px;}
.salla_fn_header .header_side_decor span:nth-child(5){height: 30px;}
.salla_fn_header .header_side_decor span:nth-child(6){height: 40px;}
.salla_fn_header .header_side_decor span:nth-child(7){height: 20px;}

.salla_fn_header .header_side_decor span:nth-child(2):after{
	content: '';
	height: 20px;
}
.salla_fn_header .header_side_decor span:nth-child(3):after{
	content: '';
	height: 30px;
}
.salla_fn_header .header_side_decor span:nth-child(4):after{
	content: '';
	height: 20px;
}
.salla_fn_header .header_side_decor span:nth-child(5):after{
	content: '';
	height: 20px;
}
.salla_fn_header .header_side_decor_left{left: 0;}
.salla_fn_header .header_side_decor_right{
	right: 0;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.salla_fn_header .header_side_decor_right span{
	margin-left: 0;
	margin-right: 20px;
}
@media(max-width: 1733px){
	.salla_fn_header .header_side_decor{display: none !important;}
}

.salla_fn_header .header_decor{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	
	height: 11px;
	width: 800px;
	max-width: 90%;
	max-width: calc(100% - 560px);
	border: 3px solid #000;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	z-index: 2;
}
.salla_fn_header .header_decor .decor_bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--salla-bbc);
	border-radius: 10px 10px 0 0;
	z-index: 10;
}
.page-template-page-hot .salla_fn_header .header_decor a{
	color: var(--salla-mc2);
}
.salla_fn_header .header_decor .icon{
	height: 100%;
	display: block;
	overflow: hidden;
}
.salla_fn_header .header_decor a{
	display: block;
	position: absolute;
	width: 46px;
	height: 18px;
	right: 18%;
	bottom: 100%;
	margin-bottom: 3px;
	z-index: 5;
	color: #000;
}
.salla_fn_header .header_decor a:hover{
	height: 33px;
}
.salla_fn_header .header_decor a:hover .toolt{
	opacity: 1;
	transform: translateX(0);
}
.salla_fn_header .header_decor .toolt{
	position: absolute;
	display: block;
	white-space: nowrap;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .5px;
	font-family: var(--hff);
	text-transform: uppercase;
	border: 2px dotted #000;
	top: -11px;
	left: 100%;
	margin-left: 9px;
	border-radius: 8px;
	opacity: 0;
	transition: all .3s ease;
	transform: translateX(10px);
	line-height: 28px;
}
.salla_fn_header .header_decor .toolt:after{
	content: '';
	position: absolute;
	left: -70px;
	top: -20px;
	right: -10px;
	bottom: -50px;
	display: block;
}
.salla_fn_header .header_decor .toolt:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 4px 2.5px 0;
	border-color: transparent #000 transparent transparent;
	right: 100%;
	top: 50%;
	margin-top: -2px;
	position: absolute;
	margin-right: 2px;
}
.salla_fn_header .header_decor .toolt .fn__svg{
 	width: 24px;
    height: 20px;
    display: block;
    position: absolute;
    left: 100%;
    top: -11px;
    margin-left: 2px;
    transform: rotate(-14deg);
}
.salla_fn_header .header_decor .icon .fn__svg{
	width: 46px;
	height: auto;
	display: block;
}
#salla_fn_header.menu_enabled .header_top{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.salla_fn_header .header_top{
	padding-top: 30px;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	border-bottom: 4px solid #000;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.salla_fn_header .hide_me{
	opacity: 0;
	visibility: hidden;
	position: relative;
	z-index: -999999;
	pointer-events: none;
}
.salla_fn_header .logo{
	position: relative;
}
.salla_fn_header .logo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.salla_fn_header .logo a{
	display: block;
	text-decoration: none;
}
.salla_fn_header .logo img{
	max-height: 110px;
}
.salla_fn_header .header_t_bottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}
.salla_fn_header .htbl_wrap{
	max-width: 230px;
}
.salla_fn_header .htbr_wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	max-width: 230px;
}
.salla_fn_header .htbr_wrap > *{
	margin-right: 20px;
}
.salla_fn_header .htbr_wrap > *:last-child{
	margin-right: 0;
}
.salla_fn_header .search_opener a{
	display: block;
	text-decoration: none;
	position: relative;
	font-family: var(--hff);
	font-size: 16px;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 34px;
	padding-right: 30px;
}
.salla_fn_header .search_opener a:hover{
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.salla_fn_header .search_opener .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
}
.salla_fn_header .header_bottom{
	position: relative;
}
.salla_fn_header .header_bottom .right_wing,
.salla_fn_header .header_bottom .left_wing{
	width: 4px;
	height: 20px;
	background-color: #000;
	position: absolute;
	left: 12px;
	top: -12px;
	z-index: 3;
}
.salla_fn_header .header_bottom .right_wing{
	left: auto;
	right: 12px;
}
.salla_fn_header .header_bottom .left_wing:after,
.salla_fn_header .header_bottom .left_wing:before{
	content: '';
	position: absolute;
	width: 4px;
	background-color: #000;
	top: 50%;
	left: 100%;
}
.salla_fn_header .header_bottom .left_wing:before{
	height: 16px;
	margin-left: 8px;
	margin-top: -8px;
}
.salla_fn_header .header_bottom .left_wing:after{
	height: 12px;
	margin-left: 20px;
	margin-top: -6px;
}
.salla_fn_header .header_bottom .right_wing:after,
.salla_fn_header .header_bottom .right_wing:before{
	content: '';
	position: absolute;
	width: 4px;
	background-color: #000;
	top: 50%;
	right: 100%;
}
.salla_fn_header .header_bottom .right_wing:before{
	height: 16px;
	margin-right: 8px;
	margin-top: -8px;
}
.salla_fn_header .header_bottom .right_wing:after{
	height: 12px;
	margin-right: 20px;
	margin-top: -6px;
}
.salla_fn_header .bottom_fixer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	max-width: 100%;
}
.salla_fn_header .salla_fn_nav{
	width: 100%;
	border: 4px solid #000;
	border-radius: 0 0 30px 30px;
	position: relative;
	padding: 0 50px;
	background-color: #fff;
	border-top: none;
}
@media(max-width: 850px){
	.salla_fn_header .salla_fn_nav{min-width: 100%;}
}
.salla_fn_header .menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.salla_fn_header .menu > div:first-child{
	max-width: 100%;
}
.salla_fn_main_nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -39px;
}
.salla_fn_main_nav li{
	position: relative;
	margin: 0;
}
.icon_bar__share .salla_fn_social_list li,
.salla_fn_main_nav .sub-menu li{
	transform: translateY(-20px);
	transition: all .5s ease;
	opacity: 0;
}
.icon_bar__share:hover .salla_fn_social_list li,
.salla_fn_main_nav li:hover > .sub-menu > li{
	transform: translateY(0);
	opacity: 1;
}
.icon_bar__share .salla_fn_social_list li:nth-child(1),
.salla_fn_main_nav li:nth-child(1){transition-delay: 0ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(2),
.salla_fn_main_nav li:nth-child(2){transition-delay: 50ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(3),
.salla_fn_main_nav li:nth-child(3){transition-delay: 100ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(4),
.salla_fn_main_nav li:nth-child(4){transition-delay: 150ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(5),
.salla_fn_main_nav li:nth-child(5){transition-delay: 200ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(6),
.salla_fn_main_nav li:nth-child(6){transition-delay: 250ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(7),
.salla_fn_main_nav li:nth-child(7){transition-delay: 300ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(8),
.salla_fn_main_nav li:nth-child(8){transition-delay: 350ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(9),
.salla_fn_main_nav li:nth-child(9){transition-delay: 400ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(10),
.salla_fn_main_nav li:nth-child(10){transition-delay: 450ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(11),
.salla_fn_main_nav li:nth-child(11){transition-delay: 500ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(12),
.salla_fn_main_nav li:nth-child(12){transition-delay: 550ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(13),
.salla_fn_main_nav li:nth-child(13){transition-delay: 600ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(14),
.salla_fn_main_nav li:nth-child(14){transition-delay: 650ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(15),
.salla_fn_main_nav li:nth-child(15){transition-delay: 700ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(16),
.salla_fn_main_nav li:nth-child(16){transition-delay: 750ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(17),
.salla_fn_main_nav li:nth-child(17){transition-delay: 800ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(18),
.salla_fn_main_nav li:nth-child(18){transition-delay: 850ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(19),
.salla_fn_main_nav li:nth-child(19){transition-delay: 900ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(20),
.salla_fn_main_nav li:nth-child(20){transition-delay: 950ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(21),
.salla_fn_main_nav li:nth-child(21){transition-delay: 1000ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(22),
.salla_fn_main_nav li:nth-child(22){transition-delay: 1050ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(23),
.salla_fn_main_nav li:nth-child(23){transition-delay: 1100ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(24),
.salla_fn_main_nav li:nth-child(24){transition-delay: 1150ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(25),
.salla_fn_main_nav li:nth-child(25){transition-delay: 1200ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(26),
.salla_fn_main_nav li:nth-child(26){transition-delay: 1350ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(27),
.salla_fn_main_nav li:nth-child(27){transition-delay: 1400ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(28),
.salla_fn_main_nav li:nth-child(28){transition-delay: 1450ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(29),
.salla_fn_main_nav li:nth-child(29){transition-delay: 1500ms;}
.icon_bar__share .salla_fn_social_list li:nth-child(30),
.salla_fn_main_nav li:nth-child(30){transition-delay: 1550ms;}
.salla_fn_main_nav > li > a{
	white-space: nowrap;
}
.salla_fn_main_nav > li{
	margin-left: 39px;
}
.salla_fn_main_nav > li:last-child:after{
	display: none;
}
.salla_fn_main_nav > li:after{
	content: '/';
	position: absolute;
	line-height: 50px;
	left: 100%;
	margin-left: 15px;
	font-size: 16px;
	font-weight: 900;
	font-family: var(--hff);
	color: #000;
	display: block;
	top: 0;
}
.salla_fn_main_nav > li.disabled{
	display: none;
}
.salla_fn_header .more > a,
.salla_fn_stickynav .more > a,
.salla_fn_main_nav > li > a{
	font-size: 16px;
	display: block;
	text-decoration: none;
	color: #000;
	font-family: var(--hff);
	font-weight: 900;
	text-transform: uppercase;
	line-height: 50px;
}
.salla_fn_main_nav > li.menu-item-has-children > a:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #000 transparent transparent transparent;
}
.salla_fn_main_nav > li.menu-item-has-children > a{
	position: relative;
	padding-right: 16px;
}

.fn__meta a:hover,
.blog__link_item a:hover,
.salla_fn_footer .widget_nav_menu .menu a:hover,
#breadcrumbs a:hover,
.blog__item .author a:hover,
.blog__item .fn__meta a:hover,
.salla_fn_main_nav li:hover > a,
.comment #cancel-comment-reply-link:hover,
.salla_fn_stickynav .sub-menu a:hover,
.salla_fn_header .sub-menu a:hover,
.salla_fn_stickynav .more > a:hover,
.salla_fn_header .more > a:hover,
.salla_fn_footer .footer_copyright a:hover,
.salla_fn_main_nav > li > a:hover{
	color: var(--salla-mc2);
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}

.salla_fn_stickynav .more,
.salla_fn_header .more{
	display: none;
	position: relative;
	margin-left: 40px;
}
.salla_fn_stickynav .more.active,
.salla_fn_header .more.active{
	display: block;
	white-space: nowrap;
}
.salla_fn_stickynav .sub-menu li,
.salla_fn_header .sub-menu li{
	margin-bottom: 3px;
	position: relative;
}
.salla_fn_stickynav .sub-menu ul,
.salla_fn_header .sub-menu ul{
	left: 100%;
	top: -36px;
	margin-left: 0;
}
.salla_fn_stickynav .more .sub-menu ul,
.salla_fn_header .more .sub-menu ul{
	margin-right: 0;
	left: auto;
	right: 100%;
}
.salla_fn_stickynav .sub-menu,
.salla_fn_header .sub-menu{
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	margin: 0;
	padding: 32px 0 27px;
	position: absolute;
	width: 300px;
	border: 4px solid #000;
	background-color: #fff;
	top: 100%;
	left: 0;
	margin-left: -44px;
	list-style-type: none;
	transform: translateY(20px);
	border-radius: 0 0 13px 13px;
}
.salla_fn_stickynav .more .sub-menu,
.salla_fn_header .more .sub-menu{
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -44px;
}
.salla_fn_stickynav .sub-menu a:after,
.salla_fn_header .sub-menu a:after{
	width: 12px;
	height: 4px;
	background-color: #000;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 0;
}
.salla_fn_stickynav .sub-menu a,
.salla_fn_header .sub-menu a{
	font-size: 16px;
	display: block;
	font-family: var(--hff);
	color: #000;
	font-weight: 900;
	letter-spacing: .25px;
	text-transform: uppercase;
	padding: 0 40px;
	line-height: 30px;
	white-space: normal;
}
.salla_fn_header .more li:hover > .sub-menu,
.salla_fn_header .more:hover > .sub-menu,
.salla_fn_stickynav .more li:hover > .sub-menu,
.salla_fn_stickynav .more:hover > .sub-menu,
.salla_fn_main_nav li:hover > .sub-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.salla_fn_stickynav .sub-menu li.menu-item-has-children > a,
.salla_fn_header .sub-menu li.menu-item-has-children > a{
	padding-right: 52px;
	position: relative;
}
.salla_fn_stickynav .sub-menu li.menu-item-has-children > a:after,
.salla_fn_header .sub-menu li.menu-item-has-children > a:after{
	content: '';
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -6px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #000;
}
.salla_fn_header .salla_fn_social_list ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -8px;
}
.salla_fn_header .salla_fn_social_list li{
	margin: 7px 0 7px 8px;
	padding: 0;
}
.salla_fn_header .salla_fn_social_list a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
	padding: 3px;
}
.salla_fn_header .salla_fn_social_list .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
}
.salla_fn_header .salla_fn_social_list a:hover{
	-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,.6) 30%, #fff 50%, rgba(255,255,255,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
	color: var(--salla-mc2);
}
/*************************************************************************/
/* 05) Searchbox
/*************************************************************************/
.salla_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(--salla-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 .salla_fn_searchbox{
	top: 32px;
	height: calc(100vh - 32px);
}
.salla_fn_searchbox .container{
	max-width: 1460px;
}
.salla_fn_searchbox .input{
	flex: 1;
}
.salla_fn_searchbox .search{
	position: relative;
	background-color: var(--salla-mc1);
	border-radius: 30px;
	border: 4px solid #000;
	margin: -4px -4px -4px 0;
}
.salla_fn_searchbox .search:hover{
	background-color: #fff;
}
.salla_fn_searchbox .search:hover input{
	-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,.6) 30%, #fff 50%, rgba(255,255,255,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.salla_fn_searchbox .search .fn__svg{
	display: block;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -10px;
}
.salla_fn_searchbox .search input{
	display: block;
	position: relative;
	background-color: transparent !important;
	padding: 0 80px 0 50px;
	height: 72px;
	color: #000;
	font-size: 18px;
	font-family: var(--hff);
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 900;
	z-index: 2;
}
.salla_fn_searchbox .input input{
	display: block;
	width: 100%;
	border: none;
	height: 72px;
	background-color: transparent !important;
	padding: 0 36px;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	font-family: var(--hff);
}
.salla_fn_searchbox .search_content{
	height: calc(100vh - 200px);
	overflow-x: auto;
	padding: 0 20px;
	width: 100%;
}
.salla_fn_searchbox.ajax_result .search_content{
	display: block;
}
.salla_fn_searchbox .search_content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.salla_fn_searchbox .search_content{
	scrollbar-width: thin;
	scrollbar-color: #999 #fff;
}
.salla_fn_searchbox .search_content::-webkit-scrollbar{
  	width: 4px;
}
.salla_fn_searchbox .search_content:-webkit-scrollbar-track{
  	background: #444;
}
.salla_fn_searchbox .search_content::-webkit-scrollbar-thumb{
	background-color: #000;
}
.admin-bar .salla_fn_searchbox .search_content{
	height: calc(100vh - 232px);
}
.salla_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;
}
.salla_fn_searchbox .search_wrapper .main_form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #eee;
	border: 4px solid #000;
	border-radius: 30px;
	margin-bottom: 20px;
	transform: translateY(106px);
	transition: all .3s ease;
}
.salla_fn_searchbox.ajax_result .main_form, .salla_fn_searchbox.loading .main_form{
	transform: translateY(0px);
}
.search-active .salla_fn_searchbox{
	opacity: 1;
	visibility: visible;
	transform: translateY(0%) scale(1);
}
.salla_fn_searchbox .search_closer{
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
}
.salla_fn_searchbox .search_closer:hover{
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.salla_fn_searchbox .search_closer span:before,
.salla_fn_searchbox .search_closer span:after{
	content: '';
    width: 25px;
    height: 4px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 40px;
	right: 40px;
	transition: all .5s ease;
}
.salla_fn_searchbox .search_closer span:after{
	transform: rotate(-45deg)
}
.salla_fn_searchbox .search_closer span:before{
	transform: rotate(45deg)
}
.salla_fn_searchbox .search_result{
	border: 4px solid #000;
	border-radius: 30px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	z-index: 5;
	transition: all .3s ease;
	transform: translateY(-106px);
	background-color: #000;
}
.salla_fn_searchbox.ajax_result .search_result,
.salla_fn_searchbox.loading .search_result{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.salla_fn_searchbox .filterbox{
	background-color: #f5e7cc;
	justify-content: center;
	padding: 11px 50px 16px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 4px solid #000;
	border-radius: 26px 26px 0 0;
}
.salla_fn_searchbox.loading .fn__preloader{
	opacity: 1;
	visibility: visible;
}
.salla_fn_searchbox .fn__preloader .text{
	color: #fff;
}
.salla_fn_searchbox .fn__preloader .icon{
	border-top-color: #eee;
    border-right-color: #eee;
    border-bottom-color: #eee;
}
.salla_fn_searchbox .fn__preloader{
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 55;
}

.salla_fn_searchbox .filterbox .filter{
	margin-right: 50px;
	margin-top: 5px;
}
.salla_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;
}
.salla_fn_searchbox .filterbox .text{
	line-height: 1;
	margin-top: 3px;
}
.salla_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;
}
.salla_fn_searchbox .filterbox .fn__svg{
	opacity: 0;
	display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 1px;
    top: 1px;
}
.salla_fn_searchbox .filterbox input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.salla_fn_searchbox .filterbox input:checked ~ .icon .fn__svg {
 	opacity: 1;
}
.salla_fn_searchbox.loading .result_content{
	opacity: 0;
}
.salla_fn_searchbox .resultbox{
	min-height: 200px;
	position: relative;
}
.salla_fn_searchbox .result_list{
	position: relative;
	background-color: #fff;
	border-radius: 0 0 26px 26px;
}
.salla_fn_searchbox .result_list ul{
	margin: 0;
	padding: 40px 36px 20px;
	list-style-type: none;
	margin-left: -20px;
	
	display: grid;
    grid-template-columns: repeat(auto-fit,minmax(450px,1fr));
}
.salla_fn_searchbox .result_list li{
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.salla_fn_searchbox .result_list .title_holder{
	width: 100%;
}
.salla_fn_searchbox .result_list .img_holder[data-has-image=""]{
	background-color: #e5e5e5;
    color: var(--salla-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;
    line-height: 1;
    text-align: center;
    font-weight: 900;
    font-size: 150px;
    text-transform: uppercase;
}
.salla_fn_searchbox .result_list .title > *:last-child{
	margin-bottom: 0;
}
.salla_fn_searchbox .result_list .fn_title{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 15px;
}
.fn_excerpt{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	   line-clamp: 2; 
	-webkit-box-orient: vertical;
	position: relative;
}
.salla_fn_searchbox .result_list .fn_title a{
	position: relative;
}
.salla_fn_searchbox .result_list .img_holder{
	width: 255px;
    min-width: 255px;
    height: 180px;
    min-height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 4px solid #000;
    margin-right: 30px;
}
.salla_fn_searchbox .result_list .fn__meta{
	margin-bottom: 8px;
	width: 100%;
}
.salla_fn_searchbox .result_list .meta_date{
	width: fit-content;
	max-width: 100%;
}
.salla_fn_searchbox .result_list .item{
	position: relative;
	min-height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.salla_fn_searchbox .result_info{
	padding: 23px 40px 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
}
.salla_fn_searchbox .result_info > *:last-child{
	margin-bottom: 0;
}
.salla_fn_searchbox .result_info form{
	border: 4px solid #000;
    border-radius: 40px;
	overflow: hidden;
}
.salla_fn_searchbox .result_info .submit_button{
	height: 60px;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--hff);
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #eee;
    color: #000;
    padding: 0 32px;
	letter-spacing: .25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.salla_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%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
	background-color: #fff;
}
.salla_fn_searchbox .result_info p{
	margin: 0;
	padding: 0;
	font-weight: 500;
	margin-bottom: 13px;
	color: #eee;
}
.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%);
    -webkit-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;
}
.salla_fn_singlepost .fn__preloader{
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	height: 204px;
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	border: 4px solid #000;
	margin-bottom: 66px;
}
.no-prev-post .salla_fn_singlepost .fn__preloader{
	display: none;
}
.prev-post-loading .salla_fn_singlepost .fn__preloader{
	opacity: 1;
	visibility: visible;
}
.fn__bp_slider .t_separator,
.post_title_holder .t_separator{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}
.fn__bp_slider .t_separator .sep,
.post_title_holder .t_separator .sep{
	width: 80px;
	height: 4px;
	display: block;
	background-color: #000;
	position: relative;
}
.fn__bp_slider .t_separator .sep span,
.post_title_holder .t_separator .sep span{
	width: 4px;
	height: 12px;
	display: block;
	background-color: #000;
	position: absolute;
	left: 50%;
	margin-left: -2px;
	top: 50%;
	margin-top: -6px;
}
.fn__bp_slider .t_separator .sep span:after,
.fn__bp_slider .t_separator .sep span:before,
.post_title_holder .t_separator .sep span:after,
.post_title_holder .t_separator .sep span:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 8px;
	background-color: #000;
	top: 50%;
	margin-top: -4px;
}
.fn__bp_slider .t_separator .sep span:before,
.post_title_holder .t_separator .sep span:before{
	right: 100%;
	margin-right: 10px;
}
.fn__bp_slider .t_separator .sep span:after,
.post_title_holder .t_separator .sep span:after{
	left: 100%;
	margin-left: 10px;
}
.salla_fn_single .all_cats{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.salla_fn_single .all_cats a{
	height: 40px;
    margin-right: 10px;
    text-decoration: none;
    display: block;
    padding: 0 30px;
    line-height: 40px;
    background-color: #f5e7cc;
    font-size: 16px;
    font-family: var(--hff);
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 13px;
    text-align: center;
}
.salla_fn_single .all_cats a:last-child{
	margin-right: 0;
}
.salla_fn_single .fn__meta{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.salla_fn_single .fn__meta .meta_category a:last-child{
	margin-right: 0;
}
.salla_fn_single .fn__meta .meta_category a{
	height: 40px;
    margin-right: 10px;
    text-decoration: none;
    display: block;
    padding: 0 30px;
    line-height: 40px;
    background-color: #f5e7cc;
    font-size: 16px;
    font-family: var(--hff);
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 13px;
    text-align: center;
}
.fn__meta .meta_author{
	font-family: var(--hff);
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 900;
}
.fn__meta .meta_author a{
	color: #000;
}
.fn__meta .meta_date{
	position: relative;
    padding: 0 15px;
    min-width: 120px;
	text-align: center;
	min-height: 32px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-mask-image: url(framework/svg/brush.svg);
	-o-mask-image:  url(framework/svg/brush.svg);
	mask-image:  url(framework/svg/brush.svg);
	-webkit-mask-size: 100% 100%;
	-o-mask-size: 100% 100%;
	mask-size: 100% 100%;
	background-color: var(--salla-mc1);
}
.fn__meta .meta_date .text{
	position: relative;
    z-index: 2;
    font-family: var(--hff);
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
	display: block;
	line-height: 1;
}
.fn__meta .meta_date .fn__svg{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
	pointer-events: none;
	display: none;
}
.salla_fn_single .fn__meta .meta_item{
	margin-right: 20px;
}
.salla_fn_single .fn__meta .meta_item:last-child{
	margin-right: 0;
}
/*************************************************************************/
/* 06) Ajax Preloader
/*************************************************************************/
.fn_ajax__preloader.loading{
	opacity: 1;
	visibility: visible;
}
.fn_ajax__preloader{
	opacity: 0;
	visibility: hidden;
	padding: 50px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-color: #fff;
	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_ajax__preloader .text{
	display: block;
	font-size: 18px;
	letter-spacing: .25px;
	text-transform: uppercase;
	font-family: var(--hff);
	font-weight: 900;
}
.fn_ajax__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;
}



@-webkit-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);
  }
}

@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);
  }
}




@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
/*************************************************************************/
/* 07) Page Title
/*************************************************************************/
.salla_fn_pagetitle{
	padding-bottom: 70px;
}
.salla_fn_pagetitle .fn__title{
	margin: 0;
	padding: 0;
	font-family: var(--hff);
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 0;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}

/*************************************************************************/
/* 08) Mobile Menu
/*************************************************************************/
.salla_fn_mobnav,
.fn_ajax__preloader{
	display: none;
}
.salla_fn_mobnav{
	background-color: #fff;
	width: 100%;
}
.salla_fn_mobnav .right__triggerr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.salla_fn_mobnav .right__triggerr a{
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 2;
	color: #000;
	margin-right: 10px;
}
.salla_fn_mobnav.menu_opened .right__triggerr .mobmenu_opener{
	background-color: var(--salla-bbc);
}
.salla_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%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.salla_fn_mobnav .right__triggerr a:last-child{
	margin-right: 0;
}
.salla_fn_mobnav .right__triggerr .fn__svg{
	width: 24px;
	height: 24px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
.salla_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;
}
.salla_fn_mobnav .right__triggerr a span:after,
.salla_fn_mobnav .right__triggerr a span:before{
	display: block;
	position: absolute;
	content: '';
	width: 34px;
	height: 4px;
	left: 0;
	background-color: #000;
}
.salla_fn_mobnav .right__triggerr a span:after{
	bottom: 100%;
	margin-bottom: 4px;
}
.salla_fn_mobnav .right__triggerr a span:before{
	top: 100%;
	margin-top: 4px;
}
.salla_fn_mobnav .mob_top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 10px 20px;
	border-bottom: 4px solid #000;
}
.salla_fn_mobnav .mob_bot{
	display: none;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 4px solid #000;
	position: relative;
	z-index: 5;
}
.salla_fn_mobnav .salla_fn_social_list{
	min-height: 50px;
	padding: 10px;
	background-color: #000;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-top: -4px;
}
.salla_fn_mobnav .salla_fn_social_list ul{
	margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: -25px;
}
.salla_fn_mobnav .salla_fn_social_list li{
	margin: 0;
	margin-left: 25px;
}
.salla_fn_mobnav .salla_fn_social_list a{
	color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: relative;
}
.salla_fn_mobnav .salla_fn_social_list i{
	transition: all .3s ease;
    display: block;
    overflow: hidden;
}
.salla_fn_mobnav .salla_fn_social_list i:before{
	margin: 0;
    display: block;
    width: auto;
}
.salla_fn_mobnav .mobile_menu{
	margin: 0;
	z-index: 5;
	padding: 22px 0 21px;
	list-style-type: none;
}
.salla_fn_mobnav .mobile_menu li{
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}
.salla_fn_mobnav .mobile_menu > li:nth-child(1){animation-delay: 0ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(2){animation-delay: 50ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(3){animation-delay: 100ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(4){animation-delay: 150ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(5){animation-delay: 200ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(6){animation-delay: 250ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(7){animation-delay: 300ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(8){animation-delay: 350ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(9){animation-delay: 400ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(10){animation-delay: 450ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(11){animation-delay: 500ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(12){animation-delay: 550ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(13){animation-delay: 600ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(14){animation-delay: 650ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(15){animation-delay: 700ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(16){animation-delay: 750ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(17){animation-delay: 800ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(18){animation-delay: 850ms;}
.salla_fn_mobnav .mobile_menu > li:nth-child(19){animation-delay: 900ms;}
.salla_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);
	}
}
.salla_fn_mobnav .mobile_menu li:last-child{
	margin-bottom: 0;
}
.salla_fn_mobnav .mobile_menu ul{
	display: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	margin-left: 20px;
	list-style-type: none;
}
.salla_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;
}
.salla_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%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite
}
.salla_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;
}
.salla_fn_mobnav .mobile_menu .menu-item-has-children.active > a:after{
	transform: rotate(90deg);
}
.salla_fn_mobnav .mobile_retina_logo,
.salla_fn_mobnav .mobile_logo{
	max-height: 50px;
}

/*************************************************************************/
/* 09) Blog Item
/*************************************************************************/
.blog__item{
	width: 100%;
}
.sticky .blog__item .bottom_in{
	background-color: #f8f4b2;
}
.blog__item .post_icon{
	display: block;
	right: -4px;
	bottom: 68px;
	background-color: #000;
	position: absolute;
	z-index: 2;
	color: var(--salla-mc1);
	width: 36px;
	height: 36px;
	border-radius: 100%;
}
.blog__item .embed_code{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	outline: none;
	padding: 0;
	z-index: -9999;
	visibility: hidden;
}
.blog__item .blog__icon{
	display: block;
	width: 80px;
	height: 80px;
	border: 4px solid #000;
	border-radius: 30px;
	margin: 0 auto 21px;
	position: relative;
	transition: all .3s ease;
}
.blog__item .blog__icon .extra_i{display: none !important;}
.blog__item .blog__quote_item .blog__icon{
	margin-bottom: 32px;
}
.blog__icon .fn__svg{
	width: 24px;
	height: 24px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	color: var(--salla-mc2);
}
.blog__quote_item{
	padding: 56px 26px 50px;
	text-align: center;
	background-color: #fff;
	border: 4px solid #000;
	border-radius: 30px;
}
.blog__quote_item blockquote{
	padding: 0;
	margin: 0;
	border: none;
	font-size: 24px;
	font-style: normal;
	line-height: 36px;
	font-family: var(--hff);
	font-weight: 900;
	letter-spacing: 0;
}
.blog__quote_item h4{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	position: relative;
	padding-top: 87px;
}
.blog__quote_item h4 span{
	width: 2px;
	height: 40px;
	display: block;
	background-color: #000;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -1px;
}
.blog__quote_item h4 span:after{
	width: 22px;
	height: 30px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	display: block;
	position: absolute;
	top: 5px;
	left: -10px;
	content: '';
}
.blog__quote_item h4 span:before{
	width: 42px;
	height: 20px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	display: block;
	position: absolute;
	top: 10px;
	left: -20px;
	content: '';
}


.blog__link_item{
	padding: 56px 26px 50px;
	text-align: center;
	background-color: #fff;
	border: 4px solid #000;
	border-radius: 30px;
}
.blog__link_item a{
	padding: 0;
	margin: 0;
	border: none;
	font-size: 24px;
	font-style: normal;
	line-height: 36px;
	font-family: var(--hff);
	font-weight: 900;
	letter-spacing: 0;
	color: #000;
	text-decoration: underline;
}
.blog__item .blog__status_item .blog__icon{
	margin-bottom: 32px;
}
.blog__status_item{
	padding: 56px 26px 50px;
	text-align: center;
	background-color: #fff;
	border: 4px solid #000;
	border-radius: 30px;
}
.blog__status_item h4{
	padding: 0;
	margin: 0;
	border: none;
	font-size: 24px;
	font-style: normal;
	line-height: 36px;
	font-family: var(--hff);
	font-weight: 900;
	letter-spacing: 0;
}
.blog__item .blog__icon > a{
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
}
.blog__item .post_icon .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
}
.blog__item .fn__meta{
	position: relative;
	border: 4px solid #000;
	background-color: #fff;
	border-radius: 30px;
	height: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-left: 16px;
	-ms-align-items: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 4px;
}
.blog__item .fn__meta .meta_category,
.blog__item .fn__meta .meta_date{
	flex: 0 0 auto;
}
.blog__item .fn__meta .p_divider{
	display: block;
	margin: 0 20px;
	height: 12px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.blog__item .fn__meta .p_divider:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	top: 50%;
	margin-top: -2px;
	background-color: #000;
}
.blog__item .fn__meta .p_divider span{
	position: absolute;
	width: 32px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	display: block;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	left: 50%;
	margin-left: -16px;
}
.blog__item .fn__meta .p_divider span:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -2px;
	width: 4px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	background-color: #000;
}
.blog__item .fn__meta .meta_category a:last-child{
	margin-right: 0;
}
.blog__item .fn__meta .meta_category a{
	height: 52px;
	margin-right: 10px;
	text-decoration: none;
	display: block;
	padding: 0 40px;
	line-height: 52px;
	background-color: #f5e7cc;
	font-size: 16px;
	font-family: var(--hff);
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
	border-radius: 26px;
	text-align: center;
} 
.blog__item .bottom_holder .binder_h{
	position: absolute;
	left: 60px;
	right: 60px;
	height: 26px;
	top: -19px;
	background-image: url(framework/svg/stitches2.svg);
	background-repeat: repeat-x;
/*	background-repeat: no-repeat;*/
	background-position: center center;
	background-size: contain;
}
.blog__item .bottom_in{
	padding: 26px;
	background-color: #fff;
	border-radius: 26px;
}
.blog__item .bottom_holder{
	background-color: #000;
	text-align: center;
	border: 4px solid #000;
	border-radius: 30px;
	position: relative;
}
.blog__item .title h3{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 7px;
}
.blog__item .author{
	margin-bottom: 15px;
}
.blog__item .author a{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 18px;
	font-family: var(--hff);
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}
.blog__item .desc p{
	margin: 0;
	padding: 0;
	font-weight: 500;
}
.fn__read_more.view_enable a{
	margin-right: 15px
}
.fn__read_more{
	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;
	width: 100%;
	overflow: hidden;
	height: 72px;
	padding: 0 16px;
	padding-top: 2px;
}

.fn__read_more a{
	height: 26px;
    line-height: 26px;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--hff);
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.fn__read_more .read_line{
	width: 40%;
	background-color: var(--salla-mc1);
	height: 4px;
	display: block;
	border-radius: 4px;
}
.fn__read_more .read_in{
	position: relative;
	padding: 0 20px;
	width: fit-content;
	max-width: 100%;
}
.fn__read_more .read_more a{
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: var(--hff);
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.fn__read_more .read_wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.fn__read_more .post_views{
	font-weight: 500;
	font-size: 14px;
	font-family: var(--hff);
	color: #fff;
	letter-spacing: 0;
	line-height: 26px;
	padding: 0 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	background-color: #222;
	border-radius: 13px;
	white-space: nowrap;
}
.fn__read_more .post_views .fn__svg{
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 4px;
}
.blog__image{
	border-radius: 10px;
	border: 4px solid #000;
	background-color: #ddd;
	margin-bottom: 27px;
	position: relative;
}
.fn__image_format .typ_overlay,
.blog__image .typ_overlay{
	padding: 20px;
	background-color: #e5e5e5;
    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;
	border-radius: 6px;
	width: 100%;
	min-height: 250px;
}
.fn__image_format .typ_overlay h4,
.blog__image .typ_overlay h4{
	margin: 0;
	padding: 0;
    font-weight: 900;
    font-size: 150px;
    text-transform: uppercase;
    line-height: 1;
    color: var(--salla-mc2);
}
@media(min-width: 769px){
	.blog_layout_classic .fn__image_format .typ_overlay h4,
	.blog_layout_classic .blog__image .typ_overlay h4{
		font-size: 300px;
	}
}

.fn__image_format .typ_overlay:after,
.fn__image_format .typ_overlay:before,
.blog__image .typ_overlay:after,
.blog__image .typ_overlay:before{
	clear: both;
	display: table;
	content: '';
}
.fn__image_format .typ_overlay div,
.blog__image .typ_overlay div{
	margin-bottom: 60%;
}
.fn__image_format .typ_overlay div{
	margin: 0;
}
.blog__image img{
	border-radius: 6px;
}
.blog__image .fn__audio_popup,
.blog__image .fn__video_popup{
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: -13px;
	right: 28px;
	display: block;
	border-radius: 20px;
	background-color: #000;
	color: #fff;
}
.post_format-post-format-video .blog__item .blog__icon:hover,
.post_format-post-format-audio .blog__item .blog__icon:hover{
	background-color: #fff;
}
.blog__item .blog__icon > a:hover .fn__svg,
.blog__image .fn__audio_popup:hover .main_svg,
.blog__image .fn__video_popup:hover .main_svg{
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.blog__image .fn__video_popup .extra_i,
.blog__image .fn__audio_popup .extra_i{
	position: absolute;
	height: 15px;
	display: block;
	width: auto;
	color: #000;
	bottom: 12px;
}
.blog__image .fn__video_popup .right_i,
.blog__image .fn__audio_popup .right_i{
	left: 100%;
	margin-left: -7px;
}
.blog__image .fn__video_popup .left_i,
.blog__image .fn__audio_popup .left_i{
	right: 100%;
	transform: rotateY(180deg);
	margin-right: -7px;
}
.blog__image .fn__video_popup .main_svg,
.blog__image .fn__audio_popup .main_svg{
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	top: 50%;
	left: 50%;
	margin: -11px 0 0 -11px;
}
.blog__image .fn__video_popup .main_svg{
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
}
.fn__gallery_format .owl-carousel{
	display: block;
	height: 400px;
}
.fn__gallery_format .owl-carousel .item:nth-child(1){
	display: block;
}
.fn__gallery_format .owl-carousel .item{
	display: none;
}
.fn__gallery_format .slider__nav a{
	display: block;
	text-decoration: none;
	width: 50px;
	height: 50px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	border-radius: 16px;
	color: #fff;
	z-index: 5;
}
.fn__gallery_format .slider__nav a:hover .fn__svg{
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.fn__gallery_format .slider__nav .next .fn__svg{
	transform: rotate(-180deg) rotateX(180deg);
}
.fn__gallery_format .slider__nav .prev{
	left: 16px;
}
.fn__gallery_format .slider__nav .next{
	right: 16px;
}
.fn__gallery_format .slider__nav .fn__svg{
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -11px 0 0 -11px;
}
.fn__gallery_format{
	border-radius: 40px;
    overflow: hidden;
    border: 4px solid #000;
    background-color: #ddd;
    margin-bottom: 27px;
    position: relative;
}
.fn__gallery_format .item{
	height: 400px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.salla_fn_bloglist > ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -60px;
}
.salla_fn_bloglist .post_item{
	padding-left: 60px;
	width: 100%;
	margin-bottom: 60px;
}

.salla_fn_bloglist.blog_layout_classic .post_item{
	width: 100%;
}
.salla_fn_leftsidebar .salla_fn_bloglist.blog_layout_masonry .post_item{
	width: 50%;
}
.salla_fn_bloglist.blog_layout_masonry .post_item{
	width: 33.3333%;
}
@media(max-width: 1200px){
	.salla_fn_bloglist.blog_layout_masonry .post_item{width: 50%;}
}
@media(max-width: 768px){
	.salla_fn_leftsidebar .salla_fn_bloglist.blog_layout_masonry .post_item,
	.salla_fn_bloglist.blog_layout_masonry .post_item{width: 100%;}
}
/*************************************************************************/
/* 10) Breadcrumbs
/*************************************************************************/
#breadcrumbs{
	margin: 0;
	margin-top: 4px;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#breadcrumbs li{
	margin: 5px 0 2px;
	font-weight: 900;
    font-family: var(--hff);
	font-size: 18px;
	text-transform: uppercase;
}
#breadcrumbs .separator{
	width: 60px;
	position: relative;
}
#breadcrumbs .separator:after{
	content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 30px;
    height: 4px;
    right: 15px;
    background-color: var(--salla-mc2);
}
#breadcrumbs a{
	text-decoration: none;
	color: #000;
}
/*************************************************************************/
/* 11) Pagination
/*************************************************************************/
.salla_fn_pagination{
	padding-bottom: 90px;
}
.salla_fn_leftsidebar .salla_fn_pagination{
	padding-bottom: 0;
}
.salla_fn_pagination .pag_inner{
	padding: 0 70px;
	position: relative;
}
.salla_fn_pagination .left_wing:after{
	width: 4px;
	height: 20px;
	position: absolute;
	background-color: inherit;
	content: '';
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.salla_fn_pagination .left_wing:before{
	width: 4px;
	height: 16px;
	position: absolute;
	background-color: inherit;
	content: '';
	right: 12px;
	top: 50%;
	margin-top: -8px;
}
.salla_fn_pagination .left_wing span{
	width: 4px;
	height: 12px;
	position: absolute;
	background-color: inherit;
	content: '';
	right: 24px;
	top: 50%;
	margin-top: -6px;
}
.salla_fn_pagination .right_wing,
.salla_fn_pagination .left_wing{
	width: 50px;
	height: 4px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0;
}
.salla_fn_pagination .right_wing{
	left: auto;
	right: 0;
}
.salla_fn_pagination .right_wing:after{
	width: 4px;
	height: 20px;
	position: absolute;
	background-color: inherit;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.salla_fn_pagination .right_wing:before{
	width: 4px;
	height: 16px;
	position: absolute;
	background-color: inherit;
	content: '';
	left: 12px;
	top: 50%;
	margin-top: -8px;
}
.salla_fn_pagination .right_wing span{
	width: 4px;
	height: 12px;
	position: absolute;
	background-color: inherit;
	content: '';
	left: 24px;
	top: 50%;
	margin-top: -6px;
}
.salla_fn_pagination .pag_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.salla_fn_pagination ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -10px;
}
.salla_fn_pagination li{
	margin: 10px 0 10px 10px;
}
.salla_fn_pagination li span,
.salla_fn_pagination li a{
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	border: 4px solid #000;
	background-color: #000;
	border-radius: 18px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	font-weight: 900;
	font-family: var(--hff);
	color: #fff;
	position: relative;
}
.salla_fn_pagination li .current,
.salla_fn_pagination li a:hover{
	background-color: #fff;
	color: #000;
}
/*************************************************************************/
/* 12) Page Links
/*************************************************************************/
.salla_fn_pagelinks{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0 50px 44px;
	list-style-type: none;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -10px;
}
.salla_fn_pagelinks > *{
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	border: 4px solid #000;
	background-color: #000;
	border-radius: 18px;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	font-weight: 900;
	font-family: var(--hff);
	color: #fff;
	position: relative;
	margin: 0px 0 10px 10px;
	z-index: 1;
}
.salla_fn_pagelinks .current,
.salla_fn_pagelinks a:hover{
	background-color: #fff;
	color: #000;
}
/*************************************************************************/
/* 13) Footer
/*************************************************************************/
.salla_fn_footer{
	position: relative;
}
#salla_fn_footer.subscribe_disabled .footer_bottom .right_wing,
#salla_fn_footer.subscribe_disabled .footer_bottom .left_wing{
	display: none;
}
.salla_fn_footer .footer_btm_in{
	position: relative;
	padding-top: 41px;
	padding-top: 53px;
	padding-bottom: 53px;
	background-color: #fff;
	border-left: 4px solid #000;
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.subscribe_enabled .salla_fn_footer .footer_btm_in{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.salla_fn_footer .footer_bottom .right_wing,
.salla_fn_footer .footer_bottom .left_wing{
	width: 4px;
	height: 20px;
	background-color: #000;
	position: absolute;
	left: 12px;
	top: -12px;
	z-index: 3;
}
.salla_fn_footer .footer_bottom .right_wing{
	left: auto;
	right: 12px;
}
.salla_fn_footer .footer_bottom .left_wing:after,
.salla_fn_footer .footer_bottom .left_wing:before{
	content: '';
	position: absolute;
	width: 4px;
	background-color: #000;
	top: 50%;
	left: 100%;
}
.salla_fn_footer .footer_bottom .left_wing:before{
	height: 16px;
	margin-left: 8px;
	margin-top: -8px;
}
.salla_fn_footer .footer_bottom .left_wing:after{
	height: 12px;
	margin-left: 20px;
	margin-top: -6px;
}
.salla_fn_footer .footer_bottom .right_wing:after,
.salla_fn_footer .footer_bottom .right_wing:before{
	content: '';
	position: absolute;
	width: 4px;
	background-color: #000;
	top: 50%;
	right: 100%;
}
.salla_fn_footer .footer_bottom .right_wing:before{
	height: 16px;
	margin-right: 8px;
	margin-top: -8px;
}
.salla_fn_footer .footer_bottom .right_wing:after{
	height: 12px;
	margin-right: 20px;
	margin-top: -6px;
}
.salla_fn_footer .footer_copyright p{
	margin: 0;
	padding: 0;
	font-weight: 500;
	text-align: center;
	line-height: 1;
}
.salla_fn_footer .footer_copyright a{
	text-decoration: none;
	color: #000;
}
.salla_fn_footer .widget_nav_menu .menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap;
	justify-content: center;
}
.salla_fn_footer .widget_nav_menu .menu{
	position: relative;
	margin-left: -34px;
}
.salla_fn_footer .widget_nav_menu .menu > li{
	margin-left: 34px;
	position: relative;
	margin-bottom: 0;
}
.salla_fn_footer .widget_nav_menu .menu > li > a{
	font-size: 18px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #000;
	text-decoration: none;
	display: block;
	font-weight: 900;
	line-height: 2.5;
}
.salla_fn_footer .widget_nav_menu .sub-menu li{
	margin-bottom: 6px;
	position: relative;
}
.salla_fn_footer .widget_nav_menu .sub-menu ul{
	left: 100%;
	top: -36px;
	margin-left: 0;
}
.salla_fn_footer .widget_nav_menu .sub-menu{
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	margin: 0;
	padding: 32px 0 25px;
	position: absolute;
	width: 280px;
	border: 4px solid #000;
	background-color: #fff;
	bottom: 100%;
	left: 0;
	margin-left: -18px;
	list-style-type: none;
	transform: translateY(-30px);
	border-radius: 0 0 13px 13px;
}
.salla_fn_footer .widget_nav_menu .sub-menu:after{
	content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -10px;
    z-index: -1;
    border-radius: 0 0 20px 20px;
    border-bottom: 10px solid #000;
}
.salla_fn_footer .widget_nav_menu .sub-menu a{
	font-size: 18px;
	display: block;
	font-family: var(--hff);
	color: #000;
	font-weight: 900;
	letter-spacing: .25px;
	text-transform: uppercase;
	padding: 0 40px;
	line-height: 30px;
	white-space: normal;
}
.salla_fn_footer .widget_nav_menu li:hover > .sub-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.salla_fn_footer .widget_nav_menu .sub-menu li.menu-item-has-children > a{
	padding-right: 52px;
	position: relative;
}
.salla_fn_footer .widget_nav_menu .sub-menu li.menu-item-has-children > a:after{
	content: '';
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -6px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #000;
}

/*************************************************************************/
/* 14) Sidebar Page
/*************************************************************************/
.salla_fn_hassidebar .sidebarpage{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: -60px;
}
.salla_fn_leftsidebar{
	width: 66.6666%;
	padding-left: 60px;
	padding-bottom: 80px;
}
.salla_fn_leftsidebar .salla_fn_comments{
	margin-bottom: 0;
}
.salla_fn_rightsidebar{
	width: 33.33333%;
	padding-left: 60px;
	margin-bottom: 80px;
}
.page-template-default .salla_fn_leftsidebar .ls_content{
	border: 4px solid #000;
    border-radius: 40px;
    position: relative;
    background-color: #fff;
	padding: 70px 50px;
}
.page-template-default .salla_fn_leftsidebar .ls_content > *:last-child{
	margin-bottom: 0;
}
/*************************************************************************/
/* 15) Totop Button
/*************************************************************************/
.salla_fn_totop{
	position: fixed;
	z-index: 15;
	bottom: 30px;
	right: 30px;
	text-decoration: none;
	width: 50px;
	height: 50px;
	border-radius: 20px;
	background-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;
	cursor: pointer;
	transform: translateY(120px);
}
.salla_fn_totop.active{
	transform: translateY(0);
}
.salla_fn_totop.active .fn__svg{
	transform: rotate(90deg) translateX(0px);
	transition: all .3s ease;
}
.salla_fn_totop:hover .fn__svg{
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.salla_fn_totop .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
	transform: rotate(90deg) translateX(9px);
	transition: all .3s .3s ease;
	position: relative;
	z-index: 2;
	color: #fff;
}
/*************************************************************************/
/* 16) 404 Page
/*************************************************************************/
.salla_fn_404{
	text-align: center;
	padding-bottom: 80px;
	padding-top: 11px;
}
.salla_fn_404 .fn__title{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 200px;
	font-size: 10.43vw;
	line-height: 1;
	margin-bottom: 3px;
}
.salla_fn_404 .fn__maintitle{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.salla_fn_404 .fn__desc{
	margin: 0 auto;
	padding: 0;
	max-width: 500px;
	font-weight: 500;
	margin-bottom: 23px;
}
.salla_fn_protectedform.container-custom,
.salla_fn_404 .container-custom{
	max-width: 535px;
	margin: 0 auto;
}
.salla_fn_protectedform form,
.salla_fn_404 form{
	background-color: #eee;
	border: 4px solid #000;
	border-radius: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.salla_fn_protectedform input[type="password"],
.salla_fn_404 input[type="text"]{
	border: none;
	margin: 0;
	padding: 0 26px;
	background-color: transparent !important;
	flex: 1;
	height: 52px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	font-style: normal;
}
.salla_fn_protectedform .search,
.salla_fn_404 .search{
	margin: -4px;
	margin-left: 0;
	position: relative;
	background-color: var(--salla-mc1);
	border: 4px solid #000;
	border-radius: 20px;
}
.salla_fn_protectedform .search:hover,
.salla_fn_404 .search:hover{
	background-color: #fff;
}
.salla_fn_protectedform .search:hover input[type="submit"],
.salla_fn_404 .search:hover input[type="submit"]{
	-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,.6) 30%, #fff 50%, rgba(255,255,255,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.salla_fn_protectedform input[type="submit"],
.salla_fn_404 input[type="submit"]{
	border: none !important;
	position: relative;
	background-color: transparent !important;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: .25px;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #000;
	height: 100%;
	padding: 0 62px 0 32px;
	z-index: 2;
}
.salla_fn_protectedform input[type="submit"]{
	padding-right: 32px;
}
.salla_fn_protectedform .fn__svg,
.salla_fn_404 .fn__svg{
	display: block;
	position: absolute;
	right: 32px;
	top: 50%;
	margin-top: -10px;
}
/*************************************************************************/
/* 17) Protected Page
/*************************************************************************/
.salla_fn_protected{
	text-align: center;
	padding-bottom: 80px;
	padding-top: 40px;
}
.salla_fn_protected .fn__maintitle{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.salla_fn_protected .icon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 31px;
}
.salla_fn_protected .icon .fn__svg{
	width: 145px;
	height: 145px;
	display: block;
}
.salla_fn_protected .fn__desc{
	margin: 0 auto;
	padding: 0;
	max-width: 500px;
	font-weight: 500;
	margin-bottom: 23px;
}
.salla_fn_protected .container-custom{
	max-width: 535px;
	margin: 0 auto;
}
.salla_fn_protected form{
	background-color: #eee;
	border: 4px solid #000;
	border-radius: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.salla_fn_protected input[type="password"],
.salla_fn_protected input[type="text"]{
	border: none;
	margin: 0;
	padding: 0 26px;
	background-color: transparent !important;
	flex: 1;
	height: 52px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	font-style: normal;
	border-radius: 30px 0 0 30px;
}
.salla_fn_protected .search{
	margin: -4px;
	margin-left: 0;
	position: relative;
	background-color: var(--salla-mc1);
	border: 4px solid #000;
	border-radius: 40px;
}
.salla_fn_protected .search:hover{
	background-color: #fff;
}
.salla_fn_protected .search:hover input[type="submit"]{
	-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,.6) 30%, #fff 50%, rgba(255,255,255,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.salla_fn_protected input[type="submit"]{
	border: none !important;
	position: relative;
	background-color: transparent !important;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: .25px;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #000;
	height: 100%;
	padding: 0 32px;
	z-index: 2;
}
.salla_fn_protected form .fn__svg{
	display: block;
	position: absolute;
	right: 32px;
	top: 50%;
	margin-top: -10px;
}
/*************************************************************************/
/* 18) Featured Posts
/*************************************************************************/
.featured_post_item{
	width: 100%;
    border: 4px solid #000;
    border-radius: 30px;
    position: relative;
    background-color: #fff;
	background-color: #000;
}
.featured_post_item .fp_content{
	background-color: #fff;
	border-radius: 26px;
}
.featured_post_item .fp_heading{
	height: 74px;
	padding: 0 26px;
}
.featured_post_item .fp_heading h3{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
}
.featured_post_item .fp_heading .text_wrapper{
	position: relative;
	padding: 0 40px;
	line-height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.featured_post_item .fp_heading .fn__svg{
	width: auto;
	height: 30px;
	display: block;
	color: var(--salla-mc1);
}
.featured_post_item .fp_heading .icon__after,
.featured_post_item .fp_heading .icon__before{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.featured_post_item .fp_heading .icon__after{
	right: 0;
}
.featured_post_item .fp_heading .icon__before{
	left: 0;
}
.featured_post_item .fp_content{
	position: relative;
	padding: 36px 26px;
	margin-bottom: 4px;
}
.featured_post_item .fp_content ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.featured_post_item .fp_content li{
	margin-bottom: 20px;
}
.featured_post_item .fp_content li:last-child{
	margin-bottom: 0;
}
.featured_post_item .fp__item{
	padding-bottom: 20px;
	position: relative;
	border-bottom: 2px solid #000;
	padding-left: 70px;
}
.featured_post_item .fp_count{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	font-family: var(--hff);
	border-radius: 20px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.featured_post_item .fp_count span{
	width: 34px;
	height: 34px;
	display: block;
	line-height: 32px;
	border: 2px solid #fff;
	border-radius: 12px;
	text-align: center;
}
.featured_post_item li:last-child .fp__item{
	padding-bottom: 0;
	border-bottom: none;
}
.featured_post_item .fp__item h4{
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 900;
	line-height: 26px;
	min-height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
/*************************************************************************/
/* 19) Blog Single
/*************************************************************************/
.single__content{
	border: 4px solid #000;
	border-radius: 30px;
	position: relative;
	margin-bottom: 66px;
	width: 100%;
	max-width: 100%;
	background-color: #000;
}
.single__content .content_holder{
	background-color: #fff;
	border-radius: 26px;
	padding-bottom: 110px;
}
.single_with_share{
	margin-bottom: 66px;
}
.single_with_share .single__content{
	margin-bottom: 0;
}
.post_title_holder{
	padding: 0 50px;
	margin-bottom: 35px;
}
.post_title_holder[data-has-format="0"]{
	padding-top: 63px;
}
.post_title_holder .fn__maintitle{
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 13px;
}
.single__content .post_content blockquote{
	border: none;
	font-size: 24px !important;
	line-height: 30px;
	color: var(--salla-mc2);
	font-family: var(--hff);
	font-weight: 900;
	font-style: italic;
	position: relative;
	padding: 0 50px 0 100px;
	margin: 0 0 30px;
}
.wp-element-caption{
	font-size: smaller;
}
.single__content .post_content blockquote:after{
	content: '';
	width: 44px;
	height: 34px;
	left: 28px;
	display: block;
	top: 0;
	position: absolute;
	-webkit-mask-image: url(framework/svg/quote2.svg);
	-o-mask-image:  url(framework/svg/quote2.svg);
	mask-image:  url(framework/svg/quote2.svg);
	-webkit-mask-size: 100% 100%;
	-o-mask-size: 100% 100%;
	mask-size: 100% 100%;
	background-color: var(--salla-mc2);
}
.single__content .post_content blockquote cite{
	font-size: 14px;
	color: #000;
	font-weight: 900;
	letter-spacing: .25px;
	line-height: 1.2;
	text-transform: uppercase;
	font-style: normal;
}
.single__content .post_content + .salla_fn_tags{
	margin-top: 50px;
}
.single__content .post_content{
	padding: 0 50px;
}
.single__content .post_content > *{
	margin-bottom: 50px;
}
.single__content .post_content > *:last-child{
	margin-bottom: 0px;
}
.single__content .post_c_in > *:nth-last-child(2){
	margin-bottom: 0;
}
.single__content .salla_fn_tags{
	padding: 0 50px;
}
.single__content .salla_fn_tags ul{
	margin: 0;
	padding: 0;
	margin-left: -15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	list-style-type: none;
}
.single__content .salla_fn_tags li{
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-bottom: 4px;
}
.single__content .salla_fn_tags a{
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
}
.single__content .salla_fn_tags a:before{
	content: '#';
	color: var(--salla-mc2);
}
.single__content .salla_fn_tags a:hover{
	color: var(--salla-mc2);
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.single__content .salla_fn_tags a:hover:before{
	color: #000;
}
/*************************************************************************/
/* 20) Prev & Next Box
/*************************************************************************/
.salla_fn_pnb[data-status="no"]{
	display: none;
}
.salla_fn_pnb[data-status="prev"] .prev{
	margin-bottom: 0;
}
.salla_fn_pnb[data-status="prev"] .next{
	display: none;
}
.salla_fn_pnb[data-status="next"] .prev{
	display: none;
}
.salla_fn_pnb{
	margin-bottom: 60px;
	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;
}
.salla_fn_pnb .fn_excerpt{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	   line-clamp: 2; 
	-webkit-box-orient: vertical;
	position: relative;
}
.salla_fn_pnb .fn__meta{
	margin-bottom: 10px;
	justify-content: flex-start;
}
.salla_fn_pnb .fn__meta a{
	position: relative;
	z-index: 2;
}
.salla_fn_pnb .full_link{
	z-index: 1;
}
.salla_fn_pnb .item{
	width: 100%;
	max-width: 100%;
	position: relative;
	border: 4px solid #000;
	background-color: #000;
	border-radius: 30px;
	margin-bottom: 10px;
	padding-left: 50px;
}
.salla_fn_pnb .item:last-child{
	margin-bottom: 0;
}
.salla_fn_pnb .fn_desc{
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}
.salla_fn_pnb .fn_desc span{
	position: absolute;
    width: max-content;
    white-space: nowrap;
    transform: rotate(-90deg) translate(-50%,-50%);
    transform-origin: left top;
    left: 50%;
    top: 50%;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: var(--hff);
    display: block;
    font-weight: 900;
    line-height: 1;
	color: #fff;
}
.salla_fn_pnb .item_in{
	padding: 26px 36px;
	background-color: #fff;
	border-radius: 26px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.salla_fn_pnb .img{
    width: 255px;
    min-width: 255px;
    height: 180px;
	min-height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	border: 4px solid #000;
	margin-right: 30px;
}
.salla_fn_pnb [data-img=""] .img{
	background-color: #e5e5e5;
    color: var(--salla-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;
    line-height: 1;
    text-align: center;
    font-weight: 900;
    font-size: 150px;
    text-transform: uppercase;
}
.salla_fn_pnb .desc > *:last-child{
	margin-bottom: 0;
}
.salla_fn_pnb .fn_title{
	font-size: 30px;
	font-weight: 900;
	margin: 0;
	padding: 0;
	transition: all .3s ease;
	margin-bottom: 14px;
}
.salla_fn_pnb .fn_title a{
	position: relative;
	z-index: 2;
}
.salla_fn_pnb .item:hover .fn_desc .fn__svg{
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
p:empty{
	margin: 0;
}
/*************************************************************************/
/* 21) Sharebox
/*************************************************************************/
.single_with_share{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.salla_fn_share{
    width: 0;
	padding-top: 50px;
	padding-bottom: 20px;
}
.salla_fn_share.no_share .post_views{
	border-bottom-left-radius: 20px;
	height: 66px;
}
.salla_fn_share .post_views{
	width: 100%;
	height: 57px;
	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;
	background-color: #fff;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-radius: 18px;
	border-bottom: 4px solid #000;
	font-weight: 700;
	font-size: 12px;
	font-family: var(--hff);
	color: #000;
	text-align: center;
	padding-top: 8px;
	line-height: 1;
}
.salla_fn_share .post_views .fn__svg{
	width: 24px;
	height: auto;
	display: block;
	margin-bottom: 2px;
}
.salla_fn_share h5{
	margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
	text-transform: uppercase;
	text-orientation: mixed;
    writing-mode: vertical-lr;
    line-height: 50px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 20px;
}
.admin-bar .salla_fn_share .share_wrapper{
	top: 132px;
}
.salla_fn_share .share_wrap{
	background-color: #000;
	border-radius: 20px;
}
.salla_fn_share .share_wrapper{
	width: 50px;
	position: sticky;
	top: 100px;
	margin-left: -60px;
}
.salla_fn_share.view_enable ul{
	position: relative;
	z-index: 2;
}
.salla_fn_share ul{
	margin: 0;
	padding: 15px 0 12px;
	list-style-type: none;
	width: 50px;
	background-color: #000;
	border-radius: 20px;
}
.salla_fn_share a{
	color: #eee;
	text-decoration: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0 5px;
	font-size: 22px;
	height: 32px;
	text-align: center;
	overflow: hidden;
	transform: translateZ(0);
}
.salla_fn_share .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
}
.salla_fn_share a:hover{
	-webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,.6) 30%, #fff 50%, rgba(255,255,255,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
    color: var(--salla-mc2);
}
.salla_fn_share li{
	transform: translateZ(0);
	overflow: hidden;
}
.salla_fn_share i{
	transition: all .3s ease;
	display: block;
	transform: translateZ(0);
	overflow: hidden;
}
.salla_fn_share i:before{
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
}



.post_top_format{
	padding: 26px 26px 0;
	margin-bottom: 33px;
}
.post_top_format .fn__gallery_format{
	margin-bottom: 0px;
}
.post_top_format .fn__gallery_format .item{
	height: 700px;
}
.fn__video_format iframe{
	border-radius: 40px;
	border: 4px solid #000;
}
/*************************************************************************/
/* 22) Comments
/*************************************************************************/
.salla_fn_comments{
	border: 4px solid #000;
	border-radius: 30px;
	position: relative;
	background-color: #f5e7cc;
	margin-bottom: 66px;
}
.salla_fn_comments.comment_type_always_open{
	background-color: #fff;
}
.salla_fn_comments.comment_type_always_open .comment-respond{
	border-top-left-radius: 26px;
	border-top-right-radius: 26px;
}
.comment_top + .respond_comment .comment-respond{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.respond_comment{
	border-radius: 0 0 26px 26px;
}
.salla_fn_comments.comment_type_always_open .fn__comments{
	border-top-width: 0;
	background-color: transparent;
}
.salla_fn_comments.comment_type_always_open > .fn__comments:first-child{
	border-top-left-radius: 26px;
	border-top-right-radius: 26px;
}
.salla_fn_comments.comment_type_always_open_wh .comment_opener:hover h3{
	-webkit-mask-image: none;
	-webkit-mask-size: none;
	animation: none;
}
.comment-active.salla_fn_comments .comment_opener{
	border-radius: 26px 26px 0 0;
}
.salla_fn_comments .nocomments{
	padding: 30px 50px;
	margin: 0;
}
.salla_fn_comments .fn__comments{
	display: none;
	border-top: 4px solid #000;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0 0 26px 26px;
}
.comment-active .salla_fn_comments .comment_opener{
	border-radius: 26px 26px 0 0;
}
.salla_fn_comments .comment_opener{
	padding: 66px 50px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	border-radius: 26px;
	border-radius: 26px 26px 0 0;
	transition: all .5s ease;
}
.salla_fn_comments .comment_opener .full_link{
	z-index: 2;
}
.salla_fn_comments .comment_opener .icon{
	position: relative;
	z-index: 1;
	margin-bottom: 17px;
}
.salla_fn_comments .comment_opener .icon:after{
	z-index: -1;
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	background-color: var(--salla-mc1);
	border-radius: 100%;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
}
.salla_fn_comments .comment_opener .fn__svg{
	width: 80px;
	height: 80px;
	display: block;
}
.salla_fn_comments .comment_opener h3{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 10px;
}
.salla_fn_comments .comment_opener p{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}
.salla_fn_comments .comment_opener:hover h3{
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}

.salla_fn_comments .comment_top{
	padding: 67px 50px 45px;
}
.salla_fn_comments .respond-title .fn_title{
	font-size: 18px;
	margin: 0;
	font-weight: 900;
	letter-spacing: .25px;
	text-transform: uppercase;
	margin-bottom: 34px;
	text-align: center;
}
.salla_fn_comments .list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.salla_fn_comments .children{
	margin: 0 0 0 40px;
	list-style-type: none;
}
.salla_fn_comments .comment-top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 23px;
}
.salla_fn_comments .comment.depth-1:last-child .desc{
	margin-bottom: 0;
}
.salla_fn_comments .comment.depth-1:last-child .comment-body{
	border-bottom: none;
	margin-bottom: 18px;
}
.salla_fn_comments .comment-body{
	margin-bottom: 40px;
	border-bottom: 4px solid #000;
}
.salla_fn_comments .comment-avatar{
	width: 60px;
	min-width: 60px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.salla_fn_comments .comment-avatar img{
	width: 60px;
	height: 60px;
	object-fit: cover;
    border: 4px solid #000;
    border-radius: 100%;
    background: #555;
}
.salla_fn_comments .commment-text-wrap{
	position: relative;
	width: 80%;
	width: calc(100% - 85px);
}
.salla_fn_comments .comment-avatar .img{
	position: sticky;
	top: 60px;
}
.salla_fn_comments .comment-avatar .img:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #000;
}
.salla_fn_comments .author{
	font-size: 18px;
	font-weight: 900;
	margin: 0;
	letter-spacing: 0;
	margin-bottom: 3px;
}
.salla_fn_comments .date{
	margin: 0;
	font-size: 14px;
	letter-spacing: 0;
	font-family: var(--hff);
	font-style: italic;
	font-weight: 600;
}
.salla_fn_comments .date_meta{
	font-family: var(--hff);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 20px;
}
.salla_fn_comments .author_meta{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.salla_fn_comments .author_meta > *{
	margin: 0 10px 10px 0;
}
.salla_fn_comments .desc p{
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}
.salla_fn_comments .desc > *:last-child{
	margin-bottom: 0;
}
.salla_fn_comments .desc{
	margin-bottom: 33px;
}
.salla_fn_comments .comment-reply{
	display: block;
    position: relative;
	border-radius: 26px;
	background-color: #000;
    height: 26px;
    line-height: 26px;
}
.salla_fn_comments .author_meta .fn__svg{
	position: absolute;
    width: 12px;
    height: 12px;
    left: 10px;
    top: 50%;
    margin-top: -6px;
	color: #fff;
}
.salla_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;
}
.salla_fn_comments .comment-edit-link{
	background-color: #000;
}
.salla_fn_comments .comment-reply a{
	height: 26px !important;
	padding-left: 26px;
}
.salla_fn_comments .comment-reply:hover,
.salla_fn_comments .author_meta a.comment-edit-link:hover{
	background-color: #000;
	color: #fff
}
.salla_fn_comments .comment-reply:hover a{
	color: #fff;
}



.comment .comment-respond{
    border: 4px solid #000;
    border-radius: 25px;
    margin-bottom: 40px;
	background: #f5e7cc;
}
.respond_comment{
	background: #f5e7cc;
}
.respond_comment .respond_in{
	max-width: 800px;
	margin: 0 auto;
}
.fn__comments > .respond_comment:first-child,
.fn__comments > .respond_comment:first-child > *{
	border-top: none;
}
.comment-respond{
	padding: 67px 50px 50px;
	border-top: 4px solid #000;
}
.comment-respond .comment-reply-title{
	font-size: 18px;
    font-weight: 900;
    letter-spacing: .25px;
    text-transform: uppercase;
    margin-bottom: 8px;
	text-align: center;
}
.comment #cancel-comment-reply-link{
	display: inline;
	color: #000;
}
#cancel-comment-reply-link{
	display: none;
}
.comment-respond form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.comment-respond form > * {
	padding-left: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.comment-respond .input-holder{
	margin-bottom: 20px;
}
.comment-respond .input-half{
	width: 50%;
}
.comment-respond textarea{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	display: block;
	background-color: #eee;
	border-radius: 20px;
}
.comment-respond .input-holder input:not([type="submit"]){
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	display: block;
	border: 4px solid #000;
	border-radius: 20px;
	height: 60px;
	padding: 0 26px;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--hff);
	color: #000;
	background-color: #eee;
}
.logged-in-as{
	font-size: 18px;
	font-weight: 500;
}
.logged-in-as a{
	color: var(--salla-hc);
}
.logged-in-as a:hover{
	color: var(--salla-mc2);
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.comment-respond form .logged-in-as{
	margin-bottom: 28px;
	text-align: center;
}
.salla_submit{
	display: block;
	width: 100%;
	border: 4px solid #000;
	border-radius: 20px;
	background-color: var(--salla-mc1);
	position: relative;
}
.salla_submit p{
	margin: 0;
	padding: 0;
}
.salla_submit:hover{
	background-color: #fff;
}
.salla_submit input[type="submit"]:hover{
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.salla_submit input[type="submit"]{
	display: block;
	width: 100%;
	min-width: 100%;
	text-align: center;
	height: 52px;
	background-color: transparent !important;
	border-radius: 20px;
	font-size: 18px;
	letter-spacing: .25px;
	text-transform: uppercase;
	font-family: var(--hff);
	font-weight: 900;
	color: #000;
	border:  none !important;
}
/*************************************************************************/
/* 23) Quote Format
/*************************************************************************/
.fn__quote_format{
	width: 100%;
	background-color: #000;
	padding: 70px 50px 62px;
	border-radius: 40px;
}
.fn__quote_format blockquote{
	padding: 0;
	margin: 0;
	border: none;
	color: #fff;
}
.fn__quote_format .icon{
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 24px;
	background-color: var(--salla-mc1);
	border-radius: 100%;
	position: relative;
	color: #000;
}
.fn__quote_format .icon .fn__svg{
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -14px;
}
.fn__quote_format .text{
	font-family: var(--bff);
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 17px;
	display: block;
	font-style: italic;
}
.fn__quote_format .author{
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--hff);
	letter-spacing: .25px;
	color: #777;
	font-weight: 900;
	display: block;
	font-style: normal;
}
/* Status Format */
.fn__status_format{
	width: 100%;
	background-color: #000;
	padding: 70px 50px 62px;
	border-radius: 40px;
}
.fn__status_format h4{
	padding: 0;
	margin: 0;
	border: none;
	color: #fff;
}
.fn__status_format .icon{
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 24px;
	background-color: var(--salla-mc1);
	border-radius: 100%;
	position: relative;
	color: #000;
}
.fn__status_format .icon .fn__svg{
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -14px;
}
.fn__status_format .text{
	font-family: var(--bff);
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0;
	display: block;
	font-style: italic;
}
/* Link Format */
.fn__link_format{
	width: 100%;
	background-color: #000;
	padding: 70px 50px 62px;
	border-radius: 40px;
}
.fn__link_format a{
	padding: 0;
	margin: 0;
	border: none;
	color: #fff;
	text-decoration: none;
}
.fn__link_format .icon{
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 24px;
	background-color: var(--salla-mc1);
	border-radius: 100%;
	position: relative;
	color: #000;
}
.fn__link_format .icon .fn__svg{
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -14px;
}
.fn__link_format .text{
	font-family: var(--bff);
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0;
	display: block;
	font-style: italic;
}
/*************************************************************************/
/* 24) Author Information Box
/*************************************************************************/
.salla_fn_author_info{
	position: relative;
	z-index: 1;
	padding-bottom: 60px;
}
.salla_fn_author_info .info_desc{
	position: relative;
}
.salla_fn_author_info:after{
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: '';
	border-radius: 0 0 30px 30px;
}
.salla_fn_author_info .left_line{
	content: '';
	top: -20px;
	right: 50%;
	margin-right: 125px;
	width: 4px;
	height: 20px;
	background-color: #000;
	position: absolute;
	pointer-events: none;
	display: block;
}
.salla_fn_author_info .left_line:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 16px;
	background-color: #000;
	right: 100%;
	margin-right: 8px;
	bottom: 0;
}
.salla_fn_author_info .left_line:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 12px;
	background-color: #000;
	right: 100%;
	margin-right: 20px;
	bottom: 0;
}
.salla_fn_author_info .right_line{
	content: '';
	top: -20px;
	left: 50%;
	margin-left: 125px;
	width: 4px;
	height: 20px;
	background-color: #000;
	position: absolute;
	pointer-events: none;
	display: block;
}
.salla_fn_author_info .right_line:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 16px;
	background-color: #000;
	left: 100%;
	margin-left: 8px;
	bottom: 0;
}
.salla_fn_author_info .right_line:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 12px;
	background-color: #000;
	left: 100%;
	margin-left: 20px;
	bottom: 0;
}
.salla_fn_author_info .info_img{
	width: 150px;
	height: 150px;
	border-radius: 100%;
	border: 4px solid #000;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
	margin-top: -50px;
}
.salla_fn_author_info .info_img .abs_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.salla_fn_author_info .info_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.salla_fn_author_info .ai_in{
	max-width: 600px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
.salla_fn_author_info .fn_title{
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 8px;
}
.salla_fn_author_info .fn_title a{
	color: #eee;
}
.salla_fn_author_info .author_top{
	margin-bottom: 13px;
}
.salla_fn_author_info .info_desc > *:last-child,
.salla_fn_author_info .author_top > *:last-child{
	margin-bottom: 0;
}
.salla_fn_author_info .author_social{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	padding: 0;
	list-style-type: none;
	justify-content: center;
	margin-left: -15px;
}
.salla_fn_author_info .author_social li{
	margin: 5px 0px 5px 15px;
}
.salla_fn_author_info .author_social a{
	display: block;
	font-size: 22px;
	color: #eee;
}
.salla_fn_author_info .author_social a .fn__svg{
	width: 22px;
	height: 22px;
	display: block;
}
.salla_fn_author_info .author_social a:hover{
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #eee 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.salla_fn_author_info .author_social i:before{
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
}
.salla_fn_author_info p{
	margin: 0;
	padding: 0;
	font-weight: 500;
	color: #eee
}

.fn__image_format{
	border: 4px solid #000;
	background: #eee;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
}
/*************************************************************************/
/* 25) Popup Iframe
/*************************************************************************/
.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(--salla-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%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.fn__popupbox_iframe .iframe_content iframe{
	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%);
    -webkit-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)
}
/*************************************************************************/
/* 26) Sticky Navigation
/*************************************************************************/
.admin-bar .salla_fn_stickynav{
	top: 32px;
}
.salla_fn_stickynav{
	z-index: 9997;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	transform: translateY(-100%);
	border-top: 4px solid #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
.salla_fn_stickynav .left_pin{
	left: 16px;
	width: 4px;
	height: 8px;
	position: absolute;
	display: block;
	background-color: #000;
	bottom: 100%;
	margin-bottom: 4px;
}
.salla_fn_stickynav .left_pin:after{
	width: 4px;
	height: 8px;
	display: block;
	background-color: #000;
	left: 100%;
	margin-left: 8px;
	content: '';
	position: absolute;
	top: 0;
}
.salla_fn_stickynav .left_pin:before{
	width: 4px;
	height: 8px;
	display: block;
	background-color: #000;
	left: 100%;
	margin-left: 20px;
	content: '';
	position: absolute;
	top: 0;
}
.salla_fn_stickynav .right_pin{
	right: 16px;
	width: 4px;
	height: 8px;
	position: absolute;
	display: block;
	background-color: #000;
	bottom: 100%;
	margin-bottom: 4px;
}
.salla_fn_stickynav .right_pin:after{
	width: 4px;
	height: 8px;
	display: block;
	background-color: #000;
	right: 100%;
	margin-right: 8px;
	content: '';
	position: absolute;
	top: 0;
}
.salla_fn_stickynav .right_pin:before{
	width: 4px;
	height: 8px;
	display: block;
	background-color: #000;
	right: 100%;
	margin-right: 20px;
	content: '';
	position: absolute;
	top: 0;
}
body.sticky-active .salla_fn_stickynav{
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
}
.salla_fn_stickynav .transform_hedaer{
	position: relative;
	background-color: #fff;
	padding: 0 36px;
	border: 4px solid #000;
	border-radius: 10px 10px 30px 30px;
	margin: 0 -56px;
	outline: 8px solid var(--salla-bbc);
	z-index: 1;
}
.salla_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);
	padding: 0 36px;
	border-radius: 10px 10px 30px 30px;
}
.salla_fn_stickynav.active .sticky_header{
	opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
}
.salla_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: 5px;
	font-weight: 600;
	vertical-align: middle;
}
.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: 50px;
	height: 50px;
	position: relative;
	z-index: 5;
}
.salla_fn_stickynav .progress{
	position: absolute;
	top: -4px;
	left: 0;
	height: 4px;
	width: 0;
	background-color: var(--salla-mc2);
}
.salla_fn_stickynav .salla_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;
}
.salla_fn_stickynav .menu{
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-width: 0;
}
.salla_fn_stickynav .icon_bar{
	margin-left: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-width: 0;
}
.salla_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: 50px;
}
.salla_fn_stickynav .icon_bar__item > a:hover{
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.salla_fn_stickynav .icon_bar .icon_bar__home .fn__svg{
	width: 24px;
	height: 24px;
}
.salla_fn_stickynav .icon_bar__item > a .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
}
.icon_bar__share{
	position: relative;
}
.icon_bar__share:hover .salla_fn_social_list{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.icon_bar__share .salla_fn_social_list{
	position: absolute;
	top: 100%;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	transform: translateY(20px);
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}
.icon_bar__share .salla_fn_social_list li{
	margin-bottom: 9px;
}
.icon_bar__share .salla_fn_social_list ul{
	background-color: #fff;
	border: 4px solid #000;
	border-radius: 25px;
	list-style-type: none;
	margin: 0;
	padding: 13px 0 3px;
}
.icon_bar__share .salla_fn_social_list i:before{
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}
.icon_bar__share .salla_fn_social_list a:hover{
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
	color: var(--salla-mc2);
}
.icon_bar__share .salla_fn_social_list a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 3px 0;
	color: #000;
}
.icon_bar__share .salla_fn_social_lis .fn__svg{
	width: 22px;
	height: 22px;
	display: block;
}

.salla_fn_stickynav.hover{
	height: auto;
}
.salla_fn_stickynav.hover .sticky_header{
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
.salla_fn_stickynav.hover .header_post_reading{
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50px);
}
.salla_fn_stickynav .salla_fn_main_nav > li{
	transform: translateX(100px);
	opacity: 0;
	transition-duration: .3s;
	transition-timing-function: ease;
	transition-property: all;
}
.sticky-active .salla_fn_stickynav .salla_fn_main_nav > li{
	transform: translateY(0);
	opacity: 1;
}



/*************************************************************************/
/* 27) Quick Navigation
/*************************************************************************/
.blog-anchor-active .salla_fn_totop{
	transform: translateY(120px);
}
.fn__blog_anchor{
	position: fixed;
	top: 100%;
	left: 100%;
	transform: translate(40px,-100%);
	cursor: move;
    background: #000;
    z-index: 99;
    border: 4px solid #000;
    border-radius: 30px;
    width: 400px;
	transition: transform .5s ease, margin .5s ease;
	margin: -46px 0 0 -40px;
}
.fn__blog_anchor.active{
	transform: translate(-100%,-100%);
	margin: -26px 0 0 -20px;
}
.fn__blog_anchor .closer{
	width: 40px;
	height: 40px;
	display: block;
	border: 4px solid #000;
	border-radius: 100%;
	background-color: #fff;
	left: 100%;
	bottom: 100%;
	position: absolute;
	margin: 0 0 -25px -25px;
	cursor: pointer;
	outline: 2px solid var(--salla-bbc);
	z-index: 2;
}
.fn__blog_anchor .closer:hover:after,
.fn__blog_anchor .closer:hover:before{
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.fn__blog_anchor .closer:before,
.fn__blog_anchor .closer:after{
	content: '';
    width: 19px;
    height: 4px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 14px;
    right: 6px;
    transition: all .5s ease;
}
.fn__blog_anchor .closer:before{
	transform: rotate(-45deg);
}
.fn__blog_anchor .closer:after{
	transform: rotate(45deg);
}
.fn__blog_anchor .ba_in{
	overflow: hidden;
	border-bottom-right-radius: 36px;
	border-bottom-left-radius: 36px;
	position: relative;
}
.fn__blog_anchor .ba_in:after{
	display: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	content: '';
	height: 20px;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	border-radius: 0 0 36px 36px;
}
.fn__blog_anchor .ba_heading{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
	height: 54px;
    padding: 0 16px;
	font-family: var(--hff);
	line-height: 54px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #000;
	color: #fff;
}
.fn__blog_anchor .ba_content{
	scrollbar-width: thin;
	scrollbar-color: #aaa #777;
	background-color: #fff;
	border-radius: 25px;
}
.fn__blog_anchor .ba_content::-webkit-scrollbar{
 	width: 8px;
	background-color: transparent;
}
.fn__blog_anchor .ba_content:-webkit-scrollbar-track{
  	background: transparent;
}
.fn__blog_anchor .ba_content::-webkit-scrollbar-thumb{
	background-color: #fff;
	border: 4px solid #999;
	border-radius: 10px;
}
.fn__blog_anchor .ba_content{
	position: relative;
    padding: 20px 16px;
    max-height: 425px;
    overflow-x: hidden;
    overflow-y: auto;
}
.fn__blog_anchor .ba_content ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn__blog_anchor .ba_content li{
	margin-bottom: 10px;
	display: none;
}
.fn__blog_anchor .ba_content li.ready{
	display: block;
	-webkit-animation: appearing-qn .5s ease;
    -moz-animation: appearing-qn .5s ease;
}
@-webkit-keyframes appearing-qn {
      0% { opacity: 0; transform: translateX(20px) rotateY(20deg) rotateZ(-3deg);}   
    100% { opacity: 1; transform: translateX(0) rotateY(0deg) rotateZ(0deg);}
}
@-moz-keyframes appearing-qn {
      0% { opacity: 0;  transform: translateX(20px) rotateY(20deg) rotateZ(-3deg);}   
    100% { opacity: 1; transform: translateX(0) rotateY(0deg) rotateZ(0deg);}
}
.fn__blog_anchor .ba_content li:last-child{
	margin-bottom: 0;
}
.fn__blog_anchor .ba_item{
	padding-bottom: 10px;
	position: relative;
	border-bottom: 2px solid #000;
	padding-left: 60px;
	cursor: pointer;
}
.fn__blog_anchor .ba_item:hover h4 span{
	color: var(--salla-mc2);
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.fn__blog_anchor .ba_count{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--hff);
	border-radius: 15px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.fn__blog_anchor .ba_count span{
	width: 32px;
	height: 32px;
	display: block;
	line-height: 28px;
	border: 2px solid #fff;
	border-radius: 12px;
	text-align: center;
}
.fn__blog_anchor .ba_count{
/*
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 24px;
	font-weight: 900;
	font-family: var(--hff);
	border-radius: 100%;
	-ms-align-items: center;
	align-items: center;
*/
}
.fn__blog_anchor .ba_count span{
/*
	text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
	position: relative;
	left: -1px;
	transition: all .2s ease;
*/
}
.fn__blog_anchor li:last-child .ba_item{
	padding-bottom: 0;
	border-bottom: none;
}
.fn__blog_anchor .ba_item h4{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 900;
	line-height: 26px;
	min-height: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.fn__blog_anchor .full_linl{
	z-index: 3;
}
.fn__blog_anchor .ba_item h4 a{
	position: relative;
	z-index: 4;
}

.salla_fn_searchpagelist > .container{
	max-width: 900px;
}








.fn__bp_slider .owl-carousel .item{
	display: none;
}
.fn__bp_slider .owl-carousel .item:nth-child(1){
	display: block;
}
.fn__bp_slider .owl-carousel{
	display: block;
}
.fn__bp_slider{
	margin-bottom: 80px;
}
.fn__bp_slider .bp_slider_in{
	position: relative;
}
.fn__bp_slider .slider_nav{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	border-radius: 18px;
	background-color: #000;
	display: block;
	color: #000;
	z-index: 5;
	right: 76px;
}
.fn__bp_slider .slider_nav.prev{
	transform: translateY(30px);
}
.fn__bp_slider .slider_nav.next{
	transform: translateY(-30px);
}
.fn__bp_slider .slider_nav .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	color: #eee;
}
.fn__bp_slider .slider_nav:hover .fn__svg{
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.fn__bp_slider .slider_nav.next .fn__svg{
	transform: rotate(180deg);
}
.fn__bp_slider .item{
	overflow: hidden;
}
.fn__bp_slider .img_wrap{
	position: relative;
}
.fn__bp_slider .img_holder{
	position: relative;
	width: 100%;
	height: 660px;
	border: 4px solid #000;
	border-radius: 40px;
	overflow: hidden;
}
.fn__bp_slider .abs_img{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fn__bp_slider .title_holder{
	width: 400px;
	background-color: #000;
	border: 4px solid #000;
	border-radius: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 76px;
	display: block;
	transition: all 1s ease;
}
.fn__bp_slider .title_holder .fn_excerpt{
	-webkit-line-clamp: 3;
	line-clamp: 3;
}
.fn__bp_slider .fn__meta{
	margin-bottom: 14px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.fn__bp_slider .fn__meta > *{
	margin-right: 20px;
}
.fn__bp_slider .fn__meta > *:last-child{
	margin-right: 0px;
}
.fn__bp_slider .bp_slider_in .t_separator{
	margin-bottom: 19px;
}
.fn__bp_slider .title_in{
	background-color: #fff;
	border-radius: 26px;
	padding: 97px 26px 93px;
	text-align: center;
}
@media(min-width:769px){
	.fn__bp_slider .title_in .img_wrap{
		display: none;
	}
}
.fn__bp_slider .title_holder h3{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 15px;
}
.salla_fn_nosidebar .container.blog_layout_classic_container{
	max-width: 960px;
}
/*************************************************************************/
/* 28) Reactions
/*************************************************************************/
.salla_fn_reactions .reactions_list{
	display: grid;
    grid-template-columns: repeat(auto-fit,minmax(143px,1fr));
    grid-gap: 0 20px;
    justify-content: center;
    margin: 0;
    padding: 0;
}
a.salla_fn_reaction_btn{
	border: 4px solid #000;
	border-radius: 20px;
	color: #000;
	margin-bottom: 26px;
	position: relative;
	z-index: 2;
	display: block;
	background-color: #000;
}
a.salla_fn_reaction_btn .icon_wrapper{
	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;
	background-color: #fff;
	border-radius: 16px;
}
a.salla_fn_reaction_btn img{
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-bottom: 9px;
}
a.salla_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.salla_fn_reaction_btn .text{
	width: 100%;
	border-top: 4px solid #000;
	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;
	transition: all .3s ease;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	border-radius: 0 0 16px 16px;
}
a.salla_fn_reaction_btn.active .icon_wrapper{
	background-color: var(--salla-bbc);
}
a.salla_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)
	}
}
/*************************************************************************/
/* 29) Votes
/*************************************************************************/
.salla_fn_votes:after,
.salla_fn_votes:before{
	clear: both;
	display: table;
	content: '';
}
.salla_fn_votes{
	border-radius: 20px;
	border: 4px solid #000;
	background-color: #000;
	cursor: pointer;
}
.salla_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;
}
.salla_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;
}
.salla_fn_votes .result_vote .action{
	width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
    background-color: var(--salla-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;
}
.salla_fn_votes.down_action .result_vote .action{
	animation: salla_fn_down 1s ease-in-out forwards;
}
.salla_fn_votes.up_action .result_vote .action{
	animation: salla_fn_up 1s ease-in-out forwards;
}
@keyframes salla_fn_down{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: translateY(100%);
	}
}
@keyframes salla_fn_up{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: translateY(-100%);
	}
}
.salla_fn_votes .count{
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 3px;
}
.salla_fn_votes .text{
	font-size: 11px;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.salla_fn_votes .vote_top a{
	width: 300px;
	max-width: 38%;
	display: block;
	height: 52px;
	text-decoration: none;
	border-radius: 16px;
	background-color: var(--salla-mc1);
	position: relative;
}
.salla_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;
}
.salla_fn_votes .vote_top .salla_fn_vote_up:hover:after{
	transform: translateY(-7px);
}
.salla_fn_votes .vote_top .salla_fn_vote_up:hover span{
	transform: translateY(2px);
	opacity: 1;
}
.salla_fn_votes .vote_top .salla_fn_vote_down span{
	top: auto;
	bottom: 50%;
	transform: translateY(5px);
}
.salla_fn_votes .vote_top .salla_fn_vote_down:hover:after{
	transform: translateY(7px);
}
.salla_fn_votes .vote_top .salla_fn_vote_down:hover span{
	transform: translateY(-1px);
	opacity: 1;
}
.salla_fn_votes.down_action .salla_fn_vote_down:after{
	opacity: .5;
}
.salla_fn_votes.up_action .salla_fn_vote_up:after{
	opacity: .5;
}
.salla_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;
}
.salla_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;
}
.salla_fn_votes .vote_info{
	display: none;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 21px 10px 15px;
	text-align: center;
}
/*************************************************************************/
/* 30) Footer Subscribe Form
/*************************************************************************/
.footer_subscribe_form{
	position: relative;
	border: 4px solid #000;
	border-radius: 30px 30px 0 0;
	border-bottom: none;
	background-color: #fff;
	z-index: 1;
	text-align: center;
	padding-top: 56px;
}
.footer_subscribe_form .form_bottom{
	padding: 33px 50px 44px 50px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.footer_subscribe_form .icon_holder{
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.footer_subscribe_form .icon_holder .left_wing{
	height: 4px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: 18px;
	left: 0;
	right: 50%;
	margin-right: 100px;
}
.footer_subscribe_form .icon_holder .left_wing span{
	width: 4px;
	height: 20px;
	display: block;
	background-color: #000;
	right: 0;
	top: 50%;
	margin-top: -10px;
	position: absolute;
}
.footer_subscribe_form .icon_holder .left_wing span:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 16px;
	right: 100%;
	margin-right: 8px;
	display: block;
	background-color: #000;
	top: 50%;
	margin-top: -8px;
}
.footer_subscribe_form .icon_holder .left_wing span:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 12px;
	right: 100%;
	margin-right: 20px;
	display: block;
	background-color: #000;
	top: 50%;
	margin-top: -6px;
}
.footer_subscribe_form .icon_holder .right_wing{
	height: 4px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: 18px;
	right: 0;
	left: 50%;
	margin-left: 100px;
}
.footer_subscribe_form .icon_holder .right_wing span{
	width: 4px;
	height: 20px;
	display: block;
	background-color: #000;
	left: 0;
	top: 50%;
	margin-top: -10px;
	position: absolute;
}
.footer_subscribe_form .icon_holder .right_wing span:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 16px;
	left: 100%;
	margin-left: 8px;
	display: block;
	background-color: #000;
	top: 50%;
	margin-top: -8px;
}
.footer_subscribe_form .icon_holder .right_wing span:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 12px;
	left: 100%;
	margin-left: 20px;
	display: block;
	background-color: #000;
	top: 50%;
	margin-top: -6px;
}
.footer_subscribe_form .footer_decor{
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--salla-bbc);
    height: 11px;
    width: 800px;
    max-width: 90%;
    border: 3px solid #000;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 2;
}
.footer_subscribe_form .icon{
	width: 120px;
	height: 120px;
	background-color: #000;
	display: block;
	position: relative;
	border-radius: 40px;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-spinner{
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 6px;
}
.footer_subscribe_form .fn__svg{
	width: 60px;
	height: 60px;
	display: block;
	color: #eee;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
}
.footer_subscribe_form .fsf_title{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.footer_subscribe_form .fsf_desc{
	margin: 0;
	padding: 0;
	font-weight: 500;
	margin-bottom: 23px;
}
.footer_subscribe_form .mc4wp-form{
	max-width: 100%;
}
.footer_subscribe_form .fn__subscribe,
.footer_subscribe_form .wpforms-form{
	margin: 0 auto;
	width: 500px;
	max-width: 100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    border: 4px solid #000;
    border-radius: 20px;
    background-color: #eee;
}
.footer_subscribe_form div.wpforms-container-full{
	margin: 0;
}
.footer_subscribe_form div.wpforms-container-full .wpforms-form .wpforms-field{
	margin: 0;
	padding: 0;
	position: relative;
}
.footer_subscribe_form div.wpforms-container-full .wpforms-form .wpforms-submit-container{
	margin: 0;
	padding: 0;
}
.footer_subscribe_form input[type=email],
.footer_subscribe_form div.wpforms-container-full .wpforms-form input[type=email]{
	margin: 0;
	width: 100%;
    color: #000;
    height: 52px;
    background-color: transparent!important;
    padding: 0 20px;
    border-radius: 30px 0 0 30px !important;
    outline: none;
    max-width: 100%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    font-style: normal;
    font-family: var(--hff);
    border: none !important;
}
.footer_subscribe_form input[type=submit],
.footer_subscribe_form div.wpforms-container-full .wpforms-form input[type=submit],
.footer_subscribe_form div.wpforms-container-full .wpforms-form button[type=submit],
.footer_subscribe_form div.wpforms-container-full .wpforms-form .wpforms-page-button{
	height: 60px;
    background-color: var(--salla-mc1) !important;
    color: #000;
    font-family: var(--hff);
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    outline: none;
    padding: 0 30px;
    border: 4px solid #000 !important;
    cursor: pointer;
    border-radius: 20px;
    margin: -4px;
    margin-left: 0;
}
.footer_subscribe_form div.wpforms-container-full .wpforms-form label.wpforms-error{
	position: absolute;
	left: 0;
	top: 100%;
	color: #000;
	font-weight: 500;
	margin-top: 6px;
}
.footer_subscribe_form .wpforms-confirmation-container-full,
.footer_subscribe_form div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){
	background-color: #fff;
	border: none;
	border-left: 10px solid #000;
	color: #000;
	margin: 0;
}
.footer_subscribe_form input[type=submit]:hover,
.footer_subscribe_form div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.footer_subscribe_form div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.footer_subscribe_form div.wpforms-container-full .wpforms-form .wpforms-page-button:hover{
	background-color: #fff !important;
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.footer_subscribe_form .wpforms-field-container{
	flex: 1;
}
.footer_subscribe_form .mc4wp-response{
	margin-top: 23px;
}
.footer_subscribe_form .mc4wp-response p{
	margin: 0 auto;
	padding: 0;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
}
/*************************************************************************/
/* 31) 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;
}
/*************************************************************************/
/* 32) Author Archive Page
/*************************************************************************/
body.archive.author{
	overflow: visible;
}
.author__widget{
	width: 100%;
    border: 4px solid #000;
    border-radius: 30px;
    position: relative;
    background-color: #000;
	padding: 0px 0 50px;
}
.salla_fn_hassidebar .author__widget .wid-title .text{
	margin-top: 0;
}
.author__widget .wa_wing{
	position: absolute;
	left: 0;
	top: 118px;
	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;
	pointer-events: none;
}
.author__widget .right_wing{
	left: auto;
	right: 0;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.author__widget .wa_wing span{
	margin-bottom: 8px;
	display: block;
	height: 4px;
	background-color: #000;
}
.author__widget .wa_wing span:nth-child(1){width: 2px;}
.author__widget .wa_wing span:nth-child(2){width: 10px;}
.author__widget .wa_wing span:nth-child(3){width: 20px;}
.author__widget .wa_wing span:nth-child(4){width: 30px;}
.author__widget .wa_wing span:nth-child(5){width: 20px;}
.author__widget .wa_wing span:nth-child(6){width: 10px;}
.author__widget .wa_wing span:nth-child(7){width: 2px;}
.author__widget .info_img{
	width: 240px;
	height: 240px;
	border-radius: 100%;
	border: 4px solid #000;
	overflow: hidden;
	margin-bottom: 23px;
	position: relative;
}
.author__widget .info_img .abs_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.author__widget .info_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.author__widget .ai_in{
	border-radius: 26px;
	background-color: #fff;
	padding: 26px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
.author__widget .fn_title{
	margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 9px;
}
.author__widget .author_top{
	margin-bottom: 13px;
}
.author__widget .info_desc > *:last-child,
.author__widget .author_top > *:last-child{
	margin-bottom: 0;
}
.author__widget .author_social{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	padding: 0;
	list-style-type: none;
	justify-content: center;
	margin-left: -15px;
}
.author__widget .author_social li{
	margin: 5px 0px 5px 15px;
}
.author__widget .author_social a{
	display: block;
	font-size: 22px;
	color: #000;
}
.author__widget .author_social a .fn__svg{
	width: 22px;
	height: 22px;
	display: block;
}
.author__widget .author_social a:hover{
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
.author__widget .author_social i:before{
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
}
.author__widget p{
	margin: 0;
	padding: 0;
	font-weight: 500;
}



body.single-post .container{
	padding: 0 70px;
}
/*************************************************************************/
/* 33) 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]{
	height: 60px;
	padding: 0 26px;
	border-radius: 30px;
	display: block;
	width: 100%;
	min-width: 100%;
	background-color: #eee;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	font-family: var(--hff);
}
.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;
}

/*************************************************************************/
/* 34) Responsive CSS (small devices)
/*************************************************************************/
@media(max-width: 1200px){
	.salla_fn_hassidebar .sidebarpage{
		margin-left: -40px;
	}
	.salla_fn_leftsidebar,
	.salla_fn_rightsidebar{
		padding-left: 40px;
	}
	.salla_fn_hassidebar .widget_block{
		margin-bottom: 40px;
	}
	.salla_fn_bloglist .post_item{
		margin-bottom: 40px;
		padding-left: 40px;
	}
	.salla_fn_bloglist > ul{
		margin-left: -40px;
	}
}
@media(max-width: 1040px){
	.salla_fn_banner__header_below{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.single__content .post_content{
		padding-left: 40px;
		padding-right: 40px;
	}
	.salla_fn_mobnav{
		display: block;
	}
	.salla_fn_content{
		padding-top: 70px;
	}
	.salla_fn_hassidebar .sidebarpage{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.salla_fn_leftsidebar{
		width: 100%;
		margin-bottom: 40px;
	}
	.salla_fn_rightsidebar{
		width: 100%;
		margin-bottom: 70px;
	}
	#salla_fn_header,
	.salla_fn_stickynav{display: none !important;}
	.salla_fn_totop{right: 30px;bottom: 36px;}
	
	
	.fn__blog_anchor{
		width: 300px;
	}
	.fn__blog_anchor .ba_count{
		width: 30px;
		height: 30px;
		font-size: 18px;
	}
	.fn__blog_anchor .ba_item h4{
		font-size: 16px;
		min-height: 30px;
		line-height: 20px;
	}
	.fn__blog_anchor .ba_item h4 span{
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* number of lines to show */
		line-clamp: 2; 
		-webkit-box-orient: vertical;
	}
	.fn__blog_anchor .ba_in:after{
		height: 10px;
	}
	.fn__blog_anchor .ba_item{
		padding-left: 40px;
	}
	.fn__blog_anchor .ba_heading{
		height: 34px;
		line-height: 30px;
		font-size: 15px;
	}
	.fn__blog_anchor .ba_content{
		padding: 10px 16px;
		max-height: 340px;
	}
	.post_title_holder,
	.salla_fn_pnb .item_in{
		padding-left: 40px;
		padding-right: 40px;
	}
	.footer_subscribe_form{
		padding: 40px;
	}
	.author__widget{
		padding: 0px 40px 32px;
	}
	.page-template-default .salla_fn_leftsidebar .ls_content{
		padding: 40px;
	}
	.salla_fn_comments .comment_opener{
		padding: 26px 20px;
	}
	.comment-respond{
		padding-left: 20px;
		padding-right: 20px;
	}
	.single__content .salla_fn_tags{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media(max-width: 768px){
	.salla_fn_pnb .fn_title{font-size: 24px;margin-bottom: 0;}
	.salla_fn_pnb .fn_excerpt,
	.salla_fn_pnb .img{display: none !important;}
	.single__content .post_content blockquote{
		padding-left: 60px;
		padding-right: 10px;
	}
	.single__content .post_content blockquote:after{
		width: 30px;
		left: 10px;
		height: 30px;
	}
	.salla_fn_searchbox .result_list .img_holder[data-has-image=""],
	.salla_fn_searchbox .result_list .img_holder{
		display: none;
	}
	.salla_fn_searchbox .result_list .item{
		border-bottom: 4px solid #000;
		padding: 20px 0;
	}
	.salla_fn_searchbox .result_list ul{
		padding: 16px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.blog__item .bottom_in{
		padding: 16px;
		padding-bottom: 26px;
	}
	.fn__bp_slider .title_in{
		padding: 16px;
		padding-bottom: 26px;
	}
	.fn__bp_slider .title_in .img_wrap{
		display: block;
		margin-bottom: 27px;
	}
	.fn__bp_slider .title_in .img_wrap .img_holder{
		height: 300px;
	}
	.fn__bp_slider .img_wrap{display: none;}
	.fn__bp_slider .title_holder{
		position: relative;
		margin: 0;
		transform: none;
		left: 0;
		top: 0;
		width: 100%;
	}
	.fn__bp_slider .slider_nav{
		right: 8px;
	}
	.fn__bp_slider .slider_nav.next{
		top: 60px;
		transform: none;
		margin: 0;
	}
	.fn__bp_slider .slider_nav.prev{
		top: 120px;
		transform: none;
		margin: 0;
	}
	.comment-respond .input-half{
		width: 100%;
	}
	.salla_fn_comments .children{
		margin-left: 10px;
	}
	.salla_fn_comments .respond-title .fn_title{
		text-align: left;
	}
	.salla_fn_comments .comment_top{
		padding-left: 0;
		padding-right: 0;
	}
	.fn__contact .half_item{
		width: 100%;
	}
	body.single-post .container{padding: 0 20px;}
	.salla_fn_share{display: none;}
	.salla_fn_searchbox .search .fn__svg{
		display: none;
	}
	.author__widget{
		padding: 0px 20px 22px;
	}
	.single__content .post_content{padding-left: 20px;padding-right: 20px;}
	.blog-anchor-active .salla_fn_totop{transform: translateY(0)}
	.fn__blog_anchor{display: none;}
	.salla_fn_pagination .pag_inner{padding: 0;}
	.salla_fn_pagination .right_wing, .salla_fn_pagination .left_wing{display: none;}
	.salla_fn_pnb{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.salla_fn_protected .fn__maintitle,
	.salla_fn_404 .fn__maintitle
	.salla_fn_pagetitle .fn__title,
	.post_title_holder .fn__maintitle,
	.author__widget .fn_title,
	.footer_subscribe_form .fsf_title,
	.blog__item .title h3,
	.fn__bp_slider .title_holder h3,
	.salla_fn_comments .comment_opener h3{
		font-size: 30px;
	}
	.post_title_holder,
	.salla_fn_pnb .item_in{
		padding-left: 20px;
		padding-right: 20px;
	}
	.salla_fn_hassidebar .wid-title .text{
		margin-left: 10px;
		margin-right: 10px;
	}
	.salla_fn_hassidebar .widget_salla_top_articles .wid-title .text{
		margin-left: 30px;
		margin-right: 30px;
	}
	.salla_fn_protected form,
	.salla_fn_searchbox .search_wrapper .main_form,
	.salla_fn_protectedform form,
	.salla_fn_404 form,
	.wp-block-search__inside-wrapper,
	.footer_subscribe_form .fn__subscribe,
	.footer_subscribe_form .wpforms-form{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		border: none;
		border-radius: 0;
		background-color: transparent;
	}
	.salla_fn_protected input[type="password"],
	.salla_fn_protected input[type="text"],
	.salla_fn_searchbox .input input,
	.salla_fn_protectedform input[type="password"],
	.salla_fn_404 input[type="text"],
	.wp-block-search__inside-wrapper input[type="search"],
	.footer_subscribe_form input[type=email],
	.footer_subscribe_form div.wpforms-container-full .wpforms-form input[type=email]{
		background-color: #eee !important;
		border: 4px solid #000 !important;
		border-radius: 50px !important;
		margin-bottom: 10px;
		flex: auto;
		display: block;
		width: 100%;
		height: 50px;
		text-align: center;
	}
	.salla_fn_searchbox .input input{
		height: 60px;
		font-size: 18px;
		font-weight: 600;
		padding: 0 26px;
	}
	.salla_fn_protected .search,
	.salla_fn_searchbox .search{
		margin: 0;
	}
	.salla_fn_searchbox .search input{
		display: block;
		width: 100%;
		height: 52px;
		text-align: center;
		padding: 0 26px;
	}
	.salla_fn_protected input[type="submit"],
	.wp-block-search__inside-wrapper button[type="submit"],
	.footer_subscribe_form input[type=submit], .footer_subscribe_form div.wpforms-container-full .wpforms-form input[type=submit], .footer_subscribe_form div.wpforms-container-full .wpforms-form button[type=submit], .footer_subscribe_form div.wpforms-container-full .wpforms-form .wpforms-page-button{
		display: block;
		width: 100%;
		text-align: center;
		height: 50px;
		margin: 0;
	}
	.salla_fn_protected input[type="submit"]{
		height: 42px;
	}
	.salla_fn_protectedform input[type="submit"],
	.salla_fn_404 input[type="submit"]{
		display: block;
		width: 100%;
		height: 42px;
		text-align: center;
	}
	.salla_fn_protectedform .search, .salla_fn_404 .search{
		margin: 0;
	}
	.footer_subscribe_form{
		padding: 20px;
	}
	.page-template-default .salla_fn_leftsidebar .ls_content{
		padding: 30px 20px;
	}
	.salla_fn_totop{
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 24px;
	}
	.salla_fn_totop .fn__svg{
		width: 24px;
		height: 24px;
	}
	
}
@media(max-width: 480px){
	.salla_fn_searchbox .result_list ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.salla_fn_searchbox .search_content{
		padding: 0 10px 0 0;
	}
	.salla_fn_searchbox .filterbox{
		padding-left: 20px;
		padding-right: 20px;
	}
	.salla_fn_searchbox .result_list li{
		width: 100%;
	}
	.salla_fn_mobnav .salla_fn_social_list a .fn__svg{
		width: 15px;
		height: 15px;
	}
	.salla_fn_mobnav .mobile_menu a{padding: 0 10px;}
	.salla_fn_mobnav .mobile_menu ul{margin-left: 10px;}
	.salla_fn_mobnav .right__triggerr a{
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}
	.salla_fn_mobnav .right__triggerr a span{
		width: 30px;
		left: 5px;
		margin-left: 0;
	}
	.salla_fn_mobnav .right__triggerr a span:after, .salla_fn_mobnav .right__triggerr a span:before{
		width: 30px;
		left: 0;
		margin-left: 0;
	}
	.salla_fn_mobnav .right__triggerr .fn__svg{width: 18px;height: 18px;margin: -9px 0 0 -9px;}
	.salla_fn_mobnav .mob_top{padding: 10px;}
	.blog__status_item,
	.blog__link_item,
	.blog__quote_item{
		padding: 36px 16px 30px;
	}
	body.single-post .container{padding: 0 10px;}
	.salla_fn_comments .date_meta{display: none;}
	.salla_fn_protected .fn__maintitle, .salla_fn_404 .fn__maintitle .salla_fn_pagetitle .fn__title, .post_title_holder .fn__maintitle, .author__widget .fn_title, .footer_subscribe_form .fsf_title, .blog__item .title h3, .fn__bp_slider .title_holder h3, .salla_fn_comments .comment_opener h3{
		font-size: 24px;
	}
	.fn__bp_slider .title_holder h3{
		line-height: 1.2;
	}
}
.salla_fn_woo_myaccount,
.cart-collaterals{
    margin-bottom: 70px;
}	