@charset "utf-8";
/* CSS Document */

/***** BEGIN RESET *****/

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 {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: urw-din, sans-serif!important;
	overflow-x: hidden;
	line-height: 1.5;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}

.width {max-width: 1300px; margin: 0 auto; width: 95%;}
.wrapper-width {width: 95%; margin: 0 auto; max-width: 1160px; }
.inventory-width {width: 95%;  max-width: 1300px; margin: 0 auto;}

/***************************  HEADER STYLES  *************************************/
header .sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}

header {
	width: 100%;
	display: inline-block!important;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding-top: 10px;
}

header .col-3 {
	float: left;
	width: 31.33%;
	margin: 1%;
}

a#pedigree-logo img {
	width: 100%;
	display: block;
	max-width: 200px;
	height: auto;
	margin: 0 auto;
}

header .col-3 p {
	font-weight: 500;
	font-size: 14px;
}

header .col-3 span {
	display: block;
	color: #f13941;
	font-weight: 600;
	font-size: 16px;
}

header .col-3.left {
	text-align: left;
	margin-top: 4vh;
}

header .col-3.right {
	text-align: right;
	margin-top: 4vh;
}

header .col-3 a {
	color: #000;
	display: block;
}

header .col-3 a:hover {
	text-decoration: underline;
}

/*********************  HOMEPAGE STYLES **************************************/
.homepage-wrapper {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 50px;
}

.hero-wrapper {
	width: 100%; 
	position: relative;
	height: 500px; 
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}

.hero-wrapper div#title {
	position: absolute;
	z-index: 3;
	bottom: 20%;
	color: #fff;
	line-height: 42px;
}

.hero-wrapper div#title h1 span {
	font-size: 60px;
	display: block;
}

.hero-wrapper div#title h1 {
	font-size: 32px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.88);
}

.hero-wrapper div#title h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.88);
}

/* search */
.keyword-search {
	float: right;
	margin: 0 auto;
	padding: 25px;
	display: inline-block;
	margin-top: 10%;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
	background: rgba(0,0,0,.5);
}

.keyword-search h4 {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}

form.detailed-search input::placeholder {
	letter-spacing: .5px!important;
}

form.detailed-search input {
	padding: 10px!important;
	line-height: 22px!important;
	font-size: 13px!important;
	border: none!important;
	border-radius: 0!important;
	letter-spacing: .5px;
	background: #fff!important;
	height: auto!important;
}

form.detailed-search input#keywords {
	width: 275px!important;
	line-height: 22px!important;
}

form.detailed-search input#submit {
	background: #000!important;
	color: #fff!important;
	padding: 10px 22px!important;
	cursor: pointer;
	border: none!important;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

form.detailed-search input#submit:hover {
	background: #ddd!important;
	color: #000!important;
	font-weight: bold!important;
}

form.detailed-search button {
	vertical-align: middle;
    padding: 4px 10px;
    background: #f13941;
    border: none;
	cursor: pointer;
}

form.detailed-search button:hover {
	background: #000;
}

.homepage-wrapper .col-2 {
	float: left;
	width: 44%;
	margin: 3%;
}

.homepage-wrapper h1 {
	display: block;
	margin-bottom: 10px;
}

.homepage-wrapper h3 {
	display: block;
	color: #f13941;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: urw-din-semi-condensed, sans-serif;
}

.homepage-wrapper p a {
	color: #000;
	text-decoration: underline;
}

.homepage-wrapper p a:hover {
	text-decoration: none;
}

a#cta-btn {
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	color: #fff;
	background: #f13941;
	margin-top: 10px;
	font-weight: 600;
	font-family: urw-din-semi-condensed, sans-serif;
}

a#cta-btn:hover {
	background: #000;
}

/* banner */
.contact-banner {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #000;
	color: #fff;
	line-height: 24px;
}

