/*
Theme Name:	Remix Child
Theme URI:	http://themeforest.net/user/T20/portfolio
Description:Sample child theme of Remix for customization.
Author:		T20
Author URI:	http://themeforest.net/user/T20
Template:	remix
Version:	2.1.3
*/

@import url("../remix/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */
body{

	color:#ffffff;
}
.def-block, .widget.more_posts, .wpb_flickr_widget, .vc_carousel, .wpb_video_widget {
	position: relative;
	padding: 30px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 6px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.04);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.04);
}
.text p{
	font-size:16px!important;
	letter-spacing:0,7px;
}

.sf-menu li:hover > a, .sf-menu li > a:hover, .sf-menu > li.activated_parent > a, .current-menu-parent > a, .current_page_item > a {
	color: #fb0148;
}
h4.tt, 
h3.tt, 
.widget_gardengeneralposts h4, 
.list-custom-taxonomy-widget h4 {
	padding: 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #fb0148;
	display: inline-block;
}

span.plays{
	display:none;
}
blockquote.wpcr3_content{
	color:#ffffff;
}
.wpcf7 input[type=text], input[type=email], textarea{
	background:#000000;
}
.wpcf7 input:focus { 
    background-color:#FFFFFF;
}
.meta{
	display:none;
}
.wpcr3_aggregateRating_reviewCount{
	display:none;
}
#comments{
	display:none;
}