/*
	Theme Name: BP Default.v4
	Theme URI: http://www.brandpepper.nl
	Description: Default scratch theme from Brandpepper libaries. Functions are powered by Wordpress. Theme is powered by HTML 5 Blank.
	Version: 4.0 #30072015
	Author: Roy Kuiper
	Author URI: roy@brandpepper.nl
	Tags: Brandpepper, Theme, Scratch, PHP, HTML, CSS, JS

	License: Brandpepper
	License URI: http://www.brandpepper.nl
*/

/* .......... Company Colors ..........

Turquoise: #32d0c2 > rgb(50, 208, 194)
Yellow: #fff66d > rgb(255, 246, 109)
Grey: #f6f6f6 >
Grey Dark: #ececec >
Black: #333333 >

.................................... */



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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family:'museo';
	font-size:16px;
	color:#444;
	background:rgb(247,247,247);
}

h1 {
	font-size: 1.65em;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
p { line-height:30px; }
h1,h2,h3,h4,h5,h6{ margin:0 0 10px 0; }

h2 { color: rgb(50, 208, 194); font-family: 'museo'; font-size: 33px; }

i.fa { padding: 0 3px 0 0; }

i.fa.black { color: #000!important; padding: 5px; }

blockquote:before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10d";
	font-size: 15px;
}
blockquote:after{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10e";
	font-size: 12px;
}
blockquote p {
	display: inline;
	font-size: 15px;
	padding: 0 20px;
}

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

.content { margin: 0px 0 110px 0; padding-top:140px; }
	.backend{ min-height:1000px; }
	.content.nopaddingtop{ padding-top:0px; }

.searchFilter{ padding-top:115px; margin-bottom:0px; color:#fff; }
.searchFilter form{ padding-bottom: 0px; }
	.searchFilter .container{ padding:20px 0 0 0; }
		.searchFilter h1{ font-size:32px; font-weight:normal; line-height: 60px; margin: 0; }
		.searchFilter .rangeSliderContainer{ width:100px; }
		.searchFilter .title{ line-height:60px; display:block; }
		.searchFilter label.button{ background:rgb(238,234,223); color:rgb(148,150,149); display: block; margin: 13px 10px 0 0; width: 85px;text-align: center;font-size: 15px;padding: 7px; float:left; }
			.searchFilter label.button.active{ background:rgb(231,118,40); color:#fff; }
		.searchFilter input[type="checkbox"]{ display:none; }
.searchContent{  }
	.searchContent .area{ background:none; box-shadow:none;padding-top:0; }
	.searchContent ul{ list-style:none; margin:25px 0; padding:0; }
		.searchContent ul li{ margin:25px 0; height:170px; padding:0 10px;  }
			.searchContent ul li .profileImage{ width:150px;height: 150px; margin:15px 0 0 0; border-radius:50%; overflow:hidden; }
				.searchContent ul li .profileImage.left{ float:left; }
				.searchContent ul li .profileImage.right{ float:right; }
			.searchContent ul li .profileInfo{ float:left; width:400px; }
				.searchContent ul li .profileInfo.left{ padding:0 0 0 10px; }
				.searchContent ul li .profileInfo.right{ padding:0 10px 0 0; }
				.searchContent ul li .profileInfo h2{ font-size:20px; margin:0; font-weight: normal; }
				.searchContent ul li .profileInfo span{ font-weight:700; margin: 5px 0; display: block; font-size: 14px; }
				.searchContent ul li .profileInfo p{ font-style:italic; margin:0; }
	.searchContent .resultsFigure{ font-size:26px; }
		.searchContent .resultsFigure span{ color:rgb(50, 208, 194); }

.birthdaySelects select{ width:32%; margin-right:2%; }
	.birthdaySelects select:last-child{ margin-right:0%; }

.container{ width:1180px; margin:0 auto; }
	.hasSidebar{ padding-left:310px; position:relative; }

.container.centered{ width:775px; margin:0 auto; }

.inner{ padding:30px; }
	.inner.small{ padding:10px; }
.area{ background:#fff; padding:30px 20px; margin-bottom:45px; -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1);	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1); }
	.news .area{ border:1px solid rgb(232,232,232); position:relative; float:left; width:372px; margin-right:30px; height:570px; }
		.single .news .area{ height:auto; }
		.news .area:nth-child(3n){ margin-right:0px; }
		.news .area img{ position:absolute; top:0; left:0; }
		.news .area.hasImage{ padding-top:255px; }
		.news .area h2{ color:rgb(68,68,68); font-size:18px; font-weight:700; height:50px; line-height:27px; margin-top:10px; overflow:hidden; }
			.news .area .date{ float:left; width:100%; }
				.news .area .date .monthYear{ display:block; color:#B9B9B9; }
				.news .area .date .day{ display:block; font-size:35px; margin-top:10px; text-align:center; font-weight:700; }
			.news .area .excerpt{ float:left; width:100%; }
			.news .area .more{ float:left; width:100%; color:rgb(50, 208, 194); }
		.single .area{ width:100%; }
		.single .area.hasImage{ padding:30px 20px; }
		.single .area img{ float:right; margin:0 0 10px 10px; position:static; }
		.single .area .date{ float:none; }
	.area ul{ line-height:25px; }
	.sidebar h2,
	.area h2{ margin-top:0; }

.area.transparent { background: none; padding:30px 20px; margin-bottom:19px; box-shadow: none; -webkit-box-shadow:none; -moz-box-shadow: none; text-transform: uppercase; }

.area.transparent.form { background: transparent; padding: 0px 0px; margin-bottom:19px; -webkit-box-shadow: none; -moz-box-shadow: none; text-transform: uppercase; }

.col1-2{ float:left; width:50%; }
.col1-3{ float:left; width:33%; }
.col1-4{ float:left; width:25%; }
.col3-4{ float:left; width:75%; }


.col5percent { float:left; width:5%;}
.col20percent { float:left; width:20%;}
.col40percent { float:left; width:40%;}

.centertitle{ width:200px; margin:0 auto; }
	.centertitle h3{ font-size: 26px; text-align:center; margin-top:20px; }
	.centertitle .border{ width: 100px; height: 0; border-bottom: 1px solid rgb(207,207,207); margin: 25px auto; }


.spacer{ height:116px; }
#mainHeader{ background: rgba(255,255,255,0.9); position: fixed; width: 100%; z-index: 500; }
.topBar{ width:100%;  border-bottom: 5px solid rgba(0, 0, 0, 0.05); }
	.topBar .container{ position:relative; }
	.topBar .button { position: absolute!important; font-size: 10px!important; margin: 3px 0!important; }
	.topBar ul{ list-style:none; margin:0; padding:0; }
		.topBar ul li{ float:right; }
			.topBar ul li a{ display:inline-block; color:#000; padding:8px 19px; border-left:1px solid rgb(140,159,129); font-size:12px; }
				.topBar ul li a.hightlight { background:rgb(255, 246, 109); }
				.topBar ul li a.highlight-turquoise { color: rgb(50, 208, 194); }
				.topBar ul li:first-child a{ border-right:1px solid rgb(140,159,129); }
				.topBar ul li i{ font-size:16px; }
.headerBar{ width:100%; border-bottom:1px solid rgb(218,218,218); }
	.headerBar .logo{ padding:15px 0; border-bottom:4px solid rgb(255, 246, 109); width:175px; }
		.headerBar .logo img{ max-width:100%; }
	.headerBar ul{ list-style:none; margin:0; padding:0; float:right; }
		.headerBar ul li{ float:left; position:relative; }
		.headerBar ul li a i { display: none; }
			.headerBar ul li:hover .submenu{ display:block; }
			.headerBar ul li a{ display:inline-block; color:#444; font-size:16px; padding:29px 20px; border-left:1px solid rgb(218,218,218); }
				.headerBar ul li .active { background-color: rgb(50, 208, 194); color: rgb(255, 255, 255); } /* Example of current-menu-item */
				.headerBar ul li:hover a{ background-color: rgb(50, 208, 194); color: rgb(255, 255, 255); } /* Example of current-menu-item */
				.headerBar ul li:hover .submenu a{ background:none; color:#444; } /* Example of current-menu-item */
				.headerBar ul li .submenu a:hover {background-color: rgb(50, 208, 194); color: rgb(255, 255, 255); } /* Example of current-menu-item */
				.headerBar ul li:last-child a{ border-right:1px solid rgb(218,218,218); }
		.headerBar ul li .submenu{ display:none; position: absolute; top:77px; left:0; border: 1px solid rgb(218,218,218); background: #fff; -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1);-moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1);	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1); }
			.headerBar ul li .submenu li a{ padding:10px 20px; width:225px; border:none; border-bottom: 1px solid rgb(218,218,218); }
				.headerBar ul li .submenu li:last-child a{ border:none; }


.teaserBar{ width:100%; height:250px; overflow:hidden; }

.cycle-slideshow{ list-style:none; margin:0; padding:0; }
	.cycle-slideshow li{ width:100%; }

.teaserImage{ color: #fff; position:relative; height: 600px; }
	.teaserOverlay{ position:absolute; top:0; left:0; width:100%; height:600px; background:rgba(53,53,53,0.5); text-align:center; }
		.teaserOverlay .container{ padding:200px 0; }
			.teaserOverlay .button{ width:195px; }
		.teaserImage h2{ font-size:28px; color:#fff; width: 950px; margin: 0 auto; }
		.teaserImage p{ font-size:18px; color:#c3c3c3; }
	.secondOverlay{ position:absolute; bottom:0; left:0; width:100%; height:65px; background:rgba(53,53,53,0.5); text-align:center; }
		.secondOverlay p{ font-size:18px; color:#fff; }

.steps{ background:#fff; width:100%; text-align:center; padding:80px 0; }
	.steps .col1-3{ height:340px; }
	.steps img{ margin-bottom:10px; float:right; }
	.steps h3{ font-size:26px; font-family: 'museo'; font-weight:normal; }
		.steps h3 span{ color:rgb(50,208,194);}
		.steps i{ color: rgb(50,208,194); font-size: 45px; margin-bottom: 15px; }
	.steps .border{ width: 100px; height: 0; border-bottom: 1px solid rgb(207,207,207); margin: 25px auto; }

.registerTeaser{ background:url('https://onewish.uk/wp-content/themes/default/img/newHappyimage.png')  center center no-repeat; background-size: cover; position:relative; height:350px; color:#fff; }
	.registerTeaser .overlay{ z-index:200; height:300px; width:100%; background:rgba(0,0,0,0.5); position: absolute; top:0; left:0; }
		.registerTeaser .container{ padding:80px 0; }
			.registerTeaser h2{ color:#fff; }
			.registerTeaser a{ float:right; margin:65px 0; }


.signupTeaser{ padding:80px 0; background:rgb(241,241,241); }
	.signupTeaser h2{ margin-bottom: 50px; text-align: center; color: rgb(68,68,68); font-size: 32px; font-family: 'museo';	font-weight: normal; }
	.signupTeaser .box{ width:630px; padding: 50px 20px; background:#fff; margin:0 auto; box-shadow:0px 3px 3px rgb(239,239,239); }
		.signupTeaser .placeholder{ position:relative; }
			.signupTeaser .placeholder h3{ position:absolute; width: 210px; text-align: center; font-size: 23px;}
				.signupTeaser .placeholder h3:nth-child(1){ top:15px; left:30px; }
				.signupTeaser .placeholder h3:nth-child(2){ top:30px; left:330px; }
				.signupTeaser .placeholder h3:nth-child(3){ top:30px; left:630px; }
				.signupTeaser .placeholder h3:nth-child(4){ top:30px; left:940px; }
		.signupTeaser .box img{ vertical-align:middle; margin-left:15px; }
		.signupTeaser .box strong{ font-size:18px; }
		.signupTeaser .box form{ margin-top:30px; }
		.signupTeaser .box label{ width:0px; }
		.signupTeaser .box input[type="checkbox"]{ float:left; margin-bottom:20px; }
			.signupTeaser .box #conditions1{ margin-bottom:45px; }
		.signupTeaser .box li{ line-height:23px; }
		.signupTeaser .box span{ font-weight:700; margin-left:20px; font-size:16px; }
		.signupTeaser .box span a{ font-weight:normal; color:rgb(50, 208, 194); text-decoration:underline;  }
	.signupTeaser .buttonwrapper{ margin: 50px auto 20px; width: 270px; }

.underlineLink a{ text-decoration:underline; color:rgb(50, 208, 194); }
/*
#paymentform{ padding:0px; }
#paymentform label{ display:inline-block; border:5px solid #d3d3d3; padding:10px 15px; margin:0 0 15px 0; width:100%; background: #fff; border-radius:3px; position:relative; }

#paymentform label.populair{ background: rgb(255, 246, 109); }
#paymentform label div{ position: absolute; right: 15px; top: 8px;	width: 140px; font-size: 13px;	background: transparent; border-radius: 3px; border:none; text-align: center; height: 30px; line-height: 30px; text-transform: uppercase; }

#paymentform input[type="radio"]{ width:10px; margin:0 15px 0 0; display: none; }

#paymentform label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
     margin-right: 10px;
    left: 20;
    background-color: transparent;
    border: 3px solid #333;
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;
}
*/
#paymentform input[type="radio"]{ width:10px; margin:0 15px 0 0; display: none; }
#paymentform input[type="radio"]:checked + label:before {
    content: "\2022";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    left: 20;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;
}



.price { font-size: 22px; }


.sidebar { position:absolute; top:0; left:0; width:280px; background: #fff; color: #444; font-size: 16px; -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1);	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1); }
	.sidebar.nobackground{ background:transparent; box-shadow:none; }
	.sidebar a { color: #444; }
	.sidebar hr { border: 1px solid rgba(0,0,0, 0.06); margin:25px 0; }

    .widget_black_studio_tinymce{ border-bottom:1px solid #d3d3d3; margin-bottom:20px; }
        .widget_black_studio_tinymce:last-child{ border:none; }

.author{}
	.frame{ width:220px; height:220px; border-radius:50%; overflow:hidden; }
	.authorGallery{ margin:30px 0; padding:0; list-style:none; }
		.authorGallery li{ float:left; width:105px; margin:0 10px 10px 0; }
			.authorGallery li:nth-child(2n){ margin-right:0; }
	.authorView ul{ margin:0; padding:0; list-style: none; }
		.authorView ul li{ padding:20px 0 20px 170px; position: relative; line-height:27px; border-bottom:1px solid rgb(229,229,229); }
			.authorView ul li ul.regelationList li{ padding:0; border:none; }
			
			.authorView ul li span{ position:absolute; left:0; top:0; display: block; padding: 20px 0; }
			.authorView ul li.half { width: 50%; float: left; }
	.author .area{ position:relative; }
		.author .area .makeContact{ position: absolute; top:-40px; left:0; }
		/*.author .area .toOverview { position: absolute; top: -40px; right: 0;}*/
			.author .area .toOverview i{ font-size: 12px;	margin-left: 10px; }

.completionbar { border: 1px solid rgb(50, 208, 194);border-radius: 5px;text-align: center;background: rgba(50, 208, 194, 0.2);margin: 15px 0;}
	.completionbar .fill{ background:rgb(50, 208, 194); padding: 5px 10px;color:#fff;}
	.completeNav{ padding:0; margin:10px; list-style:none; }

.footer{ background:rgb(51,51,51) url('https://onewish.uk/wp-content/themes/default/img/footer-bg.png'); color:#fff; margin-top:0px; padding:25px 0; }
	.footer ul{ margin:0; padding:0; list-style: none; }
		.footer ul li{ margin:10px 0; }
			.footer ul li i{ width:20px; margin-right:5px; font-size:16px; }
	.footer h3{ margin-bottom:15px; }
	.footer p{ display:inline-block; margin-top:0; }
	.footer a{ font-size:13px; color:rgb(255,255,255); line-height:25px; text-decoration:underline; }
		.footer a.button{ text-decoration:none; }
	.footer .button{ display:inline-block; }
	.footer .widget_recent_entries a{ text-decoration: none;  }
	.footer .widget_recent_entries .post-date{ display: block; color: #a9a9a9; margin-bottom:3px; }
		.footer .widget_recent_entries .post-date:before{ display: inline-block; font: normal normal normal 14px/1 FontAwesome;	font-size: inherit;	text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; content: "\f017"; margin-right:5px; }
.subFooter{ background:rgb(47,47,47); color:rgb(151,151,151); height:60px; line-height:60px; }
	.subFooter .copyright{ float:left; width:50%; }
		.subFooter .copyright a{ color:rgb(151,151,151); }
	.subFooter .menu{ float:right; width:50%; text-align:right; }
		.subFooter .menu a{ margin-left:20px; color:rgb(151,151,151); }

.userListing{ }
	.userListing li:hover{ background:#F3F3f3; }
		.userListing li a:hover{text-decoration:underline; }
		.userListing li span{ position:absolute; top:0; }
		.userListing li .userEmail{ left:300px; }
		.userListing li .userStatus{ left:550px; }

	.userListing td{
		min-width:50px;
		padding:5px;
	}

	.userListing th.rotate {
		/* Something you can count on */
		height: 140px;
		white-space: nowrap;
	}

	.userListing th.rotate > div {
		transform:
			/* Magic Numbers */
		translate(0px, 51px)
			/* 45 is really 360 - 45 */
		rotate(315deg);
		width: 30px;
	}
	.userListing th.rotate > div > span {
		border-bottom: 1px solid #ccc;
		padding: 5px 10px;
	}

	#uploadnow img,
	#uploadmultnow img {
		object-fit: cover;
	}

/*------------------------------------*\
    UPGRADE TABLE
\*------------------------------------*/

.upgradetable{ margin:30px 0 30px 0; padding:0; list-style:none; font-size:14px; }
	.upgradetable li{ position: relative; height: 35px; line-height: 35px; padding: 0 10px; }
		.upgradetable li:nth-child(2n) { background: rgba(0, 0, 0, 0.05); }
		.upgradetable li span{ text-align:center; width:100px; }
		.upgradetable li .first{ position:absolute; top:0; left:0; margin-left:450px; }
		.upgradetable li .two{ position:absolute; top:0; left:0; margin-left:650px; }


/*------------------------------------*\
    DASHBOARD POPUP
\*------------------------------------*/

.dashboard-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width:auto;
	max-width: 500px;
	margin: 20px auto;
}
/*------------------------------------*\
    TOOLTIP
\*------------------------------------*/
.tooltip-hover {
	position: relative;
	cursor: pointer;
}
.tooltip {
	visibility: hidden;
	top: 30px;
	left: -15px;
	width: 225px;
	padding: 0 10px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index: 1;
}

.tooltip-hover:hover > .tooltip {
	opacity: 1;
	visibility: visible;
}

/*------------------------------------*\
    CHAR COUNTER
\*------------------------------------*/
.characterCounterDesc {
	opacity: 0;
	font-size: 12px;
}
.characterCounterInter {
	opacity: 0;
	font-size: 12px;
}
.characterCounterDesc .red,
.characterCounterInter .red {
	color: red;
	font-weight: 600;
}
.minOkDesc {
	opacity: 0;
	font-size: 12px;
}
.minOkInter {
	opacity: 0;
	font-size: 12px;
}
/*------------------------------------*\
    Image Blur
\*------------------------------------*/
.blur {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}
.blur {
    /*filter: blur(5px);*/
    /*-webkit-filter: blur(5px);*/
    /*-moz-filter: blur(5px);*/
    /*-o-filter: blur(5px);*/
    /*-ms-filter: blur(5px);*/
    /*filter: url(#blur);*/
    /*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');*/
    /*opacity:0.06;*/
}

/*------------------------------------*\
    Elements
\*------------------------------------*/

.page .content .container .area {
	padding: 60px 15%;
}

.page.page-template-template-login .content .container .area,
.page.page-template-template-register .content .container .area,
.page.upgrade-profiel .content .container .area,
.page.donorschap .content .container .area,
.page.page-template-template-subscription  .content .container .area,
.page.page-template-template-account  .content .container .area {
	padding: 30px 20px;
}

/*delete account*/
#delete-account-details {
	height: 100%;
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 150px;
}

#delete-account-details .delete-form {
    height: 500px;
    width: 50%;
    padding: 2em 1em;
    margin: 0 auto;
    background: white;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1);
    border-radius: 5px;
    z-index: 99;
}

#delete-account-details .delete-form .forms input {
    margin-bottom: 1em;
}

#delete-account-details .delete-form .forms label {
    width: calc(100% - 30px );
    margin-bottom: 1em;
}

.displaynone{ display:none; }

.button{ display:inline-block; background: rgb(50, 208, 194); padding: 10px 50px 14px 50px; color:#fff; border-radius:3px; margin:0 0px; font-size: 16px; }
	.button:hover{ color:#fff; text-decoration:none; opacity:0.8; }

.button.circle { background-color: white; width: 40px; height: 40px; border: solid 1px black; border-radius: 50%; padding: 0; margin-top: 30px; font-size: 24px; line-height: 40px; text-align: center; color: black;}
.button.yellow { background-color: rgb(255, 246, 109); color: #000; border: solid 1px rgb(255, 246, 109); padding: 10px 40px 14px 50px; border-radius:3px; font-size: 16px; }
.button.pink {background-color: #ff006a; color: #fff; border: none; padding: 10px 50px 14px 50px; border-radius:3px; font-size: 16px; }
.button.pink.from-a { margin-top: 15px; font-size: 15px; }
.button.small{ padding:7px 25px 7px 25px!important; }

.smallpopup { position: relative; background: #FFF; padding: 20px; width: auto; max-width: 500px; margin: 20px auto; }
	.smallpopup .loading-gif { background: url('https://onewish.uk/wp-content/themes/default/img/icons/onewish-loading.gif'); height: 11px; width: 43px; display: block; float: left; margin-right: 10px; margin-top: 5px; }

.backendNav{ list-style:none; margin:0 0 20px 0; padding:0; }
	.backendNav li{ padding:7px 0; color:#b3b3b3; }
		.backendNav li a i{ margin-right:5px; }
		.backendNav li a i.fa.fa-envelope { color: rgb(50, 208, 194);font-size: 14px;margin-left: 10px; }

.upgradeTeaser h3{ margin: -30px -30px 20px -30px; background: rgb(255, 246, 109); padding: 15px; text-transform: uppercase; text-align:center; }

.fotoTab .grid ul{ list-style:none; margin:0; padding:0; }
	.fotoTab .grid ul li{ float:left; margin:0 15px 15px 0; }
		.fotoTab .grid ul li:nth-child(2n){ margin:0 0 15px 0; }
.fotoTab .img-option-delete{ position:relative; }
	.fotoTab .img-option-delete li:hover .overlay-remove{ display:block; cursor:pointer; }
	.fotoTab .img-option-delete li .overlay-remove{ display:none; position:absolute; top:0; left:0; width:190px; height:120px; background:rgba(0,0,0,0.5); color:#fff; }
		.fotoTab .img-option-delete.single li .overlay-remove{ width:255px; height:255px; }
		.fotoTab .img-option-delete li .overlay-remove .remove-text{ text-align:center;  padding:50px 0; font-size:14px; }
			.fotoTab .img-option-delete.single li .overlay-remove .remove-text{ padding:115px 0; font-size:18px; }
			.fotoTab .img-option-delete li .overlay-remove .remove-text i{ margin-right:5px; }

.chatusers{ margin:0 0 0 0; padding:10px; list-style:none; }
	.chatusers li{ margin:7px 0 20px; padding:0 0 20px 0; border-bottom:1px dotted #d3d3d3; position: relative; }
		.chatusers li:last-child{ margin:7px 0 7px; padding:0; border-bottom:0px dotted #d3d3d3;  }
		.chatusers li .chat-user-avatar{ margin-right:20px; width: 75px; height: 75px; border-radius: 50%;	overflow: hidden; float: left; }
		.chatusers li .chat-user-name{ width: 95%; font-size:18px; }
		.chatusers li .chat-user-lastmessage{ font-size:11px; font-style:italic; }
		.chatusers li .chat-choice{ font-size: 14px; margin: 10px 25px 0 0; display: inline-block; }
		.chatusers i { color:rgb(50, 208, 194); }
			.chatusers li .chat-choice i{ color:rgb(50, 208, 194); }
			.chat-choice.view-profile { position: absolute; top: 40px; right: 30px; }
			.chat-choice.view-profile i { color:rgb(50, 208, 194); }
.chatlayout{ margin:0 0 10px 0; padding:10px; list-style:none; background:rgb(246, 246, 246); border:1px solid #eee; border-radius:4px; max-height:350px; overflow-y:scroll; }
	.chatlayout li{ margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px solid #eee; }
	.chatlayout li.you { text-align: right }
	.chatlayout li:last-child{ border-bottom:none; padding:0; }
	.chatlayout li span.name{ color:rgb(50, 208, 194); }
	.chatlayout li p{ margin:0; line-height:20px; }
	.chatlayout li span.datetime{ font-size: 10px; display: block; margin: 5px 0 2px 0; }
.newmessageFloater{ position: fixed; bottom: 0; right: 0; padding: 25px; border: 1px solid #d3d3d3; background: #fff; }

.account-profile-link {
	color: rgb(50, 208, 194)!important;
}
.account-profile-link:hover {
	color: #444!important;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/
form { background: none;  padding-bottom: 40px;  }
.smallformblock { max-width: 350px; margin: 0 auto; background-color: white; padding: 30px; color:#2c3e50; text-align: left; }
.formerror { color:#e74c3c; margin: 0 0 30px 0; }
.formcols-3 li { width: 33.33%; float: left; }
form ul { margin: 0; padding: 0; list-style: none; }
form li { margin:0 0 14px 0; position: relative; }
form label { display: none; margin: 0 0 2px 0; }
form label.checkboxlabel { display: block; width: 100%; }
form input { width: 100%; background-color: rgb(246, 246, 246); border: 1px solid #eee; border-radius: 4px; padding: 13px 18px; font-size: 17px; margin: 0 0 12px 0; }
form select { width: 100%; background-color: rgb(246, 246, 246); border: 1px solid #eee; border-radius: 4px; padding: 13px 18px; font-size: 17px; margin: 0 0 12px 0; }
::-webkit-input-placeholder { font-family: 'latoregular'; color:#c5c1c1; }
:-moz-placeholder { font-family: 'latoregular'; color:#7f8c8d; } /* Firefox 18- */
::-moz-placeholder {  font-family: 'latoregular'; color:#7f8c8d; } /* Firefox 19+ */
:-ms-input-placeholder {  font-family: 'latoregular'; color:#7f8c8d; }
form textarea { width: 100%; height:150px; background-color: rgb(246, 246, 246); border: 1px solid #eee; border-radius: 4px; padding: 13px 18px; font-size: 17px; margin: 0 0 12px 0; }
form input[type='checkbox'] { display: inline; width: auto;  margin: 0 6px 12px 0; }
form input[type='checkbox'] + label { display: inline-block; font-family: 'latoregular'; margin: 0 0 10px 5px; cursor: pointer; width:810px; margin: 0 0 12px 0; }
form input[type='submit'] { width: auto; }
form input:disabled {
    cursor: not-allowed;
}
form .pink{ border:none; border-radius: 3px; padding:5px; }

body.upgrade-profiel form input[type='submit'] { background-color: #ff006a; color: #fff; }

form select { border: 1px solid #95a5a6; padding:5px 10px; width: 100%;  margin: 0 0 12px 0; }
label.error { position: absolute; top:-22px; z-index: 100; right: 10px; padding: 5px 10px; background-color: #e67e22; border-radius: 4px; animation: appear .35s; color:white;  margin: 0 0 12px 0; }
label.error:after { border: 10px solid; content:''; width: 0; height: 0; display: block; border-color: #e67e22 transparent transparent transparent; position: absolute; left: 50%; bottom: -20px; margin: 0 0 0 -10px; }
@keyframes appear { from {opacity: 0;} to {opacity: 1;} }


/*------------------------------------*\
    DELETE MIJN LIJSTEN
\*------------------------------------*/
.page .content .container .area ul li .fa-close {
	visibility: hidden;
}
.page .content .container .area ul li:hover .fa-close {
	visibility: visible;
	transition: 500ms;
	position: relative;
	z-index: 999;
}


/*------------------------------------*\
    LOGIN & REGISTER FORMS
\*------------------------------------*/
.page.page-template-template-register .content .container .area .flex,
.page.page-template-template-login .content .container .area .flex {
	display: flex;
}

.page.page-template-template-register .content .container .area .flex .form-div,
.page.page-template-template-login .content .container .area .flex .form-div {
    width: 60%;
    padding: 30px;
    border-right: solid 1px #dfe1e1;
}

.page.page-template-template-register .content .container .area .flex .bright,
.page.page-template-template-login .content .container .area .flex .bright {
	padding: 30px;
    color: black;
    background-color: white;
}

.page.page-template-template-register .content .container .area .flex .bright p,
.page.page-template-template-login .content .container .area .flex .bright p {
	margin-bottom: .5em;
    font-size: 32px;
    color: #444444;
    font-weight: bold;
}

.page.page-template-template-register .content .container .area .flex .bright .fa,
.page.page-template-template-login .content .container .area .flex .bright .fa {
    font-size: .8em;
}

.page.page-template-template-register .content .container .area .flex .bright a,
.page.page-template-template-login .content .container .area .flex .bright a {
	color: white;
	text-decoration: none;
    font-family: 'museo';
}

.page.page-template-template-register .content .container .area .flex .bright span,
.page.page-template-template-login .content .container .area .flex .bright span {
	display: block;
	margin-bottom: 15px;
	font-weight: normal;
    font-size: 16px;
}

/*------------------------------------*\
    Colors
\*------------------------------------*/

.green{ background:rgb(50, 208, 194)!important; color:#fff!important; }
.green h2{ color:#fff!important; }
.grey{ background:#95a5a6!important; color:#fff!important; }
.softred{ background:#fa8072!important; color:#fff!important; }
.yellow{ background:#fff66d!important; color:#444!important; }
.pink{ background:rgb(252,29,109)!important; color:#fff!important; }

/* form input[type='submit'] { background-color: #333; } */

/*------------------------------------*\
    Tabs
\*------------------------------------*/

#tab-1, #tab-2, #tab-3, #tab-4 { -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1); box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.1); }
.r-tabs { position: relative; margin: 0 0 30px 0;   } /* Tabs container */
.r-tabs .r-tabs-nav .r-tabs-tab { position: relative; background-color: #ececec; font-family: 'latoregular'; border-radius: 4px 4px 0px 0px; font-weight: normal; font-size: 13px; } /* Tab element */
.r-tabs .r-tabs-nav .r-tabs-anchor { display: inline-block; padding: 10px 12px; text-decoration: none; color: #000; font-size: 16px; } /* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-disabled { opacity: 0.5; } /* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor { color: #000; font-size: 16px; text-shadow: none; background-color: #fff;  } /* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-tab i{ margin-left:5px; }
.r-tabs .r-tabs-nav .r-tabs-tab i.fa-check{ color:rgb(133,187,155); }
.r-tabs .r-tabs-nav .r-tabs-tab i.fa-exclamation{ color:#e67e22; }
.r-tabs .r-tabs-panel { background-color: white; } /* Tab panel */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor { display: block; padding: 10px; color: #fff; text-decoration: none; font-size: 14px; } /* Accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { background-color: #fff; } /* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled { opacity: 0.5; } /* Disabled accordion button */
.r-tabs .r-tabs-nav { margin: 0; padding: 0; } /* tabs responsive */
.r-tabs .r-tabs-tab { display: inline-block; margin: 0; list-style: none; }
.r-tabs .r-tabs-panel { padding: 30px 20px; display: none; }
.r-tabs .r-tabs-accordion-title { display: none; }
.r-tabs .r-tabs-panel.r-tabs-state-active { display: block; }
.r-tabs-panel p a{ color:rgb(133,187,155);}
@media only screen and (max-width: 768px) { /* Accordion responsive breakpoint */
	.r-tabs .r-tabs-nav { display: none; }
	.r-tabs .r-tabs-accordion-title { display: block; }
}

#admin-tabs {
	padding: 0;
    font-size: 16px;
    border: none;
}
#admin-tabs .ui-widget-header {
    padding: 15px 10px 0;
    background: #cff6f3;
    border: 0;
    border-radius: 0;
}
#admin-tabs li {
	border: none;
}
#admin-tabs li.ui-state-active {
	background: #ffffff!important; 
}
#admin-tabs li.ui-state-active a {
	color: #555555!important;
}
#admin-tabs li.ui-state-default {
	background: #5ad0c3;
}
#admin-tabs li.ui-state-default a {
	color: #ffffff;
}
#admin-tabs p {
	margin-bottom: 0;
}

/*------------------------------------*\
    Clearfix
\*------------------------------------*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

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

@font-face {
	font-family: 'latobold';
	src: url('https://onewish.uk/wp-content/themes/default/fonts/lato-bold.eot');
	src: url('https://onewish.uk/wp-content/themes/default/fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-bold.woff2') format('woff2'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-bold.woff') format('woff'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-bold.ttf') format('truetype'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-bold.svg#latobold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;

}

@font-face {
	font-family: 'latoitalic';
	src: url('https://onewish.uk/wp-content/themes/default/fonts/lato-italic.eot');
	src: url('https://onewish.uk/wp-content/themes/default/fonts/lato-italic.eot?#iefix') format('embedded-opentype'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-italic.woff2') format('woff2'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-italic.woff') format('woff'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-italic.ttf') format('truetype'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-italic.svg#latoitalic') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;

}

@font-face {
	font-family: 'latolight';
	src: url('https://onewish.uk/wp-content/themes/default/fonts/lato-light.eot');
	src: url('https://onewish.uk/wp-content/themes/default/fonts/lato-light.eot?#iefix') format('embedded-opentype'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-light.woff2') format('woff2'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-light.woff') format('woff'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-light.ttf') format('truetype'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-light.svg#latolight') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;

}

@font-face {
	font-family: 'latoregular';
	src: url('https://onewish.uk/wp-content/themes/default/fonts/lato-regular.eot');
	src: url('https://onewish.uk/wp-content/themes/default/fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-regular.woff2') format('woff2'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-regular.woff') format('woff'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-regular.ttf') format('truetype'),
	url('https://onewish.uk/wp-content/themes/default/fonts/lato-regular.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;

}

@font-face {
	font-family: 'sacramento';
	src: url('https://onewish.uk/wp-content/themes/default/fonts/sacramento-regular.eot');
	src: url('https://onewish.uk/wp-content/themes/default/fonts/sacramento-regular.eot?#iefix') format('embedded-opentype'),
	url('https://onewish.uk/wp-content/themes/default/fonts/sacramento-regular.woff2') format('woff2'),
	url('https://onewish.uk/wp-content/themes/default/fonts/sacramento-regular.woff') format('woff'),
	url('https://onewish.uk/wp-content/themes/default/fonts/sacramento-regular.ttf') format('truetype'),
	url('https://onewish.uk/wp-content/themes/default/fonts/sacramento-regular.svg#sacramento') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'museo';
	src: url('https://onewish.uk/wp-content/themes/default/fonts/museo500-regular.eot');
	src: url('https://onewish.uk/wp-content/themes/default/fonts/museo500-regular.eot?#iefix') format('embedded-opentype'),
	url('https://onewish.uk/wp-content/themes/default/fonts/museo500-regular.woff2') format('woff2'),
	url('https://onewish.uk/wp-content/themes/default/fonts/museo500-regular.woff') format('woff'),
	url('https://onewish.uk/wp-content/themes/default/fonts/museo500-regular.ttf') format('truetype'),
	url('https://onewish.uk/wp-content/themes/default/fonts/museo500-regular.svg#museo') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/* JR */

.smallpopup.chats form {
	padding-bottom: 0;
}
.chatusers span.dropt, .reportusers span.dropt { /* border-bottom: thin dotted; */ background: rgb(255, 246, 109); }	
.chatusers span.dropt:hover, .reportusers span.dropt:hover { text-decoration: none; background: #ffffff; z-index: 6; }	
.chatusers span.dropt span, .reportusers span.dropt span { position: absolute; left: -9999px;	
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;	
  border: none; z-index: 6; font-style: italic; }	
.chatusers span.dropt:hover span { left: 10%; background: #ffffff;}	
.chatusers span.dropt span { position: absolute; left: -9999px;	
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px;	
  border: none; }	
/* Tekstballonnetje */	
.chatusers span.dropt:hover span { margin: -90px 0 0 285px; background: rgba(0,0,0,0.9); z-index:6; color: #fff; padding: 5px 0 5px 10px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }	
.reportusers li .chat-choice i {	
    color: rgb(50, 208, 194);	
}
.reportusers span.dropt span { left: 2%; display: none;margin: -90px 0 0 285px; background: rgba(0,0,0,0.9); z-index:6; color: #fff; padding: 5px 0 5px 10px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }	
.reportusers span.dropt:hover { cursor: pointer; }
.offPage { display: none; }

.togglePassText { color: rgb(0, 0, 0); font-size: 13px; }

body.upgrade-profiel .content { padding-top: 185px; }

/*.author.logged-in .content{
	padding-top: 185px;
}*/
.author.logged-in .content,.author .content{
	padding-top: 185px;
}


#report-user-form select,	
#report-user-form textarea {	
	width: 100%;	
}	
#report-user-form #description-wrapper{ display: none; }	
#report-user-form textarea { height: 100px; resize: none; margin-bottom: 20px; }	
#report-user-form label { float: left; }	
#report-user-form #submituserreport { padding: 10px 30px; float: left; border: 0; border-radius: 3px; }

/*------------------------------------*\
    STICKY MOBILE MENU
\*------------------------------------*/

#mobile-menu {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: white;
    border-top: solid 1px black;
    z-index: 4;
}

#mobile-menu ul {
	width: 100%;
	padding: 0;
	margin: 10px 0 5px;
	list-style: none;
	display: inline-block;
}

#mobile-menu li {
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
}

#mobile-menu li:first-child a {
	color: red;
}

#mobile-menu li.current-page:before {
	content: '';
	width: 100%;
	height: 5px;
	background-color: rgb(255, 246, 109);
	position: absolute;
    top: -10px;
    left: 0;
}

#mobile-menu i {
    font-size: 30px;
    line-height: 1.25;
}

#mobile-menu p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

#mobile-menu .unread-count {
    background: #74d3f9;
    position: absolute;
    padding: 3px 8.5px;
    border-radius: 50%;
    font-size: 15px;
    margin-left: 15px;
}

/*------------------------------------*\
    SWITCH
\*------------------------------------*/

.m5 {
	margin: 0 5px;
}

.switch {
	display: inline-block;
}
.switch:hover {
	pointer-events: none;
}
.switch small {
    display: inline-block;
    width: 46px;
    height: 20px;
    background: #455a64;
    border-radius: 30px;
    position: relative;
    top: 4px;
    cursor: pointer;
}
.switch small:after {
	content: "Nee";
	position: absolute;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	width: 100%;
    top: 1px;
	left: 0px;
	text-align: right;
	padding: 0 6px;
	box-sizing: border-box;
	line-height: 18px;
}
.switch small:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	top: 3px;
	left: 3px;
	transition: .3s;
	box-shadow: -3px 0 3px rgba(0,0,0,0.1);
}
.switch input:checked ~ small {
	background: #4fc5c5;
	transition: .3s;
}
.switch input:checked ~ small:before {
	transform: translate(25px, 0px);
	transition: .3s;
}
.switch input:checked ~ small:after {
	content: "Ja";
	text-align: left;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

	.author.logged-in .content,
	.content{
		padding-top: 0;
		margin: 0px 0 50px 0;
	}

    .payment_page_hold .col1-2,
	.donor-fields .col1-2 {
       /* height:58px; */
		height: 70px;
        display:block;
    }
    .payment_page_hold .col1-4,
	.donor-fields .col1-4 {
       /* height:58px; */
		height: 70px;
        display:block;
    }
    .payment_page_hold .responsive_wider,
	.responsive-heading {
		width: 25%;
    }
	.responsive-wrap {
		width: 100%;
	}
	.responsive-heading {
		height: 70px;
		display: block;
	}
    .payment_page_hold h3{
        float: left;
        margin-top: 25px;
        width: 100%;
    }
    .col20percent{
        width:40%;
    }
    #package_features .col20percent{
        width:20%;
    }
    #package_features .col40percent,#package_features .col20percent{
		height: 70px;
        display:block;
    }
}

/* @media only screen and (max-width: 990px) and (orientation: landscape) {
	.author .area h2 {
		margin-top: -20px;
	}
} */
@media only screen and (max-width:480px) {
    .payment_page_hold .responsive_wider,
	.responsive-heading {
		font-size: 12px;
		padding: 15px 8px!important;
    }
}
@media only screen and (max-width:768px) {
	form input[type='submit'] {
		width: 100%;
    	white-space: pre-wrap;
    }
	.page.page-template-template-login .content,
	.page.page-template-template-register .content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.page.page-template-template-login .content .container .area,
	.page.page-template-template-register .content .container .area {
	    padding: 20px 10px;
	}

	.page.page-template-template-register .content .container .area .flex .form-div,
	.page.page-template-template-login .content .container .area .flex .form-div {
	    padding: 0;
	}

	.page.page-template-template-register .content .container .area .flex .bright,
	.page.page-template-template-login .content .container .area .flex .bright {
		padding: 0;
	}
}
/* @media only screen and (max-width: 768px) and (orientation: landscape) {
	.author .area h2 {
		margin-top: -10px;
	}
} */
@media only screen and (max-width: 700px) and (orientation: landscape) {
	.author .area h2 {
		margin-top: 0;
	}
}
@media only screen and (max-width:1024px) {
	.container{ width:100% !important; }
    .toggle_search{display:inline-block !important;}

	.page .content .container .area {
		padding: 30px 20px;
	}

	.author .area{
		margin-top: 60px;
	}

	.author .area .makeContact{
		top: -65px!important;
	}

	.page.page-template-template-register .content .container .area .flex,
	.page.page-template-template-login .content .container .area .flex {
		display: block;
	}

	.page.page-template-template-register .content .container .area .flex .form-div,
	.page.page-template-template-login .content .container .area .flex .form-div {
		width: 100%;
		border-right: none;
	}
}
@media only screen and (min-width:320px) and (max-width:1024px) {
    .to_toggle {
        display: none;
    }

}
@media only screen and (min-width:1024px) {
    .to_toggle {
        display: block;
	}
}
@media only screen and (max-width:375px) {
	form input {
		font-size: 14px;
	    padding: 13px 10px;
	}
}
.toggle_search{
    display:none;
}
/*------------------------------------*\
    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;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

#voorwaardenCB  {
/*	display:none;*/
position:absolute;
z-index:-1;
margin-top:20px;
margin-left:5px;
}

#voorwaardenCB + label p {
	padding-left:40px;
}

#voorwaardenCB + label {
		position:relative;
}

#voorwaardenCB + label:before {
		content: "\f00d";
		display:inline-block;

		color: #e62e2e;
		font-size: 30px !important;
		margin-right: 8px;
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position:absolute;
		top:12px;
}
#voorwaardenCB:checked + label:before  {
		content: "\f00c";
		color: rgb(50, 208, 194);
}

strong, .articlecontent {
	line-height: 30px;
}
/*
#paymentform .activeSelection {
	border: 8px solid rgb(50,208,194);
}

#paymentform .activeSelection:before {
	background-color:#333 !important;
}*/

.page-template-template-payment .area.transparent.form {
	margin-bottom:0;
}

.footer a {
font-size:16px;
line-height:30px;
}

.magazineHolder h1 {
	color:#32d0c2;
	text-align: center;
	margin-bottom:25px;
}

.current-cat {
	background:#32d0c2;
}
.page-template-template-magazine-new .content, .category .content {
	padding-top: 145px;
}
.categories {
	margin-bottom:50px;
}
.categories ul {
	padding:0;
	margin:0;
	background:#000;
	display: table;
	width:100%;
}

.categories ul li {
	display:table-cell;
	list-style: none;
	text-align: center;
	transition:.4s;
}

.categories ul li:hover, .category-90 .first {
	background:#32d0c2;
}

.categories ul li a {
	color:#fff;
	padding-top:15px;
	padding-bottom:15px;
	display:inline-block;
	width:100%;
	font-size: 18px;
	font-family: 'latobold';
}
.largePost {
	width:50%;
}

.smallPost {
	width:25%;
}

.smallPost .postContent {
	height:300px;
}

.largePost .postContent {
	height:200px;
}

.dateoverlay {
	color:#32d0c2;
	font-family: 'latobold';
	position: absolute;
	left:15px;
	font-size:25px;
	top:15px;
}

.smallPost .dateoverlay {
	right:15px;
	left:auto;
}

.pull-up {
	margin-top:-100px;
}

.nomarg {
	margin-right: 0 !important
}
.magazinePost {
	padding-left:15px;
	padding-right:15px;
	float:left;
	margin-bottom:30px;
}

.magazinePost header {
	height:200px;
	position:relative;
	background-size:cover;
}
.clickOverlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 999;
	cursor: pointer;
}
.magazinePost header .postOverlay {
	background: rgba(246,239,144,0.7);
	z-index:9999;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	padding:10px;
}

.magazinePost header {
	background-position: center center;
}

.top header {
	background-position: center top;
}

.bottom header {
	background-position: center bottom;
}

.center header {
	background-position: center center;
}

.magazinePost header .postOverlay ul {
	padding:0;
	margin:0;
	text-align: right;
}

.magazinePost header .postOverlay ul li {
	list-style: none;
	display: inline;
	margin-left:15px;
	font-size:20px;
}

.postContent {
	background:#fff;
	padding:15px;
	position: relative;
}
.postContent h3 {
	font-size:15px;
	font-family: 'latobold';
}

.postContent p {
	font-family: 'latoregular';
	font-size:15px;
}

.textcenter {
	text-align: center;
}
.postContent .readmorel {
	background:#fff66d;
	font-family: 'latobold';
	padding:5px 10px;
	display:inline-block;
	position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -50px;
}

.postContent h3 span {
	text-transform: uppercase;
	color:#32d0c2;
}

/*------------------------------------*\
    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;
	}
}

.arconix-faq-wrap {
	background: #fff;
	border-radius: 0;
	margin: 0;
	border-bottom: 2px solid rgb(247,247,247);
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 15px 10px;
}

.arconix-faq-title {
	background: url(https://onewish.uk/wp-content/themes/default/img/toggle-open.png) no-repeat left transparent;
	font-weight:bold;
}

.arconix-faq-title.faq-open {
	background: url(https://onewish.uk/wp-content/themes/default/img/toggle-close.png) no-repeat left transparent;
}


/* New homepage steps */
html, body {
	overflow-x:hidden;
	max-width:100%;
}
.footer {
	background-size:cover;
}
#steps-homepage {
	margin-bottom:30px;
}
#steps-homepage .step {
	height:295px;
	background-repeat:no-repeat;
	background-position: center center;
	background-color:#FFFFFF;
	border: 2px solid #32d0c2;
	margin-left: 1%;
	margin-right: 1%;
	width: 23.5%;
	padding:15px;
	position: relative;
}

#steps-homepage .stepnumber {
	width: 50px;
	height: 50px;
	background: #fef66f;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -25px;
}

#steps-homepage .step h3 {
	text-align: center;
	font-size: 23px;
}

#steps-homepage #step1 {
	background-image: url('https://onewish.uk/wp-content/themes/default/img/stap1.jpg');
	margin-left:0;
}
#steps-homepage #step2 {
	background-image: url('https://onewish.uk/wp-content/themes/default/img/stap2.jpg');
}
#steps-homepage #step3 {
	background-image: url('https://onewish.uk/wp-content/themes/default/img/stap3.jpg');
}
#steps-homepage #step4 {
	background-image: url('https://onewish.uk/wp-content/themes/default/img/stap4.jpg');
	margin-right:0;
}

.menutrigger {
	display:none;
}

.menutrigger i {
	float: right;
	margin-right: 15px;
	font-size: 23px;
	margin-top: 25px;
	color: rgb(50, 208, 194);
}

#mainmenu li.close {
	display: none;
}

.newstext {
	padding:30px;
}

.page-template-template-news .news .area {
	padding:0;
}
.page-template-template-news .news .area img {
	position: relative;
	width:100%;
	height:auto;
}

.page-template-template-news .news .area.hasImage {
	padding-top:0;
		padding:0;
}

.profile-subscription #responsiveTabs,
.page-template-template-account #responsiveTabs,
.profile-favorite #responsiveTabs,
.user-status-alert-list #responsiveTabs,
.user-waiting-list #responsiveTabs{
	margin: 0;
}

textarea, input[type="text"], input[type="submit"] {
	-webkit-appearance: none;
	box-shadow: none !important;
}

.signupTeaser {
    padding: 80px 30px;
}

.bright {
	background: rgb(50, 208, 194);
    padding: 5px 10px;
    font-size: 20px;
    border-radius:4px;
}

.bright .fa {
	font-size:24px;
	margin-right:10px;
}

.bright p {
	margin-bottom: 0;
	margin-top:0;
}

.bright a {
	color:#fff;
	font-family: 'latobold';
}

.filter form{
    color: rgb(50, 208, 194);
}
.filter form select, .filter form input{
    width: 150px;
    border: 1px solid #95a5a6; 
    padding:5px 10px; 
    margin: 0 6px 12px 6px;
}
.filter form input[type="submit"]{
    background-color: rgb(50, 208, 194);
    color: #fff;
    border: 1px solid rgb(50, 208, 194);
}

/*WooCommerce*/
.upgrade-profiel ul.products.columns-3 li.product, .upgrade-profiel-page ul.products.columns-3 li.product {
	width: -webkit-fill-available;
    padding: 8px 15px;
    margin: 10px 20px;
    background-color: white;
    border: solid 3px #979797;
    position: relative;
}
.upgrade-profiel ul.products li.product a.upgrade-profiel-loop-product__link:hover {
	pointer-events: none;
}
.upgrade-profiel ul.products li.product .upgrade-profiel-loop-product__title {
	width: calc(100% - 12rem);
}
.upgrade-profiel ul.products li.product .button {
    position: absolute;
    margin-top: 0;
    top: 6px;
    right: 15px;
}
.area.terms,
.area.donor {
	/*margin-top: -25px;*/
	margin-bottom: 20px;
}
.area.question {
	padding-top: 0;
}
.area.question .arconix-faq-title {
	padding: 0;
	font-size: 1.17em;
	border-bottom: 5px solid rgb(50, 208, 194);
    background: url(https://onewish.uk/wp-content/themes/default/img/toggle-open.png) no-repeat right transparent!important;
}
.area.question .arconix-faq-wrap {
	border: none;
	background: none;
	padding: 30px 10px 0;
}
#go-payment[disabled] {
	background: gray!important;
}
.products:hover {
	cursor: pointer;
}
.product-subscriptions {
    display: flex;
    margin-top: -45px;
}
.product-subscriptions .products {
	width: 100%;
	padding: 30px 20px 20px;
	text-align: center;
	position: relative;
}
.product-subscriptions .products.meest {
    background: #fff;
    border: solid 1px #bde9fb;
}
.product-subscriptions .products.clicked {
	border: solid 3px #bde9fb;
}
.product-subscriptions .products.meest .button {
    padding: 5px 15px 5px 15px!important;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 15px;
    width: 55%;
}
.product-subscriptions .products .title {
	font-size: 1.5em;
}
.product-subscriptions .products .per-month {
	font-size: .85em;
}
.product-donor {
	padding: 20px 20px 10px;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
}
.product-donor .products i {
	font-size: 18px;
	margin-right: 10px;
}

/*WooCommerce Checkout*/
.upgrade-profiel #customer_details,
.upgrade-profiel #order_review_heading,
.upgrade-profiel .upgrade-profiel-checkout-review-order-table {
    display: none;
}
.upgrade-profiel-checkout #payment {
    background: #fff;
    margin-top: 30px;
    border: solid 1px #5ad0c3;
    border-radius: 0;
}
.upgrade-profiel-checkout #payment input {
    width: auto;
    position: absolute;
    top: 6px;
}
.upgrade-profiel-checkout form label {
    display: block;
    padding-left: 1.5em;
}
.upgrade-profiel-checkout form img {
    max-height: 52px;
    max-width: 60px;
    object-fit: contain;
}
.upgrade-profiel #payment #place_order, .upgrade-profiel-page #payment #place_order {
    background-color: #5ad0c3!important;
}

/* Responsive */
@media only screen and (max-width:1180px) {
	.container {
		width:100% !important;
	}

	.smallPost .postContent {
		height:350px;
	}

	.largePost .postContent {
		height:250px;
	}

	.page-template-template-news .news .area {
		width: 31.333%;
		margin-right: 1%;
		margin-left: 1%;
		height:auto;
	}

	.news .area:nth-child(3n){ margin-right:1%; }

	.content {
		padding-left:15px;
		padding-right:15px;
	}

	/*.news .area:nth-child(3n) {
		margin-right:0;
	}*/

	.headerBar .logo {
		margin-left:15px;
	}

	.registerTeaser .container {
		padding: 60px 30px;
	}

	.searchContent ul li {
		position: relative;
		height:225px;
	}
  .searchContent ul li .profileImage {
		position:absolute;
	}
	.searchContent ul li .profileImage.left {
		left:0;
	}

	.searchContent ul li .profileInfo {
		width:auto;
	}
	.searchContent ul li .profileInfo.left {
		padding-left:170px;
	}

	.searchContent ul li .profileInfo.right {
		padding-right:170px;
	}
	.searchContent ul li .profileImage.right {
		right:0;
	}

	.subFooter .copyright {
		width:auto;
		clear:both;
		border-bottom:1px solid rgb(151,151,151);
	}

	.subFooter .menu {
		float:left;
		width:auto;
		text-align: left;
		clear:both;
	}

	.subFooter {
	  padding: 10px 15px;
    line-height: 30px;
		height:auto;
	}

	.subFooter .menu a {
		margin-left:0;
		margin-right:20px;
	}

	.footer {
		padding: 25px 30px;
	}
}

@media only screen and (max-width:980px) {
	.logged-in.user-waiting-list .sidebar,
	.logged-in.account .voortgang,
	.logged-in.profile-subscription .voortgang,
	.logged-in .footer,
	.logged-in .subFooter {
		display: none;
	}

	.upgrade-profiel .area {
		padding: 10px 10px;
	}
	.author.logged-in.upgrade-profiel .content,
	.logged-in.upgrade-profiel .content {
	    padding: 0!important;
	}
	.upgrade-profiel h3,
	.area.question .arconix-faq-title {
		font-size: 18px!important;
	}

	.upgrade-profiel .area.terms .col3-4,
	.upgrade-profiel .area.terms .col20percent {
		width: 100%;
		word-wrap: break-all;
	}

	.upgrade-profiel .area.question .arconix-faq-wrap {
	    padding: 0 10px 0 0;
	}

	.upgrade-profiel .area.question .arconix-faq-content {
	    margin-left: 0;
	    padding: 5px;
	}

	.product-subscriptions .products .title {
	    font-size: 20px!important;
	    line-height: 1;
	    margin-bottom: 5px;
	}
	.product-subscriptions .products .per-month {
	    line-height: 1;
	    margin-top: 5px;
	    margin-bottom: 0;
	}
	.product-subscriptions .products {
	    padding: 30px 10px 10px;
	}

	.product-subscriptions .products.meest .button {
		width: 80%;
	    padding: 5px 5px 5px 5px!important;
		font-size: 12px;
	}

	.bibliotheek .showmobile .page-titles {
		width: 380px;
		display: flex;
		list-style: none;
		padding: 0;
		margin: 0;
		line-height: 1;
	}
	.bibliotheek .showmobile .page-titles .titles {
	    padding: 10px 15px;
	    border: solid thin;
	    border-radius: 5px;
	    margin-right: 5px;
	}

	.bibliotheek .showmobile .button {
	    width: auto;
	    padding: 10px;
	    margin-right: 5px;
	}
	#responsiveTabs {
		margin-top: 0;
	}
	.backendNav {
		margin-bottom: 0;
	}
	.chatusers li .delete { position: absolute; top: -15px; right: -0; z-index: 99; }
	.chatusers {
		padding: 10px 0;
	}
	.chatusers .chat-choice.showmobile {
		margin-right: 10px;
		display: inline!important;
	}
	.author.logged-in .content,
	.logged-in .content {
    	padding-top: 0!important;
	}

	.logged-in .subFooter {
		margin-bottom: 81px;
	}

	.hidemobile {
		display: none!important;
	}

	.showmobile {
		display: block!important;
	}

	.backendNav {
		display: inline-block;
	}

	.backendNav li {
		display: inline;
		float: left;
    	padding: 7px 15px 7px 0;
	}


	.largePost, .smallPost {
		width:50%;
	}

	.largePost .postContent, .smallPost .postContent {
		height:225px;
	}

	.pull-up {
		margin-top:0;
	}
	.single .area {
		width:100%;
	}

		#mainmenu {
			display:none;
	}

	#mainmenu {
			position: fixed;
	    background-color: rgb(255, 246, 109);
	    left: 0;
	    top: 0;
	    bottom: 0;
	    right: 0;
	}

	#mainmenu li {
		width:100%;
	}

	#mainmenu li a {
		width:100%;
		border-left:0;
		padding:15px 20px;
	}

	#mainmenu li:last-child a {
		border-right:0;
	}

	#mainmenu li .submenu {
		display: block;
		position: relative;
		top: 0;
		width:100%;
	}

	#mainmenu li.close {
		display: block;
		text-align: right;
	}

	#mainmenu li.close i {
		font-size: 23px;
		text-align: right;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom:15px;
	}

	.menutrigger {
		display:block;
	}
	.colm-1 {
		width:100%;
	}
	.teaserImage h2 {
		width:80%;
	}

	.registerTeaser {
		height:auto;
	}

	.registerTeaser a {
    float: left;
    margin: 0;
	}

	.searchContent ul li {
		height:auto;
	}

	.searchContent ul li .profileImage {
		margin: 0 auto;
		position: relative;
		margin-bottom:15px;
	}
	.searchContent ul li .profileImage.left {
		left:auto;
		float:none;
	}

	.searchContent ul li .profileImage.right {
		right:auto;
		float:none;
	}
	.searchContent ul li .profileInfo, .searchContent ul li .profileInfo.left, .searchContent ul li .profileInfo.right {
		text-align: center;
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}

	.page-template-template-news .news .area {
		width:48%;
	}

	/*.news .area:nth-child(2n) {
		margin-right:0;
	}
	.news .area:nth-child(3n) {
		margin-right:2%;
	}*/

	.hasSidebar {
		padding-left:0;
	}

	.sidebar {
		position: relative;
		width: 100%;
		margin-bottom: 30px;
	}

	.r-tabs .r-tabs-nav {
		display:block !important;
	}

	.r-tabs .r-tabs-accordion-title {
		display: none;
	}

	.author .imageSidebar {
		margin-bottom:150px;
	}

	.authorGallery {
		text-align: center;
	}

	.authorGallery li {
		display:inline-block;
		float:none;
	}
	.authorGallery li:nth-child(2n) {
    margin-right: 10px;
	}

	.author .imageSidebar .frame {
		margin:0 auto;
	}

}

@media only screen and (max-width:800px) {
	.filter form .gender,
	.filter form .locatie,
	.filter form select,
	.filter form input[name="txt_key"],
	.filter form .zoek-inactive,
	.filter form .max-age,
	.filter form input[type="submit"],
	#state,
	#stateBtn {
		width: 100%!important;
		margin: 5px 0!important;
	}

	.reportusers span.dropt span {
		width: auto;
		left: -85%;
	}

	.chatusers span.dropt:hover span {
		width: 300px!important;
		left: -30%;
	}

	.searchContent ul li .profileInfo, .searchContent ul li .profileInfo.left, .searchContent ul li .profileInfo.right {
		padding-left:0;
		padding-right:0;
	}

	.searchContent ul li .profileInfo p {
		display: none;
	}

	.spacer {
		height:0;
	}

	.searchContent ul li {
		width:50%;
	}

	.categories ul li {
		display: block;
	}
	.steps {
		height:auto;
	}

	.cols-1 {
		width:100%;
		float:left;
	}

	.cols-1-2 {
		width:50%;
		float:left;
	}

	.teaserImage {
		height:auto;
		background-position: center center !important;
	}

	.teaserOverlay {
		position: relative;
	}

	.teaserImage h2 {
		font-size:20px;
	}

	.teaserImage p {
		font-size:15px;
	}

	.searchFilter .container {
		padding: 15px;
	}

	#steps-homepage .step {
		max-width: 300px;
		margin: 0 auto;
		float: none;
		margin-left:auto;
		width:100%;
		margin-bottom:50px;
	}

	#steps-homepage #step1 {
		margin-left: auto;
	}

	#steps-homepage #step4 {
		margin-right: auto;
	}

	.largePost, .smallPost {
		width:100%;
	}

	.largePost .postContent, .smallPost .postContent {
		height:auto;
		padding-bottom:50px;
	}

	.author.logged-in .content,
	.content {
	    padding-top: 0!important;
	}
	.author-beheeronewish.logged-in .content {
	    padding-top: 0!important;
	}

}
@media only screen and (max-width:767px) {
    #mainmenu .submenu .menu_mobile_hide, #mainmenu .submenu.menu_mobile_hide{
        display: none;
    }    

    .searchFilter{
        margin-top: 15px;
        padding-top: 0px;
        margin-bottom: 0px;
    }
    .filterform{
        margin-bottom: 0px;
    }
    .filter form select, .filter form input{
        width: 130px;
    }
    
}

.page-template-template-searching .profileImage {
	position: relative;
	border-radius:0 !important;
	overflow: visible !important;
}

.page-template-template-searching .profileImage .rounded {
	border-radius:50%;
	overflow:hidden;
}
.profileImage .new-user {
	position: absolute;
	background: rgb(255, 246, 109);
	color:#000;
	line-height:20px;
	font-weight:bold;
	bottom: 15px;
	z-index: 2;
	right: 15px;
	transform: rotate(-45deg);
	transform-origin: top center;
}

.profileImage .new-user:after,
.profileImage .new-user:before {
	content:'';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid rgb(255, 246, 109);
	position:absolute;
	top:0;
	z-index:-1;
}

.profileImage .new-user:after {
	right:-20px;
}

.profileImage .new-user:before {
	left:-20px;
}

/**feature/message-notification-bar**/
.message-notification{
	position: absolute;
	right: 79px;
	color: #32d0c2;
}
.message-counter{
	display: inline;
	position: absolute;
	z-index: 9999;
	color: white;
	font-size: 8px;
	font-weight: bold;
    top: 5px;
    left: 6px;
}
/*feature/html_chat_box*/
pre{
	font-family: 'museo';
    font-size: 16px;
    color: #444;
}

.showmobile {
	display: none;
}

.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eaeaea;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 500;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #32d0c2;
	border-radius: 20px;
	border:0;
}
.page-numbers.current{
	color:#ffffff;
}
.author .imageSidebar .frame img {
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width:1024px){
	.author .imageSidebar{
		margin-bottom: 25px;
	}
	.author .area{
		padding: 10px 20px;
		margin-bottom: 20px;
	}
	.author.logged-in .content,
	.content {
    	padding-top: 130px;
	}

	#mainHeader {
		position: relative;
	}
	
	.searchFilter {
		padding-top: 15px;
	}
	/*.author-beheeronewish.logged-in .content {
		padding-top: 190px;
	}*/
}


/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (orientation: landscape) {
	body.upgrade-profiel .content{
		padding-top: 130px;
	}
	.searchContent .area{
		padding-top: 80px;
	}
	/*.author-beheeronewish.logged-in .content {
	    padding-top: 100px;
	}*/
}

@media (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
	/* .content{
		padding-top: 115px;
	}
	body.upgrade-profiel .content{
		padding-top: 130px;
	}
	.searchContent .area{
		padding-top: 80px;
	} */
}

/*author page*/
.author .area .toOverview{
    top:0px !important;
}
.author .area .makeContact {
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    margin: 0;
}

@media only screen and (max-width: 669px){
	.chatusers .chat-choice.showmobile {
		margin-bottom: 10px;
    	display: block!important;
	}
	.chat-choice.view-profile { 
		position: relative; 
		top: -15px; 
		left: 0;
	}
	.logged-in .subFooter {
		margin-bottom: 70px;
	}

	#mobile-menu i {
	    font-size: 25px;
	}

	#mobile-menu p {
		font-size: 10px;
		line-height: 18px;
	}

	.authorView ul li:last-child{ border-bottom: 1px solid rgb(229,229,229); }
	.authorView ul li.half { padding: 20px 0 20px 90px; }
	.chatusers span.dropt:hover span {
		left: -40%;
	}
	.page-template-template-payment .area .col3-4 {
		width: 100%;
	}
    .author .area .toOverview,
    .author .area .makeContact {
        position: absolute;
		right:0;
		left:0;
		text-align: center;
        top: -110px!important;
    }
    /*.author .area {
	    margin-top: 160px;
    }*/
    .author .area .toOverview {
        position: initial;  
        width: 100%;
        top: -40px;
        right: 0;
    }
     .author .area .stuur,.author .area .fav{
        width:100%;
     }
     .makeContact a {
        margin-bottom: 10px;

    }
     .author .area .makeContact {
        margin: 0 0;
    }
}

