/*
Theme Name: Jidori
Description: Designed by <a href="http://www.ericjunker.com/">Eric Ju</a>
Version: 1.0.0
Author: Jarrod Pyper
Author URI: http://pypelineweb.com
 */

/************
Custom Fonts
************/
@font-face {
    font-family: 'proxnova';
    src: url('fonts/proxnova-bold-webfont.eot');
    src: url('fonts/proxnova-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/proxnova-bold-webfont.woff2') format('woff2'),
         url('fonts/proxnova-bold-webfont.woff') format('woff'),
         url('fonts/proxnova-bold-webfont.ttf') format('truetype'),
         url('fonts/proxnova-bold-webfont.svg#proxima_novabold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'proxnova';
    src: url('fonts/proxnova-light-webfont.eot');
    src: url('fonts/proxnova-light-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/proxnova-light-webfont.woff2') format('woff2'),
         url('fonts/proxnova-light-webfont.woff') format('woff'),
         url('fonts/proxnova-light-webfont.ttf') format('truetype'),
         url('fonts/proxnova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/********************************************
Reset default browser CSS.
Based on work by Eric Meyer:
http://meyerweb.com/eric/tools/css/reset/index.html
v1.0 | 20080212
*********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/*********************
Main Theme Styles
*********************/
body {
	font-family: 'proxnova', sans-serif;
}
p {
	margin-bottom: 25px;
}
sup {
    position: absolute;
    font-size: 12px;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.top-bar {
	height: 80px;
}
.logo {
	float: left;
	margin: 10px 10px 10px 20px;
}
.main-menu {
	float: right;
    margin-top: 30px;
}
.menu-item {
	float: left;
}
.menu-item a, .menu-item a:visited {
	color: #cf2630;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 20px;
	text-decoration: none;
}
.menu-item.last a {
	/*font-weight: bold;*/
}
.header {
	background: url(images/welcome-area-bg.jpg) no-repeat 50% 0 fixed;
	text-align: center;
	position: relative;
    background-size: cover;
    padding: 0 10px;
}
.welcome-logo {
	margin: 60px 0 80px;
	max-width: 70%;
}
.about-section {
	padding: 50px 7.6% 45px;
	overflow: hidden;
}
.info-left {
	float: left;
}
.info-right {
    float: right;
    max-width: 47%;
    position: relative
}
.info-heading {
	color: #939598;
	font-size: 42px;
	text-transform: uppercase;
	border: 5px solid #d02630;
	padding: 5px;
	float: left;
	margin-top: 50px;
}
.inner-border {
	border: 1px solid #d02630;
	padding: 25px;
	display: block;
}
.info-text {
	float: left;
    margin-top: 40px;
    max-width: 500px;
    clear: left;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.info-text i {
	color: #939597;
}
.info-img {
    float: left;
    max-width: 47.5%;
}
.top-left {
	margin-right: 5%;
	margin-bottom: 5%;
}
.top-right {
	margin-bottom: 5%;
}
.bottom-left {
	margin-right: 5%;
}
.quote-section {
	overflow: hidden;
}
.about-quote {
	background: url(images/about-quote-bg.jpg) no-repeat 50% 0 fixed;
	position: relative;
	background-size: cover;
}
.quote-bg {
	height: 160px;
	margin: 255px 0 225px;
	background-color: rgba(0,0,0,0.47);
	text-align: center;
}
.quote-text {
	color: #fff;
	font-weight: bold;
	font-size: 44px;
	max-width: 1010px;
	margin: 0 auto 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.quote-author {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
.our-chicken-section {
	padding: 50px 7.6% 45px;
	overflow: hidden;
}
.our-chicken-section .info-heading {
	margin-top: 5px;
}
.our-chicken-section .info-left {
	max-width: 47%;
}
.our-chicken-section .info-text {
	max-width: 600px;
}
.our-chicken-section .quote-author {
	font-style: italic;
}
.our-chicken-section .info-right {
	max-width: 44%;
	overflow: hidden;
}
.chicken-quote {
	background: url(images/chicken-quote-bg.jpg) no-repeat 50% 0 fixed;
	position: relative;
	background-size: cover;
}
.free-range-section {
	overflow: hidden;
	padding: 30px 60px 20px;
	font-size: 28px;
}
.left-column, .right-column {
	max-width: 300px;
	width: 20.8%;
}
.left-column {
	float: left;
}
.free-range-section ul {
	color: #d12229;
	list-style-type: disc;
}
.free-range-section li {
	padding-left: 15px;
}
.free-range-section li span {
	color: #000;
}
.free-range-section li.list-green span {
	font-weight: bold;
	color: #00a664;
}
.stamp-logo {
	margin-bottom: 30px;
}
.chicken-diagram {
    margin-left: 6%;
    max-width: 47%;
}
.right-column {
	float: right;
}
.contact-section {
	padding: 30px 0 60px;
	background-color: #000;
	color: #fff;
	text-align: center;
}
.founder-caption {
	font-size: 14px;
	margin-top: 15px;
	display: block;
}
.shop-bt {
  width: 100%;
  margin: 50px auto;
  text-align: center;
}
.shop-bt a {
  background: #cf2630;
  color: #fff;
  box-shadow: 0 0 0 4px #cf2630;
  border: 3px solid #fff;
  text-decoration: none;
  padding: 5px 20px;
  font-size: 1.85em;
  text-transform: uppercase;
}

/******************
Responsive Styles
******************/
.mobilemenu {
  display: none;
}
@media screen and (max-width: 1275px) {
	.about-section, .our-chicken-section {
	    padding: 50px 5% 45px;
	}
}
@media screen and (max-width: 1100px) {
	.info-left, .our-chicken-section .info-right {
		max-width: 50%;
	}
	.info-heading {
		margin-top: 20px;
	}
}
@media screen and (max-width: 1045px) {
	.menu-item a, .menu-item a:visited {
		margin: 0 12px;
	}
}
@media screen and (max-width: 1000px) {
	.info-heading {
		margin-top: 10px;
		font-size: 30px;
	}
	.inner-border {
		padding: 15px;
	}
	.info-text {
		margin-top: 20px;
	}
	p {
	    margin-bottom: 15px;
	}
	.free-range-section {
		font-size: 22px;
	    padding: 30px 30px 20px 50px;
	}
}
@media screen and (max-width: 965px) {
	.menu-item a, .menu-item a:visited {
	    margin: 0 10px;
	    font-size: 16px;
	}
}
@media screen and (max-width: 900px) {
	.info-text {
		line-height: 19px;
	}
}
@media screen and (max-width: 805px) {
	.menu-item a, .menu-item a:visited {
	    margin: 0 8px;
	    font-size: 15px;
	}
	.quote-text {
		font-size: 36px;
	}
	.free-range-section {
		font-size: 20px;
	    padding: 20px 20px 20px 40px;
	}
}
@media screen and (max-width: 768px) {
	.main-menu {
		float: left;
	    margin: 15px 0 0 20px
	}
	.main-menu li {
		clear: both;
		border: none;
		border-radius: 0;
		background: none;
		width: 100%;
		border-bottom: 1px solid #333;
	}
	.main-menu li ul, .main-menu li:hover ul, .main-menu li:hover li ul, .main-menu li li:hover ul {
	    display: none;
	    position: relative;
	    top: 0;
	    left: 0;
	    background: inherit;
	}
	.main-menu a, .main-menu a:visited {
		padding: 5px 20px 5px 20px;
	    font-size: 20px;
	    display: block;
	}
	.main-menu li li {
	    border: none;
	}
	.main-menu li li a, .main-menu li li a:visited {
	    line-height: 40px;
	}
	.main-menu ul {
	    display: none;
        z-index: 200;
	    float: left;
	    background: #fff;
	    position: absolute;
	}
	a.mobilemenu {
	    display: block;
	    position: relative;
	    padding-left: 25px;
	    color: #cf2630;
	    line-height: 55px;
	    text-align: left;
	    text-decoration: none;
	}
	a.mobilemenu:before {
	    content: "";
	    position: absolute;
	    left: 5px;
	    top: 26px;
        width: 0.8em;
	    height: 2px;
	    background: #cf2630;
	    box-shadow: 0 4px 0 0 #cf2630, 0 8px 0 0 #cf2630;
	}
	.info-left, .our-chicken-section .info-right {
		max-width: 100%;
	}
	.info-heading {
		margin: 0 auto;
	    text-align: center;
	    float: none;
	    max-width: 260px;
	}
	.our-chicken-section .info-heading {
		margin-top: 30px;
	}
	.info-text {
	    max-width: 100%;
	}
	.info-right, .our-chicken-section .info-left {
	    max-width: 100%;
	    float: none;
	    clear: both;
	}
	.info-img {
	    max-width: 20%;
	    margin: 0 6% 0 0;
	}
	.bottom-right {
		margin-right: 0;
	}
	.quote-bg {
	    margin: 220px 0 200px;
	}
	.left-column, .right-column {
	    width: 28%;
	}
	.chicken-diagram {
	    margin-left: 3%;
	    max-width: 38%;
	}
	.header, .about-quote, .chicken-quote {
		background-attachment: inherit;
	}
}

@media screen and (max-width: 700px) {
	.quote-text {
		font-size: 31px;
	}
	.quote-author {
		font-size: 25px;
	}
}
@media screen and (max-width: 650px) {
	.info-img {
        max-width: 45%;
	    margin: 0 5% 5% 0;
	}
	.our-chicken-section .info-heading {
		margin-top: 10px;
	}
	.left-column, .right-column {
	    width: 100%;
	    max-width: 400px;
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	}
	.free-range-section {
		padding: 20px;
	}
	.free-range-section ul {
		padding-left: 25%;
	    text-align: left;
	}
	.chicken-diagram {
		display: block;
		margin: 0 auto;
		max-width: 85%;
	}
	.contact-section {
		padding: 30px 10px 60px;
	}
}
@media screen and (max-width: 600px) {
	.quote-bg {
	    margin: 200px 0 180px;
	}
}
@media screen and (max-width: 450px) {
	.quote-bg {
	    margin: 150px 0 130px;
	}
}
@media screen and (max-width: 376px) {
	.quote-bg {
		height: 190px;
	}
	.quote-text {
		font-size: 25px;
	}
	.quote-author {
		font-size: 20px;
	}
}
