/*

Theme Name: Screen Door Template

Theme URI: http://underscores.me/

Author: Amanda Blum of Howling Zoe Productions

Author URI: http://underscores.me/

Description: This is a custom theme based on the _s framework making extensive use of custom post types, advanced custom fields and custom taxonomy templates. 

Version: 1.0

License: GNU General Public License

License URI: license.txt

Tags:



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



Resetting and rebuilding styles have been helped along thanks to the fine work of

Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html

along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

and Blueprint http://www.blueprintcss.org/

*/





/* =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, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: "Droid Serif", serif;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

}

html {

	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */

	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

margin: 0 !important;

}

body {

}

body.custom-background {

    background-size: cover;

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

	display: block;

}

ol, ul {

	list-style: none;

}

table { /* tables still need 'cellspacing="0"' in the markup */

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	font-weight: normal;

	text-align: left;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

a:focus {

	outline: thin dotted;

}

a:hover,

a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */

	outline: 0;

}

a img {

	border: 0;

}

a.svgx:after {

  content: ""; 

  position: absolute; 

  top: 0; 

  right: 0; 

  bottom: 0; 

  left: 0;

}

a.svgx {

  position: relative;

  display: inline-block;

}



/* =Global

----------------------------------------------- */



body,

button,

input,

select,

textarea {

	color: #404040;

	font-family: "Droid Serif", serif;

	font-size: 16px;

	font-size: 1.6rem;

	line-height: 1.5;

       letter-spacing: .03em;

}



/* Headings */

h1,h2,h3,h4,h5,h6 {

	clear: both;

}

hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}



/* Text elements */

p {

	margin-bottom: 1.5em;

}

ul, ol {

	margin: 0 0 1.5em 3em;

}

ul {

	list-style: disc;

}

ol {

	list-style: decimal;

}

ul ul, ol ol, ul ol, ol ul {

	margin-bottom: 0;

	margin-left: 1.5em;

}

dt {

	font-weight: bold;

}

dd {

	margin: 0 1.5em 1.5em;

}

b, strong {

	font-weight: bold;

}

dfn, cite, em, i {

	font-style: italic;

}

blockquote {

	margin: 0 1.5em;

}

address {

	margin: 0 0 1.5em;

}

pre {

	background: #eee;

	font-family: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	font-size: 1.5rem;

	line-height: 1.6;

	margin-bottom: 1.6em;

	padding: 1.6em;

	overflow: auto;

	max-width: 100%;

}

code, kbd, tt, var {

	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}

abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

mark, ins {

	background: #fff9c0;

	text-decoration: none;

}

sup,

sub {

	font-size: 75%;

	height: 0;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

small {

	font-size: 75%;

}

big {

	font-size: 125%;

}

figure {

	margin: 0;

}

table {

	margin: 0 0 1.5em;

	width: 100%;

}

th {

	font-weight: bold;

}

button,

input,

select,

textarea {

	font-size: 100%; /* Corrects font size not being inherited in all browsers */

	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

	vertical-align: baseline; /* Improves appearance and consistency in all browsers */

	*vertical-align: middle; /* Improves appearance and consistency in all browsers */

}

button,

input {

	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */

}

button, html input[type="button"], input[type="reset"], input[type="submit"] {

    border: 1px solid #ccc;

    border-color: #005678;

    border-radius: 1px;

    background: #005678;

    color: #ffffff;

    cursor: pointer;

    -webkit-appearance: button;

    font-size: 12px;

    font-size: 1.4rem;

    line-height: 1;

    padding: 1.12em 1.5em 1em;

    text-shadow: 0 1px 0 rgba(255,255,255,.8);

}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {

    border-color: #ccc #bbb #aaa #bbb;

    background: white;

    color: #005678;

}

button:focus,

html input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

html input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	border-color: #aaa #bbb #bbb #bbb;

	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);

	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);

	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);

}

input[type="checkbox"],

input[type="radio"] {

	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */

	padding: 0; /* Addresses excess padding in IE8/9 */

}

input[type="search"] {

	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */

	-moz-box-sizing: content-box;

	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

	box-sizing: content-box;

}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

	-webkit-appearance: none;

}

button::-moz-focus-inner,

input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

	border: 0;

	padding: 0;

}

input[type=text],

input[type=email],

textarea {

	color: #666;

	border: 1px solid #ccc;

	border-radius: 3px;

}

input[type=text]:focus,

input[type=email]:focus,

textarea:focus {

	color: #111;

}

input[type=text],

input[type=email] {

	padding: 3px;

}

textarea {

	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

	padding-left: 3px;

	vertical-align: top; /* Improves readability and alignment in all browsers */

	width: 98%;

}



#zindextop {

margin-left: -9999px;

position:relative;

}



.fell {

    font-family: 'IM Fell DW Pica', serif;

    font-weight: normal;

    font-size: 22px;

}



/* Links */

a {

	color: #333333;

}

a:visited {

	

}

a:hover,

a:focus,

a:active {

	color: #333333;

}



/* Alignment */

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.5em;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 1.5em;

}

.aligncenter {

	clear: both;

	display: block;

	margin: 0 auto;

	text-align: center;

}



.assistive-text, .menu-toggle {

visibility: hidden;

height: 10px;

}







