/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,canvas,video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
 }

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
  font-size: 16px;
  width: 100%;
  height: 100%;
}
#container {
	width: 100%;
	height: 100%;
}
/* ==========================================================================
   Links
   ========================================================================== */
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

h1 {
  font-size: 1.125em;
  font-family: 'trump_mediaevalroman', Georgia, Times, serif;
  margin: 0;
  font-weight: normal;
  letter-spacing: .075em;
}
h2, h3, h4 {
  font-size: 1.125em;
  font-family: 'trump_mediaevalroman', Georgia, Times, serif;
  margin: 0;
  font-weight: normal;
  letter-spacing: .075em;
}
h5, h6 {
  font-size: 1em;
  margin: 0;
  font-weight: bold;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}
p,pre {
  margin: 0;
}

code,kbd,pre,samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */

dl,menu,ol,ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}

menu,ol,ul {
  padding: 0 0 0 40px;
}

nav ul,nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
 }
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}

button,input,select,textarea {
  font-size: 100%;
   margin: 0;
   vertical-align: baseline;
  *vertical-align: middle;
}
button,input {
  line-height: normal;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
   *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/

b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
.reserv div, .reserv p, .reserv ul, .reserv h1, .reserv h2, .reserv h3, .reserv h4, .reserv h5 {
	padding-left: 0 !important;
	box-sizing: content-box;
	margin: 0 !important;
}
.reserv form {
	line-height: normal;
	font-size: 100%;
}
.reserv li {
	display: list-item;
	line-height: normal;
}
.reserv li, .reserv li input {
	box-sizing: content-box;
}
.reserv a:before, .reserv a:after {
	display: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@font-face {
    font-family: 'trump_mediaevalroman';
    src: url('../fonts/trump_mediaeval_roman-webfont.eot');
    src: url('../fonts/trump_mediaeval_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/trump_mediaeval_roman-webfont.woff') format('woff'),
         url('../fonts/trump_mediaeval_roman-webfont.ttf') format('truetype'),
         url('../fonts/trump_mediaeval_roman-webfont.svg#trump_mediaevalroman') format('svg');
    font-weight: normal;
    font-style: normal;

}
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #EE3123;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
/*********************
01. GENERAL STYLES
*********************/
body {
  font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #231F20;
  overflow: auto;
}

a,a:visited {
  color: #EE3123;
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #d10e3c;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/*********************
06. HEADER SYTLES
*********************/

.header {
	height: auto;
	font-family: 'trump_mediaevalroman', Georgia, Times, serif;
}
.header #logo {
	text-indent: -999em;
	width: 6.875em;
	height: 11.75em;
	margin: 1em auto;
}
.header #logo a {
	display: block;
	background: url('../images/sushi-ran.png') no-repeat;
	width: 6.875em;
	height: 11.75em;
	background-size: 6.875em 11.75em;
}
#inner-header {
	margin: 0;
	width: auto;
}
.header p {
	padding: 1em;
	font-size: 1.191em;
	text-align: center;
}
.home .header p {
	font-size: 1em;
}
.header p.address {
	padding: 0 1em 1em 1em;
	text-align: center;
}
p.address span#phone, p.address span#street {
	display: block;
	}
.header .address a {
	color: #231F20;
	text-decoration: none;
}
#container {
	position: relative;
	top: auto;
	left: auto;
	overflow: visible;
}
.home .announcement {
	font-size: 1em;
	padding: 1em;
	text-align: center;
}
.home .announcement h4 {
	font-size: 1em;
}
/*********************
07. NAVIGATION STYLES
*********************/
#navigation {
	background: rgba(202,223,175,1.0);
	margin-top: 0;
	width: 100%;
}
.nav {
  border-bottom: 0;
  margin: 0 auto 1em auto;
  width: 70%;
  font-family: 'trump_mediaevalroman', Georgia, Times, serif;
  font-size: 1.191em;
  text-transform: lowercase;
  z-index: 3;
}
.nav li#menu-item-53, .nav li#menu-item-54 {
	display: none;
}
.nav li a {
  display: block;
  text-decoration: none;
  padding: .5em;
  border-bottom: 1px solid #FFF;
  color: #231F20;
  letter-spacing: 0.09em;
  text-align: center;
}
.nav li#menu-item-43 a, .nav li#menu-item-822 a, .nav li#menu-item-840 a  {
	border-bottom: none;
}
 .nav li a:hover, .nav li a:focus, .nav li.current-menu-item a, .page-template-page-people-php .nav li#menu-item-95 a {
  	color: #EE3123;
}

