@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* disable dark mode pending more precise work */
/* @import "/wp-content/themes/meminz/css/darkmode-custom.css" (prefers-color-scheme: dark);
*/

#no-use {
	margin: 0 auto;
}

body
{
	font-size: 150%;
  font-family: 'Roboto', sans-serif;
}

h3 {
  margin: 25px 0 20px 0;
}

.non-centered
{
  text-align: left;
}

/*
.meminz_main-nav li .current-menu-parent a {		
	background-color: #e7e7e7 !important;	
}*/

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:focus
{
	border: none;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a.selected,
.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .dropdown.active a,
.navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-nav .dropdown.active a:hover,
.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .dropdown.active a:focus,
.navbar-default .navbar-nav .dropdown.active a,
.navbar-default .navbar-nav .dropdown.active a:hover
{
	border: none;
	/*background-color: #e7e7e7; 
	color: orange !important;*/
}

.smalltext {
	font-size: 85%;
}

.mediumtext {
	font-size: 100%;
}

.largetext,
.largetext-nobold {
	font-size: 110%;
}

.superlargetext {
	font-size: 190%;
}

.largetext_red {
	font-size: 110%;
	color: red;
}

.link_nodec {
	text-decoration: none;
	color: #fff;
}

.button_blue,
.button_buy,
.buy_now_button,
.download_button {
	position: relative;
	background-color: #33cc33;
/*#1e1e64;*/
	color: #ffffff;
	display: inline;
	text-decoration: none;
	border: 1px outset #000;
	padding: .5em;
	line-height: 2.5em;
	font-weight: 700;
	border-width: 2px;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	-khtml-border-radius: .5em .5em .5em .5em;
	border-radius: .5em;
}

a.download_button:active,
a.download_button:hover,
a.button_blue:active,
a.button_blue:hover,
a.buy_now_button:active,
a.buy_now_button:hover {
	background-color: #fa1e1e;
	color: #ffffff;
}

.highlight_bi,
.highlight_bold,
.missing_email_warning {
	color: #c11;
	font-weight: 700;
	font-size: 110%;
}

.highlight_bi,
.missing_email_warning {
	font-style: italic;
}

/*
.white_link a,
.white_link a:visited {
	color: #ddd;
	text-decoration: underline;
	cursor: auto;
}

.white_link a:link:active,
.white_link a:visited:active {
	color: #fff;
	text-decoration: none;
}*/

.black_link a,
.black_link a:visited {
	color: #fff;
	text-decoration: underline;
	cursor: auto;
}

.black_link a:link:active,
.black_link a:visited:active {
	color: #ccc;
	text-decoration: none;
}

.edd_download_quantity_wrapper,
.edd_sl_limit_max,
.edd_sl_limit_sep,
.view-key-wrapper,
.edd_sl_key,
.edd_sl_license_status {
	display: none;
}

.centered {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.highlight {
	font-size: 100%;
	color: red;
	font-weight: 400;
}

.wpb_content_element .wpb_tabs_nav .ui-state-default {
	border-style: solid;
	background-color: #E0E0E0;
	border-color: #9A9A9A;
	border-width: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.wpb_content_element .wpb_tabs_nav {
	border-style: none;
}

.hidden, .edd_sl_no_management, .edd_sl_status_label, .edd-sl-active, .edd_sl_limit_label, .edd_sl_limit_used {
	display: none;
}

#edd_sl_renewal_form  {
	display: none;
}

.text-white {
	color: white;	
}

.featureSection {
  text-align: left;
}