/*
 Theme Name:   Exodus child
 Description:  Exodus Child Theme
 Author:       Webteam Koningskerk
 Author URI:   http://koningskerk.nl
 Template:     exodus
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  exodus-child
*/

.exodus-widget-entry-title {
	font-size: 18px;
}

.exodus-entry-short {
	margin-top: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 30px;
}

.exodus-entry-short > *, .exodus-entry-short .exodus-entry-footer-item {
	margin-top: 20px;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], textarea {
	border: 1px solid #0971B7 !important;
	background: none !important;
	width: 100% !important;
}

input:focus {
	outline: 3px solid #0971B7;
}

.field-visibility-settings-toggle, .field-visibility-settings-notoggle {
	display: none;
}

.exodus-not-mobile a:hover .exodus-image, .exodus-not-mobile .exodus-slide:hover a img, .exodus-not-mobile .exodus-entry-content a img:hover, .exodus-not-mobile .gallery-item:hover img {
	-o-filter: grayscale(0%) contrast(100%);
	-ms-filter: grayscale(0%) contrast(100%);
	-moz-filter: grayscale(0%) contrast(100%);
	-webkit-filter: grayscale(0%) contrast(100%);
	filter: grayscale(0%) contrast(100%);
}

/*------------------
BUDDYPRESS SYLES 	
------------------*/

/*
img.avatar {
	max-width: 100%;
	height: auto;
}

p {
	font-size: 16px;
	line-height: 30px;
}

.profile-header {
	margin: 0px;
}

.profile-information {
	margin-top: 0px;
	color:#222;
	line-height: 24px;
}

#item-meta {
	margin: 0px !important;
	padding: 0px !important;
}

#item-nav {
	border-top: 2px solid #0971B7;
	border-bottom: 2px solid #0971B7;
	line-height: 76px;
}

#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
	background: none;
	opacity: 1;
	border-bottom: 2px #0971B7;
	color: #0971B7;
}

#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
	padding:0px 10px;
	float: left;
}

#buddypress div#item-header ul li {
	float: left;
}

#buddypress div#item-header ul {
	margin-bottom: 0px;
	overflow: hidden;
}

#buddypress div#item-header ul h5, #buddypress div#item-header ul hr, #buddypress div#item-header ul span {
	background: rgba(9, 113, 183, 0.20);
	border-radius: 0%;
	border: 0px solid #ccc;
	color: #0971B7;
	display: inline;
	font-size: 100%;
	margin-left: 10px;
	padding: 0px 10px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	float: right;
}

#buddypress div#item-header a.button, #buddypress div#item-header div.generic-button {
	float: left;
	margin: 10px 10px 10px 0;
}

#buddypress .comment-reply-link, #buddypress a.button, #buddypress button, #buddypress div.generic-button a, #buddypress input[type=button], #buddypress input[type=reset], #buddypress input[type=submit], #buddypress ul.button-nav li a, a.bp-title-button {
	background: #0971B7;
	border: none;
	color: #FFF;
	font-size: small;
	cursor: pointer;
	outline: 0;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
}

#buddypress .comment-reply-link:hover, #buddypress a.button:focus, #buddypress a.button:hover, #buddypress button:hover, #buddypress div.generic-button a:hover, #buddypress input[type=button]:hover, #buddypress input[type=reset]:hover, #buddypress input[type=submit]:hover, #buddypress ul.button-nav li a:hover, #buddypress ul.button-nav li.current a {
	background: #06568C;
	border: none;
	color: #FFF;
	outline: 0;
	text-decoration: none;
}
*/

/*------------------
JAARROOSTER SYLES 	
------------------*/
/*
.jaarrooster{
    width: 90%;
}
*/

/*------------------
HOMEPAGE WIDGET REVERSE
------------------*/
.exodus-home-bottom-widgets-both #exodus-home-bottom-widgets-left {
    float: right;
    width: 46%;
}
.exodus-home-bottom-widgets-both #exodus-home-bottom-widgets-right {
    float: left;
    width: 46%;
}

/* Hide Google ReCAPTCHA badge */
.grecaptcha-badge { visibility: hidden; }
