@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(//fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2?display=swap) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: Fontawesome;
    src: url(../../fonts/fontawesome-webfont.eot);
    src: url(../../fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/fontawesome-webfont.woff) format('woff'), url(../../fonts/fontawesome-webfont.ttf) format('truetype'), url(../../fonts/fontawesome-webfont.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-star:before {
    content: "\f005"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-plus-circle:before {
    content: "\f055"
}

body {
    font-size: 20px;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
}

.postcat a,
.post-author-date>a,
.author>a,
.cat-links a {
    pointer-events: none;
    cursor: default;
}

.postcat span {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.62;
}

span.cat-links {
    margin-right: 2px;
    padding: 6px 14px 7px;
    background-color: #194e7f;
    display: inline-block;
    margin-bottom: 2px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
    vertical-align: top;
    margin-left: 0;
    color: #fff;
    font-size: 12px;
}

div[class*="after-load"] span.cat-links {
    padding: 0 !important;
}

.post-author-date span {
    color: #2f3846 !important;
}

.post-author-date>a {
    color: #2f3846 !important;
    font-weight: normal !important;
}

.author>a {
    color: #2f3846 !important;
    font-weight: normal !important;
}

.single .twp-banner-details .author>a {
    pointer-events: unset !important;
    cursor: pointer !important;
    color: #134297 !important;
    font-weight: bold !important;
}

.single .twp-banner-details .author>a:hover {
    color: #7fadff !important;
}


/* BREADCRUMBS */

.breadcrumbs ul li div:before {
    content: "\f3d1";
    font-size: 14px;
    padding-right: 8px;
    padding-left: 8px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumbs>ul.trail-items>li.trail-item div::before {
    color: #e20025;
    font-weight: 700;
    font-size: 12px;
    margin: 0 4px;
    width: 21px;
    height: 12px;
}

.single-post .site #primary .site-main .post .article-details .entry-content p {
    font-size: 20px !important;
}

article {
    animation: none !important;
    -webkit-animation: none !important;
    transition: none !important;
}


/* Sidebar */

.post-template-left-side-right-content #primary.content-area,
.post-template-plain-content #primary.content-area {
    float: right;
}

.post-template-left-side-right-content.right-sidebar #secondary,
.post-template-plain-content.right-sidebar #secondary {
    padding-left: 0;
    padding-right: 30px;
    padding-top: 0;
}

ul.post-menu {
    margin: 0;
    list-style: none;
}

.sidebar-menu-container {
    margin-bottom: 50px;
}

.sidebar-menu-container h3 {
    color: #3a4250;
    border-bottom: 2px solid #3a4250;
    padding-bottom: 10px;
    margin-top: 0;
}

ul.post-menu img {
    margin-right: 10px;
    width: 42px;
    height: 42px;
}

ul.post-menu li:nth-child(odd) a {
    background-color: #fbfbfb;
}

ul.post-menu li a {
    color: #3a4250;
}

ul.post-menu li a:hover {
    background: #fbfbfb;
    color: #3a4250;
}

ul.post-menu li a:active,
ul.post-menu li a:visited {
    color: #3a4250;
}

.post-menu a {
    display: flex;
    padding: 10px 40px 10px 10px;
    position: relative;
}

.post-menu a:before {
    font-family: "Ionicons";
    content: '\f3d1';
    position: absolute;
    right: 10px;
    background: #e0e0e0;
    padding: 1px 9px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    top: 50%;
    margin-top: -10px;
}

ul.post-menu li.with-thumb a {
    background: transparent;
    border-bottom: 2px solid #ededed;
    font-size: 16px;
}

ul.post-menu li.with-thumb a:before {
    color: #e0e0e0;
    background: transparent;
    font-size: 17px;
    margin-top: -14px;
    font-weight: bold;
}

ul.post-menu li.with-thumb a:hover {
    background-color: #ededed;
}

.taxonomy-template-category-pillar-bug-php .site-content {
    display: flex;
    flex-wrap: wrap;
}

.taxonomy-template-category-pillar-bug-php div#primary {
    order: 2;
    padding-right: 0;
    padding-left: 30px;
}

.taxonomy-template-category-pillar-bug-php aside#secondary {
    padding-left: 0;
    padding-right: 30px;
}

.archive .site .site-content #secondary {
    padding-top: 0;
    padding-left: 0;
}


/* CATEGORY PAGE SECTION */

.article-section {
    margin-bottom: 40px;
    margin-top: 30px;
}

.article-section h2 {
    border-bottom: 2px solid #2f3846;
    padding-bottom: 5px;
    padding-left: 30px;
}

.article-img-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .article-img-list {
        flex-wrap: wrap;
        flex-direction: row;
    }
}

.article-section.article-img-list,
.article-section.article-text-list {
    margin-top: 0;
    margin-bottom: 10px;
}

.article-img-item {
    text-align: center;
    flex-basis: 160px;
    padding: 20px 10px;
    border: 1px solid #ebebeb;
    flex: 1;
    margin: 5px 0;
}

