/*
 *  Theme Name: TravelBlog
 * Description: Creative design on dark background with bright charismatic emphases. It is perfect for bold travelers, climbers and any other blog. Theme is based on Basic template
 *   Theme URI: https://wp-puzzle.com/basic-travelblog/
 *     Version: 1.1.0
 *      Author: WP Puzzle
 *  Author URI: https://wp-puzzle.com/
 *     License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *    Template: basic
 */

@import url("../basic/style.css");

body {
    background: #000;
}

#main {
   /* background: linear-gradient(to bottom, rgb(255, 255, 255) 92%, rgb(220, 220, 220) 100%);*/
    padding: 50px 0 40px;
    position: relative;
    max-width: 1080px;
    z-index: 3;
}

#main:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 170px;
    bottom: 0;
    left: 0;
    background: url(img/gradient.png) no-repeat;
    z-index: 4;
}

#content {
    position: relative;
    z-index: 5;
}

.single #content {
    margin: 0 auto;
    box-sizing: border-box;
}

/* ============================================================================
 *		inline HTML TAGS
 * ============================================================================ */
body {
    font: 16px/140% 'Roboto Light', sans-serif;
    color: #444;
    word-wrap: break-word;
}

a {
    color: #2793e6;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

a:hover {
    color: #9dbc1d;
}

p {
    padding: 0 0 1em 0;
    font-size: 16px;
}

.comment-content p {
    margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poiret One', cursive;
    font-weight: 600;
}

h1 {
    font-size: 40px;
    color: #9dbc1d;
}

h2 {
    font-size: 36px;
    color: #000;
}

h3 {
    font-size: 34px;
    color: #000;
}

h4 {
    font-size: 26px;
    color: #000;
}

h5 {
    font-size: 26px;
    color: #000;
}

h6 {
    font-size: 22px;
    color: #000;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6,
.comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6 {
    padding: 30px 0;
}

.inform {
    text-align: center;
    border-bottom: none;
    margin-bottom: 0;
}

.inform h1 {
    padding-bottom: 0;
}

input[type=submit], input[type=button], button, .submit, .button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #444;
    border-radius: 0;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    color: #fff;
}

input[type=submit]:hover, input[type=button]:hover, button:hover, .submit:hover, .button:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #a5bb36;
}

/* ============================================================================
 *		SINGLE
 * ============================================================================ */
.sitetitle {
    position: relative;
    z-index: 15;
}

.entry ul {
    margin: 0 0 20px 5px;
}

.entry ul li {
    margin-bottom: 5px;
}

.entry ol, ul {
    counter-reset: myCounter;
}

.entry li {
    list-style: none;
    position: relative;
}

.entry ul:not([class="dem-answers"]):not([class="dem-vote"]) li:before {
    content: '';
    display: inline-block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #9dbc1d;
    text-align: center;
    line-height: 30px;
    top: 3px;
    height: 0;
    width: 0;
	padding-left: 5px;
}

.entry ol {
    margin: 0 0 0 40px;
    position: relative;
}

.entry ol li {
    margin-bottom: 10px;
}

.entry ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: block;
    position: absolute;
    color: white;
    font-size: 14px;
    top: -2px;
    left: -40px;
    line-height: 40px;
    z-index: 100;
    width: 30px;
    letter-spacing: -0.1em;
    text-align: center;
}

.entry ol ul > li:before {
    content: '';
    margin-right: 25px;
    top: 0;
}

.entry ol ul > li:after {
    display: none
}

.entry ul ol > li:after {
    border: 0;
}

.entry ol li:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #9dbc1d;
    transform: rotate(-45deg);
    margin-top: -37px;
    margin-left: 5px;
    top: 45px;
    z-index: 99;
    left: -40px;
}

.entry ul ul, .entry ol ol, .entry ul ol, .entry ol ul {
    margin-left: 30px;
}

.entry ul ol > li:before {
    border: 0;
    left: 12px;
    top: 0;
}

.entry ul ol > li:after {
    left: 0;
}

.single .entry-box {
    margin-top: 0;
}

.single .singular-thumbnail img {
    margin: 30px 0;
}

/* ============================================================================
 *		HEADER
 * ============================================================================ */

.sitetitle {
    width: 100%;
}

