/*
Theme Name: Cornish Pasty Co. 2021 New Theme
Theme URI: http://www.cornishpastyco.com
Description: Cornish Pasty Co's new theme
Author: Snoack Studios
Author URI: http://www.snoackstudios.com
*/


/*  HTML5 Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #ccc; color:#fff; text-shadow: none; }
::selection { background:#ccc; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

em {
font-style: italic;
}


/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
color: #f1f1f1;
background: #000;
margin: 0;
padding: 0;
font-size: 0.95em;
line-height: 1.4em;
font-family: Times New Roman, Times, serif;
}

/* This is a grey color, not a blue */
.blue {
color: #bc8d41;
}

/***** Headings *****/

h1, h2, h3 {
line-height: 1.1em;
color: #fff;
font-family: Times New Roman, Times, serif;
}

h1 {
padding: 20px 0;
font-size: 1.8em;
font-weight: normal;
color: #bc8d41;
}

h2 {
margin: 15px 0;
font-size:1.5em;
font-weight: normal;
color: #bc8d41;
}

.page-id-11 h2 {
	margin-top: 0px !important;
}

h3 {
font-size:1.2em;
margin: 10px 0;
}

p {
padding: 0 0 16px 0;
}

/***** Links *****/

a {
	text-decoration: underline; 
	color: #fff;
}

a:hover {
	text-decoration: none; 
}

a img {
	border: none;
}

/***** Other *****/

acronym, abbr {

}

acronym, abbr, span.caps {
	font-size: 95%;

}

acronym, abbr {
	cursor: help;
	border:none;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 95%;
	font-style: normal;
	color:#666;
}

/***** Body *****/

#bigwrap {}

#main {}
	
#content {
	float: none;
	width:800px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	}

#rap {
	width:100%;
	display: block;
}

/***** Header *****/
	
#header {
width: 100%;
height: auto;
}

#header h1 {
display:block;
margin: 0 auto;
margin-top: 15px;
text-indent:-5000px;
padding: 0;
float: none;
text-align: center;
}
	
	#header h1 a {
	width:279px;
	height:92px;
	display:block;
	background:url(images/logo.jpg) no-repeat top center;
	margin: 0 auto;
	text-align: center;
	}
	
#headerright {
float: none;
display: block;
width: 100%;
text-align: center;
margin-bottom: 10px;
}

#tagline {
text-align: center;
color: #fff;
margin: 14px 0 0px 0;
width: 100%;
}

#tagline h2 {
font-size: 1.25em;
margin: 0px 0 0 0;
padding: 0;
text-align: center;
display: block;
color: #fff;
}

#navigation img {
float: right;
display: block;
margin: 0 0 0 10px;
vertical-align: middle;
}

#navigation {
text-transform: uppercase;
font-size: 0.85em;
float: none;
display: block;
margin: 10px 0 0;
font-family: Times New Roman, Times, serif;
width: 90%;
}

#navigation a {
color: #fff;
text-decoration: none;
}

#navigation a:hover {
color: #979797;
}

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
float: none;
display: block;
}

#navigation li {
list-style: none;
float: left;
display: inline-block;
}

#navigation ul ul {
display: none;
}

body nav#navigation li.facebook a {
background: url(images/facebook.png) no-repeat top center;
width: 25px;
height: 24px;
text-indent: -9999px !important;
overflow: hidden;
display: block;
}

/***** Home *****/

.home #content {
float: none;
width: 800px;
padding: 0;
}

#home-slider {
max-width: 800px;
float: none;
display: block;
margin: 0 auto;
}

#footer h3 {
color: #bebebe;
}

#home-footer h3 span, #footer h3 span {
font-size: 0.75em;
letter-spacing: normal;
font-family: Times New Roman, Times, serif;
padding: 0 0 0 15px;
}

#home-footer span a, #footer span a {
color: #bdbdbd;
text-decoration: none;
font-style: italic;
}

#home-footer a:hover, #footer span a:hover {
color: #dcdcdc;
}

#homecolumn1, #homecolumn2, #homecolumn3, #footercolumn1, #footercolumn2, #footercolumn3 {
width: 300px;
margin: 0 30px 0 0;
float: left;
display: block;
}

#homecolumn1 img {
float: left;
display: block;
margin: 0 15px 0 0;
padding: 0 0 0px 0;
vertical-align: middle;
}

#homecolumn1 p {
padding: 0px 0 10px 0;
margin: 0;
line-height: 1.1em;
font-size: 0.95em;
}

#homecolumn1 a {
text-decoration: none;
font-style: normal;
color: #d3d3d3;
}

#homecolumn1 a:hover {
color: #ededed;
}

#homecolumn2 ul {
list-style: none;
margin: 0;
padding: 0;
}

#homecolumn2 li {
padding: 0 0 10px 0;
}

#homecolumn3, #footercolumn3 {
margin-right: 0;
}

li.online-ordering-box {
background: #c60707;
border: 1px solid #fff;
color: #fff;
text-align: center;
margin-bottom: 30px !important;
}

li.online-ordering-box h3 {
color: #fff;
padding: 20px 0 20px 0 !important;
}

li.online-ordering-box a {
text-decoration: none;
}
  
 
/***** Reviews ********/

#reviews {
padding-top: 5px;
}

.review-post {
border-bottom: 1px solid #444;
padding: 0 0 20px 0;
margin: 0 0 20px 0;
}

.review-post h3 a {
color: #bebebe;
text-decoration: none;
}

.review-post h3 a:hover {
color: #bebebe;
}

.review-post p {
padding: 0;
}

/****** Full Width ******/

