/*
Theme name: The Narratives Project

Theme URI: https://www.narrativesproject.com/

Author: Maintask

Author URI: https://maintask.io/

Description: Theme created for the The Narratives Project redesign project

Version: 1.0.0.
*/


/* Main styles */
body,
body p {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    margin: 0;
}

h1 {
    font-size: 92px;
    text-transform: uppercase;
    font-family: "Heroic Condensed", Sans-serif;
    font-weight: 500;
    letter-spacing: -2px;
}

h2 {
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 46px;
}

h3,
blockquote,
blockquote p {
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 20px;
}

h4 {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 20px;
}

h5,
.share-narrative:before,
.archive .elementor-post__title:before,
.share-post:before,
.share-news:before {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
    letter-spacing: 1.5px;
}

h6 {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 20px;
}

blockquote {
    float: right;
    max-width: 40%;
    margin: 20px;
}

blockquote:before {
    content: "";
    background: url(/web/20230801031611im_/https://g98674.p3cdn1.secureserver.net/wp-content/uploads/2021/07/quote-sign.png);
    width: 63px;
    height: 54px;
    background-size: cover;
    float: right;
}

figcaption {
    margin-left: 7px;
}

footer nav li.menu-item {
    position: relative;
}

footer nav li.menu-item:after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ADADAD;
    position: absolute;
    right: -7px;
    top: 13px;
    border-radius: 100%
}

footer nav li.menu-item:last-child:after {
    content: none;
}

.white-button,
#sign-up {
    text-transform: uppercase;
    padding: 5px 30px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    color: #fff;
    width: auto !important;
    margin: auto;
    line-height: 1;
    letter-spacing: 1.5px;
    transition: background 0.3s ease-in-out;
    cursor: pointer;
}

.white-button:hover,
#sign-up:hover {
    background-color: #fff;
    color: #000;

}

.white-button:hover .elementor-button-text {
    color: #000;
}

.black-button {
    text-transform: uppercase;
    padding: 5px 30px;
    border-radius: 50px;
    border: 1px solid #282728;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    color: #282728;
    width: auto !important;
    margin: auto;
    line-height: 1;
    letter-spacing: 1.5px;
    transition: background 0.3s ease-in-out;
    cursor: pointer;
}

.black-button:hover {
    background-color: #282728;
    color: #fff;
}

.black-button:hover .elementor-button-text {
    color: #fff;
}

.black-button .elementor-button-text,
.white-button .elementor-button-text,
#sign-up {
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    letter-spacing: 1.5px;
}

.black-button .elementor-button-text {
    color: #282728;
}

.white-button .elementor-button-text,
#sign-up {
    color: #fff
}

.margin-left {
    margin-left: auto;
}

.no-auto-margin {
    margin: 0;
}

.no-auto-margin.margin-left {
    margin-left: auto;
}

.no-auto-margin.margin-right {
    margin-right: 20px
}

