/*
 Theme Name:   Brownstone Cafe
 Theme URI:    http://brownstonecafe.ca
 Description:  Custom child theme for Brownstone Cafe
 Author:       Matt MacIntyre / Highland Multimedia
 Author URI:   http://highlandmultimedia.com
 Template:     thematic
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  thematic-child
*/
/* Brownstone Cafe Styles */
/*
	font-family: 'ABeeZee', sans-serif;
	font-family: 'Libre Baskerville', serif;
	font-family: 'Just Me Again Down Here', cursive;
	font-family: 'Happy Monkey', cursive;
*/
/* line 21, style.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 26, style.scss */
body, html {
  font-size: 100%;
}

/* line 29, style.scss */
html {
  background: url(img/pat/brown.jpg);
}

/* line 32, style.scss */
body {
  background: url(img/home.png) top no-repeat;
  width: 100%;
  font-size: 16px;
}

/* line 37, style.scss */
.skip-link, #siteinfo, .facebook_page-timestamp {
  display: none;
}

/* line 40, style.scss */
.cf {
  width: 100%;
  height: 1px;
  clear: both;
}

/* line 45, style.scss */
#header {
  width: 960px;
  margin: 0 auto;
  height: 140px;
  margin-bottom: 10px;
  position: relative;
}

/* line 52, style.scss */
#branding {
  display: inline-block;
  width: 365px;
  height: 185px;
}

/* line 57, style.scss */
#blog-title {
  position: relative;
  z-index: 9999;
}
#blog-description {
  display:none;
}
/* line 61, style.scss */
#blog-title span a {
  display: block;
  width: 365px;
  height: 185px;
  font-size: 0;
  background: url(img/logo-glow.png);
}
/* line 67, style.scss */
#blog-title span a:hover {
  background-position: 0 -185px;
}

/* line 73, style.scss */
#access {
  width: 400px;
  float: right;
}

/* line 78, style.scss */
.menu li {
  float: left;
  display: block;
  height: 100px;
  margin-left: 10px;
  display: table-cell;
  overflow: hidden;
  padding-bottom: 20px;
}
/* line 86, style.scss */
.menu li a {
  color: #9b8d84;
  text-align: bottom;
  text-transform: lowercase;
  font-size: .8em;
  height: 120px;
  line-height: 170px;
  padding: 0 13px;
  transition: .1s;
  display: block;
  text-decoration: none;
  font-family: 'ABeeZee', sans-serif;
}
/* line 98, style.scss */
.menu li a:hover {
  color: white;
  background: #C71A36;
  -webkit-transition: .1s;
}
/* line 106, style.scss */
.menu li.current-menu-item a {
  color: white;
  background: #C71A36;
  -webkit-transition: .1s;
}

/* line 114, style.scss */
.metaslider img {
  height: 550px!important;
  width: auto!important;
}
/* line 118, style.scss */
.metaslider .wrap {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 123, style.scss */
.metaslider .wrap .center {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 5000;
}
/* line 128, style.scss */
.metaslider .wrap .center .nivo-caption {
  position: absolute;
  top: 150px;
  left: 0;
  width: 540px;
  z-index: 1000000000;
  margin: 0 auto;
  height: 240px;
  box-shadow: 0 0 5px dimGray;
  padding: 60px 100px 20px 100px;
  font-family: 'ABeeZee', sans-serif;
  font-size: .7em;
  line-height: 1.5em;
  opacity: 1;
  background: url(img/caption.png) no-repeat;
}
/* line 143, style.scss */
.metaslider .wrap .center .nivo-caption h1 {
  text-transform: uppercase;
  font-size: 2em;
  font-family: 'Libre Baskerville', serif;
  color: #C71A36;
  font-weight: bold;
  margin-bottom: 1em;
}
/* line 150, style.scss */
.metaslider .wrap .center .nivo-caption h1 span {
  color: #3B2B1C;
}
/* line 154, style.scss */
.metaslider .wrap .center .nivo-caption p {
  color: black;
  padding: 0;
  margin: 0;
}
/* line 165, style.scss */
.metaslider .wrap.navwrap {
  position: absolute;
  margin-top: 330px;
}
/* line 168, style.scss */
.metaslider .wrap.navwrap .center {
  z-index: 9999!important;
}
/* line 170, style.scss */
.metaslider .wrap.navwrap .center .nivo-controlNav {
  width: 300px;
  margin-left: -10px;
  position: relative;
  top: 0px;
}
/* line 175, style.scss */
.metaslider .wrap.navwrap .center .nivo-controlNav a {
  display: inline-block!important;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  text-indent: -9999px;
  background: white;
  font-family: 'Happy Monkey', cursive;
  border: 1px solid #ccc;
  margin: 3px;
  transition: .1s;
}
/* line 186, style.scss */
.metaslider .wrap.navwrap .center .nivo-controlNav a:hover {
  cursor: pointer;
}
/* line 190, style.scss */
.metaslider .wrap.navwrap .center .nivo-controlNav a.active {
  background: #C71A36!important;
  border: 1px solid #750907!important;
  transition: .1s;
}

/* line 199, style.scss */
#main {
  width: 100%;
  position: relative;
  padding: 35px 0;
  height: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#19FFFFFF', endColorstr='#19FFFFFF');
  /* IE */
  overflow: hidden;
  width: 100%;
}
/* line 210, style.scss */
#main > .wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

