/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.breadcrumb {
    color: #535353;
    font-size: 14px;
}
.article__item__card a:hover{
    color: #E78125 !important;
}

.author__box {
    background-color: #E7812536;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
}

.author__box .author__photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ccc;
}

.author__box .author__name {
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #1A1A1A;
}

.author__box .author__job__title {
    font-weight: bold;
    margin: 2px 0;
    color: #1A1A1A;
}

.author__box .author__short__description {
    margin: 5px 0 0;
    color: #1A1A1A;
}

.author__box .author__readmore {
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    padding: 6px 20px;
    background-image: linear-gradient(135deg, #f77d00 0%, #f5ba38 100%);
    text-decoration: none;
}
.author__box .author__readmore a:hover {
    color: #fff !important;
}
.author__box .author__socials {
    display: flex;
    justify-content: right;
    font-size: 14px;
    gap: 10px;
}
.author__box .author__socials a {
    color: #1A1A1A;
    padding-right: 5px;
    /*text-decoration: underline;*/
    display: flex;
    align-items: center;
    gap: 5px;
}
.author__box .author__socials a:hover{
    color: #f28d40;
}
.author__box .author__socials a:hover svg {
    fill: #f28d40;
}
.author__box .author__socials a:after {
    padding-left: 5px;
    display: inline-block;
    content: "|";
}
.author__box .author__socials a:last-child {
    padding-right: 0;
}
.author__box .author__socials a:last-child:after {
    display: none;
}
.author__meta a:hover span {
    color: #E78125 !important;
}
.post__feature__image img {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover;
}
.trading_view_chart>div {
    height: 500px;
}
/*.widget__top__right .tradingview-widget-container {*/
/*    width: 640px;*/
/*    height: 230px;*/
/*}*/

.tabs__filter search.e-filter{
    justify-content: space-between;
    /*border: 1px solid #555;*/
}
.tabs__filter search.e-filter .e-filter-item {
    background: #fff;
    border: 1px solid #C5C5C5;
    border-right: 0;
    padding: 15px 30px;
    font-size: 18px;
    color: #333;
}
.tabs__filter search.e-filter .e-filter-item:hover {
    background-image: linear-gradient(135deg, #f77d00 0%, #f5ba38 100%);
    border-color: #C5C5C5;
    color: #fff;
}
.tabs__filter search.e-filter .e-filter-item:last-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.tabs__filter search.e-filter .e-filter-item:nth-last-child(2){
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-right: 1px solid #C5C5C5;
}
.tabs__filter search.e-filter .e-filter-item[aria-pressed="true"] {
    background-image: linear-gradient(135deg, #f77d00 0%, #f5ba38 100%);
    color: #fff;
}
.e-search-form .e-search-input {
    padding: 10px 45px !important;
}
.elementor-widget-search .icon {
    font-size: 16px !important;
}
.asx__video__item>.e-con-inner {
    padding: 0;
}
.asx__video__item {
    border-radius: 10px;
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    padding: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(0, 0, 0, 0.15);
}
.asx__video__item:hover {
    border-color: #f77d00;
}
.asx__video__item p {
    margin-bottom: 0;
}
.asx__video__item .item__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
}
.asx__video__item .item__thumb:after {
    content: "";
    display: inline-block;
    width: 65px;
    height: 66px;
    background: url("assets/images/video-icon.svg");
    position: absolute;
}
.asx__video__item:hover .item__thumb:after {
    background: url("assets/images/video-icon-hover.svg");
}
/*.asx__video__item:before {*/
/*    content: "";*/
/*    height: calc(100% - 4px);*/
/*    width: calc(100% - 4px);*/
/*    border: 2px solid;*/
/*    border-radius: 7px;*/
/*    position: absolute;*/
/*    border-image: linear-gradient(45deg, #f77d00, #f5ba38, #f5ba38) 1;*/
/*    !*background-image: linear-gradient(135deg, #f77d00 0%, #f5ba38 100%);*!*/

/*}*/
.asx__videos__carousel {
    margin-left: calc(calc(100% - 1355px)/2) !important;
}
.asx__videos__carousel>.elementor-loop-container {
    padding-left: 20px;
}
.asx__videos__carousel .e-loop-item{
    padding: 35px 0;
}
.heading__divider .elementor-divider {
    padding: 0 !important;
}
.heading__divider span.elementor-divider-separator {
    border-image: linear-gradient(45deg, #f77d00, #f5ba38, #f5ba38) 1;
}
.gradient-text {
    background: linear-gradient(90deg, #f78708, #f6b433);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.box__gradient {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    /*border-top: 5px solid ;*/
    /*border-image: linear-gradient(45deg, #f77d00, #f5ba38, #f5ba38) 1;*/
}
.grid__style2 .grid__item {
    border-radius: 10px;
    border: 1px solid #ddd;
    /*box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);*/
    overflow: hidden;
}
.grid__style2 .grid__item .item__cat li,
.grid__style1 .grid__item .item__cat li {
    margin: 0 !important;
}
.grid__style2 .grid__item .item__cat li a,
.grid__style1 .grid__item .item__cat li a
{
    padding: 5px 20px;
    display: inline-block !important;
    position: relative;
    border-radius: 35px;
    border: 1px solid #f77d00;
    margin: 0!important;
    font-size: 16px;
}
.grid__style1 .grid__item .item__cat li a {
    border-color: #333 !important;
}
.grid__style2 .grid__item .item__cat li .elementor-post-info__terms-list,
.grid__style1 .grid__item .item__cat li .elementor-post-info__terms-list
{
    font-size: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: row;
}
.grid__style2 .grid__item .item__cat a::before {
    content: "";
    position: absolute;
    inset: 2px; /* thickness of border */
    border-radius: inherit;
}
.grid__style2 .grid__item .item__cat a {
    background: linear-gradient(90deg, #f78708, #f6b433);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.hero__heading__title span {
    background: linear-gradient(90deg, #f78708, #f6b433);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.post__carousel .elementor-loop-container{
    padding: 16px;
    margin: 0 -16px;
}
.subscribe__form .elementor-field-type-acceptance {
    font-family: "Lato";
    font-weight: normal;
    font-size: 22px;
}
.subscribe__form .elementor-field-type-acceptance  a {
    color: #F77D00;
}
.primary__btn.btn--white a{
    background-image: none !important;
    background: #fff;
    color: #F69F1F;
}
.primary__btn.btn__not_bg a{
    background-image: none; !important;
}
.subscribe__form__orange button {
    background-image: none;
}
.img__full__width * {
    width: 100%;
}
@media (max-width: 480px) {
    .author__box {
        flex-direction: column;
        display: flex;
        align-items: center
    }
    .author__box .author__content {
        text-align: center;
    }
    .author__box .author__socials {
        text-align: center;
        justify-content: center;
    }
    /*.widget__top__right .tradingview-widget-container {*/
    /*    width: 335px !important;*/
    /*    height: 290px !important;*/
    /*}*/

    .asx__videos__carousel {
        margin-left: 0 !important;
    }
    .asx__video__item {
        box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 16%);
    }
    .asx__videos__carousel>.elementor-loop-container {
        padding: 11px;
    }
    .post__carousel .elementor-loop-container {
        padding: 15px 45px;
    }
    .tabs__filter {
        display: none;
    }
}

/*join b2b */
.mepr_mepr_b2b_fields_start_point, .mepr_mepr_b2b_fields_end_point {
    display: none;
}

.is_b2b_membersihp{
    display:none;
}

.b2b-membership-nxt-btn{
    text-align:center;
}
.commodity-marquee .elementor-shortcode{
    flex: auto;
}
.b2b-membership-nxt-btn span{
    color: #ffff;
}
.mepr_price_cell-b2b{
    display: inline;
}
.back_signup{
    display: flex;
    column-gap: 20px;
    align-items: center;
}
/*.b2b-back-btn, .b2b-nxt-btn{*/
/*    cursor: pointer;*/
/*    display: block;*/
/*    background-color: #c40d3c !important;*/
/*    -moz-transform: skew(-22deg, 0);*/
/*    -ms-transform: skew(-22deg, 0);*/
/*    -webkit-transform: skew(-22deg, 0) !important;*/
/*    transform: skew(-22deg, 0);*/
/*    height: 50px;*/
/*    width: 20% !important;*/
/*    opacity: 1;*/
/*    padding: 10px 20px !important;*/
/*    border-radius: 0px !important;*/
/*}*/
.mp-form-instruction{
    margin-top: 20px;
    background: #F0F0F0;
    padding: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
.mp-form-instruction:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 27px solid #F0F0F0;
    position: absolute;
    left: 20px;
    bottom: -13px;
}
.mp-form-instruction p{
    margin-bottom: 10px;
}
.mp-form-instruction ul{
    padding-left: 15px;
    margin-bottom: 10px;
}
.mp-form-instruction li{
}
.mp-form-row.mepr_bold.mepr_price.terms_b2b {
    display: none;
}
.b2b_coupon {
    padding-top: 10px;
    padding-bottom: 20px;
    display: inline-block;
    /*     display: none; */
}
.mepr-order-bumps {
    margin-top: 25px;
}
.mepr-order-bumps h4{
    margin-bottom: 20px;
}
/* b2b ends  */

.mepr-step {
    display: none;
}

.mepr-step.active {
    display: block;
}

.mepr-step-nav {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.mepr-step-nav button {
    background-image: linear-gradient(135deg, #f77d00 0%, #f5ba38 100%);
    color: white;
    border: none;
    padding: 20px 25px;
    border-radius: 6px;
    cursor: pointer;
    min-width: 150px;
}

.mepr-step-nav button.btn-sign-up {
    background-image: linear-gradient(135deg, #40b140 0%, #44e944 100%);
}

.mepr-step-progress {
    width: 100%;
    margin: 40px 0;
}

.mepr-step-progress ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step;
}

.mepr-step-progress li {
    text-align: center;
    flex: 1;
    position: relative;
    font-weight: 500;
}

.mepr-step-progress li::before {
    content: counter(step);
    counter-increment: step;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background-color: #999;
    color: white;
    display: block;
    margin: 0 auto 8px;
    font-weight: bold;
    font-size: 15px;
}

.mepr-step-progress li::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 50%;
    width: 100%;
    height: 4px;
    background-color: #ccc;
    z-index: -1;
}

.mepr-step-progress li:first-child::after {
    left: 50%;
    width: 100%;
}

.mepr-step-progress li:last-child::after {
    display: none;
}

/* Active + Completed states */
.mepr-step-progress li.active::before,
.mepr-step-progress li.completed::before {
    background-color: #d97a1e; /* Orange active circle */
}

.mepr-step-progress li.completed::after {
    background-color: #d97a1e; /* Orange line between completed steps */
}

/* Adjust line between steps */
.mepr-step-progress li.active::after {
    background: linear-gradient(to right, #d97a1e 0%, #ccc 0%);
}

.mepr-field-error {
    border: 2px solid #e74c3c !important;
    background-color: #fff5f5;
    transition: all 0.2s ease;
}

.mepr-field-error:focus {
    outline: none;
    border-color: #e74c3c;
    box-shadow: 0 0 5px rgba(231, 76, 60, 0.4);
}
#mepr_signup_form .mepr-submit {
    position: absolute;
    right: 10px;
    top: 20px;
    min-width: 150px;
    display: none;
}

#mepr_signup_form .mp-form-submit {
    position: relative;
}

.asx__field.asx_company a{
    display: inline-block;
    background: #FBE5D3;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 15px;
}

.all-categories-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.all-categories-list li a {
    color: #333333 !important;
}
.all-categories-list li a:hover {
    color: #e78125 !important;
}
.all-categories-list li { margin: 4px 0; }
.all-categories-list li .count { margin-left: 6px; color: #666; font-size: 0.9em; }
.carousel__loop__item p {
    margin-bottom: 0;
}
.subscribe__form .iti {
    width: 100%;
}
.iti .iti__selected-country {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 2px solid #ddd;
    padding: 10px;
    background: rgba(0, 0, 0, .05) !important;
    color: #333;
}
.iti .iti__selected-country:hover {
    color: #333 !important;
    border-right: 2px solid #ddd !important;
}
#mepr_signup_form .mepr_mepr-address-two {
    display: none;
}
.elementor-form .iti {
    width: 100% !important;
}
.header__main__menu.scroll-down {
    transform: translateY(-100%);
}

.header__main__menu.scroll-up {
    transform: translateY(0);
    position: fixed;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease;
    z-index: 10;
}
.elementor-form .form-note {
    color: #fff;
    font-size: 13px;
    display: flex;
    gap: 5px;
}
.remove__no__spam .form-note {
    display: none;
}
#subscriber__form .form-note,
.subscribe__form .form-note{
    color: #333;
}
.elementor-form .e-form__buttons {
    justify-content: center;
}
.elementor-form .elementor-form-fields-wrapper {
    align-items: flex-start;
}
footer a:hover,
footer a:hover * {
    color: #E78125 !important;
}
#mepr_signup_form .mepr-order-bumps .mepr-order-bump {
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    background: #dddddd24;
}
#mepr_signup_form .have-coupon-link {
    display: block;
    width: 100%;
    border: 2px dashed;
    border-radius: 10px;
    font-size: 20px;
    padding: 20px;
    font-weight: bold;
}
@media (max-width: 480px) {
    .b2b-steps .elementor-column.col-b {
        width: 33.33% !important;
    }
    .elementor-9650 .elementor-element.elementor-element-2c67b879,
    .elementor-9650 .elementor-element.elementor-element-3d6b870e,
    .elementor-9650 .elementor-element.elementor-element-6102e171,
    .elementor-9650 .elementor-element.elementor-element-504b5e61{
        top: -4.5px !important;
    }
    .b2b-back-btn, .b2b-nxt-btn {
        width:30% !important;
    }
    .elementor-9650 .elementor-element.elementor-element-6102e171.b2b_three{
        margin-left:45px;
    }
    .mepr-form .form_step_2.is_b2b_membersihp .mp-form-submit {
        width: 40% !important;
    }
    .divide2-sg .elementor-divider-separator {
        width: 80% !important;
    }
    .mepr-step-progress li {
        font-size: 12px;
    }
}

.live-search {
    position: relative;
}

.live-search-results {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 9999;
}

.live-search-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.live-search-results li {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 10px;
    align-items: center
}

.live-search-results .live-search-item .live-search-thumb {
    width: 50px;
}
.live-search-results .live-search-item .live-search-thumb img {
    border-radius: 10px
}
.live-search-results .live-search-item .live-search-content {
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    line-height: 18px;
}
.live-search-results li a {
    text-decoration: none;
    justify-content: space-around;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    line-height: 11px !important;
    color: #333;
}

.live-search-results li:hover {
    background: #f0f0f0;
}
.live-search-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: 20px;
}
.live-search  input {
    border-radius: 10px !important;
    padding-left: 40px !important;
}
.live-search .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.live-search-input {
    width: 100% !important;
    padding: 10px 35px 10px 10px !important;
    border: 1px solid #ddd !important;
    margin: 0px !important;
}
.live-search-close {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    cursor: pointer;
    display: none; /* hidden by default */
}
.live-search-close::before,
.live-search-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 16px;
    background-color: #666;
    transform-origin: center;
}
.live-search-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.live-search-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.live-search-close:hover::before,
.live-search-close:hover::after {
    background-color: #000;
}
.live-search-results .live-search-item .live-search-content-type {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-transform: none;
}
.live-search-results .live-search-item .live-search-content>div {
    color: #929292;
    font-weight: normal;
}
.home .live-search-icon {
    color: #fff !important;
    padding-right: 20px !important;
}
.home .header__sticky.sticked .live-search-icon {
    color: #333!important;
}
@media (max-width: 480px) {
    .live-search-wrapper {
        margin: 0;
    }
}
#mepr_signup_form .mepr_price_cell_label {
    font-size: 30px;
}
#mepr_signup_form .mepr_price_cell {
    font-weight: bold;
    color: #e98627;
    font-size: 30px;
}
#mepr_signup_form label[for="mepr_agree_to_privacy_policy1"]{
    font-weight: normal;
    text-transform: none;
}
#mepr_signup_form label[for="mepr_agree_to_privacy_policy1"] a {
    font-weight: bold;
}
#mepr_signup_form .order_bumps_banner {
    display: flex;
    border: 2px solid #ddd;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 18px;
}
#mepr_signup_form .order_bumps_banner .bumps_banner_left {
    background: #051131;
    padding: 30px;
    color: #fff;
    display: grid;
}
#mepr_signup_form .order_bumps_banner h3 {
    margin-top: 0;
}

