/* Enter Your Custom CSS Here */

.wpcf7-response-output {
    display: block;
    color: #fff !important;
    font-size: 13px;
    text-align: left;
}

div.wpcf7-response-output {
    border: none !important;
}

.product-cat {
	margin-bottom: 50px;
}

.col-left {
	float: left !important;
  	padding-left: 0 !important;
  	padding-right: 10px;
}

.col-right {
	float: right !important;
}

.col-4 {
	float: left;
  	width: 30%;
}

.col-5 {
	width: 50%;
  	font-size: 16px;
}

.col-6 {
	float: right;
  	width:70%;
  	padding-left: 10px;
}

.col-4 h4 {
	font-size: 18px;
  	text-align: center;
}

.p-content {
	padding: 0 20px 0 0;
  	font-size: 16px;
}

.col-4 .center {
	text-align: center;
  	padding-right: 20px;
}

.btn-details {
	padding: 10px 30px;
  	color: #FFF !important;
  	background: #E20606;
  	border-radius: 10px;
 	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	font-size: 14px;
}

.product-table {
  	margin-top: 50px !important;
	text-align: center;
}

.product-table thead th {
	background: #E20606;
  	color: #FFF;
  	border: 10px solid #FFF;
  	padding: 10px;
}

.product-table tbody tr {
  	border-bottom: 10px solid #FFF;
  	background: #FFF;
}

.product-table tbody tr td {
	background: #FFFF00;
 	padding: 10px 0;
  	border: 10px solid #FFF;
}

.custom-contact-form {
  	display: block;
	margin-top: 100px !important;
  	padding: 20px;
  	/*width: 400px;*/
  	margin: 0 auto;
  	background: #B22D00;
  	color: #FFF;
  	text-align: center;
}

.custom-contact-form h2 {
	color: #FFF;
}

.custom-contact-form input, .custom-contact-form textarea {
	border-radius: 0;
  	margin-bottom: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Contact Form Error Messages Fixes*/

span.wpcf7-not-valid-tip {	
	position: absolute;	
	top: 25%;	
	left: 5% !important;	
	z-index: 100;	
	border: none;	
	font-size: 10pt;	
	width: 280px;	
	padding: 2px;	
	color: #FFF !important;	
	background: #c10416 !important;	
	padding: 5px;	
	border-radius: 20px;	
	text-align: center;
}

.wpcf7-response-output{
 display: block;
color: #E96532;
font-size: 13px;
text-align: left;
}

div.wpcf7-validation-errors {
width:80%;	
border:none !important;	
margin: 2em 1em 1em !important;
}

div.wpcf7-mail-sent-ok {	
width:auto !important; }


.img-box {
	float: left;
  	margin-right: 30px;
  	width: 22%;
}

.img-box img {
	border: 5px solid #555;
  	display: block;
  	margin: 0 auto;
}

.img-box:last-child {
	margin-right: 0;
}

.img-box h4 {
	font-size: 16px;
  	text-align: center;
  	text-transform: uppercase;
}

.img-box p {
	margin: 0;
  	display: none;
}

@media screen and (max-width: 991px) {
  .col-5, .col-6, .col-4, .col-left, .col-right {
  	float: none !important;
    display: block;
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
}



@media screen and (min-width: 768px) {
  .col2{
   width:50%;
   float:left;
   padding: 0 15px;
  }
}
