﻿/*
 Theme Name:   Erlebnishof Ming Theme
 Description:  Twenty Seventeen Child Theme for Erlebnishof Ming
 Author:       Patrick H&auml;fliger
 Author URI:   https://ify-webdesign.ch
 Template:     twentyseventeen
 Version:      1.0
*/
/*
.site-title a,
.colors-dark .site-title a,
.colors-custom .site-title a,
body.has-header-image .site-title a,
body.has-header-video .site-title a,
body.has-header-image.colors-dark .site-title a,
body.has-header-video.colors-dark .site-title a,
body.has-header-image.colors-custom .site-title a, 
body.has-header-video.colors-custom .site-title a,
.site-description,
.colors-dark .site-description,
.colors-custom .site-description,
body.has-header-image .site-description,
body.has-header-video .site-description,
body.has-header-image.colors-dark .site-description,
body.has-header-video.colors-dark .site-description,
body.has-header-image.colors-custom .site-description,
body.has-header-video.colors-custom .site-description {
    color: #f7d8cf;
}
*/
body.colors-dark, .colors-dark .site-content-contain, .colors-dark .navigation-top, .colors-dark .main-navigation ul {
    background:#754d26;
}

@media screen and (min-width: 48em){
    .colors-dark .main-navigation ul ul,
    .colors-dark .main-navigation li li:hover,
    .colors-dark .main-navigation li li.focus
    {
        background: #ffffff;
    }
}
@media screen and (min-width: 48em){
    .site-header .navigation-top .menu-scroll-down {
        color: #c29d79;
    }
}
@media screen and (min-width: 48em){
    .colors-dark .main-navigation li li.focus > a, .colors-dark .main-navigation li li:focus > a, .colors-dark .main-navigation li li:hover > a, .colors-dark .main-navigation li li a:hover, .colors-dark .main-navigation li li a:focus, .colors-dark .main-navigation li li.current_page_item a:hover, .colors-dark .main-navigation li li.current-menu-item a:hover, .colors-dark .main-navigation li li.current_page_item a:focus, .colors-dark .main-navigation li li.current-menu-item a:focus {
        color: #751f09;
    }
}

.colors-dark .single-featured-image-header, .colors-dark .navigation-top, .colors-dark .main-navigation li, .colors-dark .entry-footer, .colors-dark #comments {
    border-bottom-color: #c29d79;
}
.colors-dark .navigation-top, .colors-dark .main-navigation > div > ul, .colors-dark .pagination, .colors-dark .comment-navigation, .colors-dark .entry-footer, .colors-dark .site-footer {
    border-top-color: #c29d79;
}

.colors-dark .entry-content a img, .colors-dark .comment-content a img, .colors-dark .widget a img {
    -webkit-box-shadow: 0 0 0 2px #c29d79;
    box-shadow: 0 0 0 2px #c29d79;
}
.colors-dark button, .colors-dark :not( .mejs-button ) > button:hover{
    background-color: transparent;
}

.main-navigation a:hover {
    color: #422b15;
}
.colors-dark .navigation-top .current-menu-item > a, .colors-dark .navigation-top .current_page_item > a {
    color: #422b15;
}
.wp-caption, .gallery-caption{
    color: #eee;
}
.colors-dark .site-info a{
    color: #c29d79;
}
.colors-dark .entry-title a, .colors-dark .entry-meta a, .colors-dark.blog .entry-meta a.post-edit-link, .colors-dark.archive .entry-meta a.post-edit-link, .colors-dark.search .entry-meta a.post-edit-link, .colors-dark .page-links a, .colors-dark .page-links a .page-number, .colors-dark .entry-footer a, .colors-dark .entry-footer .cat-links a, .colors-dark .entry-footer .tags-links a, .colors-dark .edit-link a, .colors-dark .post-navigation a, .colors-dark .logged-in-as a, .colors-dark .comment-navigation a, .colors-dark .comment-metadata a, .colors-dark .comment-metadata a.comment-edit-link, .colors-dark .comment-reply-link, .colors-dark a .nav-title, .colors-dark .pagination a, .colors-dark .comments-pagination a, .colors-dark .widget .widget-title a, .colors-dark .widget ul li a, .colors-dark .site-footer .widget-area ul li a, .colors-dark .site-info a {
    -webkit-box-shadow: inset 0 -1px 0 #c29d79;
    box-shadow: inset 0 -1px 0 #c29d79;
}
.colors-dark h2, .colors-dark blockquote, .colors-dark input[type="text"], .colors-dark input[type="email"], .colors-dark input[type="url"], .colors-dark input[type="password"], .colors-dark input[type="search"], .colors-dark input[type="number"], .colors-dark input[type="tel"], .colors-dark input[type="range"], .colors-dark input[type="date"], .colors-dark input[type="month"], .colors-dark input[type="week"], .colors-dark input[type="time"], .colors-dark input[type="datetime"], .colors-dark input[type="datetime-local"], .colors-dark input[type="color"], .colors-dark textarea, .colors-dark .navigation-top .current-menu-item > a, .colors-dark .navigation-top .current_page_item > a, .colors-dark .entry-content blockquote.alignleft, .colors-dark .entry-content blockquote.alignright, .colors-dark .taxonomy-description, .colors-dark .site-info a, .colors-dark .wp-caption {
    color: #eee;
}
b, strong {
    font-weight: 600;
}
.footer-logo{
    margin-bottom: 1em;
    display: block;
}
@media screen and (min-width: 500px){
    .footer-logo {
        margin-right: 2em;
        float: left;
    }
}

.creator{
    position: absolute;
    right: 0.5em;
    bottom: 0.25em;
}
.creator a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #926d48 !important;
}

.site-content-contain {
    /*background-color:#cbb4d6*/
}
.site-content {
    /*background-color: #9669ac;*/
}
/*.panel-content .wrap {
    padding-top: 0.5em;
}*/
/*.entry-header h2 {
    height: 80px; 
    width: 100%;
    background: url('img/logo.png') left no-repeat;
    display: block;
padding-top:100px;
}
.entry-content {
    padding-top:100px;
}*/
/*.site-content-contain{
    background-image: url('img/background.png') !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    background-attachment: fixed !important;
}*/

/* Shortcode angebot,preis */
/*.angebot {
	width: 100%;
	border-bottom: 1px solid;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.angebot.noline{
    border-bottom: 0;
}
.preis {
    float: right;
    border-left: 1px dashed;
    padding-left: 1em;
    margin-left: 1em;
}
*/

.colors-dark input[type="text"], .colors-dark input[type="email"], .colors-dark input[type="url"], .colors-dark input[type="password"], .colors-dark input[type="search"], .colors-dark input[type="number"], .colors-dark input[type="tel"], .colors-dark input[type="range"], .colors-dark input[type="date"], .colors-dark textarea, .colors-dark select, .colors-dark fieldset{
    background: #c29d79;
}
.colors-dark input[type="text"], .colors-dark input[type="email"], .colors-dark input[type="url"], .colors-dark input[type="password"], .colors-dark input[type="search"], .colors-dark input[type="number"], .colors-dark input[type="tel"], .colors-dark input[type="range"], .colors-dark input[type="date"], .colors-dark textarea,
.colors-dark input[type="text"]:focus, .colors-dark input[type="email"]:focus, .colors-dark input[type="url"]:focus, .colors-dark input[type="password"]:focus, .colors-dark input[type="search"]:focus, .colors-dark input[type="number"]:focus, .colors-dark input[type="tel"]:focus, .colors-dark input[type="range"]:focus, .colors-dark input[type="date"]:focus,
.colors-dark textarea:focus {
    color: #222;
}