@media only screen and (min-width: 768px) {
    .article-img-item {
        flex: 0 0 49%;
        margin: 5px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .article-img-item {
        flex: 0 0 12%;
    }
}

@media only screen and (min-width: 1024px) {
    .article-img-item {
        flex: 1;
        margin: 0 5px;
    }
}

.article-img-item img {
    width: 70px;
    height: auto;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .article-img-item img {
        width: 100%;
        max-width: 60px;
    }
}

.archive-description a {
    text-decoration: underline;
    color: #134297;
}

.article-section p {
    margin-top: 0;
    font-family: 'Lato', sans-serif;
}

.su-heading.article-section-heading {
    text-align: inherit !important;
    margin: 0 !important;
    font-size: inherit !important;
    padding: 0;
    border: none;
}

.su-heading.article-section-heading .su-heading-inner {
    border-bottom: 2px solid #2f3846;
    padding: 0;
    padding-bottom: 5px;
    padding-left: 30px;
    margin-top: 40px;
    /* font-family: 'Lato', sans-serif; */
    margin-bottom: 20px;
    line-height: 1.3em;
    font-weight: 700;
    color: #2f3846;
    font-size: 1.5em;
    border-top: none;
}

h2 .su-heading.article-section-heading .su-heading-inner,
h3 .su-heading.article-section-heading .su-heading-inner,
h4 .su-heading.article-section-heading .su-heading-inner {
    font-size: unset !important;
}

.su-heading.article-section-heading .su-heading-inner:before {
    content: "";
    width: 28px;
    background-size: 180px;
    height: 28px;
    display: block;
    position: absolute;
    margin-left: -30px;
}

.article-img-item p {
    font-weight: bold;
    margin-bottom: 0;
}

.article-text-item h4 {
    padding-left: 10px;
    border-left: 4px solid #134297;
    margin: 0 0 8px;
    height: 20px;
    line-height: 25px;
}

.article-line-text-list {
    border-left: 4px solid #134297;
    padding: 5px 30px 0;
}

.article-product-item {
    display: flex;
    border: 1px solid #ebebeb;
    margin: 10px 0;
    flex-direction: column;
    padding: 20px;
}

@media only screen and (min-width: 768px) {
    .article-product-item {
        padding: 20px 40px;
        flex-direction: row;
    }
}

.article-product-img {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .article-product-img {
        flex-basis: 118px;
        text-align: left;
    }
}

.article-product-buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .article-product-buttons {
        flex-basis: 120px;
    }
}

.article-product-buttons a {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding: 7px 0;
}

a.article-product-btn-blue {
    background-color: #134297;
}

a.article-product-btn-black {
    background-color: #2f3846;
}

.article-product-buttons a:first-child {
    margin-bottom: 15px;
}

.article-product-description h3 {
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .article-product-description h3 {
        margin-bottom: 5px;
    }
}

.single-post .site #primary .site-main .post .article-details .entry-content .article-section p {
    line-height: 24px;
    margin-bottom: 15px;
}

.single-post .site #primary .site-main .post .article-details .entry-content .template-article-header h2 {
    margin-bottom: 15px;
    padding-bottom: 5px;
}


/* RESPONSIVE */

@media only screen and (min-width: 1200px) {
    .category-test .site .site-content #primary {
        max-width: 77%;
    }
    .category-test .site .site-content #secondary {
        max-width: 23%;
    }
}

@media only screen and (min-width: 768px) {
    .article-product-description {
        flex: 1;
        margin: 0 30px 0 20px;
    }
}


/* ==== TEMPLATES ==== */


/* Article Header */

.template-article-body p {
    line-height: 24px;
}

.single-post .site #primary .site-main .post .article-details .entry-content .template-article-body p,
.single-post .site #primary .site-main .post .article-details .entry-content .article-section .article-product-item p {
    line-height: 30px;
}


/* Article Templates */

.single .content-area .entry-content .article-product-list .article-product-buttons a.article-product-btn-blue,
.page .content-area .entry-content .article-product-list .article-product-buttons a.article-product-btn-blue,
.single .content-area .entry-content .article-product-list .article-product-buttons a.article-product-btn-black,
.page .content-area .entry-content .article-product-list .article-product-buttons a.article-product-btn-black {
    color: white !important;
    font-size: 16px;
}

.template-article-section {
    margin-top: 42px;
}

.article-section.article-product-list {
    margin-top: 10px;
    margin-bottom: 0px;
}


/* Table of Content 1 */

.single .content-area .entry-content .article-table-of-content-template-1 h3,
.page .content-area .entry-content .article-table-of-content-template-1 h3 {
    margin-bottom: 10px;
}

.single .content-area .entry-content .article-table-of-content-template-1 ol,
.page .content-area .entry-content .article-table-of-content-template-1 ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.single .content-area .entry-content .article-table-of-content-template-1 ol>li,
.page .content-area .entry-content .article-table-of-content-template-1 ol>li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.single .content-area .entry-content .article-table-of-content-template-1 ol>li::before,
.page .content-area .entry-content .article-table-of-content-template-1 ol>li::before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
    font-family: 'Lato', sans-serif;
}

.single .content-area .entry-content .article-table-of-content-template-1 li ol>li,
.page .content-area .entry-content .article-table-of-content-template-1 li ol>li {
    margin: 0;
}

.single .content-area .entry-content .article-table-of-content-template-1 li ol>li:before,
.page .content-area .entry-content .article-table-of-content-template-1 li ol>li:before {
    content: counters(item, ".") " ";
}

.single .content-area .entry-content .article-table-of-content-template-1 ol li,
.page .content-area .entry-content .article-table-of-content-template-1 ol li {
    margin-bottom: 0;
}

.single .content-area .entry-content .article-table-of-content-template-1 ol li a,
.page .content-area .entry-content .article-table-of-content-template-1 ol li a {
    text-decoration: underline;
}


/* Table of Content 2 */

.template-table-of-content .template-header {
    background-color: #444;
    color: white;
    box-sizing: border-box;
    padding: 1em 1.5em;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 480px) {
    .template-table-of-content .template-header {
        display: block;
    }
}

.template-table-of-content .template-header>div {
    box-sizing: border-box;
}

.template-table-of-content .template-header .right-content {
    font-size: 0.7em;
    text-align: right;
    padding-top: 5px;
}

@media screen and (max-width: 480px) {
    .template-table-of-content .template-header .right-content {
        text-align: left;
    }
}

