/*
Theme Name: PSIA-AASI
Template: u-design
Version: 1.0.0
*/
@import url("../u-design/style.css");

/**** CUSTOM CSS CODE ****/

#main-menu {
    height: 80px; }   

#navigation-menu > ul.sf-menu {
    margin-top: 20px; font-size: 1.0em;
}
    
#navigation-menu ul.sf-menu li li {
	margin-bottom: 0px; font-size: 0.83em; font-weight: lighter; padding-bottom:10px; padding-left:14px;
}

#secondary-navigation-bar-content {
    font-size: 13px;
}
    
.postmetadata {
		display:none;
}

.mean-container .mean-bar {
		background: none;
}

.mean-container .mean-nav{
		background: none;
}

a.learndash-resume-button input[type="submit"] {color:#000; font-size:2em;}

#bottom_2 li {
		list-style:none !important; margin-left: 0px;
}

/**** WooCommerce Styling ****/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #E65A00;
    color: #fff;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #E66A00;
    color: #fff;
}

.woocommerce-cart td.product-thumbnail, .woocommerce-cart td.product-name, .woocommerce td.woocommerce-table__product-name {
    pointer-events: none;
}

/**** Fix white space wrapping in Essential Grid Filters ****/
.esg-filter-wrapper.dropdownstyle .esg-filterbutton {
    white-space: nowrap;
}


/**** Tweak toggle CSS ****/
.slide_toggle_content {
    background-color: #fefefe;
    margin: 0px;
    padding: 15px 10px;
    clear: both;
    overflow: hidden;
}

/**** ------------------- ***/
/**** bbPress CSS Tweaks ****/
/**** ------------------- ***/

/**** Tweak toggle CSS ****/
.mce-container-body mce-stack-layout .div.mce-panel {border: 1px #FFCC00 !important;}


/**** Topic Favorite and Subscibe link colors ****/
.subscription-toggle, .favorite-toggle {color: #fff;}

/**** Profile page recent activity text size ****/

#buddypress div#item-header div#item-meta { color: black; font-size: 126%; font-style: oblique;}

/**** ------------------- ***/
/**** LearnDash CSS Tweaks ****/
/**** ------------------- ***/

.wpProQuiz_question_text p {
    margin-bottom: 10px;
    color: #005467;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    font-family: "Roboto Condensed";
    line-height: 1.2;
}