.tbsitetitle {
    position: relative;
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #d0d0d0 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(top, #d0d0d0 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #d0d0d0 0%, #ffffff 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#ffffff', GradientType=0);*/
    height: auto;
    text-align: center;
    max-width: 1080px;
   /* padding-top: 20px;*/
}

.tbsitetitle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
   /* background: url(img/gradient-header.png) center no-repeat;*/
    opacity: 0.5;
    z-index: 13;
}

.grid .col4, .grid .col8 {
    text-align: center;
}

/*.col8 {margin-top: 100px;}*/
.logo {
    margin: 0;
}

.custom-logo-bottom {
    display: inline-block;
}

#logo {
    color: #9dbc1d;
    font: 100 60px 'Poiret One', cursive;
}

.sitedescription {
    text-align: center;
}

.banner {
    display: inline-block;
    width: 100%;
    margin: 10px 0 20px;
    line-height: 40px;
    min-height: 90px;
    border: 3px solid #9a9898;
    font-size: 40px;
    color: #9a9898;
    text-align: center;
    padding: 22px 10px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    position: relative;
    z-index: 14;
}

.sitedescription {
    padding-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .custom-logo-bottom {
        display: block;
    }

    #logo {
        text-align: center;
        text-align: -webkit-center;
    }
}

@media only screen and (min-width: 1024px) {
    .tbsitetitle {
      /*  padding-top: 30px;*/
    }
	ul.spisok-list {
    column-count: 2;
    margin: -5px 0 25px 10px;

    .banner {
        width: 610px;
        margin-top: 0;
    }
}

/* header navigation */
#mobile-menu {
    background: #a0be26;
    color: #444;
}

#mobile-menu:hover {
    background: #444;
    color: #fff;
}

.topnav {
    width: 100%;
}

.top-menu {
    background: #444;
    width: inherit;
    text-align: left;
}

.top-menu .sub-menu, .top-menu .children {
    display: none;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #444;
    width: 260px;
    z-index: 1000;
    box-shadow: none;
}

.top-menu .sub-menu li, .top-menu .children li {
    display: block;
    text-align: left;
}

.top-menu .sub-menu li a, .top-menu .children li a {
    color: #fff;
    border-top: 1px solid;
    border-color: #9dbc1d;
}

.top-menu li a, .top-menu li span {
    font-family: 'Poiret One', cursive;
    font-weight: 100;
    font-size: 18px;
}

.top-menu li .page_item a:hover {
    background: #9dbc1d;
}

.top-menu li a:hover,
.top-menu li span:hover,
.top-menu li .sub-menu > li:hover > a,
.top-menu li .sub-menu > li:hover > span:hover {
    background-color: #9dbc1d;
}

.top-menu .current_page_item > a,
.top-menu .current_page_item > span,
.top-menu .current-menu-item > a,
.top-menu .current-menu-item > span {
    background-color: #444;
}

.top-menu .page_item > a:hover,
.top-menu .page_item > span:hover,
.top-menu .current-menu-item > a:hover,
.top-menu .current-menu-item > span:hover {
    background-color: #9dbc1d;
    color: #fff;
}

.top-menu .sub-menu {
    margin: 0;
}

.top-menu .sub-menu .sub-menu, .top-menu .children .children {
    border-left: 1px solid #444;
}

@media only screen and (min-width: 1024px) {

    .topnav {
        margin-left: 1px;
    }
	
	table.norm.new td {text-align: center;}table.norm.new th:first-child{text-align: center;}

    .topnav nav {
        display: block;
        box-sizing: border-box;
        max-width: 1080px;
        margin: 0 auto;
    }

    .top-menu {
        position: relative;
        display: block;
        background: #444;
        text-align: left;
        width: auto;
        height: auto;
        border-radius: 0;
    }

    .top-menu:before {
        content: '';
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        margin-left: -40px;
        border-top: 80px solid transparent;
        border-right: 40px solid #444;
    }

    .top-menu li a, .top-menu li span {
        padding: 30px 20px;
    }

    .top-menu li a {
        -webkit-transition: background 0s;
        transition: background 0s;
    }

}

/* ============================================================================
 *		CONTENT
 * ============================================================================ */

/*      ANONS
 * ----------------------------------------- */

.entry-box {
    margin-top: 10px;
}

.anons h2 {
    font-size: 40px;
    padding-bottom: 0;
}

