.above_content{padding:15px 0 35px}
.below_content{padding:35px 0 10px}

.valM{vertical-align:middle !important}
.fsmall{font-size:90%}

#pt_grids{clear:both;display:block;padding:10px 0;text-align:center}
#pt_grids .sgrid{width:49.25%;padding:15px;display:inline-block;vertical-align:top;box-sizing:border-box}
#pt_grids .sgrid .sgin{padding:30px 20px 20px;box-sizing:border-box;display:block;border:1px solid #dbdbdb;box-shadow:2px 2px 3px rgba(0,0,0,0.05);border-radius:4px;text-align:center}
#pt_grids .sgrid .sgin:hover{box-shadow:1px 1px 1px rgba(0,0,0,0.05);}
#pt_grids .sgrid .img{display:inline-block;width:100%;height:180px;vertical-align:middle;margin-bottom:20px}
#pt_grids .sgrid .img img{vertical-align:middle;max-width:100%;max-height:100%;position:relative;top:50%;transform:translateY(-50%);}
#pt_grids ul.links{display:block;margin:0;padding:0;}
#pt_grids ul.links li{margin-bottom:8px}
#pt_grids ul.links li a{text-decoration:underline}
#pt_grids ul.links li a:hover{color:#333}

a.authFB{color:#3b5998 !important}
a.authIG{color:#517fa4 !important}
a.authLI{color:#007bb6 !important}
a.authMyS{color:#000000 !important}
a.authPIN{color:#cb2027 !important}
a.authSC{color:#ff8800 !important}
a.authTUMB{color:#35465c !important}
a.authUTUB{color:#ff0000 !important}

/*Table of contents*/
/* .table__of__content{
	margin-bottom:20px;
	padding:15px 10px;
	border:1px solid #ddd;

}
.table__of__content h4{
	padding-left:5px;
	text-transform:uppercase;
	padding-bottom:10px;
	font-family:'gotham', sans-serif;
	font-size:14px;
}
.table__of__content h4 i{
	font-size:13px;
	color:#ff005b;
}
.table__of__content ul li{
	display:inline-block;
	width:49.25%;
	vertical-align:top;
	padding:0 5px 0 26px;
	position:relative;
	text-decoration:underline;
	font-family:'gotham', sans-serif;
	margin-bottom:5px;
	box-sizing:border-box;
	font-size:14px;
	line-height:22px;
	cursor:pointer;
}
.table__of__content ul li:before{
	content:"";
	position:absolute;
	left:2px;
	top:2px;
	width:18px;
	height:18px;
	background:url('images/vb.png') no-repeat center;
	background-size:100%;
}
.table__of__content ul li:hover{
	color:#ff005b;
	text-decoration:none;
} */


/*Category Menu*/
.category__sticky__menu{
	/* max-width:380px; */
	max-width:292px;
	width:100%;
	padding-right:60px;
	box-sizing:border-box;
	float:left;
	font-family:sans-serif!important;
}
.category__sticky__menu .cat__heading{
	max-width:210px;
	width:100%;
	padding:16px 16px 10px;
	font-size:26px;
	box-sizing:border-box;
	position:relative;
	margin-bottom:20px;
	font-family:sans-serif!important;
}
.category__sticky__menu .cat__heading .inner{
	font-size:26px;
	line-height:1.35;
}
.category__sticky__menu .cat__heading .inner:before,
.category__sticky__menu .cat__heading .inner:after{
  content:" ";
  position:absolute;
  top:0;
  width:1rem;
  height:100%;
  border:2px solid #ff005b;
}
.category__sticky__menu .cat__heading .inner:before{
	left:0;
	border-right:0;
}
.category__sticky__menu .cat__heading .inner:after{
	right:0;
	border-left:0;
}
.category__sticky__menu .cat__menu{
	position:relative;
}
.category__sticky__menu .cat__menu.no_child{
	border-left:2px solid #e1e2e6;
	margin-left:8px;
}
.category__sticky__menu .cat__menu li{
	font-family:sans-serif!important;
}
.category__sticky__menu .cat__menu .menu > li{
	/* padding:10px 0 10px 20px; */
	padding:6px 0 6px 20px;
	position:relative;
}
.category__sticky__menu .cat__menu.no_child .menu > li{
	padding-left:10px;
}
.category__sticky__menu .cat__menu.no_child .menu > li a{
	font-size:14px;
}
.category__sticky__menu .cat__menu.has_child .menu > li{
	border-bottom:1px solid #e1e2e6;
}
.category__sticky__menu .cat__menu.no_child .menu > li.current-menu-item > a{
	padding-left:4px;
}
.category__sticky__menu .cat__menu.no_child .menu > li.current-menu-item:before{
  content:"";
  position:absolute;
  left:-6px;
  width:10px;
  height:24px;
  background:#fff;
  /* top:8px; */
  top:4px;
}
.category__sticky__menu .cat__menu.no_child .menu > li.current-menu-item:after{
	content:"";
  position:absolute;
  left:-6px;
  width:10px;
  height:10px;
  background:#ff005b;
  border-radius:100%;
  /* top:14px; */
  top:10px;
}
.category__sticky__menu .cat__menu .menu > li:last-child{
	border-bottom:none;
}
.category__sticky__menu .cat__menu .menu li a{
	color:#111;
	line-height:1.25;
	font-weight:600;
}
.category__sticky__menu .cat__menu .menu li a:hover{
	color:#ff005b;
}
.category__sticky__menu .cat__menu .sub-menu{
	display:none;
}
.category__sticky__menu .cat__menu.has_child .menu > li > a > i{
	color:#ff005b;
	position:absolute;
	left:0;
	/* top:11px; */
	top:8px;

}
.category__sticky__menu .cat__menu.has_child .menu > li > .sub-menu{
	position:relative;
	margin-left:-15px;
	padding-left:12px;
    border-left:2px solid #ededed;
}
.category__sticky__menu .cat__menu.has_child .menu > li > .sub-menu li{
	padding:10px 0 5px;
	position:relative;
}
.category__sticky__menu .cat__menu.has_child .menu > li > .sub-menu a{
	font-size:14px;
}
.category__sticky__menu .cat__menu.has_child .menu > li > .sub-menu > li.current-menu-item > a{
	padding-left:4px;
}
.category__sticky__menu .cat__menu.has_child .menu > li > .sub-menu > li.current-menu-item:before{
	content:"";
  position:absolute;
  left:-18px;
  width:10px;
  height:24px;
  background:#fff;
  top:8px;
}
.category__sticky__menu .cat__menu.has_child .menu > li > .sub-menu > li.current-menu-item:after{
	content:"";
  position:absolute;
  left:-17.5px;
  width:10px;
  height:10px;
  background:#ff005b;
  border-radius:100%;
  top:14px;
}


.single #mvp-article-cont.has__cat_menu .mvp-post-main-in header .mvp-post-title{
	width:100%;
	margin-right:0;
}
.single #mvp-article-cont.has__cat_menu .mvp-post-main-in,
.page #mvp-article-cont.has__cat_menu .mvp-post-main-in{
  /* margin-left:380px; */
  margin-left:292px;
  margin-right:0;
}

.single #mvp-article-cont.has__cat_menu .mvp-post-main-in .mvp-post-soc-in,
.page #mvp-article-cont.has__cat_menu .mvp-post-main-in .mvp-post-soc-in{
    margin-left: 0;
}
.single #mvp-article-cont.has__cat_menu #mvp-post-feat-img img,
.page #mvp-article-cont.has__cat_menu #mvp-post-feat-img img{
	width:100%;
}

.single #mvp-article-cont.has__cat_menu .mvp-post-main-out,
.page #mvp-article-cont.has__cat_menu .mvp-post-main-out{
	position:relative;
}

.single-reviews .category__sticky__menu li{
	line-height:initial;
	margin-bottom:0;
}

.category__sticky__menu li:before{
	display:none;
}

.posFixed{
	position:fixed;
}
.posAbs{
	position:absolute;
}

.cat__heading .arrow{
	display:none;
}

.cat_menu__style2 .cat__heading{
  padding:0;
  max-width:100%;
}
.cat_menu__style2 .cat__heading .inner:before,
.cat_menu__style2 .cat__heading .inner:after{
  display:none;
}
.cat_menu__style2 .cat__heading .inner{
  font-size:22px;
  position:relative;
  display:inline-block;
  width:auto;
}
.cat_menu__style2 .cat__heading .inner:after{
  display:block;
  height:2px;
  width:100%;
  border:none;
  background:#ff005b;
  bottom:-5px;
  top:auto;
}


.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;
}


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

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

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

.review__main .mvp-post-main-in #mvp-post-content li{
	margin-bottom:8px;
	line-height:1.35;
	padding-left:25px;
	position:relative;
}
.review__main .mvp-post-main-in #mvp-post-content li:before{
	font-size:18px;
	position:absolute;
	left:5px;
	content:"\2022";
	text-align:center;
	color:#ff005b;
}

