/*
Theme Name: Blanco Child
Theme URI: http://blanco.sopkathemes.com/
Author: Sopka Themes
Template: blanco
Author URI: http://sopkathemes.com/
Description: Custom Theme for Sophia Botanika Based on Blanco.
Version: 1.0.0
License: Creative Market License
License URI: https://creativemarket.com/licenses
Text Domain: blanco-child
*/

/* Place all your custom CSS here */


@font-face { 
font-family: "simplifica"; 
src: url("simplifica.ttf"); 
}

/*THE CSS LOADING THE SIMPLIFICA TYPEFACE IS IN THE WP BACKEND --> APPEARANCE --> CUSTOMIZE --> CUSTOM CSS
 *As well as some other detailed CSS commands that need to happen on an in-line level.
 *
*/

@font-face { 
font-family: "shorelines"; 
src: url("ShorelinesUmlaut.otf"); 
}

/*
 *
 * MAIN MENU
 *
 */

nav.siteHeader__navbar__nav-primary a{
	text-transform: uppercase;
	font-family: simplifica, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
}

h3.widget-title{
	letter-spacing: 1px;
}


/*
 *
 * Link Colors and Sizes
 *
 */
 
 body.single-post div.entry-content a:link, body.single-post div.entry-content a:hover, body.single-post div.entry-content a:visited{
 color: #333;
 background-color: #F0F078;
 }
 
article.format-image h2.post-title{
font-size:38px;
margin-bottom: -5px;
}
 
 

/*
 * CATEGORIES
 */

span.post-categories{
	font-family: shorelines, sans-serif;
}


article.format-image span.post-categories{
	height: 24px;
	padding-top: 7px;
	padding-left: 9px;
	width: 80px;
}

article.format-standard span.post-categories{
	padding-left: 9px;
	padding-top: 6px;
	height: 18px;
	margin-bottom: 16px;
	width: 80px;
}

body.archive span.post-categories{
	padding-left: 9px;
	padding-top: 6px;
	height: 18px;
	margin-bottom: 16px;
	width: 100px;
}




/* UNCATEGORIZED */

article.format-standard span.post-categories{
	border-bottom: solid 4px #dedede;
}


article.format-image span.post-categories{
	background-color:#dedede;
}

body.archive  div.postCard__body span.post-categories{
	background-color:#fff;
	border-bottom: solid 4px #dedede;
}




/* NÄHREN */

article.category-naehren.format-standard span.post-categories{
	border-bottom: solid 4px #cbebca;
}


article.category-naehren.format-image span.post-categories{
	background-color:#cbebca;
	height: 18px;
}

body.archive .category-naehren div.postCard__body span.post-categories{
	background-color:#fff;
	border-bottom: solid 4px #cbebca;
}



/* HEILEN */

article.category-heilen.format-standard span.post-categories{
	border-bottom: solid 4px #fcf058;
}


article.category-heilen.format-image span.post-categories{
	background-color:#fcf058;
}

body.archive .category-heilen div.postCard__body span.post-categories{
	background-color:#fff;
	border-bottom: solid 4px #fcf058;
}


/* PFLEGEN */

article.category-pflegen.format-standard span.post-categories{
	border-bottom: solid 4px #efd9cf;
}


article.category-pflegen.format-image span.post-categories{
	background-color:#efd9cf;
}

body.archive .category-pflegen div.postCard__body span.post-categories{
	background-color:#fff;
	border-bottom: solid 4px #efd9cf;
}



/* EN ROUTE */

article.category-enroute.format-standard span.post-categories{
	border-bottom: solid 4px #c5e5e8;
}


article.category-enroute.format-image span.post-categories{
	background-color:#c5e5e8;
}

body.archive .category-enroute div.postCard__body span.post-categories{
	background-color:#fff;
	border-bottom: solid 4px #c5e5e8;
}

/* DEKO */

article.category-deko.format-standard span.post-categories{
	border-bottom: solid 4px #D5C3EB;
}


article.category-deko.format-image span.post-categories{
	background-color:#D5C3EB;
}

body.archive .category-deko div.postCard__body span.post-categories{
	background-color:#fff;
	border-bottom: solid 4px #D5C3EB;
}




/*
 * MORE MARGIN FOR SEARCH FIELD IN RESULTS
 */

div.postCard__body span.post-categories{
}

body.search-results form.search-form{
	margin-bottom: 40px;

}


/*HEADER SEARCH FIELD TO RIGHT

div.siteHeader__topbar form.search-form{
	border: 1px solid red;
	float: right;
}*/