.anons h2 a {
    color: #9dbc1d;
    -webkit-transition: text-shadow 0.3s;
    -moz-transition: text-shadow 0.3s;
    -ms-transition: text-shadow 0.3s;
    -o-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
}
.anons h2 a:hover {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.anons, .sticky {
    position: relative;
    padding: 15px 15px 15px 15px;
    margin: auto;
    height: auto;
}

.anons, .sticky {
    border: 1px solid #9dbc1d;
}



.strela {
    position: absolute;
    width: 35%;
    height: 34px;
    left: 1%;
    bottom: 19px;
    fill: #9dbc1d;
    z-index: 8;
}

.anons:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    border-bottom: 35px solid #e8e8e8;
    border-top: 35px solid #e8e8e8;
    background: url(img/line.png) no-repeat #9dbc1d 100% 1px;
    bottom: 0;
    z-index: 7;
}

.anons {
    margin-bottom: 50px;
    min-height: 300px;
}

.anons-thumbnail img {
    float: none;
}



.anons .meta a {
    color: #d0d0d0;
}

.anons .meta a:hover {
    color: #9dbc1d;
    text-decoration: none;
}

.meta span.hide {
    display: none;
}
.anons .meta .date .text-date {
    font-style: normal;
}

@media screen and (min-width: 600px ) {

    .anons, .sticky {
        padding: 30px 20px 15px 80px;
    }
    .anons .frame {
        display: block;
        position: absolute;
        top: 0;
        left: 40px;
        border-left: solid 1px #e8e8e8;
        height: 100%;
        width: 1px;
        z-index: 6;
    }
    .anons .meta span {
        display: block;
        position: relative;
        top: 10px;
        left: 0;
        margin: 0 10px 10px 0;
        /*width: auto;*/
        width: 71px;
        height: auto;
        padding: 5px 15px;
        background: #fff;
        border: 1px solid;
        border-color: #9dbc1d;
        font-family: 'Roboto', sans-serif;
        line-height: normal;
        font-size: 12px;
        text-align: center;
        text-decoration: none;
    }

    .anons .meta .category {
        margin-top: 0;
    }

    .anons .meta .comments {
        margin-top: 0;
    }

    .anons .meta .date {
        position: absolute;
        top: 45px;
        left: 12px;
        width: 37px;
        height: 37px;
        background: #9dbc1d;
        border: none;
        transform: rotate(-45deg);
        background-position: center;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
        text-transform: lowercase;
        word-wrap: break-word;
        line-height: 20px;
        padding: 10px;
        margin-left: 0;
        z-index: 31;
    }

    .anons .meta .date .text-date {
        /*font-style: normal;*/
        transform: rotate(45deg);
        display: inline-block;
    }

    .anons .date b {
        font-size: 22px;
    }

    .anons .comments b {
        color: #9dbc1d;
        font-size: 14px;
    }

    .anons, .sticky {
        padding: 30px 30px 15px 140px;
    }

    .anons .frame {
        left: 70px;
    }

    .anons .meta {
        margin-top: 0;
        z-index: 8;
        position: absolute;
        top: 30px;
        left: 20px;
    }

    .anons .meta .date {
        position: static;
        width: 40px;
        height: 40px;
        /*margin-left: 20px;*/
        margin: 10px 20px 20px;
    }

    .anons .meta .category, .anons .meta .comments {
        display: block;
        width: 86px;
        padding: 5px 7px;

    }

    .anons .meta .comments {
        margin-top: 3px;
    }

}

.anons .more-link-box {
    text-align: right;
    margin-top: 60px;
}

.anons .more-link {
    display: inline-block;
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    background-color: #444;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 0;
    min-height: 20px;
    line-height: 20px;
    z-index: 9;
    bottom: 0;
    right: 0;
    margin-right: 50px;
    margin-bottom: 15px;
}

.anons .more-link:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #444;
    margin-right: -20px;
    margin-left: 0;
}

.anons .more-link:hover {
    opacity: 1;
    background-color: #9dbc1d;
}

.anons .more-link:hover:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #9dbc1d;
    margin-right: -20px;
    margin-left: 0;
}

@media only screen and (min-width: 768px) {


    .anons:before {
        right: 115px;
    }

    .strela {
        left: 19%;
    }
}

