/*
Theme Name: Dorayaki Child
Theme URI:
Description: DSB Koeln Child Theme 2018
Author: Ingo Busch
Author URI: https://blog-doktor.de
Template: dorayaki
Version: 1.0
Tags: Dorayaki Child Theme
*/

/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */

/** Schriften anpassen **/

body,
input[type="text"], input[type="submit"], textarea,
.shariff .shariff-text {
	font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, sans-serif !important;
}

#site-title h1, 
.entry-content p, 
.entry-content ul, 
.entry-content ol, 
.single-post 
.author-info p.author-description,
.service-box span.service-name,
.standard-btn {
    font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, sans-serif !important;
}

ul.dorayaki-rp li.rp-box a.rp-date, ul.dorayaki-rp li.rp-box h3.rp-title, ul.dorayaki-rp li.rp-box .rp-meta {
	font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, sans-serif !important;
}

.entry-content p.slogan {
	font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, sans-serif !important;
	font-weight: 300 !important;
}

.page .entry-header h1.entry-title {
font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, sans-serif !important;
}

.page .entry-content h2.centered {
	font-size: 20px !important;
	font-weight: 300 !important;
}

.footerlabel-title {
    font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, sans-serif !important;
}

/** Farben anpassen **/
/*#masthead {
    background: #f0b878 !important;
}*/

/* --- Mobile Nav --- */

#masthead a#mobile-search-btn,
#masthead a#mobile-menu-btn {
	color: #1F3B70 !important;
}

.page .entry-content h2.centered {
	background: url(images/h2-border.png) 0 50% repeat-x !important;
	color: #F08100 !important;
}

.blue-btn {
	background-color: #1986AB !important;
}

.blue-btn:hover {
	background-color: #1F3B70 !important;
}

.red-box {
    background: #ffa739 !important;
    border-bottom: 5px solid #F08100 !important;
}

a.service-box {
	/*background-color: #F08100 !important;*/
	background-color: #ffa739 !important;
	/*color: : #1F3B70 !important;*/
}

a.service-box:hover {
	/*background-color: #1F3B70 !important;*/
	background-color: #1986AB !important;
	color: #F08100 !important;
}

.otw-sidebar .service-box:hover,
.widget_dorayaki_service:hover,
a.service-box .service-name:hover {
	color: #F08100 !important;
}

#site-title {
    border-top: 5px solid #F08100 !important;
}

.responsive-slider.flexslider .slide-title a:hover {
color: #2aa3b2 !important;
}

/* Widgets */

.otw-sidebar .service-box {
	min-height: 320px;
}

@media screen and (min-width: 1024px) {
	.header-img {
		margin-top: 0px !important;
	}
	
	#main-wrap {
		padding-top: 20px !important;
	}
}

@media screen and (min-width: 1260px) {
/*#site-nav li a {
  color: #f4f4f4 !important;
}
#site-nav li a:hover {
  color: #2aa3b2 !important;
}*/

}