/*
Theme Name:	Nikki Hill - Customized Remix Child Theme
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
*/

@import url("../remix/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */
#mymenu li.menu-item,
 a:hover,
 .current a
 {
	
	color: #eb1c1c!important;
	border-bottom: #eb1c1c!important;
	
	
}



.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: #eb1c1c!important;
}




.buy_btn {
  background: #eb1c1c;
  border: 0 none !important;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: Oswald,Tahoma,Helvetica;
  margin: 10px auto 0;
  padding: 2px 10px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
  white-space: nowrap;
  width: auto;
  word-spacing: 0.2em;
}


.buy_btn:hover{
	background-color: #760909;
	color: #fff!important;
	
}



h4.tt, h3.tt, .widget_gardengeneralposts h4, .list-custom-taxonomy-widget h4 {
  border-bottom: 1px solid #eb1c1c;
  display: inline-block;
  margin: 0;
  padding: 0 0 10px;
}


#home-cta
{
	
	float: right;
	
}

#home-cta{
	padding: 50px 60px 0px 0;
	
}

#home-cta-title h2{
	background: #eb1c1c;
	color: #ffffff;
	padding: 15px 20px;
	margin-bottom: 0px;
	
}


#cta-buy-button {
  background-color: #111;
  float: right;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 15px;
  text-transform: uppercase;
  border-left: 4px solid #eb1c1c;
  margin-right: 30px;
}


.home .under_header {
  position: absolute;
  top: 80px;
  width: 100%;
}

.vc_separator h4{
	
	font-size: 28px!important;
	
}

.wpcf7-form{
	
	text-align: center;
}

.wpcf7-form .your-name{
	
}

#wpcf7-f98-p16-o1 .wpcf7-submit {
  float: none;
  margin: 0;
  position: relative;
  top: -10px;
}


#wpcf7-f98-p16-o1, #wpcf7-f98-p16-o1 table td {
  background-color: #eb1c1c;
  border: medium none;
  padding: 20px 30px 0;
}


.mailing-list-submit{
	
	padding: 0 20px;
}

.home input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], textarea {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  font-size: 18px;
  box-shadow: none;
  box-sizing: border-box;
  color: #666;
  line-height: 24px;
  padding: 0 12px;
  transition: all 0.3s ease 0s;
}


.post-password-form input[type="submit"], .wpcf7-submit, .submit_user {
  background: #232323 -moz-linear-gradient(center bottom , rgba(0, 0, 0, 0.08) 0%, rgba(128, 128, 128, 0.08) 50%, rgba(255, 255, 255, 0.08) 100%) repeat scroll 0 0;
  border: 0 none !important;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: Oswald,Tahoma,Helvetica;
  margin-top: 10px;
  padding: 4px 14px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
  white-space: nowrap;
  width: auto;
  word-spacing: 0.2em;
}

.single .category-press-kit .meta,
.page-id-26 .vc_gitem-post-data-source-post_date,
.page-id-26 .vc_btn3-container,
.single-gallery .meta,
.single_post .meta span:nth-child(1),
.single_post .meta span:nth-child(3) 
 {
	margin: 20px 0 0 0;
	display: none;
}


/*
.shows th {
  color: #fff;
  font-family: "Oswald",Tahoma,Arial;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 10px;
  font-size: 28px;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
}
*/


 table#home-mailing-list{
  background: transparent none repeat scroll 0 0 !important;
  border-collapse: collapse;
  border-radius: 5px;
  font-size: 13px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 85%;
}

.home .wpcf7-text {
  width: 100% !important;
}


.mailing-list-submit input{
	background-color: #232323;
	background: #232323 -moz-linear-gradient(center bottom , rgba(0, 0, 0, 0.08) 0%, rgba(128, 128, 128, 0.08) 50%, rgba(255, 255, 255, 0.08) 100%) repeat scroll 0 0;
	padding: 3px 15px;
	border-radius: 2px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
  white-space: nowrap;
  width: auto;
  word-spacing: 0.2em;

	
	
}


#wpcf7-f7-p28-o1 .wpcf7-form {
  text-align: left;
  float: left;
  width: 75%;
}



#contact-sub .wpcf7-submit {
  background: #232323 -moz-linear-gradient(center bottom , rgba(0, 0, 0, 0.08) 0%, rgba(128, 128, 128, 0.08) 50%, rgba(255, 255, 255, 0.08) 100%) repeat scroll 0 0;
  border: 0 none !important;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: Oswald,Tahoma,Helvetica;
  margin-top: 10px;
  padding: 4px 14px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
  white-space: nowrap;
  width: auto;
  word-spacing: 0.2em;
}