#mvp-content-main > h1 a,
#mvp-content-main > h2 a,
#mvp-content-main > h3 a,
#mvp-content-main > h4 a,
#mvp-content-main > h5 a,
#mvp-content-main > h6 a{
	text-decoration:underline;
}
#mvp-content-main > h1 a:hover,
#mvp-content-main > h2 a:hover,
#mvp-content-main > h3 a:hover,
#mvp-content-main > h4 a:hover,
#mvp-content-main > h5 a:hover,
#mvp-content-main > h6 a:hover{
	color:#111;
}




@media screen and (max-width:1099px){
	.category__sticky__menu{padding-right:40px;}

}
@media screen and (min-width:900px){
	.single #mvp-main-nav-small .mvp-drop-nav-title{display:none !important}
	.single #mvp-main-nav-small .mvp-nav-menu{display:block !important}
}
@media screen and (max-width:899px){
	#pt_grids .sgrid{padding:10px}
	#pt_grids .sgrid .img{height:160px}

    .single #mvp-article-cont.has__cat_menu .mvp-post-main-in,
	.page #mvp-article-cont.has__cat_menu .mvp-post-main-in{margin-right:0;margin-left:0;}
	.category__sticky__menu{padding-bottom:30px;padding-right:0;}

	.category__sticky__menu .cat__menu{display:none;}
	.category__sticky__menu{
	    margin-left:-2.747252747%;
		width:105.4945055%;
		max-width:unset;
		z-index:2;
	}
	.single.has__cat__menu #mvp-main-body-wrap,
	.page.has__cat__menu #mvp-main-body-wrap{
		padding-top:0;
	}
	.category__sticky__menu .cat__heading{
		max-width:100%;
		background-color:#f5f5f6;
		display:block;
		border-bottom:2px solid #e1e2e6;
		padding:10px 60px 10px 15px;
		position:relative;
		cursor:pointer;
		margin-bottom:0;
	}
	.category__sticky__menu .cat__heading .inner:before,
	.category__sticky__menu .cat__heading .inner:after{display:none;}
	.category__sticky__menu .cat__heading .inner{
		font-size:20px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;

	}
	.cat__heading .arrow{
		display:block;
		position:absolute;
		right:15px;
		top:10px;
	}
	.cat__heading .arrow i{
		color:#ff005b;
		-webkit-transition:.5s;
		transition:.5s;
	}
	.category__sticky__menu.active .cat__heading .arrow i{
		-webkit-transform:rotate(-180deg);
		transform:rotate(-180deg);
		fill:#777;
	}
	.category__sticky__menu.active .cat__heading{
		border-bottom:none;
	}
	.category__sticky__menu .menu{
		background:#f5f5f6;
		padding:15px 0 5px;
		max-height:-webkit-calc(100vh - 112px);
		max-height:calc(100vh - 112px);
		overflow:scroll;
	}
	.category__sticky__menu .cat__menu .menu > li{
		padding:6px 25px 6px 35px;
	}
	.category__sticky__menu .cat__menu.has_child .menu > li > a > i{
		left:15px;
	}
    .cat_menu__style2 .cat__heading .inner{
        font-size:20px;
    }

	.category__sticky__menu.posFixed{width:100%;}

}
@media screen and (max-width:767px){
	.table__of__content ul li{display:block;width:100%;}

    .category__sticky__menu{
		margin-left:-3.225806452%;
		width:106.4516129%;
	}

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

}
@media screen and (max-width:639px){

	#pt_grids .sgrid{padding:15px 0;width:100%;display:block}
	#pt_grids .sgrid .sgin{padding:20px 15px 15px}
	#pt_grids .sgrid .img{height:150px}
    .category__sticky__menu .cat__heading{
        padding:10px 50px 10px 15px;
    }
    .category__sticky__menu .cat__heading .inner{
        font-size:18px;
    }

    .cat_menu__style2 .cat__heading .inner{
        font-size:18px;
    }

}
@media screen and (max-width:599px){
	.category__sticky__menu{
		margin-left:-4.5454545454%;
		width:109.0909090909%;
	}

}
@media screen and (max-width:479px){
	#pt_grids .sgrid .img{height:125px}

    .category__sticky__menu{
		margin-left:-4.5454545454%;
		width:109.0909090909%;
	}

}

.wpcf7 input.wpcf7-text { width: 90%; }
.wpcf7 textarea.wpcf7-textarea { width: 90%; }
.wpcf7-form textarea { height: 500px; }