/*********************
08. POSTS & CONTENT STYLES
*********************/
#phots, #phots img {
	width: 100%;
	height: auto;
}
.entry-content {
	padding: 0 1em;
}
.entry-content p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
.entry-content a {
	color: #EE3123;
	text-decoration: none;
	text-transform: lowercase;
}
/* .entry-content a:before {
	content: '[';
	color: #EE3123;
}
.entry-content a:after {
	content: ']';
	color: #EE3123;
}
*/
.entry-content a.emailLink:before {
	content: none;
}
.entry-content a.emailLink:after {
	content: none;
}
.entry-content a:hover {
	color: #231F20;
}
.entry-content li {
	font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 0.8125em;
	line-height: 1.6154em;
	text-transform: lowercase;
}
div.thumbs a:after, div.thumbs a:before {
	content: none;
}
.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.wp-caption {
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/*  Constant contact -------------------------------------------------------------------------- */

div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
	width: auto !important;
	background-color: #EE3123 !important;
	border: none !important;
}
div.ctct-form-embed form.ctct-form-custom button.ctct-form-button:hover {
	background-color: #d10e3c !important
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.less styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  
  }
  .menu ul {
    /* end .menu ul li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .menu ul li {
    /*
  				plan your menus and drop-downs wisely.
  				*/
  
  }
  .menu ul li a {
    /*
  					you can use hover styles here even though this size
  					has the possibility of being a mobile device.
  					*/
  
  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    margin-bottom: 1em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*  Press area -------------------------------------------------------------------------- */
  
  a.press {
	  text-transform: capitalize !important;
  }
  
  .press-item {
	  margin: 1em 0 2em !important;
  }
  .press-item h2 {
	  margin-top: .5em;
  }
  .press-item a {
	  text-transform: none;
  }
  .press-item a:before, .press-item a:after {
	  content: none;
  }
  .press-item img {
	  max-width: 120px;
	  min-height: 33px;
	  max-height: 36px;
	  height: auto;
  }
  .press-item h2, .press-item p {
	  padding-left: 0 !important;
  }
  .press-item a.more {
		color: #EE3123;
		text-decoration: none;
		text-transform: lowercase;
	}
	.press-item a.more:hover {
		color: #231F20;
	}
 /* .press-item a.more:before {
		content: '[';
		color: #EE3123;
	}
  .press-item a.more:after {
		content: ']';
		color: #EE3123;
	}
	*/

}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
   .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
   body {
  	font-size: 75%;
  	}
   /*********************
  HEADER SYTLES
  *********************/
  
  .header {
	  z-index: 1000 !important;
	  position: relative;
  }

