/*
Theme Name: Feather Magazine Child
Author: 
Description: Your description goes here
Version: 1.0
Template: feather-magazine

This is the child theme for Feather Magazine theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

body {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #58595B;
}

img {
    transition: all 0.3s;
}

a.readmore,
.post-single-content a {
    color: #ED1C24;
}

a.readmore:hover,
.post-single-content a:hover {
    color: #BE1E2D;
}

#page,
.container {
    max-width: 1230px;
    padding: 0 15px;
}

#site-header {
    padding: 0;
    box-shadow: none;
}

.site-branding h1.image-logo,
.site-branding h2.image-logo {
    margin: 0px;
    line-height: normal;
    font-size: inherit;
}

.custom-logo-link {
    display: block;
}

.site-branding {
    max-width: 150px !important;
    min-height: auto;
    margin: 0px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px #231F20 solid;
    padding: 10px 0;
    padding-right: 64px;
    position: relative;
}

.header-art-date {
    margin-left: 50px;
}

.header-art-date ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.header-art-date ul li {
    border-left: 1px #CFD2D3 solid;
    padding: 5px 20px;
}

.header-menu-block {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-menu-block ul.header-menu-list {
    display: flex;
    align-items: flex-start;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.header-menu-block ul.header-menu-list li {
    text-align: center;
    margin: 0 15px;
}

.header-menu-block ul.header-menu-list li a {
    display: block;
    line-height: normal;
    font-style: 10px;
    text-transform: uppercase;
}

.header-menu-block ul.header-menu-list img {
    height: 30px;
    width: 30px;
    display: inline-block;
}

.header-menu-block ul.header-menu-list span {
    display: block;
}

.allcargo-logo {
    margin-left: 20px;
}

.allcargo-logo img {
    height: auto;
}

.header-inner-left {
    display: flex;
    align-content: center;
}

.header-art-date {
    display: flex;
}


/* .toggle-menu {
    position: absolute;
    top: 0;
    right: 0px;
    background: #EA2128;
    height: 60px;
    width: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
} */


/* 
.toggle-menu span {
    height: 4px;
    width: 30px;
    background-color: #fff;
    border-radius: 20px;
}

.toggle-menu span:before {
    content: '';
} */

.toogle-btn {
    height: 50px;
    width: 50px;
    position: relative;
    z-index: 1000;
}

.toggle-menu {
    margin: 0px;
    padding: 0px;
    border: none;
    background: #EA2128;
    height: 60px;
    width: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    cursor: pointer;
}

.toggle-menu .toggle-menu-btn {
    content: '';
    margin: 0px;
    padding: 0px;
    border: none;
    background: #fff;
    height: 3px;
    width: 28px;
    position: absolute;
    top: 28px;
    right: 11px;
    border-radius: 10px;
    transition: all 0.3s;
}

.toggle-menu .toggle-menu-btn:before,
.toggle-menu .toggle-menu-btn:after {
    content: '';
    margin: 0px;
    padding: 0px;
    border: none;
    background: #fff;
    height: 3px;
    width: 28px;
    position: absolute;
    top: 9px;
    right: 0;
    border-radius: 10px;
    transition: all 0.3s;
}

.toggle-menu .toggle-menu-btn:before {
    top: -9px;
}

.header-toggle-sidebar {
    position: fixed;
    height: 100%;
    width: 100%;
    max-width: 400px;
    right: 0;
    top: 0;
    bottom: 0px;
    background: #000;
    z-index: 999;
    transition: all 0.3s;
    transform: translateX(100%);
}

.admin-bar .header-toggle-sidebar {
    top: 32px;
}

.header-toggle-sidebar .header-toggle-sidebar-inner {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding: 50px 30px;
}

.header-toggle-sidebar.active {
    transform: translateX(0px);
}

.header-toggle-close {
    background-color: #EA2128;
    height: 60px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    left: 0px;
}

.header-toggle-sidebar.active .header-toggle-close {
    left: -50px;
}

.header-toggle-close:after,
.header-toggle-close:before {
    content: '';
    margin: 0px;
    padding: 0px;
    border: none;
    background: #fff;
    height: 3px;
    width: 28px;
    position: absolute;
    top: 28px;
    right: 11px;
    border-radius: 10px;
    transition: all 0.3s;
    transform: rotate(45deg);
}

