/*
Theme Name: Lemonade
Theme URI: http://nbenner.com
Author: Benner Websites
Author URI: http://nbenner.com
Description: Theme made by Benner Websites
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lemonade
*/

/*@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,600,700,900');*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Merriweather:300,400,700,900');
html, body, #page{ min-height: 100%; }
body{
	position: relative;
	margin: 0;
	font-family: 'Merriweather', serif;
	color: #4A4A4A;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-break: break-word;
}
body *{ box-sizing: border-box; }
::-moz-selection{
	background:#FF0083;
	color:#fff;
	text-shadow:none
}
::selection{
	background:#FF0083;
	color:#fff;
	text-shadow:none;
}
body input{ outline: none; }
body p, body h1, body h2, body h3, #primary-menu a, body li{
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
iframe{border:none;}
#page{
	position: relative;
	width: 100%;
	background: #ffffff;
}
#page img{ max-width: 100%; height: auto; }
#page img.aligncenter{ display: block; margin: 0 auto; }
#page img.alignright{ float: right; margin-left: 10px; }
#page img.alignleft{ float: left; margin-right: 10px; }
.container{ position: relative; width: 100%; max-width: 1280px; margin: 0 auto; }
#primary, .primary{
	position: relative;
	padding: 0 43px;
	margin: 50px auto;
	max-width: 1366px;
}
#primary.post-container, .primary.post-container{ max-width: 886px; }
#main{ position: relative; }
@media all and (-ms-high-contrast:none)
{
	#main{ position: static; }
	*::-ms-backdrop, #main{ position: static; } /* IE11 */
}
.row{ position: relative; margin: 0 -20px; display: flex; flex-flow: row; flex-wrap: wrap; }
.row:after, .clearfix:after{ content: ""; clear: both; display: table; }
.columns{ position: relative; float: left; padding: 0 20px; }
.column-1{ width: 8.33333%; }
.column-2{ width: 16.6667%; }
.column-2-5 { width: 20%; }
.column-3 { width: 25%; }
.column-4 { width: 33.3333%; }
.column-5 { width: 41.6667%; }
.column-6 { width: 50%; }
.column-7 { width: 58.3333%; }
.column-8 { width: 66.6667%; }
.column-9 { width: 75%; }
.column-10 { width: 83.3333%; }
.column-11 { width: 91.6667%; }
.column-12 { width: 100%; }
.hidden{ display: none; }

/* Header */
#masthead{
	position: fixed;
	height: 60px;
	display: flex;
	align-items: center;
	background-color: transparent;
	transition: background-color 0.2s ease-in, border-bottom-color 0s ease-in;
	-moz-transition: background-color 0.2s ease-in, border-bottom-color 0s ease-in;
	-webkit-transition: background-color 0.2s ease-in, border-bottom-color 0s ease-in;
	z-index: 3;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0 10px 0 5px;
	font-family: Lato, "Helvetica Neue", Arial, sans-serif;
	border-bottom: 1px solid transparent;
	opacity: 0.0;
}
#masthead > div{
	position: relative;
	align-self: center;
	width: 50%;
}
#masthead > #logo{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: 30px;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}
#masthead > #logo a:before{
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	content: "";
	width: 151px;
	height: 33px;
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent url(https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/svg/logo.svg) no-repeat;
	background-position: center;
	background-size: contain;
}
#masthead > #header-action-button{ text-align: right; }
#masthead > #header-action-button > a{
	position: absolute;
	top: -20px;
	right: 0;
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	-moz-transition: -moz-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.2s ease-in, background-color 0.2s ease-in;
	-o-transition: -o-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.2s ease-in, background-color 0.2s ease-in;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.2s ease-in, background-color 0.2s ease-in;
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.2s ease-in, background-color 0.2s ease-in;
	font-size: 14px;
	color: #FF0083;
	border: 1px solid #FF0083;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
