.post_template_category_badge span a:not(:first-child) {
    display: none;
}

.post_template_category_badge span a:first-child {
   padding: 0.1vw 1.2vw 0.2vw 1.2vw;
}

.elementor-widget-theme-post-content p:first-child iframe {
    margin: 0 0 2vw 0;
    /* width: 800px !important; */
}

.elementor-widget-theme-post-content p.video_container {
	position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.elementor-widget-theme-post-content p.video_container iframe {
    /* width: 800px !important; */
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}




.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3 {
	margin-top: 1.5rem;
}

.post_tags strong {
    font-weight: bold;
    color: #222222;
    padding-right: 0.2vw;
}

.post_author_box img {
    width: 5.2vw;
    height: 6.5vw;
    object-fit: cover;
}

.post_share .elementor-grid-item .elementor-share-btn {
    border-radius: 0.75em;
    height: 2.8vw;
}

.post_share span.elementor-share-btn__icon {
    padding: 0 1.5vw;
}

.post_share .elementor-share-btn__text {
    padding-left: 0.5vw;
}

section#comments:after {
    content: '';
    display: block;
    clear: both;
}

div#respond {
    width: 50%;
    float: left;
}

#reply-title {
    margin: 0 0 2.5% 0;
    color: #1B1A1A;
    font-size: 1.1vw;
    font-weight: bold;
}

.comment-notes,
.logged-in-as {
    color: #9B9B9B;
    font-size: 0.75vw;
    font-weight: 300;
}

#comments label {
    display: none;
}

#comments input:not(#submit) {
    background-color: #ffffff !important;
    border: 1px solid #DFDFDF !important;
    border-radius: 2px !important;
    padding: 0.9vw 1vw !important;
    font-size: 0.75vw !important;
    color: #AAAAAA !important;
}

#comments textarea {
    background-color: #ffffff !important;
    border: 1px solid #DFDFDF !important;
    border-radius: 2px !important;
    padding: 0.9vw 1vw !important;
    font-size: 0.75vw !important;
    color: #AAAAAA !important;
	height: 6vw;
    resize: none;
}

p.comment-form-cookies-consent {
    display: none;
}

#comments input#submit {
    background-color: #484A9A !important;
    border: 1px solid #DFDFDF !important;
    border-radius: 2px !important;
    padding: 1.5vw 0 !important;
    font-size: 0.75vw !important;
    color: #ffffff !important;
	width: 100%;
}

h3.title-comments {
    position: absolute;
    margin: 0 0 2.5% 0;
    color: #1B1A1A !important;
    font-size: 1.1vw !important;
    font-weight: bold !important;
}

#comments .comment-list {
    width: 50%;
    float: left;
    padding: 4% 6% 0 0 !important;
}

footer.comment-meta {
    display: block !important;
}

.comment-author.vcard {
    color: #222222;
    font-size: 0.8vw;
}

#comments .comment .avatar {
    border-radius: 50%;
    width: 2.6vw;
    height: 2.6vw;
    object-fit: cover;
}

.comment-metadata a {
    padding-top: 1% !important;
    color: #222222;
    font-size: 0.68vw;
    display: block;
}

.comment-content {
    color: #9B9B9B;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 0.75vw;
}

a.comment-reply-link {
    color: #484A9A;
    font-size: 0.75vw;
    font-weight: bold;
}

em.comment-awaiting-moderation {
    font-size: 0.75vw;
}

#comments .comment-list article {
    border: none !important;
}

p.comment-form-author {
    width: 49%;
    float: left;
}

p.comment-form-email {
    width: 49%;
    float: right;
}

#comments .comment-list li div#respond {
    width: 100%;
    float: none;
}

#reply-title small {
    margin-left: 2vw;
    font-size: 0.8vw;
}

span.post-navigation__arrow-wrapper.post-navigation__arrow-prev i:before {
    color: transparent !important;
    background-image: url(https://honest.ussl.co/wp-content/uploads/2021/01/prev_arrow_gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 2.5vw !important;
}

span.post-navigation__arrow-wrapper.post-navigation__arrow-next i:before {
    color: transparent !important;
    background-image: url(https://honest.ussl.co/wp-content/uploads/2021/01/next_arrow_gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 2.5vw !important;
}