/* =Menu

----------------------------------------------- */



.main-navigation, .main-small-navigation {

    display: block;

    float: right;

    width: 50%;

    font-family: 'Droid Serif', serif;

    padding-right: 15px;

}

.main-navigation ul {

	list-style: none;

}

.main-navigation li {

    float: right;

    padding-left: 40px;

    color: white;

    clear: both;

    font-size: 125%;

}

.main-navigation a {

    color: #b7a720;

    text-decoration: none;

}



.main-navigation li a:hover {

color: gray;}





.main-navigation ul ul {

	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	display: none;

	float: left;

	position: absolute;

		top: 1.5em;

		left: 0;

	z-index: 99999;

}

.main-navigation ul ul ul {

	left: 100%;

	top: 0;

}

.main-navigation ul ul a {

	width: 200px;

}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {

}

.main-navigation ul ul :hover > a {

}

.main-navigation ul ul a:hover {

color:#AB0534;

}

.main-navigation ul li:hover > ul {

	display: block;

}

.main-navigation li.current_page_item a,

.main-navigation li.current-menu-item a {

}



div#wnb-bar {

    font-family: "Droid Serif", serif;

    font-size: 110%;

    text-transform: uppercase;

    color: #333333;

    letter-spacing: .03em;

}

/* =Content

----------------------------------------------- */



.sticky {

}

.hentry {

	margin: 0 0 1.5em;

}

.entry-meta {

	clear: both;

}

.byline {

	display: none;

}

.single .byline,

.group-blog .byline {

	display: inline;

}

.entry-content,

.entry-summary {

	margin: 1.5em 0 0;

	clear:both;

}

.page-links {

	clear: both;

	margin: 0 0 1.5em;

}

#colleft {

    width: 55%;

    display: block;

    float: left;

    text-align: left;

}

#colright {

    width: 40%;

    display: block;

    float: left;

    padding-left: 10px;

    margin-top: 18px;

}

#colleft a.button.wc-forward {

    font-size: 24px;

    font-weight: normal;

    margin-bottom: 30px;

}

#colleft .entry-content {

    text-align: left;

}

#colleft h2 {

    padding: 0px 5% 0 5%;

    font-size: 26px;

    color: #005678;

}

#colright img {

    border-top: 5px solid #efefef;

    padding-top: 10px;

    padding-bottom: 5px;

}

#colright img:last-child {

    border-bottom: 5px solid #efefef;

    padding-bottom: 10px;

}

.page-template.page-template-tpl_menu2col.page-template-tpl_menu2col-php, .page-template.page-template-tpl-cakepies, .page-template-tpl-regular.page-template-tpl-regular-php, body.archive.tax-item_notes.custom-background {

    background-image: none;

    background: #fff;

}

h2 {

font-family: "Droid Serif", serif;

color: #005e88;

font-size: 23px;

font-weight: bold;

text-transform: uppercase;

letter-spacing: .05em;

}



/* =Asides

----------------------------------------------- */



.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

	display: none;

}





/* =Media

----------------------------------------------- */



.site-header img,

.entry-content img,

.comment-content img,

.widget img {

	max-width: 100%; /* Fluid images for posts, comments, and widgets */



}

.site-header img,

.entry-content img,

img[class*="align"],

img[class*="wp-image-"] {

	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}

.site-header img,

.entry-content img,

{

	max-width: 75%;

	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */

}



img.size-full {

	max-width: 100%; /* Fluid images for posts, comments, and widgets */

	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */

}

.entry-content img.wp-smiley,

.comment-content img.wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

.wp-caption {

	border: 1px solid #ccc;

	margin-bottom: 1.5em;

	max-width: 100%;

}

.wp-caption img[class*="wp-image-"] {

	display: block;

	margin: 1.2% auto 0;

	max-width: 98%;

}

.wp-caption-text {

	text-align: center;

}

.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}

.site-content {

    clear: both;

    padding-top: 30px;

    background: white;

}



.site-content .gallery {

	margin-bottom: 1.5em;

}

.gallery-caption {

}

.site-content .gallery a img {

	border: none;

	height: auto;

	max-width: 90%;

}

.site-content .gallery dd {

	margin: 0;

}

.site-content .gallery-columns-4 .gallery-item {

}

.site-content .gallery-columns-4 .gallery-item img {

}



/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {

	max-width: 100%;

}



/* =Mobile Menu Stuff

----------------------------------------------- */



.mobi-nav-wrap {

    position: absolute;

}

body .mobi-nav ul.mobi-main-nav li span {

    font-family: "Droid Serif";

    border-top: 1px solid #ffffff;

    border-bottom: 1px solid #ffffff;

}



.mobi-nav-target .mobi-full-inner .mobi-menu a, .mobi-nav-target .mobi-full-inner .mobi-menu li a {

    text-transform: uppercase;

    text-decoration: none;

}



/* =WooCommerce Stuffs

----------------------------------------------- */



.woocommerce .woocommerce-message:before {

    content: "\e015";

    color: #005678;

}

.woocommerce .woocommerce-message {

    border-top-color: #005678;

}