.contact-banner .left {
	float: left;
	width: 50%;
	background: linear-gradient(#f13941, #db2031);
	padding: 2em 3em 2em 1.5em;
	text-align: center;
	font-weight: 600;
	-webkit-clip-path: polygon(92% 0%, 100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(92% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.contact-banner .right {
	float: right;
	width: 50%;
	padding: 1.4em 1.5em;
	text-align: left;
	font-size: 13px;
}

.contact-banner .right span {
	font-size: 20px;
	font-weight: 600;
}

.contact-banner .right a {
	color: #fff;
}

/* zoom quick links styles */
.quicklinks {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	background: #000 url('/siteart/dark-bg2.png') repeat center;
	background-attachment: fixed;
	padding: 20px 0;
}
.quicklinks .wrapper-width {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.zoom-container {
	width: calc(25% - 1.5em);
	margin: .75em;
	height: auto;
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	background: rgba(0, 0, 0, .3)

}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	text-align: center;
	margin: 0 auto;
	background: rgba(241, 57, 65, .45);
	height: 100%;
}

.zoom-container .zoom-caption:hover {
	background: rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;
	opacity: .75;
}

.zoom-container .zoom-caption h3 {
	display: block;
	text-align: left;
	line-height: normal;
	font-size: 1.5vw;
	font-weight:700;
	padding: 25px;
	bottom: 0;
	position: absolute;
	text-transform: uppercase;
	color: #eeeeee;
	margin-top: 60px;
	text-shadow: 2px 2px 8px #222222;
    -webkit-text-shadow: 2px 2px 8px #222222;
    -moz-text-shadow: 2px 2px 8px #222222;
    -ms-text-shadow: 2px 2px 8px #222222;
}
.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	background: rgba(0, 0, 0, .3);}
.zoom-container:hover .zoom-caption {
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;
}


/*********************  CONTACT STYLES **************************************/
/** page wrapper **/
.page-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	margin-top: 50px;	
	margin-bottom: 50px;
}

.page-wrapper .title {
	width: 100%;
    padding: 4.5em;
    text-align: center;
}

.page-wrapper .title h1 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	display: block;
	font-size: 32px;
	/*text-shadow: 5px 5px 18px #222222;
    -webkit-text-shadow: 5px 5px 18px #222222;
    -moz-text-shadow: 5px 5px 18px #222222;
    -ms-text-shadow: 5px 5px 18px #222222;*/
}

.page-wrapper h1, .page-wrapper h2 {
	display: block;
	margin: 0 auto;
	color: #f13941;
	text-align: center;
	text-transform: uppercase;
}

.page-wrapper p {
	width: 100%;
	padding: 3em;
	display: inline-block;
	text-align: center;
	font-weight: 500;
}

/* thank you page styles */
p#thankyou {
	width: 100%;
	background: rgba(255,255,255,.85);
	display: inline-block;
	font-size: 18px;
	margin: 0 auto;
	line-height: 26px;
	padding: 3rem;
	/*box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;*/
	border: 2px solid #eeeeee;
	font-weight: 500;
	color: #000;
}

p#thankyou a {
	text-decoration: none;
	color: #000;
}

p#thankyou a:hover {
	color: #000;
	text-decoration: underline;
}

p#thankyou .fas {margin-right: 10px;}


/*********************  FOOTER STYLES **************************************/
img#napa {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: linear-gradient(#f13941, #db2031);
	padding: 20px 0;
}

.site-host p {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .75px;
	font-size: 9.5px; 
	line-height: 16px;
	box-sizing: border-box;
	padding: 0 10px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-family: urw-din, sans-serif;
}



/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width:1180px) {
	.contact-banner .left {float: none; width: 90%;}
	.contact-banner .right {float: none; width: 100%; padding: 1.5em; text-align: center;}
	
	.homepage-wrapper .col-2 {float: none; width: 100%; margin: 0 auto;}
}

@media screen and (max-width:800px) {
	.contact-banner .left {width: 100%; clip-path: none;}
	.zoom-container {width: calc(50% - 1.5em);}
	.zoom-container .zoom-caption h3 {font-size: 20px;}
	header .col-3.left, header .col-3.right {display: none;}
	header .col-3 {float: none; width: 100%; margin: 0 auto;}
	header .col-3 img {padding: 10px;}
	.keyword-search {float: none; width: 100%; margin: 0 auto; padding: 10px; bottom: 0; position: absolute; right: 0;}
	form.detailed-search input#keywords {width: 85%!important;}
	.weather-widget {display: none!important;}
	
	.hero-wrapper div#title {top: 45%; line-height: 30px;}
	.hero-wrapper {height: 400px; margin-top: -2px;}
	.hero-wrapper div#title h1 span {font-size: 40px;}
	.hero-wrapper div#title h1 {font-size: 18px;}
	.hero-wrapper div#title h3 {font-size: 11px; line-height: 12px;}
}

@media screen and (max-width: 500px) {
	.zoom-container {width: calc(100% - 1em); margin: .5em;}
}

@media screen and (max-width: 400px) {
	.contact-banner .right a {display: block;}
}

