/*
Theme Name: chickenfried
Template: generatepress
*/


/* =Global */
html {overflow-x: hidden;}
body {overflow-x: hidden;}

/* This is the full width div that enables full width backgrounds */
.extendfull {
	margin: 0 -9999rem;
	padding: 0.25rem 9999rem;
	overflow-x: hidden;
}
.extendfullcontent {
    max-width: 1100px; /* adjust accordingly */
    margin-left: auto;
    margin-right: auto;
}


/************************************************
**  
**  GeneratePress Tweaks Section
**
************************************************/

.site-header {}
.site-logo {}
.site-branding {}

p.main-title a {}
p.main-title a:hover {}

.custom-search {}
#site-navigation {}

.custom-search .search-form input {}

.button {font-weight: 600;}

ul li {
	margin-bottom: 10px;
}
.copyright-bar {
	line-height: 1.8;
}

/************************************************
**  
**  Custom Styles Section
**
************************************************/

h1 {text-align: center;}

h2 {text-align: center;} 

h3 {text-align: center; font-weight: bold;} 

.thirdcol {float: left; width: 30%; margin: 1% 1.66% 1% 1.66%;}

.halfcol {float: left; width: 46%; margin: 1% 2% 1% 0%; padding: 1% 1% 1% 1%;}

p.price {display: none;}

.quantity {}

.prototype {
	font-size: 12.5px;
	font-style: italic;
}
.ranger {
	width: 520px;
	margin: 0 auto;
}

.cavalry {
	margin-left: 25%;
	width: 100%;
}


/* =Contact Form 7 Styles
-------------------------------------------------------------- */
.wpcf7-form {
    background: none;
    width : 100%;
	max-width: 600px;
    overflow: hidden;
    margin: 0px;
}
.wpcf7-form-control-wrap {
	margin: 0px;
	padding: 0px;
}
.wpcf7-form input.wpcf7-form textarea {
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    font-size: 16px;
    float: none;
    margin: 0px 0px 0px 0px;
}
.wpcf7-form input {
    line-height: 1;
    font-size: 16px;
	padding: 3px;
    height: 30px;
}
.wpcf7-form textarea {
    line-height: 1;
	background-color: #f9f9f9;
	margin: 0px;
    font-size: 16px;
	padding: 3px;
    height: 200px;
	width: 100%;
}
.wpcf7-form p {
    font-size : 16px;
	text-align: left;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    color: #000;
}
.wpcf7-form-control.wpcf7-text { width: 100%; padding: 3px; margin: 0px;}
span.wpcf7-list-item {
	font-family: Arial, Helvetica, sans-serif;
}
span.wpcf7-list-item-label { vertical-align: top; padding: 0px 30px 0px 0px;}
span.wpcf7-form-control.wpcf7-radio { vertical-align: bottom;}
.wpcf7-form-control.wpcf7-submit {
 	margin-left: 0px;
	color: #000;
	background-color: #e6e6e6;
	border: 1px solid #000;
	width: 75px;
	height: 30px;
	padding: 0px 0px 0px 0px;
}
.wpcf7-form-control.wpcf7-submit:hover {
	color: #fff;
	background-color: #1e1275;
}

/************************************************
**  
**  WooCommerce Modifications Section
**
************************************************/

body.woocommerce #primary {
	float: none;
	width: 100%;
}

.woocommerce-Price-amount.amount {
	
}

h1.product_title.entry-title {
	font-size: 28px;
	margin-bottom: 28px;
}

.woocommerce-product-details__short-description p {font-size: 18px; line-height: 2.0; margin-botton: 30px;}

.woocommerce #primary .images img {
    width: auto;
	margin-bottom: 25px;
}
.woocommerce-page #content div.product div.summary { width:96%; margin: 0% 0% 0% 4%; }

.woocommerce form label {
    font-size: 14px;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, 
.woocommerce-page form .form-row input.input-text, 
.woocommerce-page form .form-row text area {
    font-size: 14px;
    line-height: 1.25;
    color: #000;
    padding: 8px;
}

.woocommerce .woocommerce-checkout #billing_state_field {color: #000; font-size: 14px; padding: 8px;}

.woocommerce div.product .stock {
    color: #000;
}


/************************************************
**  
**  Media Queries / Responsive Styles Section
**
************************************************/

/* When the screen width is less than 450px */
@media only screen and (max-width: 450px) {
	
}

/* When the screen width is less than 600px */
@media only screen and (max-width: 600px) {
	p.main-title a {font-size: 34px;}
	.ranger {width: 100%;}
	.cavalry {margin-left: 20%;}
}

/* When the screen width is less than 770px */
@media only screen and (max-width: 770px) {
	.halfcol {width: 98%; margin: 1% 0% 1% 0%; padding: 1% 1% 1% 1%;}
	.site-logo {float: none;}
	.site-branding {margin-top: 0px;}

}

/* When the screen width is between 600px and 770px */
@media only screen and (min-width: 600px) and (max-width: 770px){
	.cavalry {margin-left: 0%;}
}

/* When the screen width is between 880px and 1000px */
@media only screen and (min-width: 880px) and (max-width: 1000px){
	
}

/* When the screen width is between 450px and 880px */
@media only screen and (min-width: 450px) and (max-width: 880px){
	

}

/* When the screen width is greater than 800px */
@media only screen and (min-width: 800px) {
	.under800 {display: none;}
}