.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {

    padding: 0 2em 0 3.5em!important;

    margin: 0 0 2em!important;

    position: relative;

    background-color: #ffffff;

    color: #005678;

    border-top: 3px solid #ffffff;

    list-style: none!important;

    width: auto;

    word-wrap: break-word;

    font-family: 'IM Fell DW Pica', serif;

    font-style: italic;

}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,a.button.wc-forward {

    font-size: 100%;

    margin: 0;

    line-height: 1;

    cursor: pointer;

    position: relative;

    text-decoration: none;

    overflow: visible;

    padding: .618em 1em;

    font-weight: 700;

    border-radius: 3px;

    left: auto;

    color: #FFFFFF;

    background-color: #005678;

    border: 0;

    white-space: nowrap;

    display: inline-block;

    background-image: none;

    box-shadow: none;

    -webkit-box-shadow: none;

    text-shadow: none;

}



.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {

    float: right;

    font-style: normal;

    font-weight: normal;

    font-family: "Droid Serif", serif;

    text-transform: capitalize;

}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {

    background-color: #005678;

    color: #ffe8cc;

    -webkit-font-smoothing: antialiased;

}



.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {

    background-color: #fff;

    color: #005678;

}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {

    color: inherit;

    cursor: not-allowed;

    opacity: 1;

    padding: .618em 1em;

    display: none;

}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {

    margin-bottom: 0;

}

.woocommerce h3 {

    color: #fff;

    font-size: 26px;

    padding-bottom: 20px;

}
.woocommerce-checkout .woocommerce h3 {
    color: #005678;
    font-size: 100%;
    padding: 15px 0 10px 0;
    font-weight: normal;
}


.woocommerce-checkout .woocommerce h3 {
    color: #005678;
    font-size: 100%;
    padding: 15px 0 10px 0;
    font-weight: normal;
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {

    background: #8da9b4;

    border-radius: 5px;

}



#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {

    background-color: #fff;

}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {

    background: #8da9b4;

    border-radius: 5px;

}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {

    content: "";

    display: block;

    border: 1em solid #fff;

    border-right-color: transparent;

    border-left-color: transparent;

    border-top-color: transparent;

    position: absolute;

    top: -.75em;

    left: 0;

    margin: -1em 0 0 2em;

}

.woocommerce-page .entry-content {

    background: #fff;

}

.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {

    font-family: 'IM Fell DW Pica', serif;

}

.woocommerce table.shop_table {

    color: #005678;

}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {

    top: 0; 

}

.custom-background.woocommerce-cart.woocommerce-page {

    background-image: none;

    background: #ffffff;

}

.woocommerce {

    color: #005678;

}

table.shop_table.order_details a {

    color: #005678;

    text-decoration: none;

    font-weight: bold;

}

.quantity {

    padding: 0 0 10px 0;

}
.woocommerce form .form-row .required, abbr {
    color: red;
    font-weight: 700;
    border: 0;
}

/* =Navigation

----------------------------------------------- */



.site-content .site-navigation {

	margin: 0 0 1.5em;

	overflow: hidden;

}

.site-content .nav-previous {

	float: left;

	width: 50%;

}

.site-content .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}



/* =Comments

----------------------------------------------- */



.bypostauthor {

}



/* =Widgets

----------------------------------------------- */



.widget {

	margin: 0 0 1.5em;

}

.widget_sp_image {

    margin: 0;

    padding: 0;

}

.widget_sp_image img {

    width: 100%;

    height: auto;

    padding: 0;

    margin: 0;

}

aside#text-9 {

    width: 95%;

    margin: 0 auto;

}

/* Make sure select elements fit in widgets */

.widget select {

	max-width: 100%;

}



/* Search widget */

#searchsubmit {

	display: none;

}





#displayblock {

}





.block {

width: 420px;

height: 250px;

float: left;

}



#displayblock img {

width: 420px;

height: 250px;

}



.caption  {

}



/* Menu Styles */



h4#setpage {

    position: absolute;

    bottom: 0;

    margin: 0 auto;

    width: 100%;

    background: #005678;

    color: #ffe8cc;

    text-align: center;

    font-size: 21px;

    font-style: italic;

	padding: 0;

}

.info {

    color: #ffe8cc;

    text-align: center;

}

.info a {

    color: #d8d8d8;

    font-size: 85%;

    text-decoration: none;

}

.info a:hover {

    color: grey;

    text-decoration: underline;

}

aside {

   font-family: 'Droid Serif', serif;



}



aside .menu-main-menu-container {

    width: 40%;

    margin: 0 auto;

    text-align: center;

}

aside ul {

    list-style: none;

    justify-content: center;

    display: flex;

    margin: 0 0 1.5em 0;

}

aside ul li {

    float: left;

    margin-right: 20px;

}

aside ul li a {

color: #d8d8d8;

text-decoration:none;

}

aside ul li a:hover {

text-decoration:underline;

color:grey;

}

.page-id-694 #primary {

    text-align: center;

}

.menu-menu-for-the-menus-container {

    display: flex;

    justify-content: center;

}

.menu-menu-for-the-menus-container ul {

list-style:none;

}

.menu-menu-for-the-menus-container li {

    float: left;

    margin: 0 15px;

}

.menu-menu-for-the-menus-container li a {

    text-decoration: none;

    color: #d8d8d8;

    text-transform: lowercase;

   font-family: 'Droid Serif', serif;

    font-size: 18px;

}



