/*
Theme Name: Basic Vanilla Child Theme
Theme URI: http://www.schrader-media.de
Author: Schrader Media | Tobias Schrader
Author URI: http://www.schrader-media.de
Description: Basic Vanilla Child Theme
Template: basic-vanilla
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basic-vanilla
Tags: two-columns, right-sidebar, custom-header, custom-menu, custom-logo
*/
@import url('../basic-vanilla/style.css');


/* Add your custom CSS here: */

/* Fonts */
/* eb-garamond-regular - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/eb-garamond-v26-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/eb-garamond-v26-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* spectral-sc-regular - latin */
@font-face {
  font-family: 'Spectral SC';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/spectral-sc-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/spectral-sc-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* spectral-sc-500 - latin */
@font-face {
  font-family: 'Spectral SC';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('fonts/spectral-sc-v11-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/spectral-sc-v11-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* General */

body {
	background-color: #060c2c;
}

.custom-background {
	background-size: 100% !important;
}

.wrapper {
	background-color: #101237;
}

.navbar {
	font-family: "Spectral SC", Times, serif !important;
	}

#header-divider {
	height: 40px;
	position: relative;
	top: 40px;
	margin-top: -40px;
	background-image: url(https://www.witchesgarden.de/wp-content/uploads/2017/12/gradient.png);
	background-repeat: repeat-x;

}

blockquote p {
	font-style: italic;
	font-size: 21px;
}

.search-field {
	width: 263px;
	max-width: 100%;
}

.comments-link {
	padding-right: 0.5em;
}

.label a {
	color: #fff !important;
}

/* Forms */

input, textarea {
    color: #060c2c !important;
}

.btn {
    color: #fff !important;
}

.field_required {
    display: none;
}

/* Media Queries */

@media screen and (max-width: 991px) {
	
	.custom-logo {
		width: 300px;
		height: auto;
	}

}

@media (min-width: 992px) {
	
	.site-branding {
		padding-top: 8px;
	}
    
}

/* Plugins */

.display-posts-listing .listing-item {
    margin-bottom: 2ex;
}

.display-posts-listing .title {
    font-family: "Spectral SC", Times, serif;
	font-weight: bold;
}

.display-posts-listing .listing-item {
	clear: both;
	min-height: 189px;
}

.display-posts-listing img {
	float: left;
	margin: 0 10px 10px 0;
}