.header-toggle-close:before {
    transform: rotate(-45deg);
}

.sidebar-overlay {
    display: none;
}

.sidebar-overlay.active {
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#page {
    padding-top: 20px;
}

.article {
    max-width: 100%;
    width: 75%;
}

.story-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.stroy-cover-section {
    width: 62%;
    order: 2;
}

.story-trading-section {
    width: 35%;
    order: 1;
    margin-top: -22px;
}

.story-trading-list {
    margin: 0 0 20px;
    padding: 0px;
    width: 100%;
}

.story-featured-img {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.story-featured-img img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 120%;
    background-color: #000;
}

.story-trading-list h2 {
    font-size: 15px;
    line-height: 18px;
    color: #414042;
    font-weight: 600;
    margin: 10px 0 3px;
}

.story-short-dec {
    color: #808285;
}

.story-short-dec p {
    margin: 0px;
    padding: 0;
}

.stroy-cover-section .story-featured-img {
    height: 320px;
}

.stroy-cover-section h2 {
    font-size: 32px;
    line-height: 36px;
    color: #414042;
    font-weight: 600;
    margin: 10px 0;
}

.story-featured-img .terms-list {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    list-style: none;
    margin: 0px;
    padding: 6px 16px;
    background: #EA2128;
}

.story-featured-img .terms-list span {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.story-trading-section .story-featured-img .terms-list {
    opacity: 0;
    padding: 3px 10px;
	transition: opacity 0.2s linear 0.1s;
}

.story-trading-section .story-featured-img .terms-list span {
    font-size: 13px;
}

.story-trading-section .story-trading-list:hover .story-featured-img .terms-list {
    opacity: 1;
}

.aside-title-row {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0px 0 15px;
    padding: 0px;
    border-top: 2px #231F20 solid;
    font-weight: 300;
}

.aside-title-row span {
    background: #231F20;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
}

.story-trading-list:hover img {
    transform: scale(1.3);
}


/*=====================
Sidebar 
=====================*/

#sidebars.sidebar {
    margin-top: -22px;
}

.widget-header {
    float: none;
    max-width: inherit;
    width: 100%;
}

.monthly-widget-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.monthly-widget-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #E6E7E8 solid;
}

.monthly-widget-list li:last-child {
    border: none;
}

.monthly-list-img {
    max-width: 100px;
    width: 100%;
    height: 70px;
    position: relative;
    margin-left: 10px;
}

.monthly-list-img img {
    object-fit: cover;
}

/* .monthly-widget-list li h4 {
    font-size: 13px !important;
    color: #414042;
    margin: 5px 0 5px;
    font-weight: 600;
} */

.monthly-widget-list li h4 a {
    color: #414042;
}

.monthly-widget-list li span a {
    color: #939598;
    font-weight: 300;
}

.header-toggle-sidebar .monthly-widget-list li a:hover,
#sidebars .widget span a:hover {
    color: #ea2128 !important;
}

.header-toggle-sidebar .monthly-widget-list li .monthly-list-img {
    order: 1;
    margin-left: 0;
    margin-right: 10px;
}

.header-toggle-sidebar .monthly-widget-list li .monthly-list-content {
    order: 2;
    width: 100%;
}

.header-toggle-sidebar .monthly-widget-list li .monthly-list-content span{
    color: #cfcfcf;
}

.header-toggle-sidebar .monthly-widget-list li .monthly-list-content h4,
.header-toggle-sidebar .monthly-widget-list li .monthly-list-content h4 a {
    color: #fff !important;
}

.header-toggle-sidebar .monthly-widget-list li {
    border-color: #6D6E71;
}

#sidebars .widget h3,
#sidebars .widget h3 a {
    margin: 0px;
    padding: 0px;
}

#sidebars h3.widget-title:after,
.related-posts h3:after {
    display: none;
}

#sidebars .widget h3 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0px;
    font-weight: 300;
    border-top: 2px #231F20 solid;
}

#sidebars .widget h3 span {
    background: #231F20;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
}

#sidebars .widget a,
#sidebars a,
#sidebars li a {
    color: #414042;
}

#sidebars .most-viewed-posts img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}

#sidebars .most-viewed-posts .img-overflow-container{
	display: inline-block;
	float: left;
	width: 150px;
    height: 100px;
	overflow: hidden;
	margin-right: 10px;
}
#sidebars .most-viewed-posts .img-overflow-container img{
	float: none;
	margin: 0;
}