.menu-menu-for-the-menus-container li a:hover {

text-decoration: underline;

color: white;

}



.home #primary {

    float: left;

    width: 100%;

    background: #005678;

    top: 100%;

    position: absolute;

    text-align: center;

    padding-top: 20px;

}

#homeannouncement {

    clear: both;

    padding: 10px 0;

    background: rgba(0, 114, 155, .7);

    position: absolute;

    font-family: 'Droid Serif', serif;

    color: white;

    text-align: center;

    font-size: 20px;

    top: 50%;

    transform: translateY(-50%);

    width: 100%;

}



#homeannouncement a {

    text-decoration: none;

    color: inherit;

}



#homeannouncement a:hover {

    text-decoration: underline;

    color: #f9f9f9;

}

div#wnb-bar {
    font-family: "Droid Serif", serif;
    font-size: 100% !important;
    text-transform: capitalize !important;
    color: white !important;
    letter-spacing: .03em;
    font-style: italic !important;
    background-image: none !important;
    border-bottom: 1px solid #FFEED2 !important;
    background-color: #ed9d02 !important;
}

.wnb-bar-button {
    color: #005678;
    text-shadow: 0 -1px 0 rgba(255,255,255,0.25);
    background-color: #FFEED2;
    font-size: 90%;
    font-style: normal;
    font-family: 'Droid Serif';
    text-transform: uppercase;
    font-weight: normal;
}

#setpage a:hover {

    text-decoration: underline;

}

#setpage a {

    color: #b7a720;

    text-decoration: none;

}



aside#black-studio-tinymce-9 {

    color: #d8d8d8;

    margin: 0;

    margin-bottom: -15px;

    font-size: 16px;

    clear: both;

    position: relative;

    text-align: center;

}

.entry-content, .entry-summary {

    margin: 1.5em 0 0;

    clear: both;

    top: 150px;

    position: relative;

}

.entry-content {

    background: #ffffff;

    padding: 0 5% 80px 5%;

    color: #005678;

   font-family: 'Droid Serif', serif;

    font-size: 22px;

    line-height: 34px;

    text-align: center;

    top: 10px;

    display: block;

    position: relative;

}



.home #secondary {

clear:both;

}

.home #masthead {



    width: 100%;

    height: 100%;

    z-index: 0;

    display: block;

    

}

div#masthead {

    background: #005678;

    overflow: auto;

}

h1.site-title {

    background: #005678;

    padding-top: 5px;

    width: 235px;

    display: block;

}

div#logotop {

    margin-left: 50px;

    display: block;

    float: left;

    width: 20%;

}

div#secondarymenu {

    display: block;

    width: 70%;

    float: right;

    margin-top: 25px;

}

#secondarymenu ul {

    text-align: right;

    margin-right: 60px;

}



#secondarymenu ul li {

    display: inline;

    margin: 0 auto;

    font-weight: bold;

    text-transform: uppercase;

    font-size: 21px;

    color: #ffe8cc;

    letter-spacing: .06em;

}

#secondarymenu ul li a {

    text-decoration: none;

    color: #ffe8cc;

}

#secondarymenu ul li + li:before {

content: " - "

}

#masthead img.size-full {

    max-width: 75%;

    width: auto;

}

.menus-content {

    text-align: left;

}

#smenuitem {}

#sushipic {}

#sushipic img {}

.sushi-entry {}

.fishsource {

margin-left:10px;

}



.menudescript {

font-family: 'Droid Serif', serif;

color: gray;

}



.fishsource a {

color:#555555;

text-decoration:none;

}



#prices {}

#prices a, .openprice a {

color:#555555;

text-decoration:none;

}



.sashimi {

margin-left:15px;}



.openprice {

margin-left:-15px;}



.menuheader {}







h2.menuheader, .entry-content h2 {

    color: #fff;

    background: none;

    font-size: 35px;

    padding: 0 0 0 5px;

}



.entry-content h2 {

    text-align: left;

    font-size: 26px;

}



.menus-content h2, #setpage {

   font-family: 'Droid Serif', serif;

    font-size: 40px;

    color: gray;

    padding: 10px 0 20px 0;

    text-transform: capitalize;

    font-style: italic;

    padding-left: 15px;

}

div#mainbelow {

    background: rgba(29, 53, 73, .6);

	margin-top: 150px;

}

.baker {

    background: rgba(29, 53, 73, .6);

	padding: 20px;

	color: #ffe8cc;

    font-size: 18px;

       font-family: 'Droid Serif', serif;

    line-height: 28px;

    text-transform: none;

    font-style: italic;

}

.baker a {

   font-size: 18px;

   color: #d8d8d8;	

}

.baker a:hover {

   font-size: 18px;

   color: #d8d8d8;	

   text-decoration: underline;

}

.category.section {

}

ul.menus {

    list-style: none;

    margin: 0;

}



.menus li {

clear: left;

padding-bottom: 10px;

}

#kmenuitem {

    display: inline-block;

    font-size: 14px;

    color: #555555;

    line-height: 22px;

    margin-bottom: 15px;

}