/* ============================================================================
 *		SIDEBAR
 * ============================================================================ */
#sidebar {
    padding: 0 10px;
}

.widget_wpz_authorpost {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    #sidebar {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 1024px) {
    #sidebar {
        padding: 0;
    }

    .layout-leftbar #sidebar {
        padding: 0 0 0 20px;
    }

    .layout-leftbar #content {
        padding-right: 10px;
    }
}

.widget, .categories, #widgetlist > li {
    margin-bottom: 40px;
    padding: 0;
}

.widget_true_top_widget img {

    border: 1px solid;
    border-color: #9dbc1d;
}

.text_author {
    position: relative;
    width: auto;
    min-height: 35px;
    border: 1px solid;
    border-color: #9dbc1d;
    border-top: none;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: italic;
    padding: 10px 25px 25px;
}

.text_author:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    border-top: 50px solid transparent;
    border-left: 50px solid;
    border-left-color: #9dbc1d;
    margin-left: 1px;
    margin-bottom: 1px;
}

.text_author:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    border-top: 50px solid transparent;
    border-right: 50px solid;
    border-right-color: #9dbc1d;
    margin-right: 1px;
    margin-bottom: 1px;
}

.title_author {
    text-align: center;
    font-family: 'Poiret One', cursive;
    font-size: 40px;
    color: #FFFFFF;
    background-color: #444;
    padding: 15px 0 20px;
}

.wtitle {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 2px solid;
    border-color: #9dbc1d;
    color: #444;
    font-family: 'Roboto', sans-serif;
    /*font-size: 24px;*/
    text-align: center;
    text-transform: uppercase;
}

.widget li {
    padding: 5px 0 5px 20px;
    position: relative;
}

.widget ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 10px;
    left: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid;
    border-left-color: #9dbc1d;
    border-bottom: 7px solid transparent;
}

.widget a {
    text-decoration: none;
    font-size: 16px;
    color: #444;

}

.widget a:hover {
    color: #9dbc1d;
    text-decoration: none;
}

.checkbox + label, .radio + label {
    cursor: pointer;
}

.checkbox:not(checked), .radio:not(checked) {
    position: absolute;
    opacity: 0;
}

.checkbox:not(checked) + label, .radio:not(checked) + label {
    position: relative;
    padding: 0 0 0 30px;
}

.checkbox:not(checked) + label:before, .radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #444;
}

.radio:not(checked) + label:before {
    border-radius: 50%;
}

.checkbox:checked + label:before {
    content: '\2714';
    display: block;
    width: 20px;
    height: 20px;
    color: #9dbc1d;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #444;
}

.radio:checked + label:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #9dbc1d;
    border-radius: 50%;
    border: 6px solid #fff;
    box-shadow: 0 0 0 1px #444;
}

.textwidget {
    position: relative;
    z-index: 1000;
}

.textwidget p {
    padding-bottom: 10px;
}

.radio-first {
    margin-top: 30px;
}

/* ============================================================================
 *		RESULT SERCHFORM
 * ============================================================================ */

.inform {
    padding-left: 40px;
    text-align: left;
}

.search .anons:before, .search .anons:after {
    content: '';
    background-color: inherit;
    border: none;
}

.search h2 a span style {
    color: #9dbc1d;
}

.serp .entry p {
    font: 16px/140% 'Roboto Light', sans-serif;
}

.search .anons {
    padding-left: 40px;
    min-height: auto;
}

.search .post {
    padding-left: 40px;
}

/* ============================================================================
 *		PAGE
 * ============================================================================ */

/*.page .post {*/
/*padding: 20px 30px 20px 60px;*/
/*}*/

/* ============================================================================
 *		FORM HTML TAG
 * ============================================================================ */
input, textarea {
    padding: 10px 10px 10px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font: 18px 'Roboto', sans-serif;
    color: #444;
}

textarea {
    min-height: 90px;
    max-width: 100%;
    box-sizing: border-box;
}

textarea,
#widgetlist input[type=text],
#widgetlist input[type=search-3] {
    padding: 9px 0 9px 20px;
    border: 1px solid darkgrey;
    font-weight: 100;
    height: 20px;
}

.searchform input[type=submit], .submit {
    height: 40px;
    width: 40px;
    line-height: 20px;
    padding: 10px;
    border-radius: 0;
    background-color: #9dbc1d;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    cursor: pointer;
}

