/*
Theme Name: Buurtvereniging Herike-Elsen
Theme URI: http://www.herike-elsen.nl/
Author: Remgro Web & ICT Oplossingen
Author URI: https://www.remgro.nl/
Version: 1.0.7
Template: i-max
*/
.sidebar .site-content {
	float: right;
}
@media (min-width: 768px) {
	.sidebar .site-content {
		width: 72%;
	}
}
/* custom background image */
body.custom-background {
	background-size: cover;
	background-position-y: center !important;
}
body.custom-background #page {
	background: none;
	background-color: transparent;
}
body.custom-background #main {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}
/* slightly larger logo */
.headerwrap a.home-link span {
	padding-top: 9px;
	padding-bottom: 9px;
}
.site-header .home-link img {
	max-height: 72px;
	display: inline-block !important;
}
/* logo on top of slideshow */
.site-header.fixeddiv .home-link img {
	display: inline !important;
}
.other-slider .slidelogo {
	top: 20%;
	right: 4%;
	z-index: 3;
	width: auto;
	height: auto;
	max-height: 50%;
	position: absolute;
}
@media (max-width: 959px) {
	.other-slider .slidelogo {
		right: 5%;
	}
}
@media (max-width: 767px) {
	.other-slider .slidelogo {
		right: 7%;
	}
}
@media (max-width: 479px) {
	.other-slider .slidelogo {
		display: none;
	}
}
/* hide search form */
body .topsearch {
	display: none !important; 
}
ul.nav-container,
.nav-container > ul {
	padding-right: 0;
}
/* improve sidebar menu styling */
#tertiary .sidebar-inner h3.widget-title {
	margin-bottom: 0;
}
.widget .menu li:before,
.widget_pages li:before,
.widget_meta li:before {
	color: #01a13f;
	margin-left: 3px;
	line-height: 27px;
}
/* submenu - only show subsub when current page is active or ancestor */
.widget li > ul {
	display: none;
}
.widget li.current-menu-item > ul,
.widget li.current_page_item > ul,
.widget li.current-page-ancestor > ul,
.widget li.current-menu-ancestor > ul,
.widget li.current-menu-parent > ul,
.widget li.current-page-parent > ul,
.widget li.current_page_parent > ul,
.widget li.current_page_ancestor > ul {
	display: block;
}
.widget li.current-menu-item > a {
	color: #01a13f;
}
/* hide go to next / previous post */
.post-navigation {
	display: none;
}
/* content ol, ul and .hentry bottom spacing */
#content ol,
#content ul {
	margin-bottom: 24px;
}
.hentry {
	padding-bottom: 0;
}
/* customize 'aside' post format */
.blog-columns > .format-aside p:last-child {
	margin: 0;
}
/* spider calendar widget tabs spacing */
.widget #views_tabs .views {
	width: 64px;
	padding-left: 8px;
	padding-right: 8px;
}
/* reduce top spacing of the content when displaying a custom slideshow */
.other-slider + .site-main {
	padding-top: 16px;
}
/* meta slider */
body .metaslider .caption-wrap {
	opacity: 1;
	background: #01a13f;
	background: rgba(1,161,63,0.7);
}
body .flex-control-nav {
	bottom: -24px;
}
body .flex-control-paging li a {
	background: rgba(1,161,63,0.5);
	box-shadow: inset 0 0 3px rgba(1,103,63,0.3);
}
body .flex-control-paging li a:hover {
	background: rgba(1,161,63,0.7);
}
body .flex-control-paging li a.flex-active {
	background: rgba(1,161,63,0.9);
}
/* contact form 7 */
.wpcf7-form p {
	margin-bottom: 18px;
}
.wpcf7-form em {
	color: #f00;
	font-style: normal;
}
.wpcf7 input.wpcf7-captchar {
	width: auto;
}
.wpcf7-form.sent > p {
	display: none;
}
/* contact form on the 'Reserveren Toneel' page */
#wpcf7-f1963-p1964-o1 .wpcf7-form {
	width: 50%;
}

#wpcf7-f1963-p1964-o1 .wpcf7-form input[type="number"], #wpcf7-f1963-p1964-o1 .wpcf7-form input[type="tel"] {
	width: 50%;
}
 
/* simple share buttons adder */
.ssba_sharecount {
	margin-right: 6px;
}
/* editor css */
html .mceContentBody {
	font-size: 14px;
	max-width: 864px;
	margin: 1em 0 0 1.5em;
}
html .mceContentBody a {
	color: #01a13f;
}

/* Responsive */
@media screen and (max-width: 1024px) {
	/* contact form on the 'Reserveren Toneel' page */
	#wpcf7-f1963-p1964-o1 .wpcf7-form {
		width: 75%;
	}

	#wpcf7-f1963-p1964-o1 .wpcf7-form input[type="number"], #wpcf7-f1963-p1964-o1 .wpcf7-form input[type="tel"] {
		width: 50%;
	}		
}

@media screen and (max-width: 600px) {
	/* contact form on the 'Reserveren Toneel' page */
	#wpcf7-f1963-p1964-o1 .wpcf7-form {
		width: 100%;
	}

	#wpcf7-f1963-p1964-o1 .wpcf7-form input[type="number"], #wpcf7-f1963-p1964-o1 .wpcf7-form input[type="tel"] {
		width: 75%;
	}
}

/* Footer aanpassing 21-3-2019   Damian*/

.site-footer .credit-info {
	display: inline-block;
	width: 33%;
	text-align: right;
}
.site-footer .privacy {
	display: inline-block;
	width: 33%;
	text-align: center;
}

.site-footer .copyright {
	text-align: left;
	display: inline-block;
	width: 33%;
}