#blogContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

#blogContainer #blogSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8rem
}

#blogContainer #blogSection #articleSection {
    width: 100%;
    background-color: #fefefe;
    color: black
}

@media (min-width: 768px) {
    #blogContainer #blogSection #articleSection {
        width: 60%
    }
}

#blogContainer #blogSection #articleSection .articleDiv {
    padding: 1rem 0;
    border-bottom: 2px solid #960000
}

#blogContainer #blogSection #articleSection .articleDiv #mainHeading {
    font-weight: 900;
    color: #960000;
    margin-top: 2rem
}

#blogContainer #blogSection #articleSection .articleDiv h1 {
    font-size: 2.488em
}

#blogContainer #blogSection #articleSection .articleDiv h2 {
    font-size: 2.074em
}

#blogContainer #blogSection #articleSection .articleDiv h3 {
    font-size: 1.728em
}

#blogContainer #blogSection #articleSection .articleDiv a {
    color: #df4b4b
}

#blogContainer #blogSection #articleSection .articleDiv h6 {
    font-weight: 900;
    margin-top: 0.5rem
}

#blogContainer #blogSection #articleSection .articleDiv h6 span {
    font-weight: 200;
    padding-left: 0.5rem
}

#blogContainer #blogSection #articleSection .articleDiv .blogImageDiv {
    border-radius: 10px;
    margin-top: 0.5rem;
    width: 100%;
    overflow: hidden
}

#blogContainer #blogSection #articleSection .articleDiv .blogImageDiv img {
    width: 100%
}

#blogContainer #blogSection #articleSection .articleDiv #commentSection {
    width: 100%;
    overflow: hidden
}

#blogContainer #blogSection #articleSection .articleDiv #commentSection #commentSectionButton {
    width: 100%;
    z-index: 6;
    background-color: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#blogContainer #blogSection #articleSection .articleDiv #commentSection #commentSectionButton .blogComment {
    margin: 1rem 0;
    border: 1px solid #960000;
    background-color: #fefefe;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
    font-weight: 700;
    background-color: #fefefe;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

#blogContainer #blogSection #articleSection .articleDiv #commentSection #commentSectionButton .blogComment:hover {
    color: #960000
}

#blogContainer #blogSection #articleSection .articleDiv #commentSection .commentDivIntro {
    opacity: 1 !important;
    height: auto !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important
}

#blogContainer #blogSection #articleSection .articleDiv #commentSection #commentDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    width: 100%;
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    height: 0rem;
    overflow: hidden;
    border-radius: 0px 10px 10px 10px;
    border: 1px solid #efefef;
    -webkit-box-shadow: inset 0px 4px 13px 7px rgba(0, 0, 0, 0.02), 0px 0px 15px 2px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0px 4px 13px 7px rgba(0, 0, 0, 0.02), 0px 0px 15px 2px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 1s;
    transition: all 1s
}

#blogContainer #blogSection #articleSection .articleDiv #commentSection #commentDiv .commentBox {
    margin: 0.2rem 1.5rem
}

#blogContainer #blogSection #articleSection .articleDiv #commentSection #commentDiv .commentBox .commentName {
    color: #faa424
}

#blogContainer #blogSection #articleSection .articleDiv #commentSection #commentDiv #commentInputBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #faa424;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem;
    width: 100%;
    margin: 1rem 0 0 0
}

#blogContainer #blogSection #articleSection .articleDiv #commentSection #commentDiv #commentInputBox #name {
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    background-color: #fefefe;
    font-weight: 600;
    margin-bottom: 0.5rem
}

#blogContainer #blogSection #articleSection .articleDiv #commentSection #commentDiv #commentInputBox #commentArea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-weight: 600;
    border: 1px solid #e4e4e4;
    padding: 0.5rem 1rem;
    background-color: #fefefe;
    border-radius: 10px
}

#blogContainer #blogSection #articleSection .articleDiv #commentSection #commentDiv #commentInputBox #commentButton {
    background-color: #d61010;
    background-image: linear-gradient(147deg, #d61010 0%, #ff5425 74%);
    width: 10rem;
    margin-top: 0.5rem;
    border: none;
    padding: 0.3rem;
    border-radius: 100px;
    color: #fefefe;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 6px 16px -4px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 6px 16px -4px rgba(0, 0, 0, 0.48);
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

#blogContainer #blogSection #articleSection .articleDiv #commentSection #commentDiv #commentInputBox #commentButton:hover {
    background-color: #fefefe;
    background-image: none;
    color: #960000
}

#blogContainer #blogSection #articleSection .adDivMobile {
    width: 100%;
    margin-top: 2rem;
    overflow: hidden;
    border-radius: 10px
}

@media (min-width: 768px) {
    #blogContainer #blogSection #articleSection .adDivMobile {
        display: none
    }
}

#blogContainer #blogSection #articleSection .adDivMobile img {
    width: 100%;
    border-radius: 10px
}

#blogContainer #blogSection #adSection {
    display: none
}

@media (min-width: 768px) {
    #blogContainer #blogSection #adSection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 30%;
        margin-top: 3rem;
        background-color: #fefefe
    }
}

#blogContainer #blogSection #adSection .adDiv {
    width: 100%;
    margin-top: 2rem;
    overflow: hidden;
    border-radius: 10px
}

#blogContainer #blogSection #adSection .adDiv img {
    width: 100%;
    border-radius: 10px
}

#blogContainer .popularBlogMobileSection {
    margin-top: 2rem
}

@media (min-width: 768px) {
    #blogContainer .popularBlogMobileSection {
        display: none !important
    }
}

#blogContainer #popularBlogSection {
    border-radius: 10px;
    background-color: #960000;
    padding: 1rem 0;
    color: #fefefe
}

#blogContainer #popularBlogSection h5 {
    font-weight: 900;
    margin: 0;
    padding: 0 1rem
}

#blogContainer #popularBlogSection li {
    list-style-type: none;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #ac1c1c;
    background-color: #960000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

#blogContainer #popularBlogSection li:hover {
    background-color: #faa424;
    -webkit-box-shadow: 0px 0px 14px -2px rgba(79, 79, 79, 0.3);
    box-shadow: 0px 0px 14px -2px rgba(79, 79, 79, 0.3)
}

/*# sourceMappingURL=blog.css.map */