.button.white {
    background-color: rgba(251, 251, 247, 0.96);
    color: #000;
    border: none;
     
    border-radius: 3px;
    font-size: 16px;
    border:thin solid;
}

@media only screen and (max-width:480px) {
	.bibliotheek .showmobile .scrollbox {
		overflow: auto;
		margin: 0 auto;
	}
	.chatusers li .delete { position: absolute; top: -15px; right: -30px; }
	.authorView ul li.half { padding: 20px 0 20px 0; }
	.chatusers span.dropt:hover span {
		width: 280px!important;
		left: -65%;
	}
	.page-template-template-payment .area.betaling {
		padding: 15px 10px!important;
	}
	#voorwaardenCB + label:before {
		top: 0;
		font-size: 16px !important;
	}
	#voorwaardenCB + label p {
	    padding-left: 20px;
        margin: 0;
	    line-height: 20px;
    	font-size: 14px;
        word-break: break-all;
	}
	.teaserOverlay .button {
		margin-bottom:10px;
	}

	.topBar ul li a {
		padding: 8px 10px;
	}
	.subFooter {
		font-size:11px;
	}

	.cols-1-2  {
		width:100%;
		float:left;
	}

	.teaserOverlay {
		height: auto;
	}
	.teaserOverlay .container {
		padding: 80px 15px;
	}

	.searchFilter {
		padding-top:0;
	}

	.author.logged-in .content,
	.content {
		padding-top: 15px;
	}

	body.upgrade-profiel .content{
		padding-top: 10px;
	}

	.page-template-template-news .news .area {
		width:49%;
	}

	.page-template-template-news .news .area {
		width:100%;
	}
	.page-template-template-news .news .area:nth-child(2n) {
		margin-right:0;
	}
	.author .imageSidebar {
		margin-bottom: 115px;
		padding: 10px 0;
	}
	.authorGallery{
		margin: 20px 0;
	}

	.author .area .toOverview,
	.author .area .makeContact {
		right:0;
		left:0;
		text-align: center;
		top: -130px!important;
	}
	.author .area{
		padding: 20px 20px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.searchContent ul li .profileImage {
		width:100%;
		height:auto;
	}

	.searchContent ul li .profileImage img {
		width:100%;
		height:auto;
	}

	.r-tabs .r-tabs-nav .r-tabs-anchor{
		padding: 10px 10px;
	}

	.r-tabs .r-tabs-panel{
		padding: 15px 20px;
	}

	#profileform li{
		margin: 0;
	}

	.author .area .toOverview {
		top:-80px;
	}

	.authorView ul li span {
		position: relative;
		padding: 0;
		font-weight: bold;
	}

	.authorView ul li {
		padding:20px 0 20px 0;
	}
	.page-template-template-account .sidebar h2 center{
		padding: 10px 0;
	}
}
@media only screen and (max-width:360px) {
	.chatusers span.dropt:hover span {
		width: 260px!important;
    	left: -90%;
	}
}
.page .content .container .area ul li .delete-fave {
	visibility: visible;
}

.r-tabs-tab.r-tabs-state-active{
    border-bottom: 2px solid #1a1818 !important;

}   