.elementor-kit-312{--e-global-color-primary:#000000;--e-global-color-secondary:#222222;--e-global-color-text:#1D054D;--e-global-color-accent:#C009FF;--e-global-color-2ab6f6d:#FFFFFF;--e-global-color-c0601cf:#00000000;--e-global-color-019e587:#757575;--e-global-color-f8537a0:#E5E5E5;--e-global-color-1c326fc:#1DEEFF;--e-global-typography-primary-font-family:"Proxima Nova";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Georgia";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Proxima Nova";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Proxima Nova";--e-global-typography-accent-font-weight:500;}.elementor-kit-312 e-page-transition{background-color:#FFBC7D;}.elementor-kit-312 a{color:var( --e-global-color-text );}.elementor-kit-312 a:hover{color:var( --e-global-color-1c326fc );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.dialog-widget-content{
    background: white;
}

body .elementor-section .elementor-widget-container .elementor-heading-title:hover a,
body .elementor-widget-container .elementor-post__text .elementor-post__title:hover a{
    color: #666;
}

/* sticky nav */
#main-nav{
    max-height: 0;
    opacity: 0;
    transition: 0.5s ease-out all;
}
#logo-wrap,
#search-wrap{
    transition: 0.5s ease-out all;
}
section.elementor-section.elementor-sticky.elementor-sticky--active.elementor-sticky--effects .elementor-container #logo-wrap{
    width: 10%;
}
section.elementor-section.elementor-sticky.elementor-sticky--active.elementor-sticky--effects .elementor-container #search-wrap{
    width: 11%;
}
body .menu-item .elementor-item{
    width: fit-content;
    padding: 5px 10px !important;
    margin: 4px 0;
}
body .menu-item:hover .elementor-item, body .menu-item .elementor-item.elementor-item-active {
    background: var(--e-global-color-accent);
    color: var( --e-global-color-2ab6f6d ) !important;
}

/* STOCK STICKER */

ul.stock_ticker.header-stock.static {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}



/* MOST POPULAR WITH NUMBER */
.most-popular .elementor-posts-container.elementor-posts > article {
    padding-left: 50px;
    min-height: 50px;
    position: relative;
}
.most-popular .elementor-posts-container.elementor-posts > article:before {
    content: "1.";
    font-family: "Georgia", Sans-serif;
    font-size: 33px;
    line-height: 30px;
    position: absolute;
    left: 15px;
    top: 0;
    color: var( --e-global-color-primary )
}
.most-popular .elementor-posts-container.elementor-posts > article:nth-child(2):before {
    content: "2.";
}
.most-popular .elementor-posts-container.elementor-posts > article:nth-child(3):before {
    content: "3.";
}
.most-popular .elementor-posts-container.elementor-posts > article:nth-child(4):before {
    content: "4.";
}
.most-popular .elementor-posts-container.elementor-posts > article:nth-child(5):before {
    content: "5.";
}

.normal-badge .elementor-widget-container article.elementor-post .elementor-post__card .elementor-post__badge {
    position: relative;
    margin: 0;
    background: transparent;
    padding: 0;
}

/* ZIGZAG POSTS */
.zigzag .elementor-posts-container article.elementor-post:nth-child(even) .elementor-container {
    flex-direction: row-reverse;
    justify-content: space-between;
}


/* SCROLLING POSTS */
.scrolling-posts.elementor-column .elementor-widget-wrap {
    width: 100%;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: 0;
    display: block;
}
.scrolling-posts.elementor-column .elementor-widget-wrap .elementor-element {
    padding: 0;
    list-style: none;
    position: absolute;
    left: 10px;
    top: 5px;
    right: 0px;
    height: 20px;
    font-size: 16px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    box-sizing: border-box;
    z-index: 50;
}
.scrolling-posts.elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container {
    width: 100000px;
    transform: translateX(0px);
    animation: news 70s infinite linear;
    margin-right: 10px;
}
.scrolling-posts.elementor-column .elementor-widget-wrap:hover .elementor-element .elementor-widget-container{
    animation-play-state: paused;
}
.scrolling-posts.elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container h5 {
    display: none;
}
.scrolling-posts .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container ul {
    margin-right: 20px;
    padding-left: 0;
    float: left;
}
.scrolling-posts.elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container ul li {
    display: inline;
    margin-right: 20px;
}
.scrolling-posts.elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container ul li:before {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    color: white;
    font-weight: bold;
    font-size: 14px;
}
.scrolling-posts.elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container ul li a {
    color: white;
}

