@charset "utf-8";
/*
Theme Name: Rewall
Theme URI: https://frenify.com/project/rewall/
Description: Rewall – Personal WordPress Theme is for many purpose.
Text Domain: rewall
Author: frenify
Author URI: https://frenify.com/
Version: 1.0.6
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: frenify
	@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.
	
	01) Theme base
	02) Site Structure
	03) SIDEBAR (LEFT HEADER)
	04) MOBILE MENU
		4.1. HAMBURGER MENU
	05) Search Popup
	06) Page Title
	07) Posts List
	08) Sidebar Page
	09) Search box in search page
	10) WordPress Posts: Pagination
	11) 404 Page
	12) Protected Page/Post
	13) Blog Page
	14) Blog Single
		14.1. Tags
		14.2. Author Information
		14.3. Prev & Next Post
	15) Comments
	16) Magic Cursor
	17) Portfolio Page & Post
	18) Responsive
	
	
	
	
*/

/*------------------------------------------------------------------*/
/*	01) Theme base
/*------------------------------------------------------------------*/
:root{
	--bc: #444; 		/* Body color for all text */
	--hc: #000; 		/* Heading call for all h1,h2,h3,h4,h5,h6 if they don't have main color for background */
	--mc: #ffcc0d; 		/* Main color */
}
body{
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	line-height: 1.5555;
	letter-spacing: 0px;
	font-weight: 400;
	color: var(--bc);
	overflow: visible;
	
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
body:after{
	clear: both;
	display: table;
	content: '';
}
body, html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
html{
	height: auto;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Background Image */
.frenify-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%}
}
.elementor-page .full_content a{
	text-decoration: none;
}
.full_content a{
	text-decoration: underline;
}
.full_content a:hover{
	text-decoration: none;
}
.fn__svg{
	width: 20px;
	height: 20px;
	fill: currentcolor;
}
[class^="fn__"]{
	display: block;
}
.rewall_fn_hidden{
	height: 0;
	width: 0;
	position: absolute;
	z-index: -999;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Jost';
	font-weight: 500;
	letter-spacing: 0;
	color: var(--hc);
}
h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{
	color: var(--hc);
}
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: var(--hc);
}
a:focus {
    outline: 1px dashed;
	outline-offset: 2px;
}
button:focus {
	outline: 1px dashed;
	outline-offset: 2px;
}
a:active {
    outline: none;
}
.rewall_fn_breadcrumbs a,
[data-link="link"] .fn__text a,
.fn__link{
	color: var(--hc);
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(var(--mc), var(--mc));
    background-position: 0% 91%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    transition: background-size .5s;
	display: initial;
}
.rewall_fn_breadcrumbs a:hover,
[data-link="link"] .fn__text a:hover, /* Used for shortcode */
.fn__link:hover{
	color: var(--hc);
	background-size: 0% 2px;
	background-position: 100% 91%;
}
@media(max-width: 1040px){body{overflow: hidden;}}
.fn-container.narrow{
	max-width: 880px;
}
/*------------------------------------------------------------------*/
/*	02) Site Structure
/*------------------------------------------------------------------*/
.rewall_fn_wrapper_all,
.rewall_fn_wrapper_all *:before,
.rewall_fn_wrapper_all *:after,
.rewall_fn_wrapper_all *{
	box-sizing: border-box;
}
.rewall_fn_wrapper_all{
	width: 100%;
	float: left;
	clear: both;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}
.rewall_fn_wrapper_all:after{
	clear: both;
	display: table;
	content: '';
}
.rewall_fn_wrapper{
	width: 100%;
	float: left;
	clear: both;
}
/*------------------------------------------------------------------*/
/*	03) SIDEBAR (LEFT HEADER)
/*------------------------------------------------------------------*/
.sidebar-closed .rewall_fn_sidebar{
	transform: translateX(-100%);
}
.sidebar-closed .rewall_fn_sidebar .nav__extra{
	margin-left: 0;
}
.sidebar-closed .rewall_fn_sidebar .nav__button .fn__svg{
	transform: rotate(0);
}
.rewall_fn_sidebar{
	width: 380px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index:  20;
	background-color: #fff;
	padding: 95px 0px;
	transition: transform .5s ease;
}
.rewall_fn_sidebar .sidebar_in{
	min-width: 340px;
	max-width: 65%;
	width: 65%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}
