/*
Theme Name:   Grand Escapades
Template:     rowling
Author:       Gilles Barbier
Version:      1.0.0
*/

/* Logo */
.blog-logo
{
    padding-left: 20px;
    max-width: 500px;
}


/* Schrift */

strong
{
	font-weight: 700;
}

.post-content h2
{
	font-family: merriweather,Georgia,serif;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.5em !important;
}
.post-content h5
{
	font-family: 'Lato', sans-serif;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.5em !important;

}

.post-content p, .post-content h3
{
	font-family: 'Lato', sans-serif;
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: 1.5em !important;
}

.post-content h4
{
	font-family: 'Lato', sans-serif;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.5em !important;
}


/* posts auf startseite und archivseiten */
.post-categories
{
    margin-bottom: 0 !important;
}

.post-categories a
{
    font-size: 10px;
}

.single-post .post-image
{
    margin-bottom: 10px !important;
}


/* gallery */

div.gallery img
{
	border: 2px solid #fff !important;
}

div.gallery dd
{
	margin-top: 0 !important;
}


/* Abstände */

.post-content .alignnone,
.post-content .aligncenter,
.post-content .alignwide,
.post-content .alignfull
{
	margin: 0 0 2.5em 0;
}

/* bild unterschriften */

.post-content dd,
.post-content p.wp-caption-text
{
	font-weight: bold !important;
	text-align: center;
}

.single-post .post-inner
{
	padding-left: 0 !important;
}

.related-posts
{
	display: none !important;
	width: 0;
}

/* header */

.header-wrapper
{
    /* background: #fff; */
    background: linear-gradient(
        to right,
        white 0%,
        white 50%,
        #f1f1f1 50%,
        #f1f1f1 100%
      );

}

.header-wrapper-inner
{
    background-image: url(https://grandescapades.net/randomheaderimage.php);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1200px;
    max-width: 88%;
    margin: 0 auto;
}

.header-wrapper-inner .section-inner
{
    max-width: 100% !important;
}

