/*
Theme Name: Truemag child
Template: truemag
Version:      1.2
*/
/* Theme customization starts here
-------------------------------------------------------------- */

/* #ff3cd3 */


/***************************************************************/
/* 1. GENERAL
/***************************************************************/
#body > .container {
	background-color: white;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content {
	background-color: white;
}

.video-toolbar-inner {
	background-color: white;
}

#sidebar {
	background-color: white;
}


/***************************************************************/
/* 2. HEADER
/***************************************************************/
.nav-search-box .light-form .input-group input[type="text"] {
	color: #ff3cd3 !important;
	border-color: #ff3cd3 !important;
}

.nav-search-box .light-form .input-group-btn .btn-default {
	background-color: #ff3cd3 !important;
	border: 1px solid #ff3cd3 !important;
}

.nav-search-box .light-form .input-group-btn .btn-default:before {
	display: none;
}

.nav-search-box .fa-search:before {
	color: white !important;
}

ul.user_submit {
	display: none !important; /*temporary*/
}


/***************************************************************/
/* 3. SIDEBAR
/***************************************************************/
ul:not([class]) > li:before {
	color: #ff3cd3 !important;
}

.current-menu-item > a,
.main-menu-link:hover {
	color: #ff3cd3 !important;
}

ul:not([class]) ul li:before {
	content: '> ' !important;
}

ul.children {
	list-style-type: none !important;
}

/***************************************************************/
/* 4. WOOCOMMERCE: SHOP
/***************************************************************/
.woocommerce #content div.product .product_title, 
.woocommerce div.product .product_title, 
.woocommerce-page #content div.product .product_title, 
.woocommerce-page div.product .product_title {
	color: #ff3cd3 !important;
}