.header #logo {
	text-indent: -999em;
	position: fixed;
	right: 4.375em;
	bottom: 1.0265em;
	left: auto;
	top: auto;
	z-index: 1000 !important;
	width: auto;
	margin: 0;
}
.header #logo a {
	
}
#inner-header {
	position: fixed;
	background: rgba(202,223,175,0.80);
	width: 100%;
	left: 0;
	bottom: 3.1875em;
	top: auto;
	z-index: 1;
	float: none;
	margin-left: 0;
	z-index: 900 !important;
}
#inner-header p {
	text-align: left;
}
.header #inner-header p.address {
	font-size: 1em;
	line-height: 1.4375em;
	padding: 0.5em 0em 0.5em 5.0625em !important;
	margin-left: 45.1171875%; 
	letter-spacing: .05em;
}
.page-template-page-people-php .header #inner-header p.address, .page-id-107 .header #inner-header p.address {
	text-indent: -9999em; 
}
p.address span {
	display: inline;
}
p.address span#phone, p.address span#street {
	display: block;
}
.page-template-page-people-php .header #inner-header p.address, .page-id-107 .header #inner-header p.address {
	display: none; 
}
.page-template-page-people-php .header #inner-header, .page-id-107 .header #inner-header {
	min-height: 5.3125em;
}

  /*********************
  NAVIGATION STYLES
  *********************/
  #navigation {
	  position: fixed;
	  top: auto;
	  left: 0;
	  z-index: 100 !important;
 } 	
  .nav {
    border: 0;
    margin: 0px;
    padding-left: 2.6842em;
    min-width: 980px;
    width: 100%;
  }
  .nav li {
    float: left;
    position: relative;
  }
  .nav li#menu-item-43, .nav li#menu-item-822 {
	  float: right;
	  margin-right: 3.4277em;
  }
  .nav li#menu-item-840 {
	  float: right;
	  margin-right: 0;
  }
  .nav li#menu-item-43 a:before, .nav li#menu-item-822 a:before, .nav li#menu-item-840 a:before {
	  content: '[';
	  color: #EE3123;
  }
   .nav li#menu-item-43 a:after, .nav li#menu-item-822 a:after, .nav li#menu-item-840 a:after {
	  content: ']';
	  color: #EE3123;
  }
  .nav li a {
    border-bottom: 0;
    padding: 2em 0.9473em 1.21em 1em;
    line-height: 1em;
  }
  .nav li#menu-item-53, .nav li#menu-item-54 {
	  display: block;
  }
    .nav li.menu-item-53 a {
	  text-indent: -999em;
	  background: url('../images/facebook.svg') 0 2.23em no-repeat;
	  background-size: contain;
	  width: 16px;
	  padding-left: 0;
	  padding-right: 0;
	  margin-left: 1.3em;
	  margin-right: 0.625em;
  }
  .nav li.menu-item-54 a {
	  text-indent: -999em;
	  background: url('../images/instagram.svg') 0 2.23em no-repeat;
	  background-size: contain;
	  width: 16px;
	  padding-left: 0;
	  padding-right: 0;
  }
  /*********************
  CONTENT
  *********************/
   
   #phots {
	   	position: fixed;
	   	top: 5em;
	   	bottom: 0;
		height: auto;
		width: 45.1171875%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 1 !important;
		overflow: hidden;
   }
.entry-content {
	display: block;
	position: relative;
	padding: 3.625em 4.375em 13em 45.1171875%;
	top: 5em;
} 
.entry-content p {
	padding-left: 6.25em;
} 
.entry-content ul, .entry-content ol, .entry-content div {
	padding-left: 5.0625em;
	margin: 1.5em 0;
	
}
.entry-content img.full-width {
	padding-left: 5.0625em;
	margin-bottom: 1.5em;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
	padding-left: 4.5em;
	text-transform: lowercase;
}
 
 /* Slideshow content */
 
.portfolio-slideshow, .slideshow-content {
	margin: 0px !important;
	clear: none !important;
	height: 100% !important;
	width: auto !important;
} 
.slideshow-wrapper {
	width: 100%;
	height: 100% !important;
	overflow: hidden;
	margin: 0 !important;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    min-height: 100%;
}
.portfolio-slideshow {
	height: 100% !important;
	width: 100%;
}
#phots .slideshow-wrapper .slideshow-content img {
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: auto;
	object-fit: cover;
}
#phots img.attachment-largest {
	height: 100% !important;
	width: auto !important;
}
.slideshow-nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	z-index: 1000;
	vertical-align: middle !important;
	display: table !important;
} 
.slideshow-info {
	display: none;
}
.slideshow-nav a.pause, .slideshow-nav a.play, .slideshow-nav a.restart, .slideshow-nav a.new {
	display: none !important;
}
.slideshow-prev {
	position: relative !important;
	left: 15px !important;
	color: #FFF !important;
	font-size: 24px !important;
	vertical-align: middle !important;
	display: table-cell !important;
	height: 100% !important;
	width: 50% !important;
	background: url('../images/prev.png') left center no-repeat;
}
.slideshow-next {
	position: relative !important;
	right: 10px !important;
	color: #FFF !important;
	font-size: 24px !important;
	vertical-align: middle !important;
	display: table-cell !important;
	height: 100% !important;
	width: 50% !important;
	background: url('../images/next.png') right center no-repeat;
}
.slideshow-nav a.slideshow-next {
	margin: 0 !important;
}
.portfolio-slideshow .slideshow-nav {
	display: none !important;
}
.centered .portfolio-slideshow {
	margin: 0 auto !important;
	}