.page-template-page-fullwidth-php #content, .page-template-page-events-php #content {
width: 800px;
float: none;
}

.ngg-pro-album span.caption_link a {
text-transform: uppercase;
text-decoration: none;
}

/***** Contact form ******/

input[type="text"], input[type="email"], textarea {
background: #fff;
border: 1px solid #c1c1c1;
padding: 8px 12px;
width: 90%;
}

/****** Locations *******/

.page-id-11 table img {
padding: 0 0 25px 0;
}

.page-id-11 table td:nth-child(1) {
	width: 33%;
}

.page-id-11 table td:nth-child(3) {
	width: 33%;
}

.page-id-11 table td:nth-child(5) {
	width: 33%;
}

@media all and (max-width: 500px) {
	.page-id-11 table td:nth-child(1) {
	width: 100%;
}
	.page-id-11 table td:nth-child(2), .page-id-11 table td:nth-child(3), .page-id-11 table td:nth-child(4), .page-id-11 table td:nth-child(5) {
	display: none;
}
}

/****** Menu *********/

.page-template-page-menu-php #content h3 a {
text-decoration: none;
}

.page-template-page-menu-php #content h3 a:hover {
color: #acacac;
}

.page-template-page-menu-php #sidebar, .tax-wpsc_product_category #sidebar {
margin: 40px 0 0 0;
}

#sidebar h3 {
margin-bottom: 0;
padding-bottom: 15px;
}

.page-template-page-menu-php #sidebar ul.menu, .tax-wpsc_product_category #sidebar ul.menu {
margin: 0px 0 10px 0;
}

#downloadmenu {
font-size: 2em;
text-align: center;
text-transform: uppercase;
padding: 0;
margin: 40px 0 0px 0;
letter-spacing: -1px;

}

#downloadmenu a {
color: #bc8d41;
}

#downloadmenu a:hover {
color: #bc8d41;
}

.page-template-page-menu-php #content strong, .tax-wpsc_product_category #content strong {
font-size: 1em;
color: #bebebe;
font-family: Times New Roman, Times, serif;
font-weight: normal;
}

span.gfield_required {
color: #bc8d41 !important;
}

	
/***** General Stuff *****/

.storytitle {
	padding: 20px 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 1.6em;
	text-transform: uppercase;
}

.storytitle a {
	text-decoration: none;
	color: #bc8d41;
}

.storycontent a {
}

.storycontent a:hover {
}

.storycontent {
	margin-bottom:-10px;
}
.post {
	margin-bottom:18px;
}

p, li, .feedback {
	font: Arial, Helvetica, sans-serif;
	
}

a.more-link {
color: #bebebe;
text-decoration: none;
font-style: italic;
}

a.more-link:hover {
color: #bebebe;
}

/***** Footer *****/

#footer {
	color: #fff;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
}


#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
color: #fff;
}

#topfooter {
padding: 8px 0;
font-size: 0.9em;
background: #936220;
margin-top: 25px;
color: #fff;
}

#footercolumn1 {

}

#bottomfooter {
	font-style: italic;
	font-size: 0.8em;
color: #fff;
padding: 0 0 0 0;
}

#bottomfooter a {
color: #fff;
}

#bottomfooter a:hover {
color: #fff;
}

#footerleft {
float: left;
display: block;
width: 50%;
margin: 25px 0 40px 0;
}

#footerright {
float: right;
display: block;
width: 50%;
text-align: right;
margin: 25px 0 40px 0;
}

/***** Global Classes *****/

.wrap {
width: 800px;
margin: 0 auto;
}

.alignleft {
float: left;
display: block;
margin: 0 15px 10px 0;
}

.alignright {
float: right;
display: block;
margin: 0 0 10px 15px;
}

.aligncenter {
margin: 0 auto;
text-align: center;
display: block;
}

/***** More Global Classes *****/

.ie6 .clearfix {
height: 0px;
overflow: hidden;
margin: -5px 0 0 0;
padding: 0;
display: block;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (max-width: 850px) {

.wrap {
width: 90%;
padding: 0 5%;
display: block;
margin: 0 auto;
background: none;
}

}



#headerright {
float: none;
width: 100%;
text-align: center;
display: block;
}

#tagline {
}

#tagline, #tagline h2 {
text-align: center;
float: none;
}

#header h1 {
float: none;
margin: 0 auto;
margin-top: 35px;
width: 100%;
text-align: center;
}

#header h1 a {
margin: 0 auto;
}

#navigation {
float: none;
display: block;
margin: 0 auto;
margin-top: 20px;
}

	#navigation img {
float: none;
margin: 0 auto;
margin-top: 15px;
}

#navigation ul {
text-align: center;
float: none;
	margin: 0 auto;
}

#navigation li {
display: inline-block;
float: none;

}

#navigation li a {
padding: 8px 6px;
line-height: 2.5em;
}

li.order-online a {
	background: #bc8d41;
}

li.order-online a:hover {
	background: #a27731;
	color: #fff !important;
}

#home-content {
width: 100%;
float: none;
display: block;
clear: both;
}

#home-slider {
width: 100%;
float: none;
height: auto;
display: block;
clear: both;
margin-bottom: 30px;
}

#home-slider img, .storycontent img {
	width: 100%;
	height: auto;
	}

#footerleft {
float: none;
display: block;
width: 100%;
text-align: center;
margin: 25px 0 0 0;
}

#footerright {
float: none;
display: block;
width: 100%;
text-align: center;
margin: 0 0 40px 0;
}

#content {
float: none;
width:100%;
padding: 0 0 20px 0;
}

#sidebar {
padding: 0 0 40px 0;
float: none;
width: 100%;
}




@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; } }