#sidebars .most-viewed-posts span.rpwwt-post-title {
    font-size: 15px;
    font-weight: 600;
    color: #58595B;
}

#sidebars .most-viewed-posts .rpwwt-post-date {
    color: #939598;
    font-weight: 300;
}

.sidebar_list li:last-child {
    border-bottom: none;
}

.header-toggle-sidebar .menu-sidebar-menu-container ul.menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: block;
}

.header-toggle-sidebar .menu-sidebar-menu-container ul.menu li {
    margin: 5px 0;
}

.header-toggle-sidebar .menu-sidebar-menu-container ul.menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}


/* === Single Post ===== */

.single #sidebars.sidebar {
    margin: 0px;
}

.post-date-feather {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    margin: 10px 0 20px;
}

.post-date-feather>span {
    line-height: 16px;
    border-right: 1px #939598 solid;
    margin: 0px 15px 0 0;
    padding: 0 15px 0 0;
}

.post-date-feather>span:last-child {
    border: none;
}

.post-date-feather span.terms-list {
    background: #000;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
}

.post-date-feather .addtoany_shortcode {
    display: inline-block;
}

.post-date-feather .addtoany_shortcode .addtoany_list a {
    height: 18px;
}

.single .wp-post-image {
    margin-bottom: 20px;
    max-height: 450px;
    object-fit: cover;
}

.post-single-content p {
    font-size: 14px;
    line-height: 24px !important;
}

.post-single-content p a {
    color: #ED1C24;
}

.related-posts {
    padding: 0px;
    border: none;
    margin: 0 0 50px;
}

.related-posts h3 {
    font-size: inherit;
    margin: 0px 0 15px;
    font-weight: 300;
    text-align: left;
}

.related-post-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.related-posts .post.excerpt {
    width: 49%;
    margin-right: 0%;
    display: flex;
    align-items: center;
    border-right: 1px #A7A9AC solid;
    padding-right: 20px;
}

.related-posts .post.excerpt:last-child {
    border: none;
    padding-right: 0;
}

.related-posts .post.excerpt .featured-thumbnail {
    width: 100%;
    max-width: 250px;
    margin-right: 20px;
    overflow: hidden;
}

.related-posts .post.excerpt .featured-thumbnail img {
    height: 150px;
    margin: 0px;
}

.related-posts .post.excerpt h4 {
    padding: 0px;
}

.related-posts .post-date-feather span {
    margin: 0px 10px 0 0;
    padding: 0px 10px 0 0;
}

.related-posts .post-date-feather ul li a {
    background: none;
    color: #a2a2a2;
    padding: 0;
}

.related-posts #featured-thumbnail {
    max-width: 100%;
}

#post-nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    clear: both;
}

#post-nav .nav-box {
    width: 46%;
    max-width: 350px;
}

#post-nav .nav-box img {
    border-radius: 100px;
    margin-right: 20px;
}

#post-nav .nav-box.next img {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

#post-nav .nav-box span {
    color: #BE1E2D;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
}

#post-nav .nav-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #58595B;
}

.tagcloud a {
    border-radius: 10px;
    border: none !important;
    background: #E6E7E8;
    color: #939598 !important;
    font-weight: 300;
    padding: 10px 15px;
    margin: 0 5px 5px 0;
}

.tnp-subscription .tnp-field label {
    display: none;
}

.tnp-subscription .tnp-field input[type="text"],
.tnp-subscription .tnp-field input[type="email"] {
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px #D1D3D4 solid;
    background: none;
}

.tnp-subscription .tnp-field input[type="submit"] {
    background-color: #BE1E2D;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 10px 30px;
}


/*==== Footer ===== */

.footer-top {
    background-color: #F1F2F2;
}

.footer-bottom {
    text-align: center;
    background-color: #fff;
    padding: 15px 10px;
}