#masthead > #header-action-button > a:hover{
	color: #fff;
	background-color: #FF0083;
}
ul{ padding: 0; margin: 0; list-style: none; }
#primary-menu{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
}
#primary-menu > li{
	position: relative;
	float: left;
	/*	margin-right: 20px;*/
	font-family: 'Lato', sans-serif;
	width: 50%;
	/*	padding: 18px;*/
	border-bottom: 1px solid #ededed;
	transition: background 0.2s ease-in;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
}
#primary-menu > li:nth-child(2n+2){ border-left: 1px solid #ededed; }
#primary-menu > li:hover, #primary-menu > li.current-menu-item{ background-color: #f7f7f7; }
#primary-menu a{
	color: #ff0385;
	text-decoration: none;
	transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-webkit-transition: color 0.2s ease-in;
	font-weight: 700;
	font-size: 18px;
	padding: 18px;
	display: block;
}
#primary-menu a:hover{ text-decoration: none; }
#primary-menu > li.current-menu-item > a, #primary-menu > li:hover a{ color: #4a4a4a; }
#primary-menu > li > p{
	margin: 0;
	font-size: 14px;
}
/* Sticky Header */
#masthead.sticky{
	background-color: #fff;
	border-bottom-color: #ececec;
	transition: border-bottom-color 0.2s ease-in;
	-moz-transition: border-bottom-color 0.2s ease-in;
	-webkit-transition: border-bottom-color 0.2s ease-in;
}
/*body.archive #masthead #primary-menu a, #masthead.sticky #primary-menu a{ color: #4A4A4A; }*/
body.archive #masthead #logo a:before, #masthead.sticky #logo a:before{
	-webkit-filter: grayscale(100%) brightness(100%) brightness(30%);
	filter: grayscale(100%) brightness(100%) brightness(30%);
}
#masthead.sticky > #logo{ top: 30px; }
#masthead.sticky > #logo a:before{ height: 26px; }
#masthead.sticky > #header-action-button > a{
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* Footer */
#footer{
	position: relative;
	width: 100%;
	background-color: #313131;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
	padding: 40px;
	font-family: 'Lato', sans-serif;
}
#footer-left{ float: left; }
#footer-menu{ position: relative; }
#footer-menu li{
	margin-right: 10px;
	float: left;
}
#footer-menu li a{ color: #fff; text-decoration: none; font-size: 16px; }
#footer-menu li a:hover{ text-decoration: underline; }
.copyright{ position: relative; margin-top: 10px; margin-bottom: 0; }
.copyright span{ display: block; color: #B7B7B7; }
.copyright span:nth-child(2){ font-size: 14px; }
#footer-social{ float: right; }
#footer-social li{ float: left; padding: 0 6px; }
#footer-social li a{
	position: relative;
	display: block;
	width: 57px;
	height: 57px;
	text-indent: -9999px;
	background: #4A4A4A;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-moz-transition: background 0.2s;
	-o-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
#footer-social li a:hover{ background-color: #FF0083; }
#footer-social li a:before{
	content: "";
	background: transparent url(https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/svg/sprite.svg) no-repeat -200px 0;
	background-size: 350px 100px;
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	top: 50%;
	left: 50%;
}
#footer-social li#fb a:before{
	background-position: -200px -25px;
	width: 13px;
	height: 25px;
	margin-left: -7px;
	margin-top: -12px;
}
#footer-social li#instegram a:before{
	background-position: -250px 0;
	width: 29px;
	height: 29px;
	margin-left: -14px;
	margin-top: -14px;
}
#footer-social li#twitter a:before{
	background-position: -222px -22px;
	width: 28px;
	height: 28px;
	margin-left: -13px;
	margin-top: -15px;
}

/* anchor style */
:target:before {
	content:"";
	display:block;
	height:70px; /* fixed header height*/
	margin:-70px 0 0; /* negative fixed header height */
}