/* line 216, style.scss */
#container {
  float: left;
  width: 582px;
}

/* line 221, style.scss */
.home #container {
  width: 100%;
  float: none;
}
/* line 225, style.scss */
.home #main {
  background: none;
  padding: 0;
}

/* line 230, style.scss */
#primary {
  float: right;
  width: 340px;
}
/* line 234, style.scss */
#primary form p {
  clear: both;
}
/* line 236, style.scss */
#primary form p label {
  float: left;
}
/* line 239, style.scss */
#primary form p > span {
  float: right;
  width: 200px;
}
/* line 242, style.scss */
#primary form p > span input, #primary form p > span textarea {
  margin-bottom: .5em;
  max-width: 100%;
}

/* line 250, style.scss */
h1.entry-title, #primary h1 {
  text-transform: uppercase;
  font-size: 2em;
  font-family: 'Libre Baskerville', serif;
  color: #C71A36;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 257, style.scss */
h1.entry-title span, #primary h1 span {
  color: #3B2B1C;
}

/* line 264, style.scss */
#gallery-1 a img {
  width: 225px;
  height: auto;
  border: 1px solid #3B2B1C;
  margin: 5px;
  transition: .1s;
}
/* line 270, style.scss */
#gallery-1 a img:hover {
  transition: .1s;
  box-shadow: 0 0 5px black;
  border: 1px solid #C71A36;
}
/* line 276, style.scss */
#gallery-1 a:focus {
  outline: none;
}

/* line 281, style.scss */
.fbf_facebook_page_widget_container, .wff-feed-wrapper {
  height: 200px;
  overflow-y: scroll;
  padding-right:1em!important;
}
/* line 285, style.scss */
.fbf_facebook_page_widget_container .fbf_facebook_page_widget li, .wff-feed-wrapper li {
  padding: 5px 5px 20px 0!important;
}
.wff-facebook-feed-title-div {
  width:100%!important;
  margin:0!important;
}
.wff-facebook-feed-image-div {
  display:none!important;
}
.wff-fb-item {
  padding:0!important;
}
/* line 287, style.scss */
.fbf_facebook_page_widget_container .fbf_facebook_page_widget li a.facebook_page-link {
  margin-bottom: .5em;
  display: block;
}

/* line 319, style.scss */
a img {
  border: 0;
  outline: 0;
}

/* header */
/* line 323, style.scss */
#header-social {
  position: absolute;
  right: -40px;
  top: 48px;
}

/* line 328, style.scss */
.social-icon-small {
  opacity: .6;
  display: block;
  transition: .2s;
  width: 32px;
  margin-bottom: 5px;
  height: auto;
}
/* line 335, style.scss */
.social-icon-small:hover {
  opacity: 1;
  transition: .2s;
}

/* slider */
/* line 344, style.scss */
#container-sub {
  padding: 10px 0;
  height: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#19FFFFFF', endColorstr='#19FFFFFF');
  /* IE */
  overflow: hidden;
  width: 100%;
}

/* line 353, style.scss */
#container-inner {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#19FFFFFF', endColorstr='#19FFFFFF');
  /* IE */
  height: auto;
  padding: 10px;
}

/* line 360, style.scss */
#content-wrap {
  position: relative;
  width: 960px;
  padding: 25px 0 5px 0;
  margin: 0 auto 5px auto;
}

