/*
Theme Name: Voedselbank child theme
Template: voedselbank-parent
Version: 1.0
Author: LiNC
Author URI: http://www.linc.nl
*/

/*Wordpress editor styles start*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');

html { 
	font-size: 16px; 
}

body { 
	font-family: 'Source Sans Pro', sans-serif;
	color: #000; 
	font-size: 1.0em; 
	font-weight: 400; 
	line-height: 1.6; 
	-webkit-font-smoothing: subpixel-antialiased; 
}

h1, h2, h3, h4 {
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000;
	font-size: 2.5em;
}

h1.extra-margin {
	margin-bottom: 60px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-weight: 700;
	font-size: 1.5em;
	color: #ed7206;
}

h4 {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #000;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #000;
}

p {
	margin-bottom: 24px;
}

.btn-default,
.pt-checkout-form button {
	background: #ed7206;
	color: #FFF;
	border: none;
	padding: 12px 25px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5px;
}

.btn-default:focus,
.btn-default:active,
.btn-default:hover,
.btn-default.active,
.pt-checkout-form button:hover,
.pt-checkout-form button:focus,
.pt-checkout-form button:active {
  background-color: #000;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;      
}

.btn-small {
	padding: 10px;
	font-size: 1em;
}

.top-header {
	border-bottom: 1px solid #cfcfcf;
}

.top-header label {
	margin: 0;
	padding: 0;
}

.navbar-default {
	background: #FFF;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}

.navbar-default .logo {
	margin: 15px 0;
}

.navbar-default .navbar-toggle {
	margin-top: 18px;
}

.navbar-default .navbar-nav {
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-default .navbar-nav > li {
	margin: 0 5px;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
	font-weight: 500;
	padding: 10px;
	font-size: 1.1em;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	background: #ed7206;
	color: #FFF;
	border-radius: 5px;
}

.navbar-default .search-form {
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

.navbar-default .search-field {
	font-size: 0.8em;
	box-shadow: none;
	padding: 5px 10px;
	width: 100px;
	height: auto;
	border: 1px solid #cfcfcf;
	border-top: none;
	border-bottom: none;
	border-right: 0;
}

.navbar-default .search-submit {
	background: #ed7206;
	color: #FFF;
	border: 1px solid #ed7206;
	padding: 5px 10px;
	font-weight: 600;
	font-size: 0.8em;
	text-transform: uppercase;	
}

.hero {
	background: #ccc;
	min-height: 300px;
}

.hero .content {
	padding-top: 220px;
	padding-bottom: 150px;
}

.hero .content .title {
	background: #000;
	background: rgba(0,0,0,0.6);
	color: #FFF;
	padding: 8px 12px;
	font-size: 1.5em;
	display: inline-block;
	margin: 5px 0;
	font-weight: 600;
	text-transform: uppercase;
}

.blocks {
	border-bottom: 1px solid #cfcfcf;
}

.blocks a {
	text-decoration: none;
}

.blocks .item {
	margin-top: 30px;
	margin-bottom: 30px;
}

.blocks .item img {
	width: 100%;
	height: auto;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.blocks .item .title {
	background: #ed7206;
	padding: 10px;
	margin-top: 2px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}

.blocks .item .title h3 {
	color: #FFF;
	font-size: 1.2em;
	margin: 0;
	font-weight: 400;	
}

.main {
	padding-top: 60px;
	padding-bottom: 60px;
}

.main img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.main .btn-default {
	margin-bottom: 30px;
}

.header-margin {
	padding-top: 160px;
}

.content-block {
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-block iframe {
	margin-top: 30px;
	border-radius: 5px;
}

.content-block.border {
	border-top: 1px solid #cfcfcf;
}

.content-block h2 {
	margin-top: 0;
}

.contact-info a {
	color: #666;
	text-decoration: underline;
}

.content-block .image img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.content-block .client {
	font-weight: 600;
	color: #FFF;
	font-size: 1.2em;
	display: block;
}

.content-block .location {
	font-style: italic;
	margin-bottom: 30px;
	display: block;	
	font-size: 1.1em;
	color: #FFF;
}

.content-block .quote {
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1;
	color: #ed7206;
}

.clients p {
	text-align: justify;
	text-justify: inter-word;
}

.clients p:after {
	display: block;
	position: absolute;
	content: '"';
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1;
	color: #ed7206;	
	right: 0;
	margin-top: -40px;
	margin-right: -30px;
}

.content-block.grey {
	background: #f5f5f5;
}

.content-block.dark-grey {
	background: #333;
	padding: 0;
}

.content-block.dark-grey .content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.content-block.dark-grey .content h2 {
	color: #FFF;
	margin-top: 30px;
}

.content-block.dark-grey .content p {
	color: #ccc;
}

.content-block.reclame {
	background: #f5f5f5;
	min-height: 480px;
	background-image: url("https://www.tilburgsevoedselbank.nl/wp-content/uploads/2019/10/tilburggeeft.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}	


.news {
	padding-top: 30px;
	padding-bottom: 30px;
}

.news .item img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.news .item .date {
	font-style: italic;
	font-weight: 600;
}

.news .btn-default {
	margin-bottom: 30px;
}

.clients p {
	font-size: 1.2em;
}

.clients h2 {
	margin-top: 30px;
}

.logo-slider {
	background: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 60px;
}

.logo-slider.no-padding-top {
	padding-top: 0;
}

.logo-slider .item img {
	width: 100%;
	height: auto;
}

.logo-slider .slick-arrow {
  position: absolute;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 18px;
  height: 27px;
  margin-top: -13px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 2;
}

.logo-slider .slick-prev {
  left: -60px;
  background: url('images/slider-arrows.png');
}

.logo-slider .slick-next {
  right: -60px;
  background: url('images/slider-arrows.png');
  background-position: -18px;
}


.footer {
	background: #ed7206;
	padding-top: 60px;
	padding-bottom: 60px;
}

.footer p {
	color: #FFF;
}

.footer a {
	color: #FFF;
}

.footer .links {
	margin: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}

.footer .links li:before {
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  font-size: 0.8em;
  float: left;
  margin-top: 2px;
  margin-left: -30px;
  color: #000;
}

.footer .description {
	font-weight: 600;
	margin-right: 10px;
}

.footer .opening {
	margin-top: 60px;
}

.footer .opening p {
	margin: 0;
}

.contact {
	padding-top: 60px;
	padding-bottom: 60px;
}

.contact.no-padding-bottom {
	padding-bottom: 0;
}

.contact.border {
	border-top: 1px solid #cfcfcf;
}

.contact.grey {
	background: #f5f5f5;
}

.wpcf7 .form-control {
	font-size: 1em;
	box-shadow: none;
	padding: 10px 15px;
	height: auto;
	border: 1px solid #cfcfcf;
}

.wpcf7 .wpcf7-textarea {
	height: 162px;
}

.wpcf7 .wpcf7-submit {
	margin: 0 0 30px 0;
}

.donate { 
	margin-top: -20px; 
}

.donate .pt-checkout-form br {
	display: none;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.navbar-default .logo {
		margin-left: 15px;
	}

	.content-block .image {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.logo-slider .slick-next {
		right: 30px;
	}

	.logo-slider .slick-prev {
		left: 30px;
	}

	.footer .opening {
		margin-top: 15px;
	}

	.pt-checkout-form {
		width: 100% !important;
	}

	.main .image {
		margin-top: 30px;
	}

	.main {
		padding-top: 30px;
		padding-bottom: 30px;
	}	

	.content-block {
		padding-top: 30px;
		padding-bottom: 30px;	
	}

	.contact {
		padding-top: 30px;
		padding-bottom: 30px;	
	}

	.hero .content {
		padding-top: 190px;
		padding-bottom: 90px;
	}

	.hero .content .title {
		font-size: 1em;
	}

	.clients p:after {
		display: block;
		content: '"';
		font-size: 2.5em;
		font-weight: 900;
		line-height: 1;
		color: #ed7206;	
		position: relative;
		margin: 0;
		padding: 0;
		margin-top: 10px;
	}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

/*Wordpress editor styles end*/