/*
 Theme Name:     Fanzone RacerInk Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme for <a href="http://fanzone.racerink.com">FanZone</a>
 Author:         Max Perepelytsia
 Author URI:     http://facebook.com/crazymakis
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");
 
/* Theme customization starts here */
.woocommerce .actions input[type="submit"].button{
  padding: 1em !important;
  }
	  

/* Instagram Footer Icon */
.et-social-instagram a.icon:before { content: '\e09a'; }

/* Remove <li> circles */
#footer-widgets .footer-widget li:before{content:none;}
#footer-widgets .footer-widget li{padding-left:0px;}
span#et-info-email, span#et-info-phone {color:white;}
span#et-info-email::before, span#et-info-phone::before {margin-right:10px;}

/* Footer Settings */
#footer-widgets{padding: 3% 0 0;}
#et-info-phone, #et-info-email span{color:red;}

/* Newsletter Form*/
.wysija-input.validate[required,custom[email]]{
	width:100%; 
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin: 0 2.9% 0.5em 0 !important;
  }
.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1){
  	clear:none;
	  }
  
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit{color:white;}

/* Footer Subscribe Button Styling */
.widget_wysija_cont .wysija-submit{
		border-radius:3px;
		background-color: #f10005;
		border: 3px solid #f10005;
		color: #ffffff;
		font-family: "Open Sans", Arial, sans-serif;
		width:90%;
		text-transform:uppercase;
	  }
	  
input.wysija-input{
		width:90%;
	  }

/* Pole Position Sigh Up Form Style */
input#yikes-easy-mc-form-1-FNAME.yikes-easy-mc-text.field-no-label {
	font-size: 16px;
    border-radius: 3px;
    border: 0px;
    padding: 14px;
    color: #3d3d3d;
    background-color: rgba(239,239,239,0.75);
	}
input[type=text].yikes-easy-mc-form{
	font-size: 16px;
    border-radius: 3px;
    border: 0px;
    padding: 14px;
    color: #3d3d3d;
    background-color: rgba(239,239,239,0.75);
	}
	
.yikes-easy-mc-form.yikes-easy-mc-submit-button{
	color: #efefef !important;
    border-color: #efefef;
    letter-spacing: 0px;
    font-size: 20px;
}

/*------------ Sale Bubble -------------*/
.bubble {
  left: 10px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  z-index: 9;
}

.bubble .inside {
  background-color: #F10005;
  border-radius: 999px;
  display: table;
  height: 50px;
  position: relative;
  width: 50px;
  -webkit-border-radius: 999px;
}

.bubble .inside .inside-text {
  color: #fff;
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}