h3, #kmenuitem h3 {

    color: #69909f;

    font-family: 'Droid Serif', serif;

    font-size: 18px;

    line-height: 28px;

    text-transform: Capitalize;

    font-style: normal;

    font-weight: bold;

    letter-spacing: .03em;

    white-space: normal;

    padding-left: 25px;

}

h5 {

    font-size: 12px;

    font-family: 'Droid Serif', serif;

    color: #005e88;

    font-weight: normal;

    text-align: center;

}

h5 a {

    color: #005e88;

    text-decoration: none;

}

h5 a:hover {

    color: #005e88;

    border-bottom: 1px solid #005e88;

    padding-bottom: 3px;

}

.info {

    color: #ffe8cc;

    font-size: 18px;

       font-family: 'Droid Serif', serif;

    font-size: 21px;

    line-height: 28px;

    text-transform: none;

    font-style: italic;

}



#kitchenpic, #sushipic {

width: 225px;

float: left;

display: inline-block;

padding-right: 20px;

height: 150px;

overflow: hidden;

margin-bottom: 20px;

}



#kitchenpic img, #sushipic img {

width: 225px;

height: auto;

}



.category.section h3 {

    font-family: 'Droid Serif', serif;

    font-size: 26px;

    padding-left: 15px;

    color: #005e88;

    overflow: hidden;

    word-wrap: break-word;

}

#primary .aligncenter h2 {

    font-family: 'Droid Serif', serif;
    font-size: 26px;
    color: #005e88;
    overflow: hidden;
    word-wrap: break-word;
    font-style: normal;
    padding: 0;
    }

.category.section h3:after {

	content: "...";

}

#kmenuitem h3:after {

    content: '';

}



.category.section h4, .kitchen-entry h4 {

    font-family: 'IM Fell DW Pica', serif;

    font-size: 20px;

     color: #005e88;

    padding-left: 20px;

    display: block;

    font-style: italic;

}

.category.section h4 a, .kitchen-entry h4 a {

    font-family: 'IM Fell DW Pica', serif;

    font-size: 20px;

     color: #005e88;

    font-style: italic;

}

.kitchen-entry {

    font-family: 'IM Fell DW Pica', serif;

    font-size: 20px;

    color: #69909f;

    padding-left: 30px;

    display: block;

}

#prodleft p {

    font-family: 'IM Fell DW Pica', serif;

    font-size: 20px;

    color: #69909f;


    display: block;

}



.kitchen-entry a {

    color: #69909f;

    text-decoration: none;

    font-size: 80%;

}

span.underline {
    text-decoration: underline;
    color: #69909f;
    font-size: 20px;
}
.kitchen-entry p {

    font-family: 'IM Fell DW Pica', serif;

    font-size: 20px;

    color: #005678;

    margin-left: 20px;

    margin-bottom: 0;

}

.notes {}

#prices {}



.lunch, .nigiri, {

}



.dinner {}



.taxdescript {



font-size: 16px;



display: block;

}



ul.products {

list-style: none;

margin-top:20px;

}

ul.products li {

    width: 100%;

    display: inline-block;

    padding-bottom: 40px;

}

div#prodimg {

    width: 0%;

    float: left;

    display: none;

    margin: 5px;

}

#prodimg img {

    width: 100%;

    height: auto;

}

div#prodleft {

    width: 100%;

    float: right;

    display: inline;

    text-align:left;

}

#prodleft h3 {

    overflow: visible;

    white-space: normal;

    word-wrap: break-word;

    margin: 0;

    padding: 0;

}

#prodleft h3:after {

	content: "";

}




#hours {



}

#sdfooter {

    background: #005678;

    color: #ffe8c5;

    clear: both;

    display: block;

    overflow: hidden;

    text-align: center;

    height: 150px;

}



#sdfooter a:hover {

    color: #ffffff;

}

#sdfooter a {

    color: #ffe8c5;

}



#sdfooter .widget {

    margin: 0;

}

.footer2 {

    width: 48%;

    display:block;

    float:left;

}

.footer2 a {

    font-size: 16px;

}

.footer1, .footer3 {

    width: 25%;

    display: block;

    float: left;

    top: 50%;

    position: relative;

    transform: translateY(-50%);

    height: 75px;

}

.footer1 {

    border-right: 3px solid #ffe8c5;

}

.footer3 {

    border-left: 3px solid #ffe8c5;

}

.fbig {

font-size: 125%;

}



.favg {

    font-size: 110%;

    line-height: 28px;

}





/* sidebar

================================================== */



.venue-stats {

margin: 15px;

border-radius: 5px;

border: solid 2px #1872B8;

padding: 10px;

background-image: linear-gradient(bottom, rgb(15,135,191) 34%, rgb(59,184,233) 67%);

background-image: -o-linear-gradient(bottom, rgb(15,135,191) 34%, rgb(59,184,233) 67%);

background-image: -moz-linear-gradient(bottom, rgb(15,135,191) 34%, rgb(59,184,233) 67%);

background-image: -webkit-linear-gradient(bottom, rgb(15,135,191) 34%, rgb(59,184,233) 67%);

background-image: -ms-linear-gradient(bottom, rgb(15,135,191) 34%, rgb(59,184,233) 67%);



background-image: -webkit-gradient(

	linear,

	left bottom,

	left top,

	color-stop(0.34, rgb(15,135,191)),

	color-stop(0.67, rgb(59,184,233))

);

width: 200px;

box-shadow: 0px 2px 5px #555555;

}