/* Page Style */
#page-header{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 500px;
	display: flex;
}
body.single-post #page-header.archive-header{ background-color: #000; }
body.archive #page-header{ height: 50vh; }
#page-header-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.home #page-header-overlay{display: none;}
#inner-page-header{
	position: relative;
	text-align: center;
	margin: 0 auto;
	max-width: 650px;
	align-self: center;
}
h1.page-title{
	font-size: 54px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	text-align: center;
}
/* Subscriber Component */
.subscribe-component{
	position: relative;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
.subscribe-component input{
	font-family: 'Lato', sans-serif;
}
.subscribe-header{ margin-top: 30px; width: 100%;     max-width: 500px;
    padding: 0 20px;
    margin: 20px auto; }
.subscribe-header .subscriber-desc{ margin-bottom: 20px; margin-top: 0; min-height: 38px; }
.subscriber-title{
	color: #fff;
	font-size: 24px;
	margin: 20px 0;
}
.subscribe-component #subcribe-email{
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #b7b7b7;
	color: #fff;
	padding: 10.5px 0 10.5px 15px;
	width: 300px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: top;
	font-size: 14px;
	margin-right: 10px;
}
.subscribe-component #subcribe-email:focus{ border-color: #fff; }
.subscribe-component #subcribe-email.inValid{ border-color: red; }
.subscribe-button-wrapper, .subscribe-email-wrapper{ position: relative; display: inline-block; vertical-align: middle; }
.subscriber-check{
	position: absolute;
	left: 86%;
	top: 6px;
	font-size: 24px;
	max-width: 0;
	overflow: hidden;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	color: #fff;
}
.subscribe-email-wrapper.done .subscriber-check{ max-width: 24px; }
.subscribe-component input[type="submit"]{
	width: 120px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #FF0083;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 11.5px 0;
	cursor: pointer;
	transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in;
	-webkit-appearance: none;
}
.subscribe-component .subscribe-button-wrapper.disabled:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	box-sizing: border-box;
	margin-top: -12.5px;
	margin-left: -12.5px;
	width: 25px;
	height: 25px;
	border: 2px solid rgba(255, 255, 255, 0.15);
	border-top-color: rgba(255, 255, 255, 0.8);
	-moz-animation: spin 0.6s linear 300;
	-webkit-animation: spin 0.6s linear 300;
	animation: spin 0.6s linear 300;
}
.subscribe-component input[type="submit"]:hover{ background-color: #EC007A; }
.subscribe-component input[type="submit"]:disabled {
	text-indent: -9999px;
	overflow: hidden;
	background-color: #FF0083;
}
.subscriber-desc{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	margin-top: 20px;
}
.subscribe-footer{
	border: 1px solid #ECECEC;
	padding: 50px 0;
	margin-top: 50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.subscribe-footer .subscriber-title, .subscribe-footer .subscriber-desc{ color: #4A4A4A; }
.subscribe-footer .subscriber-title{ font-weight: bold; }
.subscribe-component.subscribe-footer #subcribe-email{ background-color: transparent; color: #4A4A4A; }
.subscribe-component.subscribe-footer #subcribe-email:focus{ border-color: #b7b7b7; }
/* Posts grid */
.post-block{ position: relative; margin-bottom: 76px; font-family: 'Lato', sans-serif; }
.post-author-details{ font-family: 'Lato', sans-serif; }
.post-thumbnail{
	position: relative;
	width: 100%;
	height: 209px;
	background-color: #ECECEC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}
h2.post-title {
	line-height: 32px;
	margin: 0 0 17px;
	min-height: 72px;
}
h2.post-title a{
	font-size: 24px;
	color: #4A4A4A;
	text-decoration: none;
}
h2.post-title a:hover{ text-decoration: none; }
h2.post-subtitle{
	margin: 15px 0 25px 0;
	color: #fff;
	font-weight: normal;
	font-family: Lato, "Helvetica Neue", Arial, sans-serif;
}
.post-author-container{ vertical-align: middle; margin-bottom: 15px; position: relative; }
.post-author-details{ position: relative; display: inline-block; }
.post-author-details > span{ position: relative; top: 2px; }
.post-author-details > img{
	vertical-align: middle;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 10px;
	width: 30px;
	height: 30px;
}
.post-date{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	opacity: 0.5;
}
.twitter-follow-wrapper{
	position: absolute;
	vertical-align: middle;
	display: none;
	margin-left: 10px;
	bottom: 100%;
	left: calc(50% - 37px);
	right: 0;
	z-index: 9;
}
.post-author-details > span:hover {
	cursor: default;
}
.post-author-details:hover .twitter-follow-wrapper, .twitter-follow-wrapper:hover{ display: inline-block; }
.twitter-follow-wrapper > iframe{
	padding: 4px;
	border: 1px solid #ECECEC;
	background-color: #F7F7F7;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 74px !important;
	height: 30px !important;
}
.twitter-follow-wrapper:after, .twitter-follow-wrapper:before {
	right: 43%;
	bottom: -8px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 2;
	/*	pointer-events: none;*/
}

.twitter-follow-wrapper:after {
	border-color: rgba(247, 247, 247, 0);
	border-top-color: #F7F7F7;
	border-width: 6px;
	margin-top: -9px;
}
.twitter-follow-wrapper:before {
	border-color: rgba(236, 236, 236, 0);
	border-top-color: #ECECEC;
	border-width: 6px;
	margin-top: -8px;
}
.twitter-follow-wrapper img{ display: block; }
.post-author-container > span{ position: relative; top: 2px; }
.post-desc{ position: relative; font-size: 17px; margin: 0 0 10px; font-family: 'Merriweather', serif; }
.post-desc p{ margin: 0; line-height: 28px; }
.post-cats{ position: relative; margin-top: 10px; }
.post-cats > a{
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	color: #929292 !important;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 2px 8px 3px;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}
#inner-page-header .post-cats > a{ padding: 3px 12px 4px; }
.post-cats > a:hover{
	text-decoration: none !important;
	color: #fff !important;
	background-color: #FF0083 !important;
}
.post-readmore { display: none;}
.post-readmore a{ color: #FF0083; text-decoration: none; font-weight: bold; outline: none; }
.post-readmore a:hover{ text-decoration: underline; }
/* Archive Page */
body.archive #inner-page-header{
	max-width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
h1.archive-title{
	display: inline-block;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 11px 32px;
	margin-bottom: 10px;
	font-size: 90px;
	color: #4a4a4a;
}
body.archive #inner-page-header p{ margin: 0; font-size: 22px;  font-family: 'Lato', sans-serif;}
.arrow-down-cat{
	display: none;
	cursor: pointer;
	position: absolute;
	bottom: 54px;
	left: calc(50% - 50px);
}
.arrow-down-cat img{
	-webkit-animation-name: up-and-down;
	-webkit-animation-duration: 700ms;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite; /* The magic keyword for infinite*/
	-webkit-animation-timing-function: linear;
	animation-name: up-and-down;
	animation-duration: 700ms;
	transform-origin:50% 50%;
	animation-iteration-count: infinite; /* The magic keyword for infinite*/
	animation-timing-function: linear;
	-moz-animation-name: up-and-down;
	-moz-animation-duration: 700ms;
	-moz-transform-origin:50% 50%;
	-moz-animation-iteration-count: infinite; /* The magic keyword for infinite*/
	-moz-animation-timing-function: linear;
	height: 50px !important;
}
@-webkit-keyframes up-and-down {
	0% {
		-moz-transform: translateY(2px);
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}
	50% {
		-moz-transform: translateY(-2px);
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	100% {
		-moz-transform: translateY(2px);
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}
}
@-moz-keyframes up-and-down {
	0% {
		-moz-transform: translateY(2px);
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}
	50% {
		-moz-transform: translateY(-2px);
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	100% {
		-moz-transform: translateY(2px);
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}
}

/* Single Post */
body.single #inner-page-header{ max-width: 1000px; }
body.single #inner-page-header p{ margin: 0; font-size: 22px; }
h1.post-title{ font-size: 56px; margin-bottom: 0px; }
#inner-page-header .post-cats{ margin-top: 20px; }
#post-header-bottom{
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	text-align: center;
}
/*body.single .post-author-container{
	position: relative;
	margin-top: 50px;
}*/
#inner-page-header .post-cats > a{ font-family: 'Lato', sans-serif; font-size: 16px; }
#page-header .post-author-container{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
}
.post-hentry h2, .post-hentry h3{ font-family: 'Lato', sans-serif; font-size: 16px; }
.post-hentry h2{
	font-size: 36px;
	margin: 0 0 17px;
	min-height: 72px;
}
.post-hentry h3{
	font-size: 26px;
	margin: 0 0 30px;
}
.post-hentry p{
	margin: 0 0 25px;
	font-size: 17px;
	line-height: 28px;
}
#post-share{ position: absolute; right: -150px; top: 0; width: 100px; text-align: center; }
#post-share.fixed{ position: fixed; top: 140px; }
#post-share.bottom{
	position: absolute;
	top: auto;
	left: auto !important;
	bottom: 0;
}
#post-share p{ color: #B7B7B7; font-family: 'Lato', sans-serif; margin-top: 0; margin-bottom: 13px; }
#post-share li{ position: relative; margin-bottom: 10px; }
#post-share li:hover{ background-color: #f7f7f7 }
#post-share li:last-child{ margin-bottom: 0; }
#post-share li a{
	position: relative;
	display: block;
	border: 1px solid #ECECEC;
	text-indent: -9999px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
}
#post-share li#share-fb a{ background-image: url(https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/imgs/f.png); background-size: 10px auto; }
#post-share li#share-linkdin a{ background-image: url(https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/imgs/i.png); background-size: 22px auto; }
#post-share li#share-twitter a{ background-image: url(https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/imgs/t.png); background-size: 22px auto; }
blockquote{
	background-color: transparent;
	margin: 0;
	padding: 20px 30px;
	font-style: italic;
	border-left: 4px solid #FF0083;
	margin-bottom: 30px;
}
.post-hentry blockquote p{ margin-bottom: 0; font-size: 20px; line-height: 34px; }
.tweet-block-container{
	position: relative;
	margin-bottom: 45px;
	color: #FF0083;
	font-style: italic;
	text-align: center;
}
.tweet-block-container p{ line-height: 40px; font-size: 28px; margin-bottom: 0; }
.tweet-block-container > div{ margin-top: 20px; }
.tweet-block-container:hover > div{ display: block; }
.tweet-content a:hover{ text-decoration: none !important; }
.tweet-content .fa-quote-right{ margin-left: 10px; }
.tweet-content .fa-quote-left{ margin-right: 10px; }
.tweet_now_link{
	color: #FF0083;
	font-size: 20px;
}
.tweet_now_link span{
	position: absolute;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	background-color: #4A4A4A;
	padding: 6px 9px;
	background-color: #4A4A4A;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 10px;
	color: #fff;
	display: none;
}
.tweet_now_link:hover > span{ display: inline-block; }
.tweet_now_link span:after, .tweet_now_link span:before {
	right: 99%;
	top: 49%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 2;
}

.tweet_now_link span:after {
	border-color: rgba(247, 247, 247, 0);
	border-right-color: #4A4A4A;
	border-width: 6px;
	margin-top: -6px;
}
.tweet_now_link span:before {
	border-color: rgba(236, 236, 236, 0);
	border-right-color: #4A4A4A;
	border-width: 7px;
	margin-top: -7px;
}
#continue-reading-wrapper{
	position: relative;
	max-width: 1340px;
	margin: 95px auto 0;
	padding: 0 60px;
}
#continue-reading-wrapper h3{
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0;
}
.post-hentry .wp-caption-text{
	color: #8f9699;
	font-size: 12px;
	font-style: italic;
	margin: .75em 0 1.5em;
	padding: 0;
	text-align: center;
}

.entry-content ul{ margin-bottom: 30px; }
.entry-content ul li ul {margin-bottom: 5px;}
.entry-content ul li{ padding-left: 20px; position: relative; line-height: 1.7; font-size: 17px; }
.entry-content ul li:before{
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #4a4a4a;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.entry-content a{ color: #FF0083; text-decoration: none; }
.entry-content a:hover{ text-decoration: underline; }
.wp-caption.aligncenter { width: 100% !important;}

.entry-content ol{padding-left: 15px;}
.entry-content ol li{margin-bottom: 1.5em;
    line-height: 1.8em;
    font-size: 17px;
    list-style-position: inside;
    margin-left: -15px;}
.entry-content ol li ul {margin-top:30px;}
.entry-content ol li ul li{margin-bottom: 10px;}

@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}
.infinit-scroll-loader{ text-align: center; }
.infinit-scroll-loader span{
	content: "";
	display: inline-block;
	z-index: 1;
	border-radius: 100%;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border: 2px solid rgba(0, 0, 0, 0.15);
	border-top-color: rgba(0, 0, 0, 0.8);
	-moz-animation: spin 0.6s linear 300;
	-webkit-animation: spin 0.6s linear 300;
	animation: spin 0.6s linear 300;
}
/* New Menu */
#desktop-menu-btn > a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 10px 13px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;
}
#desktop-menu-btn > a:hover{ border-color: #b7b7b7; }
#desktop-menu-btn > a:after{
	display: inline-block;
	content: "";
	background: transparent url(https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/imgs/menu_arrow.svg) no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	vertical-align: middle;
	margin-left: 6px;
	width: 14px;
	height: 19px;
}
#desktop-menu-btn > a.menu-active:after, body.archive #desktop-menu-btn > a:after, .sticky #desktop-menu-btn > a:after{
	-webkit-filter: grayscale(100%) brightness(100%) brightness(30%);
	filter: grayscale(100%) brightness(100%) brightness(30%);
}
#desktop-menu-btn > a.menu-active{
	color: #4a4a4a;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#menu-wrapper{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	border: 1px solid #ededed;
	border-bottom: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	overflow: hidden;
	width: 80%;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}
