/* Pros and Cons Template */

.section-pros-cons {
    background: #e4e5e5;
    padding: 20px;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .section-pros-cons {
        padding: 20px 30px;
    }
}

.section-pros-cons .verdict {
    margin-bottom: 20px;
}

.section-pros-cons .verdict .label-text {
    text-transform: uppercase;
    font-weight: 700;
}

.section-pros-cons .verdict .content {
    font-weight: 500;
}

.section-pros-cons .verdict p {
    line-height: 20px !important;
}

.section-pros-cons .pros {
    width: 50%;
    margin: 0 !important;
    border-right: 2px dotted #ffffff;
}

@media (max-width: 768px) {
    .section-pros-cons .pros {
        width: 100%;
        border-right: 0;
        margin-bottom: 20px !important;
    }
}

.section-pros-cons .pros .label-text {
    text-transform: uppercase;
    font-weight: 700;
    color: #07a816;
}

.section-pros-cons .pros ul li {
    display: flex;
    padding: 5px 0;
}

.section-pros-cons .pros .list p span {
    margin-right: 20px;
}

.section-pros-cons .cons {
    width: 50%;
    margin: 0 !important;
    padding-left: 20px !important;
}

@media (max-width: 768px) {
    .section-pros-cons .cons {
        width: 100%;
        margin-top: 10px;
        padding-left: 0 !important;
    }
}

.section-pros-cons .cons .label-text {
    text-transform: uppercase;
    font-weight: 700;
    color: #e9393b;
}

.section-pros-cons .cons ul li {
    display: flex;
    padding: 5px 0;
}

.section-pros-cons .cons .list p span {
    margin-right: 20px;
}

.section-pros-cons .label-text i {
    margin-right: 5px;
}

.section-pros-cons p {
    margin: 0 !important;
}

.section-pros-cons ul {
    list-style: none;
    margin: 0 !important;
}


/** Pillar Page Templates **/

.post-template-single-pillar .site-content {
    display: flex;
    flex-wrap: wrap;
}

.post-template-single-pillar div#primary {
    order: 2;
    padding-right: 0 !important;
    padding-left: 30px;
}

.post-template-single-pillar aside#secondary {
    padding-left: 0;
    padding-right: 30px;
}

.post-template-single-pillar .insert-amazon-btn {
    display: none;
}

.post-template-single-pillar .item .product-name {
    height: auto !important;
}

.post-template-single-pillar .item .product-name {
    height: auto !important;
}

.post-template-single-pillar .item p a {
    text-transform: none;
}

.template-notification-bar p {
    line-height: 20px !important;
}

.single-post.post-template-single-pillar .site #primary .site-main .post .article-details .entry-content p {
    font-size: inherit !important;
    line-height: 1.62;
}


/* Header banner template  */

.template-header-banner {
    margin: 20px 0;
}

.template-header-banner .temp-img img {
    height: 100% !important;
}

.template-header-banner .banner-information {
    padding: 30px 50px !important;
}

.template-header-banner .banner-information .right-content .text-with-icons {
    height: auto;
}

.template-header-banner .banner-information .right-content .text-with-icons:last-child {
    margin: 0;
}

.template-header-banner .banner-information .right-content .text-with-icons .text-content a {
    color: #ffffff !important;
}