/* Enter Your Custom CSS Here */

.buypremium_details input[type="submit"]{
  color: #000!important;
}
.page-template-edit-payment-settings .paymentpackage *{
  color: #000!important;
}

.subnav ul li:first{
 display: none!important;
}
.subnav.r.col-md-4 ul li:nth-child(3) {
    display: none;
}
.subnav.r.col-md-4 ul li:nth-child(1) {
    display: none;
}
.logged-in .subnav.r.col-md-4 ul li:nth-child(3) {
    display: block !important;
}
@media (max-width: 992px)
{
.site .sidebar_left{
	display:none;
	}
.home .site .sidebar_left{
	display:block !important;
	}
	.site .sidebar_left .widget{
display:none !important;
}
}
.home .site .sidebar_left{
	display:block !important;
	}