@font-face {
    font-family: 'gotham-bold';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff2') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	font-display: fallback;
}
@font-face {
    font-family: 'gotham-black';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff2') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
	font-display: fallback;
}
@font-face {
    font-family: 'gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff2') format('woff');
    font-weight:400;
    font-style:normal;
    font-display: swap;
	font-display: fallback;
}
@font-face {
    font-family: 'gotham-medium';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff2') format('woff');
    font-weight:400;
    font-style:normal;
    font-display: swap;
	font-display: fallback;
}

html:not([dir="rtl"]),
html[lang="en-US"],
html[lang="en-US"] body{
    direction:ltr !important;
}
html:not([dir="rtl"]) #mvp-content-main,
html[lang="en-US"] #mvp-content-main{
    direction:ltr !important;
}


/*Mega Menu CSS*/
#mvp-main-nav-small-cont #mega-menu-wrap-main-menu{
	background:transparent !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu{
	z-index:9 !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link{
	padding:18px 12px 13px;
	font-size:14px;
    font-weight:500 !important;
    line-height:1;
	text-transform:uppercase;
	height:auto;
	color:#291c1c;
	font-family:'Oswald', sans-serif;
	border-bottom:5px solid transparent;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link{
	padding:18px 8px 13px 12px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link{
	background:transparent !important;
	color:#291c1c;
	line-height:1;
	border-color:transparent !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link{
	background:transparent !important;
	border-bottom:5px solid #ff005b !important;
	color:#291c1c;
	line-height:1;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after{
	margin-left:0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
	background:#fff;
	-webkit-box-shadow: 0 4px 8px 0 hsla(220,3%,40%,.15), 0 8px 16px 0 hsla(220,3%,40%,.33);
    box-shadow: 0 4px 8px 0 hsla(220,3%,40%,.15), 0 8px 16px 0 hsla(220,3%,40%,.33);
	padding-bottom:10px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
	padding:10px 0;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{
	font-family: 'gotham-black';
	font-size:14px;
	line-height:1.5;
	margin-bottom:14px;
	text-transform:unset;
	color:#000;
	transition: color .1s ease;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	font-size:14px;
	color:#000;
	margin:7px 0 12px;
	font-family: 'gotham';
	font-weight:400;
	transition: color .1s ease;
    letter-spacing: -.4px;
	background:#fff !important;
	line-height:1.5;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
	color:#ff005b;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
	background:#fff;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu.column--3>ul.mega-sub-menu{
	width:75%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu.column--2>ul.mega-sub-menu{
	width:50%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu.column--1>ul.mega-sub-menu{
	width:100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu.column--3>ul.mega-sub-menu li.mega-menu-columns-1-of-4{
	width:33.3333%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu.column--2>ul.mega-sub-menu li.mega-menu-columns-1-of-4{
	width:50%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu.column--1>ul.mega-sub-menu li.mega-menu-columns-1-of-4{
	width:100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{
  font-family:"font awesome 5 free" !important;
  font-weight:900;
  left:5px;
  font-size:12px;
  top:2px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after{
  content:"\f0d7" !important;
  font-family:"font awesome 5 free" !important;
  font-weight:unset;
}



/*Footer CSS*/
#footer__main{
	padding-top:35px;
	position:relative;
    float:left;
    width:100%;
	background:#fff;
	z-index:99;
	font-family:'Gautami', sans-serif !important;
}
#footer__main .foot__left{
	float:left;
	/* width:78%; */
	width:76%;
	padding-right:2%;
	box-sizing:border-box;

}
#footer__main .foot__right{
	float:left;
	/* width:22%; */
	width:24%;
	padding-left:2%;
	box-sizing:border-box;
}
#footer__main .foot__inner{
	float:left;
	position:relative;
	width:100%;
}
#footer__main .foot__inner:before{
	content:"";
	width:1px;
	height:100%;
	background:#d8dadb;
	position:absolute;
	bottom:0;
	/* left:78%; */
	left:76%;
}
#footer__main .foot__left .foot__logo{
	padding-bottom:25px;
}
#footer__main .foot__left .foot__logo img{
	max-width:250px;
	margin-bottom:0;
}
#footer__main .foot__left_nav{
	padding-bottom:25px;
	z-index:1;
	position:relative;
}
#footer__main .foot__left_nav li{
	display:inline-block;
	margin-right:20px;
	/* font-family:gotham; */
	font-family:'Gautami', sans-serif !important;
	font-size:18px;
}
#footer__main .foot__left_nav li a{
	font-family:'Gautami', sans-serif !important;
}
#footer__main .foot__left_nav li a,
#footer__main .foot__left_nav li a:visited{
	color:#36383d !important;
}
#footer__main .foot__left_nav li a:hover{
	color:#ff005b !important;
}
#footer__main .foot__desclimer{
	padding:30px 0 15px;
	border-top:1px solid #d8dadb;
	z-index:2;
	position:relative;
}
#footer__main .foot__desclimer p{
	/* font-family:gotham; */
	font-family:'Gautami', sans-serif !important;
	margin-bottom:18px;
	font-size:14px;
	line-height:1.5;
	color:#657073 !important;
}
#footer__main .foot__desclimer a,
#footer__main .foot__desclimer a:visited{
	text-decoration:underline;
}
#footer__main .foot__desclimer a:hover{
	text-decoration:none;

}
#footer__main .foot__right .social__media{
	text-align:left;
	/* padding-bottom:25px; */
	padding-bottom:20px;
	width:100%;
}
#footer__main .foot__right_logo{
	float:left;
	padding-bottom:20px;
}
#footer__main .foot__right_logo img{
	max-width:200px;
}
#footer__main .foot__copyright{
	padding-bottom:5px;
	/* z-index:2; */
	/* position:relative; */
	float:left;
	width:100%;
}
#footer__main .foot__copyright .copyright{
	/* font-family:gotham; */
	font-family:'Gautami', sans-serif !important;
	font-size:14px;
	line-height:1.5;
	color:#657073 !important;
}
#footer__main .foot__right_nav{
	/* z-index:1; */
	/* position:relative; */
	float:left;
	width:100%;
}
#footer__main .foot__right_nav li{
	font-family:'Gautami', sans-serif !important;
	font-size:14px;
	margin-bottom:5px;
}
#footer__main .foot__right_nav li a{
	font-family:'Gautami', sans-serif !important;
}
#footer__main .foot__right_nav li a,
#footer__main .foot__right_nav li a:visited{
	color:#36383d !important;
	text-decoration:underline;
}
#footer__main .foot__right_nav li a:hover{
	text-decoration:none !important;
	color:#ff005b !important;
}