.footer-widgets {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-widget {
    margin: 0;
    padding: 0px;
    max-width: 420px;
    width: 100%;
    border-right: 1px #6D6E71 solid;
    padding: 0 30px;
}

.footer-widget:last-child {
    border: none;
}

.footer-newsletter {
    display: flex;
    align-items: center;
}

.footer-new {
    font-size: 15px;
    color: #231F20;
}

.footer-new-btn a {
    background: #BE1E2D;
    color: #fff !important;
    display: block;
    border-radius: 100px;
    min-width: 140px;
    text-align: center;
    padding: 6px 13px;
    font-size: 13px;
    margin: 0 10px;
}

.footer-new-btn.black-footer {
    display: flex;
    align-items: center;
}

.footer-new-btn.black-footer a {
    background-color: #231F20;
    color: #fff;
}

.footer-new-btn.black-footer a:hover {
    color: #fff;
}

.sidebar.c-4-12 {
    width: 25%;
}

#sidebars .wp-post-image {
    margin-top: 0px;
}

.press-coverage-anchor-wrapper {
    background: #E6E7E8;
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 12px;
}

.press-coverage-anchor-wrapper a 
{
    color: #fff !important;
    background: #BE1E2D;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 100px;
    margin-left: 5px;
}

#content.post-single-content 
{
    padding: 0;
}

.media_coverage_inner 
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.media_coverage_inner .media_coverage 
{
    width: 32%;
	margin-bottom:20px;
}

.media_coverage_inner .media_coverage h3 
{
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}

.media_coverage_inner .media_coverage img,
.media_coverage_inner .media_coverage p 
{
    margin: 0px;
    width: 100%;
}

.monthly-list-img 
{
    overflow: hidden;
}

.story-trading-list:hover img,
.stroy-cover-section:hover img,
.monthly-widget-list li:hover img,
.related-posts .post.excerpt:hover img,
.most-viewed-posts li.post:hover img.wp-post-image,
.media_coverage:hover img 
{
    transform: scale(1.2);
}

.story-trading-list:hover a,
.stroy-cover-section:hover a,
#sidebars .most-viewed-posts li.post:hover a span.rpwwt-post-title,
.media_coverage:hover a 
{
    color: #EA2128;
}

.monthly-widget-list li:not(.category-media-coverage):hover a,
.related-posts .post.excerpt:hover a 
{
    color: #EA2128 !important;
}

.media_coverage_inner .media_coverage .entry-inner 
{
	box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
	padding: 10px;
}

