@charset "utf-8";
/*
Theme Name: Elonissa
Theme URI: https://frenify.com/project/elonissa/
Description: Elonissa – Blog WordPress Theme is for many purpose.
Text Domain: elonissa
Author: codernelson
Author URI: https://frenify.com/
Version: 1.1.1
Tested up to: 5.8
Requires at least: 4.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-header, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/
/*

	@Author: codernelson
	@URL: https://frenify.com/


	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.
	
	02) Theme base


*/



/*------------------------------------------------------------------*/
/*	02) Theme base
/*------------------------------------------------------------------*/
*{
	box-sizing: border-box;
}
.elonissa_fn_content{
	width: 100%;
	float: left;
	clear: both;
}
.fn-container .fn-container{
	max-width: 100%;
	padding: 0;
}
.codernelson-ready[data-fn-bg-img]{
	-webkit-animation: none;
    animation: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
[data-fn-bg-img]{
    background: linear-gradient(45deg, #000, #b2b0b0);
    background-size: 400% 400%;

    -webkit-animation: data-fn-bg-img 1s ease infinite;
    -moz-animation: data-fn-bg-img 1s ease infinite;
    animation: data-fn-bg-img 1s ease infinite;
}
@-webkit-keyframes data-fn-bg-img {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes data-fn-bg-img {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes data-fn-bg-img {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.elonissa_fn_svg{
	width: 20px;
	height: 20px;
	fill: currentcolor;
}
[class^="fn__"]{
	display: block;
}
.elonissa_fn_hidden{
	height: 0;
	width: 0;
	position: absolute;
	z-index: -999;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
body, html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
body:after{
	clear: both;
	display: table;
	content: '';
}
html{
	height: auto;
}
body{
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: 0px;
	font-weight: 400;
	color: #777;
	overflow: visible;
	
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Jost';
	font-weight: 400;
	letter-spacing: 0;
	color: #444;
}
h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{
	color: #444;
}
h1>a:focus,h2>a:focus,h3>a:focus,h4>a:focus,h5>a:focus,h6>a:focus,
h1>a:hover,h2>a:hover,h3>a:hover,h4>a:hover,h5>a:hover,h6>a:hover{
	color: #ff8237;
}
a:focus {
    outline: thin dotted;
}
button:focus {
	outline: thin dotted;
}
a:active {
    outline: none;
}
@media(max-width: 1040px){body{overflow: hidden;}}

/* HEADER */
.elonissa-fn-wrapper,
.elonissa_fn_header .header_logo,
.elonissa_fn_header .header_top,
.elonissa_fn_header .top_inner,
.elonissa_fn_header{
	width: 100%;
	float: left;
	clear: both;
}
.elonissa_fn_header .header_top{
	background-color: #000;
}
.elonissa_fn_header .top_inner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.elonissa_fn_header .header_logo{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 80px 0;
	text-align: center;
}
.elonissa_fn_header .header_logo{
	padding: 80px 0 0 0;
}
.elonissa_fn_header .header_logo img{
	max-width: 200px;
	max-height: 200px;
	width: auto;
	height: auto;
}
.elonissa-fn-wrapper .elonissa_fn_mobilemenu_wrap .site-title,
.elonissa-fn-wrapper .site-branding .site-title{
	font-size: 24px;
	margin-bottom: 0;
	line-height: 29px;
}
.elonissa-fn-wrapper .elonissa_fn_mobilemenu_wrap .site-description,
.elonissa-fn-wrapper .site-branding .site-description{
	font-size: 14px;
}
.elonissa-fn-wrapper .site-branding .site-title{color: #eee;}
.elonissa-fn-wrapper .site-branding .site-description{color: #999;}
.elonissa-fn-wrapper .site-title{
	font-size: 36px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	color: #444;
}
.elonissa-fn-wrapper .site-description{
	margin: 0;
	padding: 0;
}
.elonissa-fn-wrapper .site-title a{
	color: inherit;
}
.elonissa_fn_main_nav{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: -30px;
}
.elonissa_fn_main_nav > li{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 30px;
	position: relative;
}
.elonissa_fn_main_nav > li.menu-item-has-children{
	padding-right: 20px;
}
.elonissa_fn_main_nav button{
	content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0;
    width: 4px;
    height: 4px;
    background-color: #bbb;
    border-radius: 50%;
	outline: none;
	border: none;
	line-height: inherit;
	margin: 0;
	padding: 0;
	font-size: 0;
	letter-spacing: 0;
	font-weight: 100;
	cursor: pointer;
}
.elonissa_fn_main_nav button:focus{
	background-color: #ff8237
}
.elonissa_fn_main_nav .sub-menu button{
	right: 20px;
}
.elonissa_fn_main_nav > li > a{
	line-height: 70px;
	display: block;
	color: #ccc;
	font-family: 'Jost';
	font-size: 14px;
	letter-spacing: .5px;
	text-decoration: none;
	text-transform: uppercase;
}
.elonissa_fn_main_nav > li > a:focus,
.elonissa_fn_main_nav > li > a:hover{
	color: #fff;
}
.elonissa_fn_header ul.sub-menu{
	position: absolute;
	top: 100%;
	left: -20px;
	padding: 15px 0;
	background-color: #000;
	width: 240px;
	margin: 0;
	list-style-type: none;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.6) translateY(20px);
	box-shadow: 0px 3px 4px rgba(255,255,255,.1);
	box-sizing: border-box;
}
.elonissa_fn_header ul.sub-menu ul{
	top: 0;
	left: 100%;
}
.elonissa_fn_header li.active > ul{
	opacity: 1;
	visibility: visible;
	transform: scale(1) translateY(0);
}
.elonissa_fn_header .sub-menu li.active > ul{
	transform: scale(1) translateY(-15px);
}
.elonissa_fn_header ul.sub-menu li.menu-item-has-children > a{
	padding-right: 30px;
}
.elonissa_fn_header ul.sub-menu li{
	margin-bottom: 0;
	position: relative;
}
.elonissa_fn_header ul.sub-menu li:last-child{
	margin-bottom: 0;
}
.elonissa_fn_header ul.sub-menu a{
	text-decoration: none;
	color: #ccc;
	display: block;
	padding: 5px 20px;
}
.elonissa_fn_header ul.sub-menu a:focus,
.elonissa_fn_header ul.sub-menu a:hover{
	color: #eee;
}
.header_helper{
	display: flex;
	flex-direction: row;
}
.helper_social{
	display: flex;
	align-items: center;
	flex-direction: row;
}
.helper_social ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -20px;
}
.helper_social ul li{
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
.helper_social a{
	text-decoration: none;
	color: #888;
	display: block;
	width: 20px;
	height: 20px;
	text-align: right;
	line-height: 20px;
}
.helper_social a .icon__rss{
	width: 18px;
	height: 18px;
}
.helper_social a:focus,
.helper_social a:hover{
	color: #ff8237;
}
.helper_extra{
	margin-left: 20px;
	display: flex;
	flex-direction: row;
	border-right: 1px solid rgba(255,255,255,.1);
}
.helper_extra .fn_finder{
	height: 20px;
}
.helper_extra > *{
	height: 100%;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	width: 50px;
	border-left: 1px solid rgba(255,255,255,.1);
}
.helper_extra .fn_finder{
	color: #ccc;
}
.helper_extra .fn_finder .elonissa_fn_svg{
	width: 17px;
	height: 17px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
}


/* Page Title */
.elonissa_fn_pagetitle{
	width: 100%;
	float: left;
	clear: both;
	padding: 75px 0;
	background-color: #f5f5f5;
	text-align: center;
}
.elonissa_fn_pagetitle{
	margin-top: 80px;
	margin-bottom: 50px;
}
@media(max-width: 1040px){.elonissa_fn_pagetitle{margin-top: 0;}}
.elonissa_fn_pagetitle .fn__title{
	font-size: 36px;
	margin: 0;
	padding: 0;
}
/* WordPress Posts */
.elonissa_fn_postlist{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 80px;
}
.elonissa_fn_postlist > li{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 80px;
}
.elonissa_fn_postlist .item,
.elonissa_fn_postlist .item > *,
.elonissa_fn_postlist .img_wrap,
.elonissa_fn_postlist .tile_holder,
.elonissa_fn_postlist .tile_holder > *,
.elonissa_fn_postlist .excerpt_holder,
.elonissa_fn_postlist .post_title{
	width: 100%;
	float: left;
	clear: both;
}
.elonissa_fn_postlist .img_wrap{
	display: none;
	text-align: center;
	margin-bottom: 30px;
}
.elonissa_fn_postlist .has-post-thumbnail .img_wrap{
	display: block;
}
.elonissa_fn_postlist .post_title{
	margin-bottom: 30px;
}
.elonissa_fn_postlist .post_title h3{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 30px;
}
.elonissa_fn_postlist .post_title h3 a{
	text-decoration: none;
}
.elonissa_fn_postlist .excerpt_holder{
	margin-bottom: 30px;
}
.elonissa_fn_postlist .excerpt_holder p{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	color: #777;
}
/* WordPress Posts: Meta */
.elonissa_fn_meta{
	width: 100%;
	float: left;
	clear: both;
	display: flex;
	flex-direction: row;
	margin-top: 35px;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
	min-height: 45px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.elonissa_fn_sharebox ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -10px;
}
.elonissa_fn_sharebox ul:after{
	clear: both;
	display: table;
	content: '';
}
.elonissa_fn_sharebox li{
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 10px;
}
.elonissa_fn_sharebox a{
	text-decoration: none;
	font-size: 18px;
	color: #888;
	display: block;
    width: 30px;
    height: 30px;
	background-color: transparent;
	border: 1px solid transparent;
	position: relative;
}
.fn-icon-pinterest,
.fn-icon-facebook{
	margin-top: 2px;
}
.elonissa_fn_sharebox ul:focus a i,
.elonissa_fn_sharebox ul:hover a i{transform: translate(-50%,-50%) scale(0.6,0.6);}
.elonissa_fn_sharebox ul:focus a:focus,
.elonissa_fn_sharebox ul:hover a:hover{border-color: #e5e5e5;}
.elonissa_fn_sharebox ul:focus a:focus i,
.elonissa_fn_sharebox ul:hover a:hover i{transform: translate(-50%,-50%) scale(1,1);}
.elonissa_fn_sharebox i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: center center;
	transform: translate(-50%,-50%);
	transition: all .15s ease;
}
.elonissa_fn_sharebox i:before{
	margin: 0;
	padding: 0;
}
.elonissa_fn_meta .date_meta a{
	display: inline-block;
	text-decoration: none;
	color: #777;
	font-size: 14px;
	letter-spacing: 0;
	padding-right: 14px;
	position: relative;
}
.elonissa_fn_meta .date_meta a:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 0;
	width: 4px;
	height: 4px;
	background-color: #bbb;
	border-radius: 50%;
}
.elonissa_fn_meta .date_meta a:focus:before,
.elonissa_fn_meta .date_meta a:hover:before{
	background-color: #ff8237;
}
.elonissa_fn_meta .date_meta,
.elonissa_fn_meta .author_name{
	max-width: 18%;
	width: 18%;
}
.elonissa_fn_meta .author_name{
	display: flex;
	justify-content: flex-end;
}
.elonissa_fn_meta .author_name a{
	display: inline-block;
	text-decoration: none;
	color: #777;
	font-size: 14px;
	letter-spacing: 0;
	padding-left: 14px;
	position: relative;
	text-transform: capitalize;
}
.elonissa_fn_meta .author_name a:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #bbb;
	border-radius: 50%;
}
.elonissa_fn_meta .author_name a:focus:before,
.elonissa_fn_meta .author_name a:hover:before{
	background-color: #ff8237;
}
/* WordPress Posts: Read More */
.elonissa_fn_read{
	width: 100%;
	float: left;
	clear: both;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.elonissa_fn_read a{
	display: block;
	font-weight: 500;
	text-decoration: none;
	padding: 0 24px;
	letter-spacing: .25px;
	color: #444;
	text-transform: uppercase;
	position: relative;
	line-height: 21px;
	font-size: 14px;
}
.elonissa_fn_read a:after,
.elonissa_fn_read a:before{
	content: '';
	width: 15px;
	height: 1px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background-color: #bbb;
}
.elonissa_fn_read a:after{left: 0;}
.elonissa_fn_read a:before{right: 0;}
.elonissa_fn_read a:focus,
.elonissa_fn_read a:hover{
	color: #ff8237;
}
.elonissa_fn_read a:focus:after,
.elonissa_fn_read a:focus:before,
.elonissa_fn_read a:hover:after,
.elonissa_fn_read a:hover:before{
	background-color: #ff8237;
}
/* WordPress Posts */
.elonissa_fn_category_info{
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
}
.elonissa_fn_category_info a{
	display: inline-block;
	color: #ff8237;
	border: 1px solid #ffc09b;
	padding: 0 14px;
	line-height: 22px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .25px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 10px 10px 0;
}
.elonissa_fn_category_info a:last-child{
	margin-right: 0;
}
.elonissa_fn_category_info a:focus,
.elonissa_fn_category_info a:hover{
	border-color: #ff8237;
}
/* WordPress Posts: Pagination */
.elonissa_fn_pagination{
	width: 100%;
	float: left;
	clear: both;
	margin: 80px 0 75px;
}
.elonissa_fn_pagination ul{
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -5px;
}
.elonissa_fn_pagination li{
	margin: 0 0 5px 5px;
}
.elonissa_fn_pagination .view{
	display: none;
}
.elonissa_fn_pagination .current,
.elonissa_fn_pagination a{
	width: 32px;
	height: 32px;
	display: block;
	line-height: 32px;
	position: relative;
	font-size: 18px;
	color: #444;
	text-decoration: none;
	text-align: center;
}
.elonissa_fn_pagination .current:after,
.elonissa_fn_pagination a:after{
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	transition: all .3s ease;
}
.elonissa_fn_pagination .current{
	background-color: #ff8237;
	color: #fff;
}
.elonissa_fn_pagination .prev a{
	width: auto;
	padding: 0 14px 0 44px;
}
.elonissa_fn_pagination .next a{
	width: auto;
	padding: 0 44px 0 14px;
}
.elonissa_fn_pagination .arrow{
	position: absolute;
	width: 22px;
	height: 1px;
	background-color: #444;
	right: 13px;
	top: 50%;
	display: block;
	transform: translateZ(0);
	transition: all .3s ease;
}
.elonissa_fn_pagination .prev .arrow{
	right: auto;
	left: 13px;
}
.elonissa_fn_pagination .arrow:after,
.elonissa_fn_pagination .arrow:before{
	content: '';
	width: 10px;
	height: 1px;
	background-color: #444;
	position: absolute;
	transition: all .3s ease;
	right: 0;
}
.elonissa_fn_pagination .arrow:after{
	bottom: 3px;
	transform: rotate(35deg);
}
.elonissa_fn_pagination .arrow:before{
	top: 3px;
	transform: rotate(-35deg);
}
.elonissa_fn_pagination .prev .arrow:after,
.elonissa_fn_pagination .prev .arrow:before{
	right: auto;
	left: 0;
}
.elonissa_fn_pagination .prev .arrow:after{
	bottom: auto;
	top: 3px;
}
.elonissa_fn_pagination .prev .arrow:before{
	top: auto;
	bottom: 3px;
}
.elonissa_fn_pagination a:focus .arrow:after,
.elonissa_fn_pagination a:focus .arrow:before,
.elonissa_fn_pagination a:hover .arrow:after,
.elonissa_fn_pagination a:hover .arrow:before{opacity: 0;}
.elonissa_fn_pagination a:focus .arrow,
.elonissa_fn_pagination a:hover .arrow{right: 0;}
.elonissa_fn_pagination .prev a:focus .arrow,
.elonissa_fn_pagination .prev a:hover .arrow{right: auto;left: 0;}
.elonissa_fn_pagination a:focus:after,
.elonissa_fn_pagination a:hover:after{
	border-color: #aaa;
}
/*------------------------------------------------------------------*/
/*	xx) Search
/*------------------------------------------------------------------*/
body.open_search_popup .elonissa_fn_searchpopup{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	z-index: 9999999999;
}
.elonissa_fn_searchpopup,
.elonissa_fn_searchpopup *{
	box-sizing: border-box;
}
.elonissa_fn_searchpopup{
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(-100%);
	transition: all 500ms ease;
	background-color: rgba(255,255,255,.97);
	display: flex;
	align-items: center;
}
.elonissa_fn_searchpopup .search_box{
	position: relative;
}
.elonissa_fn_searchpopup .search_box input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
}
.elonissa_fn_searchpopup .search_box input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #777;
}
.elonissa_fn_searchpopup .search_box input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #777;
}
.elonissa_fn_searchpopup .search_box input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #777;
}
.elonissa_fn_searchpopup .search_box input[type="text"]{
	width: 100%;
	min-width: 100%;
	padding: 0 50px 0 0 !important;
	height: 100px;
	line-height: 100px;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	font-family: 'Open Sans';
	color: #444;
	font-size: 40px;
}
.elonissa_fn_searchpopup .search_box input[type="submit"]{
	width: 60px !important;
	height: 100px !important;
	top: 0;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer;
	background-color: transparent !important;
	position: absolute;
	right: 0;
	z-index: 10;
}
.elonissa_fn_searchpopup .search_box span{
	display: block;
	width: 60px !important;
	height: 100px !important;
	top: 0;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer;
	background-color: transparent !important;
	position: absolute;
	right: 0;
	z-index: 5;
	color: #777;
}
.elonissa_fn_searchpopup .search_box .elonissa_fn_svg{
	width: 40px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
}
.elonissa_fn_searchpopup .search_box:after{
	height: 1px;
	left: 0;
	right: 0;
	background-color: #eee;
	position: absolute;
	content: '';
	bottom: 0;
}
.elonissa_fn_searchpopup .search_box:before{
	height: 1px;
	left: 50%;
	right: 50%;
	background-color: #b1b1b1;
	position: absolute;
	content: '';
	bottom: 0;
	transition: all 300ms ease;
	z-index: 33;
}
.elonissa_fn_searchpopup.focused .search_box:before{
	right: 0;
	left: 0;
}

.elonissa_fn_searchpopup .search_inner{
	width: 100%;
	padding: 100px 0;
}
.elonissa_fn_searchpopup .search_closer{
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	right: 20px;
	z-index: 5;
	top: 20px;
	transition: all 300ms ease;
}
.elonissa_fn_searchpopup .search_closer:focus,
.elonissa_fn_searchpopup .search_closer:hover{
	color: #fff;
}
.elonissa_fn_searchpopup .search_closer.closed .s_btn,
.elonissa_fn_searchpopup .search_closer:focus .s_btn,
.elonissa_fn_searchpopup .search_closer:hover .s_btn{
	background-color: #444;
}
.elonissa_fn_searchpopup .search_closer.closed .s_btn:after,
.elonissa_fn_searchpopup .search_closer:hover .s_btn:after,
.elonissa_fn_searchpopup .search_closer:focus .s_btn:after,
.elonissa_fn_searchpopup .search_closer.closed .s_btn:before,
.elonissa_fn_searchpopup .search_closer:hover .s_btn:before,
.elonissa_fn_searchpopup .search_closer:focus .s_btn:before{
	background-color: #fff;
}
.elonissa_fn_searchpopup .search_closer:after{
	content: '';
	position: absolute;
	left: -30px;
	right: -30px;
	bottom: -30px;
	top: -30px;
}

.elonissa_fn_searchpopup .search_closer .s_btn{
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
	position: absolute;
	display: block;
	background-color: #dfdfdf;
	transition: all 300ms ease;
}
.elonissa_fn_searchpopup .search_closer .s_btn:after{
	content: '';
	background-color: #777;
	width: 1px;
	height: 12px;
	position: absolute;
	left: 9px;
	top: 4px;
	transform: rotate(45deg);
	border-radius: 3px;
	transition: all 300ms ease;
}
.elonissa_fn_searchpopup .search_closer .s_btn:before{
	content: '';
	background-color: #777;
	width: 1px;
	height: 12px;
	position: absolute;
	left: 9px;
	top: 4px;
	transform: rotate(135deg);
	border-radius: 3px;
	transition: all 300ms ease;
}


/* Footer */
.elonissa_fn_footer .footer_bottom,
.elonissa_fn_footer .footer_copy,
.elonissa_fn_footer .footer_content,
.elonissa_fn_footer{
	width: 100%;
	clear: both;
}
.elonissa_fn_footer .footer_content{
	background-color: #111;
	text-align: center;
}
.elonissa_fn_footer .footer_menu{
	width: 100%;
	display: flex;
	justify-content: center;
}
.elonissa_fn_footer .footer_nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-left: -30px;
}
.elonissa_fn_footer .footer_nav > li{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	margin-left: 30px;
}
.elonissa_fn_footer .footer_nav a{
	text-decoration: none;
	line-height: 70px;
    display: block;
    color: #ccc;
    font-family: 'Jost';
    font-size: 14px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.elonissa_fn_footer .footer_copy{
	padding: 28px 0;
	border-top: 1px solid #292929;
}
.elonissa_fn_footer .footer_copy p{
	margin: 0;
	padding: 0;
	color: #777;
}
.elonissa_fn_footer .footer_copy a{
	text-decoration: none;
	color: #777;
}
.elonissa_fn_footer .footer_bottom{
	padding-top: 70px;
}
.elonissa_fn_footer .footer_logo{
	margin-bottom: 30px;
}
.elonissa_fn_footer .footer_instagram{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.elonissa_fn_footer .footer_instagram ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.elonissa_fn_footer .footer_instagram li{
	margin: 0;
	padding: 0;
	float: left;
	width: 12.5%;
}
.elonissa_fn_footer .footer_instagram li img{
	min-width: 100%;
	opacity: 0;
}
.elonissa_fn_footer .footer_instagram .item{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.elonissa_fn_footer .footer_instagram li:nth-child(2n) .item{
	background-color: #707070;
}
.elonissa_fn_footer .footer_instagram li:nth-child(2n+1) .item{
	background-color: #5b5b5b;
}
.elonissa_fn_footer .footer_instagram .inst_icon{
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 5px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	z-index: 10;
}
.elonissa_fn_footer .footer_instagram .elonissa_fn_svg{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	color: #0b0e13;
}


.elonissa_fn_comment_wrapper,
.fn_single_content{
	width: 100%;
	float: left;
	clear: both;
}
/* Blog Single */
.fn_post_image{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 0px;
}
.fn_post_image[data-image="0"]{display: none;}
/* Sidebar */
.elonissa_fn_hassidebar{
	width: 100%;
	float: left;
	clear: both;
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
}
.elonissa_fn_leftsidebar{
	width: 75%;
    padding-right: 80px;
    margin: 80px 0;
    max-width: calc(100% - 300px);
}
.elonissa_fn_rightsidebar{
	width: 25%;
    min-width: 300px;
    margin: 80px 0;
}
.elonissa_fn_leftsidebar .elonissa_fn_postlist > li:first-child{
	margin-top: 0;
}
.blog_meta,
.blog_content,
.elonissa_fn_blog_content{
	width: 100%;
	float: left;
	clear: both;
}
.single-post .elonissa_fn_meta{
	margin-bottom: 35px;
}
.fn_single_content .blog_content a,
.elonissa_fn_page_content a{
	text-decoration: underline;
	color: #ff8237;
}
.fn_single_content .blog_content a:focus,
.elonissa_fn_page_content a:focus,
.fn_single_content .blog_content a:hover,
.elonissa_fn_page_content a:hover{
	text-decoration: none;
}


/* Comments */
.comment_list{
	width: 100%;
	float: left;
	clear: both;
}
.elonissa_fn_comment_wrapper .fn-container{
	max-width: 880px;
}
.elonissa_fn_comment_wrapper{
	background-color: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 120px;
	margin-top: 50px;
}
.elonissa_fn_comment h3.comment-title-count{
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	font-size: 18px;
    font-weight: 500;
	text-transform: uppercase;
}
.elonissa_fn_comment ul.children:after,
.elonissa_fn_comment ul.commentlist:after{
	clear: both;
	display: table;
	content: '';
}
.elonissa_fn_comment ul.children,
.elonissa_fn_comment ul.commentlist{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.elonissa_fn_comment ul.commentlist > li{
	
}
.elonissa_fn_comment ul.children{
	padding-left: 20px;
}
.elonissa_fn_comment li.comment{
	margin: 0;
	padding: 30px 0 0 0;
	width: 100%;
	float: left;
	clear: both;
}
.elonissa_fn_comment li.comment .comment-respond{
	-webkit-animation: elonissa-slide-down 1s ease;
    -moz-animation: elonissa-slide-down 1s ease;
}
@-webkit-keyframes elonissa-slide-down {
      0% { opacity: 0; transform: translateY(20px) translateZ(0);}   
    100% { opacity: 1; transform: translateY(0px) translateZ(0);}
}
@-moz-keyframes elonissa-slide-down {
      0% { opacity: 0;  transform: translateY(20px) translateZ(0);}   
    100% { opacity: 1; transform: translateY(0px) translateZ(0);}
}
.elonissa_fn_comment .author_rating{
	width: 100%;
	float: left;
	clear: both;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
}
.elonissa_fn_comment .author_rating h4.author{
	padding-right: 35px;
	position: relative;
}
.elonissa_fn_comment .author_rating h4.author:after{
	content: '';
	position: absolute;
	width: 16px;
	height: 1px;
	background-color: #bbb;
	right: 10px;
	top: 50%;
	margin-top: -1px;
}
.elonissa_fn_comment .fn_rating{
	width: auto;
	float: left;
	margin-bottom: 13px;
}
.elonissa_fn_comment .fn_rating_item{
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 4px;
	position: relative;
	color: #ffba00;
}
.elonissa_fn_comment .fn_rating_item .elonissa_fn_svg{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
}
.elonissa_fn_comment .comment-body{
	padding-left: 110px;
	position: relative;
}
.elonissa_fn_comment .comment-avatar{
	position: absolute;
	width: 80px;
	height: 80px;
	display: block;
	top: 0;
	left: 0;
}
.elonissa_fn_comment .comment-avatar img{
	border-radius: 50%;
}
.elonissa_fn_comment h4.author{
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: capitalize;
	line-height: 1;
}
.elonissa_fn_comment h4.author a{
	line-height: 1;
	text-decoration: none;
	font-style: normal;
}
.elonissa_fn_comment .edit-link{
	margin-left: 10px;
}
.elonissa_fn_comment p.time{
	margin: 0;
	padding: 0;
	font-weight: 500;
    font-size: 13px;
}
.elonissa_fn_comment .comment-data{
	padding-bottom: 31px;
	padding-top: 10px;
}
.elonissa_fn_comment .comment-text{
	padding-bottom: 25px;
	border-bottom: 1px solid #dcdcdc;
}
.elonissa_fn_comment .comment-text a{
	text-decoration: underline;
	color: #ff8237;
}
.elonissa_fn_comment .comment-text a:focus,
.elonissa_fn_comment .comment-text a:hover{
	text-decoration: none;
}
.elonissa_fn_comment .comment-text p{
	margin: 0;
	padding: 0;
	margin-bottom: 33px;
	letter-spacing: 0;
	color: #444;
}
.elonissa_fn_comment .fn_reply{
	display: block;
}
.elonissa_fn_comment .fn_reply:after{
	clear: both;
	display: table;
	content: '';
}
.elonissa_fn_comment .fn_reply .comment-reply{
	display: block;
	float: left;
	position: relative;
	margin: 0 5px 5px 0;
}
.elonissa_fn_comment .fn_reply .comment-reply a{
	padding-left: 29px;
	margin: 0;
}
.elonissa_fn_comment .fn_reply .elonissa_fn_svg{
	position: absolute;
	left: 10px;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	color: #fff;
}
.elonissa_fn_comment .fn_reply a{
	font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 26px;
    padding: 0 10px;
    display: inline-block;
    background-color: #ff8237;
    text-transform: capitalize;
    height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 1px 5px 0;
}
.elonissa_fn_comment .fn_reply a:focus{
	outline: thin dotted #333;
}
.elonissa_fn_comment .commment-text-wrap{
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding-left: 110px;
}
.elonissa_fn_comment p.logged-in-as{
	margin-bottom: 32px;
	width: 100%;
	float: left;

	clear: both;
	margin-top: -7px;
}
.elonissa_fn_comment h3.comment-reply-title{
	margin: 0;
    padding: 0;
    line-height: 1;
    margin-bottom: 21px;
	width: 100%;
	float: left;
	clear: both;
	font-size: 18px;
    font-weight: 500;
	text-transform: uppercase;
}
.elonissa_fn_comment h3.comment-reply-title .comment-title{
	display: block;
    float: left;
    margin: 0 10px 10px 0;
    line-height: 28px;
}
.elonissa_fn_comment .comment-respond{
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
	transform: translateZ(0);
}
.elonissa_fn_comment .input-holder{
	margin-bottom: 10px;
}
.elonissa_fn_comment .input-holder input{
	width: 100%;
	max-width: 100%;
	display: block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-weight: 400;
    background-color: #fff;
    border: none;
    color: #000;
	font-size: 13px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
}
.elonissa_fn_comment .input-holder textarea{
	max-width: 100%;
	padding: 14px 20px 14px 20px;
	display: block;
	width: 100%;
    background-color: #fff;
    border: none;
    color: #000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
}
.elonissa_fn_comment .input-holder input:focus,
.elonissa_fn_comment .input-holder textarea:focus{
	outline: thin dotted #333;
}
.elonissa_fn_comment input[type=submit]{
	max-width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
    display: inline-block;
	
	
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.elonissa_fn_comment p.logged-in-as{
    color: #ff8237;
	font-weight: 400;
    font-size: 16px;
}
.elonissa_fn_comment p.logged-in-as a{
	margin: 0;
    padding: 0;
    color: #ff8237;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: none;
	text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.elonissa_fn_comment p.form-submit{
	margin: 0;
	padding: 0;
	margin-top: 20px;
	width: 100%;
	float: left;
	clear: both;
}
.elonissa_fn_comment p.comment-form-cookies-consent{
	margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 20px;
}
.fn_checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 17px;
	width: 20px;
	height: 20px;
	margin-right: 10px !important;
	float: left;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

/* Hide the browser's default checkbox */
.fn_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.fn_checkbox span {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
	background-color: #fff;
	box-shadow: 0px 2px 5px rgb(0 0 0 / 5%);
}

/* On mouse-over, add a grey background color */
.fn_checkbox:focus input ~ span,
.fn_checkbox:hover input ~ span {
    background-color: #dadada;
}

/* When the checkbox is checked, add a blue background */
.fn_checkbox input:checked ~ span {
    background-color: #444;
}
.fn_checkbox input:focus ~ span{
    outline: thin dotted;
	background-color: antiquewhite;
}

/* Create the checkmark/indicator (hidden when not checked) */
.fn_checkbox span:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.fn_checkbox input:checked ~ span:after {
    display: block;
}

/* Style the checkmark/indicator */
.fn_checkbox span:after {
	left: 7px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #eee;
    border-width: 0 2px 2px 0;
	
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.elonissa_fn_comment p.comment-form-cookies-consent:after{
	clear: both;
	display: table;
	content: '';
}
.elonissa_fn_comment p.comment-form-cookies-consent label{
	margin: 0;
    padding: 0;
    font-size: 14px;
    color: #888888;
    line-height: 1;
	cursor: pointer;
}
#cancel-comment-reply-link{
	margin: 0;
    padding: 0;
    color: #767676;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	line-height: 28px;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover{
	color: #000;
}
.elonissa_fn_comment .waiting{
    background: #fef7f1;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    border-left: 4px solid #d54e21;
    margin-bottom: 10px;
}
.elonissa_fn_comment{
	padding: 0;
	box-shadow: none;
	background-color: transparent;
}
.elonissa_fn_comment .comment-body{
	padding: 0;
}
.elonissa_fn_comment .comment-avatar{
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
}
.elonissa_fn_comment .comment-data{
	min-height: 80px;
	padding: 0;
	margin-bottom: 20px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.elonissa_fn_comment h4.author{
	margin-bottom: 5px;
}
.elonissa_fn_comment h3.comment-title-count{
	margin-bottom: 25px;
}
.elonissa_fn_comment .comment-respond{
	margin-top: 100px;
}
.elonissa_fn_comment ul.children li{
	padding-top:10px;
}



/*------------------------------------------------------------------*/
/*	14) Tags
/*------------------------------------------------------------------*/
.elonissa_fn_tags{
	width: 100%;
	float: left;
	clear: both;
	color: #777;
	margin-top: 45px;
	margin-bottom: 80px;
	line-height: 24px;
}
.elonissa_fn_tags label{
	line-height: 24px;
	font-size: 16px;
	margin-right: 10px;
	position: relative;
	padding-left: 29px;
	font-weight: 500;
	font-style: normal;
	color: #777;
	text-transform: uppercase;
}
.elonissa_fn_tags label .elonissa_fn_svg{
	position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
	top: 2px;
	color: #444;
}
.elonissa_fn_tags a{
	color: #444;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}
.elonissa_fn_tags a:focus,
.elonissa_fn_tags a:hover{
	color: #000;
}

.elonissa_fn_post_content.fn_full{
	width: 100%;
	float: left;
	clear: both;
	margin-top: 80px;
}
/* Post Single: Author Information */
.elonissa_fn_author_info{
	width: 100%;
	float: left;
	clear: both;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
	padding: 40px;
	border-radius: 5px;
	margin-bottom: 36px;
    background-color: #f5f5f5;
}
.elonissa_fn_author_info{
	margin-top: 55px;
}
.elonissa_fn_author_info + .elonissa_fn_tags{
	margin-top: 0;
}
.elonissa_fn_leftsidebar .elonissa_fn_tags{
	margin-bottom: 0;
}
.elonissa_fn_author_info p{
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-bottom: 19px;
}
.elonissa_fn_author_info h3{
	margin: 0;
	padding: 0;
	font-size: 24px;
	margin-bottom: 17px;
}
.elonissa_fn_author_info .title_holder{
	width: 100%;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	min-height: 200px;
	justify-content: center;
}
.elonissa_fn_author_info .img_holder{
	width: 200px;
	min-width: 200px;
	height: 200px;
	position: relative;
	margin-right: 40px;
	border-radius: 4px;
	overflow: hidden;
}
.elonissa_fn_author_info .img_holder .abs_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.elonissa_fn_author_info .author_bottom ul{
	margin: -5px 0 0 -5px;
	padding: 0;
	list-style-type: none;
}
.elonissa_fn_author_info .author_bottom ul li{
	margin: 5px 0 0px 5px;
	float: left;
	padding: 0;
	transform: translateZ(0);
}
.elonissa_fn_author_info .author_bottom ul li a{
	display: block;
	width: 40px;
	height: 40px;
	color: #666;
	position: relative;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	transform: translateZ(0);
	border: 3px solid rgba(0,0,0,.02);
}
.elonissa_fn_author_info .author_bottom ul li a:focus,
.elonissa_fn_author_info .author_bottom ul li a:hover{
	color: #444;
	transform: translateY(-5px) translateZ(0);
	border-color: transparent;
	border-bottom-color: #444;
	border-radius: 0;
	background-color: transparent;
}


/* Breadcrumbs */
.elonissa_fn_breadcrumbs{
	width: 100%;
	float: left;
	clear: both;
}
.elonissa_fn_breadcrumbs ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.elonissa_fn_breadcrumbs .elonissa_fn_svg{
	width: 10px;
	height: 10px;
}
.elonissa_fn_breadcrumbs a,
.elonissa_fn_breadcrumbs span{
	font-size: 16px;
	color: #777;
}
.elonissa_fn_breadcrumbs a{
	color: #444;
}
.elonissa_fn_breadcrumbs li{
	margin: 0 5px 5px 0;
}



/* Search List */
.elonissa_fn_search_page .elonissa_fn_pagetitle .fn__title{
	font-size: 48px;
}
.elonissa_fn_searchlist{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.elonissa_fn_searchlist li{
	margin: 0;
	padding: 0;
}
.elonissa_fn_searchlist .has-post-thumbnail.item{
	min-height: 231px;
}
.elonissa_fn_searchlist li:nth-child(1) .item{
	padding-top: 0;
}
.elonissa_fn_searchlist .item{
	width: 100%;
	float: left;
	clear: both;
	display: flex;
	flex-direction: row;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.elonissa_fn_searchlist .img_wrap{
	width: 220px;
	min-width: 220px;
	margin-right: 30px;
	position: relative;
}
.elonissa_fn_searchlist .img_wrap span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.elonissa_fn_searchlist .img_wrap[data-has="0"]{display: none;}
.elonissa_fn_searchlist .post_title h3{
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 14px;
}
.elonissa_fn_searchlist .excerpt_holder p{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}
.elonissa_fn_searchlist .read_more a{
	text-decoration: none;
	float: left;
	display: block;
	font-size: 14px;
	letter-spacing: .25px;
	color: #444;
	text-transform: uppercase;
	padding-right: 24px;
	position: relative;
}
.elonissa_fn_searchlist .read_more a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 15px;
	height: 1px;
	background-color: #bbb;
}
.elonissa_fn_searchlist .title_holder{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3px 0 6px;
	width: 100%;
}
/* Search not found */
.elonissa_fn_search_not_found{
	width: 100%;
	float: left;
	clear: both;
	margin: 73px 0 80px;
}
.elonissa_fn_search_not_found .title_holder{
	max-width: 440px;
	text-align: center;
	margin: 0 auto;
}
.elonissa_fn_search_not_found .title_holder p{
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 500;
	color: #444;
	margin-bottom: 43px;
}
.elonissa_fn_search_not_found .search_holder{
	max-width: 840px;
	margin: 0 auto;
	position: relative;
}
.elonissa_fn_search_not_found input[type="text"]{
	background-color: #eee;
    border: none;
    width: 100%;
    height: 70px;
    padding-left: 30px !important;
    padding-right: 100px !important;
	font-size: 16px;
	border-radius: 2px 0 0 2px;
}
.elonissa_fn_search_not_found input[type="submit"]{
	width: 70px;
    height: 70px;
    background-color: transparent !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}
.elonissa_fn_search_not_found .search_holder span{
	display: block;
	position: absolute;
	width: 70px;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	background-color: #ff8237
}
.elonissa_fn_search_not_found .search_holder .elonissa_fn_svg{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}

/* 404 PAGE */
.elonissa_fn_404{
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 120px;
}
.elonissa_fn_404 .error_wrap{
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
.elonissa_fn_404 .fn__title{
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 300px;
	line-height: 1;
}
.elonissa_fn_404 .fn__heading{
	margin: 0;
	padding: 0;
	margin-top: -20px;
	font-weight: 500;
	font-size: 48px;
	letter-spacing: -0.1px;
	margin-bottom: 18px;
}
.elonissa_fn_404 .fn__desc{
	margin: 0;
	padding: 0;
	font-size: 24px;
	letter-spacing: -0.1px;
	margin-bottom: 53px;
}
.elonissa_fn_404 .search_holder{
	position: relative;
}
.elonissa_fn_404 input[type="text"]{
	background-color: #eee;
    border: none;
    width: 100%;
    height: 70px;
    padding-left: 30px !important;
    padding-right: 100px !important;
	font-size: 16px;
	border-radius: 2px 0 0 2px;
}
.elonissa_fn_404 input[type="submit"]{
	width: 70px;
    height: 70px;
    background-color: transparent !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}
.elonissa_fn_404 .search_holder span{
	display: block;
	position: absolute;
	width: 70px;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	background-color: #ff8237;
}
.elonissa_fn_404 .search_holder .elonissa_fn_svg{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
.elementor-widget-container>p>a{
	color: #ff8237;
}
/*------------------------------------------------------------------*/
/*	10) Mobile Menu
/*------------------------------------------------------------------*/
.elonissa_fn_mobilemenu_wrap{
	width: 100%;
	float: left;
	clear: both;
	display: none;
	overflow: hidden;
	position: relative;
	z-index: 55;
}
.elonissa_fn_mobilemenu_wrap .hamburger{
	opacity: 1;
}
.elonissa_fn_mobilemenu_wrap ul{
	list-style-type: none;
	margin: 0px;
}
.elonissa_fn_mobilemenu_wrap .logo_hamb{
	width: 100%;
	float: left;
	clear: both;
	padding: 20px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	
	box-sizing: border-box;
}
.elonissa_fn_mobilemenu_wrap .logo_hamb .in{
	width: 100%;
	display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
}
.elonissa_fn_mobilemenu_wrap .menu_logo a{
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.elonissa_fn_mobilemenu_wrap .menu_logo a img{
	max-width: 225px;
	max-width: 110px;
	max-height: 80px;
	width: auto;
	height: auto;
}
.elonissa_fn_mobilemenu_wrap .mobilemenu{
	width: 100%;
	float: left;
	clear: both;
	padding: 40px 20px 30px 20px;
	background-color: #0b0a0c;
	display: none;
	overflow: hidden;
	
	box-sizing: border-box;
}
.elonissa_fn_mobilemenu_wrap ul ul{
	margin: 20px 0px 10px 0px;
	list-style-type: none;
	margin-left: 20px;
	display: none;
	position: relative;
	overflow: hidden;
}
.elonissa_fn_mobilemenu_wrap ul a{
	text-decoration: none;
    color: #ccc;
    font-size: 18px;
    line-height: 30px;
    display: block;
    position: relative;
    font-weight: 500;
}
.elonissa_fn_mobilemenu_wrap ul a:focus,
.elonissa_fn_mobilemenu_wrap ul a:hover{
	color: #fff;
}
.elonissa_fn_mobilemenu_wrap ul a{
	text-transform: none;
}
.elonissa_fn_mobilemenu_wrap li{
	margin: 0px;
	position: relative;
	margin-bottom: 10px;
}
.elonissa_fn_mobilemenu_wrap button{
	outline: none;
	line-height: inherit;
	margin: 0;
	padding: 0;
	font-size: 0;
	letter-spacing: 0;
	font-weight: 100;
	cursor: pointer;
	background-color: transparent;
	width: 0px;
    height: 0px;
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-left-color: #eee;
    right: 1px;
    top: 50%;
	margin-top: -5px;
	transition: all .3s ease;
	transform-origin: left center;
}
.elonissa_fn_mobilemenu_wrap button:focus{
	border-left-color: #ff8237;
}
.elonissa_fn_mobilemenu_wrap .active.menu-item-has-children > a > button{
	transform: rotate(90deg);
	margin-top: -8px;
}
.elonissa_fn_mobilemenu_wrap .menu-item-has-children:focus > button,
.elonissa_fn_mobilemenu_wrap .menu-item-has-children:hover > button,
.elonissa_fn_mobilemenu_wrap .active.menu-item-has-children > button{
	border-left-color: #fff;
}
.elonissa_fn_mobilemenu_wrap .menu-item-has-children > a{
	padding-right: 20px;
}
.elonissa_fn_mobilemenu_wrap .active.menu-item-has-children > a{
	color: #fff;
}
.elonissa_fn_mobilemenu_wrap .menu_logo{
	margin-right: 20px;
}
/*------------------------------------------------------------------*/ 
/*	11) HAMBURGER MENU
/*------------------------------------------------------------------*/
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before{
    top: -8px;
}
.hamburger-inner::after{
    bottom: -10px;
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after{
    top: -16px;
	
	-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	   -moz-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	    -ms-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	     -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before{
	-webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	   -moz-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	    -ms-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	     -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner{
	-webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
	   -moz-transform: translate3d(0, -10px, 0) rotate(45deg);
	    -ms-transform: translate3d(0, -10px, 0) rotate(45deg);
	        transform: translate3d(0, -10px, 0) rotate(45deg);
	
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after{
    top: 0;
    opacity: 0;
	
	-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	   -moz-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	    -ms-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	     -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before{
    top: 0;
	
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	
	-webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	   -moz-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	    -ms-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	     -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger{
	padding: 0px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.hamburger-box{display: block;}

.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner{
	width: 30px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}



/* Protected */
.elonissa-fn-protected{
	width: 100%;
	float: left;
	clear: both;
	padding: 120px 0 120px;
}
.elonissa-fn-protected .message_holder{
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.elonissa-fn-protected .icon{
	margin-bottom: 23px;
	display: inline-block;
}
.elonissa-fn-protected .elonissa_fn_svg{
	width: 130px;
	height: 130px;
	color: #ff8237;
}
.elonissa-fn-protected h3{
	margin: 0;
	padding: 0;
	font-size: 48px;
	margin-bottom: 10px;
}
.elonissa-fn-protected p{
	margin: 0;
	padding: 0;
	font-size: 24px;
	letter-spacing: -0.1px;
	margin-bottom: 33px;
}
.elonissa-fn-protected form{
	display: flex;
	align-items: center;
	max-width: 500px;
	margin: 0 auto;
}
.elonissa-fn-protected input[type="password"]{
	border-radius: 3px;
	background-color: #eee;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	border: none;
	width: 100%;
	margin-right: 5px;
}
.elonissa-fn-protected input[type="submit"]{
	width: 100%;
	height: 44px;
	line-height: 44px;
}

/* Skip Link */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  	outline: 0;
}

/* Responsive */
@media(max-width: 1200px){
	.elonissa_fn_leftsidebar{width: 100%;padding-right: 0;max-width: 100%;margin-bottom: 0;}
	.elonissa_fn_rightsidebar{width: 100%;}
	.elonissa_fn_hassidebar{flex-direction: column;}
}
@media(max-width: 1040px){
	.elonissa_fn_header{display: none;}
	.elonissa_fn_mobilemenu_wrap{display: block;}
}
@media(max-width: 768px){
	.elonissa_fn_author_info{flex-direction: column;padding: 30px 20px;}
	.elonissa_fn_author_info .img_holder{
		width: 100%;
		margin-right: 0;
		height: 60vw;
	}
	.elonissa_fn_author_info .title_holder{
		min-height: inherit;
		padding-top: 30px;
	}
	.elonissa_fn_meta{
		flex-direction: column;
	}
	.elonissa_fn_meta .date_meta,
	.elonissa_fn_meta .author_name{
		width: 100%;
		max-width: 100%;
		justify-content: center;
	}
	.elonissa_fn_meta .date_meta{
		display: flex;
	}
	.elonissa_fn_meta > *{margin-bottom: 10px;}
	.elonissa_fn_meta > *:last-child{margin-bottom: 0px;}
	.elonissa_fn_meta .date_meta a{
		padding-left: 14px;
	}
	.elonissa_fn_meta .author_name a{
		padding-right: 14px;
	}
	.elonissa_fn_meta .author_name a:focus:after,
	.elonissa_fn_meta .author_name a:hover:after{
		background-color: #ff8237;
	}
	.elonissa_fn_meta .author_name a:after{
		content: '';
		position: absolute;
		top: 50%;
		margin-top: -2px;
		right: 0;
		width: 4px;
		height: 4px;
		background-color: #bbb;
		border-radius: 50%;
	}
	.elonissa_fn_meta .date_meta a:focus:after,
	.elonissa_fn_meta .date_meta a:hover:after{
		background-color: #ff8237;
	}
	.elonissa_fn_meta .date_meta a:after{
		content: '';
		position: absolute;
		top: 50%;
		margin-top: -2px;
		left: 0;
		width: 4px;
		height: 4px;
		background-color: #bbb;
		border-radius: 50%;
	}
	.elonissa_fn_meta{
		padding: 10px 0;
	}
	.elonissa_fn_footer .footer_instagram li{
		width: 25%;
	}
}
@media(max-width: 480px){
	.elonissa_fn_footer .footer_instagram li{width: 50%;}
}
.widget_search input[type=submit]{
	padding: 0;
}
.wp-block-search .wp-block-search__inside-wrapper{
	display: block;
}
.wp-block-search .wp-block-search__button{
	padding: 0;
}