#menu-wrapper #primary-menu p{
	color: #4a4a4a;
	font-weight: 400;
	margin: 0;
}
#menu-wrapper.menu-active{ display: block; }
body.archive #desktop-menu-btn > a, .sticky #desktop-menu-btn > a{
	border-color: #ededed;
	color: #4a4a4a;
}
/* 404 page */
body.error404 #page-header{ height: auto; }
body.error404 #primary{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 235px);
}
body.error404 .entry-content{ text-align: center; }
body.error404 h1{
	font: 400 50px "Merriweather", Georgia, serif;
	color: #4A4A4A;
	padding-top: 30px;
	margin: 0;
}
body.error404 p{ padding: 20px 0 30px 0; margin: 0; }
body.error404 .entry-content a.back-home-btn{
	font: 700 14px "Lato", "Helvetica Neue", Arial, sans-serif;
	position: relative;
	background-color: #F7F7F7;
	border: 1px solid #DADADA;
	text-decoration: none;
	text-transform: uppercase;
	color: #4A4A4A;
	display: inline-block;
	padding: 0 9.5rem;
	height: 6rem;
	border-radius: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-moz-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	height: 47px;
	line-height: 47px;
	padding: 0 45px;
	text-decoration: none;
}


/* New Footer */
.main-footer {
	position: relative;
	z-index: 1;
	background: #282828;
	padding: 60px;
	font-family: 'Lato', sans-serif;
}
.main-footer .footer-links {
	width: 100%;
	max-width: 1246px;
	margin: 0 auto;
	margin-bottom: 60px;
	display: flex;
}
.main-footer .footer-links .footer-list-header {
	color: #B7B7B7;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.main-footer .footer-links .footer-content-links {
	display: flex;
	flex-direction: row;
	width: 65%;
	justify-content: space-between;
}
.main-footer .footer-links .footer-content-links > div {
	display: flex;
	flex-direction: column;
	width: 25%;
}
.main-footer .footer-links .footer-content-links > div:first-child {
	width: 20%;
}
.main-footer .footer-links .footer-content-links > div:last-child {
	width: 30%;
}
.main-footer .footer-links .footer-content-links > div a {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
}
.main-footer .footer-links .footer-content-links > div a:hover{
	text-decoration: underline;
}
.main-footer .footer-links .footer-content-links .footer-lemonade-logo:before {
	width: 32px;
	height: 42px;
	content: "";
	background: transparent url("https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat 0 -130px;
	background-size: 180px 172px;
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
}
.main-footer .footer-links .footer-icon-links {
	width: 35%;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.main-footer .footer-links .footer-icon-links .footer-list-header {
	margin-bottom: 20px;
}


.main-footer .footer-links .footer-icon-links .footer-region-select {
	min-width: 335px;
	max-width: 335px;
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-bottom: 20px;
}

.main-footer .footer-links .footer-icon-links .footer-region-select .region-select-wrapper{
	box-sizing: border-box;
    width: 258px;
    position: relative;
    background-color: rgb(40, 40, 40);
}

.main-footer .footer-links .footer-icon-links .footer-region-select .region-select-button{
	position: relative;
    width: inherit;
    background-color: rgb(40, 40, 40);
    font-family: Lato, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(74, 74, 74);
    border-image: initial;
    border-radius: 5px;
    outline: none;
    padding: 11px;
    transition: background-color 0.2s ease 0s;
}

.main-footer .footer-links .footer-icon-links .footer-region-select .region-select-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 9px;
    height: 6px;
    transform: translateY(-50%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAABGdBTUEAALGPC/xhBQAAASFJREFUKBVj/PHjhysDA0MmEHMBMUmAkZHxGRsbWxWQfsHy////JUDdYiSZAFUM1Mvw8+fPr0BuLhOQuE6OIUh6boDYjN+/f1cAOu0c0HRBJEmimEB9O9jZ2b2B9D8mTk7OB0BdsUDOf6J0IxQ9AhoSAzIEJATyGgMHB8dWoIvaQWxiAFDzL2Zm5lAg/RamHmwQiAM0rA4osQ8mQYAuAsbWKWQ1jMgcoKvEgMnhPFBMClkcjb0cGBxRaGIMKAaBJH///m399+/fA0BDWTAUMzJeB4aLKdDloChHAXCvwURZWVmPAtnlMD6MBmr+AsTB2AyBqcFKA724Fpg0/sMwMOFFYFVISBDoNT6gYRdABgHpTkLq8coDDWMGYnwBj1c/WZIAxqNn9YyWYw0AAAAASUVORK5CYII=) 0px 0px / contain no-repeat transparent;
    transition: transform 0.2s ease-in 0s;
}

.main-footer .footer-links .footer-icon-links .footer-region-select .region-select-button:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.05);
}
.main-footer .footer-links .footer-icon-links .footer-region-select .region-select-button.arrow-active:after{
	transform: translateY(-66%) translateX(-10%) rotate(180deg);}