#mepr_signup_form .order_bumps_banner .bumps_banner_left h3 {
    color: #fff;
}
#mepr_signup_form .order_bumps_banner h3 span {
    color: #f78a0d;
}

#mepr_signup_form .order_bumps_banner ul {
    margin: 10px 0;
}
#mepr_signup_form .order_bumps_banner .bumps_banner_right {
    padding: 30px;
}
@media (max-width: 480px) {
    #mepr_signup_form .order_bumps_banner {
        flex-direction: column;
    }
}
.widget__top__right, .widget__top__right * {
    width: 100% !important;
}
#mepr-stripe-payment-form input[type="submit"] {
    float: right;
    margin-right: 10px;
}
.home__hero_banner {
    position: relative;
}
.home__hero_banner:after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    bottom: 0;
    z-index: 2;
    height: calc(15vw - 7px);;
    right: 0;
    position: absolute;
    background: url(assets/images/banner-shape-bottom.webp) no-repeat bottom right !important;
    background-size: 100% !important;
}
.home__hero_banner:before {
    content: "" !important;
    display: block !important;
    width: 50% !important;
    bottom: 0;
    z-index: 2;
    background: #081130;
    left: 0;
    position: absolute;
    background-size: cover !important;
}
@media (max-width: 480px) {
    .home__hero_banner:before {
        display: none !important;
    }
    .home__hero_banner:after {
        display: none !important;
    }
}
ul.company-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.company-list li a {
    display: inline-block;
    padding: 5px 20px;
    background-image: linear-gradient(135deg, #f77d00 0, #f5ba38 100%);
    border-radius: 35px;
    color: #fff;
    font-weight: bold;
}
ul.company-list li a:hover {
    color: #fff;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #e78125;
    display: inline-block;
    margin: 0 5px;
}
.grid_item .grid__item_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* Limit to 3 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}
.single__key__points ul{
    padding-left: 18px;
}
.all-categories-list {
    gap: 6px;
}
.all-categories-list li a {
    font-size: 14px;
}
.single__key__points h2,.stock__news__content h2 {
    font-size: 30px;
}
.stock__news__content h3 {
    font-size: 25px;
}
@media (max-width: 480px) {
    .single__key__points h2,.stock__news__content h2 {
        font-size: 25px !important;
    }
    .stock__news__content h3 {
        font-size: 20px !important;
    }
}