/*
 Theme Name:   wp-bootstrap-equiip
 Theme URI:
 Description:  Equiip platform Child Theme
 Author:       Kiki Smallenbroek
 Author URI:   http://www.rug.nl
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain:  wp-bootstrap-equiip
*/

/*@import url("../wp-bootstrap-starter/style.css");*/

body {
	color: #000 !important;
}
h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.4rem;
}

h5, .h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 1rem;
}

a {
	text-shadow: none !important;
}
.navbar-brand img {
	height: 90px;
}
.circlebutton {
    width: 250px;
    height: 250px;
    background: #add5dd;
    margin: 15px auto;
    border-radius: 50%;
	display: block;
	position: relative;
	overflow: hidden;
}

.circlebutton.b {
	background: #3f5f5a;
}

.circlebutton.c {
	background: #51bcc2;
}

.circlebutton.d {
	background: #91c0b6;
}

.circlebutton.e {
	background: #3b8f80
}

.circlebutton.f {
	background: #262827;
}

.circlebutton a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	margin: 0 auto;
	position: relative;
}

.circlebutton a:hover {
	width: 100%;
}

.circlebutton a:hover .modulebutton_slider {
	bottom: 0;
}

.circlebutton a:hover .modulebutton_static {
	display: none;
}

.circlebutton a:hover {
	color: #333;
}

.circlebutton.intro {
	background: #3b8f80;
}

.modulebutton {
	position: absolute;
	text-align: center;
	transition: all 150ms ease-in-out;
}

.modulebutton_static {
	bottom: 2em;
	width: 70%;
	left: 15%;
	font-size: 20px;
}

.modulebutton_slider {
	bottom: -100%;
	width: 100%;
	opacity: 0.8;
	background: #fff;
	padding: 5% 15% 12%;
	left: 0;
	font-size: 16px;
}

aside section, .content-area {
	background:	#fff;
	padding: 20px
}

.unstyledlist {
	padding-left: 0;
}

.unstyledlist li {
	list-style-type: none;
}

.filterlist input[type="checkbox"] {
	margin: 0 10px 0 0;
	display: inline-block;
}

.filterlist label {
	display: inline-block;
}

.filterresults .result {
	display: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

.filterresults .result.on {
	display: block;
}

.filterresults .labels {
	padding-left: 0;
}

.filterresults .label {
	list-style-type: none;
	display: inline-block;
	border: 1px solid #ddd;
	background: #eee;
	color: #666;
	border-radius: 3px;
	padding: 0 10px;
	margin: 0 3px;
}

.noneSelected, .noResults {
	display: none;
}

aside section, .content-area {
	opacity: .9;
	border-radius: 5px;
}

.btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}
.btn:focus {
	box-shadow: none !important;
}
.btn-default {
	background: #fff;
	border: 1px solid #e2e2e2 !important;
}
.btn-default:hover {
	background: #f2f2f2;
}

.captcha {
    width: 100px !important;
}