.media_coverage .entry-image 
{
    overflow: hidden;
    margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 76px;
    }
    .main-container 
    {
        overflow: hidden;
    }
    #page,
    .container 
    {
        padding: 0 15px;
    }
    .header-menu-block 
    {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 76px;
        background: #E6E7E8;
        border-top: 2px #e6282b solid;
        left: 0px;
        padding: 10px;
        justify-content: space-between;
    }
    .header-menu-block ul.header-menu-list li 
    {
        margin: 0 30px 0 0;
    }
    .header-menu-block ul.header-menu-list span 
    {
        font-size: 11px;
    }
    .allcargo-logo 
    {
        max-width: 150px;
    }
    /*.allcargo-logo img {
        height: 40px;
    }*/

    .header-menu-block ul.header-menu-list 
    {
        justify-content: flex-start;
        width: 100%;
    }

    .header-toggle-sidebar .header-toggle-sidebar-inner 
    {
        padding: 70px 50px;
    }

    .header-toggle-sidebar.active .header-toggle-close 
    {
        left: 0;
        right: 0;
    }

    .header-toggle-close
    {
        background: none;
    }

    .article 
    {
        width: 100%;
        padding: 0px !important;
    }

    .header-art-date 
    {
        margin: 0px;
    }
    .story-section 
    {
        flex-wrap: wrap;
    }
    .stroy-cover-section 
    {
        order: 1;
        width: 100%;
        position: relative;
    }
    .stroy-cover-section h2
    {
        position: absolute;
        bottom: 0;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 26px;
        color: #414042;
        font-weight: 600;
        margin: 0 -10px;
        left: -5px;
        right: 0;
        width: calc(100% + 40px);
        padding: 20px;
        padding-right: 90px;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgb(0 0 0 / 98%) 0%, rgb(255 255 255 / 11%) 100%);
    } 

    .stroy-cover-section h2 a
    {
        color: #fff;
    }

    .story-featured-img .terms-list
    {
        right: 0px;
        padding: 2px 10px;
    }

    .story-featured-img .terms-list span
    {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .story-trading-section 
    {
        order: 2;
        margin: 30px 0 0;
        width: 100%;
        display: flex;
        column-gap: 16px;
    }

    .story-trading-list
    {
        width: calc(50% - 8px);
    }

    .story-trading-section .aside-title-row,
    .story-short-dec
    {
        display: none;
    }

    .story-trading-list h2
    {
        text-align: center;
        font-size: 14px;
    }

    .stroy-cover-section .story-featured-img 
    {
        margin: 0 -15px;
    }
    .stroy-cover-section .story-featured-img .aside-title-row {
        display: none;
    }
    .header-art-date ul li {
        padding: 5px 10px;
        line-height: 15px;
    }
    .site-branding {
        max-width: 100px !important;
        margin-right: 10px;
    }
    .header-inner {
        border: none;
        min-height: 60px;
        justify-content: flex-start;
    }
    .footer-widget {
        border: none;
        margin: auto;
    }
    .related-post-section {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .related-posts .post.excerpt {
        width: 100%;
        border: none;
        padding: 0px;
        align-items: center;
    }
    .related-posts .post.excerpt .featured-thumbnail {
        max-width: 150px;
    }
    .post.excerpt {
        text-align: left;
    }
    .post-date-feather {
        flex-wrap: wrap;
        margin-top: 0;
        margin-bottom: 0;
    }
    .single_post .post-date-feather {
        margin-bottom: 30px;
    }
    .related-posts .post-date-feather span {
        margin-bottom: 8px;
    }
    .sidebar.c-4-12 {
        width: 100%;
        overflow: initial;
        clear: both;
    }
    .widget-header {
        text-align: left;
    }
    h1.title {
        line-height: 120%;
        margin-bottom: 10px;
    }
    .single-title {
        margin-top: 20px;
    }
    .single .related-posts .wp-post-image {
        margin-bottom: 0px;
    }
    .related-posts {
        margin: 0px;
    }
    .footer-newsletter {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .footer-new {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-new-btn.black-footer {
        justify-content: center;
    }
    #post-nav .nav-box {
        width: 100%;
    }
    .media_coverage_inner .media_coverage 
    {
        width: 100%;
        margin-bottom: 20px;
    }

    .home .sidebar .widget:first-child .widget-title
    {
        display: none;
    }

    .home .sidebar.c-4-12 .sidebar_list
    {
        margin-top: 0px;
    }

    .home #content.article
    {
        margin-bottom: 0px;
    }

    #page .monthly-widget-list
    {
        display: flex;
        flex-wrap: wrap;
        column-gap: 16px;
    }

    #page .monthly-widget-list li{
        width: calc(50% - 8px);
        border: none;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0;
    }

    #page .monthly-widget-list li .monthly-list-content,
    #page .monthly-widget-list li .monthly-list-img{
        width: 100%;
    }

    #page .monthly-widget-list li .monthly-list-content
    {
        order: 2;
    }

    #page .monthly-widget-list li .monthly-list-img
    {
        order: 1;
        margin: 0px 0 3px;
        position: relative;
        height: 150px;
        max-width: 100%;
    }

    #page .monthly-widget-list li .monthly-list-content span
    {
        display: none;
    }

    #page .monthly-widget-list li h4
    {
        text-align: center;
    }

    #page .monthly-list-img img
    {
        margin-right: 0px !important;
        position: absolute;
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%;
        background-color: #000;
    }

    #page .monthly-list-img a
    {
        display: block;
    }    


}

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

.stroy-cover-section .story-featured-img 
{
    height: 180px;
}
.story-featured-img 
{
    height: 80px;
}

#page .monthly-widget-list li .monthly-list-img 
{
    height: 80px;
}

.trending_boxs .col-md-6 
{
flex: 0 0 50%;
max-width: 50%;
}

.trending_boxs 
{
    padding: 15px 15px 0px 15px;
    background: #606062;
    margin: 30px 0;
}

.img_box 
{
    margin-right: 0;
    margin-bottom: 0;
}

.cat_text 
{
    padding: 0 0 0 15px;
}

.trending_boxs 
{
    padding: 20px 15px 0px 15px !important;
    background: transparent !important;
    margin: 30px 0;
}

.story-featured-img img 
{
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: 1px solid grey;
}

.story-trading-list h2 a 
{
    color: #6a6a6a !important;
}

}

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

.outreach span 
{
    display: none;
}