.graphical .psp-icon-replace, .pscarousel .psp-icon-replace, .bullets .psp-icon-replace {
	text-indent: -9999px;
	overflow: hidden;
	display: table-cell !important;
	vertical-align: middle !important;
	position: relative;
	min-width: 1em;
}
.graphical .psp-icon-replace::before, .pscarousel .psp-icon-replace::before, .bullets .psp-icon-replace::before {
	display: none !important;
}

/*  People section -------------------------------------------------------------------------- */

.page-template-page-people-php #phots {
	right: 0px !important;
	left: auto !important;
	text-align: right !important;
}
.page-template-page-people-php #phots, .page-template-page-people-php #phots .slideshow-wrapper, .page-template-page-people-php .slideshow-content {
	text-align: right !important;
}
.page-template-page-people-php #phots .slideshow-wrapper, .page-template-page-people-php .slideshow-content {
	width: 100% !important;
}

.page-template-page-people-php .entry-content {
	padding: 3.625em 45.1171875% 13em 4.375em;
	
}
.entry-content p {
	margin-top: 0;
	font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 0.8125em;
	line-height: 1.6154em;
}
.page-template-page-people-php .entry-content p {
	margin-left: 0 !important;
	padding-left: 0 !important;
	padding-right: 6.25em;
}
.page-template-page-people-php .entry-content .wp-post-image {
	float: left;
	margin-right: 1.375em;
	margin-bottom: 1.375em;
}
.page-template-page-people-php .entry-content h2 {
	text-transform: none;
	padding-left: 0;
}

    
 /*  Home page -------------------------------------------------------------------------- */ 
 
.home {
	 overflow: hidden;
 }
 .home #phots, .page-template-page-gallery-php #phots {
	 width: 100%;
 }
 .home p.hours {
 	position: fixed;
 	width: auto;
	left: 5em;
	font-size: 0.875em;
	bottom: 1.1875em;
	top: auto;
	z-index: 1;
	float: none;
	margin-left: 0;
	z-index: 900 !important;
	padding: 0 !important;
}
.home .header p.hours br {
	display: none;
}
.home #inner-header p.address {
	color: #231F20;
	font-size: 1.5em;
	font-family: 'trump_mediaevalroman', Georgia, Times, serif;
	line-height: 1em;
	margin: 1.4375em 0 1.175em 2.8333em;
	letter-spacing: .1em;	
	padding: 0em !important;
	z-index: 1000 !important;
}
.home p.address span#phone, .home p.address span#street {
	display: inline;
}
.home p.address span#street, .home p.address span#locality {
	margin-left: 1.25em;
} 
.home #phots img, .page-template-page-gallery-php #phots img {
	width: 100% !important;
} 
.page-id-148 #phots img.attachment-largest {
	width: 100% !important;
	min-width: 100% !important;
	height: auto !important;
	padding-top: 2em;
} 
.home .announcement {
	position: absolute;
	top: 8%;
	top: 6vw;
	left: 2.2em;
	z-index: 100;
	width: auto;
	height: auto;
	text-align: left;
}
.home #announcement2 {
	top: 15%;
	top: 12vw;
}
.home .announcement .interior {
	padding: 1em;
	background: #FFF;
	border: 5px solid #000;
}
.home .announcement h4 {
	display: inline-block;
}
.home .announcement .text {
	font-size: .88em;
}
.home .announcement .link {
	font-size: .88em;
	color: #EE3123;
}
.home .announcement .link a {
	color: #000;
	text-decoration: none;
}
.home .announcement .link a:hover {
	color: #EE3123;
}


/*  Other fixes -------------------------------------------------------------------------- */
#us_widget_s {
	min-width: 260px;
	font-size: 1.08333em !important;
	}