.gradient-text {
    background: -moz-linear-gradient(180deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    background: -webkit-linear-gradient(180deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    background: linear-gradient(180deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#235aa7", endColorstr="#ef4323", GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px #00000000;
}

.newsletter-form input,
.newsletter-form textarea {
    padding: 0;
}

.newsletter-form input:focus-visible,
#filter-form input:focus-visible {
    outline: 0px;
}

.newsletter-form input:focus,
#filter-form input:focus {
    outline: 0px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.text-red {
    color: #b6251a;
}

.text-blue {
    color: #235aa7;
}

p a,
div[data-elementor-type="single-post"] li a,
blockquote a,
.elementor-widget-text-editor li a,
em a {

    line-height: 1;
    text-decoration: none;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 4.5px 0;
    overflow: hidden;
    color: inherit;
    vertical-align: bottom;
    transition: color .3s ease-out;

}

p a:before,
div[data-elementor-type="single-post"] li a:before,
blockquote a:before,
.elementor-widget-text-editor li a:before,
em a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateY(calc(100% - 2px));
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(180deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    background: -webkit-linear-gradient(180deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    background: linear-gradient(180deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#235aa7", endColorstr="#ef4323", GradientType=1);
    transition: transform .25s ease-out;
}

p a:hover,
div[data-elementor-type="single-post"] li a:hover,
blockquote a:hover,
.elementor-widget-text-editor li a:hover,
em a:hover {
    color: #fff;
    text-decoration: none !important;
}

p a:hover::before,
div[data-elementor-type="single-post"] li a:hover:before,
blockquote a:hover:before,
.elementor-widget-text-editor li a:hover:before,
em a:hover:before {
    transform: translateY(0);
    transition: transform .25s ease-out;
}

/*Home styles*/
@keyframes levitation {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 0.5em);
    }
}

.buddha {
    animation: levitation 1.2s alternate ease-in-out infinite;
}


.featured-narratives,
.all-narratives {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.featured-narratives .narrative {
    background-color: #fff;
}

.overlay,
.archive .elementor-post__thumbnail {
    position: relative;
    border: 1px solid #fff;
    border-bottom: none;
    line-height: 0.8em;
}

/*
.overlay>img, .archive .elementor-post__thumbnail>img {
    filter: grayscale(1);
}

.featured-narratives .overlay:after, .all-narratives .overlay:after, .archive .elementor-post__thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(142deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    background: -webkit-linear-gradient(142deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    background: linear-gradient(142deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#235aa7", endColorstr="#ef4323", GradientType=1);
    opacity: 0.7;
}
*/
.featured-narratives .narrative-info {
    padding: 20px 40px;
}

.featured-narratives h5,
.all-narratives h5 {
    margin: 0 0 10px 0;
}

.featured-narratives h3,
.all-narratives h3 {
    color: #282728;
    margin: 0 0 10px 0;
}

.featured-narratives p,
.all-narratives p {
    color: #282728;
    margin: 0;
}

.facts {
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.facts:after {
    content: "";
    width: 1px;
    height: 35px;
    left: 50%;
    position: absolute;
    z-index: 10;
    background-color: #282728;
}

.facts h3 {
    padding: 20px 40px;
    margin: 0;
    border: 5px solid #D3D3D3;
}

.polarized-views {
    margin-top: 40px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.left-view {
    background-color: #fff;
    padding: 20px;
}

.right-view {
    background-color: #fff;
    padding: 20px;
}

.text {
    padding: 20px;
    border: 1px solid;
    position: relative;
}

.text:before {
    content: "";
    height: 1px;
    width: calc(100% + 15px);
    position: absolute;
    top: -46px;

}

.left-view .text {
    border-color: #235aa7;
}

.right-view .text {
    border-color: #b6251a;
}

.left-view .text:before {
    background-color: #235aa7;
    right: -32px;
}

.right-view .text:before {
    background-color: #b6251a;
    right: 17px;
}

.text:after {
    content: "";
    width: 1px;
    position: absolute;
    height: 37px;
    top: -45px;
}

.left-view .text:after {
    background-color: #235aa7;
    left: 17px;
}

.right-view .text:after {
    background-color: #b6251a;
    right: 17px;
}

.text>h5 {
    position: absolute;
    top: -30px;
    background: #fff;
    padding: 0 5px;
}

.right-view .text>h5 {
    right: 40px;
}

.left-view .text>h5 {
    left: 40px;
}

.text h5:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: #fff;
    border-radius: 100%;

    top: 1px;
}

.left-view h5:before {
    border: 1px solid #235aa7;
    left: -30px;
}

.right-view h5:before {
    border: 1px solid #b6251a;
    right: -30px;
}

/*About page*/
.gradient>.elementor-widget-wrap {
    background: -moz-linear-gradient(142deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    background: -webkit-linear-gradient(142deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    background: linear-gradient(142deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#235aa7", endColorstr="#ef4323", GradientType=1);
}

.gradient .elementor-image-box-title {
    margin: 0;
    line-height: 1;
}

.gradient .elementor-image-box-wrapper {
    position: relative;
}

.gradient .elementor-image-box-wrapper:after {
    content: "";
    left: 5%;
    position: absolute;
    bottom: -20px;
    width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTUwOS4xMjEsMTI1Ljk2NmMtMy44MzgtMy44MzgtMTAuMDU1LTMuODM4LTEzLjg5MywwTDI1Ni4wMDUsMzY1LjE5NEwxNi43NzEsMTI1Ljk2NmMtMy44MzgtMy44MzgtMTAuMDU1LTMuODM4LTEzLjg5MywwICAgIGMtMy44MzgsMy44MzgtMy44MzgsMTAuMDU1LDAsMTMuODkzbDI0Ni4xOCwyNDYuMTc1YzEuODQyLDEuODQyLDQuMzM3LDIuODc4LDYuOTQ3LDIuODc4YzIuNjEsMCw1LjEwNC0xLjAzNiw2Ljk0Ni0yLjg3OCAgICBsMjQ2LjE3LTI0Ni4xNzVDNTEyLjk1OSwxMzYuMDIxLDUxMi45NTksMTI5LjgwNCw1MDkuMTIxLDEyNS45NjZ6IiBmaWxsPSIjZjdmN2Y3IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==);
    z-index: 10;
    background-size: cover;
}

.gradient .elementor-widget-image-box:last-child .elementor-image-box-wrapper:after {
    content: none;
}

.team-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-member {
    flex: 0 0 calc(33.3% - 40px);
    padding: 20px;
    margin: 20px;
    text-align: center;
}

.team-member img {
    width: 100%;
    margin-bottom: 20px;
}

.team-member h2 {
    margin: 0;
    line-height: 1;

}

.team-member h2:nth-of-type(2) {
    line-height: 1;
    margin: 0px;
    padding-bottom: 20px;
}

.team-member h3 {
    line-height: 1;
    margin: 0 0 20px;
}

/*Single Post (Narrative) page*/
.single-post p,
.news .narrative-content p,
.single-news p {
    margin-bottom: 10px;
}

.related-narrative h5 {
    color: #b6251a;
    margin-top: 0;
}

.related-narrative {
    display: block;
    background-color: #ebebeb;
    margin-bottom: 20px;
    color: #282728;
}

.related-narrative p {
    color: #28272894;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.related-narrative p:nth-of-type(2) {
    margin-bottom: 0;
}

.pov {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.top-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.top-line img {
    width: 100%;
}

/*
.top-line img {
    max-width: calc(100% - 52px) !important;
}
*/
.right.top-line {
    padding-left: 20px;
}

.left.top-line {
    padding-right: 20px;
}

.content {
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
}

.left-pov .content {
    border-right: 0.5px solid #ebebeb;
    padding-right: 20px;

}

.right-pov .content {
    border-left: 0.5px solid #ebebeb;
    padding-left: 20px;
}

.single-post .analysis p {
    margin-bottom: 10px;
}

.narrative-meta {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.team-images {
    display: flex;
}

.narrative-meta .team-images>img {
    max-width: 33.3%;
    padding: 0 3% 0 0;
}

.single-post .narrative-info,
.single-blog_post .narrative-info {
    margin-left: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    color: #28272894;
    align-self: stretch;
}

.single-post .narrative-info span,
.single-blog_post .narrative-info span,
.single-news .narrative-info span, 
.single-post .narrative-meta > span {
    display: block;
    color: #28272894;
}

.share-narrative:before {
    content: "Share the Analysis";
}

.share-post:before {
    content: "Share the Blog Post";
}

.share-news:before {
    content: "Share the News";
}

.share-narrative .elementor-grid,
.share-post .elementor-grid,
.share-news .elementor-grid {
    margin-top: 20px;
}

.related-tags,
.share-narrative,
.share-post,
.share-news {
    color: #28272894;
}

.related-tags h5 {
    margin: 0 0 10px 0;
}

.related-tags a {
    color: #28272894;
    border: 1px solid #28272894;
    padding: 5px 10px;
    border-radius: 50px;
    transition: background .3s ease-in-out;
    display: inline-block;
    margin: 10px 0;
}

.related-tags a:hover {
    background-color: #28272894;
    color: #fff;
}

.single-blog_post .elementor-widget-theme-post-content p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/*
.main-part {
    background: #fff;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    background-clip: padding-box;
    border: solid 2px transparent;
    border-radius: 30px;
}

.main-part:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(180deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
}
*/
.elementor-post-navigation__link:first-child {
    margin-right: 10px;
}
.elementor-post-navigation__link:last-child {
    margin-left: 10px;
}
.post-nav .post-navigation__prev--label,
.post-nav .post-navigation__next--label {
    background: -moz-linear-gradient(180deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    background: -webkit-linear-gradient(180deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    background: linear-gradient(180deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#235aa7", endColorstr="#ef4323", GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px #00000000;
}

/*Narratives*/
.row {
    width: 100%;
    padding: 3% 10%;
}

.wrapper {
    max-width: 1366px;
    margin: auto;
}

.row.filtering-area {
    background-image: url('https://web.archive.org/web/20230801031611im_/https://www.narrativesproject.com/wp-content/uploads/2021/07/gradient-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 40%;
    color: #fff;
    padding: 5% 10%;
    border-bottom-right-radius: 300px;
}

.filtering-area .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-3 {
    max-width: 25%;
}

.col-9 {
    margin-left: 25%;
    width: 50%;
}

.filtering-area h1,
h4 {
    margin: 0;
    line-height: 1;
}

#filter-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#filter-form input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 70%;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    margin-right: 5%;
}

#filter-form span.elementor-button-text {
    padding: 5px;
}

#filter-form input::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.all-narratives .narrative {
    background-color: #ebebeb;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.all-narratives .narrative-info {
    padding: 20px;
}

.single .elementor-shortcode .read-time {
    color: #28272894 !important;
    margin-bottom: 0px !important;
}

.narrative-content {
    margin-bottom: 40px !important;
}

.narrative-content figure {
    border: 1px solid #EBEBEB;
}

.narrative-date {
    position: absolute;
    bottom: 20px;
    color: #28272894 !important;
}

.col-9 .tags-links {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    border: none;
}

.col-9 .tags-links a {
    display: inline-block;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
}

.col-9 .tags-links a:hover {
    background-color: #fff;
    color: #282728;
}

.narrative-analyst {
    color: #28272894 !important;
    margin-bottom: 10px !important;
}

.analyst-name:first-child:after,
.analyst-name:nth-of-type(2):after {
    content: ", "
}

.analyst-name:last-child:after {
    content: none;
}

.analyst-name:last-child:before {
    content: "and ";
}

.analyst-name:first-child:before {
    content: none;
}

.pagination {
    padding: 40px 0 0;
    text-align: center;
    font-size: 16px;
    color: #282728;
}

.pagination a,
.pagination span {
    color: #282728;
    padding: 10px 20px;
    border-radius: 100%;
    display: inline-block;
}

#prev-link,
#next-link {
    border-radius: 0;
}

.pagination a:hover {
    font-weight: bold;
    background-color: #E7E7E7;
}

#prev-link:hover,
#next-link:hover {
    background-color: transparent;
}

.pagination .current {
    font-weight: bold;
    background-color: #E7E7E7;
}

/*Single Team Member */
.row.gradient {
    background: -moz-linear-gradient(142deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    background: -webkit-linear-gradient(142deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    background: linear-gradient(142deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#235aa7", endColorstr="#ef4323", GradientType=1);
    border-radius: 0% 25% 0% 0%;
}

.row.gradient h2 {
    color: #fff;
}

/*Archives page*/
.archive .elementor-post__title:before {
    content: "Narrative";
    display: block;
    color: #b6251a;
    margin-bottom: 10px;
}

.archive article {
    background-color: #ebebeb;
}

.archive .type-blog_post .elementor-post__title:before {
    content: "Blog";
}

.archive .elementor-post__title {
    padding-bottom: 10px;
}

.archive .elementor-post__text {

    padding: 20px;
}

/*News page style*/

.news .narrative {
    padding: 20px;
}

.news .narrative:first-child {
    padding-top: 0;
}

.news .narrative h5 {
    margin: 0;
}

.news .narrative h2 {
    margin: 10px 0;
    line-height: 1;
    color: #000;
}

.news .caption {
    color: #28272894 !important;
    font-size: 12px;

}

.news .narrative-content {
    margin-bottom: 10px !important;
    margin-top: 20px;
}

.news .narrative .narrative-date {
    position: unset;
    font-size: 12px;
    padding-bottom: 10px;
}

.news .read-time, .all-narratives .read-time {
    margin-top: 10px;
    margin-bottom: 20px !important;
    color: #28272894;
}

.news .narrative-footer {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.narrative-footer .black-button {
    margin: 0;
}

.news>hr {
    background: linear-gradient(90deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    height: 1px;
    clear: both;
    border: none;
    margin: 10px 20px !important;
}

.share-buttons-wrapper a {
    margin-right: 10px;
}

.share-buttons-wrapper img {
    max-height: 30px;
    filter: brightness(0);
    transition-duration: 0.2s;
}

.share-buttons-wrapper a:hover img {
    transform: scale(1.1) rotate(4deg);
}

.latest-content h5 {
    margin: 20px 20px 10px 20px;
    color: #b6251a;

}

.latest-content h3 {
    padding: 0px 20px 20px 20px;
    margin: 0;
}

.latest-content .narrative-date {
    position: unset;
    padding: 0px 20px;
}

.latest-content .tag {
    color: #28272894;
    border: 1px solid #28272894;
    padding: 5px 10px;
    border-radius: 50px;
    transition: background .3s ease-in-out;
    display: inline-block;
    margin: 10px 0;
}

div#whappenning {
    position: relative;
}

div#whappenning:before {
    position: absolute;
    content: '';
    width: 1px;
    left: 0;
    background: linear-gradient(180deg, #235aa7 0%, #a3238e 44%, #ef4323 100%);
    height: 100%;
}

.related-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.related-news .news {
    background-color: #ebebeb;
}

.related-news .news:hover {
    transform: scale(1.01);
}

.related-news h3 {
    margin: 0 20px 20px 20px;
    line-height: 1;
    color: #000;
}

.related-news h5 {
    margin: 20px 20px 10px 20px;
}

.su-tooltip-button {
    border-bottom: 1px dashed #235AA7;
}

.single .elementor-widget-text-editor ul {
    margin: 0;
    padding: 0 0 0 20px;
}

/*End of News page style*/
/*Responsive rules*/

@media only screen and (min-width: 1750px) {
    .elementor-element.team-section {
        margin-top: -23vw !important;
    }

    .team-before .elementor-container {
        min-height: 20vw !important;
    }
}

@media only screen and (max-width: 1540px) {
    .elementor-element.team-section {
        margin-top: -25rem !important;
    }

    .under-buddha.elementor-widget.elementor-widget-image {
        top: 16vh !important;
    }
}


@media only screen and (max-width: 1440px) {
    .elementor-element.team-section {
        margin-top: -25vw !important;
    }

    .narrative-meta {
        grid-template-columns: 2fr 2fr;
    }

    .team-images {
        display: block;
    }

    .narrative-meta .team-images>img {
        width: 30.3%;
    }

}

@media only screen and (max-width: 1428px) {
    .under-buddha.elementor-widget.elementor-widget-image {
        top: 20vh !important;
    }
}

@media only screen and (max-width: 1272px) {
    .team-member {
        flex: 0 0 calc(50% - 40px);
    }

}

@media only screen and (max-width: 1220px) {
    .under-buddha.elementor-widget.elementor-widget-image {
        top: 24vh !important;
    }

}

@media only screen and (max-width: 1100px) {

    .featured-narratives,
    .all-narratives {
        grid-template-columns: repeat(2, 1fr)
    }

    .wrapper {
        padding: 40px 0;
    }

    .filtering-area .wrapper {
        display: block;
    }

    .col-3,
    .col-9 {
        max-width: 100%;
    }

    .col-3 {
        margin-bottom: 40px;
    }

    .col-9 {
        margin-left: 0;
        width: 100%;
    }

    .elementor-element.team-section {
        margin-top: -15rem !important;
    }
}

@media only screen and (max-width: 1037px) {
    .under-buddha.elementor-widget.elementor-widget-image {
        top: 28vh !important;
    }
}

@media only screen and (max-width: 1024px) {
    .elementor-element.team-section {
        margin-top: -10rem !important;
    }

    div#whappenning:before {
        content: none;
    }

    .under-buddha.elementor-widget.elementor-widget-image {
        top: 15vh !important;
    }
}

@media only screen and (max-width: 866px) {
    .team-member {
        flex: 0 0 calc(100% - 40px);
    }
}

@media only screen and (max-width: 767px) {
    blockquote {
        max-width: 100%;
    }

    .polarized-views {
        grid-template-columns: repeat(1, 1fr);
    }

    .no-auto-margin.margin-right {
        margin-bottom: 20px !important;
    }

    .analysis-example {
        position: relative;
    }

    .analysis-example:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        left: -15px;
        background-color: #282728;
        top: 0;
    }

    .facts:after {
        left: 2px;
        transform: rotate(270deg);
        top: 50%;
    }

    .text:before {
        width: 53px;
        left: -35px;
        top: -1px;
    }

    .text:after {
        content: none;
    }

    .pov {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }

    .single-news .pov {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    }

    .left-pov .content,
    .right-pov .content {
        border-left: none;
        border-right: none;
        padding: 0;
    }

    .narrative-meta {
        display: block;
    }

    .narrative-info {
        margin-left: 0;
    }

    .row.gradient {
        border-radius: 0;
    }

    .elementor-element.team-section {
        margin-top: -7rem !important;
    }

    .under-buddha.elementor-widget.elementor-widget-image {
        top: 10vh !important;
    }
}

@media only screen and (max-width: 579px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 32px;
    }

    h3,
    h4,
    blockquote {
        font-size: 18px;
    }

    .no-auto-margin.margin-left {
        margin: auto;
    }

    .methodology-arrows {
        transform: rotate(90deg);
    }

    .featured-narratives,
    .all-narratives,
    .related-news {
        grid-template-columns: repeat(1, 1fr)
    }

    .single-post {
        word-break: break-word;
    }

    #filter-form {
        display: block;
    }

    #filter-form input {
        width: 100%;
        margin-bottom: 20px;
    }

    .col-9 label {
        margin-bottom: 20px;
    }

    .row.filtering-area {
        border-bottom-right-radius: 0;
    }

    .single-news .pov {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }
    .single-news h6 {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 374px) {
    .news .narrative-footer {
        display: block;
    }

    .share-buttons-wrapper {
        margin-top: 20px;
    }
}

/* @media only screen and (min-height: 1081px) {
    .under-buddha.elementor-widget.elementor-widget-image {
        top: 13vh !important;
    }
}
*/
/*
     FILE ARCHIVED ON 03:16:11 Aug 01, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:15:21 Feb 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.749
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.016
  esindex: 0.015
  cdx.remote: 107.053
  LoadShardBlock: 314.555 (3)
  PetaboxLoader3.datanode: 379.729 (5)
  load_resource: 1437.242
  PetaboxLoader3.resolve: 1308.928
  loaddict: 62.642
*/