

.container {
    max-width: 760px !important;
}


/*=== Header ===*/
#header {}
#header.responsive .custom-logo-link img {
    max-width: 150px;
}



/*=== Content ===*/
#content article.article-single .entry-header,
body.singular #content article .page-header {
    margin-bottom: 5px;
}

/* Розтягуємо відео і картинки по ширині */
body.single #content .entry-header,
body.single #content .embed-responsive,
body.single #content [class*="wp-image"],
body.single #content .fotorama--wp {
    margin-left: -10px;
    margin-right: -10px;
}

body.single #content .entry-header,
body.single #content .embed-responsive,
body.single #content [class*="wp-image"],
body.single #content .fotorama--wp {
    max-width: -moz-calc(100% + 20px);
    max-width: -webkit-calc(100% + 20px);
    max-width: calc(100% + 20px);
}

body.single #content .post header .vertical-align-block,
body.single #content .entry-header img {
    margin-left: 0;
    margin-right: 0;
}
/**/


/* Обмежуємо висоту картинок в циклі постів */
.article-in-loop .thumb {
    /*
    min-height: 70px;
    height: 20vh;
    max-height: 400px;
    padding-bottom: 0 !important;
    */
}



/*=== HOME ===*/
body.home .row-1 .l {
    margin-bottom: 12px;
}
body.home .container .row-1 .entry-title {
    font-size: 22px !important;
}

body.home .container .row-1 .entry-meta-title .entry-meta {
    margin-top: 10px !important;
    font-size: 15px !important;
}


/*=== SINGLE post ===*/
#content .thumb-wrp {
    width: 100%;
    padding-bottom: 0;
    height: auto;
}

/* Title */
.vertical-align-block .entry-meta-title {
    left: 0;
    right: 0;
}



#content .entry-meta-title .entry-title {
    font-size: 24px;
    line-height: 1.15;
}
#content .entry-meta-title .entry-meta {
    font-size: 15px;
}

/* Steps */
#content .post .font_ital_for_step {
    margin-top: 15px;
    padding-left: 0;
}

/* Post rating */
#evr-post-rating .positive .link:after,
#evr-post-rating .negative .link:after {
    display: none;
}
#content .post #evr-post-rating .title {
    font-size: 22px;
}
#evr-post-rating .rate-count .glyphicon {
    font-size: 17px;
}
#content .post #evr-post-rating .rate-count .link {
    width: 110px !important;
    font-size: 15px;
}
#content #evr-post-rating .count {
    padding: 0 5px;
}

/*=== Footer ===*/
#footer {}

#footer nav ul li a {
    padding: 5px 0;
}

#footer .col-txt {
    text-align: center;
}
#footer .col-txt-1 {
    font-size: 12px;
}
#footer .col-txt-2 {
    padding-top: 10px;
}