.venue-stats h3, #instagram h3 {

color: white;

font-family: 'rock salt';

font-weight: normal;

font-size: 16px;

text-transform: capitalize;

text-shadow: 1px 1px 3px #333333;

}



.venue-stats h4 a {

color: white;

font-family: 'Droid Serif', serif;

font-size: 13px;

}



.venue-stats h4 a:hover {

color:gray;

}



.venue-stats ul {

list-style: none;

list-style-position: inside;

margin-left: 0px;

font-family: 'Droid Serif', serif;

font-size: 14px;

margin-bottom: 1px;

}



.venue-stats li {}

.venue-stats li a {

color:white;

text-decoration:none;}

.venue-stats li a:hover {

color:gray;

text-decoration:underline;}



.venue-stats img {

border-radius: 2px;

border: 1px solid #333333 !important;

box-shadow: 1px 1px 1px gray;

margin-left: 10px;}





#instagram {

width: 200px;

background-image: linear-gradient(left top, rgb(161,120,90) 34%, rgb(64,30,20) 67%);

background-image: -o-linear-gradient(left top, rgb(161,120,90) 34%, rgb(64,30,20) 67%);

background-image: -moz-linear-gradient(left top, rgb(161,120,90) 34%, rgb(64,30,20) 67%);

background-image: -webkit-linear-gradient(left top, rgb(161,120,90) 34%, rgb(64,30,20) 67%);

background-image: -ms-linear-gradient(left top, rgb(161,120,90) 34%, rgb(64,30,20) 67%);



background-image: -webkit-gradient(

	linear,

	left top,

	right bottom,

	color-stop(0.34, rgb(161,120,90)),

	color-stop(0.67, rgb(64,30,20))

);

border-radius: 5px;

border: 2px solid #CDC0AD;

padding: 10px;

margin: 15px;

box-shadow: 0px 2px 5px #555555;

}



.instagrambutton {

	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;

	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;

	box-shadow:inset 0px 1px 0px 0px #ffffff;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #012903), color-stop(1, #0f2e16) );

	background:-moz-linear-gradient( center top, #012903 5%, #0f2e16 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#012903', endColorstr='#0f2e16');

	background-color:#012903;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	border-radius:5px;

	border:1px solid #706aeb;

	display:inline-block;

	color:#f7f7f7;

	font-family:Verdana;

	font-size:11px;

	font-weight:bold;

	padding:4px 19px;

	text-decoration:none;

}.instagrambutton:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f2e16), color-stop(1, #012903) );

	background:-moz-linear-gradient( center top, #0f2e16 5%, #012903 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f2e16', endColorstr='#012903');

	background-color:#0f2e16;

}.instagrambutton:active {

	position:relative;

	top:1px;

}



/* honors page

================================================== */



.honorentry img {

width: 450px;

border: solid 20px #b8cdbc;

margin: 0 20px 20px 0;

}





h2.honortitle {

font-family: 'Droid Serif', serif;

font-weight: bold;

letter-spacing: .5px;

text-transform: uppercase;

font-size: 30px;

line-height: 38px;

}



h2.honortitle a {

color: #AB0534;

text-decoration: none;

}



.honordate {

font-size: 13px;

color: gray;

font-weight:normal;

}



em {

    font-family: 'Droid Serif', serif;

    letter-spacing: 1px;

    font-size: 140%;

}



em a {



}



hr {

       border : 0;

       height : 15px;

       background : url(http://screendoorrestaurant.com/wp-content/uploads/2013/02/honorrule.png) 50% 0 no-repeat;

       margin : 200px 0 100px 0;

clear:both;

       }



blockquote {

margin: 0 1.5em;

background-image: url('http://screendoorrestaurant.com/wp-content/uploads/2013/02/quote.png');

background-repeat: no-repeat;

background-position: 80%;

}





/* #Base 1280 Grid 

================================================== */



    	#page { 

		width: 100%; 

		margin: 0 auto; 

		padding: 0;

		}

   

  	h1.site-title, h1.site-title a {



}



h1.site-title:first-letter {

font-size: 135%;

vertical-align:bottom;}







#masthead img.size-full {

    max-width: 10%;

    width: auto;

    margin-left: 50px;

    margin-top: 5px;

}



h2.site-description {

margin-top: -15px;

padding: 0;

font-size: 13px;

line-height: 32px;

color: #333;

letter-spacing: -1px;

font-family: 'Rock Salt', cursive;

margin-left: 78px;

text-shadow: white -2px -2px 4px;

font-weight: bold;

}

		



hgroup {

width: 100%;

float: left;

}



#socialicons {

float:right;

margin-right: 30px;

}





img.social  {

width:24px;

height: 24px;

}



a img.social {



}



a:hover img.social  {

width:26px;

height: 26px;

}



.container {

		}

 #homemenu {

    background: #005678;

    width: 100%;

    display: block;

    height: 35px;

    padding: 0;

    margin: 0;

overflow: hidden;

}   

#homemenu ul li {

    display: inline;

    margin: 0 auto;

    font-weight: bold;

    text-transform: uppercase;

    font-size: 20px;

    color: #ffe8cc;

}