.template-table-of-content .table-of-content {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 480px) {
    .template-table-of-content .table-of-content {
        display: table;
        width: 100%;
    }
}

.template-table-of-content .table-of-content .column {
    flex: 1;
    margin: 0;
    text-align: center;
    padding: 0.6em 0.8em;
    box-sizing: border-box;
}

.template-table-of-content .table-of-content .column:first-child {
    color: white;
    text-align: left;
    max-width: 300px;
}

.template-table-of-content .table-of-content>.column:first-child+.column {
    background-color: #d4d4d4;
}

.template-table-of-content .table-of-content>.column:first-child+.column+.column {
    border: 2px solid #54AEDF;
    max-width: 160px;
}

@media screen and (max-width: 480px) {
    .template-table-of-content .table-of-content .column:first-child,
    .template-table-of-content .table-of-content>.column:first-child+.column+.column {
        max-width: 100%;
    }
}

.template-table-of-content .table-of-content .content-centered {
    color: #666;
}

@media screen and (max-width: 480px) {
    .template-table-of-content .table-of-content .content-centered {
        padding-top: 0.6em;
        padding-bottom: 0.6em;
    }
}

.template-table-of-content .table-of-content .content-value {
    width: 100%;
    height: 100%;
    display: table;
}

.template-table-of-content .table-of-content .content-value p {
    display: table-cell;
    vertical-align: middle;
    color: #54aedf;
    text-decoration: underline;
    font-size: 16px;
    margin: 0 0 10px;
}

.template-table-of-content .table-of-content .label-wrapper {
    display: table;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .template-table-of-content .table-of-content .label-wrapper {
        display: block;
    }
}

.template-table-of-content .table-of-content .label-wrapper>div {
    display: inline-table;
    width: 50%;
}

@media screen and (max-width: 640px) {
    .template-table-of-content .table-of-content .label-wrapper>div {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.template-table-of-content .table-of-content .label-wrapper .right-content {
    vertical-align: middle;
}

.template-table-of-content .table-of-content .label-wrapper .right-content p {
    display: block;
    margin: 0 0 10px !important;
    text-align: center;
}

.template-table-of-content .table-of-content .label-wrapper .left-content {
    max-width: 74px;
}

@media screen and (max-width: 640px) {
    .template-table-of-content .table-of-content .label-wrapper .left-content {
        max-width: 100%;
        text-align: center;
    }
}


/*
  .template-table-of-content .table-of-content:nth-of-type(2) .column:first-child { background-color: #54AEDF; }
  .template-table-of-content .table-of-content:nth-of-type(3) .column:first-child { background-color: #91C74D; }
  .template-table-of-content .table-of-content:nth-of-type(4) .column:first-child { background-color: #FC4A4E; }
  .template-table-of-content .table-of-content:nth-of-type(5) .column:first-child { background-color: #EB9E34; }
  .template-table-of-content .table-of-content:nth-of-type(6) .column:first-child { background-color: #E967B1; }
  .template-table-of-content .table-of-content:nth-of-type(7) .column:first-child { background-color: #747474; }
  */


/* Table of Content 3 */

.table-of-content-3 {
    width: 100%;
    border: 1px solid #ccc;
    font-family: sans-serif;
    box-sizing: border-box;
}

.table-of-content-3 th {
    background: #444;
    color: white;
    font-weight: normal;
    padding: 0.4em 1em;
}

.table-of-content-3 th:first-child {
    min-width: 290px;
    text-align: left;
}

.table-of-content-3 th:first-child+th {
    text-align: right;
    font-size: 0.7em;
    color: rgba(255, 255, 255, 0.6);
}

.table-of-content-3 td:first-child+td {
    background-color: #d4d4d4;
    color: #666;
    font-size: 0.9em;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.table-of-content-3 td:first-child+td+td {
    border: 2px solid #54AEDF;
    color: #54aedf;
    font-size: 20px;
    text-decoration: underline;
    min-width: 112px;
    text-align: center;
}

.table-of-content-3 td:first-child img {
    vertical-align: bottom;
    float: left;
}

.table-of-content-3 td:first-child em {
    font-style: normal;
    color: white;
    display: block;
    text-align: center;
}

.table-of-content-3 tr:first-child td {
    border-top: none;
}

.table-of-content-3 td {
    border-top: 1px solid #ccc;
    padding: 0.4em 1em;
}


/* 3 Column Widget */

.blck-3-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.blck {
    padding: 20px 0px;
    border: 1px solid #d8d8d8;
    position: relative;
}

.blck .col-label {
    margin: 0 auto;
    width: 55%;
    background-color: #da3838;
    border-radius: 0% 0% 100% 100%;
    padding: 10px;
    color: white;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-align: center;
    margin-top: 2em;
}

.blck .col-label img {
    width: 20px;
    height: auto;
    max-width: 100%;
}

.blck .col-title {
    text-align: center;
    margin-top: 2em;
}

.blck .col-bt-label {
    text-align: center;
    margin-top: 2em;
}

.blck .col-bt-label a {
    color: white !important;
    background-color: green;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.blck .col-img {
    margin-top: 60px;
}

.blck .col-img img {
    padding: 20px 10px;
    height: 250px;
    max-height: 250px;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
}

.single .content-area .entry-content .col-bt-label a {
    color: white !important;
    font-family: 'Lato', sans-serif;
}

.promo-label {
    text-align: center;
    display: inline-block;
    padding: 13px 40px 0;
    margin: -10px 0 22px 0;
    position: relative;
    background-color: #FC4A4E;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.promo-label:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #FC4A4E;
    width: 100%;
    height: 36px;
    border-radius: 0 0 50% 50%;
    bottom: -14px;
    left: 0;
}

.promo-label svg,
.promo-label p {
    display: block;
    vertical-align: middle;
    margin: 0 auto 5px;
    position: relative;
    font-family: 'Lato', sans-serif;
}

.rating {
    border-bottom: 1px solid #d8d8d8;
}

.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: block;
    margin: 0 auto 20px;
    width: 120px;
    /* 250px; */
    height: 24px;
    /* 50px; */
    overflow: hidden;
    position: relative;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
    background-size: contain;
}

.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
    background-size: contain;
}

.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}

.star-rating input:hover+i,
.star-rating input:checked+i {
    opacity: 1;
}

.star-rating i~i {
    width: 40%;
}

.star-rating i~i~i {
    width: 60%;
}

.star-rating i~i~i~i {
    width: 80%;
}

.star-rating i~i~i~i~i {
    width: 100%;
}

.choice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    display: block;
}

