/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0.5
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


.vva-membership-info {
	margin-bottom: 20px;
}

.vva-membership-info h2 {
	border-bottom: 1px solid #CCC;
    padding: 0 16px 8px 0;
    font-size: 1.3em;
}

/* My certificates */

.my-certificates {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.my-certificates .certificate-type {
	background: #f8f8f8;
	width: 32%;
	padding: 20px;
	font-size: 0.9em;
}

.my-certificates .certificate-type ul {
	margin: 0px;
	list-style-type: none;
}

.my-certificates .certificate-type ul li {
	margin: 0px;
}

.my-certificates .certificate-type ul li .label {
	display: inline-block;
	font-weight: bold;
	min-width: 80px;
}

/* User list search */

.user-list-search {
	background: #f9f9f9;
	padding: 20px;
}

.user-list-search .search-fields {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.user-list-search .search-fields .search-row {
	width: 22%;
}

.user-list-search .search-fields .search-row input[type="text"],
.user-list-search .search-fields .search-row select {
	width: 100%;
	background-color: #FFF!important;
	margin-bottom: 0px!important;
	font-size: 0.8em!important;
}

.user-list-search .search-fields .search-row input[type="text"]::placeholder,
.user-list-search .search-fields .search-row select option:first-child {
	color: #bbbbbb;
}

/* Member page */

.member-info-page > h2:before {
	content: "\e840";
	font-family: 'entypo-fontello';
	margin-right: 15px;
}

.member-info-page .member-info-meta {
	margin-top: 30px;
	background: #f9f9f9;
    padding: 10px 15px;
    max-width: 450px;
}

.member-info-page .member-info-meta .member-info-meta-single span.misc-label {
	display: inline-block;
	width: 100px;
	font-weight: bold;
}

.member-info-page .member-info-columns {
	margin-top: 30px;
}

.member-info-page .member-info-columns h3 {
	margin-bottom: 20px;
}

.member-info-page .member-info-columns .member-info-single-certificate {
	border-bottom: 1px solid #dedede;
    padding: 15px 0;
}

.member-info-page .member-info-columns .member-info-single-certificate h6 {
	margin-bottom: 5px;
}

.member-info-page .member-info-columns .member-info-single-certificate .certificate-own {
	font-size: 11px;
    display: inline-block;
    background: #dedede;
    padding: 0px 12px;
    border-radius: 16px;
    margin: 0 10px;
    color: #272727;
}

.member-info-page .member-info-columns .member-info-single-certificate .certificate-own.certificate-own-yes {
	background: #aac445;
	color: #FFF;
}

.member-info-page .member-info-columns .member-info-single-certificate .certificate-own-valid-to {
	font-size: 12px;
	color: #aac445;
	font-style: italic;
}

.member-info-page .kjUserRight {
	min-width: 280px;
}

aside.side-member-menu .widget_nav_menu:first-child h3.widgettitle {
	text-transform: uppercase!important;
	border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
}

/* Ledenmenu */

.menu-leden-menu-container > ul > li {
	margin-top: 20px;
}

.menu-leden-menu-container > ul > li > a {
	font-weight: bold;
	font-size: 1.1em;
}

.menu-leden-menu-container ul ul li a {
	padding: 0px 0px 0px 12px!important;
}

.menu-leden-menu-container ul:first-child>.current-menu-item,
.menu-leden-menu-container ul:first-child>.current_page_item,
.menu-leden-menu-container ul:first-child>.current-menu-ancestor {
	margin-top: 19px!important;
}

.menu-leden-menu-container ul:first-child>.current-menu-item .sub-menu,
.menu-leden-menu-container ul:first-child>.current_page_item .sub-menu,
.menu-leden-menu-container ul:first-child>.current-menu-ancestor .sub-menu {
	padding-bottom: 15px!important;
}

.menu-leden-menu-container ul:first-child>.current-menu-item.menu-item-has-children,
.menu-leden-menu-container ul:first-child>.current_page_item.menu-item-has-children,
.menu-leden-menu-container ul:first-child>.current-menu-ancestor.menu-item-has-children {
	padding-top: 10px!important;
}

.menu-leden-menu-container ul .current-menu-item > a {
	color: #98be0d!important;
}

.menu-leden-menu-container ul li:before {
	top: 1px!important;
}

/* Fix to prevent video from being paused on click */

.av-video-slide .av-section-color-overlay {
	z-index: 9999!important;
}

/* Forum */

#top #main .bbp-template-notice, #top #main .bbp-template-notice a {
	background: #142a50;
}

/* Misc */

 .vva-membership-info {
	 margin-bottom: 20px;
 }

.vva-membership-info .membership-end-date {
	 font-weight: bold;
 }

/* Workgroups */

.workgroup-table .workgroup-title {
	width: 75%;
}

.workgroup-table .workgroup-title h2 {
	font-size: 16px;
}

.workgroup-table .workgroup-title h2 a {
	color: #98be0d!important;
}

/* Pager */

.pagination.custom-pager a.prev,
.pagination.custom-pager a.next {
	width: auto!important;
    background: 0 0;
    box-shadow: inherit!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.pagination.custom-pager .dots {
	margin-top: 6px;
}

@media only screen and (max-width: 999px) {

	.member-info-page .member-info-meta {
		max-width: 500px;
	}
}


@media only screen and (max-width:960px) {

	.my-certificates {
		display: block;
	}

	.my-certificates .certificate-type {
		width: 100%;
		margin-top: 20px;
	}

}

/* mobile menu and number sticky on top */
@media only screen and (max-width:767px) {
  .responsive #top #wrap_all #header {
    position: fixed !important;
  }

  .responsive #top #main {
    padding-top: 150px !important;
  }
}


/*popup */
.kj_popup {
    margin: 5% auto;
    max-width: 1210px;
    position: relative;
}

.kjPopupContainer {
    background: #FFF;
    padding: 20px;
}

.white-popup button.mfp-close {
    border-radius: 25px;
    margin-top: -20px;
    margin-right: -20px;
    background-color: #ffffff!important;
    opacity: 1;
}

.kjUitlegContainer {
	display:flex;
}

.kjPopupHalf {
	border: solid 1px black;
    padding: 10px;
    margin: 5px;
    min-width: 48%;
}

.kjPopupHalfHeader {
	font-size:20px;
	padding:10px;
	background-color:#98be0d;
	color:#ffffff!important;
	display:inline-block;
}

#footer .vva-banner-wrapper {
	margin-bottom: 10px;
}

/* Misc */

.av-share-box ul li a {
	padding: 15px;
}
.certificate-own-valid-to{
	
	display: none!important;
	
}