/*
.page-id-165492 #footer__main{display:block !important;}

.page-id-165492 footer#mvp-foot-wrap{display:none !important;}
*/


#mvp_home_feat1cstm_widget-2 .mvp-widget-home-title{
	display:none !important;
}
#mvp-main-head-wrap{
	border-bottom:2px solid #e8e8e8;
}
#mvp-main-head-wrap #mvp-main-nav-small-cont{
	background:#fff;
}

a.no__underline{
	text-decoration:none !important;
	box-shadow:none !important;
	background:transparent !important;
}
a.no__underline:hover{
	box-shadow:inset 0 -4px 0 #ff005b !important;
}



.cmc-single-page .mvp-widget-home-head,
.cmc-single-page #mvp-content-main .single-page-h3,
.cmc-single-page #mvp-content-main .cmc_calculator,
.cmc-single-page #mvp-content-main .cmc-coin-historical-data,
.cmc-single-page #mvp-content-main .specialline,
.cmc-single-page #mvp-content-main .currecies-pairs,
.cmc-single-page #mvp-content-main .tradingview-widget-container,
.cmc-single-page #mvp-content-main #ctf,
.cmc-single-page #mvp-content-main .fb-comments{
  display:none !important;
}
.cmc-single-page #mvp-content-main .single-page-h3.cmc_h3_2{
  display:block !important;
}

ul.mvp-foot-soc-list li a{height:40px;width:40px;padding:0;text-align:center;}
ul.mvp-foot-soc-list li a:before{display:none !important;}
ul.mvp-foot-soc-list li a i{vertical-align:middle;line-height:40px;}

.mvp_home_feat1_widget .mvp-widget-feat1-top-text{width:100%;box-sizing:border-box;}

