/* https://app.brandmark.io/brandmark/?colors%5B%5D=f2f2e6&colors%5B%5D=b0a28e&colors%5B%5D=ac7e6b&colors%5B%5D=8e9878&colors%5B%5D=513f44&keywords%5B%5D=blog&keywords%5B%5D=life&keywords%5B%5D=animals&color_scheme=1-5&icon_id=50492&name=Guskin's+Life&tagline=&font_title_family=Yantramanav&font_title_variant=300&font_subtitle_family=Taviraj&font_subtitle_variant=300italic&font_content_family=Mukta+Vaani&font_content_variant=200&logo_ratio=0&logo_size=0.15384615384615385&logo_offset=0&logo_distance=0&logo_layout=0&logo_tagline_size=0&vertical_compensation=0.050000000000000044&horizontal_compensation=0.05500000000000005 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
* {
    font-family: 'Open Sans', sans-serif;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height: 100%;
}

html {
    color: #513F44;
    font-size: 88.5%;
    line-height: 1.3;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #F2F2E6;
    margin: 0;
}

h1, h2 {
    font-size: 2.3em;
    line-height: 1.125;
    margin: 0 0 0.375em 0;
    font-weight: normal;
}

.fl_r {
    float: right !important;
}

.navbar {
    background-color: #ac7e6b !important;
    border-color: #ac7e6b !important;
    min-height: 53px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding-top: 0;
    padding-bottom: 0;
    color: #f2f2e6 !important;
}

.navbar .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 1000px;
    margin: 0 auto;
}

.navbar .container .logo-wrapper {
    display: block;
    font-weight: 300;
    font-style: normal;
    font-size: 2.14154em;
    padding: 20px 0;
    float: left;
    color: inherit;
}

.navbar .container .logo {
    width: 54px;
    height: 54px;
    background: transparent url(../img/logo.png) no-repeat left center;
    background-size: contain;
    float: left;
    margin-right: 15px;
}

.navbar .container .logo-text {
    float: left;
    line-height: 54px;
}

.layout {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
}

.blog-box {
    width: 79%;
    float: left;
}

.tag-box {
    width: 21%;
    float: right;
    height: 500px;
}

.tag-box h2 {
    font-size: 26px;
}

.tag-box .new-posts {
    margin-top: 40px;
}

.tag-box .new-posts .new-post {
    margin-top: 15px;
}

.tag-box .new-posts .new-post-title {

}
.tag-box .new-posts .new-post-date {
    color: #8E9878;
    font-size: 10px;
    margin-top: 3px;
}

.tag-box .new-posts a {
    color: #513F44;
    text-decoration: none;
}

.tag-box .new-posts a:hover {
    text-decoration: underline;
}

.b-post {
    padding: 40px 0 40px 0;
    border-bottom: 1px solid #B0A28E;
}
.b-post:last-child {
    border: none;
}

.blog-box .post_title {
    font-weight: bold;
}

.blog-box .post_title a {
    color: #513F44;
    text-decoration: none;
}

.blog-box .post_title a:hover {
    text-decoration: underline;
}

.post_info {
    color: #513F44;
    zoom: 1;
    display: block;
}

.post_info_item {
    color: #8E9878;
    font-size: 0.85em;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
    float: left;
}

.post_info_item i {
    color:#8E9878;
}

.post_content {
    font-size: 1.2em;
    line-height: 1.5;
}

.post_info a, .comment-remove {
    color: #8E9878;
    text-decoration: none;
}
.post_info a:hover {
    text-decoration: underline;
}

.clearfix:after {
    visibility : hidden;
    display    : block;
    font-size  : 0;
    content    : " ";
    clear      : both;
    height     : 0;
}

.post_cut {
    color : #513F44;
    font-size: 1.2em;
    line-height: 1.5;
}
.post_cut:hover {
    color : #8E9878;
}

.tag-box {
    padding-top: 40px;
    padding-left: 20px;
    box-sizing: border-box;
}


.pages-small {
    display: none;
}
.pages, .pages-small {
    text-align : center;
}

.pagination {
    display       : inline-block;
    padding-left  : 0;
    margin        : 20px auto;
    border-radius : 4px;
}

.pagination > li {
    display : inline;
}

.pagination > li > a, .pagination > li > span {
    position         : relative;
    float            : left;
    text-decoration  : none;

    border: 0;
    border-radius: 30px !important;
    transition: all 0.3s;
    padding: 0 11px;
    margin: 0 3px;
    min-width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    background: transparent;
}

.pagination > li > a:hover {
    color: #fff;
    background-color: #ac7e6b;
    border-color: #ac7e6b;
}

.pagination > li.active > a {
    z-index          : 2;
    color            : #fff;
    cursor           : default;
    background-color : #513f44;
    border-color     : #513f44;
    box-shadow       : 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left               : 0;
    border-bottom-left-radius : 4px;
    border-top-left-radius    : 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius : 4px;
    border-top-right-radius    : 4px;
}

.pagination > li.disabled span {
    color  : #B0A28E;
    opacity: 0.5;
    cursor : default;
}


.nothing-found {
    text-align: center;
    font-size: 40px;
    color : #B0A28E;
    margin-top: 100px;
}

.comment-block {
    margin-top: 50px;
    border-top: 1px solid #B0A28E;
}

.comment-block .no-comments {
    text-align: center;
    font-size: 30px;
    color : #B0A28E;
    display: none;
    margin-top: 50px;
    margin-bottom: 50px;
}

.comment-block[data-comments="0"] .no-comments {
    display: block;
}
.comment-block[data-comments="0"] .has-comments {
    display: none;
}

.comment-block .comment {
    padding: 40px 0 40px 0;
    border-bottom: 1px solid #B0A28E;
}
.comment-block .comment:last-child {
    border: none;
}
.comment-block .comment .comment-name {
    padding-bottom: 5px;
    color : #AC7E6B;
}
.comment-block .comment .comment-name .comment-date {
    font-size: 10px;
    color : #B0A28E;
}

.comment-block .comment > i.fa {
    float: left;
    font-size: 36px;
    padding-right: 20px;
}

.add-comment {
    margin-top: 25px;
}

.add-comment .form_comment_text {
    width: 590px;
    height: 78px;
    resize: none;
    line-height: 1.5em;
    padding: 5px;
    outline: none;
    font-size: 14px;
    border: 1px solid #B0A28E;
}

.add-comment .comment-add-btn {
    border-width: 2px;
    font-weight: 400;
    font-size: 0.8571em;
    line-height: 1.35em;
    border: none;
    border-radius: 0.1875rem;
    padding: 8px 22px;
    cursor: pointer;
    background-color: #ac7e6b;
    color: #fff;
    float: right;
}

.add-comment .g-recaptcha {
    display: block;
    float: right;
}

.add-comment .form_comment_name {
    width: 750px;
    padding: 5px;
    outline: none;
    font-size: 14px;
    border: 1px solid #B0A28E;
}

.post-changer {
    float: right;
    line-height: 36px;
}

.post-changer a {
    color : #513F44;
    text-decoration: none;
    padding: 7px;
}

.post-changer a:hover {
    color : #AC7E6B;
}

.form_comment_name.error, .form_comment_text.error {
    border: 1px solid red;
    background: rgba(255, 0, 0, 0.1);
}

.alert {
    position: fixed;
    z-index: 99999;
    top: -50px;
    left: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    margin-bottom: 1rem;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s all linear;
}
.alert.show {
    visibility: visible;
    opacity: 1;
    top:0;
}

.alert .alert-icon {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: -1px;
}

.alert.alert-success {
    background-color: rgba(24, 206, 15, 1);
}

.alert .container {
    width: 985px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.tag-wrapper {
    float: right;
    position: relative;
}

.tag-wrapper .tag-title {
    line-height: 94px;
    font-size: 18px;
    font-weight: 100;
    padding: 0 20px;
    transition: 0.1s all linear;
    cursor: pointer;
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tag-wrapper .tag-title:hover {
    background: #B0A28E;
}

.tag-list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 9999999;
    top:94px;
    max-height: 0;
    right: 0;
    background: #B0A28E !important;
    overflow: auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    transition: 0.2s all linear;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.tag-wrapper .tag-title.show + .tag-list {
    visibility: visible;
    opacity: 1;
    height: auto;
    max-height: 550px;
}

.tag-list a {
    font-size: 1.2em;
    color: #fff;
    display: block;
    padding: 5px 80px 5px 34px;
    text-decoration: none;
    transition: 0.1s all linear;
    position: relative;
}

.tag-list label {
    cursor: pointer;
    display: block;
    white-space: nowrap;
}

.tag-list label input {
    display: none;
}

.tag-list label div {
    font-size: 1.2em;
    color: #fff;
    display: block;
    padding: 5px 80px 5px 10px;
    text-decoration: none;
    transition: 0.1s all linear;
    position: relative;
}


.tag-list label div i,
.tag-list a i {
    position: absolute;
    right: 10px;
    top:7px;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background: #8E9878;
    color:#fff;
    transition: 0.1s all linear;
}

.tag-list label:hover div,
.tag-list a:hover {
    background: #AC7E6B;
    color: #fff;
}

.tag-list label input:checked + div,
.tag-list a.current {
    background: #AC7E6B;
    color: #fff;
    font-weight: 400;
}

.tag-list label input:checked + div i,
.tag-list a.current i {
    background: #B0A28E;
}

.tag-list label div b {
    margin-right: 10px;
    visibility: hidden;
}

.tag-list.force-mass-checkbox label div b,
.tag-list.mass-checkbox label div b {
    visibility: visible;
}

.tag-list label div b:before {
    content: "\f10c";
}

.tag-list label input:checked + div b:before {
    content: "\f05d";
}

.btn {
    border-width: 2px;
    font-weight: 400;
    font-size: 0.8571em;
    line-height: 1.35em;
    border: none;
    border-radius: 0.1875rem;
    padding: 8px 22px;
    cursor: pointer;
    background-color: #ac7e6b;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.btn:hover {
    background: #B0A28E;
}


.multiselect {
    position: relative;
    margin: 10px 0;
}

.multiselect .multiselect-form .multiselect-selected {
    background: #fff;
    border: 1px #ac7e6b solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 32px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    outline: none;
    padding: 0 5px;
    margin: 0;
    width: 100%;
    display:block;
}

.multiselect.disabled .multiselect-form .multiselect-selected {
    background: #eee;
}

.multiselect.multiselect-list-to-right .multiselect-list {
    left : inherit;
    right: 0;
}

.multiselect .multiselect-list {
    margin: 1px 0 0 0;
    position: absolute;
    display: none;
    min-width: 100%;
    box-sizing: border-box;
    left: 0;
    background: #fff;
    border: 1px #ac7e6b solid;
    -moz-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.247058823529412);
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.247058823529412);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.247058823529412);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: left;
    z-index: 6666;
}

.multiselect.multiselect-open-top .multiselect-list {
    bottom: 100%;
    -moz-box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.247058823529412);
    -webkit-box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.247058823529412);
    box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.247058823529412);
}

.multiselect.list-visible  .multiselect-list {
    display: block;
}

.multiselect .multiselect-list > div {
    overflow: auto;
    max-height: 400px;
}

.multiselect .multiselect-list .multiselect-list-item {
    white-space: nowrap;
    font-size: 13px;
    line-height: 24px;
    display: block;
    cursor: pointer;
}

.multiselect .multiselect-list .multiselect-list-item.current {
    background: #F2F2E6;
}

.multiselect .multiselect-list .multiselect-lvl-1 {
    font-weight: 500;
    padding: 0 24px;
}


.multiselect .multiselect-list .multiselect-lvl-2 {
    font-weight: 400;
    padding: 0 34px;
}

.multiselect .multiselect-selected b {
    font-size: 12px;
    background: #F2F2E6;
    height: 26px;
    line-height: 26px;
    padding: 0 30px 0 15px;
    white-space: nowrap;
    margin: 5px 3px 5px 0;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.multiselect .multiselect-selected b i {
    position: absolute;
    display: block;
    cursor: pointer;
    vertical-align: top;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    text-decoration: inherit;
    font-size: 13px;
    top: 9px;
    right: 12px;
    line-height: 8px;
}

.multiselect .multiselect-form .multiselect-selected span {
    line-height: 32px;
    outline: none;
    min-width: 10px;
    display: inline-block;
}

.multiselect .multiselect-list .no-res {
    padding: 10px;
    display: inline-block;
}

.form_search {
    font-size: inherit;
    width: 185px;
    padding: 5px;
    outline: none;
    border: 1px solid #ac7e6b;
}

.search-btn {
    padding: 8px 10px;
    float: right;
}

.menu-wrap {
    float: left;
    margin-left: 20px;
}

.menu-wrap a {
    line-height: 94px;
    display: block;
    float: left;
    padding: 0 20px;
    text-decoration: none;
    color: #F2F2E6;
    transition: 0.1s all linear;
}

.menu-wrap a.current,
.menu-wrap a:hover {
    background: #F2F2E6;
    color: #513F44;
}

.post-hidden {
    opacity: .4;
    transition: 0.2s all linear;
}

.post-hidden:hover {
    opacity: 1;
}

/* ============================================================== */
/* ============================================================== */
/* ==========   НАСТРОЙКИ ОТОБРАЖЕНИЯ КОНТЕНТА ПОСТА   ========== */

.post_content a {
    color : #AC7E6B;
}
.post_content a:hover {
    color : #B0A28E;
}
.post_content img {
    max-width: 100%;
}
.post_content iframe {
    max-width: 100%;
}


.telegram {
    display: block;
    background: url(/glife/img/telegram.png) left center no-repeat;
    line-height: 48px;
    padding-left: 56px;
    margin-top: 20px;
}