/* line 367, style.scss */
#content {
  float: left;
  width: 582px;
  border: 1px solid #E2DDBF;
  background: url(img/pat/hex.png);
  padding: 15px;
}
/* line 373, style.scss */
#content a.button {
  background: #C71A36;
  border: 1px solid mediumRed;
  color: white;
  display: inline-block;
  font-family: 'ABeeZee', sans-serif;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  transition: .1s;
}
/* line 383, style.scss */
#content a.button:hover {
  background: #483C33;
  color: white;
  transition: .1s;
}
/* line 389, style.scss */
#content img {
  max-width: 550px;
}
/* line 392, style.scss */
#content p {
  margin: 1em 0;
  font-family: 'ABeeZee', sans-serif;
  font-size: .7em;
  line-height: 1.8em;
  color: #3B2B1C;
}
/* line 398, style.scss */
#content p a {
  color: #C71A36;
  text-decoration: none;
  transition: .1s;
}
/* line 402, style.scss */
#content p a:hover {
  color: #C71A36;
  transition: .1s;
}

/* line 409, style.scss */
#sidebarwidget {
  background: url(img/pat/hex-dark.png);
  width: 340px;
  border: 2px solid #221400;
  padding: 15px;
  margin-bottom: 1em;
}
/* line 415, style.scss */
#sidebarwidget h1 {
  font-size: 4em;
  line-height: .6em;
  color: white;
  text-transform: lowercase;
  font-family: 'Just Me Again Down Here', cursive;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}
/* line 425, style.scss */
#sidebarwidget ul {
  list-style: none;
  position: relative;
  left: 42px;
  top: 5px;
}
/* line 430, style.scss */
#sidebarwidget ul li {
  margin-bottom: 8px;
  line-height: 1.4em;
  font-family: 'ABeeZee', sans-serif;
  font-size: .7em;
  color: #9B8D84;
}

/* line 439, style.scss */
.sidebar-box {
  padding: 5px 15px 15px 15px;
  margin-bottom: 1em;
}
/* line 442, style.scss */
.sidebar-box h1 {
  font-family: 'Just Me Again Down Here', cursive!important;
  color: white!important;
  text-transform: none!important;
}
/* line 447, style.scss */
.sidebar-box p {
  font-family: 'ABeeZee', sans-serif;
  color: #9B8D84;
  font-size: .7em;
  margin-bottom: 1em;
}

/* line 454, style.scss */
p.address {
  color: #3B2B1C;
  margin-bottom: 2em;
}

/* line 458, style.scss */
a.button {
  background: #C71A36;
  border: 1px solid mediumRed;
  color: white;
  display: inline-block;
  font-family: 'ABeeZee', sans-serif;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  transition: .1s;
}
/* line 468, style.scss */
a.button:hover {
  background: #483C33;
  color: white;
  transition: .1s;
}

/* line 474, style.scss */
#slidelist {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

/* line 482, style.scss */
#slider {
  width: 100%;
  height: 555px;
  overflow: hidden;
}
/* line 486, style.scss */
#slider a {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* line 491, style.scss */
#slider img {
  height: 555px;
  width: 100%;
  min-width: 1920px!important;
}

/* line 497, style.scss */
a.morelink {
  margin: 0 auto;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -70px;
  background: #C71A36;
  color: white;
  display: block;
  font-family: 'ABeeZee', sans-serif;
  border: none!important;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  width: 140px;
  z-index: 1000000000000;
  font-weight: normal;
  transition: .1s;
}
/* line 515, style.scss */
a.morelink:hover {
  background: #483C33;
  transition: .1s;
}

/* Slide Nav */
/* line 521, style.scss */
.navholder {
  position: absolute;
  width: 100%;
  height: 30px;
  top: 335px;
  left: 15px;
  z-index: 1000000000000;
}

/* line 529, style.scss */
.navholderinner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

/* Slide Titles */
/* line 535, style.scss */
.titleholder {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  height: 100px;
}

/* line 541, style.scss */
.titleholderinner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 100px;
  display: block;
}

/* line 548, style.scss */
.nivo-title {
  position: absolute;
  top: 185px;
  text-transform: uppercase;
  font-size: 2em;
  font-family: 'Libre Baskerville', serif;
  color: #C71A36;
  font-weight: bold;
  left: 98px;
  z-index: 100000000000000000000000000000;
}

/* line 559, style.scss */
.nivo-title span {
  color: #3B2B1C;
}

/* Slide Captions */
/* line 565, style.scss */
.captionholder {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 555px;
}

/* line 574, style.scss */
.captionholderinner {
  width: 960px;
  margin: 0 auto;
  height: 525px;
  padding: 30px 0 0 0;
  position: relative;
  z-index: 1000;
}