body #mvp-fly-soc-wrap{display:none !important;}
body #mvp-fly-wrap{position:fixed !important;}
#mvp-fly-wrap #mvp-fly-menu-wrap{height:90%;}
#mvp-fly-wrap nav.mvp-fly-nav-menu{max-height:95%;}
body #mvp-fly-menu-wrap nav.mvp-fly-nav-menu{overflow-x:hidden !important;overflow-y:auto !important;}
body #mvp-fly-wrap nav.mvp-fly-nav-menu ul li a{color:#000 !important;}
body #mvp-fly-wrap nav.mvp-fly-nav-menu ul li{border-top:1px solid rgba(0,0,0,.1) !important;}
body #mvp-fly-wrap nav.mvp-fly-nav-menu ul li:first-child{border-top:0 !important;}
body #mvp-fly-wrap #mvp-fly-logo{display:block !important;}
body #mvp-fly-wrap #mvp-fly-logo a{display:block;}
#mvp-fly-logo img{width:auto;}


.top__quote{
  margin:-8px 0 30px;
  position:relative;
  width:100%;
  display:block;
  font-style:italic;
}

ul.mvp-foot-soc-list a.fa-rss:hover{
	background:#ee802f !important;
}
ul.mvp-foot-soc-list a:hover i{
	background:none !important;
}
ul.mvp-foot-soc-list li{
	padding-bottom:5px;
}

.mvp-nav-small-logo{width:100%;}
#mvp-main-head-wrap .mvp-nav-small-logo a{
    display:block;
}
.mvp-nav-small-logo img{
    height:100%;
    width:auto;
    margin-top:3px;
}

.coinpage .cmc-stats{
    -ms-flex-preferred-size:100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
}

#mvp_home_feat1cstm_widget-2 .mvp-widget-feat1-top-text{
    box-sizing:border-box !important;
}


.press--release{
    position:relative;
    float:left;
    margin-bottom:50px;
}


.IS--Enabled #mvp-prev-next-wrap > div{display:none;}
.IS--Enabled .p--separator{
    float:left;
    width:100%;
    padding-top:50px;
    border-top:1px solid #ddd;
    margin-top:60px;
}

html {
  scroll-behavior:smooth;
}

.author__item .auth--weblink{
    float:left;
    display:block;
    padding-top:5px;
}
.author__item .auth--weblink a{
    font-size:14px;
}

.author span.mvp-author-page-desc p{margin-bottom:12px;}
.author span.mvp-author-page-desc p:last-child{margin-bottom:0;}

#mvp-author-box-text p{
    margin-bottom:10px;
}
#mvp-author-box-text p:last-child{
    margin-bottom:0;
}


.mvp-cat-date-wrap span{font-size:12px !important;}


h2.mvp-widget-home-title{
    float:left;
    margin-bottom:20px;
    position:relative;
    text-align:center;
    width:100%;
}
h2.mvp-widget-home-title:before{
    content:'';
    background:#555;
    display:inline-block;
    position:absolute;
    left:0;
    bottom:50%;
    width:100%;
    height:1px;
    z-index:0;
}

.page-id-238584 #mvp-post-main,
.page-id-238603 #mvp-post-main,
.page-id-238591 #mvp-post-main,
.page-id-238606 #mvp-post-main,
.page-id-238621 #mvp-post-main,
.page-id-238609 #mvp-post-main,
.page-id-238597 #mvp-post-main,
.page-id-238588 #mvp-post-main,
.page-id-238612 #mvp-post-main,
.page-id-238615 #mvp-post-main,
.page-id-238600 #mvp-post-main{
    min-height:unset;
}
.page-id-238584 .frm_fields_container .frm_submit,
.page-id-238603 .frm_fields_container .frm_submit,
.page-id-238591 .frm_fields_container .frm_submit,
.page-id-238606 .frm_fields_container .frm_submit,
.page-id-238621 .frm_fields_container .frm_submit,
.page-id-238609 .frm_fields_container .frm_submit,
.page-id-238597 .frm_fields_container .frm_submit,
.page-id-238588 .frm_fields_container .frm_submit,
.page-id-238612 .frm_fields_container .frm_submit,
.page-id-238615 .frm_fields_container .frm_submit,
.page-id-238600 .frm_fields_container .frm_submit{
    display:none !important;
}




