/*
 Theme Name:   Buzzblogpro Child
 Theme URI:    https://buzzblogpro.hercules-design.com
 Description:  Buzzblogpro Child Theme
 Author:       HerculesDesign
 Author URI:   https://hercules-design.com
 Template:     buzzblogpro
 Version:      6.5
 Tags:         theme-options, featured-images, translation-ready
 Text Domain:  buzzblogpro-child
*/

@media screen and (min-width: 992px) {
    .icon-menu {
        display: none;
    }

    .meta-container .share-buttons a.hs-flickr {
        font-size: 18px;
    }
}

/* Icons */
.hs-flickr:before {
    content: '\e8a2' !important;
}

/* Forms */
.wpcf7-form .required {
    color: #d75555;
}

/* Post Loop */
.viewpost-button .button {
    text-transform: none;
}

/* Header */
.top-container .social__list a .hs-flickr {
    font-size: 16px;
}
.mobile-top-container .social__list a .hs-flickr {
    font-size: 20px;
    margin-top: -2px;
}

/* Footer */
.footer .hs-icon.hs-flickr {
    font-size: 20px;
}

/* Layouts */
.layout5 .parallax-image-wrap {
    background: transparent;
}
.layout5 .parallax-image-wrap > div {
    max-width: calc(1200px - 3.4rem);
    margin: auto;
}

/* Single post content */
@media (min-width: 992px) {
    .single .narrow.bottomshare .post__holder .isopad {
        max-width: 900px;
        text-align: justify;
    }
}
.textwidget .telegram-invite {
    text-align: center;
    margin: 0 0 3rem;
    font-size: 20px;
}
.telegram-invite a {
    border: 1px solid #888888;
    padding: 15px 40px;
    border-radius: 4px;
    transition: all .2s ease;
}
.telegram-invite a:hover {
    border-color: #efa48d;
}
.telegram-invite span.hs-flickr {
    font-size: 32px;
    transform: translateY(5px);
}

@media screen and (max-width: 991px) {
    .telegram-invite a {
        padding: 15px 20px;
        font-size: 14px;
        display: inline-block;
        line-height: 1.4;
    }
    .telegram-invite span.hs-flickr {
        display: none;
    }
}