/* line 582, style.scss */
.nivo-caption {
  width: 340px;
  position: absolute;
  top: 150px;
  overflow: visible!important;
  left: 0px;
  z-index: 9999;
  margin: 0 auto;
  height: 130px;
  box-shadow: 0 0 5px dimGray;
  padding: 90px 100px 20px 100px;
  font-family: 'ABeeZee', sans-serif;
  font-size: .7em;
  line-height: 1.5em;
  background: url(img/caption.png) no-repeat;
}

/* line 598, style.scss */
div.nivo-html-caption {
  position: relative;
}

/* Home Page */
/* line 604, style.scss */
#homeholder {
  width: 100%;
  background-image: url(img/home.png);
  background-repeat: no-repeat;
  background-position: top;
  background-color: rgba(145, 116, 60, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1991743C', endColorstr='#1991743C');
  /* IE */
  position: relative;
  top: -1px;
  margin-bottom: -10px;
}

/* line 615, style.scss */
#home {
  width: 960px;
  margin: 0 auto;
  padding: 5px 0 15px 0;
  margin-bottom: 10px;
  position: relative;
}
/* line 621, style.scss */
#home > ul {
  list-style: none;
}
/* line 623, style.scss */
#home > ul > li {
  width: 286px;
  margin-left: 50px;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  color: #9b8d84;
  font-family: Verdana, Helvetica, sans-serif;
}
/* line 631, style.scss */
#home > ul > li:first-child {
  margin-left: 0;
}

/* line 637, style.scss */
#home ul li h1 {
  font-size: 5em;
  color: white;
  text-transform: lowercase;
  font-family: 'Just Me Again Down Here', cursive;
  font-weight: normal;
  margin-bottom: 10px;
}
/* line 644, style.scss */
#home ul li h1 a {
  color: white;
}

/* line 648, style.scss */
#home ul li p {
  font-family: 'ABeeZee', sans-serif;
  margin-bottom: 10px;
}

/* line 652, style.scss */
#home ul li a {
  color: #C71A36;
  text-decoration: none;
  transition: .1s;
}

/* line 657, style.scss */
#home ul li a:hover {
  transition: .1s;
  color: white;
}

/* line 661, style.scss */
ul#popular {
  list-style: url(img/bullet.png);
  list-style-position: outside;
  position: relative;
  left: 12px;
  margin-bottom: 10px;
}

/* line 668, style.scss */
ul#popular li {
  float: none;
  font-family: 'ABeeZee', sans-serif;
  font-size: 1em;
  padding: 0;
  width: 100%;
  margin: 0!important;
}

/* line 676, style.scss */
.large {
  font-size: 2em;
}

/* line 679, style.scss */
#medal {
  float: left;
  width: 35px;
  margin: 0 10px 5px 0;
}

/* line 684, style.scss */
#tripadvisor {
  float: left;
  width: 55px;
  border: 1px solid #C71A36;
  margin: 0 10px 5px 0;
}

/* Footer */
/* line 692, style.scss */
#footer {
  width: 100%;
  height: 100px;
  font-family: 'ABeeZee', sans-serif;
  font-size: .7em;
  color: #9B8D84;
}

/* line 699, style.scss */
#footer-inner {
  width: 960px;
  padding-top: 15px;
  margin: 0 auto;
  position: relative;
}

/* line 705, style.scss */
#footer-contact {
  float: left;
  position: relative;
  top: 9px;
  text-transform: uppercase;
}

/* line 711, style.scss */
#footer-contact a {
  color: #9B8D84;
  font-weight: bold;
  text-decoration: none;
  transition: .1s;
}

/* line 717, style.scss */
#footer-contact a:hover {
  color: #C71A36;
  transition: .1s;
}

/* line 721, style.scss */
#footer-contact span {
  color: #C71A36;
}

/* line 724, style.scss */
#identity {
  float: right;
  position: relative;
  top: -1px;
}

/* line 729, style.scss */
.home-tweets-ul {
  position: absolute;
  left: 310px;
  list-style: none;
  width: 400px;
  top: 24px;
  transition: .2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

/* line 738, style.scss */
.home-tweets-ul:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  transition: .2s;
}

/* line 742, style.scss */
.home-tweets-ul li {
  box-sizing: border-box;
  background-size: auto 100%;
  background: url(img/icon/twitter.png) #c71a36;
  background-repeat: no-repeat;
  background-position: 8px 10px;
  padding: 12px 12px 12px 56px;
  color: white;
  display: block;
  height: 70px;
  width: 460px;
}

/* line 754, style.scss */
.home-tweets-ul a {
  color: #2a2c2b;
  text-decoration: none;
}

