/*
Theme Name: Eyefun
Theme URI: http://www.eyefun.nl
Author: Eyefun.nl
Author URI: http://www.eyefun.nl
Description: Geen omschrijving.
Version: 1.4
*/

body {
	font-family: "Average", serif !important;
	font-size: 14px !important;
}

.logo-full {
	width: 250px;
	height: auto;
}


.navbar {
	position: relative;
	min-height: 200px;
	margin-top: 30px !important;
}

.navbar-toggle {
	display: none;
}
.navbar-default {
	background-color: #fff;
	border-color: #fff;
	margin: 0 auto;
	width: 270px;
}

/* form */
.gform_wrapper input[type=text], .gform_wrapper .top_label textarea.textarea,.gform_wrapper .gfield_checkbox li label {
	font-family: "Average", serif !important;
	font-size: 14px !important;
}

#gform_wrapper_2 .top_label .gfield {
	font-family: "Pathway Gothic One", sans-serif;
	font-weight: 300 !important;
	font-size: 20px;
}

div.content {
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	margin-top: 40px !important;
	padding: 0px 20px 20px 20px;
}

h1 {
	font-family: "Pathway Gothic One", sans-serif;
	font-weight: 300 !important;
	font-size: 20px;
	margin-top: 23px;
	margin-bottom: 10px;
	height: 28px;
}

.btn-primary {
	color: #FFF;
	background-color: #000;
	border-color: #000;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	padding: 5px 30px;
	line-height: 1.42857143;
	border-radius: 4px;
	font-family: "Pathway Gothic One", sans-serif;
	font-size: 20px !important;
}

li.gfield_html {
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 20px !important;
}

.gfield_checkbox label {
	font-weight: 400 !important;
}

.gform_wrapper .top_label textarea.textarea {
}

.gform_wrapper input[type=text], .gform_wrapper textarea {
	font-size: 14px !important;
	padding: 5px 2px 5px 7px !important;
}


#input_2_12_1_container, #input_2_12_3_container, #input_2_12_5_container, #input_2_12_6_label {
	display: none;
}

.ginput_left {
width: 100% !important;
}

#input_2_12_6 {
	display: block;
	width: 100% !important;
	height: 34px;
	padding: 6px 12px !important;
	font-family: "Average", serif !important;
	font-size: 14px !important;
	line-height: 1.42857143;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.button {
	display: inline-block;
	color: #FFF;
	background-color: #000;
	border-color: #000;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	padding: 5px 30px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: "Pathway Gothic One", sans-serif;
	font-size: 20px !important;
}


.gform_wrapper .validation_message {
	font-family: "Average", serif !important;
	font-size: 14px !important;

}

.footer {
	margin-top: 30px;
	margin-bottom: 30px;	
}


/* antoiniek */
body.antoiniek {
	-webkit-font-smoothing: antialiased;
	background-image: url('img/antoiniek-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.antoiniek div.content {
    background-color: rgba(255,255,255,0.75);
    border: 0px solid #eeeeee;
    border-radius: 0px;
    margin-top: 40px !important;
    padding: 20px 20px 20px 20px;
    font-size: 16px;
    line-height: 26px;
}

body.antoiniek .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

body.antoiniek .navbar-default {
	background-color: transparent;
	border: 0px;
}

body.antoiniek .gform_wrapper input[type=text], .gform_wrapper textarea {
	font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    padding: 10px 2px 10px 7px !important;
}

body.antoiniek .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}

body.antoiniek .gform_wrapper .top_label textarea.textarea {
	font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
}

body.antoiniek .gform_wrapper ul li.gfield {
    margin-top: 30px;
    padding-right: 0px;
}

body.antoiniek .gform_wrapper strong {
    font-size: 26px !important;
}

body.antoiniek .gform_wrapper div.charleft {
    font-size: 12px;
    margin-top: 4px;
    color: #626262;
    width: 92%!important;
}

.antoiniek .navbar-brand {
	float: none;
}

.antoiniek .logo-full {
}

.antoiniek .gform_wrapper label.gfield_label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 5px;
}

.antoiniek .gfield_html {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: 26px !important;
	border-top: 1px solid rgba(0,0,0,0.25);
	margin-top: 50px !important;
	padding-top: 40px !important;
}

.antoiniek .gfield_html:first-child {
	border-top: 0px solid rgba(0,0,0,0.25);
	margin-top: 0px !important;
}

