/*
Theme Name: Eyefun
Theme URI: http://www.eyefun.nl
Author: Eyefun.nl
Author URI: http://www.eyefun.nl
Description: Geen omschrijving.
Version: 1.0

font-family: 'PT Sans', sans-serif;
font-family: 'PT Serif', serif;

*/

body.admin-bar .navbar-fixed-top {
	position: relative;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	line-height: 26px;
	color: #212121;
	background-color: #f0f0f0;
}


h1 {
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 34px;
	line-height: 44px;
	margin-top: 0px;
	margin-bottom: 26px;
}

a, a:hover, a:focus {
    color: #4e8a86;
    text-decoration: none;
}

a:hover {
    color: #4e8a86;
    text-decoration: none;
}

p {
	margin-bottom: 26px;
}

ul {
	padding-left: 20px;
	margin-bottom: 30px
}


.wide {
	padding-left: 0px;
    padding-right: 0px;
    column-width: 400px;
    column-gap: 30px;
}

#container.contact .show {
	display: inline-block !important;
}

#container.contact .show.hidden,
#container.contact .hidden.show {
	display: none !important;
	visibility: hidden !important;
}

/* btn */
.btn, .button-primary {
    font-size: 16px;
    padding: 10px 30px;
    border: none;
    border-radius: 0px;
    background-color: #4e8a86;
	color: #fff;	
}

.btn:hover, .btn:focus {
	color: #fff;	
}

/* header */
header {
	z-index: 99;
}


/* nav */
.navbar-brand {
    float: left;
    padding: 0px;
    height: auto;
    margin-top: 42px;
    background-repeat: no-repeat;
    background-image: url('../img/logo-vereeuwigd.png');
    background-size: cover;
    width: 265px;
    height: 41px;
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.navbar {
    min-height: 115px;
    margin-bottom: 0px;
    border: none;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.navbar-default .navbar-nav>li {
 	padding: 0px 10px 0px 10px;
}

.navbar-default .navbar-nav>li>a {
 	font-family: 'PT Sans', sans-serif;
 	color: #fff;
    text-transform: uppercase;
    padding: 0px;
    line-height: 110px;
    padding-top: 5px;
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.navbar-default .navbar-nav>li.current-menu-item>a, .navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background-color: transparent;
	color: #fff;
	border-bottom: 5px solid #fff;
}

.single-verhalen #menu-item-129 a,
.single-fotografen #menu-item-162 a {
	background-color: transparent;
	border-bottom: 5px solid #fff;
}

.single-verhalen .affix #menu-item-129 a,
.single-fotografen .affix #menu-item-162 a {
	background-color: transparent;
	color: #4e8a86;
    border-bottom: 5px solid #4e8a86;
}



.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}