.top-pick-badge {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
}

.top-pick-badge::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-top: 18px solid #F8463F;
    box-sizing: border-box;
}

.top-pick-badge p {
    position: relative;
    display: block;
    text-align: center;
    background: #F8463F;
    font-size: 14px;
    padding: 6px 6px 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin: 0;
    box-sizing: border-box;
}


/* Top 3 Picks */

.promote-wrapper {
    margin: 30px 0;
}

.promote-wrapper .promote-product {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid #ececec;
    position: relative;
}

@media (max-width: 767px) {
    .promote-wrapper .promote-product {
        justify-content: flex-start;
    }
}

.promote-wrapper .promote-product .picks-btn {
    padding: 10px;
    color: #185fc1;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #524f4f;
    position: absolute;
    top: 50%;
}

.promote-wrapper .promote-product .picks-btn:hover,
.promote-wrapper .promote-product .picks-btn:active {
    border-color: #134297;
    color: #134297;
}

.promote-wrapper .promote-product .picks-btn.disable {
    border-color: #ccc;
    color: #ccc;
}

.promote-wrapper .promote-product #prevL-picks {
    left: -10px;
}

.promote-wrapper .promote-product #nextL-picks {
    right: -10px;
}

.promote-wrapper .item {
    display: block;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    -moz-flex-basis: 33.3333%;
    -webkit-flex-basis: 33.3333%;
    max-width: 33.3333%;
    border: 0 solid #ececec;
    border-left: 1px;
    text-align: center;
    padding: 0 35px 30px;
}

@media (max-width: 767px) {
    .promote-wrapper .item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -moz-flex-basis: 100%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
        border: 0;
    }
}

.promote-wrapper .item:nth-of-type(0) {
    border-left: 0px;
}

.promote-wrapper .item .promo-label {
    text-align: center;
    display: inline-block;
    padding: 13px 20px 0;
    margin: -10px 0 22px 0;
    position: relative;
    background-color: #134297;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.promote-wrapper .item .promo-label:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #134297;
    width: 100%;
    height: 36px;
    border-radius: 0 0 50% 50%;
    bottom: -14px;
    left: 0;
    z-index: -1;
}

.promote-wrapper .item .promo-label svg,
.promote-wrapper .item .promo-label p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
}

.promote-wrapper .item .promo-label svg {
    margin-right: 5px;
    margin-top: -6px;
    fill: white;
    width: 24px;
    height: 24px;
}