#search-3 input[type=submit]:hover, .submit:hover {
    opacity: 1;
}

/* ============================================================================ */
/* __________ paginate __________ */
.nav-links {
    text-align: center;
}

.nav-links a {
    text-decoration: none;
}

.nav-links .page-numbers {
    padding: 4px 12px 6px;
    margin-right: 1%;
    background: #fff;
    border: 1px solid;
    border-color: #9dbc1d;
    color: #9dbc1d;
    font-family: "Roboto", sans-serif;
    font-size: 16pt;
    font-weight: 100;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.nav-links .next, .nav-links .prev {
    background: #444;
    color: #FFFFFF;
    border: none;
}

.nav-links .next a:hover, .nav-links .prev a:hover {
    background: #9dbc1d;
}

.nav-links a:hover, .nav-links .current {
    color: #fff;
    background: #9dbc1d;
}

.nav-links .total {
    margin-right: 5px;
}

/* __________ SINGLE __________ */

.single #content, .page #content {
    border: 1px solid #9dbc1d;
    position: relative;
}

/*.single article {*/
/*body.home #content,*/
/*body.archive #content {*/
    /*padding-left: 0;*/
/*}*/
#content {
    padding: 30px 20px 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.single #content, body.page #content{
    padding-left: 15px;
}
/*.single .frame, .page .frame {
    position: absolute;
    top: 0;
    left: 10px;
    border-left: solid 1px #e8e8e8;
    height: 100%;
    width: 1px;
}
*/
.single .meta, .page_meta {
    margin: 0;
    font-size: 12px;
}

.single .meta a, .page_meta .comments, .single .meta .date, .page_meta .date {
    color: #d0d0d0;
}

.single .meta a:hover, .page_meta .comments:hover {
    color: #9dbc1d;
    text-decoration: none;
}

.meta span, .page_meta span {
    padding-right: 15px;
}

.singular-thumbnail img {
    width: 100%;
    height: auto;
}

blockquote, q {
    position: relative;
    padding: 20px 30px;
    margin: 20px 0 0 0;
    color: #444;
    font-family: 'Roboto Light', sans-serif;
    font-style: italic;
    font-size: 14pt;
    background: #e8e8e8;
    border-left: none;
    border-radius: 0;
    display: block;
    min-height: 90px;
}

.quote-svg {
    fill: #9dbc1d;
    width: 130px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: rotate(-90deg);
}

blockquote:after, q:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    left: 15px;
    background: url(img/line.png) repeat #9dbc1d;
}

@media only screen and (min-width: 768px) {

    #content {
        /*.single article {*/
        padding: 30px 20px 15px 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body.page #content, body.single #content {
        padding-left: 20px;
    }

    .single .frame, .page .frame {
        left: 0;
    }

    .singular-thumbnail img {
        margin-top: 30px;
    }

    blockquote, q {
        padding: 30px 60px 40px 70px;
		margin-bottom:25px;
    }

    .quote-svg {
        left: -35px;
    }

    blockquote:after, q:after {
        left: 30px;
    }
}

/* __________SOCIALSHARE __________ */

.social_share {
    position: relative;
    padding: 0;
    border-top: none;
    display: block;
    height: auto;
    width: 100%;
    margin: 30px 0 60px;
    text-align: left;
    min-height: 40px;
}

.socshare-title {
    font-family: 'Poiret One', cursive;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #fefefe;
    background: #444;
    padding: 15px 10px;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px #444;
    min-width: 200px;

}

.share-btn-box {
    display: inline-block;
    margin-right: 20px;
}

.share-btn {
    display: inline-block;
    float: none;
    margin: 0 0 0 10px;
    height: 40px;
    width: 60px;
    background: none;
    transition: top 0.3s;
    position: relative;
    box-sizing: border-box;
}

.share-btn:hover, .share42-item:hover {
    top: 0;
    background-color: #9dbc1d
}

.share-btn-box .cnt {
    display: inline-block;
    position: relative;
    top: -15px;
    border: 1px solid #000;
    min-width: 20px;
    height: auto;
    text-align: center;
    padding: 7px 5px;
    color: #9dbc1d;
    font-size: 14px;
    font-weight: bold;
}

