/*
Theme Name: Gutseriev Ajax
Description:
Version: 1.1.10
Author: Ruslan Zemskov LC Design
Author URI: https://vk.com/id257641378
*/

.fp-media .block-list li img {
    max-height: 110px;
    max-width: initial !important;
    width: auto;
}

.main-menu .sub-menu {
    width: 200px;
}

/*
masonry gallery
*/
.masonry-gallery {
    margin: auto -3px;
}

.masonry-gallery__item {
    padding: 3px;
    width: 20%;
}

.masonry-gallery__item img {
    display: block;
}

@media (max-width: 768px) {
    .masonry-gallery__item {
        width: 33.33333%;
    }
}

@media (max-width: 460px) {
    .masonry-gallery__item {
        width: 50%;
    }
}

/*
* Fancy qoute
*/

.quotes-slider {
    padding-top: 24px;
    margin: 2rem auto;
    width: 100%;
    position: relative;
}

.quotes-slider .owl-dots {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.quotes-slider .owl-dot {
    color: #00853E;
    border: 1px solid #00853E;
    width: 8px;
    height: 8px;
    margin-left: 4px;
    display: inline-block;
    border-radius: 100%;
}

.quotes-slider .owl-dot.active {
    background: #00853E;
    color: #fff;
}

.fancy-qoute {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    align-items: center;
}

.fancy-qoute__image {
    flex: 0 1 150px;
    max-width: 150px;
}

.fancy-qoute__content {
    flex: 0 1 auto;
    max-width: calc(100% - 150px);
    padding-left: 25px;
}

@media (max-width: 768px) {

    .fancy-qoute__content {
        max-width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

}

/* Poetry */
.poetry-headline {
    color: #fff;
    background: #17b360;
    font-size: 22px;
    padding: 15px;
    margin: 0 0 15px;
    text-align: center;
}

.poetry-headline strong {
    font-weight: bold;
    font-size: 26px;
}

.poetry-term-description {
    margin: 0 0 30px;
    font-size: 16px;
}

.posts .post.poetry-post .post-block .post-title {
    font-size: 18px;
    font-weight: bold;
}

.posts .post.poetry-post .post-block .post-intro {
    font-size: 16px;
}

.poetry-terms-list {

}

.poetry-terms-list__item {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.poetry-terms-list__item:hover {
    color: #17b360;
    text-decoration: none;
}

/* Year archive panel */
.year-archive-panel {
    display: table;
    width: 100%;
}

.year-archive-panel__item {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    display: block;
    float: left;
    padding: 7px;
    cursor: pointer;
    background-color: #dbdbdb;
}

.year-archive-panel__item:hover,
.year-archive-panel__item.active {
    color: #fff;
    background-color: #00853e;
    text-decoration: none;
}

/* wp-caption */
.wp-caption.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.wp-caption.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.wp-caption img {
    display: block;
    width: 100%;
}

.wp-caption .wp-caption-text {
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
    font-style: italic;
    text-align: right;
}

.triton-pixel {
    display: none !important;
}

/*Music badges*/
.post-music .badges .mus-badge-image img {
    height: 40px;
    width: auto;
}

.post-block.post-music.post-audio .mus-badge-image {
    max-width: initial;
}

/* Socials */
.social-footer .social li {
    width: 33.3333%;
}

.social-footer .social li a {
    font-size: 36px;
}

/* Contacts */
.fp-contacts a {
    color: #2a9d50;
}