/* ********************************************************************************************************************/
/*-------------------------------------------------------------------------------------------*/
/*  CUSTOM CSS A  USAR EN TEMA */ 
/*  CREADO POR www.expertoswp.com     */ 
/**/
/**/
/**//color main webpage: primar #b94629
/**/ accent 47afaf
/**/ header  b94629
/**/
/*-------------------------------------------------------------------------------------------*/
/* 1. GENERIC
/*-------------------------------------------------------------------------------------------*/

.OneHalfItem {
    display:inline-block;
    vertical-align:middle;
    box-sizing:border-box;
}

.OneHalfText {
    width:calc(100% - 140px);
    padding:10px;
}

/*-------------------------------------------------------------------------------------------*/
/* 1. Memberpress Mods
/*-------------------------------------------------------------------------------------------*/

table#mepr-account-subscriptions-table, table#mepr-account-payments-table {
    width: 100% !important; 
}

/*-------------------------------------------------------------------------------------------*/
/* Hide account menu
/*-------------------------------------------------------------------------------------------*/
div#mepr-account-nav {
    display: none;
  
}
/*-------------------------------------------------------------------------------------------*/
/* Hide on mobile
/*-------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 800px)
.mobile-hide {
    display:none;
}
@media only screen and (min-width: 800px) {
	.page-header {
		padding: 4% 0;
	}
.nav-secondary {
    margin: 2% 0 -4%;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* WIDGET CAT TOP AND PAGES
/*-------------------------------------------------------------------------------------------*/
.archives-top.home-top.widget-area {
    margin-bottom: 20px
}
.page-top.home-top.widget-area {
    margin-bottom: 20px
}