/* search */
.navbar .search {
	display: inline-block;
	margin-top: 38px;
	width: 200px;
	margin-left: 20px;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.navbar .search input {
 	font-family: 'PT Sans', sans-serif;
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: transparent;
    -webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.navbar.affix .search input {
	color: #212121;
}

.navbar .search input:focus {
 	border: 1px solid rgba(255,255,255,0.25);
 	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.navbar .search .btn.btn-search {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    width: 44px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 5px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 0;
	border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar .search .btn.btn-search:focus {
	outline: none;	
}

.navbar .search .btn.btn-search:active {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
}

.navbar .search .fa-search:before {
	color: rgba(255,255,255,0.5);
    font-size: 16px;
    outline: none;
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.navbar .search .input-group {
    width: 100%;
}
    
.navbar .search .input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: 0px;
    top: 0px;
    width: 44px;
}
    
::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

:-ms-input-placeholder {  
   color: #fff;
}    


/* affix */
.affix .navbar-brand {
    float: left;
    padding: 0px;
    height: auto;
    margin-top: 24px;
	background-repeat: no-repeat;
    background-image: url('../img/logo-vereeuwigd-groen.png');
    background-size: cover;
    width: 265px;
    height: 41px;
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.navbar.affix {
    min-height: 75px;
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.25);
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}    
    
.navbar-default.affix .navbar-nav>li>a {
 	font-family: 'PT Sans', sans-serif;
 	color: #212121;
    text-transform: uppercase;
    padding: 0px;
    line-height: 70px;
    padding-top: 5px;
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}    

.navbar-default.affix .navbar-nav>li.current-menu-item>a, .navbar-default.affix .navbar-nav>li.active>a, .navbar-default.affix .navbar-nav>li>a:hover, .navbar-default.affix .navbar-nav>li>a:focus {
	background-color: transparent;
	color: #4e8a86;
	border-bottom: 5px solid #4e8a86;
}

.affix .search {
    margin-top: 18px;
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.affix .search input {
    border: 1px solid rgba(0,0,0,0.25);
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.affix .search input:focus {
 	border: 1px solid rgba(0,0,0,0.25);
 	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}    
    
.affix .search .fa-search:before {
	color: rgba(0,0,0,0.5);
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}    
    
    
/* visual */
section#container.visual {
	margin-top: 0px;
	position: relative;
    overflow: hidden;
}


section#container.visual img {
	width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
}


section#container.visual.less {
	margin-top: 0px;
}

section#container.visual>.container,
section#container.visual>.container>.row,
section#container.visual>.container>.row>div {
	height: 100%;
}
.quote-verhaal {
	position: relative;
	height: 100%;
}

.wrapper-quote {
	position: absolute;
	bottom: 150px;
	display: block;
	font-style: italic;
	font-size: 34px;
	line-height: 44px;
	color: #fff;
}   

.less .wrapper-quote {
	position: absolute;
	bottom: 75px;
	top:auto;
	transform: none;
	-webkit-transform: none;
	display: block;
	font-style: italic;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
} 

.naam {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	font-style: italic;
} 




/* home */
section#container.index {
	padding-top: 100px;
	padding-bottom: 100px;
}

section#container.stories {
	padding-bottom: 100px;
}


    
    
/* card */
.ribbon {
	position: absolute;
	right: 15px;
	top: -5px;
    background-image: url('../img/ribbon.png');
    width: 45px;
    height: 83px;
    z-index: 99;
}

.ribbon .fa {
    display: block;
    margin-top: 8px;
}


a.card  {
	color: #212121;
	display: block;
}  

a.card:hover, 
a.card:hover .short-verhaal,
a.card:hover .link-verhaal,
a.card:focus, 
a.card:focus .short-verhaal,
a.card:focus .link-verhaal {
	color: #fff !important;
	text-decoration: none;
	background-color: #4e8a86;
}   

a.card:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
}
.visual-verhaal {
	background-size: cover;
}    

.visual-verhaal {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.visual-verhaal img {
	width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
}


.short-verhaal {
	padding: 20px 20px 0px 20px;
	background-color: #fff;
}

.short-verhaal h2 {
	font-size: 20px;
	margin-top: 0px;
}

.naam-verhaal {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
}

.naam-fotograaf {
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
}


.link-verhaal {
	color: #4e8a86;
	background-color: #fff;
	padding: 20px 20px 20px 20px;
}


/* stories overview */
section#container.stories.overview,
section#container.index.overview {
	padding-top: 100px;
	padding-bottom: 100px;
}

section#container.stories.overview .card {
	margin-bottom: 30px;
}

/* pagination */
.pagination {
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
    color: #212121 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 0px;
    margin-bottom: 5px !important;
	text-transform: uppercase;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    text-decoration: none;
    color: #212121;
    background-color: transparent;
    padding: 0px 10px;
    line-height: 28px;
    border:none;
    margin-left: -1px;
}

.page-numbers.current {
    color: #4e8a86;
    font-weight: 700;
}


/* storie single */
section#container.storie {
	padding-top: 100px;
	padding-bottom: 50px;
}

section#container.storie h1 {
	margin-bottom: 80px;
}

