/*
Theme Name: Dorayaki Child
Description: Dorayaki Child Theme
Author: Mandy Raasch
Template: dorayaki
Version: 1.0
*/

@import url("../dorayaki/style.css");

h1 {
    color: #3a92e8;
}

#html5-watermark {
	display:none !important;
}

 
a.service-box:hover {
    background-color: #fff !important;
}

@media screen and (min-width: 768px) {
h2.widgettitle {
    font-family: 'Domine', Georgia, serif;
    font-size: 46px;
    margin: 0 0 34px;   
    line-height: 1.3;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
}
}

@media screen and (max-width : 767px) {
h2.widgettitle { 
    font-family: 'Domine', Georgia, serif;
    font-size: 26px;
    margin: 0 0 24px;   
    line-height: 1.3;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
}

}

#site-title {
    border-top: 0px none !important;
}
 
#masthead { 
    border-top: 5px solid #3A92E8;
} 


.header-widget-wrap a {
   color: #fff;
}

#colophon a:hover {
    text-decoration:none !important;
    color: #3A92E8;
}

@media screen and (min-width: 1260px) {
#colophon .credit-wrap {
    max-width: 100%;
    float: none; 
}

#colophon #site-info, #colophon .footer-nav, #colophon #site-info ul, #colophon p.credittext {
    text-align: center;
}
 }

.su-spoiler-style-default > .su-spoiler-title { 
    min-height: 30px;
    line-height: 30px;
    padding: 7px 7px 7px 44px;
    font-weight: bold;
    font-size: 1.375rem;
    margin: 0.4em;
}

.footerlabel { 
    display: none;
}

#colophon #site-info .footer-nav ul.menu .last-ar {
    padding: 30px !important;
}

@media screen and (min-width: 500px) {
#site-title {
    padding: 10px;
    border-top: 0px none;
}

#site-title img {
    margin-left: -25px;}

} /* min-width 500px */

@media screen and (min-width: 1260px) {

li.menu-item.menu-item-language a{
   color: red !important;
   text-align: right;
   text-transform: none;
}


} /* min-width 1260px */


/* WPML Language Switch im Header */ 

#header_language_list{ 
border-bottom: 1px solid #EAEAEA;
text-align: center;
font-size:80%;
font-weight: normal;
padding: 15px; 
color: #333;
}

#header_language_list ul{
list-style: none;
margin:0;
padding:0;
}

#header_language_list ul li img{
margin-right:5px;
}

#header_language_list ul li{
display:inline;
margin:0 5px 0 5px;
padding:0;
}

#header_language_list ul li a, #header_language_list ul li a:visited{
color: #333;
text-decoration:underline;
}

#header_language_list ul li a:hover, #header_language_list ul li a:active{
color: #3A92E8;
}