/******************************************
 CUSTOM STYLESHEET
*******************************************/
.post-single-content h2 {
    padding-left: 0;
}

.prev-next {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 13px 0px;
    flex-wrap: wrap;
}

.prev-next a {
    display: flex;
    align-items: center;
    border-radius: 2px;
    background: #14A7A2;
    color: #fff;
    padding: 7px 13px;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-family: 'Roboto Condensed',sans-serif;
}

.prev-next a span {
    margin-left: 7px;
}

.prev-next a .prev-img{
    width: 24px;
    margin: 0 10px 0 0;
}

.prev-next a .next-img{
    width: 24px;
    margin: 0 0 0 10px;
}

.prev-next a:hover {
    background: #25B8B3;
		color: #fff;
}

.prev-next a:first-child:before {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.prev-next a:last-child:after {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 460px) {
    .hide-mobile {
        display: none;
    }
}

h2 {
    font-size: 19px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
}

.shareFbTopText:after {
    content: 'Поделиться в Facebook';
}

.entry-content img {
    display: block;
    height: auto;
    margin: 10px auto 6px auto;
    max-width: 100%;
}

.entry-content .img-copyright {
	margin: 0px;
}

/*******************************************************************/
.ebooktemp{
    background: #fff !important;
    width: 100% !important;
    height: auto !important;
}
#ebook_modal a.close-modal{
    position: absolute;
    right: 4px;
    top: 4px;
}
.instagram-media{
    margin: 0px auto !important;
    max-height: 100%;
}

iframe.full{
    max-height: 1100px !important;
}

#media_image-2:after {margin-top: 30px !important;}

div.author-signature-wraper {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-bottom: 0px;
    padding-top: 0px;
    /* border-bottom: 1px solid #cccccc; */
    /* border-top: 1px solid #cccccc; */
}
div.author-description{
    font-family: Georgia;
    font-size: 17px;
    line-height: 1.5;
    margin-top: 0px;
}
div.author-name{
    font-family: Georgia;
    font-size: 17px;
    font-weight: bold;
    color: #14a7a1;
    margin-bottom: 0px;
    margin-top: 12px;
}
div.fix-margin{
    margin-top: 30px;
}
div.author-photo img {
    max-width: 130px;
}
@media(min-width: 481px) {
    div.author-photo {
        padding: 0px;
        margin-left: 0px;
        margin-right: 20px;
        float: left;
        width: 125px;
        margin-top: 0px;
    }
}

@media(max-width: 480px) {
    div.author-photo {
        display: none;
    }
}

.ads-default iframe {
    max-height: 100%;
}
