@charset "utf-8";
/*
Theme Name: Ozzo
Theme URI: https://themeforest.net/item/ozzo-blog-magazine-wordpress-theme/
Description: Ozzo - Blog & Magazine WordPress Theme elevates your online presence with versatile features designed for bloggers and content creators. Supporting 7 post formats, SEO optimization, and interactive elements like pre-built reactions and a voting system, Ozzo ensures an engaging user experience. With autoloading next post, an author information box, navigation tools, a page views system, and a Hot Posts page, the theme provides seamless exploration and insights into content popularity. Responsive and customizable, Ozzo is optimized for performance, regularly updated, and compatible with premium addons for extended functionality. Crafted by frenify, Ozzo is the ideal theme for building a professional, engaging, and successful blog or magazine website.
Text Domain: ozzo
Author: Frenify
Author URI: http://themeforest.net/user/frenify
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 5.6
License: Located in 'licensing' folder
License URI: license.txt
Tags: blog, magazine, post formats, SEO, interactive, user experience, autoloading, author box, navigation, page views, Hot Posts, responsive, customizable, performance, updates, premium addons.
*/
/*

	@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{
	--ozzo-bbc: #fff;
	--ozzo-mc1: #01a290;
	--ozzo-mc2: #ec345a;
	--ozzo-hc: #000;
	--ozzo-bc: #000;
	--hff: 'Heebo', sans-serif;
	--bff: 'Work Sans', sans-serif;
	--ozzo-border: 4px;
}
/*************************************************************************/
/* 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.33;
	font-weight: 500;
	color: var(--ozzo-bc);
	background-color: var(--ozzo-bbc);
	position: relative;
	
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	
	cursor: default;
}
body.admin-bar:after{
	min-height: -moz-calc(100vh - 32px);
	min-height: -webkit-calc(100vh - 32px);
	min-height: -o-calc(100vh - 32px);
	min-height: calc(100vh - 32px);
}
@media(max-width: 782px){
	body.admin-bar:after{
		min-height: -moz-calc(100vh - 46px);
		min-height: -webkit-calc(100vh - 46px);
		min-height: -o-calc(100vh - 46px);
		min-height: calc(100vh - 46px);
	}
}
body{
	background-color: #fbf261;
}
.ozzo-fn-wrapper{
	position: relative;
	z-index: 1;
	padding: 90px 70px 0;
}
.ozzo_fn_wrapper{
	min-height: 600px;
	min-height: calc(100vh - 220px);
	background-color: #fc95f6;
	background-color: var(--ozzo-bbc);
	border-radius: 50px;
	position: relative;
	background-image: url(framework/img/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
/* Preloader */
.ozzo_fn_preloader.ready{
	opacity: 0;
	visibility: hidden;
}
.ozzo_fn_preloader{
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background-color: #fff;
}
.ozzo_fn_preloader .spinner{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -38px 0 0 -38px;
	width: 76px;
    height: 76px;
    background: transparent;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s ozzo_spin linear infinite;
    animation: 1s ozzo_spin linear infinite;
}
@-webkit-keyframes ozzo_spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes ozzo_spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/****************************************************/
body,
html{
	width: 100%;
    margin: 0px;
    padding: 0px;
}
body{
	height: auto;
}
body{
	overflow: hidden;
}
html:after,
html:before{
	clear: both;
	display: table;
	content: '';
}
html{
	overflow-x: hidden;
}
.fn__svg{
	fill: currentcolor;
	width: 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(--ozzo-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: 2px 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: 2px 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: 1420px;
	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: 768px){
	.container{padding: 0 10px;}
}
/* COMMON */
.fn__svg {
	width: 20px;
	height: 20px;
	fill: currentcolor;
}
.ozzo_fn_bordered{
	position: relative;
	background-color: #fff;
	border-radius: 40px;
	border: 15px solid #fff;
	width: 100%;
}
.ozzo_fn_bordered .bordered_in{
	border: 2px solid #000;
	width: 100%;
	position: relative;
	border-radius: 25px;
	background-color: #faf4e8;
}
.fn__tooltip_item{
	position: relative;
}
.fn__tooltip_item:hover .t_text{
	transform: translateX(-50%) translateY(0px);
	opacity: 1;
	visibility: visible;
}
.fn__tooltip_item .t_text{
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(-10px);
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	width: max-content;
	padding: 6px 10px 4px;
	display: block;
	line-height: 15px;
	background-color: #000;
	border-radius: 13px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #fff;
	letter-spacing: .25px;
	left: 50%;
	transition: all .3s ease;
	pointer-events: none;
	max-width: 170px;
	text-align: center;
}
.fn__tooltip_item:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 7px 0 7px;
	border-color: #000 transparent transparent transparent;
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -6px;
	margin-bottom: 6px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	pointer-events: none;
	transform: translateY(-10px);
}
.fn__tooltip_item.rbg_item:after{
	border-top-color: var(--guff-mc1);
	transform: translateY(-15px);
}
.fn__tooltip_item.rbg_item:hover:after{
	transform: translateY(-5px);
}
.fn__tooltip_item:hover:after{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.fn__tooltip_item.rbg_item .t_text{
	background-color: var(--guff-mc1);
	color: #000;
	transform: translateX(-50%) translateY(-15px);
}
.fn__tooltip_item.rbg_item:hover .t_text{
	transform: translateX(-50%) translateY(-5px);
}
.fn__tooltip_item.left_aligned.rbg_item .t_text{
	transform: translateY(-15px);
}
.fn__tooltip_item.left_aligned.rbg_item:hover .t_text{
	transform: translateY(-5px);
}
.fn__tooltip_item.left_aligned .t_text{
	left: 0;
	transform: translateY(-10px);
}
.fn__tooltip_item.left_aligned:hover .t_text{
	transform: translateY(0px);
}
.fn__tooltip_item.no_space:after{
	transform: translateY(-7px);
}
.fn__tooltip_item.no_space:hover:after{
	transform: translateY(3px);
}
.fn__tooltip_item.no_space .t_text{
	transform: translateX(-50%) translateY(-7px);
}
.fn__tooltip_item.no_space:hover .t_text{
	transform: translateX(-50%) translateY(3px);
}


.fn__lr_decor,
.fn__tb_decor{
	pointer-events: none;
}
.fn__lr_decor:before{
	width: 20px;
	content: '';
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 10px;
	border: 2px solid #000;
	border-right: none;
	border-radius: 20px 0 0 20px;
	display: block;
	z-index: 2;
}
.fn__lr_decor:after{
	width: 20px;
	content: '';
	position: absolute;
	top: 30px;
	bottom: 30px;
	right: 10px;
	border: 2px solid #000;
	border-left: none;
	border-radius: 0 20px 20px 0;
	display: block;
	z-index: 2;
}
.fn__tb_decor:before{
	content: '';
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	height: 2px;
	background-color: #000;
	z-index: -1;
	display: block;
}
.fn__tb_decor:after{
	content: '';
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	height: 2px;
	background-color: #000;
	z-index: -1;
	display: block;
}
/*Ads*/
.ozzo_fn_banner__off_canvas{
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 40px 0 0;
	text-align: center;
}
.ozzo_fn_banner__header_below{
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 90px;
}
.featured_blog_layout_full_slider .ozzo_fn_content{
	padding-top: 0;
}
.featured_blog_layout_full_slider .ozzo_fn_banner__header_below{
	margin-top: 90px;
}
.ozzo_fn_banner__footer_above{
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-top: 90px;
}
.ozzo_fn_banner__listpost_btwn{
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
}
.ozzo_fn_banner__singlepost_in{
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 50px;
}
.ozzo_fn_banner__singlepost_after{
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 90px;
}
/*************************************************************************/
/* 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 */
.ozzo_fn_hidden{
	display: none;
}


.fn__boxed_layout{
	max-width: 860px;
	margin: 0 auto;
}
.fn__boxed_layout > *:last-child{
	margin-bottom: 0;
}

/*************************************************************************/
/* 04) Helpful Bar
/*************************************************************************/
.ozzo_fn_helpbar{
	position: absolute;
	left: 0;
	right: 0;
	height: 90px;
	padding: 0 70px;
	top: 0;
	z-index: 5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.ozzo_fn_helpbar .ht_helpful{
	padding: 15px 0;
	width: 100%;
}
.ozzo_fn_helpbar .ht_helpful_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.ozzo_fn_helpbar .ht_left{
	padding-left: 93px;
	position: relative;
	pointer-events: all;
}
.ozzo_fn_helpbar .ht_right .hbar_decor{
	right: 0;
	justify-content: flex-start;
}
.ozzo_fn_helpbar .ht_left .hbar_decor{
	left: 0;
	justify-content: flex-end;
}
.ozzo_fn_helpbar .ht_right .hbar_decor span{
	transform: rotate(-25deg);
}
.ozzo_fn_helpbar .hbar_decor{
	position: absolute;
	width: 70px;
	height: 2px;
	background-color: #000;
	top: 50%;
	margin-top: -1px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	column-gap: 9px;
}
.ozzo_fn_helpbar .hbar_decor span{
	width: 2px;
	height: 16px;
	display: block;
	background-color: #000;
	transform: rotate(25deg);
}
.ozzo_fn_helpbar .ht_right{
	padding-right: 93px;
	position: relative;
	pointer-events: all;
}
.ozzo_fn_helpbar .ht_spacing{
	min-width: 564px;
	width: 564px;
	height: 1px;
	display: block;
}
.ozzo_fn_helpbar .ht_right{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.ozzo_fn_helpbar .ht_right_item{
	margin-right: 20px;
}
.ozzo_fn_helpbar .ht_right_item:last-child{
	margin-right: 0;
}
.ozzo_fn_helpbar .search_opener a{
	display: block;
	text-decoration: none;
	position: relative;
	font-family: var(--hff);
	font-size: 16px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 22px;
	padding-right: 30px;
	z-index: 1;
}
.ozzo_fn_helpbar .search_opener .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
}
.ozzo_fn_helpbar .ozzo_fn_social_list ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -15px;
	justify-content: flex-start;
}
.ozzo_fn_helpbar .ozzo_fn_social_list li{
	margin: 0 0 0 15px;
	padding: 0;
}
.ozzo_fn_helpbar .ozzo_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;
}
.ozzo_fn_helpbar .ozzo_fn_social_list .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
}
.ozzo_fn_helpbar .hot_posts{
	display: block;
	height: 20px;
	width: 23px;
	position: relative;
	text-decoration: none;
	color: #000;
}
.ozzo_fn_helpbar .hot_posts .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ozzo_fn_helpbar .hot_posts:after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 100%;;
	background-color: var(--ozzo-mc2);
	right: 0;
	top: 0;
}
.ozzo_fn_helpbar .hot_posts:before{
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
}
.ozzo_fn_helpbar[data-left-side="1"][data-right-side="0"] .ht_left{
	margin-right: auto;
}
.ozzo_fn_helpbar[data-left-side="0"][data-right-side="1"] .ht_right{
	margin-left: auto;
}
/*************************************************************************/
/* 04) Desktop Navigation
/*************************************************************************/
#ozzo_fn_header{
	max-width: 100%;
	width: 100%;
}
#ozzo_fn_header.menu_enabled .ozzo_fn_header .header_logo{
	padding-bottom: 50px;
}
.ozzo_fn_header{
	position: relative;
	width: 100%;
	padding-bottom: 80px;
}
.ozzo_fn_header .header_logo{
	margin-top: -53px;
}
.ozzo_fn_header .hide_me{
	opacity: 0;
	visibility: hidden;
	position: relative;
	z-index: -999999;
	pointer-events: none;
}
.ozzo_fn_header .logo{
	position: relative;
}
.ozzo_fn_header .logo_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.ozzo_fn_header .logo a{
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 12;
}
.ozzo_fn_header .logo img{
	max-height: 120px;
}
.ozzo_fn_header .header_bottom{
	position: relative;
}
.ozzo_fn_header .header_bottom .hb_in{
	position: relative;
}
.ozzo_fn_header .bottom_fixer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	max-width: 100%;
	width: auto;
}
.ozzo_fn_header .ozzo_fn_nav.ready{
	overflow: visible;
}
.ozzo_fn_header .ozzo_fn_nav{
	max-width: 100%;
	min-width: 860px;
	position: relative;
	margin: 0 auto;
	border-radius: 50px;
	background-color: #fff;
	padding: 15px;
	overflow: visible;
}
.ozzo_fn_header .ozzo_fn_nav .nav_in{
	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;
	border: 2px solid #000;
	border-radius: 40px;
	padding: 0 52px;
	background-color: #faf4e8;
}
@media(max-width: 850px){
	.ozzo_fn_header .ozzo_fn_nav{min-width: 100%;}
}
.ozzo_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;
}
.ozzo_fn_header .menu > div:first-child{
	max-width: 100%;
}
.ozzo_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;
}
.ozzo_fn_main_nav li{
	position: relative;
	margin: 0;
}
.icon_bar__share .ozzo_fn_social_list li,
.ozzo_fn_main_nav .sub-menu li{
	transform: translateY(-20px);
	transition: all .5s ease;
	opacity: 0;
}
.icon_bar__share:hover .ozzo_fn_social_list li,
.ozzo_fn_main_nav li:hover > .sub-menu > li{
	transform: translateY(0);
	opacity: 1;
}
.icon_bar__share .ozzo_fn_social_list li:nth-child(1),
.ozzo_fn_main_nav li:nth-child(1){transition-delay: 0ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(2),
.ozzo_fn_main_nav li:nth-child(2){transition-delay: 50ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(3),
.ozzo_fn_main_nav li:nth-child(3){transition-delay: 100ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(4),
.ozzo_fn_main_nav li:nth-child(4){transition-delay: 150ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(5),
.ozzo_fn_main_nav li:nth-child(5){transition-delay: 200ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(6),
.ozzo_fn_main_nav li:nth-child(6){transition-delay: 250ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(7),
.ozzo_fn_main_nav li:nth-child(7){transition-delay: 300ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(8),
.ozzo_fn_main_nav li:nth-child(8){transition-delay: 350ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(9),
.ozzo_fn_main_nav li:nth-child(9){transition-delay: 400ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(10),
.ozzo_fn_main_nav li:nth-child(10){transition-delay: 450ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(11),
.ozzo_fn_main_nav li:nth-child(11){transition-delay: 500ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(12),
.ozzo_fn_main_nav li:nth-child(12){transition-delay: 550ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(13),
.ozzo_fn_main_nav li:nth-child(13){transition-delay: 600ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(14),
.ozzo_fn_main_nav li:nth-child(14){transition-delay: 650ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(15),
.ozzo_fn_main_nav li:nth-child(15){transition-delay: 700ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(16),
.ozzo_fn_main_nav li:nth-child(16){transition-delay: 750ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(17),
.ozzo_fn_main_nav li:nth-child(17){transition-delay: 800ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(18),
.ozzo_fn_main_nav li:nth-child(18){transition-delay: 850ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(19),
.ozzo_fn_main_nav li:nth-child(19){transition-delay: 900ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(20),
.ozzo_fn_main_nav li:nth-child(20){transition-delay: 950ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(21),
.ozzo_fn_main_nav li:nth-child(21){transition-delay: 1000ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(22),
.ozzo_fn_main_nav li:nth-child(22){transition-delay: 1050ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(23),
.ozzo_fn_main_nav li:nth-child(23){transition-delay: 1100ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(24),
.ozzo_fn_main_nav li:nth-child(24){transition-delay: 1150ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(25),
.ozzo_fn_main_nav li:nth-child(25){transition-delay: 1200ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(26),
.ozzo_fn_main_nav li:nth-child(26){transition-delay: 1350ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(27),
.ozzo_fn_main_nav li:nth-child(27){transition-delay: 1400ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(28),
.ozzo_fn_main_nav li:nth-child(28){transition-delay: 1450ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(29),
.ozzo_fn_main_nav li:nth-child(29){transition-delay: 1500ms;}
.icon_bar__share .ozzo_fn_social_list li:nth-child(30),
.ozzo_fn_main_nav li:nth-child(30){transition-delay: 1550ms;}
.ozzo_fn_main_nav > li > a{
	white-space: nowrap;
}
.ozzo_fn_main_nav > li{
	margin-left: 39px;
}
.ozzo_fn_main_nav > li:last-child:after{
	display: none;
}
.ozzo_fn_main_nav > li:after{
	content: '/';
	position: absolute;
	line-height: 52px;
	line-height: calc(60px - (var(--ozzo-border) * 2));
	left: 100%;
	margin-left: 16px;
	font-size: 16px;
	font-weight: 900;
	font-family: var(--hff);
	color: #000;
	display: block;
	top: 0;
}
.ozzo_fn_main_nav > li.disabled{
	display: none;
}
.ozzo_fn_header .more > a,
.ozzo_fn_stickynav .more > a,
.ozzo_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: 52px;
	line-height: calc(60px - (var(--ozzo-border) * 2));
}
.ozzo_fn_main_nav > li > a{
	line-height: 52px;
	line-height: calc(60px - (var(--ozzo-border) * 2));
}
.ozzo_fn_stickynav .ozzo_fn_main_nav > li:after{
	line-height: calc(50px - (var(--ozzo-border) * 2));
}
.ozzo_fn_stickynav .more > a,
.ozzo_fn_stickynav .ozzo_fn_main_nav > li > a{
	line-height: 42px;
	line-height: calc(50px - (var(--ozzo-border) * 2));
}
.ozzo_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;
}
.ozzo_fn_main_nav > li.menu-item-has-children > a{
	position: relative;
	padding-right: 16px;
}

.blog__link_item a:hover,
#breadcrumbs a:hover,
.blog__item .author a:hover,
.ozzo_fn_main_nav li:hover > a,
.ozzo_fn_stickynav .sub-menu a:hover,
.ozzo_fn_header .sub-menu a:hover,
.ozzo_fn_stickynav .more > a:hover,
.ozzo_fn_header .more > a:hover,
.ozzo_fn_main_nav > li > 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;
}
.ozzo_fn_main_nav li:hover > a,
.ozzo_fn_stickynav .sub-menu a:hover,
.ozzo_fn_header .sub-menu a:hover,
.ozzo_fn_stickynav .more > a:hover,
.ozzo_fn_header .more > a:hover,
.ozzo_fn_main_nav > li > a:hover{
	color: var(--ozzo-mc2);
}
.ozzo_fn_main_nav > li:hover > ul{
	z-index: 55;
	transition: all .3s ease;
}

.ozzo_fn_stickynav .more,
.ozzo_fn_header .more{
	display: none;
	position: relative;
	margin-left: 40px;
}
.ozzo_fn_stickynav .more.active,
.ozzo_fn_header .more.active{
	display: block;
	white-space: nowrap;
}
.ozzo_fn_stickynav .sub-menu li,
.ozzo_fn_header .sub-menu li{
	margin-bottom: 3px;
	position: relative;
}
.ozzo_fn_stickynav .sub-menu ul,
.ozzo_fn_header .sub-menu ul{
	left: 100%;
	top: -34px;
	margin-left: 0;
}
.ozzo_fn_stickynav .more .sub-menu ul,
.ozzo_fn_header .more .sub-menu ul{
	margin-right: 0;
	left: auto;
	right: 100%;
}
.ozzo_fn_stickynav .sub-menu,
.ozzo_fn_header .sub-menu{
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: all 0s linear;
	margin: 0;
	padding: 32px 0 27px;
	position: absolute;
	width: 300px;
	border: var(--ozzo-border) solid #000;
	background-color: #fff;
	top: 100%;
	left: 0;
	margin-left: -50px;
	margin-left: -moz-calc((var(--ozzo-border) + 40px) * (-1));
	margin-left: -webkit-calc((var(--ozzo-border) + 40px) * (-1));
	margin-left: -o-calc((var(--ozzo-border) + 40px) * (-1));
	margin-left: calc((var(--ozzo-border) + 40px) * (-1));
	list-style-type: none;
	display: none;
	transform: translateY(0);
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
}
.ozzo_fn_stickynav .more .sub-menu,
.ozzo_fn_header .more .sub-menu{
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -44px;
}
.ozzo_fn_stickynav .sub-menu a,
.ozzo_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;
}
.ozzo_fn_header .more li:hover > .sub-menu,
.ozzo_fn_header .more:hover > .sub-menu,
.ozzo_fn_stickynav .more li:hover > .sub-menu,
.ozzo_fn_stickynav .more:hover > .sub-menu,
.ozzo_fn_main_nav li:hover > .sub-menu{
	opacity: 1;
	visibility: visible;
	z-index: 99;
	display: block;
    animation: ozzo-submenu-animation 0.3s ease;
}
@keyframes ozzo-submenu-animation {
  0% { 
	transform: translateY(20px);
  }
  100% {
	transform: translateY(0);
  }
}
.ozzo_fn_stickynav .sub-menu li.menu-item-has-children > a,
.ozzo_fn_header .sub-menu li.menu-item-has-children > a{
	padding-right: 52px;
	position: relative;
}
.ozzo_fn_stickynav .sub-menu li.menu-item-has-children > a:after,
.ozzo_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;
}
/*************************************************************************/
/* 05) Searchbox
/*************************************************************************/
.ozzo_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: #ff97f9;
	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 .ozzo_fn_searchbox{
	top: 32px;
	height: -moz-calc(100vh - 32px);
	height: -webkit-calc(100vh - 32px);
	height: -o-calc(100vh - 32px);
	height: calc(100vh - 32px);
}
.ozzo_fn_searchbox .container{
	max-width: 1420px;
}
.ozzo_fn_searchbox .input{
	flex: 1;
}
.ozzo_fn_searchbox .search{
	position: relative;
	background-color: var(--ozzo-mc1);
	border-radius: 50px;
	border: 2px solid #000;
	margin: -2px -2px -2px 0;
}
.ozzo_fn_searchbox .search:hover{
	background-color: #000;
}
.ozzo_fn_searchbox .search:hover .fn__svg{
	color: #fff;
}
.ozzo_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;
	color: #fff;
}
.ozzo_fn_searchbox .search .fn__svg{
	display: block;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -10px;
	color: #000;
}
.ozzo_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;
}
.ozzo_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);
}
.ozzo_fn_searchbox .search_content{
	height: -moz-calc(100vh - 200px);
	height: -webkit-calc(100vh - 200px);
	height: -o-calc(100vh - 200px);
	height: calc(100vh - 200px);
	overflow-x: auto;
	padding: 0 20px;
	width: 100%;
}
.ozzo_fn_searchbox.ajax_result .search_content{
	display: block;
}
.ozzo_fn_searchbox .search_content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.ozzo_fn_searchbox .search_content{
	scrollbar-width: thin;
	scrollbar-color: #999 #fff;
}
.ozzo_fn_searchbox .search_content::-webkit-scrollbar{
  	width: 4px;
}
.ozzo_fn_searchbox .search_content:-webkit-scrollbar-track{
  	background: var(--ozzo-mc1);
}
.ozzo_fn_searchbox .search_content::-webkit-scrollbar-thumb{
	background-color: var(--ozzo-mc1);
	border-radius: 6px;
}
.admin-bar .ozzo_fn_searchbox .search_content{
	height: -moz-calc(100vh - 232px);
	height: -webkit-calc(100vh - 232px);
	height: -o-calc(100vh - 232px);
	height: calc(100vh - 232px);
}
.ozzo_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;
}
.ozzo_fn_searchbox .form_top{
	transform: translateY(106px);
	transition: all .3s ease;
	background-color: #fff;
	padding: 15px;
	border-radius: 36px;
}
.ozzo_fn_searchbox .form_in{
	background-color: #faf4e8;
	padding: 40px 30px 20px;
	border: 2px solid #000;
	border-radius: 20px;
}
.ozzo_fn_searchbox .search_wrapper .main_form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 50px;
	margin-bottom: 20px;
	
}
.ozzo_fn_searchbox.ajax_result .form_top,
.ozzo_fn_searchbox.loading .form_top{
	transform: translateY(0px);
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.ozzo_fn_searchbox.ajax_result .form_in{
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.search-active .ozzo_fn_searchbox{
	opacity: 1;
	visibility: visible;
	transform: translateY(0%) scale(1);
}
.ozzo_fn_searchbox .search_closer{
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
}
.ozzo_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;
}
.ozzo_fn_searchbox .search_closer span:before,
.ozzo_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;
}
.ozzo_fn_searchbox .search_closer span:after{
	transform: rotate(-45deg)
}
.ozzo_fn_searchbox .search_closer span:before{
	transform: rotate(45deg)
}
.ozzo_fn_searchbox .search_result{
	opacity: 0;
	visibility: hidden;
	position: relative;
	z-index: 5;
	transition: all .3s ease;
	transform: translateY(-106px);
	background-color: #fff;
	border-radius: 0 0 36px 36px;
	padding: 0 15px 15px 15px;
	margin-top: -15px;
}
.ozzo_fn_searchbox .search_result_in{
	background-color: #faf4e8;
	border: 2px solid #000;
	border-top: none;
	border-radius: 0 0 20px 20px;
}
.ozzo_fn_searchbox.ajax_result .search_result,
.ozzo_fn_searchbox.loading .search_result{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.ozzo_fn_searchbox .filterbox{
	background-color: var(--ozzo-mc1);
    justify-content: center;
    padding: 12px 40px 17px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.ozzo_fn_searchbox.loading .fn__preloader{
	opacity: 1;
	visibility: visible;
}
.ozzo_fn_searchbox .fn__preloader .text{
	color: #000;
}
.ozzo_fn_searchbox .fn__preloader .icon{
	border-top-color: #000;
    border-right-color: #000;
    border-bottom-color: #000;
}
.ozzo_fn_searchbox .fn__preloader{
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 55;
}

.ozzo_fn_searchbox .filterbox .filter{
	margin-right: 50px;
	margin-top: 5px;
}
.ozzo_fn_searchbox .filterbox label{
	font-size: 12px;
    font-family: var(--hff);
    text-transform: uppercase;
    font-weight: 500;
	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;
}
.ozzo_fn_searchbox .filterbox .text{
	line-height: 1;
	margin-top: 3px;
}
.ozzo_fn_searchbox .filterbox .icon{
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	border: 2px solid #000;
	border-radius: 4px;
}
.ozzo_fn_searchbox .filterbox .fn__svg{
	opacity: 0;
	display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 1px;
    top: 1px;
}
.ozzo_fn_searchbox .filterbox input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.ozzo_fn_searchbox .filterbox input:checked ~ .icon .fn__svg {
 	opacity: 1;
}
.ozzo_fn_searchbox.loading .res_in{
	position: relative;
	height: 142px;
}
.ozzo_fn_searchbox.loading .result_info,
.ozzo_fn_searchbox.loading .result_list{
	opacity: 0;
}
.ozzo_fn_searchbox .resultbox{
	min-height: 194px;
	position: relative;
}
.ozzo_fn_searchbox .result_list{
	position: relative;
	padding: 40px 38px 11px;
}
.ozzo_fn_searchbox .result_list ul{
	margin: 0;
	list-style-type: none;
	margin-left: -38px;
	
	display: grid;
    grid-template-columns: repeat(auto-fit,minmax(450px,1fr));
}
.ozzo_fn_searchbox .result_list li{
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 38px;
	margin-bottom: 30px;
}
.ozzo_fn_searchbox .result_list .title_holder{
	width: 100%;
}
.ozzo_fn_searchbox .result_list .overlay_in{
	height: 100%;
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	border-radius: 18px;
}
.ozzo_fn_searchbox .result_list .img_holder[data-has-image=""] div{
	background-color: #ece4d3;
    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;
    line-height: 1;
    text-align: center;
    font-weight: 900;
    font-size: 100px;
    text-transform: uppercase;
	height: 100%;
	border-radius: 18px;
}
.ozzo_fn_searchbox .result_list .title > *:last-child{
	margin-bottom: 0;
}
.ozzo_fn_searchbox .result_list .fn_title{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 7px;
}
.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;
}
.ozzo_fn_searchbox .result_list .fn_title a{
	position: relative;
}
.ozzo_fn_searchbox .result_list .img_holder{
	width: 190px;
    min-width: 190px;
    height: 190px;
    min-height: 100%;
	background-color: #fff;
    border: var(--ozzo-border) solid #000;
    margin-right: 30px;
	position: relative;
	border-radius: 20px;
}
.ozzo_fn_searchbox .result_list .fn__meta{
	margin-bottom: 10px;
}
.ozzo_fn_searchbox .result_list .meta_date{
	width: fit-content;
	max-width: 100%;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--hff);
	text-transform: uppercase;
}
.ozzo_fn_searchbox .result_list .item{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	z-index: 1;
}
.ozzo_fn_searchbox .result_info{
	padding: 35px 38px 40px;
	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-top: var(--ozzo-border) solid #000;
	margin-top: -moz-calc(var(--ozzo-border) / (-2));
	margin-top: -webkit-calc(var(--ozzo-border) / (-2));
	margin-top: -o-calc(var(--ozzo-border) / (-2));
	margin-top: calc(var(--ozzo-border) / (-2));
	position: relative;
	min-height: 106px;
}
.ozzo_fn_searchbox .result_info > *:last-child{
	margin-bottom: 0;
}
.ozzo_fn_searchbox .result_info form{
	position: relative;
    transition: all .3s ease;
	padding: 0 29px;
}
.ozzo_fn_searchbox .result_info form:after{
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1px;
    height: 40px;
    width: 2px;
    display: block;
    background-color: #000;
}
.ozzo_fn_searchbox .submit_button{
	display: block;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
    padding: 0 40px;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    font-family: var(--hff);
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0px;
	height: 40px;
	border-radius: 20px;
}
.ozzo_fn_searchbox .submit_button:hover{
	background-color: #fbf261;
}
.ozzo_fn_searchbox .result_info .text_left_decor,
.ozzo_fn_searchbox .result_info .text_right_decor{
	width: 29px;
	height: 2px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background-color: #000;
}
.ozzo_fn_searchbox .result_info .text_left_decor{
	left: 0;
}
.ozzo_fn_searchbox .result_info .text_right_decor{
	right: 0;
}
.ozzo_fn_searchbox .result_info .text_right_decor:before,
.ozzo_fn_searchbox .result_info .text_right_decor:after,
.ozzo_fn_searchbox .result_info .text_left_decor:before,
.ozzo_fn_searchbox .result_info .text_left_decor:after{
	content: '';
	position: absolute;
	display: block;
	width: 21px;
	height: 2px;
	background-color: #000;
}
.ozzo_fn_searchbox .result_info .text_left_decor:before{
	bottom: 100%;
	margin-bottom: 4px;
	right: -2px;
}
.ozzo_fn_searchbox .result_info .text_left_decor:after{
	top: 100%;
	margin-top: 4px;
	right: -2px;
}
.ozzo_fn_searchbox .result_info .text_right_decor:before{
	bottom: 100%;
	margin-bottom: 4px;
	left: -2px;
}
.ozzo_fn_searchbox .result_info .text_right_decor:after{
	top: 100%;
	margin-top: 4px;
	left: -2px;
}
.ozzo_fn_searchbox .result_info p{
	margin: 0;
	padding: 0;
	font-weight: 500;
	margin-bottom: 13px;
}
.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(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.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;
}
.ozzo_fn_singlepost .fn__preloader_wrapper{
	margin: 50px 0;
}
.ozzo_fn_singlepost .fn__preloader{
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	height: 204px;
	position: relative;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.no-prev-post .ozzo_fn_singlepost .fn__preloader{
	display: none;
}
.fn__preloader_wrapper{
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.prev-post-loading .ozzo_fn_singlepost .fn__preloader_wrapper,
.prev-post-loading .ozzo_fn_singlepost .fn__preloader{
	opacity: 1;
	visibility: visible;
}
/*************************************************************************/
/* 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
/*************************************************************************/
.ozzo_fn_pagetitle{
	text-align: center;
	margin-bottom: 50px;
}
.ozzo_fn_pagetitle .pagetitle{
	padding-bottom: 34px;
	position: relative;
}
.ozzo_fn_pagetitle .title_decor{
	position: absolute;
	height: 15px;
	bottom: 0;
	left: 0;
	right: 0;
}
.ozzo_fn_pagetitle .title_decor:after{
	content: '';
	width: 80px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -40px;
}
.ozzo_fn_pagetitle .decor_left{
	left: 0;
	height: 2px;
	background-color: #000;
	right: 50%;
	margin-right: 70px;
	top: 50%;
	margin-top: -1px;
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	column-gap: 9px;
	-ms-align-items: center;
	align-items: center;
}
.ozzo_fn_pagetitle .decor_left span{
	width: 2px;
    height: 16px;
    display: block;
    background-color: #000;
    transform: rotate(25deg);
}
.ozzo_fn_pagetitle .decor_right{
	right: 0;
	height: 2px;
	background-color: #000;
	left: 50%;
	margin-left: 70px;
	top: 50%;
	margin-top: -1px;
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	column-gap: 9px;
	-ms-align-items: center;
	align-items: center;
}
.ozzo_fn_pagetitle .decor_right span{
	width: 2px;
    height: 16px;
    display: block;
    background-color: #000;
    transform: rotate(-25deg);
}
.ozzo_fn_pagetitle .fn__title{
	margin: 0;
	padding: 0;
	font-family: var(--hff);
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
.ozzo_fn_full_page_in .full_content a{
	color: var(--ozzo-mc2);
	border-bottom: 1px solid transparent;
}
.ozzo_fn_full_page_in .full_content a:hover{
	border-bottom-color: var(--ozzo-mc2);
}
.ozzo_fn_full_page_template .ls_content > *:nth-last-child(1),
.ozzo_fn_full_page_template .page_content > *:nth-last-child(1){
	margin-bottom: 0;
}
.fn__page_layout .ozzo_fn_pagetitle,
.fn__boxed_layout .ozzo_fn_pagetitle{
	padding-top: 13px;
}
.fn__boxed_layout .ozzo_fn_commentss{
	margin-top: 50px;
}
.fn__page_layout > div > .bordered_in,
.fn__boxed_layout > div > .bordered_in{
	padding: 38px;
}
.ozzo_fn_full_page_in .ozzo_fn_leftsidebar > div > .bordered_in > .ls_content,
.fn__page_layout > div > .bordered_in > .page_content,
.fn__boxed_layout > div > .bordered_in > .page_content{
	padding-left: 0;
	padding-right: 0;
}
.ozzo_fn_full_page_in .ozzo_fn_leftsidebar > div > .bordered_in{
	padding: 38px;
}
.ozzo_fn_full_page_in .ozzo_fn_commentss{
	margin-top: 60px;
}
/*************************************************************************/
/* 08) Mobile Menu
/*************************************************************************/
.ozzo_fn_mobnav,
.fn_ajax__preloader{
	display: none;
}
.ozzo_fn_mobnav{
	background-color: #fff;
	width: 100%;
	border-radius: 30px 30px 0 0;
}
.ozzo_fn_mobnav .right__triggerr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.ozzo_fn_mobnav .right__triggerr a{
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 2;
	color: #000;
	margin-right: 10px;
}
.ozzo_fn_mobnav.menu_opened .right__triggerr a span:after,
.ozzo_fn_mobnav.menu_opened .right__triggerr a span:before,
.ozzo_fn_mobnav.menu_opened .right__triggerr a span{
	background-color: #000;
}
.ozzo_fn_mobnav.menu_opened .right__triggerr .mobmenu_opener{
	background-color: var(--ozzo-mc1);
}
.ozzo_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;
}
.ozzo_fn_mobnav .right__triggerr a:last-child{
	margin-right: 0;
}
.ozzo_fn_mobnav .right__triggerr .fn__svg{
	width: 24px;
	height: 24px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
.ozzo_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;
}
.ozzo_fn_mobnav .right__triggerr a span:after,
.ozzo_fn_mobnav .right__triggerr a span:before{
	display: block;
	position: absolute;
	content: '';
	width: 34px;
	height: 4px;
	left: 0;
	background-color: #000;
}
.ozzo_fn_mobnav .right__triggerr a span:after{
	bottom: 100%;
	margin-bottom: 4px;
}
.ozzo_fn_mobnav .right__triggerr a span:before{
	top: 100%;
	margin-top: 4px;
}
.ozzo_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: 2px solid #000;
}
.ozzo_fn_mobnav .mob_bot{
	display: none;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 2px solid #000;
	position: relative;
	z-index: 5;
}
.ozzo_fn_mobnav .ozzo_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: -2px;
	border-bottom: 2px solid #000;
}
.ozzo_fn_mobnav .ozzo_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;
}
.ozzo_fn_mobnav .ozzo_fn_social_list li{
	margin: 0;
	margin-left: 25px;
}
.ozzo_fn_mobnav .ozzo_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;
}
.ozzo_fn_mobnav .ozzo_fn_social_list i{
	transition: all .3s ease;
    display: block;
    overflow: hidden;
}
.ozzo_fn_mobnav .ozzo_fn_social_list i:before{
	margin: 0;
    display: block;
    width: auto;
}
.ozzo_fn_mobnav .mobile_menu{
	margin: 0;
	z-index: 5;
	padding: 22px 0 21px;
	list-style-type: none;
}
.ozzo_fn_mobnav .mobile_menu li{
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(1){animation-delay: 0ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(2){animation-delay: 50ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(3){animation-delay: 100ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(4){animation-delay: 150ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(5){animation-delay: 200ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(6){animation-delay: 250ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(7){animation-delay: 300ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(8){animation-delay: 350ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(9){animation-delay: 400ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(10){animation-delay: 450ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(11){animation-delay: 500ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(12){animation-delay: 550ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(13){animation-delay: 600ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(14){animation-delay: 650ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(15){animation-delay: 700ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(16){animation-delay: 750ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(17){animation-delay: 800ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(18){animation-delay: 850ms;}
.ozzo_fn_mobnav .mobile_menu > li:nth-child(19){animation-delay: 900ms;}
.ozzo_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);
	}
}
.ozzo_fn_mobnav .mobile_menu li:last-child{
	margin-bottom: 0;
}
.ozzo_fn_mobnav .mobile_menu ul{
	display: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	margin-left: 20px;
	list-style-type: none;
}
.ozzo_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;
}
.ozzo_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
}
.ozzo_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;
}
.ozzo_fn_mobnav .mobile_menu .menu-item-has-children.active > a:after{
	transform: rotate(90deg);
}
.ozzo_fn_mobnav .mobile_retina_logo,
.ozzo_fn_mobnav .mobile_logo{
	max-height: 50px;
}
.typ_overlay:after,
.typ_overlay:before{
	clear: both;
	display: table;
	content: '';
}

.blog__item{
	width: 100%;
	position: relative;
}
.blog__item .bordered_in{
	background-color: #fff;
}

.blog__item .post_icon{
	display: block;
	right: 20px;
	top: 20px;
	background-color: #000;
	position: absolute;
	z-index: 2;
	color: #e3ebff;
	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: 40px;
	height: 40px;
	background-color: var(--ozzo-mc1);
	border-radius: 100%;
	position: absolute;
	left: -14px;
	top: 50%;
	margin-top: -20px;
}
.blog__icon .fn__svg{
	width: 14px;
	height: 14px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
	color: #000;
}




.blog__item .fn__video_popup:after{
	margin-top: -12px;
	margin-left: -6px;
	border-style: solid;
	border-width: 12px 0 12px 18px;
}
.blog__item .blog__image .fn__audio_popup .main_svg,
.blog__item .blog__image .fn__audio_popup .main_svg,
.blog__item .blog__icon .fn__svg{
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
}
.blog__item .blog__image .fn__audio_popup,
.blog__item .blog__image .fn__video_popup,
.blog__item .blog__icon{
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	left: 50%;
}
.blog__item .blog__image:hover .fn__audio_popup,
.blog__item .blog__image:hover .fn__video_popup{
	transform: scale(1.5);
}
.blog__quote_item{
	padding: 61px 30px 134px;
	text-align: center;
}
.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: 16px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	position: relative;
}


.blog__link_item{
	padding: 61px 30px 141px;
	text-align: center;
	position: relative;
}
.blog__link_item:after{
	content: '';
	position: absolute;
	width: 2px;
	display: block;
	height: 20px;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
	background-color: #000;
}
.blog__quote_item:after{
	content: '';
	position: absolute;
	width: 2px;
	display: block;
	height: 20px;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
	background-color: #000;
}
.blog__status_item:after{
	content: '';
	position: absolute;
	width: 2px;
	display: block;
	height: 20px;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
	background-color: #000;
}
.blog__item .blog__quote_item .blog_sep{
	margin-top: 19px;
	margin-bottom: 29px;
}
.blog__item .blog__status_item .blog_sep{
	margin-top: 19px;
}
.blog__item .blog__link_item .blog_sep{
	margin-top: 23px;
}
.blog__item .blog_sep{
	width: 100%;
	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;
	height: 15px;
}
.blog__item .blog_sep .sep_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 70px;
	height: 2px;
	background-color: #000;
	column-gap: 9px;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.blog__item .blog_sep .sep_in span{
	width: 2px;
    height: 16px;
    display: block;
    background-color: #000;
    transform: rotate(25deg);
}
.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__link_item .blog__icon{
	position: absolute;
	margin: 0;
	left: 50%;
	right: auto;
	top: auto;
	bottom: 20px;
	margin-left: -40px;
	background-color: #fff;
	border: 2px solid #000;
}
.blog__item .blog__quote_item .blog__icon{
	position: absolute;
	margin: 0;
	left: 50%;
	right: auto;
	top: auto;
	bottom: 20px;
	margin-left: -40px;
	background-color: #fff;
	border: 2px solid #000;
}
.blog__item .blog__status_item .blog__icon{
	position: absolute;
	margin: 0;
	left: 50%;
	right: auto;
	top: auto;
	bottom: 20px;
	margin-left: -40px;
	background-color: #fff;
	border: 2px solid #000;
}
.blog__status_item{
	padding: 61px 30px 141px;
	text-align: center;
	position: relative;
}
.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;
}
[data-blog-item-color="enable"] .blog__item .bottom_holder{
	background-color: var(--ozzo-cbc);
	color: var(--ozzo-ctc);
}
[data-blog-item-color="enable"] .blog__item .title h3 a{
	color: var(--ozzo-ctc);
}
[data-blog-item-color="enable"] .blog__item .title h3 a:hover{
	color: var(--ozzo-cthc);
}
[data-blog-meta-color="enable"] .category__holder{
	color: var(--ozzo-ctc);
	background-color: var(--ozzo-cbc);
}
[data-blog-meta-color="enable"] .category__holder a{
	color: var(--ozzo-ctc);
}
[data-blog-meta-color="enable"] .category__holder a:hover{
	color: var(--ozzo-cthc);
	border-bottom-color: var(--ozzo-cthc);
}
[data-blog-typog-color="enable"] .blog__item .typ_overlay .typ_title{
	color: var(--ozzo-cbc);
}

.sticky .blog__item .desc_excerpt_field p,
.sticky .blog__item .desc_post_content p,
.sticky .blog__item .bottom_holder .title h3 a{
	color: #000;
}
.blog__image{
	position: relative;
}
.blog__image > a{
	color: #fff;
}
.blog__image a{
	margin: 0 auto;
}
.blog__image img{
	display: block;
	margin: 0 auto;
}
.category__holder{
	background-color: var(--ozzo-mc2);
	border-radius: 25px 25px 22px 22px;
	padding: 11px 20px 9px;
	min-height: 50px;
	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-family: var(--hff);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
	flex-wrap: wrap;
}
.category__holder .sep{
	margin: 0 12px;
}
.category__holder a{
	padding-top: 1px;
	color: #fff;
	border-bottom: 1px solid transparent;
}
.category__holder a:hover{
	border-bottom-color: inherit;
}
.blog__image .fn__audio_popup,
.blog__image .fn__video_popup{
	position: absolute;
	width: 40px;
	height: 40px;
	left: -14px;
	top: 50%;
	margin: 0;
	margin-top: -20px;
	display: block;
	border-radius: 100%;
	background-color: var(--ozzo-mc1);
	color: #000;
	z-index: 10;
}
.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 .main_svg,
.blog__image .fn__audio_popup .main_svg{
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
	color: #000;
}
.fn__video_popup:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #000;
}
.blog__image .fn__video_popup .main_svg{
	width: 24px;
	height: 24px;
	margin: -12px 0 0 -12px;
}
.fn__gallery_format .owl-carousel{
	display: block;
}
.fn__gallery_format .owl-carousel .item:nth-child(1){
	display: block;
}
.fn__gallery_format .owl-carousel .item img{
	min-width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	margin-bottom: -27%;
}
.fn__gallery_format .owl-carousel .item{
	display: none;
}
.fn__gallery_format .slider__nav a{
	display: block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	border-radius: 100%;
	color: #000;
	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{
	margin-left: -6px;
}
.fn__gallery_format .slider__nav .prev .fn__svg{
	transform: rotate(180deg);
	margin-left: -8px;
}
.fn__gallery_format .slider__nav .prev{
	left: 10px;
}
.fn__gallery_format .slider__nav .next{
	right: 10px;
}
.fn__gallery_format .slider__nav .fn__svg{
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
	color: #000;
}
.fn__gallery_format{
    position: relative;
}
.fn__gallery_format .owl-carousel .owl-stage-outer{
	border-radius: 30px;
	overflow: hidden;
}
.fn__gallery_format .item{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}




/* BLOG LIST: list layout */
.fn__blog_list_layout_list{
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-left: -60px;
}
.fn__blog_list_layout_list .post_item{
	margin: 0;
	padding: 0;
	list-style-type: inherit;
	margin-bottom: 60px;
	padding-left: 60px;
	width: 100%;
}










.fn__blog_list_layout_masonry{
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-left: -60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.fn__blog_list_layout_masonry .post_item{
	margin: 0;
	padding: 0;
	list-style-type: inherit;
	margin-bottom: 60px;
	width: 33.333%;
	padding-left: 60px;
}
.ozzo_fn_leftsidebar .fn__blog_list_layout_masonry .post_item{
	width: 50%;
}
/*************************************************************************/
/* 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(--ozzo-mc2);
}
#breadcrumbs a{
	text-decoration: none;
	color: #000;
}
/*************************************************************************/
/* 11) Pagination
/*************************************************************************/
.ozzo_fn_leftsidebar .ozzo_fn_pagination{
	padding-bottom: 0;
}
.ozzo_fn_pagination{
	padding: 0 0 100px 0;
}
.ozzo_fn_pagination .pag_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.ozzo_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;
}
.ozzo_fn_pagination li{
	margin: 5px 0 5px 10px;
}
.ozzo_fn_pagination span,
.ozzo_fn_pagination a{
	width: 46px;
	height: 46px;
	display: block;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	font-weight: 900;
	font-family: var(--hff);
	color: #000;
	position: relative;
	padding-top: 1px;
	border-radius: 100%;
}
.ozzo_fn_pagination .ozzo_fn_bordered{
	border-width: 10px;
	border-radius: 100%;
}
.ozzo_fn_pagination .current,
.ozzo_fn_pagination a:hover{
	background-color: #fbf261;
}
/*************************************************************************/
/* 12) Page Links
/*************************************************************************/
.single__content .ozzo_fn_pagelinks{
	padding: 0 20px 20px;
	margin-top: 0;
}
.ozzo_fn_pagelinks{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	list-style-type: none;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -10px;
	margin-top: 55px;
}
.ozzo_fn_pagelinks > *{
	margin: 5px 0 5px 10px;
}
.ozzo_fn_pagelinks .title{
	display: none;
}
.ozzo_fn_pagelinks .ozzo_fn_bordered{
	border-width: 10px;
    border-radius: 100%;
}
.ozzo_fn_pagelinks .number{
	width: 46px;
    height: 46px;
    display: block;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 900;
    font-family: var(--hff);
    color: #000;
    position: relative;
    padding-top: 1px;
    border-radius: 100%;
	transition: all .3s ease;
}
.ozzo_fn_pagelinks a:hover .number,
.ozzo_fn_pagelinks .current .number{
	background-color: #fbf261;
}
.blog_container_boxed.blog_layout_list,
.blog_container_full.blog_layout_list{
	max-width: 860px;
	margin: 0 auto;
}
/*************************************************************************/
/* 13) Footer Outside
/*************************************************************************/
.ozzo_fn_footer_outside{
	position: relative;
}
.ozzo_fn_footer_outside .widget_nav_menu .ozzo_fn_bordered{
	position: static;
	background-color: transparent;
	border-radius: 0;
	border: none;
}
.ozzo_fn_footer_outside .widget_nav_menu .bordered_in{
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	position: static;
}
.ozzo_fn_footer_outside .footer_btm_in{
	padding: 57px 0;
	position: relative;
}
.ozzo_fn_footer_outside .footer_copyright p{
	margin: 0;
	padding: 0;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	color: #000;
}
.ozzo_fn_footer_outside .footer_copyright 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;
}
.ozzo_fn_footer_outside .footer_copyright a{
	text-decoration: none;
	color: #000;
}
.ozzo_fn_footer_outside .footer_widgets{
	margin-top: -9px;
}
.ozzo_fn_footer_outside .widget_nav_menu .menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2px;
}
.ozzo_fn_footer_outside .widget_nav_menu .menu{
	position: relative;
	margin-left: -34px;
}
.ozzo_fn_footer_outside .widget_nav_menu .menu > li{
	margin-left: 34px;
	position: relative;
	margin-bottom: 0;
}
.ozzo_fn_footer_outside .widget_nav_menu .menu > li > a{
	font-size: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #000;
	text-decoration: none;
	display: block;
	font-weight: 700;
	line-height: 2.5;
}
.ozzo_fn_footer_outside .widget_nav_menu .sub-menu li{
	margin-bottom: 6px;
	position: relative;
}
.ozzo_fn_footer_outside .widget_nav_menu .sub-menu ul{
	left: 100%;
	top: -36px;
	margin-left: 0;
}
.ozzo_fn_footer_outside .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;
}
.ozzo_fn_footer_outside .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;
}
.ozzo_fn_footer_outside .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;
}
.ozzo_fn_footer_outside .widget_nav_menu li:hover > .sub-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.ozzo_fn_footer_outside .widget_nav_menu .sub-menu li.menu-item-has-children > a{
	padding-right: 52px;
	position: relative;
}
.ozzo_fn_footer_outside .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;
}

/* Blog Page without Sidebar */
.fn__page_layout{
	position: relative;
}
/*************************************************************************/
/* 14) Sidebar Page
/*************************************************************************/
.ozzo_fn_hassidebar .sidebar__inner{
	position: relative;
}
.ozzo_fn_hassidebar .sidebarpage{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: -60px;
}
.ozzo_fn_leftsidebar{
	width: 66.6666%;
	padding-left: 60px;
}
.ozzo_fn_rightsidebar{
	width: 33.33333%;
	padding-left: 60px;
}
.page-template-default .ozzo_fn_leftsidebar .ls_content > *:last-child{
	margin-bottom: 0;
}
/*************************************************************************/
/* 15) Totop Button
/*************************************************************************/
.ozzo_fn_totop{
	width: 86px;
	height: 80px;
	display: block;
	z-index: 99;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	background-color: #fff;
	border-radius: 40px 0 0 40px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: -6px;
	top: 100vh;
	transition: top 0s ease, transform 1s ease, opacity .5s ease, visibility .5s ease;
}
.ozzo_fn_totop .fixer{
	position: absolute;
	top: -20px;
	bottom: -20px;
	content: '';
	left: 0;
	right: 0;
	z-index: -1;
	display: block;
}
.ozzo_fn_totop:hover .arrow{
	background-color: #fbf261;
}
.ozzo_fn_totop:before{
	content: '';
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 0 0 6px;
	border-color: transparent transparent transparent #888;
}
.ozzo_fn_totop:after{
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 0 0;
	border-color: #888 transparent transparent transparent;
}
.ozzo_fn_totop .arrow{
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 100%;
	border: 2px solid #000;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -30px;
	transition: all .3s ease;
	background-color: #faf4e8;
}
.ozzo_fn_totop.active{
	opacity: 1;
	visibility: visible;
}
.ozzo_fn_totop.hiddden{
	opacity: 0;
	visibility: hidden;
/*	top: 70vh !important;*/
	transform: translateY(-50px) !important;
	transition: all 1s ease, top 3s ease;
}
.ozzo_fn_totop.active .fn__svg{
	transition: all .3s ease;
}
.ozzo_fn_totop .fn__svg{
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin: -12px 0 0 -12px;
	transform: rotate(-90deg);
}
/*************************************************************************/
/* 16) 404 Page
/*************************************************************************/
.ozzo_fn_protected .container,
.ozzo_fn_404 .container{
	max-width: 960px;
}
.ozzo_fn_404{
	text-align: center;
}
.ozzo_fn_protected .bordered_in,
.ozzo_fn_404 .bordered_in{
	padding: 60px 40px 80px;
}
.ozzo_fn_404 .fn__title{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 200px;
	font-size: 10.43vw;
	line-height: 1;
	margin-bottom: 3px;
}
.ozzo_fn_404 .fn__maintitle{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.ozzo_fn_404 .fn__desc{
	margin: 0 auto;
	padding: 0;
	max-width: 500px;
	font-weight: 500;
	margin-bottom: 23px;
}
.ozzo_fn_protectedform.container-custom,
.ozzo_fn_404 .container-custom{
	max-width: 535px;
	margin: 0 auto;
}
.ozzo_fn_protectedform form,
.ozzo_fn_404 form{
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.ozzo_fn_protectedform input[type="password"],
.ozzo_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;
}
.ozzo_fn_protectedform .search,
.ozzo_fn_404 .search{
	margin: -2px;
	margin-left: 0;
	position: relative;
	background-color: var(--ozzo-mc1);
	border: 2px solid #000;
	border-radius: 30px;
}
.ozzo_fn_protectedform .search:hover,
.ozzo_fn_404 .search:hover{
	background-color: #000;
}
.ozzo_fn_protectedform .search:hover input[type="submit"],
.ozzo_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;
	color: #fff;
}
.ozzo_fn_protectedform .search:hover .fn__svg,
.ozzo_fn_404 .search:hover .fn__svg{
	color: #fff;
}
.ozzo_fn_protectedform input[type="submit"],
.ozzo_fn_404 input[type="submit"]{
	border: none !important;
	position: relative;
	background-color: transparent !important;
	font-weight: 600;
	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;
}
.ozzo_fn_protectedform input[type="submit"]{
	padding-right: 32px;
}
.ozzo_fn_protectedform .fn__svg,
.ozzo_fn_404 .fn__svg{
	display: block;
	position: absolute;
	right: 32px;
	top: 50%;
	margin-top: -10px;
	color: #000;
}
/*************************************************************************/
/* 17) Protected Page
/*************************************************************************/
.ozzo_fn_protected{
	text-align: center;
}
.ozzo_fn_protected .fn__maintitle{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.ozzo_fn_protected .icon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 31px;
}
.ozzo_fn_protected .icon .fn__svg{
	width: 145px;
	height: 145px;
	display: block;
}
.ozzo_fn_protected .fn__desc{
	margin: 0 auto;
	padding: 0;
	max-width: 500px;
	font-weight: 500;
	margin-bottom: 23px;
}
.ozzo_fn_protected .container-custom{
	max-width: 500px;
	margin: 0 auto;
}
.ozzo_fn_protected form{
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.ozzo_fn_protected input[type="password"],
.ozzo_fn_protected input[type="text"]{
	border: none;
	margin: 0;
	padding: 0 26px;
	background-color: transparent !important;
	flex: 1;
	height: 56px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	font-style: normal;
	border-radius: 30px 0 0 30px;
}
.ozzo_fn_protected .search{
	margin: -2px;
	margin-left: 0;
	position: relative;
	background-color: var(--ozzo-mc1);
	border: 2px solid #000;
	border-radius: 40px;
}
.ozzo_fn_protected .search:hover{
	background-color: #000;
}
.ozzo_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;
	color: #fff;
}
.ozzo_fn_protected input[type="submit"]{
	border: none !important;
	position: relative;
	background-color: transparent !important;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-family: var(--hff);
	color: #000;
	height: 100%;
	padding: 0 32px;
	z-index: 2;
}
.ozzo_fn_protected form .fn__svg{
	display: block;
	position: absolute;
	right: 32px;
	top: 50%;
	margin-top: -10px;
	color: #000;
}
/*************************************************************************/
/* 18) Featured Posts
/*************************************************************************/
.featured_post_item{
	width: 100%;
	padding: 20px 33px 30px;
}
.featured_post_item .fp_heading{
	margin: 0;
    position: relative;
    margin-bottom: 20px;
}
.featured_post_item .fp_heading h3{
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	position: relative;
}
.featured_post_item .fp_heading h3 span{
	height: 40px;
    line-height: 36px;
    background-color: #fff;
    border-top: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    font-family: var(--hff);
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 0 20px;
    letter-spacing: 0;
    border: 2px solid #000;
    border-radius: 20px;
	width: 240px;
	max-width: 100%;
}
.featured_post_item .fp_heading h3:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	margin-left: -1px;
	background-color: #000;
	display: block;
}
.featured_post_item .icon_holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 20px;
	position: relative;
}
.featured_post_item .icon_holder .fn__svg{
	color: var(--ozzo-mc2);
	width: auto;
}
.featured_post_item .icon_holder .fn__svg:nth-child(2){
	height: 30px;
}
.featured_post_item .icon_holder .fn__svg:nth-child(1),
.featured_post_item .icon_holder .fn__svg:nth-child(3){
	height: 22px;
}
.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 .icon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 25px;
}
.featured_post_item .icon .fn__svg:last-child{
	margin-right: 0;
}
.featured_post_item .icon .fn__svg{
	width: auto;
	height: 22px;
	display: block;
	margin-right: 20px;
}
.featured_post_item .fp__item{
	padding-bottom: 20px;
	position: relative;
	border-bottom: 2px solid #000;
	padding-left: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-height: 70px;
	-ms-align-items: center;
	align-items: center;
}
.featured_post_item .fp_count{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	color: #eee;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	font-family: var(--hff);
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 100%;
}
.featured_post_item .fp_count span{
	width: 34px;
	height: 34px;
	display: block;
	text-align: center;
	line-height: 35px;
}
.featured_post_item li:last-child .fp__item{
	padding-bottom: 0;
	border-bottom: none;
	min-height: 50px;
}
.featured_post_item .fp__item h4{
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 900;
	line-height: 26px;
}
/*************************************************************************/
/* 19) Blog Single
/*************************************************************************/
.ozzo_fn_blog_single + .ozzo_fn_blog_single{
	margin-top: 60px;
}
.single__content{
	position: relative;
	width: 100%;
}
.single__content .phr_top_in{
	position: relative;
}
.single__content .phr_top{
	padding: 13px;
}
.single__content .phr_middle{
	padding: 44px 40px 56px;
}
.single__content > *{
	margin-bottom: 60px;
}
.single__content .content_holder{
	padding-bottom: 70px;
}
.single_with_share{
	margin-bottom: 10px;
}
.single_with_share .single__content{
	margin-bottom: 0;
}
.post_title_holder{
	margin-bottom: 35px;
	width: 100%;
	padding-top: 34px;
}

.post_title_holder .cat_sep{
	margin: 0 10px;
}
.post_title_holder .meta_holder{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
	position: relative;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.post_title_holder .fn__maintitle{
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 9px;
}
.single__content .post_content blockquote{
	border: none;
	font-size: 24px !important;
	line-height: 30px;
	color: var(--ozzo-mc2);
	font-family: var(--hff);
	font-weight: 900;
	font-style: italic;
	position: relative;
	padding: 30px 50px 30px 100px;
	margin: 0 0 30px;
	background-color: #e3efee;
	border-radius: 0 20px 20px 0;
	border-left: 4px solid;
}
.wp-element-caption{
	font-size: smaller;
}
.single__content .post_content blockquote:after{
	content: '';
	width: 44px;
	height: 34px;
	left: 28px;
	display: block;
	top: 30px;
	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(--ozzo-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 .ozzo_fn_tags{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 40px 20px;
	position: relative;
}
.single__content .ozzo_fn_tags:after{
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: 20px;
	background-color: #000;
	left: 50%;
	margin-left: -1px;
	bottom: 0;
}
.single__content .ozzo_fn_tags .tags_in{
	border: 2px solid #000;
	border-radius: 32px;
	padding: 6px 50px;
}
.single__content .ozzo_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 .ozzo_fn_tags li{
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.single__content .ozzo_fn_tags a{
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 900;
	font-family: var(--hff);
	text-transform: uppercase;
	display: block;
	line-height: 1;
}
.single__content .ozzo_fn_tags a:before{
	content: '#';
	color: var(--ozzo-mc2);
}
.single__content .ozzo_fn_tags a:hover{
	color: var(--ozzo-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 .ozzo_fn_tags a:hover:before{
	color: #000;
}
/*************************************************************************/
/* 20) Prev & Next Box
/*************************************************************************/
.ozzo_fn_pnb[data-status="no"]{
	display: none;
}
.ozzo_fn_pnb[data-status="no"] + .ozzo_fn_comments{
	margin-top: 90px;
}
.ozzo_fn_pnb[data-status="prev"] .prev__item{
	width: 100%;
}
.ozzo_fn_pnb[data-status="next"] .next__item{
	width: 100%;
}
.ozzo_fn_pnb[data-status="prev"] .next__item{
	display: none;
}
.ozzo_fn_pnb[data-status="next"] .prev__item{
	display: none;
}
.ozzo_fn_pnb{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;;
	position: relative;
	z-index: 2;
	column-gap: 60px;
}
.ozzo_fn_pnb .fn_desc{
	margin: 0 auto;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	font-family: var(--hff);
	margin-bottom: 2px;
	letter-spacing: 3px;
	text-align: center;
	width: 240px;
	max-width: 90%;
	max-width: calc(100% - 70px);
	background-color: var(--ozzo-mc1);
	height: 28px;
	line-height: 29px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 0 0 20px 20px;
}
.ozzo_fn_pnb .fn_title{
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #000;
	font-weight: 600;
}
.ozzo_fn_pnb .typ_overlay{
	background-color: #ece4d3;
    border-radius: 30px;
    position: relative;
}
.ozzo_fn_pnb .typ_overlay img{
	min-width: 100%;
    opacity: 0;
    pointer-events: none;
    margin-bottom: -27%;
}
.ozzo_fn_pnb .typ_title{
	position: absolute;
    margin: 0;
    border: none;
    outline: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px;
    padding-top: 27px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 170px;
	font-size: calc(30px + 7.27vw);
    line-height: 1;
    font-weight: 900;
    color: #000;
} 
.ozzo_fn_pnb .blog__image{
	padding: 13px;
}
.ozzo_fn_pnb .img_overlay img{
	min-width: 100%;
	border-radius: 30px;
	aspect-ratio: 100 / 73;
	object-fit: cover;
}
.ozzo_fn_pnb .meta__author{
	margin-bottom: 10px;
}
.ozzo_fn_pnb .meta__author a{
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	font-family: var(--hff);
	letter-spacing: .25px;
	border-bottom: 1px solid transparent;
}
.ozzo_fn_pnb .meta__author a:hover{
	border-bottom-color: #000;
}
.ozzo_fn_pnb .pnb_title_holder{
	padding: 9px 20px 23px;
	text-align: center;
}
.ozzo_fn_pnb .pnb__item{
	width: 50%;
	position: relative;
	margin-bottom: 60px;
}
.ozzo_fn_pnb .next__item{
	text-align: right;
}
p:empty{
	margin: 0;
}


.fn_limited_title span{
	overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fn_limited_title a{
	color: #000;
    position: relative;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 85%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s;
}
.fn_limited_title a:hover{
	background-size: 100% 2px;
}
/*************************************************************************/
/* 21) Sharebox
/*************************************************************************/
.ozzo_fn_blog_single.active .ozzo_fn_share{
	opacity: 1;
	visibility: visible;
}
.ozzo_fn_share{
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	position: fixed;
	width: 50px;
	left: 64px;
	z-index: 99;
	background-color: #fff;
	border-radius: 0 20px 20px 0;
	padding: 17px 0 4px;
	top: 50%;
	transform: translateY(-50%);
}
.ozzo_fn_share:before{
	content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #888 transparent;
}
.ozzo_fn_share:after{
	content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 0;
	border-color: transparent #888 transparent transparent;
}
.ozzo_fn_share li{
	margin: 0 0 9px 0;
    padding: 0;
}
.ozzo_fn_share ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	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;
}
.ozzo_fn_share 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;
    font-size: 20px;
    padding: 3px;
}
.ozzo_fn_share .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
}
.ozzo_fn_share li{
	transform: translateZ(0);
}
.ozzo_fn_share i{
	transition: all .3s ease;
	display: block;
	transform: translateZ(0);
	overflow: hidden;
}
.ozzo_fn_share i:before{
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
}



.post__header{
	padding: 0;
	margin: 0;
}
.post__header iframe{
	display: block;
	border-radius: 25px;
	min-width: 100%;
}
.post__header .fn__gallery_format .item{
	height: 700px;
}
.post__header .phr_top{
	position: relative;
}
.post__header .post_top_content{
	width: 100%;
	position: relative;
}
.post__header .typ_overlay{
	background-color: #ece4d3;
	position: relative;
	text-align: center;
	min-height: 400px;
	min-height: 50vh;
	min-height: calc(20vh + 20vw);
	border-radius: 30px;
}
.post__header .typ_overlay .typ_title{
	margin: 0;
	padding: 0;
	color: #131212;
	font-weight: 600;
	font-size: 300px;
	line-height: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.post__header .typ_spacer{
	margin-bottom: 60%;
}
.post__header .meta_holder{
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: var(--hff);
	margin-bottom: 10px;
}
.post__header .meta_holder a{
	color: #000;
}
.post__header .meta_holder a:hover{
	color: var(--ozzo-mc2);
}
.post__header .fn__maintitle{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
}
/*************************************************************************/
/* 22) Comments
/*************************************************************************/
.ozzo_fn_comments{
	position: relative;
/*	padding: 0 26px 36px;;*/
}
.fn__comments{
	padding: 0 13px 38px;
}
.ozzo_fn_comments.comment_type_always_open{
	background-color: #fff;
}
.ozzo_fn_comments.comment_type_always_open .fn__comments{
	border-top-width: 0;
	background-color: transparent;
}
.ozzo_fn_comments.comment_type_always_open_wh .comment_opener:hover h3{
	-webkit-mask-image: none;
	-webkit-mask-size: none;
	animation: none;
}
.ozzo_fn_comments .nocomments{
	padding: 30px 50px;
	margin: 0;
	border-top: var(--ozzo-border) solid #000;
}
.ozzo_fn_comments .comment_opener{
	padding: 65px 20px 63px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	border-radius: 26px 26px 0 0;
	transition: all .5s ease;
	overflow: hidden;
}
.ozzo_fn_comments .comment_opener .full_link{
	z-index: 2;
}
.ozzo_fn_comments .comment_opener .icon{
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}
.ozzo_fn_comments .comment_opener .icon:after{
	z-index: -1;
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	background-color: var(--ozzo-mc1);
	border-radius: 100%;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
}
.ozzo_fn_comments .comment_opener .fn__svg{
	width: 80px;
	height: 80px;
	display: block;
	color: #000;
}
.ozzo_fn_comments .comment_opener h3{
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 9px;
	color: #000;
}
.ozzo_fn_comments .comment_opener p{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
}
.ozzo_fn_comments .comment_top{
	padding: 67px 50px 45px;
	background-color: #fff;
	border-radius: 30px;
}
.ozzo_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;
}
.ozzo_fn_comments .list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ozzo_fn_comments .children{
	margin: 0 0 0 40px;
	list-style-type: none;
}
.ozzo_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;
}
.ozzo_fn_comments .comment.depth-1:last-child .desc{
	margin-bottom: 0;
}
.ozzo_fn_comments .comment.depth-1:last-child .comment-body{
	border-bottom: none;
	margin-bottom: 18px;
}
.ozzo_fn_comments .comment-body{
	margin-bottom: 40px;
	border-bottom: 2px solid #000;
}
.ozzo_fn_comments .comment-avatar{
	width: 60px;
	min-width: 60px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.ozzo_fn_comments .comment-avatar img{
	width: 60px;
	height: 60px;
	object-fit: cover;
    border: 2px solid #000;
    border-radius: 100%;
    background: #555;
}
.ozzo_fn_comments .commment-text-wrap{
	position: relative;
	width: 80%;
	width: -moz-calc(100% - 85px);
	width: -webkit-calc(100% - 85px);
	width: -o-calc(100% - 85px);
	width: calc(100% - 85px);
}
.ozzo_fn_comments .comment-avatar .img{
	position: sticky;
	top: 60px;
}
.ozzo_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;
}
.ozzo_fn_comments .author{
	font-size: 18px;
	font-weight: 900;
	margin: 0;
	letter-spacing: 0;
	margin-bottom: 3px;
}
.ozzo_fn_comments .date{
	margin: 0;
	font-size: 14px;
	letter-spacing: 0;
	font-family: var(--hff);
	font-style: italic;
	font-weight: 600;
}
.ozzo_fn_comments .date_meta{
	font-family: var(--hff);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 20px;
}
.ozzo_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;
}
.ozzo_fn_comments .author_meta > *{
	margin: 0 10px 10px 0;
}
.ozzo_fn_comments .desc p{
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}
.ozzo_fn_comments .desc > *:last-child{
	margin-bottom: 0;
}
.ozzo_fn_comments .desc{
	margin-bottom: 33px;
}
.ozzo_fn_comments .comment-reply{
	display: block;
    position: relative;
	background-color: #000;
    height: 26px;
    line-height: 26px;
	padding-top: 1px;
	border-radius: 13px;
}
.ozzo_fn_comments .author_meta .fn__svg{
	position: absolute;
    width: 12px;
    height: 12px;
    left: 10px;
    top: 50%;
    margin-top: -6px;
	color: #fff;
}
.ozzo_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;
	padding-top: 1px;
}
.ozzo_fn_comments .comment-edit-link{
	background-color: #000;
	border-radius: 13px;
}
.ozzo_fn_comments .comment-reply a{
	height: 26px !important;
	padding-left: 26px;
	padding-top: 0;
}
.ozzo_fn_comments .comment-reply:hover,
.ozzo_fn_comments .author_meta a.comment-edit-link:hover{
	background-color: #000;
	color: #fff
}
.ozzo_fn_comments .comment-reply:hover a{
	color: #fff;
}



.comment-respond form > *{
	color: #000;
}
.comment:last-child .comment-respond{
	margin-bottom: 0;
}
.comment .comment-respond{
   	padding: 36px 26px;
    background: #f9edbc;
	margin-bottom: 40px;
	border: var(--ozzo-border) solid #000;
}
.respond_comment .respond_in{
	max-width: 800px;
	margin: 0 auto;
}
.fn__comments > .respond_comment:first-child{
/*	border-top: var(--ozzo-border) solid #fff;*/
}
.comment-respond{
	padding: 67px 0 0;
}
.comment-respond .comment-reply-title{
	font-size: 18px;
    font-weight: 900;
    letter-spacing: .25px;
    text-transform: uppercase;
    margin-bottom: 29px;
	text-align: center;
	color: #000;
}
.comment #cancel-comment-reply-link{
	display: inline;
	color: #000;
}
.comment #cancel-comment-reply-link:hover{
	color: var(--ozzo-mc2);
}
#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: #fff;
	border-radius: 30px;
}
.comment-respond .input-holder input:not([type="submit"]){
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	display: block;
	border: 2px solid #000;
	border-radius: 30px;
	height: 60px;
	padding: 0 26px;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--hff);
	color: #000;
	background-color: #fff;
}
.logged-in-as{
	font-size: 18px;
	font-weight: 500;
}
.logged-in-as a{
	color: #000;
}
.logged-in-as 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;
}
.comment-respond form .logged-in-as{
	margin-bottom: 28px;
	text-align: center;
	color: #000;
	margin-top: -23px;
}
.ozzo_submit{
	display: block;
	width: 100%;
	border-radius: 30px;
	background-color: var(--ozzo-mc1);
	position: relative;
}
.form-submit{
	display: block;
	position: relative;
}
.ozzo_submit p{
	margin: 0;
	padding: 0;
}
.ozzo_submit:hover{
	background-color: #000;
}
.ozzo_submit.has_line:after{
	content: '';
	position: absolute;
	top: 100%;
	width: 2px;
	height: 58px;
	background-color: #000;
	left: 50%;
	margin-left: -1px;
	display: block;
	clear: both;
}
.form-submit input[type="submit"]:hover,
.ozzo_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;
	color: #fff;
}
.form-submit input[type="submit"],
.ozzo_submit input[type="submit"]{
	display: block;
	width: 100%;
	min-width: 100%;
	text-align: center;
	height: 60px;
	background-color: transparent !important;
	border-radius: 30px;
	font-size: 18px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-family: var(--hff);
	font-weight: 600;
	color: #000;
	border: 2px solid #000 !important;
}
.fn__contact .ozzo_submit input[type="submit"]{
	color: #000;
	border: 2px solid #000 !important;
}
.fn__contact .ozzo_submit:hover input[type="submit"]{
	color: #fff;
}
.fn__contact .ozzo_submit:hover{
	background-color: #000;
}
/*************************************************************************/
/* 23) Quote Format
/*************************************************************************/
.fn__quote_format{
	width: 100%;
	background-color: #000;
	padding: 70px 50px 62px;
	border-radius: 25px;
}
.fn__quote_format blockquote{
	padding: 0;
	margin: 0;
	border: none;
	color: #fff;
}
.fn__quote_format .icon{
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 24px;
	background-color: var(--ozzo-mc2);
	border-radius: 100%;
	position: relative;
	color: #fff;
}
.fn__quote_format .icon .fn__svg{
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
.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: 25px;
}
.fn__status_format h4{
	padding: 0;
	margin: 0;
	border: none;
	color: #fff;
}
.fn__status_format .icon{
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 24px;
	background-color: var(--ozzo-mc2);
	border-radius: 100%;
	position: relative;
	color: #fff;
}
.fn__status_format .icon .fn__svg{
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
.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;
	border-radius: 25px;
}
.fn__link_format a{
	margin: 0;
	border: none;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 70px 50px 62px;
}
.fn__link_format .icon{
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 24px;
	background-color: var(--ozzo-mc2);
	border-radius: 100%;
	position: relative;
	color: #fff;
}
.fn__link_format .icon .fn__svg{
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
.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
/*************************************************************************/
.ozzo_fn_author_info{
	position: relative;
	z-index: 1;
}
.ozzo_fn_author_info .bordered_in{
	padding: 38px;
}
.ozzo_fn_author_info .info_img{
	width: 240px;
	min-width: 240px;
	margin-right: 50px;
}
.ozzo_fn_author_info .img{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	z-index: 1;
}
.ozzo_fn_author_info .img img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
}
.ozzo_fn_author_info .ai_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.ozzo_fn_author_info .fn_title{
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
	text-transform: capitalize;
	margin-bottom: 16px;
}
.ozzo_fn_author_info .author_top{
	margin-bottom: 19px;
}
.ozzo_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;
	margin-left: -15px;
}
.ozzo_fn_author_info .author_social li{
	margin: 5px 0px 5px 15px;
}
.ozzo_fn_author_info .author_social a{
	display: block;
	font-size: 22px;
	color: #000;
}
.ozzo_fn_author_info .author_social a .fn__svg{
	width: 22px;
	height: 22px;
	display: block;
}
.ozzo_fn_author_info .author_social i:before{
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
}
.ozzo_fn_author_info p{
	margin: 0;
	padding: 0;
	font-weight: 500;
}

.fn__image_format{
	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;
	background-color: #ece4d3;
    border-radius: 30px;
    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(--ozzo-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 .ozzo_fn_stickynav{
	top: 32px;
}
.ozzo_fn_stickynav{
	z-index: 9997;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	transform: translateY(-100%);
	position: fixed;
	top: 0;
	left: 70px;
	right: 70px;
	padding: 15px;
	background-color: #fff;
	border-radius: 0 0 40px 40px;
}
body.sticky-active .ozzo_fn_stickynav{
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
}
.ozzo_fn_stickynav .transform_hedaer{
	position: relative;
	z-index: 1;
	border-radius: 40px;
	border: var(--ozzo-border) solid #000;
	padding: 0 36px;
	background-color: #faf4e8;
}
.ozzo_fn_stickynav .sticky_header{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .3s ease;
}
.header_post_reading{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
	padding: 0 36px;
}
.ozzo_fn_stickynav.active .sticky_header{
	opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
}
.ozzo_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: 42px;
	line-height: calc(50px - (var(--ozzo-border) * 2));
	height: 42px;
	height: calc(50px - (var(--ozzo-border) * 2));
	position: relative;
	z-index: 5;
	color: #000;
}
.ozzo_fn_stickynav .tf_header_in{
	position: relative;
}
.ozzo_fn_stickynav .progress_wrap{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	border-radius: 25px;
}
.ozzo_fn_stickynav .progress{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background-color: var(--ozzo-mc1);
	z-index: -1;
}
.ozzo_fn_stickynav .ozzo_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;
}
.ozzo_fn_stickynav .menu{
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	min-width: 0;
}
.ozzo_fn_stickynav .icon_bar{
	margin-left: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-width: 0;
}
.ozzo_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: 42px;
	height: calc(50px - (var(--ozzo-border) * 2));
	position: relative;
}
.ozzo_fn_stickynav .icon_bar__item.icon_bar__hot > a:after{
	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--ozzo-mc2);
    right: 0;
    top: 50%;
	margin-top: -10px;
}
.ozzo_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;
}
.ozzo_fn_stickynav .icon_bar .icon_bar__home .fn__svg{
	width: 24px;
	height: 24px;
}
.ozzo_fn_stickynav .icon_bar__item > a .fn__svg{
	width: 20px;
	height: 20px;
	display: block;
}
.icon_bar__share{
	position: relative;
}
.icon_bar__share:hover .ozzo_fn_social_list{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.icon_bar__share .ozzo_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 .ozzo_fn_social_list li{
	margin-bottom: 9px;
}
.icon_bar__share .ozzo_fn_social_list ul{
	background-color: #faf4e8;
	list-style-type: none;
	margin: 0;
	padding: 13px 0 3px;
	border: var(--ozzo-border) solid #000;
	border-radius: 0 0 30px 30px;
}
.icon_bar__share .ozzo_fn_social_list i:before{
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}
.icon_bar__share .ozzo_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 .ozzo_fn_social_lis .fn__svg{
	width: 22px;
	height: 22px;
	display: block;
}

.ozzo_fn_stickynav.hover{
	height: auto;
}
.ozzo_fn_stickynav.hover .sticky_header{
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
.ozzo_fn_stickynav.hover .header_post_reading{
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50px);
}
.ozzo_fn_stickynav .ozzo_fn_main_nav > li{
	transform: translateX(100px);
	opacity: 0;
	transition-duration: .3s;
	transition-timing-function: ease;
	transition-property: all;
}
.sticky-active .ozzo_fn_stickynav .ozzo_fn_main_nav > li{
	transform: translateY(0);
	opacity: 1;
}



/*************************************************************************/
/* 27) Quick Navigation
/*************************************************************************/
.fn__blog_anchor{
	position: fixed;
	top: 100%;
	left: 100%;
	transform: translate(40px,-100%);
	cursor: move;
    z-index: 99;
    width: 420px;
	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: 2px solid #000;
    border-radius: 100%;
    background-color: #fff;
    right: -10px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 3px;
    outline: 5px solid #fff;
}
.fn__blog_anchor .closer:hover{
	background-color: var(--ozzo-mc1);
}
.fn__blog_anchor .closer:before,
.fn__blog_anchor .closer:after{
	content: '';
    width: 20px;
    height: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 17px;
    right: 8px;
    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;
	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;
    position: relative;
	z-index: 3;
	padding: 18px 18px 0;
}
.fn__blog_anchor .ba_heading h3{
	margin: 0;
	padding: 0;
    position: relative;
}
.fn__blog_anchor .ba_heading h3:after{
	position: absolute;
    bottom: 100%;
    margin-left: -1px;
    height: 18px;
    background-color: #000;
    width: 2px;
    content: '';
    display: block;
    left: 50%;
}
.fn__blog_anchor .ba_heading h3 span{
	height: 40px;
    line-height: 36px;
    background-color: #fff;
    border-top: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    font-family: var(--hff);
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 0 20px;
    letter-spacing: 0;
    border: 2px solid #000;
    border-radius: 20px;
}
.fn__blog_anchor .ba_content{
	scrollbar-width: thin;
	scrollbar-color: #aaa #777;
}
.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: 30px 18px;
    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{
	position: relative;
	cursor: pointer;
	padding-bottom: 10px;
    border-bottom: 2px solid #000;
    padding-left: 60px;
}
.fn__blog_anchor .ba_item:hover h4 span{
	color: var(--ozzo-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: #eee;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--hff);
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
	border-radius: 100%;
}
.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;
}



.fn__cat_slider{
	margin-bottom: 90px;
}
.fn__cat_slider .full_link{
	z-index: 3;
}
.fn__cat_slider .item_overlay_image,
.fn__cat_slider .item_overlay_color{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--ozzo-cbc);
    color: var(--ozzo-ctc);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fn__cat_slider .item_overlay_image:after{
	content: '';
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fn__cat_slider .cat__item{
    color: var(--ozzo-ctc);
    width: 100%;
    height: 200px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-end;
    align-items: flex-end;
	position: relative;
	padding: 20px 30px 34px;
	border-radius: 36px;
	overflow: hidden;
}
.fn__cat_slider .item{
	position: relative;
}
.fn__cat_slider .item:after{
	content: '';
	z-index: 1;
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 30px;
	border: 2px solid #fff;
	pointer-events: none;
}
.fn__cat_slider .cat_title{
	position: relative;
	z-index: 2;
	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;
}
.fn__cat_slider .name{
	font-weight: 600;
	margin: 0;
	padding: 0;
	font-family: var(--hff);
	font-size: 24px;
	letter-spacing: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	transition: all .3s ease;
	line-height: 1.2;
	color: var(--ozzo-ctc);
}
.fn__cat_slider .cat__item:hover .name{
	border-bottom-color: var(--ozzo-ctc);
}
.fn__cat_slider .count{
	font-weight: 600;
	margin: 0;
	padding: 0;
	font-family: var(--hff);
	font-size: 14px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--ozzo-ctc);
}







/* Featured Posts. Layout: Collage 5a */
.fn__bp_slider[data-layout="collage_5a"] .container{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.fn__bp_slider[data-layout="collage_5a"]{
	background-color: #000;
}
.fn__bp_slider[data-layout="collage_5a"] .bp_slider_in{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 2px;
	height: 800px;
}
.fn__bp_slider[data-layout="collage_5a"] .img_holder{
	height: auto;
}
.fn__bp_slider[data-layout="collage_5a"] .img_wrap{
	border-radius: 0;
}
.fn__bp_slider[data-layout="collage_5a"] .item:nth-child(1){
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 3;
}
.fn__bp_slider[data-layout="collage_5a"] .metass a:hover{
	border-bottom-color: #fff;
}
.fn__bp_slider[data-layout="collage_5a"] .metass,
.fn__bp_slider[data-layout="collage_5a"] .title_holder span,
.fn__bp_slider[data-layout="collage_5a"] .title_holder a{
	color: #fff;
}
.fn__bp_slider[data-layout="collage_5a"] .img_holder,
.fn__bp_slider[data-layout="collage_5a"] .img_wrap{
	height: 100%;
}
.fn__bp_slider[data-layout="collage_5a"] .title_holder{
	width: 100%;
	bottom: 0;
	max-width: 100%;
	left: 0;
	right: 0;
	transform: none;
	color: #fff;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	padding: 35px 20px;
}
.fn__bp_slider[data-layout="collage_5a"] .item:nth-child(1) .typ_title{
	font-size: 192px;
	font-size: 10vw;
	font-size: calc(40px + 8vw);
}
.fn__bp_slider[data-layout="collage_5a"] .typ_title{
	font-size: 96px;
	font-size: 5vw;
	font-size: calc(40px + 4vw);
}
.fn__bp_slider[data-layout="collage_5a"] .title_holder h3{
	font-size: 24px;
}
.fn__bp_slider[data-layout="collage_5a"] .item:nth-child(1) .title_holder h3{
	font-size: 36px;
}
@media(max-width: 1040px){
	.fn__bp_slider[data-layout="collage_5a"] .bp_slider_in{
		grid-template-columns: 1fr 1fr;
		height: 1200px;
	}
	.fn__bp_slider[data-layout="collage_5a"] .item:nth-child(1){
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.fn__bp_slider[data-layout="collage_5a"] .item:nth-child(2){
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.fn__bp_slider[data-layout="collage_5a"] .item:nth-child(3){
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.fn__bp_slider[data-layout="collage_5a"] .item:nth-child(4){
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 4;
		grid-row-end: 5;
	}
	.fn__bp_slider[data-layout="collage_5a"] .item:nth-child(5){
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 4;
		grid-row-end: 5;
	}
}
@media(max-width: 768px){
	.fn__bp_slider[data-layout="collage_5a"] .bp_slider_in{
		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;
		height: auto;
	}
	.fn__bp_slider[data-layout="collage_5a"] .img_holder,
	.fn__bp_slider[data-layout="collage_5a"] .img_wrap{
		height: 350px;
		height: 45vh;
	}
	.fn__bp_slider[data-layout="collage_5a"] .item:nth-child(1) .title_holder h3,
	.fn__bp_slider[data-layout="collage_5a"] .item:nth-child(2) .title_holder h3,
	.fn__bp_slider[data-layout="collage_5a"] .item:nth-child(3) .title_holder h3,
	.fn__bp_slider[data-layout="collage_5a"] .item:nth-child(4) .title_holder h3,
	.fn__bp_slider[data-layout="collage_5a"] .item:nth-child(5) .title_holder h3{
		font-size: 24px;
	}
}






/* Featured Posts. Layout: Collage 4g */
.fn__bp_slider[data-layout="collage_4g"] .container{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.fn__bp_slider[data-layout="collage_4g"]{
	background-color: #000;
}
.fn__bp_slider[data-layout="collage_4g"] .bp_slider_in{
	display: grid;
	grid-template-columns: 1fr minmax(350px, 1fr) 1fr; /* Two columns with equal width */
	gap: 2px; /* Adjust the gap as needed */
	height: 800px;
}
.fn__bp_slider[data-layout="collage_4g"] .img_wrap{
	border-radius: 0;
}
.fn__bp_slider[data-layout="collage_4g"] .img_holder,
.fn__bp_slider[data-layout="collage_4g"] .img_wrap{
	height: 100%;
}
.fn__bp_slider[data-layout="collage_4g"] .item:nth-child(1){
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 3;
}
.fn__bp_slider[data-layout="collage_4g"] .item:nth-child(2){
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.fn__bp_slider[data-layout="collage_4g"] .item:nth-child(3){
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.fn__bp_slider[data-layout="collage_4g"] .item:nth-child(4){
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 3;
}
.fn__bp_slider[data-layout="collage_4g"] .metass a:hover{
	border-bottom-color: #fff;
}
.fn__bp_slider[data-layout="collage_4g"] .metass,
.fn__bp_slider[data-layout="collage_4g"] .title_holder span,
.fn__bp_slider[data-layout="collage_4g"] .title_holder a{
	color: #fff;
}
.fn__bp_slider[data-layout="collage_4g"] .img_holder,
.fn__bp_slider[data-layout="collage_4g"] .img_wrap{
	height: 100%;
}
.fn__bp_slider[data-layout="collage_4g"] .title_holder{
	width: 100%;
	bottom: 0;
	max-width: 100%;
	left: 0;
	right: 0;
	transform: none;
	color: #fff;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	padding: 35px 20px;
}
.fn__bp_slider[data-layout="collage_4g"] .item .title_holder h3{
	font-size: 24px;
}
.fn__bp_slider[data-layout="collage_4g"] .typ_title{
	font-size: 96px;
	font-size: 5vw;
	font-size: calc(30px + 4vw);
}
@media(max-width: 768px){
	.fn__bp_slider[data-layout="collage_4g"] .bp_slider_in{
		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;
		height: auto;
	}
	.fn__bp_slider[data-layout="collage_4g"] .img_holder,
	.fn__bp_slider[data-layout="collage_4g"] .img_wrap{
		height: 350px;
		height: 45vh;
	}
}






/* Featured Posts. Layout: Collage 5b */
.fn__bp_slider[data-layout="collage_5b"] .container{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.fn__bp_slider[data-layout="collage_5b"]{
	background-color: #000;
}
.fn__bp_slider[data-layout="collage_5b"] .bp_slider_in{
	display: grid;
	grid-template-columns: 3fr minmax(400px, 2fr) 3fr; 
	gap: 2px; /* Adjust the gap as needed */
	height: 800px;
}
.fn__bp_slider[data-layout="collage_5b"] .img_wrap{
	border-radius: 0;
}
.fn__bp_slider[data-layout="collage_5b"] .img_holder,
.fn__bp_slider[data-layout="collage_5b"] .img_wrap{
	height: 100%;
}

.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(1){
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 4;
}
.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(2){
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(3){
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(4){
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 4;
}
.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(5){
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 4;
}
.fn__bp_slider[data-layout="collage_5b"] .metass a:hover{
	border-bottom-color: #fff;
}
.fn__bp_slider[data-layout="collage_5b"] .metass,
.fn__bp_slider[data-layout="collage_5b"] .title_holder span,
.fn__bp_slider[data-layout="collage_5b"] .title_holder a{
	color: #fff;
}
.fn__bp_slider[data-layout="collage_5b"] .img_holder,
.fn__bp_slider[data-layout="collage_5b"] .img_wrap{
	height: 100%;
}
.fn__bp_slider[data-layout="collage_5b"] .title_holder{
	width: 100%;
	bottom: 0;
	max-width: 100%;
	left: 0;
	right: 0;
	transform: none;
	color: #fff;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	padding: 35px 20px;
}
.fn__bp_slider[data-layout="collage_5b"] .item .title_holder h3{
	font-size: 24px;
}
.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(1) .title_holder h3,
.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(5) .title_holder h3{
	font-size: 30px;
}

.fn__bp_slider[data-layout="collage_5b"] .typ_title{
	font-size: 96px;
	font-size: 5vw;
	font-size: calc(30px + 3vw);
}
@media(max-width: 1040px){
	.fn__bp_slider[data-layout="collage_5b"] .bp_slider_in{
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(1){
		grid-column-start: 1;
		grid-column-end: 4;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(2){
		grid-column-start: 4;
		grid-column-end: 7;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(3){
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 5;
	}
	.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(4){
		grid-column-start: 3;
		grid-column-end: 5;
		grid-row-start: 3;
		grid-row-end: 5;
	}
	.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(5){
		grid-column-start: 5;
		grid-column-end: 7;
		grid-row-start: 3;
		grid-row-end: 5;
	}
}
@media(max-width: 768px){
	.fn__bp_slider[data-layout="collage_5b"] .bp_slider_in{
		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;
		height: auto;
	}
	.fn__bp_slider[data-layout="collage_5b"] .img_holder,
	.fn__bp_slider[data-layout="collage_5b"] .img_wrap{
		height: 350px;
		height: 45vh;
	}
	.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(1) .title_holder h3,
	.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(2) .title_holder h3,
	.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(3) .title_holder h3,
	.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(4) .title_holder h3,
	.fn__bp_slider[data-layout="collage_5b"] .item:nth-child(5) .title_holder h3{
		font-size: 24px;
	}
}









/* Featured Posts. Layout: Collage 4b */
.fn__bp_slider[data-layout="collage_4b"] .container{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.fn__bp_slider[data-layout="collage_4b"]{
	background-color: #000;
}
.fn__bp_slider[data-layout="collage_4b"] .bp_slider_in{
	display: grid;
	grid-template-columns: 7fr minmax(350px, 3fr); /* Two columns with equal width */
	gap: 2px; /* Adjust the gap as needed */
	height: 800px;
}
.fn__bp_slider[data-layout="collage_4b"] .img_wrap{
	border-radius: 0;
}
.fn__bp_slider[data-layout="collage_4b"] .img_holder,
.fn__bp_slider[data-layout="collage_4b"] .img_wrap{
	height: 100%;
}
.fn__bp_slider[data-layout="collage_4b"] .item:nth-child(1){
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 4;
}
.fn__bp_slider[data-layout="collage_4b"] .item:nth-child(2){
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.fn__bp_slider[data-layout="collage_4b"] .item:nth-child(3){
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.fn__bp_slider[data-layout="collage_4b"] .item:nth-child(4){
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 4;
}
.fn__bp_slider[data-layout="collage_4b"] .metass a:hover{
	border-bottom-color: #fff;
}
.fn__bp_slider[data-layout="collage_4b"] .metass,
.fn__bp_slider[data-layout="collage_4b"] .title_holder span,
.fn__bp_slider[data-layout="collage_4b"] .title_holder a{
	color: #fff;
}
.fn__bp_slider[data-layout="collage_4b"] .img_holder,
.fn__bp_slider[data-layout="collage_4b"] .img_wrap{
	height: 100%;
}
.fn__bp_slider[data-layout="collage_4b"] .title_holder{
	width: 100%;
	bottom: 0;
	max-width: 100%;
	left: 0;
	right: 0;
	transform: none;
	color: #fff;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	padding: 35px 20px;
}
.fn__bp_slider[data-layout="collage_4b"] .item .title_holder h3{
	font-size: 24px;
}
.fn__bp_slider[data-layout="collage_4b"] .item:nth-child(1) .title_holder h3{
	font-size: 36px;
}
.fn__bp_slider[data-layout="collage_4b"] .typ_title{
	font-size: 96px;
	font-size: 5vw;
	font-size: calc(30px + 4vw);
}
@media(max-width: 768px){
	.fn__bp_slider[data-layout="collage_4b"] .bp_slider_in{
		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;
		height: auto;
	}
	.fn__bp_slider[data-layout="collage_4b"] .img_holder,
	.fn__bp_slider[data-layout="collage_4b"] .img_wrap{
		height: 350px;
		height: 45vh;
	}
	.fn__bp_slider[data-layout="collage_4b"] .item:nth-child(1) .title_holder h3,
	.fn__bp_slider[data-layout="collage_4b"] .item:nth-child(2) .title_holder h3,
	.fn__bp_slider[data-layout="collage_4b"] .item:nth-child(3) .title_holder h3,
	.fn__bp_slider[data-layout="collage_4b"] .item:nth-child(4) .title_holder h3{
		font-size: 24px;
	}
}





/* Featured Posts. Layout: Collage 4a */
.fn__bp_slider[data-layout="collage_4a"] .container{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.fn__bp_slider[data-layout="collage_4a"]{
	background-color: #000;
}
.fn__bp_slider[data-layout="collage_4a"] .bp_slider_in{
	display: grid;
	grid-template-columns: 2fr 1fr 1fr; /* Two columns with equal width */
	gap: 2px; /* Adjust the gap as needed */
	height: 800px;
}
.fn__bp_slider[data-layout="collage_4a"] .img_holder{
	height: auto;
}
.fn__bp_slider[data-layout="collage_4a"] .img_wrap{
	border-radius: 0;
}
.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(1){
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 3;
}
.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(2){
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
}
.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(3){
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(4){
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 2;
	grid-row-end: 3;
}
.fn__bp_slider[data-layout="collage_4a"] .metass a:hover{
	border-bottom-color: #fff;
}
.fn__bp_slider[data-layout="collage_4a"] .metass,
.fn__bp_slider[data-layout="collage_4a"] .title_holder span,
.fn__bp_slider[data-layout="collage_4a"] .title_holder a{
	color: #fff;
}
.fn__bp_slider[data-layout="collage_4a"] .img_holder,
.fn__bp_slider[data-layout="collage_4a"] .img_wrap{
	height: 100%;
}
.fn__bp_slider[data-layout="collage_4a"] .title_holder{
	width: 100%;
	bottom: 0;
	max-width: 100%;
	left: 0;
	right: 0;
	transform: none;
	color: #fff;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	padding: 35px 20px;
}
.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(2) .title_holder h3{
	font-size: 30px;
}
.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(3) .title_holder h3,
.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(4) .title_holder h3{
	font-size: 24px;
}
.fn__bp_slider[data-layout="collage_4a"] .typ_title{
	font-size: 96px;
	font-size: 5vw;
	font-size: calc(30px + 4vw);
}
@media(max-width: 1040px){
	.fn__bp_slider[data-layout="collage_4a"] .bp_slider_in{
		grid-template-columns: 1fr 1fr;
		height: 1200px;
	}
	.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(1){
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(2){
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start:3;
		grid-row-end: 4;
	}
	.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(3){
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start:4;
		grid-row-end: 5;
	}
	.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(4){
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start:4;
		grid-row-end: 5;
	}
}
@media(max-width: 768px){
	.fn__bp_slider[data-layout="collage_4a"] .bp_slider_in{
		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;
		height: auto;
	}
	.fn__bp_slider[data-layout="collage_4a"] .img_holder,
	.fn__bp_slider[data-layout="collage_4a"] .img_wrap{
		height: 350px;
		height: 45vh;
	}
	.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(1) .title_holder h3,
	.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(2) .title_holder h3,
	.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(3) .title_holder h3,
	.fn__bp_slider[data-layout="collage_4a"] .item:nth-child(4) .title_holder h3{
		font-size: 24px;
	}
}




/* Featured Posts. Layout: Tiles 1_4 */
.fn__bp_slider[data-layout="tiles_1_4"] .bp_slider_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: -60px;
}
.fn__bp_slider[data-layout="tiles_1_4"] .left_part{
	width: 66.6666%;
	padding-left: 60px;
}
.fn__bp_slider[data-layout="tiles_1_4"] .left_part .title_holder{
	width: auto;
	max-width: inherit;
	left: 15px;
	right: 15px;
	bottom: 15px;
	transform: none;
}
.fn__bp_slider[data-layout="tiles_1_4"] .left_part .img_holder{
	height: 670px;
}
.fn__bp_slider[data-layout="tiles_1_4"] .right_part{
	width: 33.3333%;
	padding-left: 60px;
}
.fn__bp_slider[data-layout="tiles_1_4"] .right_part .typ_overlay{
	padding-bottom: 0;
}
.fn__bp_slider[data-layout="tiles_1_4"] .right_part .typ_title{
	font-size: 48px;
}
.fn__bp_slider[data-layout="tiles_1_4"] .right_part .item{
	margin-bottom: 10px;
}
.fn__bp_slider[data-layout="tiles_1_4"] .right_part .item:last-child{
	margin-bottom: 0;
}
.fn__bp_slider[data-layout="tiles_1_4"] .right_part .title_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.fn__bp_slider[data-layout="tiles_1_4"] .right_part .title_holder{
	width: 80%;
	width: calc(100% - 115px);
	max-width: 80%;
	max-width: calc(100% - 115px);
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	transform: none;
}
.fn__bp_slider[data-layout="tiles_1_4"] .right_part .metass{
	text-align: left;
	font-size: 12px;
	margin-bottom: 8px;
}
.fn__bp_slider[data-layout="tiles_1_4"] .right_part .ozzo_fn_bordered{
	border-radius: 30px;
}
.fn__bp_slider[data-layout="tiles_1_4"] .left_part .title_holder h3{
	font-size: 30px;
}
.fn__bp_slider[data-layout="tiles_1_4"] .right_part .title_holder h3{
	font-size: 18px;
	margin-bottom: 0;
	text-align: left;
}
.fn__bp_slider[data-layout="tiles_1_4"] .right_part .bordered_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 13px;
	border-radius: 15px;
	-ms-align-items: center;
	align-items: center;
}
.fn__bp_slider[data-layout="tiles_1_4"] .right_part .img_wrap{
	width: 100px;
	min-width: 100px;
	margin-right: 15px;
	border-radius: 10px;
}
.fn__bp_slider[data-layout="tiles_1_4"] .right_part .img_holder{
	height: 100px;
}
.fn__bp_slider[data-layout="carousel3"] .title_holder h3{
	font-size: 30px;
}
@media(max-width: 1200px){
	.fn__bp_slider[data-layout="tiles_1_4"] .right_part{padding-left: 40px;}
	.fn__bp_slider[data-layout="tiles_1_4"] .left_part{padding-left: 40px;}
	.fn__bp_slider[data-layout="tiles_1_4"] .bp_slider_in{margin-left: -40px;}
}
@media(max-width: 1040px){
	.fn__bp_slider[data-layout="tiles_1_4"] .bp_slider_in{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.fn__bp_slider[data-layout="tiles_1_4"] .left_part{width: 100%;margin-bottom: 10px;}
	.fn__bp_slider[data-layout="tiles_1_4"] .right_part{width: 100%;}
	.fn__bp_slider[data-layout="tiles_1_4"] .right_part .ozzo_fn_bordered{border-radius: 15px;}
	.fn__bp_slider[data-layout="tiles_1_4"] .right_part .bordered_in{padding: 5px;}
}



/* Featured Posts. Layout: Carousel2 & Carousel3 */
.fn__bp_slider[data-layout="carousel2"] .title_holder,
.fn__bp_slider[data-layout="carousel3"] .title_holder{
	width: 100%;
	bottom: 0;
	max-width: 100%;
	left: 0;
	right: 0;
	transform: none;
	color: #fff;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.fn__bp_slider[data-layout="carousel2"] .metass a:hover,
.fn__bp_slider[data-layout="carousel3"] .metass a:hover{
	border-bottom-color: #fff;
}
.fn__bp_slider[data-layout="carousel2"] .title_holder span,
.fn__bp_slider[data-layout="carousel3"] .title_holder span,
.fn__bp_slider[data-layout="carousel2"] .metass,
.fn__bp_slider[data-layout="carousel3"] .metass,
.fn__bp_slider[data-layout="carousel2"] .title_holder a,
.fn__bp_slider[data-layout="carousel3"] .title_holder a{
	color: #fff;
}
.fn__bp_slider[data-layout="carousel2"] .bordered_in,
.fn__bp_slider[data-layout="carousel3"] .bordered_in{
	border: none;
	background-color: transparent;
}
.fn__bp_slider[data-layout="carousel2"] .ozzo_fn_bordered,
.fn__bp_slider[data-layout="carousel3"] .ozzo_fn_bordered{
	background-color: transparent;
	border: none;
}
.fn__bp_slider[data-layout="carousel2"],
.fn__bp_slider[data-layout="carousel3"]{
	background-color: #000;
}
.fn__bp_slider[data-layout="carousel2"] .container,
.fn__bp_slider[data-layout="carousel3"] .container{
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.fn__bp_slider[data-layout="carousel2"] .img_wrap,
.fn__bp_slider[data-layout="carousel3"] .img_wrap{
	border-radius: 0;
}
.fn__bp_slider[data-layout="carousel3"] .typ_title,
.fn__bp_slider[data-layout="carousel2"] .typ_title{
	font-size: 96px;
	font-size: 5vw;
	font-size: calc(60px + 4vw);
}
.fn__bp_slider[data-layout="carousel2"] .title_holder h3{
	font-size: 30px;
}
@media(max-width: 768px){
	.fn__bp_slider[data-layout="carousel3"] .title_holder h3,
	.fn__bp_slider[data-layout="carousel2"] .title_holder h3{
		font-size: 24px;
	}
}


/* Featured Posts. Layout: Full Slider */
.fn__bp_slider[data-layout="full_slider"] .owl-item{
	background-color: #000;
}
@media(min-width: 1041px){
	.fn__bp_slider[data-layout="full_slider"] .owl-carousel{
		border-radius: 30px 30px 0 0;
	}
}
.fn__bp_slider[data-layout="full_slider"] .owl-carousel{
	overflow: hidden;
}
.fn__bp_slider[data-layout="full_slider"] .owl-carousel .owl-stage-outer{
	background-color: #000;
}
.fn__bp_slider[data-layout="full_slider"] .img_wrap{
	border-radius: 0;
}
.fn__bp_slider[data-layout="full_slider"] .img_holder{
	height: 800px;
}
.fn__bp_slider[data-layout="full_slider"] .container{
	max-width: 100%;
	padding: 0;
}
.featured_blog_layout_full_slider .ozzo_fn_pagetitle{
	display: none;
}
.featured_blog_layout_full_slider .ozzo_fn_header{
	padding-bottom: 0;
}
.featured_blog_layout_full_slider .header__ad{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
}
@media(max-width: 768px){
	.fn__bp_slider[data-layout="full_slider"] .title_holder{
		width: auto;
		max-width: inherit;
		transform: none;
		bottom: 15px;
		left: 15px;
		right: 15px;
	}
}



/* Featured Posts. Layout: All common layouts */
.fn__bp_slider{
	margin-bottom: 90px;
}
.fn__bp_slider .full_link{
	z-index: 1;
}
.fn__bp_slider .fn__categories{
	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: 15px;
}
.fn__bp_slider .fn__categories a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	text-decoration: none;
	background-color: var(--ozzo-mc2);
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--hff);
	letter-spacing: 0;
	height: 30px;
	padding: 0 30px;
	border-radius: 30px;
	line-height: 31px;
	font-weight: 600;
}
.fn__bp_slider .fn__categories a:hover{
	background-color: var(--ozzo-mc1);
	color: #000;
}
.fn__bp_slider .fn_limited_title span{
	-webkit-line-clamp: 1;
	line-camp: 1;
}
.fn__bp_slider .metass{
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--hff);
}
.fn__bp_slider .metass a{
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid transparent;
	display: inline-block;
	line-height: 1;
}
.fn__bp_slider .metass a:hover{
	border-bottom-color: #000;
}
.fn__bp_slider .metass > *{
	display: inline;
}
.fn__bp_slider .metass > *:after{
	content: ' / ';
}
.fn__bp_slider .metass > *:last-child:after{
	content: '';
}
.fn__bp_slider .img_wrap{
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.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 .bp_slider_in{
	position: relative;
}
.fn__bp_slider .slider_nav{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width: 86px;
	height: 80px;
	background-color: #fff;
	display: block;
	z-index: 5;
}
.fn__bp_slider .slider_nav .arrow{
	width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    border: 2px solid #000;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    transition: all .3s ease;
	background-color: #faf4e8;
}
.fn__bp_slider .slider_nav.prev .arrow{
	right: 10px;
}
.fn__bp_slider .slider_nav.next .arrow{
	left: 10px;
}
.fn__bp_slider .slider_nav.next:after{
	content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 6px 0 0;
    border-color: #888 transparent transparent transparent;
}
.fn__bp_slider .slider_nav.next:before{
	content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0 0 6px;
    border-color: transparent transparent transparent #888;
}
.fn__bp_slider .slider_nav.prev:after{
	content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #888 transparent;
}
.fn__bp_slider .slider_nav.prev:before{
	content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 6px 6px 0;
   	border-color: transparent #888 transparent transparent;
}
.fn__bp_slider .slider_nav.prev{
	left: -6px;
	border-radius: 0 40px 40px 0;
}
.fn__bp_slider .slider_nav.next{
	right: -6px;
	border-radius: 40px 0 0 40px;
}
.fn__bp_slider .slider_nav .fn__svg{
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	color: #000;
}
.fn__bp_slider .slider_nav.next .fn__svg{
	margin-left: -11px;
}
.fn__bp_slider .slider_nav.prev .fn__svg{
	transform: rotate(180deg);
	margin-left: -13px;
}
.fn__bp_slider .slider_nav:hover .arrow{
	background-color: var(--ozzo-mc1);
}
.fn__bp_slider .item{
	overflow: hidden;
	position: relative;
}
.fn__bp_slider .meta_holder{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.fn__bp_slider .img_holder{
	position: relative;
	width: 100%;
	height: 700px;
}
.fn__bp_slider .typ_title{
	color: #131212;
    font-weight: 600;
    font-size: 300px;
    line-height: 1;
	margin: 0;
	padding: 0;
}
.fn__bp_slider .typ_overlay{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	background-color: #e3efee;
	padding-bottom: 110px;
}
.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: 860px;
	max-width: 90%;
	bottom: 20px;
	position: absolute;
	z-index: 3;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
.fn__bp_slider .bordered_in{
	background-color: #fff;
	padding: 32px 20px 32px;
}
@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: 36px;
	font-weight: 700;
	line-height: 1.2;
	overflow: hidden;
	margin-bottom: 12px;
}

.fn__bp_slider.slider_layout_modern{
	padding: 0;
}
.fn__bp_slider .item_modern .img_wrap{
	padding: var(--ozzo-border);
}
.fn__bp_slider .item_modern{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: -moz-calc(var(--ozzo-border) * (-1));
	margin: -webkit-calc(var(--ozzo-border) * (-1));
	margin: -o-calc(var(--ozzo-border) * (-1));
	margin: calc(var(--ozzo-border) * (-1));
	border: var(--ozzo-border) solid #000;
}
.fn__bp_slider .item_modern .meta__date{
	font-size: 16px;
	letter-spacing: .25px;
	text-transform: uppercase;
	font-family: var(--hff);
	font-weight: 600;
}
.fn__bp_slider .item_modern .item_lt{
	flex: 57;
	border-bottom: -moz-calc(var(--ozzo-border) / 2) solid #000;
	border-bottom: -webkit-calc(var(--ozzo-border) / 2) solid #000;
	border-bottom: -o-calc(var(--ozzo-border) / 2) solid #000;
	border-bottom: calc(var(--ozzo-border) / 2) solid #000;
	padding: 40px;
	text-align: center;
	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;
}
.fn__bp_slider .item_modern h3:hover .title_decor:after{
	transform: rotate(-20deg);
}
.fn__bp_slider .item_modern h3:hover .title_decor:before{
	transform: rotate(20deg);
}
.fn__bp_slider .item_modern .title_decor{
	position: relative;
	width: 100%;
	height: 14px;
	display: block;
	margin-bottom: 15px;
}
.fn__bp_slider .item_modern .title_decor:after,
.fn__bp_slider .item_modern .title_decor:before{
	content: '';
	position: absolute;
	width: 60px;
	height: 4px;
	background-color: #000;
	margin-left: -30px;
	transition: all .3s ease;
}
.fn__bp_slider .item_modern .title_decor:before{
	left: 50%;
	top: 5px;
	transform: rotate(10deg);
}
.fn__bp_slider .item_modern .title_decor:after{
	left: 50%;
	top: 5px;
	transform: rotate(-10deg);
}
.fn__bp_slider .item_modern h3{
	margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 8px;
}
.fn__bp_slider .item_modern h3 a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fn__bp_slider .item_modern p{
	margin: 0;
    padding: 0;
    font-weight: 500;
    margin-bottom: 17px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fn__bp_slider .item_modern .item_lb{
	flex: 43;
	position: relative;
	border-top: -moz-calc(var(--ozzo-border) / 2) solid #000;
	border-top: -webkit-calc(var(--ozzo-border) / 2) solid #000;
	border-top: -o-calc(var(--ozzo-border) / 2) solid #000;
	border-top: calc(var(--ozzo-border) / 2) solid #000;
}
.fn__bp_slider .item_modern .item_l{
	flex: 0.99;
	border-right: -moz-calc(var(--ozzo-border) / 2) solid #000;
	border-right: -webkit-calc(var(--ozzo-border) / 2) solid #000;
	border-right: -o-calc(var(--ozzo-border) / 2) solid #000;
	border-right: calc(var(--ozzo-border) / 2) solid #000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fn__bp_slider .item_modern .item_r{
	flex: 2;
	border-left: -moz-calc(var(--ozzo-border) / 2) solid #000;
	border-left: -webkit-calc(var(--ozzo-border) / 2) solid #000;
	border-left: -o-calc(var(--ozzo-border) / 2) solid #000;
	border-left: calc(var(--ozzo-border) / 2) solid #000;
}
.fn__bp_slider .item_modern .typ_overlay{
	padding-bottom: 0;
}
/*************************************************************************/
/* 28) Reactions
/*************************************************************************/
.ozzo_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;
}
.ozzo_fn_reactions .bordered_in{
	padding: 38px;
}
a.ozzo_fn_reaction_btn{
	color: #000;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
	display: block;
}
a.ozzo_fn_reaction_btn .icon_wrapper{
	padding: 10px 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: 2px solid #000;
	border-radius: 20px;
}
a.ozzo_fn_reaction_btn img{
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-bottom: 11px;
}
a.ozzo_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.ozzo_fn_reaction_btn .icon_wrapper:after{
	content: '';
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 10px;
	background-color: #000;
	display: block;
}
a.ozzo_fn_reaction_btn .text_holder{
	height: 25px;
    line-height: 21px;
    background-color: #fff;
    border-top: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    font-family: var(--hff);
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 0 20px;
    letter-spacing: 0;
    border: 2px solid #000;
    border-radius: 20px;
	margin-bottom: 20px;
	padding-top: 1px;
	width: 80%;
	position: relative;
}
a.ozzo_fn_reaction_btn.active .text_holder{
	background-color: #000;
	color: #fff;
}
a.ozzo_fn_reaction_btn.active .icon_wrapper{
	background-color: var(--ozzo-mc1);
}
a.ozzo_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
/*************************************************************************/
.ozzo_fn_votes:after,
.ozzo_fn_votes:before{
	clear: both;
	display: table;
	content: '';
}
.ozzo_fn_votes_wrapper .bordered_in{
	background-color: #000;
	border-radius: 30px;
}
.ozzo_fn_votes{
	cursor: pointer;
}
.ozzo_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;
}
.ozzo_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;
}
.ozzo_fn_votes .result_vote .action{
	width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
    background-color: var(--ozzo-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;
}
.ozzo_fn_votes.down_action .result_vote .action{
	animation: ozzo_fn_down 1s ease-in-out forwards;
}
.ozzo_fn_votes.up_action .result_vote .action{
	animation: ozzo_fn_up 1s ease-in-out forwards;
}
@keyframes ozzo_fn_down{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: translateY(100%);
	}
}
@keyframes ozzo_fn_up{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: translateY(-100%);
	}
}
.ozzo_fn_votes .count{
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 3px;
}
.ozzo_fn_votes .text{
	font-size: 11px;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.ozzo_fn_votes .vote_top a{
	width: 300px;
	max-width: 38%;
	display: block;
	height: 52px;
	text-decoration: none;
	border-radius: 26px;
	background-color: var(--ozzo-mc2);
	position: relative;
}
.ozzo_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: #fff;
	font-weight: 600;
	opacity: 0;
	transition: all .3s ease;
	transform: translateY(-4px);
	line-height: 1;
}
.ozzo_fn_votes .vote_top .ozzo_fn_vote_up:hover:after{
	transform: translateY(-7px);
}
.ozzo_fn_votes .vote_top .ozzo_fn_vote_up:hover span{
	transform: translateY(2px);
	opacity: 1;
}
.ozzo_fn_votes .vote_top .ozzo_fn_vote_down span{
	top: auto;
	bottom: 50%;
	transform: translateY(5px);
}
.ozzo_fn_votes .vote_top .ozzo_fn_vote_down:hover:after{
	transform: translateY(7px);
}
.ozzo_fn_votes .vote_top .ozzo_fn_vote_down:hover span{
	transform: translateY(-1px);
	opacity: 1;
}
.ozzo_fn_votes.down_action .ozzo_fn_vote_down:after{
	opacity: .5;
}
.ozzo_fn_votes.up_action .ozzo_fn_vote_up:after{
	opacity: .5;
}
.ozzo_fn_vote_up:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #fff transparent;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -7px;
	transition: all .3s ease;
}
.ozzo_fn_vote_down:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -7px;
	transition: all .3s ease;
}
.ozzo_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
/*************************************************************************/
.ozzo_fn_footer_inside{
	padding-top: 130px;
	padding-bottom: 60px;
}
.ozzo_fn_footer_inside .bordered_in{
	background-color: #faf4e8;
}
.footer_subscribe_form{
	max-width: 860px;
	margin: 0 auto;
	position: relative;
}
.footer_subscribe_form .form_bottom{
	padding: 33px 20px 58px 20px;
	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;
	text-align: center;
}
.footer_subscribe_form .icon_holder{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: -68px;
}
.footer_subscribe_form .icon{
	width: 150px;
	height: 150px;
	background-color: #fff;
	display: block;
	position: relative;
	padding: 15px;
	border-radius: 100%;
}
.footer_subscribe_form .plane{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 2px solid #000;
	background-color: #faf4e8;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-spinner{
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 6px;
}
.footer_subscribe_form .plane .fn__svg{
	width: 60px;
	height: 60px;
	display: block;
	color: #000;
	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: 9px;
}
.footer_subscribe_form .fsf_desc{
	margin: 0;
	padding: 0;
	font-weight: 500;
	margin-bottom: 19px;
}
.footer_subscribe_form .mc4wp-form{
	max-width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 2;
	border-radius: 30px;
}
.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: 2px solid #000;
    border-radius: 30px;
    background-color: #fff;
}
.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: 56px;
    background-color: transparent!important;
    padding: 0 26px;
    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(--ozzo-mc1) !important;
    color: #000;
    font-family: var(--hff);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    outline: none;
    padding: 0 30px;
    border: 2px solid #000 !important;
    cursor: pointer;
    border-radius: 30px;
    margin: -2px;
    margin-left: 0;
	letter-spacing: 0.5px;
}
.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: #000 !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;
	color: #fff;
}
.footer_subscribe_form .wpforms-field-container{
	flex: 1;
}
.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{
	pointer-events: none;
	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-right:after{right: -26px;}
.cursor-inner.cursor-slider .fn-right: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%;
	position: relative;
	padding-bottom: 38px;
}
.ozzo_fn_hassidebar .author__widget .wid-title .text{
	margin-top: 0;
}
.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{
	background-color: #fff;
    padding: 36px 26px;
    border: 4px solid #000;
    border-radius: 30px;
}
.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;
}


/*************************************************************************/
/* 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: #f5eff9;
	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: #f5eff9;
	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;
}

.ozzo_fn_woo_myaccount,
.cart-collaterals{
    margin-bottom: 70px;
}





/* RTL (Arabic) */
body.rtl,
body.rtl .wpcf7,
body.rtl .wpcf7 input[type="url"],
body.rtl .wpcf7 input[type="email"],
body.rtl .wpcf7 input[type="tel"]{
	direction: rtl;
}
body.rtl .fn__blog_anchor{
	direction: ltr;
}
body.rtl .post__views{
	right: auto;
	left: 10px;
}
body.rtl .fn__bp_slider[data-layout="tiles_1_4"] .right_part .img_wrap{
	margin-right: 0;
	margin-left: 15px;
}
body.rtl .ozzo_fn_helpbar .ht_right{
	padding-right: 0;
	padding-left: 93px;
}
body.rtl .ozzo_fn_helpbar .ht_right .hbar_decor{
	right: auto;
	left: 0;
}
body.rtl .ozzo_fn_helpbar .ht_right .hbar_decor span{
	transform: rotate(25deg);
}
body.rtl .ozzo_fn_helpbar .ht_right_item{
	margin-right: 0;
	margin-left: 20px;
}
body.rtl .ozzo_fn_helpbar .ht_right_item:last-child{
	margin-right: 0;
	margin-left: 0;
}
body.rtl .ozzo_fn_helpbar .ht_left{
	padding-left: 0;
	padding-right: 93px;
}
body.rtl .ozzo_fn_helpbar .ht_left .hbar_decor{
	left: auto;
	right: 0;
}
body.rtl .ozzo_fn_helpbar .ht_left .hbar_decor span{
	transform: rotate(-25deg);
}
body.rtl .ozzo_fn_helpbar .ht_left_item{
	margin-left: 0;
	margin-right: 20px;
}
body.rtl .ozzo_fn_helpbar .ht_left_item:last-child{
	margin-right: 0;
	margin-left: 0;
}
body.rtl .ozzo_fn_pagetitle .title_decor{
	direction: ltr;
}
body.rtl .post__views .fn__svg{
	margin-right: 0;
	margin-left: 5px;
}
body.rtl .ozzo_fn_widget__articles .item_img{
	margin-right: 0;
	margin-left: 20px;
}
body.rtl .ozzo_fn_widget__articles .counter{
	left: auto;
	right: -2px;
}
body.rtl .wp-block-search__inside-wrapper button[type="submit"]{
	margin: -4px;
	margin-right: 0;
}
body.rtl .ozzo_fn_stickynav .more,
body.rtl .ozzo_fn_header .more{
	margin-left: 0;
	margin-right: 40px;
}
body.rtl .ozzo_fn_pnb .next__item{
	text-align: left;
}
body.rtl .ozzo_fn_header .ht_right_item{
	margin-right: 0;
	margin-left: 20px;
}
body.rtl .ozzo_fn_header .ht_right_item:last-child{
	margin-right: 0;
	margin-left: 0;
}

body.rtl .ozzo_fn_main_nav > li:after{
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 16px;
}
body.rtl .ozzo_fn_main_nav > li.menu-item-has-children > a{
	padding-right: 0;
	padding-left: 16px;
}
body.rtl .ozzo_fn_main_nav > li.menu-item-has-children > a:after{
	right: auto;
	left: 0;
}
body.rtl .ozzo_fn_stickynav .sub-menu,
body.rtl .ozzo_fn_header .sub-menu{
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -50px;
    margin-right: -moz-calc((var(--ozzo-border) + 40px) * (-1));
    margin-right: -webkit-calc((var(--ozzo-border) + 40px) * (-1));
    margin-right: -o-calc((var(--ozzo-border) + 40px) * (-1));
    margin-right: calc((var(--ozzo-border) + 40px) * (-1));
}
body.rtl .ozzo_fn_stickynav .sub-menu li.menu-item-has-children > a,
body.rtl .ozzo_fn_header .sub-menu li.menu-item-has-children > a{
	padding-right: 40px;
	padding-left: 52px;
}
body.rtl .ozzo_fn_stickynav .sub-menu ul,
body.rtl .ozzo_fn_header .sub-menu ul{
	left: auto;
	right: 100%;
	margin-right: 0;
}
body.rtl .ozzo_fn_stickynav .sub-menu li.menu-item-has-children > a:after,
body.rtl .ozzo_fn_header .sub-menu li.menu-item-has-children > a:after{
	right: auto;
	left: 40px;
	border-width: 6px 6px 6px 0;
	border-color: transparent #000 transparent transparent;
}
body.rtl .ozzo_fn_totop{
	right: auto;
	left: -6px;
	border-radius: 0 40px 40px 0;
}
body.rtl .ozzo_fn_totop:before{
	right: auto;
	left: 0;
	border-width: 0 0 6px 6px;
    border-color: transparent transparent #888 transparent;
}
body.rtl .ozzo_fn_totop:after{
	right: auto;
	left: 0;
	border-width: 0 6px 6px 0;
    border-color: transparent #888 transparent transparent;
}
@media(max-width: 1040px){
	body.rtl .ozzo_fn_totop .arrow{
		left: auto;
		right: 5px;
	}
}
body.rtl .ozzo_fn_totop .arrow{
	left: auto;
	right: 10px;
}
@media(min-width: 769px){
	body.rtl .footer_subscribe_form input[type=submit],
	body.rtl .footer_subscribe_form div.wpforms-container-full .wpforms-form input[type=submit], 
	body.rtl .footer_subscribe_form div.wpforms-container-full .wpforms-form button[type=submit],
	body.rtl .footer_subscribe_form div.wpforms-container-full .wpforms-form .wpforms-page-button{
		margin: -2px;
		margin-right: 0;
	}
	body.rtl .ozzo_fn_searchbox .search{
		margin:  -2px 0 -4px -4px;
	}
}

body.rtl .featured_post_item .icon .fn__svg{
	margin-right: 0;
	margin-left: 30px;
}
body.rtl .featured_post_item .icon .fn__svg:last-child{
	margin-left: 0;
}
body.rtl .featured_post_item .fp__item{
	padding-left: 0;
	padding-right: 70px;
}
body.rtl .featured_post_item .fp_count{
	left: auto;
	right: 0;
}
body.rtl .ozzo_fn_mobnav .mobile_menu .menu-item-has-children > a:after{
	right: auto;
	left: 20px;
	transform: rotate(180deg);
}
body.rtl .ozzo_fn_mobnav .mobile_menu .menu-item-has-children.active > a:after{
	transform: rotate(90deg)
}
body.rtl .ozzo_fn_searchbox .result_list .img_holder{
	margin-right: 0;
	margin-left: 30px;
}
body.rtl .ozzo_fn_searchbox .result_list .img_holder:after{
	right: auto;
	left: 100%;
	margin-right: 0;
	margin-left: var(--ozzo-border);
}
body.rtl .fn__bp_slider .item_modern .item_l{
	border-right: 0;
	border-left: -moz-calc(var(--ozzo-border) / 2) solid #000;
    border-left: -webkit-calc(var(--ozzo-border) / 2) solid #000;
    border-left: -o-calc(var(--ozzo-border) / 2) solid #000;
    border-left: calc(var(--ozzo-border) / 2) solid #000;
}
body.rtl .fn__bp_slider .item_modern .item_r{
	border-left: 0;
	border-right: -moz-calc(var(--ozzo-border) / 2) solid #000;
    border-right: -webkit-calc(var(--ozzo-border) / 2) solid #000;
    border-right: -o-calc(var(--ozzo-border) / 2) solid #000;
    border-right: calc(var(--ozzo-border) / 2) solid #000;
}
body.rtl .ozzo_fn_protected .search,
body.rtl .ozzo_fn_protectedform .search,
body.rtl .ozzo_fn_404 .search{
	margin: -2px;
	margin-right: 0;
}
body.rtl .single__content .post_content blockquote{
	padding: 30px 100px 30px 50px;
	border-left: none;
	border-right: 4px solid;
	border-radius: 20px 0 0 20px;
}
body.rtl .single__content .post_content blockquote:after{
	left: auto;
	right: 28px;
	transform: rotate(180deg);
}
body.rtl .ozzo_fn_share h5{
	margin-right: 0;
	margin-left: 20px;
}
body.rtl .ozzo_fn_comments .comment-avatar{
	margin-left: 20px;
	margin-right: 0;
}
body.rtl .ozzo_fn_comments .comment-avatar .img:after{
	left: auto;
	right: 100%;
	transform: rotate(180deg);
}
body.rtl .fn__blog_anchor .ba_item{
	padding-right: 60px;
	padding-left: 0;
}
body.rtl .fn__blog_anchor .ba_count{
	left: auto;
	right: 0;
}
body.rtl .header_post_reading .reading_post h3{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
body.rtl .header_post_reading .reading_post .subtitle{
	margin-right: 0;
	margin-left: 5px;
}
@media(max-width: 768px){
	body.rtl .ozzo_fn_protected .search,
	body.rtl .ozzo_fn_protectedform .search,
	body.rtl .ozzo_fn_404 .search{
		margin: 0;
	}
}
@media(max-width: 480px){
	body.rtl .ozzo_fn_searchbox .search_content{
		padding: 0 0 0 10px;
	}
}

.wp-block-group__inner-container > *:last-child{
	margin-bottom: 0;
}
.wp-block-page-list li{
	margin-bottom: 5px;
    font-size: 18px;
    font-family: var(--hff);
    font-weight: 600;
    letter-spacing: 0px;
    color: #000;
    position: relative;
}
.wp-block-page-list ul{
	display: none;
	list-style-type: none;
	margin-left: 20px;
}
.wp-block-page-list a{
	color: #000;
}
.post_content{
	padding: 0 40px 70px;
}
.post_content > *{
	margin-bottom: 30px;
}
.post_content > *:last-child,
.post_content > *:nth-last-child(2){
	margin-bottom: 0;
}
.post_content a{
	text-decoration: underline;
	color: var(--ozzo-mc2);
}
.post_content a:hover{
	text-decoration: none;
}
.wp-block-page-list{
	margin: 0;
	padding: 0;	
	list-style-type: none;
}
.ozzo-has-sidebar{
	overflow: visible;
}
.ozzo-has-sidebar .sidebar_in{
	position: sticky;
	top: 100px;
}
.admin-bar.ozzo-has-sidebar .sidebar_in{
	top: 132px;
}





.ozzo_fn_searchlist[data-page-style="full"][data-layout="list"] .container,
.ozzo_fn_index[data-page-style="full"][data-layout="list"] .ozzo_fn_nosidebar .container{
	max-width: 960px;
}
.blog__item.blog__item_masonry .typ_overlay .typ_title{
	font-size: 170px;
	font-size: calc(30px + 7.27vw);
}


.blog__item .img_overlay{
	background-color: #ece4d3;
	border-radius: 20px;
	overflow: hidden;
}
.blog__item .typ_overlay{
	background-color: #ece4d3;
	border-radius: 20px;
	position: relative;
}
.blog__item .typ_overlay .typ_title{
	position: absolute;
	margin: 0;
	border: none;
	outline: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 300px;
	font-size: calc(30px + 14.1vw);
	line-height: 1;
	font-weight: 900;
	color: #000;
}
.blog__item .typ_overlay img{
	min-width: 100%;
	opacity: 0;
	pointer-events: none;
	margin-bottom: -27%;
}
.blog__item .list_top{
	padding: 13px;
	width: 100%;
}
.blog__item .list_top .top_in{
	position: relative;
}
.post__views{
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 26px;
	border-radius: 13px;
	background-color: #fff;
	padding: 0 10px;
	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: 14px;
	font-weight: 600;
	font-family: var(--hff);
	letter-spacing: 0;
	color: #000;
	z-index: 3;
}
.post__views .count{
	display: block;
	position: relative;
	top: 2px;
}
.post__views .fn__svg{
	display: block;
	width: 18px;
	height: auto;
	margin-right: 5px;
}
.blog__item .list_bottom{
	padding: 9px 30px 0;
	text-align: center;
}
.blog__item .meta__author{
	margin-bottom: 10px;
}
.blog__item .meta__author a{
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	font-family: var(--hff);
	letter-spacing: .25px;
	border-bottom: 1px solid transparent;
}
.blog__item .meta__author a:hover{
	border-bottom-color: #000;
}
.blog__item .post__title{
	margin: 0;
	padding: 0;;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 18px;
}
.blog__item .desc p{
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
}
.fn__read_more{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
	position: relative;
}
.fn__read_more:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
	height: 20px;
	width: 2px;
	display: block;
	background-color: #000;
}
.fn__read_more a{
	text-decoration: none;
	height: 40px;
	line-height: 36px;
	padding: 0 50px;
	font-size: 16px;
	color: #000;
	font-weight: 900;
	font-family: var(--hff);
	letter-spacing: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 2px solid #000;
	display: block;
	text-align: center;
	max-width: 100%;
	border-radius: 20px;
	text-transform: uppercase;
}
.fn__read_more a:hover{
	background-color: #fbf261
}
.fn__read_more .text{
	position: relative;
	padding: 0 29px;
}
.fn__read_more .text_right_decor,
.fn__read_more .text_left_decor{
	width: 29px;
	height: 2px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background-color: #000;
}
.fn__read_more .text_left_decor{
	left: 0;
}
.fn__read_more .text_right_decor{
	right: 0;
}
.fn__read_more .text_right_decor:before,
.fn__read_more .text_right_decor:after,
.fn__read_more .text_left_decor:before,
.fn__read_more .text_left_decor:after{
	content: '';
	position: absolute;
	display: block;
	width: 21px;
	height: 2px;
	background-color: #000;
}
.fn__read_more .text_left_decor:before{
	bottom: 100%;
	margin-bottom: 4px;
	right: -2px;
}
.fn__read_more .text_left_decor:after{
	top: 100%;
	margin-top: 4px;
	right: -2px;
}
.fn__read_more .text_right_decor:before{
	bottom: 100%;
	margin-bottom: 4px;
	left: -2px;
}
.fn__read_more .text_right_decor:after{
	top: 100%;
	margin-top: 4px;
	left: -2px;
}






.post_content .wp-block-button__link,
.post_content .wp-element-button{
	text-decoration: none;
}






/*************************************************************************/
/* 34) Responsive CSS (small devices)
/*************************************************************************/
@media(max-width: 1400px){
	.fn__bp_slider .item_modern h3{font-size: 30px;}
}
@media(max-width: 1200px){
	.fn__blog_list_layout_masonry .post_item{
		width: 50%;
	}
	.ozzo_fn_rightsidebar{
		padding-left: 40px;
	}
	.ozzo_fn_leftsidebar{
		padding-left: 40px;
	}
	.ozzo_fn_hassidebar .sidebarpage{
		margin-left: -40px;
	}
	.fn__blog_list_layout_masonry .post_item{
		padding-left: 40px;
		margin-bottom: 40px;
	}
	.fn__blog_list_layout_masonry{
		margin-left: -40px;
	}
}
@media(max-width: 1040px){
	.blog__item .img_overlay,
	.blog__item .typ_overlay{
		border-radius: 25px;
	}
	.fn__bp_slider .title_holder h3{
		font-size: 30px;
		font-weight: 700;
	}
	.footer_subscribe_form .icon{
		padding: 5px;
	}
	.fn__blog_list_layout_list .post_item,
	.ozzo_fn_pnb .pnb__item,
	.single__content > *,
	.ozzo_fn_hassidebar .widget_block{
		margin-bottom: 40px;
	}
	.ozzo_fn_hassidebar .widget_block:last-child{
		margin-bottom: 0;
	}
	.widget_block.widget-no-title .bordered_in{
		padding: 18px;
	}
	
	
	.ozzo_fn_full_page_in .ozzo_fn_leftsidebar > div > .bordered_in,
	.fn__page_layout > div > .bordered_in,
	.fn__boxed_layout > div > .bordered_in,
	.ozzo_fn_comments .comment_top,
	.footer_subscribe_form .form_bottom,
	.widget_block .bordered_in,
	.ozzo_fn_pnb .pnb_title_holder,
	.ozzo_fn_author_info .bordered_in,
	.ozzo_fn_reactions .bordered_in,
	.single__content .phr_middle,
	.ozzo_fn_searchbox .form_in,
	.ozzo_fn_searchbox .result_list,
	.post_content{
		padding-left: 18px;
		padding-right: 18px;
	}
	.ozzo_fn_pnb{
		column-gap: 20px;
	}
	.ozzo_fn_share{
		left: 4px;
		width: 40px;
	}
	.fn__bp_slider .slider_nav,
	.ozzo_fn_totop{
		width: 50px;
		height: 50px;
	}
	.fn__bp_slider .slider_nav .arrow,
	.ozzo_fn_totop .arrow{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		left: 5px;
	}
	.fn__bp_slider .slider_nav .fn__svg,
	.ozzo_fn_totop .fn__svg{
		width: 16px;
		height: 16px;
		margin: -8px 0 0 -8px;
	}
	.fn__bp_slider .slider_nav.next .fn__svg{
		margin-left: -7px;
	}
	.fn__bp_slider .slider_nav.prev .fn__svg{
		margin-left: -9px;
	}
	.fn__bp_slider .slider_nav.next .arrow{
		left: 5px;
	}
	.fn__bp_slider .slider_nav.prev .arrow{
		right: 5px;
	}
	.ozzo-fn-wrapper{
		padding: 10px;
	}
	.ozzo_fn_helpbar{
		display: none;
	}
	.ozzo_fn_bordered{
		border-width: 5px;
	}
	.single__content .phr_top,
	.blog__item .list_top{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
	}
	.ozzo_fn_bordered .bordered_in{
		border-radius: 35px;
	}
	.category__holder{
		border-bottom-left-radius: 40px;
		border-bottom-right-radius: 40px;
	}
	.ozzo_fn_full_page_template .page_content, .ozzo_fn_full_page_template .ls_content{
		padding-left: 20px;
		padding-right: 20px;
	}
	.respond_comment{
		padding-left: 30px;
		padding-right: 30px;
	}
	.fn__bp_slider .typ_title{
		font-size: 200px;
	}
	.fn__bp_slider .item_modern .typ_overlay{
		padding-bottom: 110px;
	}
	.fn__bp_slider .item_modern .item_lt{
		border-bottom: none;
		padding: 30px 20px 12px;
	}
	.fn__bp_slider .item_modern .item_r{
		border-left: none;
	}
	.fn__bp_slider .item_modern .desc{
		display: none;
	}
	.fn__bp_slider .item_modern .meta__date{
		display: none;
	}
	.fn__bp_slider .item_modern .item_l{
		border: none;
		position: absolute;
		left: -moz-calc(var(--ozzo-border) * 2);
		left: -webkit-calc(var(--ozzo-border) * 2);
		left: -o-calc(var(--ozzo-border) * 2);
		left: calc(var(--ozzo-border) * 2);
		right: -moz-calc(var(--ozzo-border) * 2);
		right: -webkit-calc(var(--ozzo-border) * 2);
		right: -o-calc(var(--ozzo-border) * 2);
		right: calc(var(--ozzo-border) * 2);
		bottom: -moz-calc(var(--ozzo-border) * 2);
		bottom: -webkit-calc(var(--ozzo-border) * 2);
		bottom: -o-calc(var(--ozzo-border) * 2);
		bottom: calc(var(--ozzo-border) * 2);
		z-index: 3;
		background-color: #fff;
	}
	.fn__bp_slider .item_modern .item_lb{
		display: none;
	}
	.post__header .typ_overlay .typ_title{
		font-size: 150px;
	}
	.ozzo_fn_banner__off_canvas{
		margin-bottom: 30px;
	}
	.ozzo_fn_banner__header_below{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.ozzo_fn_mobnav{
		display: block;
	}
	.ozzo_fn_content{
		padding-top: 70px;
	}
	.ozzo_fn_hassidebar .sidebarpage{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.ozzo_fn_leftsidebar{
		width: 100%;
	}
	.ozzo_fn_rightsidebar{
		padding-top: 50px;
		width: 100%;
	}
	#ozzo_fn_header,
	.ozzo_fn_stickynav{display: none !important;}
	
	
	.fn__blog_anchor{
		width: 300px;
	}
	.fn__blog_anchor .ba_content{
		padding-left: 20px;
		padding-right: 20px;
	}
	.author__widget{
		padding: 0px 40px 32px;
	}
}
@media(max-width: 768px){
	.ozzo_fn_author_info .ai_in{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.ozzo_fn_author_info .info_desc{
		text-align: center;
	}
	.ozzo_fn_author_info .author_social{
		justify-content: center;
	}
	.ozzo_fn_author_info .info_img{
		margin-right: 0;
		margin-bottom: 26px;
	}
	.footer_subscribe_form{
		border-radius: 50px 50px 20px 20px;
	}
	.ozzo_fn_leftsidebar .fn__blog_list_layout_masonry .post_item,
	.fn__blog_list_layout_masonry .post_item{
		width: 100%;
	}
	.ozzo_fn_pnb[data-status="prev"] .img div,
	.ozzo_fn_pnb[data-status="next"] .img div{
		margin-bottom: 80%;
	}
	.ozzo_fn_pagetitle .fn__title{
		font-size: 30px;
	}
	.ozzo_fn_protected .message_holder, .ozzo_fn_404 .message_holder{
		padding: 50px 20px;
	}
	.ozzo_fn_pagetitle .text{
		display: block;
	}
	.blog__item .post_icon{
		top: 10px;
		right: 10px;
	}
	.ozzo_fn_tshare > *:nth-child(2){margin-right: 0;}
	.post_title_holder .meta_holder{
		padding: 0
	}
	.ozzo_fn_tshare{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.single__content .post_content blockquote{
		padding-left: 60px;
		padding-right: 10px;
	}
	.single__content .post_content blockquote:after{
		width: 30px;
		left: 10px;
		height: 30px;
	}
	.ozzo_fn_searchbox .result_list .img_holder[data-has-image=""],
	.ozzo_fn_searchbox .result_list .img_holder{
		display: none;
	}
	.ozzo_fn_searchbox .result_list ul{
		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;
	}
	.fn__bp_slider .title_in .img_wrap .img_holder{
		height: 300px;
	}
	.comment-respond .input-half{
		width: 100%;
	}
	.ozzo_fn_comments .children{
		margin-left: 10px;
	}
	.ozzo_fn_comments .respond-title .fn_title{
		text-align: left;
	}
	.fn__contact .half_item{
		width: 100%;
	}
	.ozzo_fn_searchbox .search .fn__svg{
		display: none;
	}
	.author__widget{
		padding: 0px 20px 22px;
	}
	.fn__blog_anchor{display: none;}
	.ozzo_fn_pnb{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.ozzo_fn_pnb .pnb__item{
		width: 100%;
	}
	.ozzo_fn_protected .fn__maintitle,
	.ozzo_fn_404 .fn__maintitle
	.ozzo_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,
	.ozzo_fn_comments .comment_opener h3{
		font-size: 30px;
	}
	.footer_subscribe_form .mc4wp-form,
	.ozzo_fn_protected form,
	.ozzo_fn_searchbox .search_wrapper .main_form,
	.ozzo_fn_protectedform form,
	.ozzo_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;
	}
	.ozzo_fn_protected input[type="password"],
	.ozzo_fn_protected input[type="text"],
	.ozzo_fn_searchbox .input input,
	.ozzo_fn_protectedform input[type="password"],
	.ozzo_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: #fff !important;
		border: 2px solid #000 !important;
		border-radius: 50px !important;
		margin-bottom: 10px;
		flex: auto;
		display: block;
		width: 100%;
		height: 50px;
		text-align: center;
	}
	.ozzo_fn_searchbox .input input{
		height: 60px;
		font-size: 18px;
		font-weight: 600;
		padding: 0 26px;
	}
	.ozzo_fn_protected .search,
	.ozzo_fn_searchbox .search{
		margin: 0;
	}
	.ozzo_fn_searchbox .search input{
		display: block;
		width: 100%;
		height: 52px;
		text-align: center;
		padding: 0 26px;
	}
	.ozzo_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;
	}
	.ozzo_fn_protected input[type="submit"]{
		height: 42px;
	}
	.ozzo_fn_protectedform input[type="submit"],
	.ozzo_fn_404 input[type="submit"]{
		display: block;
		width: 100%;
		height: 42px;
		text-align: center;
	}
	.ozzo_fn_protectedform .search, .ozzo_fn_404 .search{
		margin: 0;
	}
	
}
@media(max-width: 480px){
	.ozzo_fn_pagetitle .text{
		padding: 0;
	}
	.ozzo_fn_searchbox .result_list ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.ozzo_fn_searchbox .search_content{
		padding: 0 10px 0 0;
	}
	.ozzo_fn_searchbox .filterbox{
		padding-left: 20px;
		padding-right: 20px;
	}
	.ozzo_fn_searchbox .result_list li{
		width: 100%;
	}
	.ozzo_fn_mobnav .ozzo_fn_social_list a .fn__svg{
		width: 15px;
		height: 15px;
	}
	.ozzo_fn_mobnav .mobile_menu a{padding: 0 10px;}
	.ozzo_fn_mobnav .mobile_menu ul{margin-left: 10px;}
	.ozzo_fn_mobnav .right__triggerr a{
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}
	.ozzo_fn_mobnav .right__triggerr a span{
		width: 30px;
		left: 5px;
		margin-left: 0;
	}
	.ozzo_fn_mobnav .right__triggerr a span:after, .ozzo_fn_mobnav .right__triggerr a span:before{
		width: 30px;
		left: 0;
		margin-left: 0;
	}
	.ozzo_fn_mobnav .right__triggerr .fn__svg{width: 18px;height: 18px;margin: -9px 0 0 -9px;}
	.ozzo_fn_mobnav .mob_top{padding: 10px;}
	.ozzo_fn_comments .date_meta{display: none;}
	.ozzo_fn_protected .fn__maintitle, .ozzo_fn_404 .fn__maintitle .ozzo_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, .ozzo_fn_comments .comment_opener h3{
		font-size: 24px;
	}
	.fn__bp_slider .title_holder h3{
		line-height: 1.2;
	}
}
@media(max-width: 380px){
	.ozzo_fn_widget_followers li{
		width: 100%;
	}
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container{
	margin: 0;
}
.wp-block-post-template{
	margin: 0;
}
.wp-block-post-title{
	margin: 0;
    padding: 0;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 900;
    line-height: 1.1;
	margin-bottom: 10px;
}
.wp-block-post-date{
	margin: 0;
	margin-bottom: 15px;
	font-family: var(--hff);
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    letter-spacing: .25px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.wp-block-post{
	margin-bottom: 20px;
}
.wp-block-post:last-child{
	margin-bottom: 0;
}
.wp-block-query-pagination{
	padding-top: 20px;
}