#homemenu ul {

    text-align: center;

}

#homemenu ul li a {

    text-decoration: none;

    color: #ffe8cc;

}

#homemenu ul li a:hover {

    text-decoration: underline;

}

#homemenu ul li + li:before {

content: " - "

}




#menumenu {

    width: 100%;

    display: block;

    padding: 10px 0 0 0;

    margin: 0;

    background: #efefef;

    margin-bottom: 30px;

}

#menumenu ul li {

    display: inline;

    margin: 0 auto;

    font-weight: bold;

    text-transform: uppercase;

    font-size: 18px;

    color: #005e88;

    letter-spacing: .03em;

    padding-bottom: 4px;

}

#menumenu ul {

    text-align: center;

	margin-left: 0;

	margin-bottom: 0;

}

#menumenu ul li a {

    text-decoration: none;

    color: #005e88;

    text-transform: uppercase;

}

#menumenu ul li a:hover, #menumenu ul li.current_page_item a{

    border-top: 2px solid #005e88;

    border-bottom: 2px solid #005e88;

    margin: 5px 0;

    padding: 5px 0;

}



#menumenu ul li + li:before {

    content: " • ";

    color: #005678;

    font-size: 14px;

}





#displayblock {

}



.block {

width: 420px;

height: 250px;

float: left;

}



#displayblock img {

width: 420px;

height: 250px;

}



.caption {

margin-top: -485px;

display: block;

float: left;

font-size: 70px;

font-weight: normal;

font-family: 'rock salt';

color: whiteSmoke;

margin-left: 15px;

margin-right: 5px;

line-height: 120px;

opacity: .8;

}





.caption a {

color:whitesmoke;

text-decoration:none;

}



.caption a:hover {

opacity: 0;

}



.menu-main-container {

text-align: right;

float: right;

margin-right: 40px;

background-image: url('http://screendoorrestaurant.com/wp-content/uploads/2013/02/menubg1.png');

background-repeat: no-repeat;

background-origin: content-box;

background-position: center;

background-size: 100%;

}



aside#text-4 {

font-size: 20px;

color: gray;

font-family: 'rock salt';

letter-spacing: 2px;

line-height: 38px;

clear:both;

padding-top: 20px;

}





.phone {

font-family: 'Droid Serif', serif;font-size: 28px;

color: #999;

}





.entry-content, .menus-content {

}



#primary {

float: left;

width: 100%;

 

}

#primary .aligncenter h2 {

    margin-top: 20px;

}



#secondary {

width: 200px;

float: left;

padding-top: 30px;

}





.entry-content p {

font-family: 'Droid Serif', serif;

}



#menumenu {

    height: auto;

}

#mobheader, #mobmain, #mobbanner, #mobdesc, #mobfooter {

	display:none;

}

div#mobilelogo {

    display:none;

}

#menumenu ul li a {

    font-size: 24px;

}



.footer1, .footer3 {

    width: 25%;

    font-size: 96%;

}



.footer2 {

    width: 49%;

    font-size: 98%;

}



/* #1400-1529

================================================== */   



    /* Note: Design for a width of 1529px or less */



    @media only screen and (min-width: 1400px) and (max-width:1529px)  {

        #page                                  { width: 100%; }

#secondarymenu ul li {

    font-size: 19px;

    letter-spacing: .05em;

}



#mobheader, #mobmain, #mobbanner, #mobdesc, #mobfooter {

	display:none;

}

#menumenu ul li a {

    font-size: 24px;

}

.footer1, .footer3 {

    width: 24%;

    font-size: 95%;

}



.footer2 {

    width: 51%;

    font-size: 96%;

}

}

/* #1251-1399

================================================== */   



    /* Note: Design for a width of 1399px or less */



    @media only screen and (min-width: 1251px) and (max-width:1399px)  {

        #page                                  { width: 100%; }

#secondarymenu ul li {

    font-size: 17px;

    letter-spacing: .04em;

}



#mobheader, #mobmain, #mobbanner, #mobdesc, #mobfooter {

	display:none;

}

#menumenu ul li a {

    font-size: 22px;

}

.footer1, .footer3 {

    width: 23%;

    font-size: 93%;

}



.footer2 {

    width: 53%;

    font-size: 95%;

}

}



/* #1100-1250

================================================== */   



    /* Note: Design for a width of 125px or less */



    @media only screen and (min-width: 1101px) and (max-width:1250px)  {

        #page                                  { width: 100%; }

#secondarymenu ul li {

    font-size: 15px;

    letter-spacing: .025em;

}



#mobheader, #mobmain, #mobbanner, #mobdesc, #mobfooter {

	display:none;

}

#menumenu ul li a {

    font-size: 20px;

}

.footer1, .footer3 {

    width: 22%;

    font-size: 92%;

}



.footer2 {

    width: 55%;

    font-size: 95%;

}

}

/* #960-1100

================================================== */   



    /* Note: Design for a width of 1100px or less */



    @media only screen and (min-width: 960px) and (max-width:1100px)  {

        #page                                  { width: 100%; }

#secondarymenu ul li {

    font-size: 12.5px;

    letter-spacing: .02em;

}