.promote-wrapper .item .product-image {
    height: 190px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promote-wrapper .item .product-image img {
    height: 100%;
    object-fit: cover;
}

.promote-wrapper .item .product-name {
    font-size: 20px;
    line-height: 20.4px;
    line-height: 20px;
    min-height: 40px;
    font-weight: 500;
    margin: 20px 0 10px;
    color: #2f3846;
}

.promote-wrapper .item .star {
    color: #ffc000;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

.promote-wrapper .item .star>i {
    margin: 0 2px;
    background-color: #fff;
}

.promote-wrapper .item .check-price {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    line-height: 16.4px;
    position: relative;
    color: #fff;
    background-color: #0cac1f;
    box-sizing: border-box;
    text-decoration: none;
}

.promote-wrapper .item .check-price .fa-arrow-right {
    float: right;
}

.single .content-area .entry-content .promote-wrapper .item a.check-price {
    color: white !important;
}

.promote-wrapper section.post-footer {
    border: 1px solid #ececec;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.promote-wrapper section.post-footer .post-author {
    flex: 1;
}

.promote-wrapper section.post-footer aside.social-media {
    display: block;
}

.promote-wrapper .promote-product .owl-nav {
    position: absolute;
    width: 100%;
}

.promote-wrapper .promote-product .owl-nav .owl-prev,
.promote-wrapper .promote-product .owl-nav .owl-next {
    position: absolute;
    font-family: 'Lato', sans-serif;
    padding: 0 10px;
    color: #185fc1;
    background-color: #fff;
    border: 1px solid #524f4f;
    height: 54px;
    box-sizing: border-box;
    cursor: pointer
}

.promote-wrapper .promote-product .owl-nav .owl-prev {
    left: -15px;
}

.promote-wrapper .promote-product .owl-nav .owl-next {
    right: -15px;
}

.promote-wrapper .promote-product .owl-nav button.disabled {
    display: none;
}

.owl-stage {
    display: flex;
}

i.fab,
i.fas {
    font-family: 'fontawesome' !important;
    font-style: normal !important;
}


/* 6 Column Table Template */

.column-6-container {
    font-family: 'Lato', sans-serif;
    width: 100%;
}

.column-6-heading {
    background: #2f3847;
    display: flex;
    align-items: center;
    color: white;
    padding: 10px 20px;
    margin-bottom: 5px;
}

.column-6-content {
    display: flex;
    align-items: center;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
}

.column-header {
    text-align: center;
}

.column-header:first-child {
    flex-basis: 21%;
    text-align: left;
}

.column-6-content .column-content:first-child {
    flex-basis: 21%;
    text-align: left;
}

.column-header:first-child+.column-header,
.column-6-content .column-content:first-child+.column-content,
.column-header:first-child+.column-header+.column-header,
.column-6-content .column-content:first-child+.column-content+.column-content {
    flex-basis: 15%;
}

.column-header:first-child+.column-header+.column-header+.column-header,
.column-6-content .column-content:first-child+.column-content+.column-content+.column-content {
    flex-basis: 14%;
}

.column-header:first-child+.column-header+.column-header+.column-header+.column-header,
.column-6-content .column-content:first-child+.column-content+.column-content+.column-content+.column-content {
    flex-basis: 18%;
}

.column-header:first-child+.column-header+.column-header+.column-header+.column-header+.column-header {
    flex-basis: 17%;
}

.column-6-content .column-content:first-child+.column-content+.column-content+.column-content+.column-content+.column-content {
    flex-basis: 17%;
}

.column-6-content:nth-of-type(2) {
    border-top: 1px solid #ececec;
}

.column-6-content:nth-child(n+2) {
    border-left: 1px solid #ececec;
}

.column-6-content .column-content {
    border-left: 1px solid #ececec;
    padding: 12px 10px;
    box-sizing: border-box;
    text-align: center;
}

.column-6-content .column-content:first-child p {
    margin-top: 0;
}

.btn-primary-blue {
    color: white !important;
    background: #144297;
    text-decoration: none !important;
    display: block;
    text-align: center;
    padding: 6px 20px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}

.link-primary-color {
    text-align: center;
    display: block;
    color: #333 !important;
    font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 610px) {
    .column-header:first-child+.column-header+.column-header+.column-header+.column-header,
    .column-6-content .column-content:first-child+.column-content+.column-content+.column-content+.column-content {
        flex-basis: 0;
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .column-header:first-child+.column-header,
    .column-6-content .column-content:first-child+.column-content,
    .column-header:first-child+.column-header+.column-header,
    .column-6-content .column-content:first-child+.column-content+.column-content,
    .column-header:first-child+.column-header+.column-header+.column-header,
    .column-6-content .column-content:first-child+.column-content+.column-content+.column-content {
        flex-basis: 0%;
        display: none;
    }
    .column-header:first-child,
    .column-6-content .column-content:first-child,
    .column-header:first-child+.column-header+.column-header+.column-header+.column-header+.column-header,
    .column-6-content .column-content:first-child+.column-content+.column-content+.column-content+.column-content+.column-content {
        flex-basis: 50%;
    }
}

.table-6-column thead {
    background: #2f3847;
}

.table-6-column thead th {
    color: white;
    font-family: 'Lato', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
}

.table-6-column thead tr th:first-child {
    text-align: left;
}

.table-6-column tbody tr:nth-child(n+2) {
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.table-6-column tbody tr:nth-child(n+2) td:first-child {
    border-left: 1px solid #ececec;
    min-width: 220px;
}

@media screen and (max-width: 440px) {
    .table-6-column tbody tr:nth-child(n+2) td:first-child {
        min-width: inherit;
    }
}

.table-6-column tbody tr:first-child+tr {
    border-top: 1px solid #ececec;
}

.table-6-column tbody td {
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.table-6-column tbody tr td:first-child .table-column-content,
.table-6-column tbody tr td:first-child+td+td+td+td+td .table-column-content {
    border-left: none;
}

.table-6-column tbody tr td:first-child a {
    text-decoration: none;
    color: #333;
}

.table-6-column .table-column-content {
    border-left: 1px solid #ececec;
    padding: 14px 20px;
}

.table-6-column tbody tr td:first-child {
    text-align: left;
}

@media screen and (max-width: 840px) {
    .table-6-column thead th:first-child+th,
    .table-6-column thead th:first-child+th+th,
    .table-6-column thead th:first-child+th+th+th,
    .table-6-column thead th:first-child+th+th+th+th,
    .table-6-column tbody tr td:first-child+td,
    .table-6-column tbody tr td:first-child+td+td,
    .table-6-column tbody tr td:first-child+td+td+td,
    .table-6-column tbody tr td:first-child+td+td+td+td {
        display: none;
    }
    .table-6-column tbody tr td:last-child {
        border-right: 1px solid #ececec;
    }
}


/* Header Title */

.template-header-title {
    text-transform: capitalize;
    text-align: center;
    color: #2f3846;
    font-family: 'Lato', sans-serif;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 18px;
    box-sizing: border-box;
}

.template-header-title::before {
    content: '';
    width: 72px;
    background-color: #134297;
    height: 2px;
    display: inline-block;
    margin-right: 34px;
    vertical-align: middle;
}

.template-header-title::after {
    content: '';
    width: 72px;
    background-color: #134297;
    height: 2px;
    display: inline-block;
    margin-left: 34px;
    vertical-align: middle;
}


/* Notification Bar */

.template-notification-bar {
    background-color: #f3f8fe;
    padding: 20px 32px;
    margin-bottom: 20px;
}

.template-notification-bar .bar-heading {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.template-notification-bar .bar-heading img {
    vertical-align: text-bottom;
}

.template-notification-bar p {
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
    padding-left: 24px;
    padding-right: 24px;
}


/*Header Banner */

.template-header-banner {
    position: relative;
    z-index: 0;
    width: 100%;
}

@media screen and (max-width: 940px) {
    .template-header-banner {
        height: 100%;
    }
}

.template-header-banner .temp-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.template-header-banner .temp-img img {
    width: 100%;
    object-fit: cover;
    height: 240px;
}

@media screen and (max-width: 940px) {
    .template-header-banner .text-with-icons,
    .template-header-banner .temp-img img {
        height: 100%;
    }
}

.template-header-banner>p {
    display: none;
}

.template-header-banner .banner-information {
    display: table;
    width: 100%;
    padding: 24px 50px;
    box-sizing: border-box;
    color: white;
    position: relative;
}

@media screen and (max-width: 940px) {
    .template-header-banner .banner-information {
        display: block;
    }
}

.template-header-banner .banner-information>div {
    display: inline-table;
    width: 48%;
    vertical-align: middle;
}

@media screen and (max-width: 940px) {
    .template-header-banner .banner-information>div {
        width: 100%;
    }
}

.template-header-banner .banner-information .left-content {
    margin-right: 20px;
}

@media screen and (max-width: 940px) {
    .template-header-banner .banner-information .left-content {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.template-header-banner .main-title {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.template-header-banner .main-description {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}

.template-header-banner .text-with-icons {
    background-color: #2057ac;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 10px;
    height: 90px;
    box-sizing: border-box;
}

.template-header-banner .text-with-icons .icon {
    width: 75px;
    flex-shrink: 0;
}

.template-header-banner .text-with-icons .icon img {
    margin: 0 auto;
    display: block;
}

.template-header-banner .text-with-icons .text-content .highlight {
    line-height: 16px;
    text-decoration: none;
    color: white;
}

.template-header-banner .text-with-icons .text-content .highlight a {
    line-height: 20px;
    text-decoration: none;
    color: white;
    margin-bottom: 8px;
    display: block;
}

.template-header-banner .text-with-icons .text-content p {
    font-size: 16px;
}

@media screen and (max-width: 940px) {
    .template-header-banner>img {
        height: 480px;
    }
}


/* 3 Cards with Dropdown */

.template-3-cards {
    display: flex;
}

@media screen and (max-width: 960px) {
    .template-3-cards {
        display: block;
    }
}

.template-3-cards .cards {
    border: 1px solid #ececec;
    padding: 30px 40px;
    margin-left: 10px;
    flex: 1;
}

@media screen and (max-width: 960px) {
    .template-3-cards .cards {
        margin: 0 0 10px;
    }
}

.template-3-cards .cards:first-child {
    margin-left: 0;
}

.template-3-cards .card-title {
    color: #2f3846;
    font: bold 1.5rem/28px 'Lato', sans-serif;
    margin-bottom: 10px;
}

.template-3-cards .dropdown-title {
    /*  cursor: pointer; */
    display: block;
    background-color: #2f3846;
    color: white;
    padding: 6px 10px 0;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    position: relative;
}

.template-3-cards .dropdown-title+div {
    border-style: solid;
    border-color: #ececec;
    border-width: 0px 1px 1px;
    padding: 20px;
}

.template-3-cards .dropdown-content strong {
    margin-bottom: 10px;
}

.template-3-cards .dropdown-content ul {
    margin-left: 20px;
    list-style-type: disc;
}

.template-3-cards .dropdown-title::after {
    content: "\005E";
    top: -12px;
    right: 20px;
    color: white;
    font-family: monospace;
    font-size: 30px;
    transform: rotate(180deg);
    position: absolute;
}

.template-3-cards .dropdown-title.flip-it::after {
    transform: rotate(0deg);
    top: 0;
}

.template-3-cards p {
    color: #2f3846;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}

.template-3-cards .cards img {
    max-height: 150px;
    height: 100%;
    width: auto;
}

.template-3-cards .s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.template-3-cards .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: black;
    width: 100%;
    height: 40px;
}

.template-3-cards .styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2f3846;
    color: white;
    padding: 0 10px;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
}

.template-3-cards .styledSelect::after {
    content: "\005E";
    top: -12px;
    right: 8px;
    color: white;
    font-family: monospace;
    font-size: 30px;
    transform: rotate(180deg);
    position: absolute;
}

.template-3-cards .styledSelect:active {
    background-color: #2f3846;
    color: white;
}


/*.template-3-cards .dropdown-title ~ .dropdown-content,*/

.styledSelect.active {
    background-color: #2f3846;
    color: white;
}

.template-3-cards .options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.template-3-cards .options li {
    margin: 0 0;
    padding: 0 10px;
}

.template-3-cards .options li:hover {
    background-color: #39f;
    color: white;
}


/* Tab Menu */

.template-tab-menu .tab[contenteditable="true"]:empty:not(:focus)::before {
    content: attr(data-text);
}

.template-tab-menu .region {
    border: 1px dotted gray;
    height: 20px;
    box-sizing: border-box;
}

.template-tab-menu [type="radio"] {
    display: none;
}

.template-tab-menu .tab-links img {
    vertical-align: bottom;
    margin-right: 5px;
}

.template-tab-menu .tab-links label {
    cursor: pointer;
    display: block;
    border-bottom: 2px solid #134297;
    margin-left: 2px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.template-tab-menu .tab-links label:first-child {
    margin-left: 0;
}

.template-tab-menu input[type="radio"]+.tab-content {
    display: none;
}

.template-tab-menu input[type="radio"]:checked+.tab-content {
    display: block;
}

.template-tab-menu .tab-content {
    color: #222;
    border-bottom: 1px solid #ececec;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Lato', sans-serif;
    min-height: 186px;
}

.template-tab-menu .tab-links {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}


/* Accordion with Heading / FAQ */

.template-accordion {
    margin-bottom: 20px;
}

.template-accordion .accordion-heading {
    font: bold 2em 'Lato', sans-serif;
    color: #2f3846;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.template-accordion .expandable-wrapper {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.template-accordion .expandable-heading {
    color: #134297;
    margin-bottom: 10px;
    font: bold 1.17em 'Lato', sans-serif;
    cursor: pointer;
}

.template-accordion .expandable {
    display: none;
}

.template-accordion .expand {
    position: relative;
}

.template-accordion .expandable-heading .expand::after {
    position: absolute;
    top: 2px;
    right: 0;
    content: '\005e';
    font-family: monospace;
    font-size: 28px;
}

.template-accordion .expandable-heading.open .expand::after {
    top: -8px;
    transform: rotate(180deg);
}

.template-accordion.heading-with-underline .accordion-heading {
    border-bottom: 2px solid #444;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.template-accordion.heading-with-underline .expandable-heading .expand::before {
    content: 'Q';
    background-color: #134297;
    color: white;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 3px 0 0;
    box-sizing: border-box;
    line-height: 30px;
}

.template-accordion.with-A .expandable-wrapper .expandable {
    position: relative;
    padding-left: 40px;
}

.template-accordion.with-A .expandable-wrapper .expandable::before {
    position: absolute;
    content: 'A';
    left: 10px;
    top: 3px;
    z-index: 2;
    border-radius: 50%;
    font: bold 1em/18px 'Lato', sans-serif;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #eee;
}

.template-accordion.with-A .expandable-wrapper .expandable::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #eee;
    bottom: 0;
    left: 20px;
}


/* Sticky Sidebar */

.sidebar-content.fixed {
    position: fixed;
    top: 80px;
    max-width: 300px;
}

@media screen and (min-width: 1200px) {
    .archive .sidebar-onleft #primary {
        float: right;
    }
    .archive .sidebar-onright #primary {
        float: left;
    }
    .archive .sidebar-onleft .wrapper,
    .archive .sidebar-onright .wrapper {
        width: 100%;
    }
    .archive .sidebar-fullwidth #primary {
        float: none;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .sidebar-fullwidth~#secondary {
        display: block;
        float: none;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
    }
    .archive.category-template-category-pillar-page-php .site #secondary {
        padding-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .site-banner .wrapper,
    .site .twp-inner-banner .wrapper,
    .site .site-content {
        width: 100% !important;
        max-width: 1170px !important;
        padding-left: 0;
        padding-right: 0;
    }
}

.category .article-wrapper .post-thumbnail-container .postcat {
    position: absolute;
    z-index: 9;
    top: 0;
    margin-right: 2px;
    padding: 2px 14px 4px;
    background-color: #194e7f;
    display: inline-block;
    margin-bottom: 2px;
}

.site-footer .footer-bottom .footer-bottom-container .footer-menu .menu ul#footer-menu>li {
    margin: 0 15px;
}

#primary-menu li:hover .sub-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
}

#primary-menu>li>.sub-menu>li:hover .sub-menu,
#primary-menu>li:hover>.sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}

#sidr-nav .sidr-area ul.menu>li.menu-item-has-children,
#sidr-nav .sidr-area ul.menu>li>ul.sub-menu>li.menu-item-has-children {
    position: relative;
}

#sidr-nav .sidr-area ul.menu>li.menu-item-has-children>a {
    color: #000;
}

#sidr-nav .sidr-area ul.menu>li>ul.sub-menu>li>a {
    color: #2f3846;
    font-size: 14px;
    padding: 10px 14px 10px 30px;
    text-transform: unset;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    white-space: normal;
}

