/*
Theme Name:     Hermione
Theme URI:      http: //hermione.labaz-24.ru/
Description:    Дочерняя тема для темы twenty seventeen
Author:         Hermione
Author URI:     http: //hermione.labaz-24.ru/
Template:       twentyseventeen
Version:        0.1.0
*/
@import url("../twentyseventeen/style.css");


.wrap {
    max-width: 1145px;
    padding-left: 3em;
    padding-right: 3em;
}
#primary {
    width: 70% !important;
}
.has-sidebar #secondary {
    width: 26% !important;
}
@media screen and (min-width: 48em) {

    /* Typography */
    body,
    button,
    input,
    select,
    textarea {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    /* Layout */
    .wrap {
        max-width: 1145px;
        padding-left: 2em;
        padding-right: 2em;
    }

    .has-sidebar:not(.error404) #primary {
        float: left;
        width: 58%;
    }

    .has-sidebar #secondary {
        float: right;
        padding-top: 0;
        width: 26%;

    }

    .error404 #primary {
        float: none;
    }
}

.post-thumbnail {
    margin-bottom: 0.2em;
    text-align:center;
}

.post-thumbnail a img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;

}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
    opacity: 0.7;
}


/*===============================================*/
.vip_booklink {
	background-color: #8FF7CE;padding:10px;height:20px;
}
.booklink{
	float:left; padding:0 20px;
	}

.booklinkblock{
    margin-left: 20px;
    text-decoration: none !important;
}
.childbooklist{
    color:brown;
    list-style-type: none;
    margin-left: 20px; 
    text-decoration: none !important;
}
a.masterbooklink{
    color:brown;
    text-decoration: none !important; border-bottom:1px dotted;
    text-decoration-color: white;
}
a.childbooklink{
    color:brown;
    text-decoration:none;
}
a.fld_link{
    text-decoration: none !important; border-bottom:1px dotted; color:brown;
    font-size: 90%;
}
/* стили для статей из pagan.ru */
.lit {
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    text-align: left;
    padding-left: 30pt;
    margin: 0px;
}