.rewall_fn_sidebar .nav_line{
	top: 40px;
	bottom: 0;
	position: absolute;
	right: 0;
	width: 4px;
	overflow: hidden;
    cursor: e-resize;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rewall_fn_sidebar .nav_line:after{
	content: '';
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
}
.rewall_fn_sidebar .nav__extra{
	width: 40px;
	left: 100%;
	margin-left: -20px;
	position: absolute;
	display: block;
	z-index: 5;
	top: 0;
	transition: all .3s ease;
}
.rewall_fn_sidebar .nav__button{
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: block;
	background-color: #000;
	color: #fff;
	z-index: 5;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	margin-bottom: 2px;
}
.rewall_fn_sidebar .nav__search:focus,
.rewall_fn_sidebar .nav__button:focus{
	outline: 1px dashed #000;
}
.rewall_fn_sidebar .nav__search{
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: block;
	background-color: #000;
	color: #fff;
	z-index: 5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.rewall_fn_sidebar .nav__search .fn__svg{
	display: block;
	width: 18px;
	height: 18px;
	left: 50%;
	top: 50%;
	margin: -9px 0 0 -9px;
	position: absolute;
}
body.admin-bar .rewall_fn_sidebar .nav__extra{
	top: 32px;
}
body.admin-bar .rewall_fn_sidebar .nav_line{
	top: 72px;
}
.rewall_fn_sidebar .nav__button .width_indicator{
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
}
.sidebar-resize{
	cursor: e-resize;
}
.sidebar-resize .rewall_fn_sidebar .nav__button{
	width: 80px;
	margin-left: -40px;
}
.sidebar-resize .rewall_fn_sidebar .nav__button .icon{
	opacity: 0;
}
.sidebar-resize .rewall_fn_sidebar .nav__button .width_indicator{
	opacity: 1;
}
.rewall_fn_sidebar .nav__button .fn__svg{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	transform: rotate(180deg);
}
.rewall_fn_sidebar .logo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-bottom: 85px;
	-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;
}
.rewall_fn_sidebar .sidebar_in .site-title{
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 45px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Montserrat Alternates', sans-serif;
	border-bottom: 4px solid #000;
}
.rewall_fn_sidebar .sidebar_in .site-description{
	text-align: center;
	margin: 0;
	padding: 0;
	color: #777;
	margin-top: 9px;
}
.rewall_fn_sidebar .logo a{
	display: block;
	color: var(--hc);
}
.rewall_fn_sidebar .logo img{
	display: block;
	margin: 0 auto;
}
.rewall_fn_sidebar .navigation{
	overflow-y: scroll;
	max-height: 289px;
}
.rewall_fn_sidebar .navigation{
  	scrollbar-width: thin;
  	scrollbar-color: var(--mc);
}
.rewall_fn_sidebar .navigation::-webkit-scrollbar{
	width: 4px;
}
.rewall_fn_sidebar .navigation:-webkit-scrollbar-track{
	background: var(--mc)
}
.rewall_fn_sidebar .navigation::-webkit-scrollbar-thumb{
	background-color: var(--mc);
	border-radius: 15px;
}
.rewall_fn_sidebar .navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.rewall_fn_sidebar .sub-menu{
	display: none;
	overflow: hidden;
}
.rewall_fn_sidebar .navigation li{
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}
.rewall_fn_sidebar .navigation a{
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
	line-height: 25px;
	text-transform: uppercase;
	color: var(--hc);
	padding: 10px;
}
.rewall_fn_sidebar .navigation .current-menu-item > a,
.rewall_fn_sidebar .navigation .current_page_item > a{
	background-color: var(--hc);
	color: var(--mc);
}
.rewall_fn_sidebar .navigation .current-menu-item > a button,
.rewall_fn_sidebar .navigation .current_page_item > a button{
	border-left-color: transparent;
	border-top-color: var(--mc);
}
.rewall_fn_sidebar .navigation .active > a button{
	border-left-color: transparent;
	border-top-color: var(--mc);
}
.rewall_fn_sidebar .navigation button{
	margin: 0;
    padding: 0;
    outline: none;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: var(--hc);
    background-color: transparent !important;
    position: relative;
    left: 10px;
    top: -6px;
	cursor: pointer;
}
.rewall_fn_sidebar .navigation button:after{
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
}
.rewall_fn_sidebar .navigation button:hover{
	opacity: .7;
}
.rewall_fn_sidebar .navigation button:hover,
.rewall_fn_sidebar .navigation button:focus{
	outline: 1px dashed;
	outline-offset: 2px;
	border-left-color: var(--mc);
}
.rewall_fn_sidebar .copyright{
	padding-top: 85px;
	margin-top: 85px;
	position: relative;
}
.rewall_fn_sidebar .copyright:empty{
	padding-top: 0;
	min-height: 4px;
}
.rewall_fn_sidebar .copyright:after{
	left: -50px;
	top: 0;
	right: -50px;
	position: absolute;
	content: '';
	height: 4px;
	background-color: #000;
}
.rewall_fn_sidebar .social{
	margin-bottom: 10px;
}
.rewall_fn_sidebar .social ul{
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	margin-left: -10px;
	justify-content: center;
}
.rewall_fn_sidebar .social li{
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	margin-bottom: 10px;
}
.rewall_fn_sidebar .social a{
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #000;
	color: #0e090d;
	text-decoration: none;
	position: relative;
	text-align: center;
	line-height: 41px;
	font-size: 18px;
}
.rewall_fn_sidebar .social a:hover{
	border-color: var(--mc);
	color: var(--mc);
}
.rewall_fn_sidebar .social .fn__svg{
	width: 18px;
	height: 18px;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
	position: absolute;
	display: block;
}
.rewall_fn_sidebar .desc p{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 4px;
	color: #000;
}
.rewall_fn_sidebar .desc a{
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	font-weight: 600;
}
.rewall_fn_sidebar .desc a:hover{
	border-color: #000;
}
.sidebar-closed .rewall_fn_content{
	padding-left: 0 !important;
}
.sidebar-resize .rewall_fn_content{
	transition: none;
}
.rewall_fn_content{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	transition: padding .5s ease;
	padding-left: 380px;
}
/*------------------------------------------------------------------*/
/*	04) MOBILE MENU
/*------------------------------------------------------------------*/
.rewall_fn_mobilemenu_wrap{
	width: 100%;
	float: left;
	clear: both;
	display: none;
	overflow: hidden;
}
.rewall_fn_mobilemenu_wrap .ham_wrapper{
	color: #eee;
}
.rewall_fn_mobilemenu_wrap ul{
	list-style-type: none;
	margin: 0px;
}
.rewall_fn_mobilemenu_wrap .logo_hamb{
	width: 100%;
	float: left;
	clear: both;
	padding: 20px;
	background-color: #0f0f16;
}
.rewall_fn_mobilemenu_wrap .logo_hamb .in{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rewall_fn_mobilemenu_wrap .menu_logo a{
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.rewall_fn_mobilemenu_wrap .menu_logo img{
	max-width: 225px;
}
.rewall_fn_mobilemenu_wrap .menu_logo .site-title{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Montserrat Alternates', sans-serif;
    border-bottom: 2px solid #fff;
	color: #fff;
	display: inline;
}
.rewall_fn_mobilemenu_wrap .menu_logo .site-title a{
	color: #fff;
	display: inline-block;
}
.rewall_fn_mobilemenu_wrap .menu_logo .site-description{
    margin: 0;
    padding: 0;
    color: #eee;
    margin-top: 9px;
	font-size: 14px;
}
.rewall_fn_mobilemenu_wrap .mobilemenu{
	width: 100%;
	float: left;
	clear: both;
	padding: 40px 20px 30px 20px;
	background-color: #090909;
	display: none;
	border-top: 1px solid #333;
}
.rewall_fn_mobilemenu_wrap .vert_menu_list ul{
	margin: 20px 0px 10px 0px;
	list-style-type: none;
	margin-left: 20px;
	display: none;
	position: relative;
	overflow: hidden;
}
.rewall_fn_mobilemenu_wrap .vert_menu_list button{
	margin: 0;
    padding: 0;
    outline: none;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    background-color: transparent !important;
    position: relative;
    left: 10px;
    top: -6px;
    cursor: pointer;
}
.rewall_fn_mobilemenu_wrap .vert_menu_list .active > a button{
	border-left-color: transparent !important;
    border-top-color: var(--mc);
}
.rewall_fn_mobilemenu_wrap .vert_menu_list a{
	text-decoration: none;
	color: #ccc;
	font-size: 18px;
	line-height: 27px;
	display: block;
	position: relative;
}
.rewall_fn_mobilemenu_wrap .vert_menu_list a:hover{
	color: #fff;
}
.rewall_fn_mobilemenu_wrap .vert_menu_list ul a{
	text-transform: none;
}
.rewall_fn_mobilemenu_wrap .vert_menu_list li{
	margin: 0px;
	position: relative;
	margin-bottom: 10px;
}
.rewall_fn_mobilemenu_wrap .menu_logo{
	margin-right: 20px;
}
/*------------------------------------------------------------------*/ 
/*	4.1. 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{
	background-color: #ccc;
	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;
}
/*------------------------------------------------------------------*/
/*	05) Search Popup
/*------------------------------------------------------------------*/
body.open_search_popup .rewall_fn_searchpopup{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	z-index: 9999999999;
}
.rewall_fn_searchpopup,
.rewall_fn_searchpopup *{
	box-sizing: border-box;
}
.rewall_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;
}
.rewall_fn_searchpopup .fn-container{
	max-width: 880px;
}
.rewall_fn_searchpopup .search_box h3{
	text-align: center;
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.rewall_fn_searchpopup .search_box form{
	position: relative;
}
.rewall_fn_searchpopup .search_box input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #777;
}
.rewall_fn_searchpopup .search_box input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: #777;
}
.rewall_fn_searchpopup .search_box input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: #777;
}
.rewall_fn_searchpopup .search_box input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #777;
}
.rewall_fn_searchpopup .search_box input[type="text"]{
	width: 100%;
	min-width: 100%;
	padding: 0 120px 0 30px !important;
	height: 100px;
	line-height: 96px;
	background-color: transparent !important;
	border: 2px solid #000 !important;
	box-shadow: none !important;
	color: #000;
	font-size: 30px;
}
.rewall_fn_searchpopup .search_box input[type="submit"]{
	width: 100px !important;
	height: 86px !important;
	top: 7px;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer;
	background-color: transparent !important;
	position: absolute;
	right: 7px;
	z-index: 10;
}
.rewall_fn_searchpopup .search_box span{
	display: block;
	width: 100px !important;
	height: 86px !important;
	top: 7px;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer;
	background-color: var(--mc) !important;
	position: absolute;
	right: 7px;
	z-index: 5;
	color: #000;
}
.rewall_fn_searchpopup .search_box .fn__svg{
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
	position: absolute;
}
.rewall_fn_searchpopup .search_inner{
	width: 100%;
	padding: 100px 0;
}
.rewall_fn_searchpopup .search_closer{
	cursor: pointer;
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 20px;
	z-index: 5;
	top: 20px;
	color: #fff;

	background-color: #000;
	border: 2px solid #000;
	transition: all 300ms ease;
}
.rewall_fn_searchpopup .search_closer .fn__svg{
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	display: block;
}
.rewall_fn_searchpopup .search_closer.closed,
.rewall_fn_searchpopup .search_closer:focus,
.rewall_fn_searchpopup .search_closer:hover{
	background-color: transparent;
	color: #000;
}
.rewall_fn_searchpopup .search_closer:after{
	content: '';
	position: absolute;
	left: -30px;
	right: -30px;
	bottom: -30px;
	top: -30px;
}
/* Some experiments */
.rewall_fn_searchpopup{
	background-color: #222;
}
.rewall_fn_searchpopup .search_box h3{
	color: #eee;
}
.rewall_fn_searchpopup .search_box input[type="text"]{
	color: #eee;
	box-shadow: 0px 1px 2px var(--mc) !important;
	background-color: #1a1a1a !important;
	border-color: transparent !important;
	outline:none;
}
.rewall_fn_searchpopup .search_closer:after{
	left: -14px;
    right: -14px;
    bottom: -14px;
    background: #1a1a1a;
    top: -14px;
    box-shadow: 0px 1px 2px var(--mc);
    border-radius: 3px;
    z-index: -1;
}
.rewall_fn_searchpopup .search_closer .fn__svg{
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
}
.rewall_fn_searchpopup .search_box input[type="text"]:focus{
	box-shadow: 0px 3px 4px var(--mc) !important;
}
.rewall_fn_searchpopup .search_closer:focus,
.rewall_fn_searchpopup .search_closer:hover{
	color: #fff;
}
/*------------------------------------------------------------------*/
/*	06) Page Title
/*------------------------------------------------------------------*/
.rewall_fn_pagetitle{
	width: 100%;
}
.rewall_fn_pagetitle .title_holder{
	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;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 53px 0 38px;
	border-bottom: 4px solid #000;
}
.rewall_fn_pagetitle .fn__title{
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: 700;
}	
.rewall_fn_breadcrumbs{
	width: 100%;
	margin-top: 1px;
}
.rewall_fn_breadcrumbs 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: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -10px;
}
.rewall_fn_breadcrumbs span,
.rewall_fn_breadcrumbs a{
	color: var(--hc);
	display: inline-block;
	margin-left: 10px;
}
/*------------------------------------------------------------------*/
/*	07) Posts List
/*------------------------------------------------------------------*/
.rewall_fn_postlist{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.rewall_fn_postlist > li{
	margin: 0;
	padding: 0;
	margin-top: 70px;
	width: 100%;
	float: left;
	clear: both;
}
.rewall_fn_postlist .item_0{
	padding: 40px 50px 50px;
	width: 100%;
	background-color: #f2f2f2;
	position: relative;
}
.rewall_fn_postlist .item_0:after{
	content: '';
	position: absolute;
	left: 50px;
	right: 50px;
	height: 4px;
	background-color: #000;
	bottom: 0;
}
.rewall_fn_postlist .item_1{
	width: 100%;
	float: left;
	clear: both;
}
.rewall_fn_postlist .fn__desc{
	margin-bottom: 30px;
}
.rewall_fn_postlist .fn__desc a{
	text-decoration: underline;
}
.rewall_fn_postlist .fn__desc a:hover{
	text-decoration: none;
}
.rewall_fn_nosidebar .rewall_fn_postlist .item_1 .left_part{
	width: 50%;
}
.rewall_fn_nosidebar .rewall_fn_postlist .item_1 .right_part{
	width: 50%;
}
.rewall_fn_postlist .item_1 .left_part{
	width: 35%;
	float: left;
	padding-right: 50px;
}
.rewall_fn_postlist .item_1 .right_part{
	width: 65%;
	float: left;
}
.rewall_fn_postlist .left_part .img_holder{
	position: relative;
}
.rewall_fn_postlist .left_part .img_holder a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	color: #000;
}
.rewall_fn_postlist .left_part .abs_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.rewall_fn_postlist .left_part img{
	min-width: 100%;
	opacity: 0;
}
.rewall_fn_postlist .post_title h3{
	margin: 0;
	padding: 0;
	font-weight: 700;
	margin-bottom: 13px;
}
.rewall_fn_postlist .date{
	margin: 0;
	padding: 0;
	margin-bottom: 22px;
}
[data-link="button"] .fn__text,
.rewall_fn_read{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: flex-start;
}
[data-link="button"] .fn__text a,
.rewall_fn_read a{
	display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--hc);
    background-color: var(--mc);
    padding: 20px 40px;
    text-transform: uppercase;
    line-height: 26px;
    border: 2px solid var(--mc);
	max-width: 100%;
	text-align: center;
}
[data-link="button"] .fn__text a:hover,
.rewall_fn_read a:hover{
	background-color: transparent;
	border-color: var(--mc);
	color: var(--mc);
}
/*------------------------------------------------------------------*/
/*	08) Sidebar Page
/*------------------------------------------------------------------*/
.rewall_fn_hassidebar{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.rewall_fn_leftsidebar{
	width: 75%;
    max-width: calc(100% - 351px);
}
.rewall_fn_leftsidebar .sidebar_in{
	padding-right: 50px;
}
.rewall_fn_rightsidebar{
	width: 25%;
    min-width: 351px;
	padding-left: 50px;
	padding-top: 70px;
	padding-bottom: 70px;
	border-left: 1px solid #000;
}
.fn_single_content .rewall_fn_rightsidebar{
	padding-top: 0;
}
.fn-container .rewall_fn_leftsidebar .fn-container{
	max-width: 100%;
	margin: 0;
	padding: 0;
}
/*------------------------------------------------------------------*/
/*	09) Search box in search page
/*------------------------------------------------------------------*/
.rewall_fn_searchbox{
	width: 100%;
	background-color: #f3f3f3;
	padding: 65px 65px 70px;
}
.rewall_fn_searchbox p{
	margin: 0;
	padding: 0;
	color: var(--hc);
	text-align: center;
	margin-bottom: 22px;
}
.rewall_fn_searchbox .search_holder div{
	position: relative;
	width: 100%;
}
.rewall_fn_searchbox input[type="text"]{
	position: relative;
	width: 100%;
	border: 2px solid #000;
	padding: 0 80px 0 38px;
	line-height: 66px;
	background-color: transparent;
	border-radius: 0;
	height: 70px;
	font-size: 18px;
}
.rewall_fn_searchbox input[type="submit"]{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 70px;
	height: 56px;
	right: 7px;
	top: 7px;
	z-index: 2;
	display: block;
	background-color: transparent !important;
}
.rewall_fn_searchbox .search_holder span{
	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;
	width: 70px;
	height: 56px;
	z-index: 1;
	background-color: var(--mc);
	position: absolute;
	right: 7px;
	top: 7px;
	color: #000;
}
.rewall_fn_searchbox .search_holder .fn__svg{
	width: 18px;
	height: 18px;
	display: block;
}
.nothing_found{
	margin: 61px 0;
	font-weight: 400;
	line-height: 1.3333;
}
/*------------------------------------------------------------------*/
/*	10) WordPress Posts: Pagination
/*------------------------------------------------------------------*/
.fn-container .rewall_fn_pagination .fn-container{
	margin: 0;
	padding: 0;
	max-width: 100%;
}
.rewall_fn_pagination{
	width: 100%;
	float: left;
	clear: both;
	margin: 80px 0 75px;
}
.rewall_fn_pagination ul{
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -10px;
}
.rewall_fn_pagination li{
	margin: 5px 0 5px 10px;
}
.rewall_fn_pagination .current,
.rewall_fn_pagination a{
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.rewall_fn_pagination .current:after,
.rewall_fn_pagination a:after{
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid #000;
	box-sizing: border-box;
	transition: all .3s ease;
}
.rewall_fn_pagination .current{
	background-color: var(--mc);
	color: #000;
}
.rewall_fn_pagination .prev a{
	width: auto;
	padding: 0 14px 0 44px;
}
.rewall_fn_pagination .next a{
	width: auto;
	padding: 0 44px 0 14px;
}
.rewall_fn_pagination .arrow{
	position: absolute;
	width: 22px;
	height: 1px;
	background-color: #000;
	right: 13px;
	top: 50%;
	display: block;
	transform: translateZ(0);
	transition: all .3s ease;
}
.rewall_fn_pagination .prev .arrow{
	right: auto;
	left: 13px;
}
.rewall_fn_pagination .arrow:after,
.rewall_fn_pagination .arrow:before{
	content: '';
	width: 10px;
	height: 1px;
	background-color: #000;
	position: absolute;
	transition: all .3s ease;
	right: 0;
}
.rewall_fn_pagination .arrow:after{
	bottom: 3px;
	transform: rotate(35deg);
}
.rewall_fn_pagination .arrow:before{
	top: 3px;
	transform: rotate(-35deg);
}
.rewall_fn_pagination .prev .arrow:after,
.rewall_fn_pagination .prev .arrow:before{
	right: auto;
	left: 0;
}
.rewall_fn_pagination .prev .arrow:after{
	bottom: auto;
	top: 3px;
}
.rewall_fn_pagination .prev .arrow:before{
	top: auto;
	bottom: 3px;
}
.rewall_fn_pagination a:focus .arrow:after,
.rewall_fn_pagination a:focus .arrow:before,
.rewall_fn_pagination a:hover .arrow:after,
.rewall_fn_pagination a:hover .arrow:before{opacity: 0;}
.rewall_fn_pagination a:focus .arrow,
.rewall_fn_pagination a:hover .arrow{right: 0;}
.rewall_fn_pagination .prev a:focus .arrow,
.rewall_fn_pagination .prev a:hover .arrow{right: auto;left: 0;}
.rewall_fn_pagination a:focus:after,
.rewall_fn_pagination a:hover:after{
	border-color: var(--mc);
}

/* Paginated Post */
.rewall_fn_pagelinks{
	width: 100%;
	margin-top: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
}

.rewall_fn_pagelinks .title{
	margin-right: 13px;
	font-size: 14px;
	color: var(--hc);
	margin-bottom: 5px;
}
.rewall_fn_pagelinks .current,
.rewall_fn_pagelinks a{
	width: 32px;
	height: 32px;
	display: block;
	line-height: 28px;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	text-align: center;
	border: 2px solid #000;
	margin: 0px 5px 5px 0;
}
.rewall_fn_pagelinks a:hover{
	border-color: var(--mc);
	color: var(--mc);
}
.rewall_fn_pagelinks .current{
	background-color: var(--mc);
	border-color: var(--mc);
}
/*------------------------------------------------------------------*/
/*	11) 404 Page
/*------------------------------------------------------------------*/
.rewall_fn_404{
	padding: 100px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.rewall_fn_404 .fn-container{
	max-width: 780px;
}
.rewall_fn_404 .title_holder{
	text-align: center;
}
.rewall_fn_404 .fn__title{
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 300px;
	font-size: calc(60px + 12.5vw);
	line-height: 1;
	margin-bottom: 13px;
}
.rewall_fn_404 .fn__heading{
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 48px;
	font-size: calc(30px + 0.94vw);
	line-height: 1;
	margin-bottom: 22px;
}
.rewall_fn_404 .fn__desc{
	margin: 0 auto;
	max-width: 600px;
	padding: 0;
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 50px;
	color: var(--hc);
}
.rewall_fn_404 form{
	position: relative;
}
.rewall_fn_404 input[type="text"]{
	position: relative;
    width: 100%;
    border: 2px solid #000;
    padding: 0 80px 0 38px;
    line-height: 66px;
    background-color: transparent;
    border-radius: 0;
    height: 70px;
    font-size: 18px;
}
.rewall_fn_404 input[type="submit"]{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 70px;
	height: 56px;
	right: 7px;
	top: 7px;
	z-index: 2;
	display: block;
	background-color: transparent !important;
}
.rewall_fn_404 form span{
	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;
	width: 70px;
	height: 56px;
	z-index: 1;
	background-color: var(--mc);
	position: absolute;
	right: 7px;
	top: 7px;
	color: #000;
}
/*------------------------------------------------------------------*/
/*	12) Protected Page/Post
/*------------------------------------------------------------------*/
.rewall-fn-protected{
	width: 100%;
	min-height: 100vh;
	padding: 100px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.container-custom{
	width: 100%;
}
.rewall-fn-protected .fn-container{
	max-width: 780px;
}
.rewall-fn-protected .message_holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
}
.rewall-fn-protected .icon{
	width: 160px;
	height: 160px;
	display: block;
	border-radius: 50%;
	background-color: var(--mc);
	position: relative;
	margin-bottom: 24px;
}
.rewall-fn-protected .icon .fn__svg{
	width: 80px;
	height: 80px;
	display: block;
	color: var(--hc);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
}
.rewall-fn-protected h3{
	margin: 0;
	padding: 0;
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 1px;
}
.rewall-fn-protected p{
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 400;
	color: var(--hc);
	margin-bottom: 30px;
}
.rewall-fn-protected form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}
.rewall-fn-protected input[type="password"]{
	height: 44px;
	line-height: 40px;
	border: 2px solid #000;
	text-align: center;
	margin-right: 5px;
	font-size: 24px;
}
.rewall-fn-protected input[type="submit"]{
	height: 44px;
	line-height: 44px;
	text-align: center;
	padding: 0 30px;
	background-color: var(--mc);
	color: var(--hc);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
}
/*------------------------------------------------------------------*/
/*	13) Blog Page
/*------------------------------------------------------------------*/
.rewall_fn_blog_content[data-content="0"]{
	display: none;
}
.rewall_fn_blog_content[data-content="1"]{
	display: block;
	padding-top: 60px;
}
.elementor .rewall_fn_blog_content[data-content="1"]{
	padding-top: 0;
}
.elementor .rewall_fn_blog_content .fn-container{
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.rewall_fn_full_page_in{
	margin: 70px 0;
}
.elementor-page .rewall_fn_full_page_in{
	margin: 0;
}
.blog_content a{
	text-decoration: underline;
}
.blog_content a:hover{
	text-decoration: none;
}
/*------------------------------------------------------------------*/
/*	14) Blog Single
/*------------------------------------------------------------------*/
.single_header{
	width: 100%;
	float: left;
	clear: both;
	padding-top: 141px;
}
.single_header .fn__title{
	margin: 0;
	padding: 0;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
}
.single_meta{
	display: block;
	padding-bottom: 68px;
	text-align: center;
}
.single_meta > *{display: inline;}
.single_meta > *:after{
	content: '/';
	margin: 0 7px;
}
.single_meta > *:last-child:after{
	content: none;
}
.fn_post_image{
	display: none;
}
.fn_post_image[data-image="1"]{
	display: block;
	margin-bottom: 70px;
	text-align: center;
}
/*------------------------------------------------------------------*/
/*	14.1. Tags
/*------------------------------------------------------------------*/
.rewall_fn_tags{
	width: 100%;
	float: left;
	clear: both;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}
.rewall_fn_tags label{
	line-height: 32px;
	margin-right: 13px;
	font-size: 14px;
	color: var(--hc);
	margin-bottom: 5px;
}
.rewall_fn_tags a{
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px solid #000;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	line-height: 28px;
	padding: 0 10px;
}
.rewall_fn_tags a:hover{
	border-color: var(--mc);
	color: var(--mc);
}
/*------------------------------------------------------------------*/
/*	14.2. Author Information
/*------------------------------------------------------------------*/
.rewall_fn_author_info{
	width: 100%;
	float: left;
	clear: both;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
	padding: 40px;
    background-color: var(--mc);
}
.rewall_fn_author_info p{
	margin: 0;
	padding: 0;
	margin-bottom: 19px;
	color: var(--hc);
}
.rewall_fn_author_info h3{
	margin: 0;
	padding: 0;
	margin-bottom: 17px;
	font-weight: 600;
}
.rewall_fn_author_info .title_holder{
	width: 100%;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	min-height: 200px;
	justify-content: center;
}
.rewall_fn_author_info .img_holder{
	width: 200px;
	min-width: 200px;
	height: 200px;
	position: relative;
	margin-right: 40px;
	overflow: hidden;
	border: 5px solid rgba(0,0,0,0.1);
}
.rewall_fn_author_info .img_holder .abs_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.rewall_fn_author_info .author_bottom ul{
	margin: -10px 0 0 -10px;
	padding: 0;
	list-style-type: none;
}
.rewall_fn_author_info .author_bottom ul li{
	margin: 10px 0 0px 10px;
	float: left;
	padding: 0;
	transform: translateZ(0);
}
.rewall_fn_author_info .author_bottom ul li a{
	display: block;
	width: 50px;
	height: 50px;
	color: #000;
	position: relative;
	font-size: 20px;
	line-height: 46px;
	text-align: center;
	overflow: hidden;
	transform: translateZ(0);
	border: 2px solid #000;
}
.rewall_fn_author_info .author_bottom ul li a:focus,
.rewall_fn_author_info .author_bottom ul li a:hover{
	transform: translateY(-5px) translateZ(0);
}
@media(max-width: 768px){
	.rewall_fn_author_info{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.rewall_fn_author_info .title_holder{
		min-height: inherit;
		margin: 40px 0;
	}
	.rewall_fn_author_info .img_holder{
		margin-right: 0;
	}
}
.blog_info{
	padding-top: 65px;
	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;
}
.blog_info .fn-container > *{
	margin-bottom: 65px;
}
.blog_info .fn-container > *:last-child{
	margin-bottom: 0;
}
/*------------------------------------------------------------------*/
/*	14.3. Prev & Next Post
/*------------------------------------------------------------------*/
.rewall_fn_prevnext{
	width: 100%;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	margin-top: 70px;
}
.rewall_fn_prevnext .n_post p{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 7px;
	text-transform: uppercase;
	transition: all .3s ease;
}
.rewall_fn_prevnext .n_post h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	transition: all .3s ease;
}
.rewall_fn_prevnext .n_post a{
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 25;
}
.rewall_fn_prevnext .n_post a:focus{
	outline-offset: 4px;
}
.rewall_fn_prevnext .n_post .fn__svg{
	position: absolute;
	width: 21px;
	height: 21px;
	top: 50%;
	margin-top: -10px;
	transition: all .3s ease;
}
.rewall_fn_prevnext .prev_post .fn__svg{
	right: 100%;
	margin-right: 30px;
	transform: rotate(180deg) translateZ(0);
}
.rewall_fn_prevnext .next_post .fn__svg{
	left: 100%;
	margin-left: 30px;
}

/* Alpha */
.rewall_fn_prevnext .prevnext_inner{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	position: relative;
}
.rewall_fn_prevnext .n_post{
	width: 50%;
	height: 120px;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	transition: all .3s ease;
	position: relative;
	transform: translateZ(0);
}
.rewall_fn_prevnext .n_post:before{
	position: absolute;
	content: '';
	z-index: -2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.rewall_fn_prevnext .prev_post{
	padding: 0 20px 0px 100px;
}
.rewall_fn_prevnext .next_post{
	padding: 0 100px 0px 20px;
	text-align: right;
}
.rewall_fn_prevnext .n_post p,
.rewall_fn_prevnext .n_post h3,
.rewall_fn_prevnext .n_post .fn__svg{
	color: #000;
}
.rewall_fn_prevnext .n_post_in{
	width: 100%;
	position: relative;
}
.rewall_fn_prevnext[data-alpha-animation="1"] .n_post:after{
	position: absolute;
	content: '';
	background-color: var(--mc);
	z-index: -1;
	transition: all .5s cubic-bezier(0, 0, 0.2, 1);
}
.rewall_fn_prevnext[data-alpha-animation="1"] .prev_post:after{
	left: 100%;
	top: 0;
	bottom: 0;
	right: 0;
}
.rewall_fn_prevnext[data-alpha-animation="1"] .next_post:after{
	right: 100%;
	top: 0;
	bottom: 0;
	left: 0;
}
.rewall_fn_prevnext[data-alpha-animation="1"] .next_post:hover:after{
	right: 0;
}
.rewall_fn_prevnext[data-alpha-animation="1"] .prev_post:hover:after{
	left: 0;
}
.rewall_fn_prevnext[data-alpha-animation="1"] .n_post.prev_post:hover .fn__svg{margin-right: 40px;transition: all .3s .2s ease;}
.rewall_fn_prevnext[data-alpha-animation="1"] .n_post.next_post:hover .fn__svg{margin-left: 40px;transition: all .3s .2s ease;}

.rewall_fn_prevnext[data-alpha-animation="2"] .abs_img{
	width: 50px;
	height: 50px;
	opacity: 0;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	transition: all .3s ease;
	top: 50%;
}

.rewall_fn_prevnext[data-alpha-animation="2"] .prev_post .abs_img{
	right: 100%;
	margin-right: 30px;
	transform: translateY(-50%) translateZ(0) translateX(-10px);
}
.rewall_fn_prevnext[data-alpha-animation="2"] .next_post .abs_img{
	left: 100%;
	margin-left: 30px;
	transform: translateY(-50%) translateZ(0) translateX(10px);
}
.rewall_fn_prevnext[data-alpha-animation="2"] .n_post:hover .abs_img{
	width: 50px;
	height: 50px;
	opacity: 1;
	transition: all .3s .15s ease;
	transform: translateY(-50%) translateZ(0) translateX(0px);
}
.rewall_fn_prevnext[data-alpha-animation="2"] .next_post:hover .fn__svg{
	opacity: 0;
	margin-left: 45px;
}
.rewall_fn_prevnext[data-alpha-animation="2"] .prev_post:hover .fn__svg{
	opacity: 0;
	margin-right: 45px;
}
.rewall_fn_prevnext[data-alpha-animation="3"] .abs_img{
	width: 160px;
	top: 0;
	bottom: 0;
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	transition: all .3s ease;
}
.rewall_fn_prevnext[data-alpha-animation="3"] .abs_img[data-fn-bg-img=""]{
	background-color: #000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.rewall_fn_prevnext[data-alpha-animation="3"] .abs_img[data-fn-bg-img=""]:after{
	content: attr(data-alt);
}
.rewall_fn_prevnext[data-alpha-animation="3"] .prev_post .abs_img{
	left: 0;
	transform: translateX(-80%);
}
.rewall_fn_prevnext[data-alpha-animation="3"] .next_post .abs_img{
	right: 0;
	transform: translateX(80%);
}
.rewall_fn_prevnext[data-alpha-animation="3"] .n_post:hover .abs_img{
	opacity: 1;
	transition: all .5s .15s ease;
	transform: translateX(0%);
}
.rewall_fn_prevnext[data-alpha-animation="3"] .next_post:hover .fn__svg{
	opacity: 0;
	margin-left: 45px;
}
.rewall_fn_prevnext[data-alpha-animation="3"] .prev_post:hover .fn__svg{
	opacity: 0;
	margin-right: 45px;
}
.rewall_fn_prevnext[data-alpha-animation="3"] .prev_post:hover .n_post_in{
	transition: all .5s ease;
	transform: translateX(90px);
}
.rewall_fn_prevnext .n_post_in{
	transition: all .3s ease;
}
.rewall_fn_prevnext[data-alpha-animation="3"] .next_post:hover .n_post_in{
	transform: translateX(-90px);
	transition: all .5s ease;
}

.rewall_fn_prevnext[data-switch="prev"] .next_post *,
.rewall_fn_prevnext[data-switch="next"] .prev_post *,
.rewall_fn_prevnext[data-switch="no"]{display: none !important;}

@media(max-width: 768px){
	.rewall_fn_prevnext .prevnext_inner{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.rewall_fn_prevnext .n_post{width: 100%;}
}
/*------------------------------------------------------------------*/
/*	15) Comments
/*------------------------------------------------------------------*/
.rewall_fn_comment_wrapper{
	background-color: #f2f2f2;
	padding-top: 100px;
	padding-bottom: 150px;
	width: 100%;
	float: left;
	clear: both;
}
.rewall_fn_comment h3.comment-title-count{
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	font-size: 18px;
    font-weight: 500;
	text-transform: uppercase;
	color: #888;
}
.rewall_fn_comment ul.children:after,
.rewall_fn_comment ul.commentlist:after{
	clear: both;
	display: table;
	content: '';
}
.rewall_fn_comment ul.children,
.rewall_fn_comment ul.commentlist{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.rewall_fn_comment ul.children{
	padding-left: 20px;
}
.rewall_fn_comment li.comment{
	margin: 0;
	padding: 30px 0 0 0;
	width: 100%;
	float: left;
	clear: both;
}
.rewall_fn_comment li.comment .comment-respond{
	-webkit-animation: rewall-slide-down 1s ease;
    -moz-animation: rewall-slide-down 1s ease;
}
@-webkit-keyframes rewall-slide-down {
      0% { opacity: 0; transform: translateY(20px) translateZ(0);}   
    100% { opacity: 1; transform: translateY(0px) translateZ(0);}
}
@-moz-keyframes rewall-slide-down {
      0% { opacity: 0;  transform: translateY(20px) translateZ(0);}   
    100% { opacity: 1; transform: translateY(0px) translateZ(0);}
}
.rewall_fn_comment .author_rating{
	width: 100%;
	float: left;
	clear: both;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
}
.rewall_fn_comment .author_rating h4.author{
	padding-right: 35px;
	position: relative;
}
.rewall_fn_comment .author_rating h4.author:after{
	content: '';
	position: absolute;
	width: 16px;
	height: 1px;
	background-color: #bbb;
	right: 10px;
	top: 50%;
	margin-top: -1px;
}
.rewall_fn_comment .fn_rating{
	width: auto;
	float: left;
	margin-bottom: 13px;
}
.rewall_fn_comment .fn_rating_item{
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 4px;
	position: relative;
	color: #ffba00;
}
.rewall_fn_comment .fn_rating_item .fn__svg{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
}
.rewall_fn_comment .comment-body{
	padding-left: 110px;
	position: relative;
}
.rewall_fn_comment .comment-avatar{
	position: absolute;
	width: 80px;
	height: 80px;
	display: block;
	top: 0;
	left: 0;
}
.rewall_fn_comment .comment-avatar img{
	border-radius: 50%;
}
.rewall_fn_comment h4.author{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 5px;
}
.rewall_fn_comment h4.author a{
	line-height: 1;
	text-decoration: none;
	font-style: normal;
}
.rewall_fn_comment .edit-link{
	margin-left: 10px;
}
.rewall_fn_comment p.time{
	margin: 0;
	padding: 0;
	color: #888;
    font-size: 14px;
}
.rewall_fn_comment .comment-data{
	padding-bottom: 31px;
	padding-top: 10px;
}
.rewall_fn_comment .comment-text{
	padding-bottom: 25px;
	border-bottom: 1px solid #dcdcdc;
}
.rewall_fn_comment .comment-text a{
	text-decoration: underline;
	color: var(--mc);
}
.rewall_fn_comment .comment-text a:focus,
.rewall_fn_comment .comment-text a:hover{
	text-decoration: none;
}
.rewall_fn_comment .comment-text p{
	margin: 0;
	padding: 0;
	margin-bottom: 33px;
	letter-spacing: 0;
}
.rewall_fn_comment .fn_reply{
	display: block;
}
.rewall_fn_comment .fn_reply:after{
	clear: both;
	display: table;
	content: '';
}
.rewall_fn_comment .fn_reply .comment-reply{
	display: block;
	float: left;
	position: relative;
	margin: 0 5px 5px 0;
}
.rewall_fn_comment .fn_reply .comment-reply a{
	margin: 0;
}
.rewall_fn_comment .fn_reply .fn__svg{
	position: absolute;
	left: 10px;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	color: #fff;
}
.rewall_fn_comment .fn_reply a{
	font-size: 14px;
    color: #000;
    text-decoration: none;
    line-height: 22px;
    padding: 0 10px;
    display: inline-block;
    text-transform: capitalize;
    height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 1px 5px 0;
	border: 2px solid #222;
}
.rewall_fn_comment .fn_reply a:focus{
	outline: thin dotted #333;
}
.rewall_fn_comment .commment-text-wrap{
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding-left: 110px;
}
.rewall_fn_comment p.logged-in-as{
	margin-bottom: 32px;
	width: 100%;
	float: left;

	clear: both;
	margin-top: -7px;
}
.rewall_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;
}
.rewall_fn_comment h3.comment-reply-title .comment-title{
	display: block;
    float: left;
    margin: 0 10px 10px 0;
    line-height: 28px;
	color: #888;
}
.rewall_fn_comment .comment-respond{
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
	transform: translateZ(0);
}
.rewall_fn_comment .input-holder{
	margin-bottom: 10px;
}
.rewall_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: #ddd;
    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);
}
.rewall_fn_comment .input-holder textarea{
	max-width: 100%;
	padding: 14px 20px 14px 20px;
	display: block;
	width: 100%;
    background-color: #ddd;
    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);
}
.rewall_fn_comment .input-holder input:focus,
.rewall_fn_comment .input-holder textarea:focus{
	outline: thin dotted #333;
}
.rewall_fn_comment input[type=submit]{
	max-width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
    display: inline-block;
	padding: 0 40px;
	background-color: var(--mc);
	line-height: 70px;
	height: 70px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.rewall_fn_comment p.logged-in-as{
    color: var(--mc);
	font-weight: 400;
    font-size: 16px;
}
.rewall_fn_comment p.logged-in-as a{
	margin: 0;
    padding: 0;
    color: var(--mc);
    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;
}
.rewall_fn_comment p.form-submit{
	margin: 0;
	padding: 0;
	margin-top: 20px;
	width: 100%;
	float: left;
	clear: both;
}
.rewall_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 input:focus ~ span{
    outline: thin dotted;
	background-color: antiquewhite;
}
.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;
}

/* 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);
}
.rewall_fn_comment p.comment-form-cookies-consent:after{
	clear: both;
	display: table;
	content: '';
}
.rewall_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;
}
.rewall_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;
}
.rewall_fn_comment{
	padding: 0;
	box-shadow: none;
	background-color: transparent;
}
.rewall_fn_comment .comment-body{
	padding: 0;
}
.rewall_fn_comment .comment-avatar{
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
}
.rewall_fn_comment .comment-data{
	min-height: 80px;
	padding: 0;
	margin-bottom: 20px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.rewall_fn_comment .comment-respond{
	margin-top: 100px;
}
.rewall_fn_comment ul.children li{
	padding-top:10px;
}
/*------------------------------------------------------------------*/
/*	16) 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);
}
.cursor-link{
    width: 30px;
    height: 30px;
	margin-left: -15px;
    margin-top: -15px;
    border: 2px solid rgba(0,0,0,.5);
    z-index: 10000000;
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out;
}
.cursor-outer{
    z-index: 10000000;
    -webkit-transition: transform .08s ease-out, opacity 1s ease;
    transition: transform .08s ease-out, opacity 1s ease;
}
.cursor-outer .fn-cursor{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,.5);
}
.cursor-inner .fn-cursor{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
	background-color: rgba(0,0,0,.5);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.cursor-outer.cursor-slider,
.cursor-outer.cursor-hover{
	opacity: 0;
    -webkit-transition: transform .08s ease-out, opacity .2s ease;
    transition: transform .08s ease-out, opacity .2s ease;
}
.cursor-inner{
    z-index: 10000001;
}
.cursor-inner.cursor-hover .fn-cursor{
	margin: -40px 0 0 -40px;
	width: 80px;
	height: 80px;
	background-color: rgba(0,0,0,.1);
}

.cursor-inner.cursor-slider:not(.cursor-hover) .fn-cursor{
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: 5px solid rgba(0,0,0,.5);
}
.cursor-inner.cursor-slider.cursor-hover span:after,
.cursor-inner.cursor-slider.cursor-hover span:before{
	background-color: #fff;
}
.cursor-inner.cursor-slider .fn-left,
.cursor-inner.cursor-slider .fn-right{
	opacity: 1;
	visibility: visible;
}
.cursor-inner.cursor-slider .fn-left:after{left: -26px;}
.cursor-inner.cursor-slider .fn-left:before{left: -26px;}
.cursor-inner.cursor-slider .fn-left:after{right: -26px;}
.cursor-inner.cursor-slider .fn-left:before{right: -26px;}

.cursor-inner .fn-left,
.cursor-inner .fn-right{
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.cursor-inner .fn-left:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(50deg);
	left: -20px;
	top: 50%;
	margin-top: -10px;
	background-color: rgba(0,0,0,.5);
	transition: all .3s ease;
}
.cursor-inner .fn-left:before{
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(130deg);
	left: -20px;
	top: 50%;
	margin-top: -2px;
	background-color: rgba(0,0,0,.5);
	transition: all .3s ease;
}
.cursor-inner .fn-right:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(50deg);
	right: -20px;
	top: 50%;
	margin-top: -2px;
	background-color: rgba(0,0,0,.5);
	transition: all .3s ease;
}
.cursor-inner .fn-right:before{
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	transform: rotate(130deg);
	right: -20px;
	top: 50%;
	margin-top: -10px;
	background-color: rgba(0,0,0,.5);
	transition: all .3s ease;
}
/*------------------------------------------------------------------*/
/*	17) Portfolio Page & Post
/*------------------------------------------------------------------*/
.fn_cs_portfolio_list{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_portfolio_list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: -60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
}
.fn_cs_portfolio_list li{
	margin: 0;
	padding: 0;
	width: 50%;
	padding-left: 60px;
	margin-bottom: 95px;
}
.fn_cs_portfolio_list .item{
	display: flex;
	flex-direction: column-reverse;
}
.fn_cs_portfolio_list li:nth-of-type(2n) .item{
	flex-direction: column;
}
.fn_cs_portfolio_list li:nth-of-type(2n) .title_holder{
	margin-bottom: 0;
	margin-top: 34px;
}
.fn_cs_portfolio_list .img_holder img{
	opacity: 0;
	min-width: 100%;
}
.fn_cs_portfolio_list .img_holder a{
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fn_cs_portfolio_list .img_holder{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.fn_cs_portfolio_list .abs_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 1s ease;
	transform: scale(1.2);
}
.fn_cs_portfolio_list .img_holder:hover .abs_img{
	transform: scale(1);
}
.fn_cs_portfolio_list .title_holder{
	text-align: center;
}
.fn_cs_portfolio_list .title_holder h3{
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
.fn_cs_portfolio_list .title_holder h3 a{
	text-decoration: none;
	font-weight: 600;
	color: #000;
	position: relative;
}
.fn_cs_portfolio_list .title_holder p{
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.fn_cs_portfolio_list .title_holder{
	margin-bottom: 33px;
}
.portfolio_list .fn-container .fn_cs_portfolio_list .fn-container{
	max-width: 100%;
	padding: 0;
	margin: 0;
}
/*------------------------------------------------------------------*/
/*	18) Responsive
/*------------------------------------------------------------------*/
@media(max-width: 1400px){
	
	.fn_cs_portfolio_list ul{margin-left: -40px;}
	.fn_cs_portfolio_list li{padding-left: 40px;margin-bottom: 35px;}
	.rewall_fn_postlist .item_1 .left_part{padding-right: 20px;}
	.rewall_fn_postlist .item_1 .right_part{padding-left: 20px;}
}
@media(max-width: 1100px){
	.rewall_fn_sidebar{display: none;}
	.rewall_fn_content{padding-left: 0!important;}
	.rewall_fn_mobilemenu_wrap{display: block;}
	.rewall_fn_content{padding-left: 0 !important;}
	.rewall_fn_postlist .item_1 .left_part{width: 30%;padding-right: 0;}
	.rewall_fn_postlist .item_1 .right_part{width: 70%;padding-top: 0;}
	.rewall_fn_hassidebar{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.rewall_fn_rightsidebar{width: 100%;max-width: 100%;min-width: 100%;padding-left: 0;border-left:none;}
	.rewall_fn_leftsidebar .sidebar_in{padding-right: 0;}
	.rewall_fn_leftsidebar{width: 100%;max-width: 100%;}
	.rewall_fn_postlist .item_0{padding: 25px 30px 30px;}
	[data-link="button"] .fn__text a,
	.rewall_fn_read a{padding: 15px 30px;}
	.rewall_fn_postlist .item_0:after{left: 30px;right: 30px;}
}
@media(max-width: 768px){
	.rewall_fn_nosidebar .rewall_fn_postlist .item_1 .right_part,
	.rewall_fn_postlist .item_1 .right_part{width: 100%;padding-left: 0;}
	.rewall_fn_nosidebar .rewall_fn_postlist .item_1 .left_part,
	.rewall_fn_postlist .item_1 .left_part{width: 100%;margin-bottom: 30px;}
	.fn_cs_portfolio_list li{width: 100%;}
	.fn_cs_portfolio_list li:nth-of-type(2n) .item{flex-direction: column;}
	.fn_cs_portfolio_list li:nth-of-type(2n) .title_holder{margin-top: 0;margin-bottom: 33px;}
}
@media(max-width: 480px){
	[data-link="button"] .fn__text a,
	.rewall_fn_read a{width: 100%;}
}