.monthly-list-img.avashya_img 
{
    margin: 25px 0 0 !important;
}

.monthly-list-img.avashya_img 
{
    margin: 25px 0 0 !important;
}

.outreach h4 
{
    margin: 10px 0 !important;
}

.outreach 
{
    order: 2;
}

}


/* .sidebar_list .widget-title 
{
    border-top: 2px #231F20 solid;
}

.sidebar_list .widget-title span 
{
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 7px 15px;
    font-weight: 300;
    background-color: #231F20;
    color: #fff;
} */


.avashya_post img {
    width: 100%;
    max-width: 230px;
    margin-right: 30px;
}

.header-title-box {
    width: calc(100% + 30px);
/*    background: #e8f3d9;*/
    padding-right: 30px;
}

.avshya_class {
    box-shadow: 0px 0px 2px #d1d1d1;
    z-index: 2;
    position: relative;
}

.avashya_post {
    display: flex;
    align-items: center;
    padding: 30px 20px;
    background: #e8f3d9;
}

.archive.avshya_btn {
    position: absolute;
    right: 50px;
    bottom: -12px;
}

.archive.avshya_btn  a {
    padding: 4px 30px;
    background: #3ab54a;
    display: block;
    text-align: center;
    border-radius: 100px;
    color: white;
}

.header-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.avshya_class {
    background: #e8f3d9;
    padding: 20px 15px 0 !important;
}

.avashya_post i {
    font-weight: 500;
    line-height: 18px;
}

.avshya_class .monthly-widget-list li h4 {
    font-size: 13px !important;
    color: #414042;
    margin: 0;
    font-weight: 600;
}

.avshya_class .monthly-list-content {
    margin-left: 20px;
}


#sidebars .widget.avshya_class h3
{
    border: none;
}

#sidebars .widget.avshya_class h3 span {
    background: transparent;
    color: #3ab54a;
    display: inline-block;
    padding: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}

.avshya_class .widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.avshya_class .widget-title p {
    margin-bottom: 0;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    background: #3ab54a;
    padding: 2px 10px;
}

.single-archive .widget-title p {
    margin-bottom: 0;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    background: #3ab54a;
    padding: 2px 10px;
}


.single-archive .widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sidebars .widget.single-archive h3
{
    border: none;
}

#sidebars .widget.single-archive h3 span {
    background: transparent;
    color: #3ab54a;
    display: inline-block;
    padding: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}

.single-archive .monthly-list-content {
    margin-left: 32px !important;
}

.avshya_class .monthly-list-content span {
    color: #3ab54a;
    font-weight: 600;
}

.avshya_class .monthly-list-content h4 {
    font-style: italic;
    line-height: 17px;
    font-size: 14px !important;
}

.avshya_class ul.monthly-widget-list li {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px !important;
    margin-bottom: 15px;
}

.avshya_class ul.monthly-widget-list li:last-child
{
    border: none;
    padding: 0 !important;
}

.avshya_class .monthly-list-img {
    max-width: 100px;
    width: 100%;
    height: auto;
    position: relative;
    margin-left: 10px;
}

/* form css */

.elementor-72 input.wpcf7-form-control {
    background: transparent;
    border-radius: 10px;
    border: 1px #D1D3D4 solid;
    padding: 10px 20px;
    margin-bottom: 10px;
    height: 50px;
    font-size: 14px;
    width: 100%;
    outline: none !important;
}

.elementor-72 #wpcf7-f5185-p72-o1 {
    margin: 14px 0;
}

.elementor-72 input.wpcf7-form-control.wpcf7-submit.has-spinner.tnp-field.tnp-field-button {
    padding: 10px 30px;
    height: auto;
    border-radius: 20px;
    background: #BE1E2D;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    margin-bottom: 0;
    width: auto;
}

.single-archive .monthly-widget-list li.active .monthly-list-content h4 a {
    color: #3ab54a !important;
}

.single-archive .monthly-widget-list li.active .monthly-list-content span {
    color: #3ab54a !important;
    font-weight: 600;
}

.monthly-widget-list li.active:hover .monthly-list-content h4 a {
    color: #EA2128 !important;
}

@media (max-width:1024px)
{
    .elementor-72 .elementor-section .elementor-container {
        display: block;
    }
}