.share-btn-box .cnt:before {
    content: '';
    position: absolute;
    margin-top: -7px;
    top: 50%;
    left: 100%;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #000;
}

.share-btn-box .cnt:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    border-width: 6px;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
}

.share-btn-fb {
    background-color: #3c579e;
}

.share-btn-fb:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: 4px;
    left: 14px;
    background: url(img/facebook-logo.svg) no-repeat;
    background-size: 32px 32px;
}

.share-btn-gp {
    background-color: #d95032;
}

.share-btn-gp:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: 4px;
    left: 14px;
    background: url(img/google-plus.svg) no-repeat;
    background-size: 32px 32px;
}

.share-btn-tw {
    background-color: #55acee;
}

.share-btn-tw:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: 4px;
    left: 14px;
    background: url(img/twitter.svg) no-repeat;
    background-size: 32px 32px;
}

.share-btn-vk {
    background-color: steelblue;
}

.share-btn-vk:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: 4px;
    left: 14px;
    background: url(img/vk.svg) no-repeat;
    background-size: 32px 32px;
}

@media only screen and (min-width: 768px) {

    .social_share {
        margin: 30px;
        text-align: right;
    }

    .socshare-title {
        padding: 15px 25px 15px 0;
        text-align: right;
        min-height: 40px;
    }

    .socshare-title:before {
        content: '';
        position: absolute;
        top: 0;
        left: -45px;
        border-top: 70px solid transparent;
        border-right: 45px solid #444;
    }

    .socbtn {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1024px) {

    .socbtn {
        margin-right: 27px;
    }

    .socshare-title:before {
        content: '';
        position: absolute;
        top: 0;
        left: -45px;
        border-top: 70px solid transparent;
        border-right: 45px solid #444;
    }
}

/* SUBSCRIBE-FORM */

.subscribe {
    display: block;
    position: relative;
    margin: auto;
    background-color: #9dbc1d;
    padding: 20px 20px 40px;
    text-align: center;
    z-index: 30;
}

.subscribe:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: url(img/for-bg.png) no-repeat center top;
    background-size: cover;
}

.sub_title {
    font-family: 'Poiret One', cursive;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
}

.subscribe input[type=email] {
    padding: 10px 20px;
    border: none;
    height: auto;
    z-index: 32;
}

.field_email {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-style: italic;
    color: #444;
    background-color: #e8e8e8;
}

.subscribe input[type=submit] {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 15px 35px;
    font-weight: bold;
    background-color: #444;
    margin: 20px auto 0;
    box-sizing: border-box;
    text-transform: uppercase;
    z-index: 33;
}

.subscribe input[type=submit]:hover {
    color: #9dbc1d;
}

input:focus, textarea:focus, textarea, #widgetlist input[type=text]:focus, select:focus {
    border-color: #9dbc1d;
    color: #444;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (min-width: 768px) {

    .subscribe input[type=email] {
        padding: 10px 0 10px 20px;
    }

    .subscribe input[type=submit] {
        padding: 15px 20px;
        display: inline-block;
        margin-top: 0;
        width: 45%;
        margin-right: 2%;
    }

    .field_email {
        position: relative;
        float: left;
        width: 45%;
        margin: 5px 6% 0 2%;
    }

    .subscribe:after {
        height: 65%;
    }

}

@media only screen and (min-width: 1024px) {

    .subscribe {
        padding: 20px 50px 40px;
    }
}

/*-----------------------------------Похожие записи----------------------------*/

.subscribe, #related_posts {
    position: relative;
    margin: 30px auto 60px;
}

#related_posts h2 {
    color: #9dbc1d;
    padding-bottom: 30px;
    text-align: center;
}

#related_posts ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

#related_posts ul li:last-child {
    margin-right: auto;
}

#related_posts a {
    text-decoration: none;
}

.box-cel {
    display: block;
    list-style: none;
}

.box-cel img {
    width: 100%;
}

.related-title {
    display: block;
    text-align: center;
    background: #444;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

.related-title:hover {
    color: #9dbc1d;
}

@media only screen and (min-width: 768px) {

    #related_posts h2 {
        text-align: left;
    }

    #related_posts ul li {
        float: left;
        width: 30%;
        margin-right: 5%;
    }

    #related_posts ul li:last-child {
        margin-right: auto;
    }

    .related-title {
        font-size: 16px;
        font-weight: bold;
        padding: 15px 10px;
    }
}