#sidr-nav .sidr-area ul.menu>li>ul.sub-menu>li>ul.sub-menu {
    display: none;
}

#sidr-nav .sidr-area ul.menu>li.active>ul.sub-menu>li>ul.sub-menu>li>a {
    color: #fff;
    font-size: 14px;
    padding: 10px 14px 10px 50px;
    text-transform: unset;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    white-space: normal;
    border: none;
}

#sidr-nav .sidr-area ul.menu>li>ul.sub-menu {
    position: relative;
    display: none;
}

#sidr-nav .sidr-area ul.menu>li>ul.sub-menu>li {
    margin-bottom: 0;
}

#sidr-nav .sidr-area ul.menu>li.active>ul.sub-menu>li>ul.sub-menu>li {
    margin-bottom: unset;
}

#sidr-nav .sidebar-nav-container {
    position: relative;
    padding: 10px 16px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 10% 1fr;
    align-items: end;
    border-bottom: 1px solid #eee;
}

#sidr-nav .sidebar-nav-container>a>img {
    height: 25px;
}

#sidr-nav .sidr-area ul.menu>li>a {
    color: #2f3846;
    font-size: 14px;
    padding: 12px 14px 11px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    outline: none;
}

#sidr-nav .sidr-area ul.menu>li>ul.sub-menu>li.active>a {
    color: #185fc1;
    border-bottom: 0 none;
}