#mobheader, #mobmain, #mobbanner, #mobdesc, #mobfooter {

	display:none;

}

#menumenu ul li a {

    font-size: 18px;

}

.footer1, .footer3 {

    width: 19%;

    font-size: 90%;

}



.footer2 {

    width: 60%;

    font-size: 95%;

}

}

/* #767-959

================================================== */   



    /* Note: Design for a width of 959px or less */



    @media only screen and (min-width: 767px) and (max-width: 959px)  {

        #page                                  { width: 100%; }

#homemenu ul li {
    font-size: 18px;
}
#homemenu {
    height: 30px;
}
#homemenu ul {
    text-align: center;
    margin: 0 auto;
}
#homemenu ul li + li:before {
    content: " - ";
}
}

/* #320-766

================================================== */   



    /* Note: Design for a width of 766px or less */



    @media only screen and (min-width: 320px) and (max-width: 766px)  {

        #page                                  { width: 100%; }



#mobheader, #mobmain, #mobbanner, #mobdesc, #mobfooter {

	display:inline;

}        

#masthead, #homeannouncement, #setpage, #mainbelow,.home #masthead {

	display:none;

}

#menumenu ul li a {

    font-size: 18px;

}

#sdfooter {

    display: none;

}

div#mobilelogo {

    text-align: center;

     display:block;

}

.footer1, .footer3 {

margin-top: 20px;

}

div#mobheader {

    width: 100%;

    display: block;

    background: #005678;

    color: #fff;

    font-style: italic;

    font-size: 18px;

    padding: 5px 0;

    text-align: center;

}

div#mobmain {

    background: #ffffff;

    display: block;

    width: 100%;

    height: 400px;

}

div#mobdesc {

    display: block;

    background: #fff;

    color: #005678;

    font-style: italic;

    font-size: 18px;

    font-weight: bold;

    text-align: center;

    padding: 5px 0;

}



div#mobfooter {

    display: block;

    width: 100%;

    background: #005678;

    color: #ffffff;

    text-align: center;

    font-size: 20px;

    height: auto;

    padding-bottom: 20px;

}

#mobfooter a {

    color: #d8d8d8;

}

div#mobmain {

    background-size: cover;

}

.mobbanner {

clear: both;

    padding: 10px 0;

    background: rgba(0, 114, 155, .7);

    position: absolute;

    font-family: 'Droid Serif', serif;

    color: white;

    text-align: center;

    font-size: 20px;

    top: 50%;

    transform: translateY(-50%);

    width: 100%;

    position: relative;

    }

body.custom-background {

background-image:none !important;

background: #005678;

}

#colright {

display:none;

}

#colleft {

width:100%;

background: #ffffff;

}

.menu-menu-for-the-menus-container {

background: #005678;

}

#menumenu ul {

margin-bottom: 0px;

padding: 10px 0 0 0;

}

#menumenu ul li a:hover, #menumenu ul li.current_page_item a {

    border-top: 2px solid #ffffff;

    border-bottom: 2px solid #ffffff;

}



#menumenu ul li a {

    text-decoration: none;

    color: #ffffff;

    text-transform: uppercase;

}

.category.section h3, h3, #kmenuitem h3, .kitchen-entry, .menus li {

	padding-left: 0;

}

#menumenu ul li {

clear:both;

padding-bottom:10px;

}



#menumenu ul li:before, #menumenu ul li:after {

    content: "-:-:-";

}

#menumenu ul li + li:before, #menumenu ul li:first-child:before, #menumenu ul li:last-child:after {

    content: "-:-:-";

}

.menus-content {

    text-align: center;

}

div#logotop {

    margin: 0 auto;

    display: block;

    float: none;

    width: 235px;

}

div#secondarymenu {

    display: none;

}

#sdfooter {

    height: auto;

}

.footer1 {

    border-right: none;

    width: 100%;

    float: left;

    display: block;

    clear: both;

    border-bottom: 1px solid;

    padding-bottom: 10px;

}

.footer2 {

    width: 100%;

    display: block;

    float: left;

    clear: both;

    border-bottom: 1px solid;

    padding-bottom: 10px;

    margin-top: 10px;

}

.footer3 {

    border-left: none;

    width: 100%;

    float: left;

    clear: both;

    display: inline-block;

    margin-top: 10px;

  padding-bottom: 20px;

}

.footer1, .footer3 {

    transform: none;

}

#menumenu ul li {

    margin: 3px auto;

    position: relative;

    text-align: center;

    width: 300px;

    clear: both;

}

}





/* #Clearing

================================================== */



    /* Self Clearing Goodness */

    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } 

    

    /* Use clearfix class on parent to clear nested columns, 

    or wrap each row of columns in a <div class="row"> */

    .clearfix:before,

    .clearfix:after,

    .row:before,

    .row:after {

      content: '\0020';

      display: block;

      overflow: hidden;

      visibility: hidden;

      width: 0;

      height: 0; }

    .row:after,

    .clearfix:after {

      clear: both; }

    .row, 

    .clearfix {

      zoom: 1; }

      

    /* You can also use a <br class="clear" /> to clear columns */

    .clear {

      clear: both;

      display: block;

      overflow: hidden;

      visibility: hidden;

      width: 0;

      height: 0;

    }