/* ============================================================================
 *		COMMENTS
 * ============================================================================ */
#comments {
    margin: 30px 0 0;
    padding: 0;
}

#respond {
    margin: 0 auto 30px;
}

.comments-title, #reply-title {
    color: #9dbc1d;
    font-size: 36px;
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: none;
}

.comment-list ul.children {
    margin: 0;
}

.comment-list {
    margin: 0;
}

.comment-body {
    position: relative;
    margin: 0 0 0 80px;
    padding: 10px;
    background: #e8e8e8;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.comment > .clearfix {
    margin-bottom: 20px;
}

.comment-content {
    margin: 0;
    font-size: 14px;
    line-height: 130%;
    clear: none;
}

.comment-reply-link {
    /*   font-size: 14px;
       font-family: 'Roboto', sans-serif;
       text-transform: none;
       font-weight: bold;
       line-height: 20px;
       padding: 5px 15px;
       background: #444;
       color: #fff;
       position: absolute;
       bottom: 10px;
       right: 20px;
       */
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    line-height: 20px;
    padding: 6px 15px;
    background: #444;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.comment-reply-link:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -16px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #444;
    /*margin-left: -16px;*/
}

.comment-reply-link:hover {
    background-color: #9dbc1d;
    color: #fff;
}

.comment-reply-link:hover:before {
    /*   content: '';
       position: absolute;
       top: 0;
       left: 0;
       border-top: 15px solid transparent;
       border-bottom: 15px solid transparent;
       border-right: 15px solid;*/
    border-right-color: #9dbc1d;
    /*margin-left: -15px;*/
}

.comment-body a {
    text-decoration: none;
}

.comment-body a:hover {
    text-decoration: none;
}

.comment .avatar {
    position: static;
    top: 0;
    left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 5px;
    border-bottom: 10px solid #fff;
}

.comment-author {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background: #444;
    float: left;
    padding-bottom: 5px;
    width: 70px;
}

.comment-author a {
    color: #fff;
    text-decoration: none;
}

.comment-author a:hover {
    color: #9dbc1d
}

.comment-metadata {
    line-height: 20px;
    padding: 0 20px 0 20px;
}

.comment-time, a .comment-date {
    font-size: 12px;
    color: #989898;
}

.comment-time:hover, .comment-date:hover {
    text-decoration: none;
}

.comment-time {
    position: relative;
    width: auto;
    height: auto;
    margin-right: 25px;
}

.comment-time:before {
    content: ' ';
    position: absolute;
    top: 2px;
    left: -20px;
    display: block;
    width: 13px;
    height: 13px;
    background: url(img/clock.png) no-repeat;
    background-size: 13px 13px;
}

.comment-date {
    position: relative;
    width: auto;
    height: auto;
}

.comment-date:before {
    content: ' ';
    position: absolute;
    top: 2px;
    left: -20px;
    display: block;
    width: 13px;
    height: 13px;
    background: url(img/calendar.png) no-repeat;
    background-size: 13px 13px;
}

.says {
    display: none;
}

#comments li {
    padding-left: 0;
    position: relative;
}

.comment-list ul.children {
    margin-left: 10px;
}

.comment-list ul.children .comment-reply-link {
    right: 20px;
}

.bypostauthor .comment-body {
    background: #e8e8e8;
}

.comment-body image,
.comment-body iframe {
    max-width: 100%;
}

@media only screen and (min-width: 768px) {

    .comment-body {
        position: relative;
        margin: 0 0 30px 130px;
        padding: 20px;
    }

    .comment-time {
        margin-right: 30px;
    }

    .comment-metadata {
        margin-bottom: 0;
        padding: 4px 20px
    }

    .comment-reply-link {
        bottom: 20px;
        right: 20px;
    }

    .comment-author {
        width: 100px;
        left: -130px;
    }

    .comment-list ul.children {
        margin-left: 20px;
    }

}

/* _____ REPLY to comment  */

.logged-in-as a:hover {
    color: #9dbc1d;
}

#comments input[type=submit], .submit {
    height: auto;
    width: 100%;
    padding: 15px 0;
    border-radius: 0;
    background-color: #9dbc1d;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

