/*
Theme Name: Henk Christiaans
Theme URI: http://henkchristiaans.com/
Author: Falise.com
Author URI: http://falise..com
Description: Diamond child theme for Henk Christiaans
Version: 1.0.0
Template: diamond
*/

html
{
	min-height: 100%;
	height: 100%;
	font-size: 14px;
}

strong
{
	font-weight: bold;
}

html body,
.main_wrapper
{
	font-family: Roboto, Arial, sans-serif;
	color: white;
}

html body.custom-background
{
	background-color: #000;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

html body.custom-background:before
{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

html body.home.custom-background
{
	background-image: url() !important;
}

html body.home #fs_play-pause,
html body.home.custom-background:before
{
	display: none;
}

html body .fullscreen_block
{
	z-index: 10;
	position: relative;
}

.sidepanel img
{
	height: auto;
}

html body .contentarea img,
html body .sidepanel img,
html body .featured_ico_link img,
html body .fw_port_module2 img
{
	border-radius: 3px !important;
}

header.main_header
{
	background-color: rgba( 0, 0, 0, .7 );
}

html body .posts-block > .page_title_block,
html body .posts-block > .contentarea
{
	max-width: 820px;
}

html body .contentarea,
html body .contentarea p
{
	line-height: 1.6em;
}

html body .contentarea a[href*="mailto"],
html body .contentarea a[href*="mailto"]:link,
html body .contentarea a[href*="mailto"]:visited,
html body a.back-link,
html body a.back-link:link,,
html body a.back-link:visited
{
	color: #00d8ff;
	transition: all .3s;
}

html body .contentarea a[href*="mailto"]:hover,
html body a.back-link:hover
{
	color: #00d8ff;
	opacity: .8;
}

header.main_header nav ul.menu
{
	font-size: 14px;
	font-size: 1rem;
	line-height: 1em;
}

header.main_header .simple-image
{
	text-align: center;
}

header.main_header .simple-image img
{
	width: 100px;
}

html body .copyright,
html body .main_header nav ul.menu li a
{
	text-transform: none;
	transition: all .3s;
}

html body .main_header nav ul.menu li a:link,
html body .main_header nav ul.menu li a:visited
{
	color: white;
}

html body .main_header nav ul.menu li a:hover
{
	color: #00d8ff;
	opacity: .7;
}

html body .main_header nav ul.menu li[class*="current"] > a
{
	color: #00d8ff;
}

html body .gallery_likes
{
	display: none;
}

header .widget_area
{
	padding-top: 0;
	margin-top: 0;
}

.header_filter .sub-item
{
	margin-left: 1em;
}

.header_filter .sub-item:before
{
	content: " - ";
}

.fullscreen_block .blogpost_preview_fw
{
	box-sizing: border-box;
}

#pp_full_res
{
	text-align: center;
}

html body .pp_details .pp_nav a.pp_arrow_previous:before,
html body .pp_details .pp_nav a.pp_arrow_next:before,
html body .pp_details .pp_nav a.pp_play:before,
html body .pp_details .pp_nav a.pp_pause:before,
html body div.pp_default .pp_details a.pp_close
{
	background-image: url(img/prettyPhoto.png) !important;
}

html body .pp_details .pp_nav a.pp_arrow_previous,
html body .pp_details .pp_nav a.pp_arrow_next,
html body .pp_details .pp_nav a.pp_play,
html body .pp_details .pp_nav a.pp_pause
{
	opacity: 0;
	transition: opacity .5s;
}

html body .pp_pic_holder:hover .pp_details .pp_nav a.pp_arrow_previous,
html body .pp_pic_holder:hover .pp_details .pp_nav a.pp_arrow_next,
html body .pp_pic_holder:hover .pp_details .pp_nav a.pp_play,
html body .pp_pic_holder:hover .pp_details .pp_nav a.pp_pause
{
	opacity: 1;
}

html body .pp_details .pp_nav a.pp_play,
html body .pp_details .pp_nav a.pp_pause
{
	position: fixed;
	left: 50vw;
	top: 50vh;
	width: 100px;
	height: 100px;
	background: none;
	display: block !important;
	z-index: 100000;
	margin: -50px 0 0 -50px;
	float: none;
}

html body .pp_details .pp_nav a.pp_play:before,
html body .pp_details .pp_nav a.pp_pause:before
{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -5px;
	width: 10px;
	height: 14px;
	background-position: -60px 0;
}

html body .pp_details .pp_nav a.pp_pause:before
{
	background-position: -72px 0;
}

html body .pp_details .pp_nav a.pp_arrow_previous,
html body .pp_details .pp_nav a.pp_arrow_next
{
	position: fixed;
	top: 0;
	background: none !important;
	height: 100%;
	padding: 0;
	margin: 0;
	min-width: 50px;
	transition: all .3s;
}

html body .pp_details .pp_nav a.pp_arrow_previous:before,
html body .pp_details .pp_nav a.pp_arrow_next:before
{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
	left: 50%;
	top: 50%;
	position: absolute;
	background: url(../diamond/img/prettyPhoto.png) no-repeat 0 0;
}

html body .pp_details .pp_nav a.pp_arrow_previous
{
	left: 0;
}

html body .pp_details .pp_nav a.pp_arrow_next
{
	right: 0;
	left: auto;
}

html body .pp_details .pp_nav a.pp_arrow_next:before
{
	background-position: -14px 0;
}

html body div.pp_default .pp_details a.pp_close
{
	position: fixed;
	top: 10px;
	right: 10px;
	left: auto;
	display: block;
	z-index: 10000;
	margin: 0;
}

html body.admin-bar div.pp_default .pp_details a.pp_close
{
	top: 70px;
}

html body .pp_loaderIcon,
html body .pp_details .pp_nav .pp_expand
{
	display: none !important;
	background: none !important;
}

html body .pp_default .ppt
{
	background: transparent;
}

html body .site_wrapper
{
	background: transparent;
	z-index: 20;
}

.portcat-filter
{
	margin: 1em;
}

.portcat-filter li a
{
	color: white;
}

.portcat-filter li.active > a
{
	color: #00d8ff;
}

.portcat-filter ul
{
	margin-left: 1em;
}

.featured_ico_link .title,
.featured_ico_link .hover-title
{
	text-align: center;
	text-transform: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0 0 1em 0;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
	font-size: 1.3em
}

.featured_ico_link .featured_item_fadder,
.featured_ico_link .hover-title
{
	-webkit-transition: all .5s;
    transition: all ,.5s;
}

.featured_ico_link .hover-title
{
	opacity: 0;
}

.featured_ico_link .hover-title .date
{
	font-size: .7em;
	display: none;
}

/* only show date in cat 3 = foto van de maand */
.fs_blog_module.portcat-3 .featured_ico_link .hover-title .date
{
	display: block;
}

.featured_ico_link:hover .hover-title
{
	opacity: 1;
}

.cat-header,
.search-header
{
	font-size: 14px;
	margin: 15px 0 0 10px;
	font-family: Roboto;
}

.cat-header .back-link:before
{
	content: "\f104";
	font-family: 'FontAwesome';
	margin-right: .5em;
}

.cat-header .cat-title,
.search-header .search-title
{
	display: inline-block;
	text-transform: none;
	font-size: 1em;
	margin-left: .7em;
	line-height: 1em;
	font-family: Roboto;
}

.search-header .search-title span
{
	text-transform: none;
	color: #00d8ff;
	font-size: 1em;
	line-height: 1em;
	font-family: Roboto;
}

.cat-header .cat-title:before
{
	content: "|";
	margin-right: .7em;
	color: #aaa;
}

.cat-header .back-link,
.cat-header .cat-title
{
	font-size: 1em;
	display: inline-block;
	line-height: 1em;
}

html body .fullscreen_block
{
	padding-right: 10px
}

.search_form
{
	position: relative;
}

.search_form .submit
{
	all: unset;
	background: transparent;
	border: none;
	position: absolute;
	display: block;
	right: 1px;
	top: 1px;
	height: 34px;
	width: 38px;
	cursor: pointer !important;
	z-index: 10;
}

.lg-item
{
	position: absolute;
	left: 0;
}

.lg-outer .lg-thumb-item
{
	border-radius: 0;
	border: 1px solid white;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover
{
	border-color: #00d8ff;
}

.lg-progress-bar
{
	height: 2px;
}

.lg-progress-bar .lg-progress
{
	background-color: white; // #00d8ff;
	height: 2px;
}

.lg-thumb.group
{
	margin: 0 auto;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea
{
	background-color: rgba( 0, 0, 0, .3 );
}

@media only screen and (min-width: 761px)
{
	.fullscreen_block .blogpost_preview_fw
	{
		padding: 1% 0 0 1%;
	}
}

@media only screen and (max-width: 760px)
{
	.fullscreen_block .blogpost_preview_fw
	{
		padding: 1% 1% 0 1%;
	}
}