@media (max-width:576px)
{
    .elementor-72 .elementor-element.elementor-element-2b154ab1 .elementor-heading-title {
        font-size: 21px !important;
        line-height: 32px;
    }
}

.single-archive 
{
    background: #e8f3d9;
    padding: 15px 10px 0px 20px !important;
}

.monthly-list-img {
    max-width: 100px;
    width: 100%;
    height: 70px;
    position: relative;
    margin-left: 0;
}

.avashya_post {
    display: flex;
    align-items: center;
    padding: 30px 20px;
    background: #e8f3d9;
    border-right: 1px solid #e3e3e3;
    position: relative;
}

.monthly-widget-list li h4 {
    font-size: 13px !important;
    color: #414042;
    margin: 0px 0 0px;
    font-weight: 600;
    line-height: 17px;
    font-style: italic;
}
.single-archive .monthly-list-content {
    margin-left: 12px !important;
}
.monthly-list-img {
    max-width: 100px;
    width: 100%;
    height: auto;
    position: relative;
    margin-left: 0;
}

.monthly-widget-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px #fff solid !important; 
    position: relative;
}

h3.widget-title span 
{
    text-transform: capitalize;
    font-size: 11px !important;
}

.single-archive .widget-title p 
{
    margin-bottom: 0;
    font-size: 9px;
    color: #fff;
    font-weight: 600;
    background: #3ab54a;
    padding: 5px 15px 3px 6px;
    line-height: 11px !important;
}

.header-inner-left 
{
    display: flex;
    align-content: center;
    align-items: center;
}

.header-inner-left .site-branding 
{
    max-width: 150px !important;
    min-height: auto;
    margin: 0px;
    margin-right: 20px;
}

.header-title-box 
{
    width: calc(100% + 60px);
    /* background: #e8f3d9; */
    padding-right: 30px;
}

.avshya_class .widget-title p 
{
    margin-bottom: 0;
    font-size: 9px;
    color: #fff;
    font-weight: 600;
    background: #3ab54a;
    padding: 5px 15px 3px 6px;
    line-height: 11px !important;
}

.avshya_class .monthly-list-img 
{
    max-width: 100px;
    width: 100%;
    height: auto;
    position: relative;
    margin-left: 0;
}

.avshya_class 
{
    background: #e8f3d9;
    padding: 15px 10px 0 20px !important;
}

.avshya_class .monthly-list-content h4 
{
    font-style: italic;
    line-height: 17px;
    font-size: 13px !important;
}
.avshya_class .monthly-list-content 
{
    margin-left: 12px;
}
ul.monthly-widget-list li 
{
    justify-content: flex-start;
}
.avshya_class ul.monthly-widget-list li:last-child 
{
    border: none;
    padding-bottom: 10px !important;
}
ul.monthly-widget-list li 
{
    justify-content: flex-start;
}

@media (max-width:992px)
{
    .avashya_post {
        display: block;
    }
    .avashya_post i {
        display: block;
        margin: 20px 0 0;
    }
    .single-archive .widget-title {
        display: block;
    }
    h3.widget-title p br {
        display: none;
    }
    ul.monthly-widget-list li {
        display: block !important;
    }
    .single-archive .monthly-list-content {
        margin-left: 0 !important;
        padding: 10px 0 0 !important;
    }
    .single-archive .widget-title p {
        margin: 10px 0;
    }
    h2.wp-block-heading {
        font-size: 21px;
    }
    h1.wp-block-heading.has-text-color.has-link-color {
        font-size: 20px;
    }
    .outreach h4 {
        margin: 0px 0 5px !important;
    }
    .widget {
        margin-bottom: 0;
        overflow: hidden;
    }

    .avshya_class .widget-title {
        display: block;
    }
    .avshya_class .widget-title p {
        margin: 10px 0;
    }
    .avshya_class .monthly-list-content {
        margin-left: 0;
        padding: 10px 0 0;
    }

    .sidebar_list .monthly-list-content h4 {
        margin-bottom: 10px !important;
    }
    .sidebar_list .monthly-list-img {
        max-width: 100% !important;
        margin-top: 10px !important;
    }
    .avshya_class .monthly-list-img {
        max-width: 100%;
    }
    #post-nav .nav-box {
        width: 100%;
        max-width: 100%;
    }
    #post-nav .nav-box span {
        margin-top: 15px;
    }
    .related-posts .post.excerpt {
        width: 100%;
        margin-bottom: 20px;
    }
    .related-post-section {
        display: block;
    }
    .related-posts {
        padding: 0px;
        border: none;
        margin: 0 0 0px;
    }


 
}