#comments input[type=submit]:hover {
    background-color: #9dbc1d;
    color: #444;
}

#comments input[type=text] {
    padding: 10px 4%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    color: #444;
    font: 16px 'Roboto Light', sans-serif;
    text-align: left;
}

#comments input[type=text]:focus, #comments textarea:focus {
    border: 1px solid;
    border-color: #9dbc1d;
}

.rinput {
    display: block;
    width: 100%;
}

.rcomment textarea {
    width: 100%;
    min-height: 200px;
    font: 16px 'Roboto Light', sans-serif;
    border: 1px solid #dcdcdc;
    resize: none;
}

#cancel-comment-reply-link {
    font-size: 14px;
    float: right;
}

.comment #respond {
    margin: -20px 0 60px 0;
}

.logged-in-as a {
    color: #444;
    font: 16px 'Roboto Light', sans-serif;
}

@media only screen and (min-width: 768px) {

    /*#comments {*/
    /*padding: 0 30px 0 60px;*/
    /*}*/
    #comments input[type=text] {
        box-sizing: inherit;
        width: 93%;
    }

    .rinput {
        display: inline-block;
        width: 30%;
        margin-right: 4%;
    }

    .rurl {
        margin-right: auto;
    }

    #comments input[type=submit], .submit {
        width: auto;
        padding: 15px 20px;
    }

    #respond {
        margin: 0 auto 60px;
    }
}

@media only screen and (min-width: 1024px) {

    .rinput {
        margin-right: 4%;
    }

    .rurl {
        margin-right: auto;
    }
}

/* ============================================================================
 *		FOOTER
 * ============================================================================ */

#footer {
    width: auto;
    padding: 33px 0 50px;
    background: #9dbc1d;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
}

/*#footer:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 550px;
    bottom: 0;
    left: 0;
    background: url(img/for-bg.png) no-repeat;
    background-size: 100% 550px;
    background-position: center;
    margin-bottom: 100px;
    border-bottom: solid 130px;
    border-bottom-color: #9dbc1d;
    z-index: 1;
}
*/
#footer .maxwidth {
    position: relative;
    z-index: 3;
}

#footer a:hover {
    color: #fff;
    opacity: 0.5;
}

.footer-menu {
    border-bottom: 1px solid #fff;
}

.footmenu {
    margin: 0;
    text-align: center;
}

.footer-menu li {
    display: inline-block;
    padding: 5px 10px;
}

#footer .footer-menu a:hover {
    color: #fff;
    opacity: 0.8;
}

#copy a, #copy a:hover {
    text-decoration: none;
}

#designedby {
    opacity: 1;
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .grid .col6 {
        width: 49.15254237%;
        display: inline-block;
    }
}

.anons .meta span.hide {
    display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #444;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #9dbc1d;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

table.new {
font-size: 14px;
border-collapse: collapse;
width: 100%;
margin: 10px 0 20px;
overflow: auto;
display: block;
}
table.new th {
background: #a0bf26;
padding: 10px;
}

table.new td:first-child {
background: #ffd299;
padding: 10px;
font-weight: bold;
}

table.new td {
    padding: 5px;
	vertical-align:middle;
}
table.new th:first-child, td:first-child{text-align: left;}
table.norm th:first-child, td:first-child{text-align: none;vertical-align:middle;}


 
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
 
 /* Force table to not be like tables anymore */
 table, thead, tbody, th, td, tr { 
 display: block; 
 }
 
 /* Hide table headers (but not display: none;, for accessibility) */
/* thead tr { 
 position: absolute;
 top: -9999px;
 left: -9999px;
 }
*/ 
 tr { border: 1px solid #ccc; }
 
 table.new td:first-child {
    padding: 5px 0px;
}
table.new th:first-child, td:first-child, tr:first-child {
    text-align: center;
}
table.new th {
    border: solid 1px white;
}
 
 td { 
 /* Behave  like a "row" */
 border: none!important;
 width: 100%!important; 
 position: relative;
 padding-left: 50%; 
 }
 
 td:before { 
 /* Now like a table header */
 position: absolute;
 /* Top/left values mimic padding */
 top: 6px;
 left: 6px;
 width: 45%; 
 padding-right: 10px; 
 white-space: nowrap;
 }
.blocks-two {display: flex; justify-content: space-around;}
 /*
 Label the data
 */ 