#sidr-nav .sidr-area ul.menu>li.active>ul.sub-menu>li.active>ul.sub-menu>li {
    background: #2f3846;
}

#sidr-nav .sidr-area ul.menu>li {
    margin-bottom: 0 !important;
}

#sidr-nav .sidr-area ul.menu>li>ul.sub-menu>li>.mobile-caret,
#sidr-nav .sidr-area ul.menu>li.menu-item-has-children>.mobile-caret {
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/angle-arrow-down-blue.svg);
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    width: 42px;
    height: 46px;
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
}

#sidr-nav .sidr-area ul.menu>li>ul.sub-menu>li.active>.mobile-caret {
    border-bottom: 0 none;
    background-image: url(../images/angle-arrow-up-blue.svg);
}

#sidr-nav .sidr-area ul.menu>li>ul.sub-menu>li>.mobile-caret {
    height: 43px;
}

#sidr-nav .sidr-area ul.menu>li.menu-item-has-children.active>a {
    color: #fff;
    background-color: #194e7f;
}

#sidr-nav .sidr-area ul.menu>li.menu-item-has-children.active>.mobile-caret {
    background-image: url(../images/angle-arrow-up-white.svg);
    background-color: #194e7f;
    border-color: #fff;
}

#sidr-nav .sidr-area ul.menu>li.menu-item-has-children.active>ul.sub-menu>li.menu-item-has-children.active>ul.sub-menu,
#sidr-nav .sidr-area ul.menu>li.menu-item-has-children.active>ul.sub-menu {
    display: block;
}

