@charset "UTF-8";
/*

Do not directly edit main.css!
Edit the SASS source files in sass/*.scss and recompile.

*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:300,500");
body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

b, strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.25em 0 0.5em;
  text-align: left;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

h1 {
  font-size: 2.5em;
  color: #8c3;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

@media (max-width: 600px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.25em;
  }
}
h5, h6 {
  font-size: 1em;
}

p {
  line-height: 1.25em;
  margin: 0 0 1em;
}

a {
  color: #6a1;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #370;
}

address {
  font-style: normal;
}

::selection {
  background: #8c3;
  color: #555;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  background: #fff;
  color: #555;
}
body.page h1, body.page h2, body.page h3 {
  text-align: center;
}
body.nav-open {
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

.screen-reader-text {
  display: none;
}

.post-navigation {
  margin-top: 30px;
}
.post-navigation .nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.post-navigation .nav-links .nav-previous {
  margin-right: 30px;
}
.post-navigation .nav-links .nav-next {
  margin-left: auto;
}
.post-navigation .nav-previous > a, .post-navigation .nav-next > a {
  box-sizing: border-box;
  line-height: 2em;
  padding: 0 1em;
  display: inline-block;
}
.post-navigation .nav-previous > a:hover, .post-navigation .nav-next > a:hover {
  background: #555;
  color: #8c3;
}

.pagination {
  margin-top: 30px;
  text-align: center;
}
.pagination > .nav-links > .current, .pagination > .nav-links .dots {
  background: #ddd;
  color: #555 !important;
  border-color: #ddd;
  cursor: default;
}

.search-form {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  padding-bottom: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.search-form input {
  flex: 1 1 100%;
  min-width: 0;
}
.search-form button {
  flex: 0 0 auto;
  width: 2em;
  padding: 0;
  text-align: center;
}
#container > aside .search-form {
  width: 100%;
  border-bottom: 2px dashed #555;
}
#content > .search-form {
  width: 100%;
  max-width: 400px;
}

.banner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 400px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 110px 30px 30px;
  box-sizing: border-box;
  background: transparent center top repeat;
  background-attachment: fixed;
}
.banner > header {
  width: 100%;
  max-width: 800px;
  padding: 30px;
  background: rgba(51, 51, 51, 0.85);
  color: #fff;
}
.banner > header > h2 {
  text-align: left;
  color: #8c3;
}

.social a {
  margin: 0 4px;
  font-size: 2em;
  color: #555;
}
@media (max-width: 480px) {
  .social a {
    font-size: 3em;
  }
}
.social a:hover {
  color: #888;
}
article > header .social a {
  display: inline-block;
  min-width: 6em;
  margin: 0 4px 0 0;
  padding: 0.5em 1em;
  font-size: 0.75em !important;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.5em;
  color: #fff !important;
}
article > header .social a > span {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.5em;
  vertical-align: middle;
}
article > header .social a:hover {
  opacity: 0.8;
}
#outer-container > footer .social a {
  color: #bbb;
}
#outer-container > footer .social a:hover {
  color: #888;
}

article > header .social a.social-twitter {
  background: #1DA1F3;
}

#outer-container > footer .social a:hover .fa-twitter, .contact-info .social a:hover .fa-twitter {
  color: #1DA1F3;
}

article > header .social a.social-pinterest {
  background: #BD081C;
}

#outer-container > footer .social a:hover .fa-pinterest, .contact-info .social a:hover .fa-pinterest {
  color: #BD081C;
}

article > header .social a.social-facebook {
  background: #3B5999;
}

#outer-container > footer .social a:hover .fa-facebook, .contact-info .social a:hover .fa-facebook {
  color: #3B5999;
}

article > header .social a.social-youtube {
  background: #F00;
}

#outer-container > footer .social a:hover .fa-youtube, .contact-info .social a:hover .fa-youtube {
  color: #F00;
}

.ie #ie-flex-fix {
  display: flex;
  flex-direction: column;
}

#outer-container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100vh;
}

#container {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.sidebar #container {
  max-width: 1400px;
}
@media (max-width: 1100px) {
  #container {
    flex-direction: column;
  }
}
#container > main {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 30px 30px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  #content {
    padding: 80px 15px 30px;
  }
}

#articles {
  position: relative;
}

#outer-container > header {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#outer-container > header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.85);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  z-index: 5;
}
body.admin-bar #outer-container > header {
  top: 32px;
}
#outer-container > header #nav-toggle {
  display: none;
}
#outer-container > header > a {
  position: relative;
  height: 90%;
  margin: 0 15px;
  z-index: 6;
}
#outer-container > header > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
}
#outer-container > header > nav {
  flex: 1 1 auto;
  position: relative;
  height: 100%;
  z-index: 6;
}
#outer-container > header > nav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
  height: 100%;
  margin: 0;
  padding: 0;
}
#outer-container > header > nav li {
  display: block;
  height: 100%;
}
#outer-container > header > nav li > a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  font-size: 1em;
  color: #fff;
  box-sizing: border-box;
  transition: color 200ms;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
#outer-container > header > nav li > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #8c3;
  transition: width 200ms, height 200ms;
}
#outer-container > header > nav li > a:hover {
  background: rgba(106, 106, 106, 0.85);
}
#outer-container > header > nav li.current-menu-item > a, #outer-container > header > nav li > a:hover {
  color: #8c3;
}
#outer-container > header > nav li.current-menu-item > a:after, #outer-container > header > nav li > a:hover:after {
  height: 5px;
}
@media (max-width: 1100px) {
  #outer-container > header {
    position: absolute;
  }
  .nav-open #outer-container > header {
    position: fixed;
  }
  #outer-container > header #nav-toggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    font-size: 2em;
    margin: 0;
    padding: 0 0.5em;
    height: 80px;
    line-height: 80px;
    z-index: 11;
    outline: none;
  }
  .mobile #outer-container > header #nav-toggle {
    color: #8c3;
  }
  #outer-container > header #nav-toggle .fa-bars {
    display: inline-block;
  }
  #outer-container > header #nav-toggle .fa-times {
    display: none;
  }
  .nav-open #outer-container > header #nav-toggle .fa-bars {
    display: none;
  }
  .nav-open #outer-container > header #nav-toggle .fa-times {
    display: inline-block;
  }
  #outer-container > header > nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 110px;
    background: #333;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    z-index: 4;
    transition: right 500ms;
  }
  .nav-open #outer-container > header > nav {
    right: 0;
  }
  #outer-container > header > nav ul {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
  }
  #outer-container > header > nav li {
    height: 3em;
  }
  #outer-container > header > nav li > a {
    padding-left: 30px;
  }
  #outer-container > header > nav li > a:after {
    right: auto;
    height: 100%;
    width: 0;
  }
  #outer-container > header > nav li.current-menu-item > a:after, #outer-container > header > nav li > a:hover:after {
    height: 100%;
    width: 10px;
  }
}

@media (max-width: 1100px) {
  #nav-shade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9;
    transition: height 0s 500ms, opacity 500ms;
  }
  .nav-open #nav-shade {
    height: 100%;
    opacity: 1;
    transition: height 0s, opacity 500ms;
  }
}
#outer-container > footer {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
  background: #333;
  color: #ddd;
  z-index: 8;
  box-sizing: border-box;
}
#outer-container > footer > div {
  text-align: center;
  padding: 15px 30px;
  box-sizing: border-box;
}
#outer-container > footer a {
  color: #8c3;
}
#outer-container > footer a:hover {
  color: #6a1;
}
@media (max-width: 1100px) and (min-width: 801px) {
  #outer-container > footer > div:first-child {
    width: 100%;
  }
}
@media (max-width: 800px) {
  #outer-container > footer {
    flex-direction: column-reverse;
  }
  #outer-container > footer > div {
    width: 100%;
    max-width: 450px;
  }
  #outer-container > footer > div > .btn {
    display: block;
    width: 100%;
  }
}

#container > aside {
  position: relative;
  min-width: 300px;
  width: 300px;
  margin-top: 80px;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
  border-left: 1px solid #8c3;
}
#container > aside > section {
  position: relative;
  z-index: 2;
}
#container > aside ul {
  list-style: none;
  display: block;
  margin: 0 0 30px;
  padding: 0;
}
#container > aside ul + ul {
  margin-top: -30px;
}
#container > aside ul li {
  display: block;
  margin: 0;
  padding: 0;
}
#container > aside ul .more-link > a {
  background: #bbb;
  color: #555;
}
#container > aside ul .more-link .fas {
  position: absolute;
  right: 0.75em;
  top: 0.25em;
  font-size: 1.5em;
}
#container > aside ul .more-link .fa-chevron-down {
  display: none;
}
#container > aside ul .more-link .fa-times {
  display: block;
}
#container > aside ul.expandable {
  border: 1px solid #bbb;
}
#container > aside ul.collapsed > li:not(.more-link) {
  display: none;
}
#container > aside ul.collapsed .more-link .fa-chevron-down {
  display: block;
}
#container > aside ul.collapsed .more-link .fa-times {
  display: none;
}
#container > aside ul a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  line-height: 1.25em;
  color: #6a1;
}
#container > aside ul a > span {
  position: absolute;
  display: block;
  right: 1em;
  top: 50%;
  margin-top: -0.75em;
  font-size: 0.75em;
  min-width: 2em;
  line-height: 1.5em;
  padding: 0 0.25em;
  background: #888;
  color: #fff;
  text-align: center;
  border-radius: 0.25em;
}
#container > aside ul a:hover {
  background: #555;
  color: #8c3;
}
#container > aside .widget_archive ul a, #container > aside .widget_categories ul a {
  padding-right: 3.25em;
}
#container > aside .widget_instagram, #container > aside .widget_media_image {
  margin-bottom: 30px;
}
#container > aside .widget_instagram a, #container > aside .widget_media_image a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 3px;
  background: transparent center center no-repeat;
  background-size: cover;
}
#container > aside .widget_instagram a:hover:after, #container > aside .widget_media_image a:hover:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #8c3;
  box-sizing: border-box;
  z-index: 3;
}
#container > aside .widget_media_image a {
  color: #8c3;
}
#container > aside .widget_media_image a h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 7.5px 0;
  text-align: center;
  background: rgba(51, 51, 51, 0.85);
  z-index: 2;
}
@media (max-width: 1100px) {
  #container > aside {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 100%;
    width: 100%;
  }
  #container > aside:before {
    display: none;
  }
  #container > aside > section {
    width: 100%;
  }
  #container > aside > section.widget_archive {
    width: 200px;
    margin-right: 30px;
  }
  #container > aside > section.widget_categories {
    width: 300px;
  }
}
@media (max-width: 600px) {
  #container > aside > section.widget_archive, #container > aside > section.widget_categories {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
  }
}

.btn, button, input[type=submit], input[type=button], .comment-reply-link, #cancel-comment-reply-link, .page-numbers,
input[type=text], input[type=tel], input[type=email], input[type=search], input[type=number], textarea,
select {
  font-size: 1rem;
  margin: 0;
  box-sizing: border-box;
  border: 2px solid #555;
  border-width: 2px !important;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.btn, button, input[type=submit], input[type=button], .comment-reply-link, #cancel-comment-reply-link, .page-numbers,
input[type=text], input[type=tel], input[type=email], input[type=search], input[type=number],
select {
  line-height: 32px;
  padding: 0 1em;
}

.btn, button, input[type=submit], input[type=button], .comment-reply-link, #cancel-comment-reply-link, .page-numbers, select {
  display: inline-block;
  background: #555;
  color: #fff !important;
  cursor: pointer;
}

.btn:hover, button:hover, input[type=submit]:hover, input[type=button]:hover, .comment-reply-link:hover, #cancel-comment-reply-link:hover, .page-numbers:hover {
  background: #6a1 !important;
  color: #333 !important;
  border-color: #6a1;
}

input[type=text], input[type=tel], input[type=email], input[type=search], input[type=number], textarea {
  display: block;
  background: #fff;
  color: #555;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=search]:focus, input[type=number]:focus, textarea:focus {
  border-color: #6a1;
}

textarea {
  min-height: 2em;
  line-height: 1.5em;
  padding: 0.5em 1em;
}

label {
  display: block;
}

select {
  height: 36px !important;
  padding-right: 2em !important;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 1em auto;
  background-image: url(../color-icon.php?icon=caret-down&color=8c3);
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select::-moz-focus-inner {
  padding: 0;
}

body:not(.single):not(.post-type-archive-testimonial) #articles:not(.tiles):not(.cards) > article {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  margin-top: 30px;
}
body:not(.single):not(.post-type-archive-testimonial) #articles:not(.tiles):not(.cards) > article:not(:first-child) {
  padding-top: 30px;
  border-top: 1px solid #8c3;
}
body:not(.single):not(.post-type-archive-testimonial) #articles:not(.tiles):not(.cards) > article > .thumbnail {
  min-width: 300px;
  min-height: 250px;
  align-self: stretch;
  background: transparent center center no-repeat;
  background-size: cover;
}
body:not(.single):not(.post-type-archive-testimonial) #articles:not(.tiles):not(.cards) > article > div:last-child {
  padding: 15px 30px;
}
body:not(.single):not(.post-type-archive-testimonial) #articles:not(.tiles):not(.cards) > article h1 {
  margin: 0;
}
body:not(.single):not(.post-type-archive-testimonial) #articles:not(.tiles):not(.cards) > article p {
  margin-top: 30px;
}
@media (max-width: 800px) {
  body:not(.single):not(.post-type-archive-testimonial) #articles:not(.tiles):not(.cards) > article {
    flex-direction: column;
    margin: 30px -30px 0;
  }
  body:not(.single):not(.post-type-archive-testimonial) #articles:not(.tiles):not(.cards) > article > .thumbnail {
    height: 50vw;
  }
}

#articles > article {
  position: relative;
}
body.single #articles > article > .thumbnail {
  display: block;
  max-height: 75vh;
  margin: 0 auto 30px;
}
#articles > article header {
  margin-bottom: 30px;
}
#articles > article header h1, #articles > article header h2 {
  margin-bottom: 0;
}
#articles > article header h4 {
  margin-top: 0;
}
#articles > article iframe {
  max-width: 100%;
}
#articles > article .read-more {
  white-space: nowrap;
  margin-left: 1em;
}
#articles > article .read-more > .fas {
  font-size: 0.8em;
  vertical-align: baseline;
}
#articles > article footer > div {
  padding: 30px 0 0;
}
#articles > article footer .categories, #articles > article footer .tags {
  display: inline-block;
  margin-right: 30px;
  line-height: 2em;
}
#articles > article footer .categories a, #articles > article footer .tags a {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.5em;
  vertical-align: middle;
  padding: 0 0.5em;
  background: #555;
  color: #fff;
  border-radius: 1em;
}
#articles > article footer .categories a:hover, #articles > article footer .tags a:hover {
  color: #8c3;
}

#content > header > h1 > span {
  color: #8c3;
}
#content img {
  max-width: 100%;
}
#content img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
#content img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

#comments {
  width: 100%;
  background: #bbb;
}
#comments > div {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}
#comments > div > h2 > span {
  display: inline-block;
  font-size: 1rem;
  line-height: 2em;
  width: 2em;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  background: #8c3;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
#comments ol {
  list-style: none;
  display: block;
  position: relative;
  margin: 30px 0;
  padding: 0;
}
#comments ol ol {
  margin: 0 15px;
}
#comments li {
  margin: 15px 0;
  padding: 0;
  background: #ddd;
  border: 2px solid #555;
}
#comments li .comment-respond {
  padding: 30px;
}
#comments .comment-content {
  padding: 30px 30px 0;
  color: #333;
}
#comments .comment-content a {
  color: #370;
}
#comments .comment-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background: #555;
  color: #fff;
}
#comments .comment-meta b.fn {
  font-weight: 300;
}
#comments .comment-meta span.says {
  display: none;
}
#comments .comment-meta a {
  color: #8c3;
}
#comments .reply {
  padding: 0 30px 30px;
}

#cancel-comment-reply-link {
  margin-left: 2em;
}

#respond {
  position: relative;
  padding: 30px 0;
}
#respond:not(:first-child) {
  border-top: 2px dashed #555;
}
#respond > form {
  display: block;
  width: 100%;
  max-width: 800px;
}
#respond > form input, #respond > form textarea {
  width: 100%;
}

#amusee-newsletter .error {
  color: #f44;
}
#amusee-newsletter > div {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
}
#amusee-newsletter > div input {
  flex: 1 1 auto;
  min-width: 100px;
}
#amusee-newsletter > div button {
  flex: 0 0 auto;
}
@media (max-width: 480px) {
  #amusee-newsletter > div {
    flex-direction: column;
  }
}

.tiles, .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 -15px;
}
.tiles > article, .cards > article {
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  width: 33.3333%;
}
@media (max-width: 800px) {
  .tiles > article, .cards > article {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .tiles > article, .cards > article {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  body.sidebar .tiles > article, body.sidebar .cards > article {
    width: 50%;
  }
}
@media (max-width: 600px) {
  body.sidebar .tiles > article, body.sidebar .cards > article {
    width: 100%;
  }
}
.tiles > article > a, .cards > article > a {
  position: relative;
  display: block;
  width: 100%;
}
.tiles > article > a > section, .cards > article > a > section {
  display: block;
  padding: 15px;
}
.tiles > article > a > section:after, .cards > article > a > section:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background: #8c3;
  transition: bottom 150ms;
}
.tiles > article > a:hover > section:after, .cards > article > a:hover > section:after {
  bottom: 0;
}

.cards > article > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  transition: color 250ms;
}
.cards > article > a > header {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding-bottom: 80%;
  background: #555 center center no-repeat;
  background-size: cover;
}
.cards > article > a > section {
  flex: 1 1 auto;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.cards:after {
  content: "";
  display: block;
  clear: both;
}

.tiles > article > a {
  padding-bottom: 100%;
  background: #555 center center no-repeat;
  background-size: cover;
  color: #8c3;
  overflow: hidden;
}
.tiles > article > a > section {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(51, 51, 51, 0.85);
  z-index: 2;
}
.tiles > article h3 {
  margin: 0;
  text-align: left;
  line-height: 1.25em;
}
.tiles.full-overlay > article > a {
  padding-bottom: 100%;
}
.tiles.full-overlay > article > a > section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: background-color 250ms;
}
.tiles.full-overlay > article > a > section h1 {
  color: #fff;
}
.tiles.full-overlay > article > a > section:after {
  display: none;
}
.tiles.full-overlay > article > a:hover > section {
  background: rgba(51, 119, 0, 0.5);
}

#page-home .banner {
  max-width: 100%;
  min-height: 441px;
}
#page-home #container > main {
  justify-content: flex-start;
}
#page-home #content {
  max-width: 100%;
  padding: 30px 0 0;
}
#page-home #content > .block, #page-home #content > section {
  padding: 30px 15px;
}
#page-home #content > section, #page-home #content > .block > section {
  max-width: 1400px;
  margin: 0 auto;
}
#page-home #content > .block.gray-light {
  background: #bbb;
}
#page-home #content > .block.gray-light > h1 {
  color: #370;
}
#page-home #content > .block.gray-dark {
  background: #6a6a6a;
}
#page-home #content > .block.gray-dark > h1 {
  color: #fff;
}
#page-home #content > .block.primary {
  background: #6a1;
}
#page-home #content > .block.primary > h1 {
  color: #fff;
}
#page-home #content > .block.secondary {
  background: #e51;
}
#page-home #content > .block.secondary > h1 {
  color: #fff;
}

#home-social > article > a > i {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #ddd;
  background: none;
  font-size: 2rem;
  z-index: 3;
}
#home-social > article > a > section {
  border-top: 5px solid #8c3;
  bottom: -4.25rem;
  transition: bottom 250ms;
}
#home-social > article > a > section:after {
  display: none;
}
@media (max-width: 1100px) {
  #home-social > article > a > section > span {
    display: none;
  }
}
@media (max-width: 800px) {
  #home-social > article > a > section {
    display: none;
  }
}
#home-social > article > a:hover > section {
  bottom: 0;
}

#sipbetter {
  margin: 0 auto;
  text-align: center;
}
#sipbetter > div {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 15px;
}
#sipbetter > div:first-child {
  width: 200px;
}
#sipbetter img {
  display: block;
  width: 100%;
  height: auto;
}
#sipbetter span {
  display: inline-block;
}

.wine-services-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 800px) {
  .wine-services-grid {
    margin: 0 -30px;
  }
}
.wine-services-grid > section {
  width: 33.333333%;
  padding: 30px;
  box-sizing: border-box;
}
.wine-services-grid > section > div {
  position: relative;
}
.wine-services-grid > section > div img {
  display: block;
  width: auto;
  height: auto;
  max-height: 200px;
  margin: 0 auto;
}
.wine-services-grid > section > div:first-child {
  width: 100%;
}
@media (max-width: 1100px) {
  .wine-services-grid > section {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .wine-services-grid > section {
    width: 100%;
  }
  .wine-services-grid > section + section {
    padding-top: 0;
  }
}
.wine-services-grid.expandable.animate {
  transition: height 500ms;
}
.wine-services-grid.expandable:not(.open) > section {
  display: none;
}
.wine-services-grid.expandable:not(.open) > section:nth-child(-n+3) {
  display: block;
}
@media (max-width: 1100px) {
  .wine-services-grid.expandable:not(.open) > section:nth-child(3) {
    display: none;
  }
}

.services-expand {
  text-align: center;
}
.services-expand button {
  min-width: 10em;
  font-size: 1.25em;
  line-height: normal;
  border: none;
  background: none;
  color: #555 !important;
}
.services-expand button:hover {
  color: #333 !important;
}
.services-expand button.show {
  display: inline-block;
}
.services-expand button.hide {
  display: none;
}
.wine-services-grid.open + .services-expand button.show {
  display: none;
}
.wine-services-grid.open + .services-expand button.hide {
  display: inline-block;
}

body.page-template-side-image #content {
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 80vh;
  padding: 0 0 0 30px;
  position: relative;
}
body.page-template-side-image #content > .side-banner {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: transparent center center no-repeat;
  background-size: cover;
}
body.page-template-side-image #content .side-banner-alt {
  display: none;
}
body.page-template-side-image #content > article {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 80px 30px 30px 40vw;
}
body.page-template-side-image #content h1, body.page-template-side-image #content h2, body.page-template-side-image #content h3 {
  text-align: left;
}
@media (max-width: 1100px) {
  body.page-template-side-image #content {
    padding-left: 0;
  }
  body.page-template-side-image #content > .side-banner {
    display: none;
  }
  body.page-template-side-image #content .side-banner-alt {
    display: block;
    float: left;
    max-width: 40%;
    height: auto;
    margin: 15px 30px 30px 0;
  }
  body.page-template-side-image #content > article {
    padding-left: 30px;
  }
  body.page-template-side-image #content > article h2 {
    clear: both;
  }
}

@media (max-width: 600px) {
  body.page-template-side-image #content .side-banner-alt {
    display: none;
  }

  #page-meet-leslee.page-template-side-image #content > .side-banner {
    display: block;
    position: relative;
    width: 100%;
    height: 75vw;
    background-position: center top;
  }
  #page-meet-leslee.page-template-side-image #content > article {
    padding-top: 30px;
  }
}
#page-connect #content h2:first-of-type {
  margin-top: 30px;
}
#page-connect #content .nf-form-fields-required {
  display: none;
}
#page-connect #content .nf-field-label label {
  font-weight: 300;
}
#page-connect #content .nf-response-msg {
  text-align: center;
}
#page-connect #content nf-fields-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#page-connect #content nf-fields-wrap > nf-field {
  width: 100%;
  padding: 0 15px;
}
#page-connect #content nf-fields-wrap > nf-field textarea {
  height: 8em;
}
@media (min-width: 800px) {
  #page-connect #content nf-fields-wrap > nf-field:nth-child(-n+6) {
    width: 33.3333%;
  }
}
@media (min-width: 1100px) and (max-width: 1400px) {
  #page-connect #content nf-fields-wrap > nf-field:nth-child(-n+6) {
    width: 50%;
  }
}

.pika-button {
  color: #555 !important;
}
.pika-button:hover {
  background: #555 !important;
  color: #8c3 !important;
}

.is-selected .pika-button {
  color: #555 !important;
  background: #8c3 !important;
  box-shadow: none !important;
}

.contact-info {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.contact-info > div {
  padding: 0 30px 30px;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  #outer-container > footer .contact-info {
    width: 410px;
  }
  #outer-container > footer .contact-info > div:nth-child(odd) {
    width: 210px;
  }
}
@media (max-width: 480px) {
  #outer-container > footer .contact-info {
    width: 100%;
  }
  #outer-container > footer .contact-info > div {
    width: 100%;
  }
}

body.post-type-archive-event #content > header > h1 {
  color: #8c3;
}
body.post-type-archive-event #past-events-button {
  margin-top: 30px;
}
body.post-type-archive-event #past-events-button .btn {
  margin-bottom: 0.5em;
}
@media (max-width: 480px) {
  body.post-type-archive-event #past-events-button {
    text-align: center;
  }
}

body.post-type-archive-event #articles > article > a time, #event-articles > article > a time {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

body.single-event #articles > article {
  margin-top: 30px;
}
body.single-event #articles > article > header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
  background: #ddd;
}
body.single-event #articles > article > header > .thumbnail {
  min-width: 250px;
  min-height: 250px;
  align-self: stretch;
  background: transparent center center no-repeat;
  background-size: cover;
}
@media (max-width: 800px) {
  body.single-event #articles > article > header > .thumbnail {
    display: none;
  }
}
body.single-event #articles > article > header > div:last-child {
  flex: 1 1 auto;
  padding: 15px 30px;
}
@media (max-width: 600px) {
  body.single-event #articles > article > header > div:last-child {
    padding: 15px;
  }
}
body.single-event #articles > article > header h1 {
  margin: 0;
}
body.single-event #articles > article > header p {
  padding-top: 30px;
}

article.testimonial {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  padding: 60px 0;
}
article.testimonial:not(:first-child) {
  border-top: 1px solid #8c3;
}
article.testimonial > .thumbnail {
  flex: 0 0 auto;
  width: 250px;
  min-height: 200px;
  max-height: 300px;
  background: transparent center center no-repeat;
  background-size: cover;
}
article.testimonial > .thumbnail + blockquote {
  padding-left: 30px;
}
article.testimonial blockquote {
  flex: 1 1 auto;
}
@media (max-width: 800px) {
  article.testimonial {
    display: block;
    padding: 30px 0;
  }
  article.testimonial > .thumbnail {
    width: 100%;
    height: 250px;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  article.testimonial > .thumbnail + blockquote {
    padding-left: 0;
  }
}

blockquote {
  display: block;
  margin: 0;
}
blockquote:before {
  content: "";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -0.125em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.25em;
  float: left;
  margin-right: 0.25em;
  color: #bbb;
}
blockquote > footer {
  text-align: right;
  font-style: italic;
  color: #6a1;
}

/*# sourceMappingURL=main.css.map */