/* LINES BETWEEN POSTS */
[class*="elementor-grid-"] .elementor-widget-container .elementor-posts-container > article.elementor-post {
    position: relative;
}
.elementor-grid-2 .elementor-widget-container .elementor-posts-container > article.elementor-post:nth-child(n+3):before {
    content: "";
    height: 1px;
    background: var( --e-global-color-f8537a0 );
    width: 100%;
    position: absolute;
    top: -15px;
    left: 0;
}
.elementor-grid-2 .elementor-widget-container .elementor-posts-container > article.elementor-post:nth-child(2n+1):after {
    content: "";
    background: var( --e-global-color-f8537a0 );
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: -15px;
}
.elementor-grid-1.alone-line .elementor-widget-container .elementor-posts-container > article.elementor-post:first-child:after,
.elementor-grid-1 .elementor-widget-container .elementor-posts-container > article.elementor-post:not(:last-child):after {
    content: "";
    height: 1px;
    background: var( --e-global-color-f8537a0 );
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.elementor-grid-4 .elementor-widget-container .elementor-posts-container > article.elementor-post:not(:last-child):after {
    content: "";
    height: 100%;
    background: var( --e-global-color-f8537a0 );
    width: 1px;
    position: absolute;
    bottom: 0;
    right: -15px;
}




@keyframes news {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2600px);
  }
}


@media (max-width: 1024px) and (min-width: 768px){
    section.elementor-section.elementor-sticky.elementor-sticky--active.elementor-sticky--effects .elementor-container #logo-wrap{
        width: 20%;
    }
    section.elementor-section.elementor-sticky.elementor-sticky--active.elementor-sticky--effects .elementor-container #search-wrap{
        width: 17%;
    }
}
@media (max-width: 767px){
    section.elementor-section.elementor-sticky.elementor-sticky--active.elementor-sticky--effects .elementor-container #logo-wrap{
        width: 40%;
    }
    section.elementor-section.elementor-sticky.elementor-sticky--active.elementor-sticky--effects .elementor-container #search-wrap{
        width: 40%;
    }
    ul.stock_ticker.header-stock.static{
        justify-content: space-around;
    }
    .stock-ticker-wrapper ul.stock_ticker li{
        margin: 2px 6px;
    }
    
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/frozen-assets/21212ab5-ProximaNovaCond-Regular.eot');
	src: url('/frozen-assets/21212ab5-ProximaNovaCond-Regular.eot?#iefix') format('embedded-opentype'),
		url('/frozen-assets/c1d4095b-ProximaNovaCond-Regular.woff2') format('woff2'),
		url('/frozen-assets/8a45f349-ProximaNovaCond-Regular.woff') format('woff'),
		url('/frozen-assets/ec308786-ProximaNovaCond-Regular.ttf') format('truetype'),
		url('/frozen-assets/fbc1120f-ProximaNovaCond-Regular.svg') format('svg');
}
@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('/frozen-assets/b0ff77c0-ProximaNovaCond-Bold.eot');
	src: url('/frozen-assets/b0ff77c0-ProximaNovaCond-Bold.eot?#iefix') format('embedded-opentype'),
		url('/frozen-assets/007a7e97-ProximaNovaCond-Bold.woff2') format('woff2'),
		url('/frozen-assets/24b616a2-ProximaNovaCond-Bold.woff') format('woff'),
		url('/frozen-assets/54cb04c3-ProximaNovaCond-Bold.ttf') format('truetype'),
		url('/frozen-assets/99d19f1b-ProximaNovaCond-Bold.svg') format('svg');
}
@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('/frozen-assets/8c61db37-ProximaNovaCond-Thin.eot');
	src: url('/frozen-assets/8c61db37-ProximaNovaCond-Thin.eot?#iefix') format('embedded-opentype'),
		url('/frozen-assets/715fc37f-ProximaNovaCond-Thin.woff2') format('woff2'),
		url('/frozen-assets/d311e4b9-ProximaNovaCond-Thin.woff') format('woff'),
		url('/frozen-assets/d00ef706-ProximaNovaCond-Thin.ttf') format('truetype'),
		url('/frozen-assets/739c43ce-ProximaNovaCond-Thin.svg') format('svg');
}
/* End Custom Fonts CSS */