/*
	Theme Name: ageless
	Description: AgeLess Magazine Theme
	Version: 1.4.3
	Author:       Nir Avni
	Tags: Blank, HTML5, CSS3

*/

/*------------------------------------*\
    FONTS
\*------------------------------------*/

@font-face {
	font-family: 'Open Sans Hebrew';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(fonts/OpenSansHebrew-LightItalic.eot);
	src: url(fonts/OpenSansHebrew-LightItalic.eot?#iefix) format('embedded-opentype'),
		 url(fonts/OpenSansHebrew-LightItalic.woff2) format('woff2'),
		 url(fonts/OpenSansHebrew-LightItalic.woff) format('woff'),
		 url(fonts/OpenSansHebrew-LightItalic.ttf) format('truetype');
  }
  @font-face {
	font-family: 'Open Sans Hebrew';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(fonts/OpenSansHebrew-Light.eot);
	src: url(fonts/OpenSansHebrew-Light.eot?#iefix) format('embedded-opentype'),
		 url(fonts/OpenSansHebrew-Light.woff2) format('woff2'),
		 url(fonts/OpenSansHebrew-Light.woff) format('woff'),
		 url(fonts/OpenSansHebrew-Light.ttf) format('truetype');
  }
  @font-face {
	font-family: 'Open Sans Hebrew';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(fonts/OpenSansHebrew-Italic.eot);
	src: url(fonts/OpenSansHebrew-Italic.eot?#iefix) format('embedded-opentype'),
		 url(fonts/OpenSansHebrew-Italic.woff2) format('woff2'),
		 url(fonts/OpenSansHebrew-Italic.woff) format('woff'),
		 url(fonts/OpenSansHebrew-Italic.ttf) format('truetype');
  }
  @font-face {
	font-family: 'Open Sans Hebrew';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(fonts/OpenSansHebrew-Regular.eot);
	src: url(fonts/OpenSansHebrew-Regular.eot?#iefix) format('embedded-opentype'),
		 url(fonts/OpenSansHebrew-Regular.woff2) format('woff2'),
		 url(fonts/OpenSansHebrew-Regular.woff) format('woff'),
		 url(fonts/OpenSansHebrew-Regular.ttf) format('truetype');
  }
  @font-face {
	font-family: 'Open Sans Hebrew';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(fonts/OpenSansHebrew-BoldItalic.eot);
	src: url(fonts/OpenSansHebrew-BoldItalic.eot?#iefix) format('embedded-opentype'),
		 url(fonts/OpenSansHebrew-BoldItalic.woff2) format('woff2'),
		 url(fonts/OpenSansHebrew-BoldItalic.woff) format('woff'),
		 url(fonts/OpenSansHebrew-BoldItalic.ttf) format('truetype');
  }
  @font-face {
	font-family: 'Open Sans Hebrew';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(fonts/OpenSansHebrew-Bold.eot);
	src: url(fonts/OpenSansHebrew-Bold.eot?#iefix) format('embedded-opentype'),
		 url(fonts/OpenSansHebrew-Bold.woff2) format('woff2'),
		 url(fonts/OpenSansHebrew-Bold.woff) format('woff'),
		 url(fonts/OpenSansHebrew-Bold.ttf) format('truetype');
  }

  @font-face {
	font-family: 'Open Sans Hebrew';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(fonts/OpenSansHebrew-ExtraBold.eot);
	src: url(fonts/OpenSansHebrew-ExtraBold.eot?#iefix) format('embedded-opentype'),
		 url(fonts/OpenSansHebrew-ExtraBold.woff2) format('woff2'),
		 url(fonts/OpenSansHebrew-ExtraBold.woff) format('woff'),
		 url(fonts/OpenSansHebrew-ExtraBold.ttf) format('truetype');
  }



/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

* {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	direction: rtl;
	font-family: 'Open Sans Hebrew', Arial, sans-serif;;
	font-size: 1rem;
	color:#000000;
}

html, body {
	width: 100%;
	box-sizing: border-box;
	max-width: 100%;
	position: relative;
	overflow-x: hidden;
	direction: rtl;
}

.main-wrapper {
	width: 1170px;
	max-width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	display: block;
}

.main-content {
	padding: 0 20px;
	max-width: 100%;
	width: 100%;
}



/* MAIN HEADER */
header.site-header {
	width: 100%;
	position: relative;
	background: #232323;
	margin-bottom: 20px;
	direction: rtl;
	text-align: right;
}
header.site-header .site-branding {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
header.site-header .site-branding .custom-logo-link {
	display: inline-block;
	width: 172px;
	max-width: 100%;
	padding: .5rem;
	margin-right: .2rem;
}
header.site-header .site-branding .custom-logo-link img {
	height: auto;
	width: 100%;
}
header.site-header .site-branding form.search {
	display: none;
	align-items: center;
	justify-content: flex-end;
}

header.site-header .site-branding form.search input.search-input {
	background: #fff;
	border: none;
	padding: 0 10px;
	font-size: 1em;
	width: 100%;
	height: 35px;
	flex: 1;
}

header.site-header .site-branding form.search button.search-submit {
	background: #ec4f52;
	color: #ffffff;
	border: none;
	padding: 6px;
	font-size: 1em;
	width: auto;
	height: 35px;
	text-align: center;
}



header.site-header .main-navigation {
	clear: both;
	display: block;
	width: 100%;
	background-color: #393939;
	border-bottom: 4px solid #EB4F53;
	direction: rtl;
}

header.site-header nav.main-navigation ul {
	list-style: none;
	margin: 0;
	display: flex;
	padding: 0;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: .9em;
}




header.site-header nav.main-navigation ul.menu li:hover,
header.site-header nav.main-navigation ul.menu li:active,
header.site-header nav.main-navigation ul.menu li:focus
{
	background: #EB4F53;
	transition: 100ms ease-in;
}


header.site-header nav.main-navigation i.menu__icon.mobile svg {
	height: 40px;
    width: 40px;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: middle;
    z-index: 20;
    font-size: 30px;
    color: #e2e2e2;
}

header.site-header nav.main-navigation i.menu__icon.mobile svg#menu-bars {
	display: block;
}
header.site-header nav.main-navigation i.menu__icon.mobile svg#menu-close {
	display: none;
    height: 36px;
    width: 30px;
}

header.site-header nav.main-navigation i.menu__icon.mobile.fa-times svg#menu-close {
	display: block;
}

header.site-header nav.main-navigation i.menu__icon.mobile.fa-times svg#menu-bars {
	display: none;
}

header.site-header nav.main-navigation ul.menu.mobile li {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 2;
}

header.site-header nav.main-navigation ul.menu li:hover a {
	color: #ffffff;
	text-decoration: none;
}



header.site-header nav.main-navigation ul li a {
	display: block;
	text-decoration: none;
	padding: 0.6rem 0;
	color: #ffffff;
	cursor: pointer;
	width: 100%;
	text-align: center;
	height: 100%;
}


header.site-header nav.main-navigation ul.menu.mobile {
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	max-width: 100%;
	min-height: 100vh;
	text-align: center;
	padding-top: 50px;
	background: #393939;
	z-index: 10;
	transition: all .4s ease-in-out;
	transform: translateX(100%);
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	align-items: start;
}

body.menu_shown header.site-header nav.main-navigation ul.menu.mobile {
	transform: translateX(0);
	position: fixed;
}


header.site-header nav.main-navigation .menu__icon {
	height: 40px;
	width: 40px;
	text-align: center;
	padding: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
	vertical-align: middle;
	z-index: 20;
	font-size: 30px;
	color: #e2e2e2;
}

body.menu_shown header.site-header nav.main-navigation .menu__icon {
	position: fixed;
}


header.site-header nav.main-navigation ul.menu.desktop {
	list-style: none;
	flex: 1;
	margin: 0;
	padding: 0;
	display: none;
}
header.site-header nav.main-navigation ul.menu.desktop li {
	flex: 1;
}


.agreebox-last form .elementor-field-type-acceptance,
.agreebox-last form .elementor-field-group-general1
{
	order:8;
}


@media all and (min-width: 768px) {
	header.site-header .site-branding {
		justify-content: space-between;
	}
	header.site-header .site-branding form.search {
		display: flex;
	}
	header.site-header nav.main-navigation ul.menu.desktop {
		display: flex;
	}
	header.site-header nav.main-navigation ul.mobile.menu {
		display: none;
	}
	header.site-header nav.main-navigation .menu__icon {
		display: none;
	}
}

/* END MAIN HEADER */



/* clear */
.clear:before,
.clear:after {
	content:' ';
	display:table;
}

.clear:after {
	clear:both;
}
.clear {
	*zoom:1;
}

section.main-content {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

body:not(.elementor-page) section.main-content {
	padding: 0 10px;
}

aside.left-sidebar {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
}



/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0;
	overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

label[for="menu_checkbox"] {
	font-size: 2em;
	padding-right: 3%;
	display: inline-block;
	position: absolute;
	bottom: 0.4rem;
	right: 0;
}
label[for="menu_checkbox"] .fa-times {
	display: none;
	position: fixed;
	top: .3em;
	right: .3em;
	z-index: 2;
}
.mobile-menu-checkbox {
	position: absolute;
	width: 1px;
	height: 1px;
	display: inline-block;
}
.mobile-menu-checkbox:checked~label[for="menu_checkbox"] .fa-times {
	display: inline-block;
}
.mobile-menu-checkbox:checked~.menu-main-container {
	right: 0;
	opacity: 1;
}
.menu-main-container ul {
	flex-direction: column;
}


section.custom-header {
	z-index: 99;
}

h1 {
	margin: 0.5em 0;
}

.entry-title {
	margin: 0;
	font-size: 1.8em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.5rem;
}

.elementor-widget-image .widget-image-caption {
	text-align: center;
	padding: 0 5px;
	font-size: 15px;
	color: #636363;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}


img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#0b23cc;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}


a[href="#hop"]:not(.elementor-button) {
	border-bottom: 2px dotted gray;
	display: inline;
	position: relative;
	/* cursor: default; */
}

a[href="#hop"]:not(.elementor-button):hover {
	text-decoration: none;
	color: red;
}

.elementor-widget-button a[href="#hop"] {
	border-bottom: none;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

img,
picture,
source {
	max-width: 100%;
}

p {
	margin: 0;
}

.entry-content p {
	margin: 0;
	margin-bottom: 1.4rem;
}



h2,h3,h4,h5 {
	line-height: 1.3em;
	margin: 0;
	margin-bottom: 0.5em;
}

.no-margin,
.no-margin p {
	margin: 0;
}


.elementor-text-editor p:last-child {
	margin-bottom: 0;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
/*.wrapper {*/
/*max-width:1280px;*/
/*width:95%;*/
/*margin:0 auto;*/
/*position:relative;*/
/*}*/



.custom-ad {
	display: block;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

#footer-anchor {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	max-height: 50px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(245, 245, 245, 0.92);
}



/* Article-header */
.article-header {
	padding: 10px;
}
.article-header .entry-excerpt {
	font-weight: bold;
}

.article-header .entry-info {
	font-size: .8em;
	color: #656565;
	display: inline-block;
	margin: 0;
	margin: 0.5rem 0;
}

.article-header .post-details {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.article-header .post-details .article-info {
	display: flex;
	flex: 100%;
	justify-content: flex-start;
	align-items: baseline;
}

.article-header .post-details .article-info,
.article-header .post-details .article-info .entry-info
{
	font-size: .9em;
}

.article-header .post-details img.writer_photo {
	width: 45px;
	height: 45px;
	margin-left: 5px;
	border-radius: 100%;
	vertical-align: middle;
	display: inline-block;
}

.article-header .post-details .article-info .fa {
	margin-left: 0.4em;
}

.article-header .post-details .article-info .post-views {
	font-size: .8rem;
	display: inline-block;
	margin: 0.5rem 0.6rem;
}


.article-header .post-categories {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.article-header .post-categories li {
	display: inline-block;
	margin-left: 2px;
}

.article-header .post-categories a, .editor-ch>span {
	background: #EB4F53;
	font-size: .8em;
	color: white;
	padding: .1em .5em;
}

.article-header .post-categories a, .editor-ch>span {
	background: #eb4f53;
	font-size: .8em;
	color: white;
	padding: .1em .5em;
}



/*------------------------------------*\
    control Sizes
\*------------------------------------*/
.article-header .font-size-control {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex: 2;
}

.article-header .font-size-control button {
	margin-left: 6px;
	border: none;
	padding: 0;
	max-width: 20%;
	width: 35px;
	height: 30px;
	outline: none;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	color: #000000;
	background-color: #ffffff;
}

.article-header .font-size-control span {
	font-size: 0.9em;
	width: 100%;
	display: inline-block;
}

.article-header .font-size-control button:nth-child(1) {
	font-size: 1em;
}

.article-header .font-size-control button:nth-child(2) {
	font-size: 1.2em;
}

.font-size-control button:nth-child(3) {
	font-size: 1.4em;
}

.article-header .font-size-control button:nth-child(4) {
	font-size: 1.8em;
}


.no-zooming p,
.no-zooming span,
.no-zooming a,
.no-zooming h1,
.no-zooming h2,
.no-zooming h3,
.no-zooming h4
{
	zoom: normal !important;
}



body[article-size="medium"] section.main-content article p,
body[article-size="medium"] section.main-content article span,
body[article-size="medium"] section.main-content article a,
body[article-size="medium"] section.main-content article h1,
body[article-size="medium"] section.main-content article h2,
body[article-size="medium"] section.main-content article h3,
body[article-size="medium"] section.main-content article h4
{
	zoom: 1.1;
}

body[article-size="big"] section.main-content article p,
body[article-size="big"] section.main-content article span,
body[article-size="big"] section.main-content article a,
body[article-size="big"] section.main-content article h1,
body[article-size="big"] section.main-content article h2,
body[article-size="big"] section.main-content article h3,
body[article-size="big"] section.main-content article h4
{
	zoom: 1.2;
}

body[article-size="huge"] section.main-content article p,
body[article-size="huge"] section.main-content article span,
body[article-size="huge"] section.main-content article a,
body[article-size="huge"] section.main-content article h1,
body[article-size="huge"] section.main-content article h2,
body[article-size="huge"] section.main-content article h3,
body[article-size="huge"] section.main-content article h4
{
	zoom: 1.3;
}

body[article-size="normal"] .font-size-control button[data-size="normal"]{
	color: #eb4f53;
	font-weight: bold;
}

body[article-size="medium"] .font-size-control button[data-size="medium"]{
	color: #eb4f53;
	font-weight: bold;
}

body[article-size="big"] .font-size-control button[data-size="big"]{
	color: #eb4f53;
	font-weight: bold;
}

body[article-size="huge"] .font-size-control button[data-size="huge"]{
	color: #eb4f53;
	font-weight: bold;
}




.share-wrapper {
	display: flex;
	flex-direction: row;
	flex: 1;
	justify-content: flex-end;
}


.share-wrapper a {
	display: flex;
	margin: 0 2px;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 8px;
	font-size: 20px;
	border-radius: 100%;
	background-color: #ffffff;
	transition: all 0.2s ease-in;
	overflow: hidden;
	color: #ffffff;
}

.share-wrapper a:hover {
	transform: scale(1.1);
}

.share-wrapper a#share-facebook{
	background-color: #305090;
	padding: 6px;
}

.share-wrapper a#share-whatsapp{
	background-color: #29AC01;
}

.share-wrapper a#share-email{
	background-color: #c10b00;
}

/* footer */

.elementor-footer a {
	color: #ec4f52;
}

footer.site-footer {
	background: #eaeaea;
	color: #383838;
	padding: 2em 0;
	margin-top: 30px;
}

footer.site-footer .footer-grid {
	display: flex;
}

footer.site-footer .footer-links {
	padding: 1em 0;
}

footer.site-footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.4em;
}

footer.site-footer .footer-links li {
	display: inline-block;
	margin: 0;
	padding: 0 1em;
}

.full-wide {
	display: block;
	width: 100%;
}

.item-center {
	left: 0;
	right: 0;
	margin: auto;
}

.clear {
	float: none;
	clear: both;
}

/*------------------------------------*\
    Loop
\*------------------------------------*/

.hero-posts {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: space-between;
}

.hero-posts .loop {
	width: 100%;
	max-width: 400px;
	min-height: 160px;
	height: 100%;
	position: relative;
	padding: 5px 5%;
}

.hero-posts .big-post {
	flex: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero-posts .small-posts {
	flex: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hero-posts .loop .loop-link {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 3px;
	overflow: hidden;
	transition: all 0.2ms ease-in;
}

.hero-posts .loop .loop-link:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}

.hero-posts .loop .loop-link .loop-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	color: #ffffff;
	font-size: 0.8em;
	margin: 0;
	padding: 0.3em 0.7em;
	text-align: right;
}

.loop-category {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 0.8em;
	padding: 0.5em;
	line-height: 1;
	font-weight: 400;
	border-radius: 0 0 2px 0;
	background-color: #eb4f53;
	text-decoration: none;
}

.insite-loop {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
}

.insite-loop article.loop {
	flex: 100%;
	width: 100%;
	max-width: 400px;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	margin: 10px 5%;
	transition: all 0.2s ease-in;
}

.insite-loop article.loop:hover .loop-image {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}

.hero-posts article.loop:hover .loop-image{
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}

.insite-loop article.loop .loop-image {
	width: 100%;
	height: 160px;
	display: block;
	background-size: cover;
	border-radius: 3px;
	background-position: center center;
	margin-bottom: 0.2em;
	transition: all 0.2ms ease-in;
}

.insite-loop article.loop  .loop-title {
	margin: 0;
	font-size: 1em;
	margin-bottom: .2em;
}
.insite-loop article.loop .loop-title a {
	color: #000000;
}
.insite-loop article.loop .loop-content {
	font-size: 0.9em;
}

#taboola-in-article{
	display: none;
}




@media all and (min-width: 768px){
	.hero-posts {margin: 5px;}
	.hero-posts .big-post {
		flex: 2;
	}
	.hero-posts .small-posts {
		flex: 1;
	}
	.hero-posts .loop {
		width: 100%;
		max-width: 100%;
		padding: 5px;
	}
	.insite-loop {
		justify-content: space-between;
	}
	.insite-loop article.loop {
		flex: 1 1 46%;
		margin: 10px;
		flex-grow: initial;
	}

	.insite-loop article.loop .loop-image {
		height: 200px;
		margin-bottom: 0.2em;
	}
	.insite-loop article.loop .loop-title {
		margin-bottom: 0.2em;
	}


	#footer-anchor {
		display: none !important;
	}
}




/*------------------------------------*\
    PAGES
\*------------------------------------*/

.post-excerpt {
	font-weight: bold;
}


body.elementor-editor-active .txt-marker-animation {
	background-color: #FFFF00;
}
.txt-marker-animation {
	transition: 1s ease-in all;
	background-size: 200% auto;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%,#ff0 50%);
	background-position: 0% 0;
}
.txt-marker-animation.is-visible{
	background-position: 100% 0;
}


.page404 h1 {
	text-align: center;
}

.page404 .title404{
	font-size: 9em;
	text-shadow: 4px 3px #eb4f5345;
	color: #eb4f53;
	background: -webkit-linear-gradient(#737373, #eb4f53);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-linear-gradient(#737373, #eb4f53);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media all and (min-width: 768px){
	.title404{
		font-size: 12em;
	}
}









.float-form.click-to-form {
	right: 0;
	top: 0;
	position: fixed;
	z-index: 15;
	width: 100%;
	margin: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.52);
	display: none;
	overflow: auto;
	justify-content: center;
	align-items: center;
}

.float-form.click-to-form .center-content {
	max-width: 94%;
	width: 360px;
	position: relative;
	right: 0;
	left: 0;
	margin: auto;
}

.float-form .float-form-title {
	padding: 0;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1em;
}
.float-form .float-form-subtitle {
	font-weight: 500;
	margin-top: -10px;
	font-size: 1.2em;
	color: #ffffff;
}

.float-form .LM_form {
	padding: 15px;
	font-size: 0.88em;
	color: white;
	background-color: #026B98;
	border-radius: 3px;
	position: relative;
	border: 4px double #dbdbdb;
}

.float-form input[type=submit],
.float-form input[type=tel],
.float-form input[type=text],
.float-form input[type=email],
.float-form input[type=num],
.float-form select
{
	box-shadow: none;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0px 10px;
	outline: none;
	border: 2px solid rgba(231, 231, 231, 1.0);
	color: black;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 0;
	-webkit-appearance: none;
	line-height: 1.2;
	margin-bottom: 10px;
}

.float-form input[type=submit] {
	background-color: #FF6600;
	color: white;
	clear: both;
	float: none;
	border: none;
	height: 45px;
	font-size: 1.1em;
	margin-top: 15px;
}

.float-form label {
	display: inline-block;
	width: auto;
	vertical-align: text-bottom;
}


/* 
.float-form .LM_form input[type=submit],
.float-form .LM_form input[type=tel],
.float-form .LM_form input[type=text],
.float-form .LM_form input[type=email],
.float-form .LM_form input[type=num],
.float-form .LM_form select
{
	box-shadow: none;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0px 10px;
	outline: none;
	border: 2px solid rgba(231, 231, 231, 1.0);
	color: black;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 0;
	-webkit-appearance: none;
	line-height: 1.2;
	margin-bottom: 10px;
}

.float-form .LM_form input[type=submit] {
	background-color: #FF6600;
	color: white;
	clear: both;
	float: none;
	border: none;
	height: 45px;
	font-size: 1.1em;
	margin-top: 15px;
}

.float-form .LM_form label {
	display: inline-block;
	width: auto;
	vertical-align: text-bottom;
} */







/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

.site-loop {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
}

.popup-wrapper {
	position: fixed;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.popup-wrapper.enable {
	display: flex;
}

.popup-wrapper .popup-content {
	background-color: #ffffff;
	padding: 20px 30px;
	border-radius: 2px;
	position: relative;
	min-width: 270px;
	max-width: 92%;
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-direction: column;
	position: relative;
}

.popup-wrapper .popup-content .close-popup {
	background-color: #000000;
	color: #ffffff;
	width: 36px;
	height: 36px;
	font-size: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	top: -15px;
	right: -15px;
	position: absolute;
	cursor: pointer;
	border: 3px solid #ffffff;
}

.popup-wrapper#exitpopup .popup-content .site-loop {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
}

.popup-wrapper#exitpopup .site-loop article.loop {
	max-width: 200px;
	margin: 10px;
	position: relative;
}
.popup-wrapper#exitpopup .site-loop article.loop:hover .loop-image img {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
.popup-wrapper#exitpopup .site-loop article.loop .loop-image {
	height: auto;
	margin-bottom: 0px;
}

.popup-wrapper#exitpopup .site-loop article.loop .loop-image img {
	border-radius: 3px;
	width: 100%;
	max-width: 200px;
	height: auto;
	max-height: 133px;
}

.popup-wrapper#exitpopup .site-loop article.loop .loop-title {
	font-size: 0.9em;
	margin: 0 3px;
	font-weight: bold;
	margin-top: 4px;
}
.popup-wrapper#exitpopup .site-loop article.loop .loop-title a {
	color:#000000;
}


