@charset 'utf-8';
/*
 Theme Name:   Spiced Blog Child
 Theme URI:    http://spiced.axiomthemes.com/
 Description:  Spiced Blog - Wordpress blog theme
 Author:       axiomthemes
 Author URI:   http://axiomthemes.com/
 Template:     spiced-blog
 Version:      1.0
 Tags:         light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text          Domain: spiced
*/


@import url("../spiced-blog/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

.top_user_panel_wrap,
.footer_wrap, .copyright_wrap {
	background-color: #7FB800;
}

.slider_swiper  .slide_info {
	background-color: rgba(13,44,84,0.85) !important;
}

.top_panel_title {
	background-color: rgba(13,44,84,1.0) !important;
}

.menu_user_nav li a,
.menu_mode_responsive .menu_user_responsive_button {
	color: #fff !important;
}

/* Hide secondary user nav */
.menu_user_nav_area {
	display: none;
}

@media (min-width: 480px) {
	.top_user_panel_wrap {
		display: none !important;
	}
}

.search_wrap .search_field{
	background-color: white;
}

.single_panel .content_wrap {
	background-color: rgba(13,44,84,0.85);
	padding: 2em 0;
}

.top_panel_title:before {
	display: none;
}

/* Mentioned Prodcuts */

.mentioned-products__list{
	padding-left: 0;
	margin-top: 2em;
}

.mentioned-product {
	display: block;
	list-style-type: none;
	padding: 2em;
	/*background-color: rgba(13,44,84,0.15);*/
	border: 1px solid #ebf2f7;
}

.mentioned-product__link  {
	display: block;
	margin-top: 20px
}

/* Hide calorie count on recepies */
.blog-yumprint-nutrition-bar {
	display: none !important;
}

/* Amazon Bounty Ad */
.amazon-bounty {
	text-align: center;
	margin-top: 50px;
}