/* line 758, style.scss */
.home-tweets-ul > span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 450px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 766, style.scss */
.social-icon {
  opacity: .6;
  transition: .2s;
}

/* line 770, style.scss */
.social-icon:hover {
  opacity: 1;
  transition: .2s;
}

/* line 774, style.scss */
.scrollup {
  width: 60px;
  height: 40px;
  text-align: center;
  font-family: 'ABeeZee', sans-serif;
  text-decoration: none;
  border-radius: 5px;
  opacity: 1;
  font-size: .8em;
  z-index: 9999;
  color: white;
  background: #C71A36;
  border: 1px solid darkRed;
  padding-top: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

/* contact form */
/* line 797, style.scss */
#contacform input, #contacform textarea {
  font-family: 'ABeeZee', sans-serif;
  float: right;
  padding: 4px;
  display: block;
  width: 140px;
}
/* line 803, style.scss */
#contacform input:focus, #contacform textarea:focus {
  outline: 1px solid red;
}
/* line 807, style.scss */
#contacform input, #contacform label, #contacform small {
  font-family: 'ABeeZee', sans-serif;
  margin-bottom: 30px;
  font-size: .7em;
  line-height: 1.8em;
  color: #3B2B1C;
}
/* line 814, style.scss */
#contacform label {
  float: left;
}
/* line 817, style.scss */
#contacform textarea {
  width: 142px;
}

/* line 821, style.scss */
img#captchaimg {
  clear: both;
  color: black;
  box-shadow: 0 0 10px #3B2B1C;
}

/* line 826, style.scss */
#submit {
  width: 75px!important;
}

/* line 829, style.scss */
#contact-sidebar {
  display: block!important;
  padding: 15px;
  background: url(img/pat/hex.png);
  border: 1px solid #E2DDBF;
}
/* line 834, style.scss */
#contact-sidebar h1 {
  color: #3B2B1C!important;
}

/* line 838, style.scss */
#sidebar-menu {
  background: url(img/pat/hex.png);
  text-align: center;
  padding: 15px;
  margin-bottom: 25px;
}

/* line 844, style.scss */
#sidebar-menu-inner {
  border: 1px solid #D6CC8F;
  padding: 15px;
}

/* line 848, style.scss */
.sidebar-tour {
  background: url(img/pat/hex.png);
  text-align: center;
  padding: 15px;
  margin-bottom: 25px;
}

/* line 854, style.scss */
.sidebar-tour-inner {
  border: 1px solid #D6CC8F;
  padding: 15px;
}

/* Sub Photos */
/* line 860, style.scss */
#sub-photos {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
/* line 864, style.scss */
#sub-photos a {
  text-decoration: none;
  outline: none;
}

/* line 869, style.scss */
.inline-photos {
  width: 225px;
  height: auto;
  border: 1px solid #3B2B1C;
  margin: 5px;
  transition: .1s;
}
/* line 875, style.scss */
.inline-photos:hover {
  transition: .1s;
  box-shadow: 0 0 5px black;
  border: 1px solid #C71A36;
}

/* line 882, style.scss */
#cboxCurrent, #cboxTitle {
  font-family: Verdana, Helvetica, sans-serif;
  color: #3B2B1C;
}

/* line 886, style.scss */
#cboxCurrent {
  font-size: .8em;
}

/* line 889, style.scss */
#cboxTitle {
  font-size: .9em;
  color: black!important;
}

/* line 893, style.scss */
.menuflyout {
  position: relative;
}

/* line 896, style.scss */
.arrows {
  position: absolute;
  top: 50%;
  margin-top: -75px;
  margin-left: -45px;
  left: 50%;
  width: 90px;
  z-index: 1000;
  transition: .1s;
  opacity: 0;
}

/* line 907, style.scss */
a:hover .arrows {
  opacity: .6;
  transition: .1s;
}

/* line 911, style.scss */
img.gallery:hover, .arrows:hover + img.gallery {
  opacity: .9;
  box-shadow: 0 0 5px dimGray;
  transition: .1s;
}

/* line 917, style.scss */
#TA_certificateOfExcellence320 {
  width: 152px;
  height: 127px;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}

/* line 924, style.scss */
#CDSWIDCOE {
  margin: 0!important;
}
.nivo-controlNav {
  display:none;
  /*opacity:0;*/
  /*position:absolute;*/
  /*transition:.2s;*/
}
.nivo-controlNav.shown {
  /*display:block;*/
  /*position:relative;*/
  /*opacity:1;*/
  /*transition:.2s;*/
}