.exit-intent-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 16;
	background: rgba(33, 33, 33, 0.8);
	transform: translateY(60%) scale(0);
	transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.exit-intent-popup.enable {
	transform: translateY(0) scale(1);
}

.exit-popup-form {
	width: 420px;
	color: #e7e7e7;
    max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #0095d4;
	padding: 20px;
	border-radius: 3px;
	border: 2px #ffffff solid;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.exit-popup-form .aprove_marketing {
	font-size: 15px;
    color: #e4e4e4;
}

.close-popup {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-color: #303030;
	z-index: 8;
	color: #ffffff;
	border-radius: 999px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	border: 2px solid #ffffff;
	font-weight: 600;
	cursor: pointer;
}

.close-popup:hover {
	background-color: #212121;
}


.elementor-button-wrapper .elementor-button-text {
	line-height: 1.3em;
}

/****************/
/****widgets****/
/**************/

aside.left-sidebar .widget {
	width: 100%;
	position: relative;
	margin: 20px auto;
	padding: 0 10px;
}

aside.left-sidebar .widget:first-of-type {
	margin-top: 0;
}

.widget-title {
	display: block;
	width: max-content;
	margin: 0;
	font-size: 0.84em;
	padding: .3em .5em;
	font-weight: bold;
	background: #232323;
	color: #eb4f53;
	position: relative;
	margin-bottom: 6px;
}