@media (max-width:768px)
{
   
    .postauthor {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .postauthor img {
        float: left;
        margin: 0 0 25px;
        border-radius: 50%;
    }
    h3.widget-title span {
        text-transform: capitalize;
        font-size: 16px !important;
    }
    .single-archive .widget-title p {
        margin: 20px 0;
    }
    .single-archive .widget-title p {
        margin: 20px 0;
        font-size: 13px;
        padding: 10px 10px;
        border-radius: 5px;
    }
    .monthly-list-content h4 {
        height: 45px;
    }
    #page .monthly-widget-list li h4 {
        text-align: left;
        margin: 0 !important;
    }
    .postauthor h4 {
        font-size: 20px;
    }
    .single-archive {
        background: #e8f3d9;
        padding: 15px 20px 0px 20px !important;
    }
    .avshya_class .widget-title p {
        margin: 20px 0;
        padding: 10px;
        font-size: 13px;
        border-radius: 3px;
    }
    .archive-box-wrapper .archive-months .archive-month {
        padding: 6px 12px;
    }
    .archive-box-wrapper .archive-months {
        margin-bottom: 10px;
    }
    .avshya_class {
        background: #e8f3d9;
        padding: 15px 20px 0 20px !important;
    }

}

@media (max-width:640px)
{
    h2.wp-block-heading {
        font-size: 20px;
    }
    hr.wp-block-separator.has-alpha-channel-opacity.is-style-dots {
        display: none;
    }
    h1.wp-block-heading.has-text-color.has-link-color {
        font-size: 18px;
    }
    #page .monthly-widget-list li {
        width: 100% !important;
    }
    #page .monthly-widget-list {
        display: block !important;
    }
    #page .monthly-widget-list li .monthly-list-img {
        height: 260px;
        width: 100% !important;
    }
    .monthly-list-content h4 {
        height: auto;
    }
    .sidebar_list .monthly-list-content h4 {
        padding-bottom: 20px;
    }
    .wp-block-image .alignright {
        float: none;
        margin: 0 0 15px;
    }
    .wp-block-image img {
        box-sizing: border-box;
        height: auto;
        max-width: 100%;
        vertical-align: bottom;
        width: 100% !important;
    }
  
}

@media (max-width:576px)
{
    h2.wp-block-heading {
        font-size: 18px;
    }
    h1.wp-block-heading.has-text-color.has-link-color {
        font-size: 16px;
    }
    .single_post .post-date-feather {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .avashya_post img {
        width: 100%;
        max-width: 200px;
        margin-right: 0;
    }
    #post-nav .nav-box span {
        margin-top: 5px;
    }
    .archive-box-wrapper .archive-years .archive-year {
        padding: 0 5px;
        color: #888;
        cursor: pointer;
        border-right: 1px solid #e7e3e3;
    }
    .header-inner-left .site-branding {
        max-width: 130px !important;
        min-height: auto;
        margin: 0px;
        margin-right: 10px;
    }
}

@media (max-width:480px)
{
    h2.wp-block-heading {
        font-size: 17px;
    }
    h3.widget-title span {
        text-transform: capitalize;
        font-size: 15px !important;
    }
 
}


.sidebar.c-4-12 .monthly-widget-list li h4 {
    font-size: 13px;
    color: #414042;
    margin: 5px 0 5px;
    font-weight: 600;
    line-height: 1.4;
    font-style: normal;
}

.sidebar.c-4-12 .monthly-list-content {
    margin-right: 10px;
}

#post-5007 .header-title-box {
    width: 100%;
    padding-right: 30px;
}
.sidebar_list .monthly-widget-list li h4 {
    font-size: 14px !important;
    color: #414042;
    margin: 5px 0 5px;
    font-weight: 600;
    line-height: 17px;
    font-style: normal !important;
}
.sidebar_list .monthly-list-content {
    margin-right: 10px;
}

.sidebar_list .monthly-widget-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px #E6E7E8 solid !important;
    position: relative;
}

#sidebars .sidebar_list .widget h3 span {
    background: #231F20;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px !important;
    text-transform: uppercase;
}