.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.footer-child-social__list {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.footer-child-social__list a {
    padding: 5px;
    margin: 0 5px;
}

@media screen and (max-width: 768px) {
    .footer-child-social__list {
        justify-content: center;
        padding: 10px 0;
    }
}

.amg-content__top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.amg-content__top-bar .addthis_tool .at-label {
    display: none;
}


/*Comments style*/
.comments-area {
    padding-top: 20px;
}
.comments-area .comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
    display: flex;
    flex-direction: column;
}

.comments-area .comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label {
    font-weight: 700;
}
.comments-area .submit {
    color: #fefefe !important;
    background-color: #ff7500 !important;
    border: 1px solid #ff7500 !important;
    border-radius: 4px !important;
    display: inline-block;
    margin: 1rem 0 0;
    width: auto;
    padding: 16px 24px;
}

.comment-list .comment-content {
    padding: 5px 10px;
    margin: 10px 0;
    border-left: 1px solid #a9a9a9;
}


/*Hook Video*/
.hook-video {
    background-color: green;
}
.hook-video iframe {
    width: 778px;
    height: 437px;
}

/*sticky header */
@media screen and (min-width: 1021px) {
    #amg-hello-bar {
        position: fixed;
        top: 0;
    }
    #masthead {
        position: fixed;
        top: 86px;
    }
    body {
        padding-top: 125px;
    }
}