.widget-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 1000%;
	max-width: 300px;
	background-color: red;
	border-bottom: 1px solid #000000;
}

.widget_custom-post-link {
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	position: relative;
}

widget_custom-post-link a,
.widget_custom-post-link a:visited{
	text-decoration: none;
	cursor: pointer;
}

.widget_custom-post-link a:first-of-type {
	flex-basis: 40%;
}
.widget_custom-post-link a:last-of-type {
	flex-basis: 60%;
	padding-right: 5px;
}

.widget_custom-post-link a img.article-img {
	max-width: 200px;
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.widget_custom-post-link a:hover img.article-img {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}

.widget_custom-post-link .badge {
	position: relative;
	color: #959595;
	font-size: 0.8em;
	line-height: 1;
	font-weight: 400;
	background-color: #ffffff;
	text-decoration: none;
	text-align: right;
}

.widget_custom-post-link p {
	color: #000000;
	font-weight: 600;
	font-size: 0.85em;
	margin: 0;
	text-align: right;
	text-decoration: none;
	line-height: 1.3em;
}


/****************/
/****ELEMENTOR FORMS****/
/**************/
form.elementor-form {
	position: relative;
}

form.elementor-form .elementor-message.elementor-message-success {
	margin: 0;
	line-height: 1.3;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffffffeb;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border-radius: 3px;
}

.elementor-message.elementor-message-danger {
	color: #ff9a97;
	margin: 2px 0;
}
.elementor-message.elementor-message-danger.inline {
	position: absolute;
	top: 75%;
	right: 5px;
	background-color: #ffffff;
	padding: 0 5px;
	text-align: center;
	border-radius: 10px;
	font-size: 14px;
	margin: 0;
}






/****************/
/****ELEMENTOR custom Widgets****/
/**************/
.insite-slider {
	border-radius: 2px;
}
.insite-slider .elementor-image-carousel-caption {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	color: #ffffff;
	font-size: .9em;
	padding: 3px 5px;
}

.insite-slider .elementor-swiper-button {
	text-shadow: 1px 1px 2px #000000;
}



/*------------------------------------*\
    UnderForm
\*------------------------------------*/
.underform-wrap {
    display: none;
    box-sizing: border-box;
    width: 100%;
    background-color: #f3f3f3;
    overflow: hidden;
    border-radius: 4px;
    border: 3px #343434 dashed;
    margin: 5px;
    padding: 10px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(
45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(
45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
    
}

.underform-wrap.active{
    display: block;
    max-height: 600px;
}


.underform-wrap form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.underform-wrap form *{
    flex-basis: 100%;
}

.underform-wrap form input {
    margin: 5px;
}

.underform-wrap form input[type=text],
.underform-wrap form input[type=tel],
.underform-wrap form input[type=email],
.underform-wrap form input[type=select]
{
    flex-basis: auto;
    flex-grow: 1;
    height: 35px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    border: 1px solid #a7a7a7;
    outline: none;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 18px;
}

.underform-wrap form input[type=submit] {
    padding: 10px 30px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 15px;
    background-color: #0e0e0e;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02771d+0,039b19+100 */
background: rgb(2,119,29); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(2,119,29,1) 0%, rgba(3,155,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(2,119,29,1) 0%,rgba(3,155,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(2,119,29,1) 0%,rgba(3,155,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02771d', endColorstr='#039b19',GradientType=0 ); /* IE6-9 */
}


.underform-wrap form .aprove_marketing,
.underform-wrap form .marketing_terms
{
    font-size: 14px;
}

.underform-wrap form .hop-form-title {
    text-align: center;
    margin-bottom: 5px;
}


.underform-wrap form .hop-form-subtitle {
    text-align: center;
    margin-bottom: 5px;
}
/*------------------------------------*\
    END UnderForm
\*------------------------------------*/



/*@font-face {*/
/*font-family:'Font-Name';*/
/*src:url('fonts/font-name.eot');*/
/*src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),*/
/*url('fonts/font-name.woff') format('woff'),*/
/*url('fonts/font-name.ttf') format('truetype'),*/
/*url('fonts/font-name.svg#font-name') format('svg');*/
/*font-weight:normal;*/
/*font-style:normal;*/
/*}*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:320px) {
	.entry-title {
		font-size: 1.6em;
	}
	.article-header .font-size-control {
		flex: 1;
		flex-grow: 1;
	}
	.article-header .font-size-control span {
		display: none !important;
	}
}


@media only screen and (min-width:320px) {

}
@media all and (min-width:480px) {

}
@media all and (min-width:768px) {
	.share-wrapper a {
		margin: 0 5px;
	}

	.site-loop {
		justify-content: space-between;
	}

	.article-header .post-details {
		margin-top: 10px;
		justify-content: space-between;
		align-items: center;
	}


	.float-form .LM_form {
		padding: 20px;
	}
}

@media all and (min-width:1024px) {
	.main-wrapper {
		display: flex;
	}

	section.main-content {
		width: calc(100% - 320px);
		padding-left: 5px;
		position: relative;
	}

	section.main-content:after {
		content: "";
		position: absolute;
		right: 100%;
		top: 0;
		height: 100%;
		border-right: 1px solid #e7e7e7;
		background: linear-gradient(90deg,#fff,#f0f0f0);
		width: 10px;
	}

	aside.left-sidebar {
		width: 320px;
	}

	.article-header .font-size-control {
		display: none;
	}

	.article-header .post-details .article-info {
		flex: 3;
	}

	aside.left-sidebar .widget {
		max-width: 300px;
		padding: 0;
	}
	
	#taboola-in-article {
		display: block;
	}
	#taboola-after-wrap {
		display: none;
	}
	#taboola-sponsered-content-below-article-thumbnails-desktop {
		display: block;
	}
}

@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {

}


/*------------------------------------*\
    Comments
\*------------------------------------*/
article.post .comments {
	background-color: #f7f7f7;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 3px;
	margin-top: 70px;
}

article.post .comments #recent-comments-title {
    margin-bottom: 1.2rem;
}

article.post .comments ul.comments-list {
	margin-bottom: 15px;
	list-style-type: none;
	padding-right: 0;
}

article.post .comments ul.comments-list li.comment-item {
	margin-bottom: 20px;
	
}

article.post .comments ul.comments-list li.comment-item .comment-author {
	margin-bottom: 2px;
    font-size: 0.85rem;
}

article.post .comments ul.comments-list li.comment-item .comment-text {
    font-size: 0.96rem;
	padding-right: 24px;
}

article.post .comments #separate {
	margin: 30px 0;;
}

article.post .comments form.comment-form {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

article.post .comments form.comment-form p.comment-notes {
	display: none;
}

article.post .comments form.comment-form p {
	margin: 5px 10px;
	flex: 100%;
}
article.post .comments form.comment-form p.comment-form-author,
article.post .comments form.comment-form p.comment-form-email
{
	flex: 1 1 auto;
}

article.post .comments form.comment-form p.comment-form-comment {
	margin-top: 10px;
}

article.post .comments form.comment-form p label {
	display: block;
	width: 100%;
	font-size: 15px;
	margin-right: 5px;
}

article.post .comments form.comment-form p input,
article.post .comments form.comment-form p textarea {
	display: block;
    width: 100%;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    min-height: 30px;
    padding: 5px 20px;
    outline: none;
    background-color: transparent;
    max-width: 100%;
}
article.post .comments form.comment-form p textarea{
	resize: vertical;
}
article.post .comments form.comment-form p textarea:focus{
	outline: none;
}
article.post .comments form.comment-form p.comment-form-cookies-consent {
	display: none;
}
article.post .comments form.comment-form p.comment-form-cookies-consent label,
article.post .comments form.comment-form p.comment-form-cookies-consent input{
	display: inline;
	display: -moz-inline-block;
	width: auto;
	vertical-align: middle;
}

article.post .comments form.comment-form p.form-submit {
	display: block;
	width: 100%;
	margin-top: 15px;
}
article.post .comments form.comment-form p.form-submit input.submit {
	border-radius: 5px;
	outline: none;
	border: 3px solid #fff;
	width: 100%;
	padding: 5px 10px;
	background-color: #f60;
	color: #fff;
	font-size: 20px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 300px;
}


article.post .comments .comments-list .avatar {
    float: right;
    clear: both;
    margin-left: 6px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

/*------------------------------------*\
    ADSENSE
\*------------------------------------*/

#taboola-sponsered-content-below-article-thumbnails-desktop {
	display: none;
}

aside.left-sidebar .widget.widget_adsense_big_widget {
	margin: 0 auto;
	position: relative;
	width: 100%;
}
aside.left-sidebar .widget_adsense_big_widget .side-adsense {
	position: relative;
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	left:0;
	right:0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.adsbygoogle.sidebar-main-ad {
	width: 320px;
	height: 250px;
	left: 0;
	right: 0;
	margin: auto;
}
@media(min-width: 768px) {
	.adsbygoogle.sidebar-main-ad {
		width: 300px;
		height: 600px;
	}
	
	aside.left-sidebar .widget_adsense_big_widget {
		width:300px;
	}
	
	aside.left-sidebar .widget_adsense_big_widget .side-adsense {
		min-width:unset;
		width:300px;
		padding: 0;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


@media only screen and (max-width: 600px) {
    .txt-marker-animation.is-visible {
        transition: 1s ease-in all;
        background-size: 200% auto;
        background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, #ff0 50%);
        background-position: 100% 50%!important;
    }
}



.