#us_widget_s {
	margin: 0 !important;
	border: none !important;
	color: #231F20 !important;
	font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, sans-serif !important;
	line-height: 1.5em !important;
	font-size: 1.08333em !important;
	padding: 0px !important;
}
#us_widget_s .w_header, #us_widget_s .w_header a, #us_widget_s .w_header a:visited {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal !important;
	margin: 0px 0px 6px 0px !important;
	color: #231F20 !important;
	font-family: 'trump_mediaevalroman', Georgia, Times, serif;
	font-size: 1.191em !important;
}
#us_widget_s .ursp_day .w_instructions, #us_widget_s .ursp_time .w_instructions {
	font-size: 0.8125em !important;
}
#us_widget_s .w_instructions {
color: #231F20 !important;
}
#w_perk {
color: #231F20 !important;
font-size: 0.8125em !important;
}

.hide {
	display: none;
}
.fsBody .fsForm {
margin: 0px !important;
border: none !important;
display: block !important;
}
.fsFieldRow input[type="text"], .fsFieldRow input[type="email"], .fsFieldRow input[type="number"], .fsFieldRow input[type="tel"], .fsForm textarea {
border: 1px solid #999;
background-color: #fff;
background-image: none !important;
border-top: 1px solid #999 !important;
border-left: 1px solid #999 !important;
border-right: 1px solid #999 !important;
border-bottom: 1px solid #999 !important;
color: #333;
padding: 4px;
font-size: 14px;
line-height: 18px;
font-weight: normal !important;
max-width: 300px !important;
}
.fsBody .fsRowBody {
padding: 0px !important;
background: #FFF !important;
margin-bottom: 1em !important;
}
.fsBody .fsLabel, .fsBody label {
	display: block;
	font-weight: normal !important;
	line-height: 1.5em !important;
}
.fsRequiredMarker {
padding-left: 2px;
color: #EE3123 !important;
font-size: 1em !important;
font-weight: normal !important;
font-family: Verdana;
float: none;
}
.fsForm .fsSubmit {
padding: 0px !important;
margin-top: 2em !important;
background-color: #FFF !important;
clear: left;
text-align: left !important;
}
.fsSubmit input.fsSubmitButton {
	padding: 6px !important;
	margin: 0px !important;
	clear: both;
	background: #CADFAF !important;
	border: none !important;
	color: #231F20 !important;
	font-size: 1em !important;
	text-transform: uppercase;
	letter-spacing: .1em !important;
}
.fsSubmit input.fsSubmitButton:hover {
	color: #EE3123 !important;
}
/*  Contact form -------------------------------------------------------------------------- */

.entry-content .ctct-inline-form ul, .entry-content .ctct-inline-form ol, .entry-content .ctct-inline-form div, .entry-content .ctct-inline-form p {
	padding-left: 0;
}

 }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 980px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
   /*********************
  GENERAL STYLES
  *********************/
  
  body {
  	font-size: 100%;
  	}
  
  
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  
  #container, .header, .footer {
	  min-width: 960px;
  }
 
   
}

/*
Medium
*/
@media only screen and (min-width: 1025px) {
	
	.page-id-634 .entry-content, .flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .press-item {
    width: 48%;
    padding-left: 0px !important;
  }
  .page-id-30 .header #inner-header {
  	background: rgba(202,223,175,0.95) !important;
  }
}

/*
INBETWEEN SIZE
This is for tablets mostly
*/
@media only screen and (min-width: 1160px) {
	
	#inner-header {
	background: rgba(202,223,175,0.5);
	}
}

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  
	  
  }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  
}


/*  Special styles -------------------------------------------------------------------------- */

.awards {
	padding-top: 2.5em;
}

/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    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:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited 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;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

/*  Open table -------------------------------------------------------------------------- */

.OTButton, #OTButton {
	margin: 0 auto !important;
}
/*  Gift cards -------------------------------------------------------------------------- */

.gift_card_image {
	float: left;
	width: 48%;
	margin: 0 !important;
}
.gift_card_image img {
	max-width: 100%;
	height: auto;
}
.gift_card_image:nth-of-type(2n) {
	float: right;
	padding-left: 0;
}
.gift_card_image a:before, .gift_card_image a:after, .gift-card a:before, .gift-card a:after  {
	content: none !important;
}