.main-footer .footer-links .footer-icon-links .footer-region-select .region-select-list{
	box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: rgb(40, 40, 40);
    z-index: 2;
    display: none;
    border-width: 1px 1px 1px;
    border-style: none solid solid;
    border-color: rgb(74, 74, 74) rgb(74, 74, 74) rgb(74, 74, 74);
    border-image: initial;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
}

.main-footer .footer-links .footer-icon-links .footer-region-select .region-select-list.menu-active{ display: block; }


.main-footer .footer-links .footer-icon-links .footer-region-select .region-select-list-item{
	box-sizing: border-box;
    font-family: Lato, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    transition: background-color 0.2s ease 0s;
}
.main-footer .footer-links .footer-icon-links .footer-region-select .region-select-list-item:hover{
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.05);	
}

.main-footer .footer-links .footer-icon-links .footer-region-select .region-select-list-item-link{
	box-sizing: border-box;
    padding: 8px;
    width: 100%;
    display: block;
    height: 100%;
    font-family: Lato, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
}

.main-footer .footer-links .footer-icon-links .footer-mobile-app-links {
	min-width: 335px;
	max-width: 335px;
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-bottom: 20px;
}
.main-footer .footer-links .footer-icon-links .footer-mobile-app-links .footer-app-links-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.main-footer .footer-links .footer-icon-links .footer-mobile-app-links .footer-app-links-buttons .footer-get-our-app {
	width: 158px;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #4A4A4A;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	display: flex;
}
.main-footer .footer-links .footer-icon-links .footer-mobile-app-links .footer-app-links-buttons .footer-get-our-app.apple {
	content: "";
	background: transparent url("https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat 0 -30px;
	background-size: 180px 172px;
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	display: flex;
	position: relative;
}
.main-footer .footer-links .footer-icon-links .footer-mobile-app-links .footer-app-links-buttons .footer-get-our-app.apple:hover {
	background-color: rgba(255, 255, 255, 0.05);
}
.main-footer .footer-links .footer-icon-links .footer-mobile-app-links .footer-app-links-buttons .footer-get-our-app.google {
	content: "";
	background: transparent url("https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat 0 -80px;
	background-size: 180px 172px;
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	display: flex;
	position: relative;
}
.main-footer .footer-links .footer-icon-links .footer-mobile-app-links .footer-app-links-buttons .footer-get-our-app.google:hover {
	background-color: rgba(255, 255, 255, 0.05);
}
.main-footer .footer-links .footer-icon-links .footer-social-links {
	min-width: 335px;
	max-width: 335px;
	display: flex;
	flex-direction: column;
	text-align: left;
}
.main-footer .footer-links .footer-icon-links .footer-social-links .footer-social-links-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.main-footer .footer-links .footer-icon-links .footer-social-links .footer-social-links-buttons .footer-social-links-button {
	width: 30px;
	height: 30px;
	opacity: 0.7;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.main-footer .footer-links .footer-icon-links .footer-social-links .footer-social-links-buttons .footer-social-links-button:hover {
	opacity: 1;
}
.main-footer .footer-links .footer-icon-links .footer-social-links .footer-social-links-buttons .footer-social-links-button.instagram {
	content: "";
	background: transparent url("https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat 0 0;
	background-size: 180px 172px;
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	display: flex;
	position: relative;
}
.main-footer .footer-links .footer-icon-links .footer-social-links .footer-social-links-buttons .footer-social-links-button.facebook {
	content: "";
	background: transparent url("https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat -30px 0;
	background-size: 180px 172px;
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	display: flex;
	position: relative;
}
.main-footer .footer-links .footer-icon-links .footer-social-links .footer-social-links-buttons .footer-social-links-button.twitter {
	content: "";
	background: transparent url("https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat -60px 0;
	background-size: 180px 172px;
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	display: flex;
	position: relative;
}
.main-footer .footer-links .footer-icon-links .footer-social-links .footer-social-links-buttons .footer-social-links-button.youtube {
	content: "";
	background: transparent url("https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat -90px 0;
	background-size: 180px 172px;
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	display: flex;
	position: relative;
}
.main-footer .footer-links .footer-icon-links .footer-social-links .footer-social-links-buttons .footer-social-links-button.meduim {
	content: "";
	background: transparent url("https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat -120px 0;
	background-size: 180px 172px;
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	display: flex;
	position: relative;
}
.main-footer .footer-links .footer-icon-links .footer-social-links .footer-social-links-buttons .footer-social-links-button.dribbble {
	content: "";
	background: transparent url("https://www.lemonade.com/nl/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat -150px 0;
	background-size: 180px 172px;
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	display: flex;
	position: relative;
}
.main-footer .footer-disclaimer {
	width: 100%;
	max-width: 1246px;
	margin: 0 auto;
	color: rgba(183, 183, 183, 0.5);
	font-size: 14px;
	line-height: 21px;
}
.main-footer .footer-disclaimer p{
	margin: 0;
}
@media only screen and (max-width: 1053px) {
	.main-footer {
		padding: 40px 20px;
	}
	.main-footer .footer-links {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.main-footer .footer-links .footer-content-links {
		flex-wrap: wrap;
		width: 100%;
	}
	.main-footer .footer-links .footer-content-links > div a {
		line-height: 30px;
	}
	.main-footer .footer-links .footer-content-links .footer-lemonade-logo {
		display: none;
	}
	.main-footer .footer-links .footer-content-links > div {
		width: 50%;
	}
	.main-footer .footer-links .footer-content-links > div:first-child {
		width: 50%;
	}
	.main-footer .footer-links .footer-content-links > div:last-child {
		width: 50%;
	}
	.main-footer .footer-links .footer-icon-links {
		width: 100%;
	}
	.main-footer .footer-links .footer-icon-links .footer-mobile-app-links {
		margin: 30px 0 20px 0;
		min-width: 300px;
		width: 100%;
	}
	.main-footer .footer-links .footer-icon-links .footer-mobile-app-links .footer-app-links-buttons {
		flex-wrap: wrap;
	}
	.main-footer .footer-links .footer-icon-links .footer-mobile-app-links .footer-app-links-buttons .footer-get-our-app {
		margin-bottom: 20px;
	}
	.main-footer .footer-links .footer-icon-links .footer-social-links {
		min-width: 290px;
		width: 100%;
	}
	.main-footer .footer-links .footer-icon-links .footer-social-links .footer-social-links-buttons .footer-social-links-button {
		opacity: 1;
	}
}

@media screen and (min-width: 600px)  {
	.mobile_new_row { display: none; }
}

/* .mobile {
	display: none;
}

.desktop {
	display: block;
}	

 */