@media screen and (max-width:1099px){
	#footer__main .foot__right .social__media{text-align:center;}
	#footer__main .foot__right .social__media li a{margin:0 4px;}

    #mvp-main-head-wrap .mvp-nav-small-logo a{display:unset !important;}

}

@media screen and (max-width:899px){
	#footer__main .foot__left{
		width:100%;
		margin:0;
		padding:0 0 15px;
	}
	#footer__main .foot__right{
		width:100%;
		margin:0;
		padding:15px 0 30px;
	}
	#footer__main .foot__left_nav{float:left;width:100%;}
	#footer__main .foot__desclimer{text-align:center;float:left;width:100%;}
	#footer__main .foot__desclimer p{color:#657073 !important;}
	#footer__main .foot__inner:before{display:none;}
	#footer__main .foot__right .social__media{text-align:center;}
	#footer__main .foot__copyright{text-align:center;padding-bottom:15px;float:left;width:100%;}
	#footer__main .foot__copyright .copyright{color:#657073 !important;}
	#footer__main .foot__right_nav{float:left;width:100%;}
	#footer__main .foot__right_nav li{text-align:center;margin-bottom:10px;}
	#footer__main .foot__left_nav li{display:block;margin-right:0;margin-bottom:15px;text-align:center;}
	#footer__main .foot__left .foot__logo,
	#footer__main .foot__right_logo{text-align:center;}

    .press--release{margin-bottom:40px;}


    .mvp-widget-feat1-wrap .mvp-widget-feat1-cont:first-child span.mvp-cd-cat,
	.mvp-widget-feat1-wrap .mvp-widget-feat1-cont:first-child span.mvp-cd-date,
    .mvp-widget-feat1-wrap .mvp-widget-feat1-cont:first-child span.author_info,
    .mvp-widget-feat1-wrap .mvp-widget-feat1-cont:first-child span.author_info a{
		color:#fff;
	}

    .mvp-widget-feat1-wrap .mvp-widget-feat1-cont:last-child span.mvp-cd-cat,
	.mvp-widget-feat1-wrap .mvp-widget-feat1-cont:last-child span.mvp-cd-date,
    .mvp-widget-feat1-wrap .mvp-widget-feat1-cont:last-child span.author_info,
    .mvp-widget-feat1-wrap .mvp-widget-feat1-cont:last-child span.author_info a,
    .mvp-main-blog-wrap .mvp-blog-story-list span.mvp-cd-cat,
    .mvp-main-blog-wrap .mvp-blog-story-list span.mvp-cd-date,
    .mvp-main-blog-wrap .mvp-blog-story-list span.author_info,
    .mvp-main-blog-wrap .mvp-blog-story-list span.author_info a,
    .mvp-author-info-date,
    .mvp-author-info-date p,
    .mvp-author-info-date span,
    .mvp-author-info-date time,
    .mvp-author-info-text,
    .mvp-author-info-text p,
    .mvp-author-info-text span,
    .mvp-author-info-text time,
    #mvp-post-content .mvp-feat-caption{
		color:#333;
	}
    #mvp-side-wrap #searchform input,
    #mvp-home-widget-wrap #searchform input{
        color:#333 !important;
    }
    .mvp-widget-home-title span.mvp-widget-home-title{background:#AD003B;}


}

@media screen and (max-width:767px){
    body #mvp-fly-menu-wrap #menu-fly-out-menu{padding-bottom:35px;}

}

@media screen and (max-width:659px){
	.category__sticky__menu{
		margin-left:-3.571428571%;
		width:107.1428571%;
	}

}

@media screen and (max-width:639px){
	#footer__main .foot__right{padding-top:0;}

    .press--release{margin-bottom:35px;}

}


@media screen and (max-width:599px){
  ul.mvp-foot-soc-list li a{height:32px !important;width:32px !important;padding:0 !important;}
  ul.mvp-foot-soc-list li a i{line-height:32px !important}


}


@media screen and (max-width:479px){
    .press--release{margin-bottom:30px;}

}
