/* 
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 */

.subText{
	color: #FFE659;
}
#mc_embed_signup {
    background: transparent !important;
}
form#ctaNewsletterForm,  {
    padding: 10px;
}

form#mc-embedded-subscribe-form {
margin: 0 !important;
}
form#mc-embedded-subscribe-form .mc-field-group label,
form#mc-embedded-subscribe-form .indicates-required,
form#mc-embedded-subscribe-form .mce_inline_error{
    display: none !important;
}
.newsletterContainer form#mc-embedded-subscribe-form   .mc-field-group{
    padding: 0;
    width: 100%;
}

.newsletterContainer  form#ctaNewsletterForm .elementor-field-type-submit,
{
    position: absolute;
    right: 0;
    width: auto;
}

.newsletterContainer  form#mc-embedded-subscribe-form input[type="submit"]{
    border-radius: 4px;
    border-bottom-width: 1px;
    position: absolute;
    right: 5px;
    width: auto;
    top: 5px; 
    margin: auto;
    line-height: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFE659;
    color: #04252E;
    font-family: Rethink Sans;
    font-weight: 500;
}
.newsletterContainer  form#mc-embedded-subscribe-form input[type="submit"]:hover{
    color: #fff;
}

.newsletterContainer form#mc-embedded-subscribe-form .mc-field-group input,
.newsletterContainer  form#mc-embedded-subscribe-form .mc-field-group input:focus,
.newsletterContainer form#mc-embedded-subscribe-form .mc-field-group input:focus-visible {
    padding: 10px;
    background: #FFFFFF1A !important;
    gap: 10px;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-width: 1px;
    border: 1px solid #FFFFFF4D !important;
    display: block !important;
    padding-right: 130px;
    color: #fff;
    height: 60px;
}
.newsletterContainer  form#mc-embedded-subscribe-form .mc-field-group input[type="email"]::placeholder{
    color: #FFFFFF;

}
#mc_embed_signup div#mce-responses {
    width: 100% !important;
    margin: 0 !important;
}
#mc_embed_signup div.response{
    width: 100% !important;
    color: #fff !important;
    margin: 0 !important;
    top: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 500 !important;
    font-family: 'Rethink Sans';
}

.elementor-popup-modal #mc_embed_signup .mc-field-group {
    width: 100% !important;
}
.elementor-popup-modal input[type="submit"] {
    display: inline-block !important;
    width: 100% !important; 
    height: 50px !important;
    transition: all 0.3s ease-in-out;
}
.elementor-popup-modal input[type="submit"]:hover {
    background: var( --e-global-color-b9c1918) !important;
    color: #04252E !important;
    transition: all 0.3s ease-in-out;
}
.bannerTopTrends ul li a {
    background: #04252E;
    padding: 15px;
    border-radius: 5px; 
    transition: all 0.3s ease-in-out;
}

.tradingview-widget-container {
    height: auto !important;
}
.bannerTopTrends ul li a:hover{
	background: #FFE659;
	transition: all 0.3s ease-in-out;
} 

.bannerTopTrends ul li a svg *{
	fill: #FFE659;
	transition: all 0.3s ease-in-out;
}


.bannerTopTrends ul li a:hover svg *{
	fill: #04252E;
	transition: all 0.3s ease-in-out;
}

.bannerTopTrends ul li a:hover .elementor-icon-list-text{
	color: #04252E !important;
	transition: all 0.3s ease-in-out;
}

.eightPostContainer {
    height: 100%;
}

a[rel="tag"]:last-child {
    display: none;
}

.btn100  a {
	display: block;
	width: 100%;
}

nav.elementor-pagination {
    margin-top: 50px;
}

.page-numbers:not(.prev) {
    padding: 10px 15px; 
}

.page-numbers.current:not(.prev) { 
    background: #000;
    color: #fff !important;
}

nav ul.elementor-nav-menu > li a {
    border-bottom: 2px solid #ffe659;
}

p:last-child {
	margin-bottom: 0;
}
a.dialog-close-button {
    border-radius: 50%;
    padding: 10px;
}


.elementor-post__read-more {
    display: block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 4px;
    background: #FFE659;
    transition: all 0.3s ease-in-out;
}

.elementor-post__read-more:hover {
    color: #FFE659 !important;
    background: #04252E;
    transition: all 0.3s ease-in-out;
}
.getCurrentDate {
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}
.w100 a,
.w100 img {
    width: 100% !important;
}
.footerRecentPost {
    display: none;
}
body.single-lps .footerRecentPost{
    display: block;
}
.custom-recent-posts-wrapper {
    display: flex;
    justify-content: space-between;
    row-gap: 25px;
    flex-wrap: wrap;
}
.custom-recent-posts-wrapper .recent-post-item {
    width: 49%;
    background: #04252E; 
    border-radius: 8px;
    padding: 18px 26px; 
    display: flex;
    column-gap: 20px;
}
.custom-recent-posts-wrapper .recent-post-item .post_title a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.custom-recent-posts-wrapper .recent-post-item .post_title a:hover {
    color: #FFE659;
}
.custom-recent-posts-wrapper .recent-post-item .post_excerpt{ 
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;      
    color: #DDDDDD;
}

.custom-recent-posts-wrapper .recent-post-item .post_date{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;  
    color: #DDDDDD;
}
.custom-recent-posts-wrapper .recent-post-item .right {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.custom-recent-posts-wrapper .recent-post-item .left a {
    border-radius: 8px;
    gap: 10px;
    padding: 14px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF26;
    border: 1px solid #FFFFFF26;
}
.custom-recent-posts-wrapper .recent-post-item .left a:hover {
    border: 1px solid #FFE659;
}
.cookiePopupWrapper div#mc_embed_signup {
    width: 100%;
}
div#mc_embed_signup {
    width: 100%;
}
a#cookieAnchornClose {
    padding: 0;
    outline: 0;
}
a#cookieAnchornClose span.ok {
    transition: all 0.3s ease-in-out;
    color: #6EC1E4; 
} 
a#cookieAnchornClose span.ok:hover {
    transition: all 0.3s ease-in-out;
    color: #FFE659 !important;
}
@media(max-width: 991px){
    .custom-recent-posts-wrapper .recent-post-item {
        width: 100%; 
    }
}
@media(max-width: 575px){
body.home .elementor-widget-theme-post-featured-image,
body.home .elementor-widget-theme-post-featured-image a,
body.home .elementor-widget-theme-post-featured-image img {
    width: 100%;
    height: 100%;
}
body.home .elementor-widget-theme-post-featured-image a {
    display: flex;
    align-items: center;
}
body.home .elementor-widget-theme-post-featured-image img {
    height: 250px;
}
body.home .specialSet  .elementor-widget-theme-post-featured-image img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

}