/*
 Theme Name:   Dorayaki Child
 Description:  Child Theme
 Author:       Elma / Marcus

 Template:     dorayaki
 Version:      1.0
 Text Domain:  dorayaki-child
 */

/* Accordion Styles */

.header-slider .responsive-slider.flexslider .slides img.wp-post-image {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    margin: 0;
}

.page .entry-content h2.centered {
    margin: 40px 0;
    text-align: center;
    position: relative;
    display: block;
    background: url(images/h2-border.png) 0 50% repeat-x;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #aeaeae;
}

#site-title {
    border-top: 0px !important;
    text-align: center;
}

@media screen and (min-width: 1260px) {
    #site-title {
        margin-left: 832px;
        text-align: right;
    }
}

#masthead {
    border-bottom: 1px solid #eaeaea;
    background-image: url(images/lineskachel.png);
    background-repeat: repeat-x;
    background-position: 0px 30px;

}

#colophon {
    background: #c6cfd8 url(images/footer.png) 0 0 no-repeat !important;
    height: 280px;
}

.search-row {
    display: none;
}

@media screen and (min-width: 1260px) {
    #colophon .credit-wrap {
        max-width: 65%;
        float: right;
        overflow: hidden;
        padding: 30px 0 0 0;
    }
}


.responsive-slider.flexslider .flex-direction-nav, .responsive-slider.flexslider .flex-direction-nav li {
    display: none;
}

.responsive-slider.flexslider ol.flex-control-nav {
    z-index: -100;
}