section#container.storie .first p {

}

section#container.storie .naam {
    display: block;
    color: #212121;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
}

section#container.storie .naam a {
    color: #212121;
}

section#container.storie .signature {
	font-family: 'Qwigley', cursive;
	color: #4e8a86;
	font-size: 72px;
	line-height: 52px;
	margin-right: 40px;
}

section#container.contact {
	padding-bottom: 50px;
}

section#container.contact hr {
    margin-top: 0px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #d9d8d7;
}

section#container.contact .fa {
    font-size: 24px;
    color: #4e8a86;
    margin-bottom: 10px;
}

section#container.prevnext {
	padding-top: 0px;
	padding-bottom: 25px;
}


/* fotografen */
#container.fotografen .card {
	background-color: #fff;
	margin-bottom: 30px;
}

#container.fotografen .card:hover,
#container.fotografen .card:hover .link-verhaal {
	background-color: #4e8a86;
}

#container.fotografen .card .wrapper-visual {
	background-size: cover;
	background-position: center center;
}

#container.fotografen .card .wrapper-text {
	padding: 20px 20px 20px 0px;
}

#container.fotografen .card .wrapper-text h2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 0px;
}

#container.fotografen .card .link-verhaal {
    color: #4e8a86;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
}


/* mijn verhaal */
#container.mijnverhaal {
	margin-top: 200px;
}

#container.mijnverhaal .wrapper-profiel {
	margin-bottom: 100px;
}

/* search */
.search-result {
	border-top: 1px solid #d4d4d4;
    padding-top: 35px;
    margin-top: 30px;
}

.search-result:first-child {
	border-top: none;
    padding-top: 0px;
    margin-top: 0px;

}

/* acf forms */
.acf-input-wrap {
    overflow: visible !important;
}

.acf-field .acf-label label {
	font-family: 'PT Sans', sans-serif;
}

.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="email"], .acf-field input[type="url"], .acf-field textarea, .acf-field select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -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;
    -o-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;
}

.acf-field input[type="text"]:focus {
    border-color: #4e8a86;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(78, 138, 134, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(78, 138, 134, 0.6);
}

.acf-field textarea, .acf-field select {
    width: 100%;
    padding: 3px 5px;
    resize: none;
    height: auto;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 40px;
}

.acf-field textarea:focus, .acf-field select:focus {
    border-color: #4e8a86;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(78, 138, 134, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(78, 138, 134, 0.6);
}

.acf-fields > .acf-field {
    margin: 0;
    padding: 15px 0px !important;
    border-top: none !important;
    position: relative;
    clear: left;
}

.acf-field[data-width] + .acf-field[data-width] {
    clear: none;
    border-left:none !important;
    padding-left: 20px !important;
}


/* gravity forms */
.gform_wrapper {
	padding: 1px 20px 20px 20px;
	background-color: #fff;
}

.gform_wrapper .top_label .gfield_label {
 	font-family: 'PT Sans', sans-serif;
 	display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -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;
    -o-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;
}

.form-control:focus {
    border-color: #4e8a86;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(78, 138, 134, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(78, 138, 134, 0.6);
}


/* owl */
section#container.sponsoren {
    padding-bottom: 100px;
}

.owl-item {
	padding: 10px;
}

.owl-item .wrapper-logo {
	display: block;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 105px;
    background-color: #fff;
}

/* footer */
footer {
	border-top: 1px solid #d4d4d4;
	background-color: #fff;
	font-size: 14px;
	padding-top: 75px;
	padding-bottom: 25px;
}

footer .navbar-collapse {
	text-align: center;
}

footer .navbar-nav {
    display: inline-block;
    float: none;
    margin-top: 20px;
}

footer .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

footer a {
    color: #212121;
}

footer .social a {
	font-size: 21px;
	color: rgba(0,0,0,0.5);
}

.postfooter {
	border-top: 1px solid #d4d4d4;
	padding-top: 35px;
	margin-top: 30px;
}