#sidr-nav .sidr-area ul.menu>li.menu-item-has-children.active>ul.sub-menu>li.menu-item-has-children>a,
#sidr-nav .sidr-area ul.menu>li.menu-item-has-children.active>a {
    width: calc(100% - 42px) !important;
}

.site .site-content #primary .site-main #sidr-nav .sidr-area ul.menu>li.active>ul.sub-menu>li>ul.sub-menu>li>a:before {
    display: none;
}

.site #masthead #site-navigation .navigation-area .nav-right span.icon-search {
    width: 20px;
    height: 56px;
}

@media only screen and (max-width: 767px) {
    .site #masthead #site-navigation .navigation-area .nav-right span.icon-search {
        padding: 7px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .site #masthead #site-navigation .navigation-area .nav-right span.icon-search {
        padding: 0 !important;
        padding-top: 7px;
        margin: 0;
    }
}

.site .site-content #sidr-nav .sidr-area ul.menu>li.menu-item-has-children.active>a {
    background: #194e7f;
    color: #fff !important;
}

#menu-nav ul li a .chevron,
.icon-search .ion-ios-search {
    color: #185fc1;
}

.icon-search .ion-ios-search {
    width: 20px;
}

.menu li a:first-child:nth-last-child(2):after {
    content: "";
    padding-left: 5px;
    display: inline-block;
    width: 20px;
    position: relative;
}

.home .menu li a:first-child:nth-last-child(2):after {
    width: 20px;
}

.main-navigation .menu ul li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.site #masthead #site-navigation .navigation-area .menu>ul.menu>li:hover>a i {
    top: 36%;
    transform: rotate(180deg);
    padding-right: 5px;
    padding-left: 0;
}

@media only screen and (max-width: 1200px) {
    .popup-search {
        display: block;
        height: 52px;
        width: 100%;
        position: fixed;
        padding: 0;
        left: 0;
        right: 0;
        bottom: auto;
        background: #194e7f;
        padding: 10px;
        top: 48px !important;
    }
}

@media only screen and (max-width: 991px) {
    .popup-search {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .popup-search {
        top: 48px !important;
    }
}

@media only screen and (max-width: 480px) {
    .popup-search {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .popup-search .popup-search-wrapper {
        display: block;
        height: auto;
    }
    .popup-search .popup-search-wrapper .popup-search-form {
        display: block;
    }
    .popup-search .popup-search-wrapper .popup-search-form .search-form {
        display: block;
        position: relative;
    }
    .popup-search .popup-search-wrapper .popup-search-form .search-form label {
        width: 100%;
    }
    .popup-search .popup-search-wrapper .popup-search-form .search-form .search-field {
        background: url('../images/search-icon.png') no-repeat;
        background-color: #fff;
        background-size: 17px;
        background-position: right 10px bottom 5px;
    }
    .popup-search .popup-search-wrapper .popup-search-form .search-form .search-field:not(:placeholder-shown) {
        background: #fff;
    }
    .popup-search .popup-search-wrapper .popup-search-form .search-form .search-submit,
    .popup-search .popup-search-wrapper .popup-search-form .search-form .search-field {
        padding-left: 10px;
        padding-right: 10px;
        height: 28px;
        line-height: 28px;
    }
    .popup-search .close-popup {
        display: none;
    }
    .reveal-search .ion-ios-search:before {
        background: url(../images/close.png);
        content: '';
        width: 20px;
        height: 26px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

#sidr-nav {
    padding-left: 0;
    padding-right: 0;
}

#sidr-nav {
    left: -340px;
    right: auto;
    background: #fcfcfc;
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    width: 340px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    #sidr-nav {
        width: 340px;
    }
}

@media only screen and (max-width: 480px) {
    #sidr-nav {
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .search-results .site .twp-inner-banner {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .site #masthead {
        padding: 0 !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
    .site #sidr-nav {
        padding-top: 0 !important;
    }
    .site .site-content #sidr-nav .sidebar-nav-container {
        padding: 8px 16px 8px !important;
    }
}

.breadcrumbs ul.trail-items>li.trail-begin a span[itemprop="name"] {
    background-image: url("../../../blog-prime-child/assets/img/CelluarNews.svg");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    height: 19.83px;
    width: 125px;
    padding-top: 3px;
    display: inline-block;
    color: transparent;
}

body.home .site #masthead #site-navigation {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    body.home .site #masthead {
        border-bottom: 1px solid #ececec;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .site #masthead #site-navigation .navigation-area .nav-right span.icon-search {
        width: auto;
        height: auto;
    }
}

@media (max-width: 767px) {
    .breadcrumbs ul.trail-items>li.trail-begin a span[itemprop="name"] {
        background-image: url(/../wp-content/uploads/2019/09/fav.png) !important;
        height: unset;
        width: unset;
        padding-top: unset;
        display: unset;
    }
}

.article-list .article-body h3 {
    font-size: 16px;
}

.article-list .article-body .author {
    font-size: 15px;
}

.home .site article .entry-content p {
    color: #787878;
}

#floating_ads_bottom_textcss_close a img {
    width: 24px;
    height: 24px;
}

@media only screen and (max-width: 1200px) {
    .popup-search-form .search-form .search-submit {
        display: none;
    }
}