/**
 * Theme Name:  Seattle Wine and Food Experience
 * Theme URI:   https://thethemefoundry.com/make/
 * Author:      The Theme Foundry
 * Author URI:  https://thethemefoundry.com
 * Description: Child theme of Make
 * Version:     1.1.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: make
 * Text Domain: make
 * Domain Path: /languages/
 * Tags:        black, blue, green, gray, orange, red, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 *
 * Make WordPress Theme, Copyright 2015 The Theme Foundry
 * Make is distributed under the terms of the GNU GPL
 */
/*
 * Add your custom styles below.
 * This version of the Make child theme is only compatible with Make 1.6.0 and above.
 */
/* SWFE Custom Colors

#bf312f red
#efdba8 sand
#fc6955 salmon
#aaaaaa gray
#666666 dkgray
#8e422a brown

*/
/*---------------------------------------------------------
 Contents (_contents.scss)
-----------------------------------------------------------
1. Code notes
2. Reset
3. Structure
4. Elements
5. Media and classes
6. Posts
7. Pages
8. Widgets
9. Sidebars
10. Comments
11. Forms and buttons
12. Browser support
13. Popover
14. Vendor
-------------------------------------------------------- */
/*---------------------------------------------------------
 1. Notes (_notes.scss)
-----------------------------------------------------------
This stylesheet uses rem values with a pixel fallback.
wine bottle by Alex Podolsky from the Noun Project
Wine by Creative Stall from the Noun Project
-----------------------------------------------------------
 Examples
-----------------------------------------------------------
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 22px 0;
	padding: 1.29412rem 0; ($base)
-----------------------------------------------------------
 Spacing
-----------------------------------------------------------
The $base variable ($base: 22;) is used for spacing between elements.
Vertical spacing between most elements should use 11px, 22px, 44px or 66px
to maintain vertical rhythm:

.my-new-div {
	margin: 66px 0;
	margin: 3.88235rem 0; ($base*3)
}
-----------------------------------------------------------
 Further reading
-----------------------------------------------------------
http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
-------------------------------------------------------- */
/*---------------------------------------------------------
 2. Reset (_reset.scss)
-------------------------------------------------------- */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after {
  content: '';
  content: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

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

a:focus {
  outline: none; }

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*---------------------------------------------------------
 Extends (_preboot.scss)
-------------------------------------------------------- */
.clear, .site-header-main, .site-footer, .gallery, .entry-content, .builder-section, #comments-nav, div.sharedaddy {
  zoom: 1; }
  .clear:before, .site-header-main:before, .site-footer:before, .gallery:before, .entry-content:before, .builder-section:before, #comments-nav:before, div.sharedaddy:before, .clear:after, .site-header-main:after, .site-footer:after, .gallery:after, .entry-content:after, .builder-section:after, #comments-nav:after, div.sharedaddy:after {
    display: table;
    content: ""; }
  .clear:after, .site-header-main:after, .site-footer:after, .gallery:after, .entry-content:after, .builder-section:after, #comments-nav:after, div.sharedaddy:after {
    clear: both; }

.break, p, ul, ol, dl, blockquote, h1,
h2,
h3,
h4,
h5,
h6, pre, table {
  word-break: break-word;
  word-wrap: break-word; }

.visuallyhidden, .widget_search .search-submit {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .widget_search .search-submit:active,
.visuallyhidden.focusable:focus,
.widget_search .search-submit:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.flex, .header-bar > .container, .header-bar > h1, .header-bar > .infinite-footer-container, .page-template-template-builder-php .entry-content.header-bar > .twitter-share, .site-navigation.toggled .menu, .home .content-blocks section, .home .content-blocks section .block-caption, .home .top-sponsors, .home .top-sponsors > li, .home .sponsors, .email-updates .ctct-embed-signup > div, .site-footer .footer-1, .footer-widget-container, ul.list-half, .site-content > .container:first-of-type, .site-content > h1:first-of-type, .site-content > .infinite-footer-container:first-of-type, .page-template-template-builder-php .entry-content.site-content > .twitter-share:first-of-type {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  @media screen and (min-width: 768px) {
    .flex, .header-bar > .container, .header-bar > h1, .header-bar > .infinite-footer-container, .page-template-template-builder-php .entry-content.header-bar > .twitter-share, .site-navigation.toggled .menu, .home .content-blocks section, .home .content-blocks section .block-caption, .home .top-sponsors, .home .top-sponsors > li, .home .sponsors, .email-updates .ctct-embed-signup > div, .site-footer .footer-1, .footer-widget-container, ul.list-half, .site-content > .container:first-of-type, .site-content > h1:first-of-type, .site-content > .infinite-footer-container:first-of-type, .page-template-template-builder-php .entry-content.site-content > .twitter-share:first-of-type {
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap; } }

.list-unstyled, .home .top-sponsors, .home .top-sponsors > li > ul, .home .sponsors, .vendor-list ul, .vendor-list ul #popover-content, .jump-links {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.sr-only, .email-updates .ctct-embed-signup > div label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("assets/fonts/icomoon.eot?-xvnga0");
  src: url("assets/fonts/icomoon.eot?#iefix-xvnga0") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?-xvnga0") format("truetype"), url("assets/fonts/icomoon.woff?-xvnga0") format("woff"), url("assets/fonts/icomoon.svg?-xvnga0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"],
.tastemade .fa-external-link-square {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tastemade .fa-external-link-square {
  font-size: 3.5rem; }

.tastemade .fa-external-link-square:before {
  content: "\e600"; }

.icon-noun-bottle:before {
  content: "\e800"; }

/*---------------------------------------------------------
 3. Scaffolding (_scaffolding.scss)
-------------------------------------------------------- */
html {
  font-size: 62.5%; }

/*---------------------------------------------------------
 Detail (_scaffolding.scss)
-------------------------------------------------------- */
body {
  background-color: #b9bcbf;
  text-rendering: optimizeLegibility;
  font-size: 17px;
  font-size: 1.7rem; }
  body.boxed .site-wrapper {
    max-width: 1264px; }
    @media screen and (min-width: 992px) {
      body.boxed .site-wrapper {
        max-width: 1384px; } }

.site-main [class*="navigation"] {
  overflow: hidden;
  padding: 0 0 44px;
  padding:  0 0 4.4rem; }

.site-wrapper {
  width: 100%;
  margin: 0 auto; }

.container, h1, .infinite-footer-container, .page-template-template-builder-php .entry-content > .twitter-share {
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem; }
  @media screen and (min-width: 768px) {
    .container, h1, .infinite-footer-container, .page-template-template-builder-php .entry-content > .twitter-share {
      width: 768px; } }
  @media screen and (min-width: 992px) {
    .container, h1, .infinite-footer-container, .page-template-template-builder-php .entry-content > .twitter-share {
      width: 992px; } }
  @media screen and (min-width: 1200px) {
    .container, h1, .infinite-footer-container, .page-template-template-builder-php .entry-content > .twitter-share {
      width: 1200px; } }

body,
button,
input,
select,
textarea {
  color: #666666;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6; }

pre,
code,
input,
textarea {
  font: inherit; }

/*---------------------------------------------------------
 Base (_scaffolding.scss)
-------------------------------------------------------- */
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr, .ttfmake-alert, .ttfmake-notice {
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }

/*---------------------------------------------------------
 Links (_scaffolding.scss)
-------------------------------------------------------- */
a {
  color: #bf312f;
  font-weight: bold;
  text-decoration: none; }

/*---------------------------------------------------------
 Header (_scaffolding.scss)
-------------------------------------------------------- */
.site-header {
  width: 100%;
  color: #666666;
  z-index: 2000;
  position: relative; }

.site-header-main {
  width: 100%;
  background-color: white;
  padding: 0; }
  @media screen and (min-width: 992px) {
    .site-header-main {
      margin-top: 35px; } }

/*---------------------------------------------------------
 Header layout 2 (_scaffolding.scss)
-------------------------------------------------------- */
.header-layout-2 .site-branding {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -15%;
  width: 30%;
  text-align: center; }
.header-layout-2 .site-navigation {
  float: none;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .header-layout-2 .site-navigation {
      margin-top: -88px; } }
.header-layout-2 .custom-logo {
  display: inline-block; }

/*---------------------------------------------------------
 Header layout 3 (_scaffolding.scss)
-------------------------------------------------------- */
.header-layout-3 .site-navigation {
  float: left;
  max-width: 100%;
  width: 100%;
  text-align: left; }
  .header-layout-3 .site-navigation .menu {
    border-top: 1px solid #eaecee;
    border-bottom: 1px solid #eaecee; }
  .header-layout-3 .site-navigation .nav-menu {
    margin-bottom: 0; }
.header-layout-3 .search-form {
  font-size: 13px;
  font-size: 1.3rem; }
  @media screen and (min-width: 992px) {
    .header-layout-3 .search-form {
      float: right; }
      .branding-right .header-layout-3 .search-form {
        float: left; } }
  .header-layout-3 .search-form input {
    width: 100%; }
    @media screen and (min-width: 992px) {
      .header-layout-3 .search-form input {
        width: auto; } }
.header-layout-3 .search-submit {
  display: none; }

/*---------------------------------------------------------
 Title and tagline (_scaffolding.scss)
-------------------------------------------------------- */
.site-title {
  color: #666666;
  margin: 0;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-size: 3.4rem; }
  .site-title a {
    color: #666666;
    font-weight: bold;
    text-decoration: none; }
    .site-title a:hover, .site-title a:focus {
      text-decoration: none; }
  .no-site-tagline .site-title {
    margin-bottom: 22px;
    margin-bottom: 2.2rem; }

@media screen and (min-width: 992px) {
  .site-branding {
    float: left;
    max-width: 50%; }
    .branding-right .site-branding {
      float: right; } }
.site-description {
  display: block;
  text-transform: uppercase;
  margin: 11px 0 22px;
  margin:  1.1rem 0 2.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  letter-spacing: 0.1rem; }
  .site-description a {
    text-decoration: none; }
    .site-description a:hover, .site-description a:focus {
      text-decoration: none; }

/*---------------------------------------------------------
 Custom logo (_scaffolding.scss)
-------------------------------------------------------- */
.custom-logo {
  display: block;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 11px;
  margin-bottom: 1.1rem; }
  .custom-logo a {
    display: block;
    width: 100%;
    height: 0;
    font: 0/0 a;
    text-decoration: none;
    text-shadow: none;
    color: transparent; }
  .no-site-title.no-site-tagline .custom-logo {
    margin-top: -10px;
    margin-bottom: 0; }

/*---------------------------------------------------------
 Header bar (_scaffolding.scss)
-------------------------------------------------------- */
.header-bar {
  width: 100%;
  color: white;
  background-color: #666666;
  border-bottom: 1px solid #666666; }
  @media screen and (min-width: 1200px) {
    .header-bar-flipped .header-bar .search-form,
    .header-bar-flipped .header-bar .header-social-links {
      float: left;
      padding-left: 0;
      padding-right: 16px;
      padding-right: 1.6rem; }
    .header-bar-flipped .header-bar .header-text {
      text-align: right; }
    .header-bar-flipped .header-bar .search-form {
      padding-left: 0;
      padding-right: 16px;
      padding-right: 1.6rem; } }
  .header-bar > .container, .header-bar > h1, .header-bar > .infinite-footer-container, .page-template-template-builder-php .entry-content.header-bar > .twitter-share {
    padding: 0 1.5rem;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    @media screen and (min-width: 768px) {
      .header-bar > .container, .header-bar > h1, .header-bar > .infinite-footer-container, .page-template-template-builder-php .entry-content.header-bar > .twitter-share {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap; }
        .header-bar > .container > *, .header-bar > h1 > *, .header-bar > .infinite-footer-container > *, .page-template-template-builder-php .entry-content.header-bar > .twitter-share > * {
          width: 50%; } }
  .header-bar .header-social-links {
    display: none; }
    @media screen and (min-width: 768px) {
      .header-bar .header-social-links {
        display: block;
        -webkit-order: 2;
        order: 2;
        text-align: right;
        margin-bottom: 0; }
        .header-bar .header-social-links li a {
          font-size: 4rem; }
          .header-bar .header-social-links li a .fa-fw {
            width: auto; } }
  .header-bar a {
    color: inherit;
    text-decoration: none; }
    .header-bar a:hover, .header-bar a:focus {
      text-decoration: none; }
  .header-bar textarea,
  .header-bar input {
    background-color: white;
    font-size: 12px;
    font-size: 1.2rem; }
  .header-bar .search-form {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 22px 0 11px;
    padding:  2.2rem 0 1.1rem; }
    @media screen and (min-width: 1200px) {
      .header-bar .search-form {
        padding: 11px 0 11px 16px;
        padding:  1.1rem 0 1.1rem 1.6rem;
        float: right;
        padding: 11px 0;
        padding:  1.1rem 0; } }
    .header-bar .search-form input {
      width: 100%;
      border: 1px solid; }
      @media screen and (min-width: 1200px) {
        .header-bar .search-form input {
          width: 175px; } }
      @media screen and (min-width: 992px) {
        .header-bar .search-form input {
          width: auto; } }
  .header-bar .search-submit {
    display: none; }
  .header-bar.right-content .header-text {
    font-size: 1.8rem;
    margin-top: 5px;
    color: #aaaaaa;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      .header-bar.right-content .header-text {
        position: relative;
        overflow: hidden;
        font-size: 3.0rem;
        -webkit-order: 1;
        order: 1;
        align-self: flex-start;
        text-align: left;
        margin-top: 19px; } }
  .header-bar .menu {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 11px 0 22px;
    margin:  1.1rem 0 2.2rem; }
    @media screen and (min-width: 1200px) {
      .header-bar .menu {
        text-align: left; } }
    @media screen and (min-width: 992px) {
      .header-bar .menu {
        text-align: left; } }
    .header-bar .menu li {
      display: inline-block;
      text-align: left;
      padding-right: 16px;
      padding-right: 1.6rem; }
      .header-bar .menu li:last-of-type {
        padding-right: 0; }
    .header-bar .menu a {
      font-weight: normal;
      font-size: 13px;
      font-size: 1.3rem; }

.header-text {
  text-align: center;
  display: block;
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
  font-size: 13px;
  font-size: 1.3rem; }
  @media screen and (min-width: 768px) {
    .header-text {
      margin-top: 2px;
      margin-top: 0.2rem;
      padding: 11px 0;
      padding:  1.1rem 0; } }
  @media screen and (min-width: 992px) {
    .header-text {
      text-align: left; } }
  .header-bar-flipped .header-text {
    float: right; }

.header-bar .header-bar-menu {
  margin: 0; }
  @media screen and (min-width: 768px) {
    .header-bar .header-bar-menu {
      -webkit-order: 3;
      order: 3;
      -webkit-flex-grow: 2;
      flex-grow: 2; } }
  @media screen and (min-width: 992px) {
    .header-bar .header-bar-menu {
      margin-top: -20px; } }
  .header-bar .header-bar-menu .menu {
    margin: 0 0 2rem; }
    @media screen and (min-width: 768px) {
      .header-bar .header-bar-menu .menu {
        text-align: right; } }
    .header-bar .header-bar-menu .menu li a {
      color: #fc6955;
      font-size: 2.0rem; }
      .header-bar .header-bar-menu .menu li a:hover, .header-bar .header-bar-menu .menu li a:focus {
        color: #bf312f; }

.social-links {
  padding-left: 0;
  list-style: none;
  padding-top: 11px;
  padding-top: 1.1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media screen and (min-width: 1200px) {
    .social-links {
      padding-top: 0; } }
  .social-links li {
    display: inline-block;
    text-align: center; }
    .social-links li a {
      display: block;
      color: inherit;
      text-decoration: none; }
  .social-links a:hover .fa,
  .social-links a:focus .fa {
    color: #808080; }
    .social-links a:hover .fa.fa-facebook-official,
    .social-links a:focus .fa.fa-facebook-official {
      color: #3B5999; }
    .social-links a:hover .fa.fa-twitter,
    .social-links a:focus .fa.fa-twitter {
      color: #4099ff; }
    .social-links a:hover .fa.fa-google-plus-square,
    .social-links a:focus .fa.fa-google-plus-square {
      color: #d34836; }
    .social-links a:hover .fa.fa-linkedin,
    .social-links a:focus .fa.fa-linkedin {
      color: #007bb6; }
    .social-links a:hover .fa.fa-instagram,
    .social-links a:focus .fa.fa-instagram {
      color: #517fa4; }
    .social-links a:hover .fa.fa-flickr,
    .social-links a:focus .fa.fa-flickr {
      color: #ff0084; }
    .social-links a:hover .fa.fa-youtube,
    .social-links a:focus .fa.fa-youtube {
      color: #e52d27; }
    .social-links a:hover .fa.fa-vimeo-square,
    .social-links a:focus .fa.fa-vimeo-square {
      color: #1ab7ea; }
    .social-links a:hover .fa.fa-pinterest,
    .social-links a:focus .fa.fa-pinterest {
      color: #c92228; }
    .social-links a:hover .fa.fa-envelope,
    .social-links a:focus .fa.fa-envelope {
      color: #ffae00; }
    .social-links a:hover .fa.fa-rss,
    .social-links a:focus .fa.fa-rss {
      color: #ff6600; }
  .social-links .tastemade a:hover .fa,
  .social-links .tastemade a:focus .fa {
    color: #f78526; }

.header-social-links {
  text-align: center;
  margin-bottom: 11px;
  margin-bottom: 1.1rem; }
  @media screen and (min-width: 992px) {
    .header-social-links {
      float: none;
      text-align: left; } }
  @media screen and (min-width: 1200px) {
    .header-social-links {
      float: right;
      margin-bottom: 0; } }
  .header-social-links li a {
    padding: 4px 4px;
    padding:  0.4rem 0.4rem;
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (min-width: 1200px) {
      .header-social-links li a {
        font-size: 17px;
        font-size: 1.7rem; } }
  .header-social-links li:first-of-type a {
    padding-left: 0; }

/*---------------------------------------------------------
 Navigation (_scaffolding.scss)
-------------------------------------------------------- */
.site-navigation {
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media screen and (min-width: 992px) {
    .site-navigation {
      float: right;
      max-width: 50%; }
      .branding-right .header-layout-1 .site-navigation {
        float: left;
        text-align: left; }
      .branding-right .header-layout-3 .site-navigation {
        float: right;
        text-align: right; } }
  .site-navigation .menu,
  .site-navigation .nav-menu {
    padding-left: 0; }
    .site-navigation .menu ul,
    .site-navigation .menu ol,
    .site-navigation .nav-menu ul,
    .site-navigation .nav-menu ol {
      margin-left: 0; }
    .site-navigation .menu li,
    .site-navigation .nav-menu li {
      text-align: left;
      list-style: none;
      float: left; }
      @media screen and (min-width: 992px) {
        .site-navigation .menu li,
        .site-navigation .nav-menu li {
          display: inline-block;
          position: relative; } }
      .site-navigation .menu li:nth-of-type(n+4),
      .site-navigation .nav-menu li:nth-of-type(n+4) {
        float: right; }
      .site-navigation .menu li a,
      .site-navigation .nav-menu li a {
        display: block;
        font-weight: normal;
        color: #666666;
        line-height: 1.8;
        border-bottom: 1px solid #666666;
        padding: 11px 0;
        padding:  1.1rem 0;
        font-size: 14px;
        font-size: 1.4rem;
        text-decoration: none; }
        @media screen and (min-width: 992px) {
          .site-navigation .menu li a,
          .site-navigation .nav-menu li a {
            line-height: 1.4;
            border-bottom: 0;
            padding: 11px 16px;
            padding:  1.1rem 1.6rem; } }
      .site-navigation .menu li:first-of-type a,
      .site-navigation .nav-menu li:first-of-type a {
        padding-left: 0; }
      .site-navigation .menu li:nth-of-type(4n) a,
      .site-navigation .nav-menu li:nth-of-type(4n) a {
        padding-right: 0; }
      .site-navigation .menu li.current-menu-item a,
      .site-navigation .nav-menu li.current-menu-item a {
        color: #bf312f; }
    .site-navigation .menu .sub-menu,
    .site-navigation .menu .children,
    .site-navigation .nav-menu .sub-menu,
    .site-navigation .nav-menu .children {
      padding: 0;
      text-align: left; }
      .site-navigation .menu .sub-menu li a,
      .site-navigation .menu .children li a,
      .site-navigation .nav-menu .sub-menu li a,
      .site-navigation .nav-menu .children li a {
        padding-left: 16px;
        padding-left: 1.6rem; }
        .site-navigation .menu .sub-menu li a:before,
        .site-navigation .menu .children li a:before,
        .site-navigation .nav-menu .sub-menu li a:before,
        .site-navigation .nav-menu .children li a:before {
          content: "\2013  "; }
    @media screen and (min-width: 992px) {
      .site-navigation .menu .sub-menu,
      .site-navigation .menu .children,
      .site-navigation .nav-menu .sub-menu,
      .site-navigation .nav-menu .children {
        position: absolute;
        display: none;
        z-index: 99999;
        overflow: hidden;
        background-color: #eaecee; }
        .site-navigation .menu .sub-menu li,
        .site-navigation .menu .children li,
        .site-navigation .nav-menu .sub-menu li,
        .site-navigation .nav-menu .children li {
          width: 100%; }
          .site-navigation .menu .sub-menu li:first-of-type a,
          .site-navigation .menu .children li:first-of-type a,
          .site-navigation .nav-menu .sub-menu li:first-of-type a,
          .site-navigation .nav-menu .children li:first-of-type a {
            padding: 15px 16px;
            padding:  1.5rem 1.6rem; }
        .site-navigation .menu .sub-menu a,
        .site-navigation .menu .children a,
        .site-navigation .nav-menu .sub-menu a,
        .site-navigation .nav-menu .children a {
          border-bottom: 1px solid #b9bcbf;
          padding: 15px 16px;
          padding:  1.5rem 1.6rem;
          font-size: 13px;
          font-size: 1.3rem; }
          .site-navigation .menu .sub-menu a:after,
          .site-navigation .menu .children a:after,
          .site-navigation .nav-menu .sub-menu a:after,
          .site-navigation .nav-menu .children a:after {
            content: none; }
        .site-navigation .menu .sub-menu .page_item_has_children a:after,
        .site-navigation .menu .sub-menu .menu-item-has-children a:after,
        .site-navigation .menu .children .page_item_has_children a:after,
        .site-navigation .menu .children .menu-item-has-children a:after,
        .site-navigation .nav-menu .sub-menu .page_item_has_children a:after,
        .site-navigation .nav-menu .sub-menu .menu-item-has-children a:after,
        .site-navigation .nav-menu .children .page_item_has_children a:after,
        .site-navigation .nav-menu .children .menu-item-has-children a:after {
          content: "  \f054";
          position: relative;
          float: right;
          font-family: FontAwesome;
          font-weight: normal;
          top: 4px;
          top: 0.4rem;
          font-size: 10px;
          font-size: 1rem; }
        .site-navigation .menu .sub-menu .sub-menu li:not(.menu-item-has-children) a:after,
        .site-navigation .menu .sub-menu .sub-menu li:not(.page_item_has_children) a:after,
        .site-navigation .menu .sub-menu .children li:not(.menu-item-has-children) a:after,
        .site-navigation .menu .sub-menu .children li:not(.page_item_has_children) a:after,
        .site-navigation .menu .children .sub-menu li:not(.menu-item-has-children) a:after,
        .site-navigation .menu .children .sub-menu li:not(.page_item_has_children) a:after,
        .site-navigation .menu .children .children li:not(.menu-item-has-children) a:after,
        .site-navigation .menu .children .children li:not(.page_item_has_children) a:after,
        .site-navigation .nav-menu .sub-menu .sub-menu li:not(.menu-item-has-children) a:after,
        .site-navigation .nav-menu .sub-menu .sub-menu li:not(.page_item_has_children) a:after,
        .site-navigation .nav-menu .sub-menu .children li:not(.menu-item-has-children) a:after,
        .site-navigation .nav-menu .sub-menu .children li:not(.page_item_has_children) a:after,
        .site-navigation .nav-menu .children .sub-menu li:not(.menu-item-has-children) a:after,
        .site-navigation .nav-menu .children .sub-menu li:not(.page_item_has_children) a:after,
        .site-navigation .nav-menu .children .children li:not(.menu-item-has-children) a:after,
        .site-navigation .nav-menu .children .children li:not(.page_item_has_children) a:after {
          content: none; }
        .site-navigation .menu .sub-menu li,
        .site-navigation .menu .children li,
        .site-navigation .nav-menu .sub-menu li,
        .site-navigation .nav-menu .children li {
          padding-left: 0; }
          .site-navigation .menu .sub-menu li a:before,
          .site-navigation .menu .children li a:before,
          .site-navigation .nav-menu .sub-menu li a:before,
          .site-navigation .nav-menu .children li a:before {
            content: none; }
        .site-navigation .menu .sub-menu ul,
        .site-navigation .menu .children ul,
        .site-navigation .nav-menu .sub-menu ul,
        .site-navigation .nav-menu .children ul {
          top: 0;
          left: 100%; } }
    @media screen and (min-width: 992px) {
      .site-navigation .menu .current_page_item > a,
      .site-navigation .menu .current_page_ancestor > a,
      .site-navigation .menu .current-menu-item > a,
      .site-navigation .menu .current-menu-ancestor > a,
      .site-navigation .nav-menu .current_page_item > a,
      .site-navigation .nav-menu .current_page_ancestor > a,
      .site-navigation .nav-menu .current-menu-item > a,
      .site-navigation .nav-menu .current-menu-ancestor > a {
        font-weight: bold; } }
    .site-navigation .menu .current_page_item > a,
    .site-navigation .menu .current-menu-item > a,
    .site-navigation .nav-menu .current_page_item > a,
    .site-navigation .nav-menu .current-menu-item > a {
      font-weight: bold; }
  @media screen and (min-width: 992px) {
    .site-navigation ul.menu ul a,
    .site-navigation .menu ul ul a {
      margin: 0;
      min-width: 180px;
      max-width: 250px; }
      .site-navigation ul.menu ul a:hover, .site-navigation ul.menu ul a:focus,
      .site-navigation .menu ul ul a:hover,
      .site-navigation .menu ul ul a:focus {
        color: white;
        background-color: #bf312f; }
        .site-navigation ul.menu ul a:hover:after, .site-navigation ul.menu ul a:focus:after,
        .site-navigation .menu ul ul a:hover:after,
        .site-navigation .menu ul ul a:focus:after {
          color: white; }
    .site-navigation ul.menu li:hover > ul,
    .site-navigation .menu ul li:hover > ul,
    .site-navigation ul.menu .focus > ul,
    .site-navigation .menu .focus > ul {
      display: block;
      overflow: inherit;
      height: inherit;
      width: inherit; } }

.menu-toggle {
  text-align: left;
  cursor: pointer;
  margin: 22px 0 0;
  margin:  2.2rem 0 0;
  padding: 10px 14px;
  padding:  1rem 1.4rem;
  font-size: 13px;
  font-size: 1.3rem; }
  .menu-toggle:before {
    content: "\f0c9";
    font-family: FontAwesome;
    padding-right: 6px;
    padding-right: 0.6rem; }

.menu-toggle,
.site-navigation.toggled .nav-menu,
.site-navigation.toggled .menu {
  display: block; }

.site-navigation.toggled .menu li {
  float: none; }

.menu-top-container {
  padding: 0 1.5rem; }

.site-navigation .menu {
  display: none;
  transition: all 0.5s ease; }
  @media screen and (min-width: 992px) {
    .site-navigation .menu {
      display: block; } }

@media screen and (min-width: 992px) {
  .site-navigation ul {
    display: none; } }
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none; }

  .site-navigation ul {
    display: block; } }
/*---------------------------------------------------------
 Main (_scaffolding.scss)
-------------------------------------------------------- */
.site-content {
  padding: 0 0 22px;
  width: 100%;
  background-color: white;
  z-index: 1000; }

@media screen and (min-width: 768px) {
  .home .site-content > .container:first-of-type, .home .site-content > h1:first-of-type, .home .site-content > .infinite-footer-container:first-of-type, .home .page-template-template-builder-php .entry-content.site-content > .twitter-share:first-of-type, .page-template-template-builder-php .home .entry-content.site-content > .twitter-share:first-of-type {
    border-bottom: 4px double #bf312f;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .home .site-content > .container:first-of-type .widget, .home .site-content > h1:first-of-type .widget, .home .site-content > .infinite-footer-container:first-of-type .widget, .home .page-template-template-builder-php .entry-content.site-content > .twitter-share:first-of-type .widget, .page-template-template-builder-php .home .entry-content.site-content > .twitter-share:first-of-type .widget {
      margin-bottom: 0; } }

.home .entry-header {
  display: none; }

.ttfmake-shortcode-slider {
  position: relative; }

.home .cycle-pager {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 9000; }
  .home .cycle-pager span {
    opacity: .5; }
    .home .cycle-pager span.cycle-pager-active {
      opacity: 1; }

.home .cycle-slideshow .cycle-slide {
  margin-top: 0 !important;
  display: none; }
  .home .cycle-slideshow .cycle-slide.cycle-sentinel {
    display: block; }
  .home .cycle-slideshow .cycle-slide img {
    width: 100%; }
.home .cycle-slideshow .cycle-caption {
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, black 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C */
  padding: 40px 20px 20px;
  font-size: 1.8rem; }
  .home .cycle-slideshow .cycle-caption h2 {
    font-style: normal;
    color: white;
    font-weight: normal;
    font-size: 2.8rem; }

/*---------------------------------------------------------
 Home Content Blocks (_scaffolding.scss)
-------------------------------------------------------- */
.home .content-blocks {
  padding-bottom: 0 !important;
  padding-top: 10px; }
  .home .content-blocks section {
    border-bottom: 4px double #bf312f;
    padding-bottom: 5px;
    margin-bottom: 15px; }
    @media screen and (min-width: 550px) {
      .home .content-blocks section {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap; }
        .home .content-blocks section > div {
          width: 49.5%; } }
    .home .content-blocks section > div {
      position: relative;
      margin-bottom: 5px; }
    .home .content-blocks section .block-caption {
      position: absolute;
      bottom: 15px;
      right: 10px;
      left: 10px;
      align-items: flex-end; }
      .home .content-blocks section .block-caption h3 {
        color: white;
        font-weight: normal;
        font-size: 2.2rem;
        margin: 0 0 5px;
        line-height: 1; }
        @media screen and (min-width: 768px) {
          .home .content-blocks section .block-caption h3 {
            font-size: 2.7rem; } }
        @media screen and (min-width: 992px) {
          .home .content-blocks section .block-caption h3 {
            margin-bottom: 0; } }
      .home .content-blocks section .block-caption a {
        line-height: 1;
        font-weight: normal;
        text-decoration: none;
        color: white;
        text-transform: uppercase; }

/*---------------------------------------------------------
 Home Sponsors (_scaffolding.scss)
-------------------------------------------------------- */
.home .sponsor-section h2 {
  margin-top: 0; }

.home .top-sponsors {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .home .top-sponsors > li > a {
    margin-right: 10px; }
  .home .top-sponsors > li {
    width: 35%; }
  @media screen and (min-width: 550px) {
    .home .top-sponsors > li {
      width: 24%; } }
  .home .top-sponsors > li {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .home .top-sponsors > li {
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap; }
        .home .top-sponsors > li > a {
          width: 30%; } }
    .home .top-sponsors > li > ul {
      text-transform: uppercase;
      color: #bf312f;
      font-size: 1.5rem;
      line-height: 1.2; }
      .home .top-sponsors > li > ul h3 {
        margin: 0 0 0;
        font-size: 2rem;
        word-break: normal;
        word-wrap: normal; }
      @media screen and (min-width: 768px) {
        .home .top-sponsors > li > ul {
          width: 65%; }
          .home .top-sponsors > li > ul h3 {
            font-size: 1.6rem; } }
      @media screen and (min-width: 992px) {
        .home .top-sponsors > li > ul h3 {
          font-size: 2rem; } }

.home .sponsors {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  .home .sponsors > li {
    width: 20%;
    padding: 1%; }
    .home .sponsors > li a {
      display: block; }
  @media screen and (min-width: 550px) {
    .home .sponsors > li {
      width: 15%; } }
  @media screen and (min-width: 768px) {
    .home .sponsors > li {
      width: 10%; } }
  @media screen and (min-width: 992px) {
    .home .sponsors > li {
      width: 10%; } }

/*---------------------------------------------------------
 Footer (_scaffolding.scss)
-------------------------------------------------------- */
.email-updates {
  background-color: #bf312f;
  width: 100%;
  margin-bottom: 5px;
  padding: 0; }
  .email-updates .ctct-embed-signup > div {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1rem 0;
    text-align: center; }
    .email-updates .ctct-embed-signup > div #success_message {
      -webkit-order: 2;
      order: 2;
      text-align: center;
      color: white;
      line-height: 40px; }
    @media screen and (min-width: 768px) {
      .email-updates .ctct-embed-signup > div {
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    .email-updates .ctct-embed-signup > div h3 {
      color: rgba(255, 255, 255, 0.5);
      font-size: 2.8rem;
      line-height: 1.05;
      margin: 0 0 5px;
      -webkit-order: 1;
      order: 1; }
      @media screen and (min-width: 768px) {
        .email-updates .ctct-embed-signup > div h3 {
          margin-bottom: 0;
          line-height: 1.4; } }
    .email-updates .ctct-embed-signup > div .ctct-custom-form {
      -webkit-order: 3;
      order: 3; }
      .email-updates .ctct-embed-signup > div .ctct-custom-form p {
        display: inline-block;
        margin-bottom: 0; }
    .email-updates .ctct-embed-signup > div input {
      border: 1px solid white;
      color: white;
      border-radius: 0;
      background-color: rgba(255, 255, 255, 0.3);
      height: 40px; }
    .email-updates .ctct-embed-signup > div ::-webkit-input-placeholder {
      color: white; }
    .email-updates .ctct-embed-signup > div :-moz-placeholder {
      /* Firefox 18- */
      color: white; }
    .email-updates .ctct-embed-signup > div ::-moz-placeholder {
      /* Firefox 19+ */
      color: white; }
    .email-updates .ctct-embed-signup > div :-ms-input-placeholder {
      color: white; }
    .email-updates .ctct-embed-signup > div input[type="submit"] {
      padding: .2rem 1.4rem 0;
      font-size: 1.6rem;
      text-transform: uppercase;
      background: #fc6955; }

.site-footer {
  color: #464849;
  background-color: #eaecee;
  padding-top: 2.0rem; }
  #infinite-footer .site-footer {
    padding: 22px 0;
    padding:  2.2rem 0; }
  .site-footer > .container, .site-footer > h1, .site-footer > .infinite-footer-container, .page-template-template-builder-php .entry-content.site-footer > .twitter-share {
    position: relative; }
  .site-footer .search-form input {
    border: 1px solid; }
  .site-footer a {
    text-decoration: none; }
    .site-footer a:hover, .site-footer a:focus {
      text-decoration: none;
      opacity: .5; }
  .site-footer .footer-1 .widget_image {
    width: 20%; }
    .site-footer .footer-1 .widget_image a:hover, .site-footer .footer-1 .widget_image a:focus {
      opacity: 1; }
  .site-footer *:not(select) {
    border-color: #b9bcbf !important; }
  .site-footer .widget-area {
    margin-bottom: 22px;
    margin-bottom: 2.2rem; }
    @media screen and (min-width: 992px) {
      .site-footer .widget-area {
        margin-bottom: 44px;
        margin-bottom: 4.4rem; } }
    .site-footer .widget-area:last-of-type {
      margin-right: 0; }
  .site-footer .footer-1 {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%; }
    .site-footer .footer-1 > aside {
      width: 30%; }
      .site-footer .footer-1 > aside:first-of-type, .site-footer .footer-1 > aside:last-of-type {
        margin-bottom: 1rem;
        width: 100%; }
      .site-footer .footer-1 > aside:last-of-type {
        font-family: "Archivo Narrow","Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        text-align: right;
        margin-top: -100px; }
        .site-footer .footer-1 > aside:last-of-type p {
          margin-bottom: 5px; }
  .site-footer .widget-title {
    font-size: 2.4rem;
    font-weight: normal;
    text-transform: uppercase; }
  .site-footer .menu-footer-nav-container li {
    padding: 0;
    margin-bottom: 5px; }
  .site-footer .menu-footer-nav-container a {
    text-transform: uppercase;
    font-weight: normal; }
  .site-footer .widget_image {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .site-footer .widget_image {
        margin-top: -100px; } }
  .site-footer textarea,
  .site-footer input,
  .site-footer .widget_tag_cloud a {
    background-color: white; }
  .site-footer #menu-buy-tickets-1 {
    text-transform: uppercase;
    font-size: 1.7rem;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .site-footer #menu-buy-tickets-1 {
        font-size: 2rem; } }
    .site-footer #menu-buy-tickets-1 li {
      padding: 0; }
      .site-footer #menu-buy-tickets-1 li a {
        font-weight: normal;
        font-family: "Archivo Narrow","Helvetica Neue",Helvetica,Arial,sans-serif; }
    .site-footer #menu-buy-tickets-1 .fa-star {
      display: none; }
  .site-footer .site-info {
    text-align: center; }
    @media screen and (min-width: 992px) {
      .site-footer .site-info {
        float: left; } }
  .site-footer .footer-social-links {
    position: absolute;
    right: 1.5rem;
    bottom: 0;
    padding: 0;
    text-align: center; }
    @media screen and (min-width: 550px) {
      .site-footer .footer-social-links {
        text-align: right;
        top: 0;
        bottom: auto;
        margin-top: 0; } }
  .site-footer .site-info,
  .site-footer .site-info a {
    color: inherit;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem; }
    @media screen and (min-width: 992px) {
      .site-footer .site-info,
      .site-footer .site-info a {
        font-size: 13px;
        font-size: 1.3rem; } }
    .site-footer .site-info a,
    .site-footer .site-info a a {
      text-decoration: underline; }
      .site-footer .site-info a:hover,
      .site-footer .site-info a a:hover {
        text-decoration: none; }
    .site-footer .site-info .theme-by,
    .site-footer .site-info a .theme-by {
      font-weight: normal;
      font-style: italic;
      text-transform: lowercase;
      padding: 0 4px;
      padding:  0 0.4rem;
      letter-spacing: 1px;
      letter-spacing: 0.1rem; }

.footer-text {
  clear: both;
  text-align: center;
  margin-bottom: 5.5px;
  margin-bottom: 0.55rem;
  font-size: 13px;
  font-size: 1.3rem; }
  @media screen and (min-width: 992px) {
    .footer-text {
      text-align: left; } }

.footer-social-links {
  margin-top: 11px;
  margin-top: 1.1rem;
  font-size: 20px;
  font-size: 2rem; }
  @media screen and (min-width: 992px) {
    .footer-social-links {
      margin: 0;
      font-size: 17px;
      font-size: 1.7rem; } }
  .footer-social-links a {
    opacity: .5; }
    .footer-social-links a:hover, .footer-social-links a:focus {
      opacity: 1;
      color: white; }

.infinite-scroll.neverending #site-footer {
  display: none; }
.infinity-end.neverending #site-footer {
  display: block; }

/*---------------------------------------------------------
 Footer layout 2 (_scaffolding.scss)
-------------------------------------------------------- */
.footer-layout-2 .site-info,
.footer-layout-2 .footer-text,
.footer-layout-2 .footer-social-links {
  float: none;
  clear: both;
  text-align: center; }
.footer-layout-2 .footer-social-links {
  margin-top: 11px;
  margin-top: 1.1rem; }

/*---------------------------------------------------------
4. Elements (_elements.scss)
-------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 11px 0;
  margin:  1.1rem 0; }
  h1 a, a h1,
  h2 a, a
  h2,
  h3 a, a
  h3,
  h4 a, a
  h4,
  h5 a, a
  h5,
  h6 a, a
  h6 {
    color: inherit;
    text-decoration: none; }

h1 {
  font-weight: normal;
  line-height: 1.2;
  font-size: 46px;
  font-size: 4.6rem;
  color: #bf312f; }

.site-title {
  display: none; }

.site-content h1:not(.site-title),
.site-content h1:not(.site-title) a,
.site-content .font-header {
  font-weight: normal; }

h1 {
  margin: 0 auto;
  padding: 1rem 1.5rem; }

.site-content > .entry-header {
  border-top: 4px double #bf312f;
  border-bottom: 4px double #bf312f;
  padding: 0; }

h2 {
  font-size: 34px;
  font-size: 3.4rem; }

h2 a {
  font-weight: normal;
  color: #bf312f;
  line-height: 1.3; }
  h2 a:hover {
    opacity: .5; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

.entry-content h3 {
  color: #fc6955;
  font-size: 1.9rem; }

.entry-content .sub-title {
  color: #bf312f; }

h4 {
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem; }

h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1.6rem; }

h6 {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  font-size: 13px;
  font-size: 1.3rem; }

input[placeholder] {
  text-overflow: ellipsis; }

::-moz-placeholder {
  text-overflow: ellipsis; }

/* firefox 19+ */
input:-moz-placeholder {
  text-overflow: ellipsis; }

/*---------------------------------------------------------
Quote (_elements.scss)
-------------------------------------------------------- */
blockquote {
  clear: both;
  margin: 22px 0;
  margin:  2.2rem 0; }
  blockquote p {
    line-height: 1.5;
    font-size: 24px;
    font-size: 2.4rem; }
  blockquote cite {
    font-style: normal;
    margin-bottom: 22px;
    margin-bottom: 2.2rem;
    font-size: 13px;
    font-size: 1.3rem; }
    blockquote cite:before {
      content: "\2014"; }
  blockquote.ttfmake-testimonial {
    line-height: 0;
    background-color: #eaecee;
    margin-bottom: 44px;
    margin-bottom: 4.4rem;
    padding: 33px 32px;
    padding:  3.3rem 3.2rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    blockquote.ttfmake-testimonial p {
      margin-bottom: 0; }
    blockquote.ttfmake-testimonial cite {
      display: block;
      margin-bottom: 0;
      font-weight: bold;
      padding: 11px 0;
      padding:  1.1rem 0;
      font-size: 14px;
      font-size: 1.4rem; }
    blockquote.ttfmake-testimonial:after {
      content: "";
      position: relative;
      width: 0;
      height: 0;
      border-left: 22px solid transparent;
      border-right: 22px solid transparent;
      border-top: 22px solid #eaecee;
      left: 5px;
      left: 0.5rem;
      bottom: -60px;
      bottom: -6rem; }

q:before {
  content: "\201C"; }
q:after {
  content: "\201D"; }

/*---------------------------------------------------------
Code (_elements.scss)
-------------------------------------------------------- */
tt,
kbd,
pre,
code,
samp,
var {
  font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, monospace;
  background-color: #eaecee;
  padding: 4px 6px;
  padding:  0.4rem 0.6rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 22px 0;
  margin:  2.2rem 0;
  padding: 33px;
  padding: 3.3rem; }

pre code {
  padding: 0; }

/*---------------------------------------------------------
Details (_elements.scss)
-------------------------------------------------------- */
abbr,
acronym,
dfn {
  cursor: help;
  font-size: .95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #666666;
  letter-spacing: 1px;
  letter-spacing: 0.1rem; }

details summary {
  font-weight: bold;
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }
details :focus {
  outline: none; }

/*---------------------------------------------------------
Marks (_elements.scss)
-------------------------------------------------------- */
mark {
  background-color: #fff9c0;
  text-decoration: none; }

/*---------------------------------------------------------
Sizes (_elements.scss)
-------------------------------------------------------- */
small {
  font-size: 75%; }

big {
  font-size: 125%; }

/*---------------------------------------------------------
Content (_elements.scss)
-------------------------------------------------------- */
b,
strong {
  font-weight: bold; }

dfn,
cite,
em,
i {
  font-style: italic; }

figure {
  margin: 0; }

address {
  margin: 22px 0;
  margin:  2.2rem 0; }

hr {
  border: 0;
  border-top: 1px solid #eaecee;
  height: 1px;
  margin-bottom: 22px; }
  hr.ttfmake-line-dashed {
    border-top: 1px dashed #eaecee; }
  hr.ttfmake-line-double {
    border-top: 6px double #eaecee; }

/*---------------------------------------------------------
Lists (_elements.scss)
-------------------------------------------------------- */
ul,
ol {
  margin: 0 0 22px 0;
  margin:  0 0 2.2rem 0;
  padding-left: 20px;
  padding-left: 2rem; }
  ul.ttfmake-list,
  ol.ttfmake-list {
    padding-left: 0;
    list-style: none; }
    ul.ttfmake-list li:before,
    ol.ttfmake-list li:before {
      font-family: FontAwesome;
      padding-right: 10.66667px;
      padding-right: 1.06667rem; }
  ul.ttfmake-list-check li:before,
  ol.ttfmake-list-check li:before {
    content: "\f14a";
    color: #339d56; }
  ul.ttfmake-list-check2 li:before,
  ol.ttfmake-list-check2 li:before {
    content: "\f046";
    color: #339d56; }
  ul.ttfmake-list-star li:before,
  ol.ttfmake-list-star li:before {
    content: "\f005";
    color: #f89e01; }
  ul.ttfmake-list-dot li:before,
  ol.ttfmake-list-dot li:before {
    content: "\f192";
    color: #bf312f; }

ul {
  list-style: disc; }

ul.list-half > li {
  width: 48%; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 22px 22px; }

/*---------------------------------------------------------
Table (_elements.scss)
-------------------------------------------------------- */
table {
  width: 100%;
  text-align: left;
  border: 1px solid #eaecee;
  border-left: 0;
  margin: 22px 0;
  margin:  2.2rem 0; }
  table caption {
    font-weight: bold;
    margin-bottom: 22px;
    margin-bottom: 2.2rem; }
  table th,
  table td {
    padding: 11px 8px;
    padding:  1.1rem 0.8rem; }
  table th {
    border-left: 1px solid #eaecee; }
  table td {
    border-top: 1px solid #eaecee;
    border-left: 1px solid #eaecee; }
    table td[valign="top"] {
      vertical-align: top; }
    table td[valign="bottom"] {
      vertical-align: bottom; }

/*---------------------------------------------------------
Embeds (_elements.scss)
-------------------------------------------------------- */
.ttfmake-embed-wrapper {
  max-width: 100%;
  width: 100%;
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }
  .ttfmake-embed-wrapper.aligncenter {
    margin-bottom: 22px;
    margin-bottom: 2.2rem; }

/*---------------------------------------------------------
Galleries (_elements.scss)
-------------------------------------------------------- */
.gallery {
  margin: 22px 0 11px !important; }

.gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  margin: 0 4px 4px 0;
  margin:  0 0.4rem 0.4rem 0; }
  .gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery-columns-2 .gallery-item {
    width: 48%; }
  .gallery-columns-3 .gallery-item {
    width: 32%; }
  .gallery-columns-4 .gallery-item {
    width: 23%; }
  .gallery-columns-5 .gallery-item {
    width: 19%; }
  .gallery-columns-6 .gallery-item {
    width: 15%; }
  .gallery-columns-7 .gallery-item {
    width: 13%; }
  .gallery-columns-8 .gallery-item {
    width: 11%; }
  .gallery-columns-9 .gallery-item {
    width: 9%; }
  .gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0; }

.gallery-icon {
  line-height: 0; }

.gallery-caption {
  display: none; }

/*---------------------------------------------------------
Notices / Alerts (_elements.scss)
-------------------------------------------------------- */
.ttfmake-notice {
  background: #e5e5e5;
  border: 2px solid #808080;
  color: #808080;
  padding: 10px 20px; }
  .ttfmake-notice p:last-of-type {
    margin-bottom: 0; }

/* Deprecated in 1.4.1 */
.ttfmake-alert {
  position: relative;
  overflow: hidden;
  border: 1px solid #c0c6cc;
  background-color: #eaecee;
  padding: 33px 32px;
  padding:  3.3rem 3.2rem;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .ttfmake-alert:before {
    content: "\f05a";
    display: block;
    position: absolute;
    opacity: .1;
    font-family: FontAwesome;
    line-height: 1;
    bottom: -12px;
    bottom: -1.2rem;
    right: -12px;
    right: -1.2rem;
    font-size: 72px;
    font-size: 7.2rem; }
  .ttfmake-alert p:last-of-type {
    margin-bottom: 0; }
  .ttfmake-alert.ttfmake-error {
    color: #d04242;
    border: 1px solid #dfbaba;
    background-color: #f7eeee; }
    .ttfmake-alert.ttfmake-error:before {
      content: "\f06a"; }
  .ttfmake-alert.ttfmake-success {
    color: #339d56;
    border: 1px solid #badfc6;
    background: #eef7f1; }
    .ttfmake-alert.ttfmake-success:before {
      content: "\f058"; }
  .ttfmake-alert.ttfmake-important {
    color: #f89e01;
    border: 1px solid #fff365;
    background-color: #fffde5; }
    .ttfmake-alert.ttfmake-important:before {
      content: "\f06a"; }

/*---------------------------------------------------------
 5. Patterns (_patterns.scss)
-------------------------------------------------------- */
img {
  height: auto;
  max-width: 100%; }

.alignleft,
.entry-thumbnail.thumbnail {
  display: inline;
  float: left;
  margin-right: 32px;
  margin-right: 3.2rem; }

.alignright {
  display: inline;
  float: right;
  margin-left: 32px;
  margin-left: 3.2rem; }

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto; }

.screen-reader-text, .social-links li i span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

img.wp-smiley {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: none; }

/*---------------------------------------------------------
 Captions (_patterns.scss)
-------------------------------------------------------- */
.wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0; }

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px;
  font-size: 1.3rem; }

.wp-caption .wp-caption-text {
  margin: 11px 0;
  margin:  1.1rem 0; }

/*---------------------------------------------------------
 Embeds (_patterns.scss)
-------------------------------------------------------- */
embed,
iframe,
object {
  max-width: 100%; }

div.wp-video-shortcode {
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }

/*---------------------------------------------------------
 Google maps (_patterns.scss)
-------------------------------------------------------- */
.entry-content iframe[src*="google.com/maps"] {
  width: 100%;
  height: 300px; }
  @media screen and (min-width: 992px) {
    .entry-content iframe[src*="google.com/maps"] {
      height: 600px; } }

/*---------------------------------------------------------
 6. Posts (_posts.scss)
-------------------------------------------------------- */
.entry-header {
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }
  .entry-header .entry-thumbnail {
    line-height: 1;
    text-align: center;
    margin-bottom: 11px;
    margin-bottom: 1.1rem; }
    .entry-header .entry-thumbnail.post-header {
      margin-right: 0; }

.entry-thumbnail-caption {
  text-align: left;
  margin-top: 5.5px;
  margin-top: 0.55rem; }

.entry-title {
  font-weight: bold;
  margin-top: 5.5px;
  margin-top: 0.55rem;
  word-spacing: -1px;
  word-spacing: -0.1rem; }

.entry-date, .site-wrapper div.sharedaddy h3 {
  display: block;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  margin-bottom: 11px;
  margin-bottom: 1.1rem; }
  .entry-header .entry-date, .entry-header .site-wrapper div.sharedaddy h3, .site-wrapper div.sharedaddy .entry-header h3 {
    line-height: 40px; }
  .entry-footer .entry-date, .entry-footer .site-wrapper div.sharedaddy h3, .site-wrapper div.sharedaddy .entry-footer h3 {
    display: inline-block;
    float: none;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 22px;
    margin-bottom: 2.2rem; }
  .entry-date a, .site-wrapper div.sharedaddy h3 a {
    color: #666666;
    text-decoration: none; }

.entry-author {
  float: left;
  clear: both;
  margin: 22px 0 22px;
  margin:  2.2rem 0 2.2rem; }
  .entry-header .entry-author {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0; }
    .entry-header .entry-author .entry-author-byline {
      display: inline-block;
      margin-right: 8px;
      margin-right: 0.8rem; }
  .entry-footer .entry-author {
    display: block;
    float: none;
    margin: 44px 0 22px;
    margin:  4.4rem 0 2.2rem; }

.entry-content {
  clear: both; }

.entry-author-bio {
  margin-top: 11px;
  margin-top: 1.1rem;
  font-size: 13px;
  font-size: 1.3rem; }

.entry-author-byline {
  font-style: italic;
  line-height: 40px;
  font-size: 15px;
  font-size: 1.5rem; }
  .entry-author-byline a.vcard {
    color: #bf312f;
    font-weight: bold;
    font-style: normal; }

.entry-comment-count {
  margin-bottom: 11px;
  margin-bottom: 1.1rem; }
  .entry-header .entry-comment-count {
    float: right;
    clear: both;
    line-height: 40px; }
  .entry-footer .entry-comment-count {
    margin-bottom: 22px;
    margin-bottom: 2.2rem; }

.entry-comment-count a,
.comment-count-icon a {
  color: #b9bcbf;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem; }
  .entry-comment-count a:hover,
  .comment-count-icon a:hover {
    color: #bf312f; }

.comment-count-icon:before {
  position: relative;
  content: "\f075";
  float: left;
  font-family: FontAwesome;
  color: #b9bcbf;
  top: 1px;
  top: 0.1rem;
  padding-right: 8px;
  padding-right: 0.8rem; }
  .entry-footer .comment-count-icon:before {
    top: 0; }

.entry-author-avatar {
  float: left;
  line-height: 0;
  padding-right: 8px;
  padding-right: 0.8rem; }
  .entry-author-avatar img {
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.entry-footer {
  font-size: 14px;
  font-size: 1.4rem; }
  .entry-footer a {
    color: #b9bcbf;
    font-weight: 400; }
    .entry-footer a:hover {
      color: #bf312f; }
  .entry-footer .fa {
    position: relative;
    float: left;
    color: #b9bcbf;
    top: 4px;
    top: 0.4rem;
    padding-right: 8px;
    padding-right: 0.8rem; }

.post {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 22px;
  padding-bottom: 2.2rem;
  margin: 44px 0 44px;
  margin:  4.4rem 0 4.4rem; }
  .post:first-of-type {
    margin-top: 0; }
  .single .post {
    margin-bottom: 44px;
    margin-bottom: 4.4rem; }

.post-header {
  margin-top: 11px;
  margin-top: 1.1rem; }

.post-categories,
.post-tags {
  padding-left: 0;
  list-style: none;
  margin-bottom: 11px;
  margin-bottom: 1.1rem; }
  .post-categories li,
  .post-tags li {
    display: inline; }
    .post-categories li:after,
    .post-tags li:after {
      content: "\002F";
      color: #b9bcbf;
      padding: 0 0 0 4px;
      padding:  0 0 0 0.4rem; }
    .post-categories li:last-of-type:after,
    .post-tags li:last-of-type:after {
      content: none; }

/*---------------------------------------------------------
 Sticky label (_posts.scss)
-------------------------------------------------------- */
.sticky-post-label-wrapper {
  clear: both; }

.sticky-post-label {
  text-transform: uppercase;
  background-color: #eaecee;
  padding: 4px 6px;
  padding:  0.4rem 0.6rem;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/*---------------------------------------------------------
 Navigation (_posts.scss)
-------------------------------------------------------- */
#infinite-handle span {
  background: inherit;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  padding: inherit; }

[class*="navigation"] .nav-previous,
[class*="navigation"] .nav-next,
#infinite-handle {
  width: 50%; }
  [class*="navigation"] .nav-previous a, [class*="navigation"] .nav-previous span,
  [class*="navigation"] .nav-next a,
  [class*="navigation"] .nav-next span,
  #infinite-handle a,
  #infinite-handle span {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem; }
    [class*="navigation"] .nav-previous a:before, [class*="navigation"] .nav-previous a:after, [class*="navigation"] .nav-previous span:before, [class*="navigation"] .nav-previous span:after,
    [class*="navigation"] .nav-next a:before,
    [class*="navigation"] .nav-next a:after,
    [class*="navigation"] .nav-next span:before,
    [class*="navigation"] .nav-next span:after,
    #infinite-handle a:before,
    #infinite-handle a:after,
    #infinite-handle span:before,
    #infinite-handle span:after {
      font-family: FontAwesome;
      font-weight: normal; }

[class*="navigation"] .nav-previous {
  float: left; }
  [class*="navigation"] .nav-previous a:before {
    content: "\f177  "; }

[class*="navigation"] .nav-next,
#infinite-handle {
  float: right;
  text-align: right; }
  [class*="navigation"] .nav-next a:after, [class*="navigation"] .nav-next span:after,
  #infinite-handle a:after,
  #infinite-handle span:after {
    content: "  \f178"; }

.infinite-scroll .paging-navigation {
  display: none; }

.infinite-loader {
  color: #666666;
  display: block;
  float: right;
  height: 28px;
  padding-right: 28px;
  text-indent: -9999px; }

/*---------------------------------------------------------
 Jetpack Sharing (_posts.scss)
-------------------------------------------------------- */
.site-wrapper div.sharedaddy div.sd-block {
  border-top: 0; }
.site-wrapper div.sharedaddy h3, .site-wrapper div.sharedaddy .sd-content {
  display: block;
  float: left;
  width: auto; }
.site-wrapper div.sharedaddy h3 {
  font-family: inherit;
  padding-right: 22px;
  padding-right: 2.2rem; }

/*---------------------------------------------------------
 Gallery shortcode slider (_posts.scss)
-------------------------------------------------------- */
.ttfmake-shortcode-slider .cycle-slide {
  position: relative;
  width: 100%;
  text-align: center; }
.ttfmake-shortcode-slider .cycle-caption {
  display: none;
  position: absolute;
  z-index: 10;
  color: #eaecee;
  text-align: left;
  text-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
  left: 16px;
  left: 1.6rem;
  right: 16px;
  right: 1.6rem;
  bottom: 22px;
  bottom: 2.2rem; }
  @media screen and (min-width: 992px) {
    .ttfmake-shortcode-slider .cycle-caption {
      display: block; } }
.ttfmake-shortcode-slider .cycle-pager {
  margin-top: 44px;
  margin-top: 4.4rem; }

/*---------------------------------------------------------
 7. Pages (_pages.scss)
-------------------------------------------------------- */
.section-header {
  margin-bottom: 44px;
  margin-bottom: 4.4rem; }

.section-title {
  font-size: 24px;
  font-size: 2.4rem; }

.section-description {
  font-size: 13px;
  font-size: 1.3rem; }

.entry-header {
  margin: 0 auto 20px;
  width: 100%;
  padding: 0 1.5rem 0 0; }

.builder-section-content {
  position: relative;
  z-index: 2; }

.page-template-template-builder-php .site-content > .container, .page-template-template-builder-php .site-content > h1, .page-template-template-builder-php .site-content > .infinite-footer-container, .page-template-template-builder-php .entry-content.site-content > .twitter-share {
  width: 100%;
  max-width: none;
  padding: 0; }
.page-template-template-builder-php .site-main {
  width: 100%; }
.page-template-template-builder-php .entry-header,
.page-template-template-builder-php .entry-footer,
.page-template-template-builder-php .builder-section-header,
.page-template-template-builder-php .comments-area {
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 32px;
  padding:  0 3.2rem; }

.builder-section-gallery .builder-section-content,
.builder-section-text .builder-section-content,
.builder-section-blank .builder-section-content {
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 32px;
  padding:  0 3.2rem; }

.builder-section {
  margin-bottom: 44px;
  margin-bottom: 4.4rem;
  position: relative; }

.builder-text-title,
.builder-text-section-title,
.builder-section-title,
.builder-gallery-section-title,
.builder-banner-section-title {
  line-height: 1.4;
  margin: 0 0 11px;
  margin:  0 0 1.1rem; }

.builder-text-section-title,
.builder-gallery-section-title,
.builder-banner-section-title {
  max-width: 1264px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
  padding:  0 3.2rem; }

.builder-text-section-title {
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }

.builder-section-content,
.builder-text-section-title,
.builder-gallery-section-title,
.builder-banner-section-title {
  position: relative;
  z-index: 2; }

/*---------------------------------------------------------
 Text section (_pages.scss)
-------------------------------------------------------- */
.builder-section-text.has-background {
  padding: 52px 0 22px;
  padding:  5.2rem 0 2.2rem; }

/*---------------------------------------------------------
 Text section: Columns (_pages.scss)
-------------------------------------------------------- */
.builder-text-column {
  float: left;
  width: 100%;
  min-height: 1px; }
  @media screen and (min-width: 992px) {
    .builder-text-column {
      margin-right: 2.66667%; } }
  .builder-text-column:last-of-type {
    margin-right: 0; }

@media screen and (min-width: 992px) {
  .builder-text-columns-2 .builder-text-column {
    width: 48.66667%; }

  .builder-text-columns-3 .builder-text-column {
    width: 31.55556%; }

  .builder-text-columns-4 .builder-text-column {
    width: 23%; } }
.builder-text-image {
  text-align: center;
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }

/*---------------------------------------------------------
 Banner section (_pages.scss)
-------------------------------------------------------- */
.builder-section-banner.has-background {
  padding: 52px 0 0;
  padding:  5.2rem 0 0; }

/*---------------------------------------------------------
 Banner section: Caption (_pages.scss)
-------------------------------------------------------- */
.builder-banner-overlay,
.builder-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 992px) {
    .builder-banner-overlay,
    .builder-section-overlay {
      background-color: rgba(0, 0, 0, 0.4); } }

.builder-banner-overlay {
  z-index: -1; }

.builder-section-overlay {
  z-index: 1; }

.builder-banner-slide {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

/*---------------------------------------------------------
 Banner section: Content (_pages.scss)
-------------------------------------------------------- */
.builder-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  color: white;
  line-height: 1.35;
  text-shadow: 1px 0 8px rgba(0, 0, 0, 0.15);
  padding: 11px 32px;
  padding:  1.1rem 3.2rem;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  @media screen and (min-width: 992px) {
    .builder-banner-content {
      font-size: 21px;
      font-size: 2.1rem;
      padding: 11px 128px;
      padding:  1.1rem 12.8rem; } }
  .cycle-slide .builder-banner-content {
    padding: 11px 96px;
    padding:  1.1rem 9.6rem; }
  @media screen and (min-width: 992px) {
    .content-position-none .builder-banner-content {
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 992px) {
    .content-position-left .builder-banner-content {
      float: left;
      right: auto;
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .content-position-right .builder-banner-content {
      float: right;
      left: auto;
      width: 50%; } }

.builder-banner-inner-content {
  position: relative;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .builder-banner-inner-content *:last-child {
    margin-bottom: 0; }

/*---------------------------------------------------------
 Banner section: Pager (_pages.scss)
-------------------------------------------------------- */
.builder-section-banner .cycle-pager,
.ttfmake-shortcode-slider .cycle-pager {
  text-align: center;
  color: #eaecee;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .builder-section-banner .cycle-pager span,
  .ttfmake-shortcode-slider .cycle-pager span {
    cursor: pointer; }
  .builder-section-banner .cycle-pager .cycle-pager-active,
  .ttfmake-shortcode-slider .cycle-pager .cycle-pager-active {
    color: #b9bcbf; }

/*---------------------------------------------------------
 Banner section: Arrows (_pages.scss)
-------------------------------------------------------- */
.builder-section-banner .cycle-prev,
.builder-section-banner .cycle-next,
.ttfmake-shortcode-slider .cycle-prev,
.ttfmake-shortcode-slider .cycle-next {
  z-index: 999;
  position: absolute;
  top: 50%;
  cursor: pointer; }
  @media screen and (min-width: 992px) {
    .builder-section-banner .cycle-prev,
    .builder-section-banner .cycle-next,
    .ttfmake-shortcode-slider .cycle-prev,
    .ttfmake-shortcode-slider .cycle-next {
      opacity: .6; } }
  .builder-section-banner .cycle-prev:before,
  .builder-section-banner .cycle-next:before,
  .ttfmake-shortcode-slider .cycle-prev:before,
  .ttfmake-shortcode-slider .cycle-next:before {
    position: relative;
    font-family: FontAwesome;
    color: #eaecee;
    line-height: 1;
    top: -34px;
    top: -3.4rem;
    font-size: 34px;
    font-size: 3.4rem; }
@media screen and (min-width: 992px) {
  .builder-section-banner:hover .cycle-prev,
  .builder-section-banner:hover .cycle-next, .builder-section-banner:focus .cycle-prev,
  .builder-section-banner:focus .cycle-next,
  .ttfmake-shortcode-slider:hover .cycle-prev,
  .ttfmake-shortcode-slider:hover .cycle-next,
  .ttfmake-shortcode-slider:focus .cycle-prev,
  .ttfmake-shortcode-slider:focus .cycle-next {
    opacity: 1; } }
.builder-section-banner .cycle-prev:before,
.ttfmake-shortcode-slider .cycle-prev:before {
  content: "\f0a8";
  left: 32px; }
.builder-section-banner .cycle-next,
.ttfmake-shortcode-slider .cycle-next {
  right: 0; }
  .builder-section-banner .cycle-next:before,
  .ttfmake-shortcode-slider .cycle-next:before {
    content: "\f0a9";
    right: 32px; }

.ttfmake-shortcode-slider .cycle-prev:before,
.ttfmake-shortcode-slider .cycle-next:before {
  top: -12px;
  top: -1.2rem; }

/*---------------------------------------------------------
 Gallery section (_pages.scss)
-------------------------------------------------------- */
.builder-section-gallery {
  background-position: center;
  background-repeat: repeat;
  position: relative; }
  .builder-section-gallery.has-background {
    padding: 52px 0 44px;
    padding:  5.2rem 0 4.4rem; }

.builder-gallery-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem; }

.builder-gallery-content {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  width: 100%;
  z-index: 2;
  overflow: hidden; }

/*---------------------------------------------------------
 Gallery: Captions (_pages.scss)
-------------------------------------------------------- */
.builder-gallery-item {
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  font-size: 14px;
  font-size: 1.4rem; }
  .builder-gallery-item.has-link {
    cursor: pointer; }
  .builder-gallery-captions-reveal .builder-gallery-item, .builder-gallery-captions-overlay .builder-gallery-item {
    position: relative; }
  .builder-gallery-captions-reveal .builder-gallery-item:hover .builder-gallery-content, .builder-gallery-captions-overlay .builder-gallery-item .builder-gallery-content {
    visibility: visible; }
  .builder-gallery-item .builder-gallery-captions-none .builder-gallery-content {
    display: none; }
  .builder-gallery-captions-overlay .builder-gallery-item:hover .builder-gallery-content {
    visibility: hidden; }

.builder-gallery-captions-reveal .builder-gallery-content,
.builder-gallery-captions-overlay .builder-gallery-content {
  position: absolute;
  top: 0;
  padding: 32px;
  padding: 3.2rem; }
.builder-gallery-captions-reveal .builder-gallery-content,
.builder-gallery-captions-overlay .builder-gallery-content {
  visibility: hidden;
  height: 100%; }
.builder-gallery-captions-reveal .builder-gallery-description,
.builder-gallery-captions-overlay .builder-gallery-description {
  overflow: hidden;
  height: 100%; }
.builder-gallery-captions-reveal .builder-gallery-title,
.builder-gallery-captions-overlay .builder-gallery-title {
  overflow: hidden;
  max-height: 100%;
  line-height: 1.5; }

.builder-gallery-captions-dark .builder-gallery-content {
  color: white;
  background-color: #666666;
  background-color: rgba(23, 23, 23, 0.85); }

/*---------------------------------------------------------
 Gallery: Images (_pages.scss)
-------------------------------------------------------- */
.builder-gallery-image {
  height: 0;
  line-height: 0;
  background-position: center;
  background-size: cover; }
  .builder-gallery-aspect-square .builder-gallery-image {
    padding-bottom: 100%; }
  .builder-gallery-aspect-landscape .builder-gallery-image {
    padding-bottom: 75%; }
  .builder-gallery-aspect-portrait .builder-gallery-image {
    padding-bottom: 133%; }

/*---------------------------------------------------------
 Gallery: Columns (_pages.scss)
-------------------------------------------------------- */
.builder-gallery-item {
  float: left;
  width: 100%;
  margin-right: 0.66667%; }
  .builder-gallery-item:last-of-type {
    margin-right: 0; }

.builder-gallery-gutter {
  width: 0.66667%; }

@media screen and (min-width: 992px) {
  .builder-gallery-columns-1 .builder-gallery-item {
    width: 100%; }

  .builder-gallery-columns-2 .builder-gallery-item {
    width: 49.66667%; }
    .builder-gallery-columns-2 .builder-gallery-item.last-2 {
      margin-right: 0; }

  .builder-gallery-columns-3 .builder-gallery-item {
    width: 32.88889%; }
    .builder-gallery-columns-3 .builder-gallery-item.last-3 {
      margin-right: 0; }

  .builder-gallery-columns-4 .builder-gallery-item {
    width: 24.5%; }
    .builder-gallery-columns-4 .builder-gallery-item.last-4 {
      margin-right: 0; } }
/*---------------------------------------------------------
 9. Sidebars (_sidebars.scss)
-------------------------------------------------------- */
.site-content > .container, .site-content > h1, .site-content > .infinite-footer-container, .page-template-template-builder-php .entry-content.site-content > .twitter-share {
  padding-bottom: 44px;
  padding-bottom: 4.4rem; }
  @media screen and (min-width: 768px) {
    .site-content > .container:first-of-type, .site-content > h1:first-of-type, .site-content > .infinite-footer-container:first-of-type, .page-template-template-builder-php .entry-content.site-content > .twitter-share:first-of-type {
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap; } }

.home .site-main,
.home .sidebar {
  display: none; }
  @media screen and (min-width: 992px) {
    .home .site-main,
    .home .sidebar {
      display: block; } }

/*---------------------------------------------------------
 Left and right (_sidebars.scss)
-------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .has-right-sidebar .site-main,
  .has-left-sidebar .site-main {
    width: 73.5%; }
  .has-right-sidebar #sidebar-left,
  .has-right-sidebar #sidebar-right,
  .has-left-sidebar #sidebar-left,
  .has-left-sidebar #sidebar-right {
    width: 25%; } }
.home.has-right-sidebar #sidebar-left,
.home.has-right-sidebar #sidebar-right, .home.has-left-sidebar #sidebar-left,
.home.has-left-sidebar #sidebar-right {
  height: 410px;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .home.has-right-sidebar #sidebar-left,
    .home.has-right-sidebar #sidebar-right, .home.has-left-sidebar #sidebar-left,
    .home.has-left-sidebar #sidebar-right {
      height: 545px; } }
  @media screen and (min-width: 1200px) {
    .home.has-right-sidebar #sidebar-left,
    .home.has-right-sidebar #sidebar-right, .home.has-left-sidebar #sidebar-left,
    .home.has-left-sidebar #sidebar-right {
      height: 661px; } }

/*---------------------------------------------------------
 Left and right together (_sidebars.scss)
-------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .has-left-sidebar.has-right-sidebar .entry-title {
    font-size: 34px;
    font-size: 3.4rem; }
  .has-left-sidebar.has-right-sidebar .site-main {
    width: 38.66667%;
    margin-left: 2.66667%; }
  .has-left-sidebar.has-right-sidebar #sidebar-left,
  .has-left-sidebar.has-right-sidebar #sidebar-right {
    width: 18%; } }
/*---------------------------------------------------------
 8. Widgets (_widgets.scss)
-------------------------------------------------------- */
.widget-area {
  max-width: 100%; }

.widget-title {
  font-weight: bold;
  margin: 0 0 11px;
  margin:  0 0 1.1rem;
  font-size: 13px;
  font-size: 1.3rem; }
  .builder-text-content .widget-title {
    line-height: 1.4;
    font-size: 24px;
    font-size: 2.4rem; }
  .widget-title a {
    text-decoration: none; }
    .widget-title a:hover, .widget-title a:focus {
      text-decoration: none; }

.widget {
  max-width: 100%;
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
  font-size: 13px;
  font-size: 1.3rem; }
  .builder-text-content .widget {
    font-size: 17px;
    font-size: 1.7rem; }
  .widget .search-form {
    margin-top: 11px;
    margin-top: 1.1rem; }
  .widget select {
    max-width: 100%; }
  .widget ul,
  .widget ol {
    padding-left: 0; }
  .widget li {
    list-style: none;
    border-bottom: 1px solid #eaecee;
    padding: 11px 0;
    padding:  1.1rem 0; }
    .widget li:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
  .widget a {
    text-decoration: none; }
    .widget a:hover, .widget a:focus {
      text-decoration: none; }
  .widget .children,
  .widget .sub-menu {
    margin-bottom: 0; }
    .widget .children li:before,
    .widget .sub-menu li:before {
      content: "\2013  "; }

.widget_tag_cloud a,
.widget_product_tag_cloud a {
  display: inline-block;
  background-color: #eaecee;
  text-decoration: none;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  padding: 8px;
  padding: 0.8rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.widget_calendar table {
  margin-top: 0; }

.widget_rss .widget-title a {
  text-decoration: none;
  color: #666666; }
.widget_rss img {
  display: none; }
.widget_rss .rss-date,
.widget_rss cite {
  display: block; }
.widget_rss .rss-date {
  font-style: italic;
  margin-bottom: 11px;
  margin-bottom: 1.1rem; }
.widget_rss cite {
  font-style: normal;
  margin: 11px 0 22px 0;
  margin:  1.1rem 0 2.2rem 0; }
  .widget_rss cite:before {
    content: "\2013  "; }

/*---------------------------------------------------------
 10. Comments (_comments.scss)
-------------------------------------------------------- */
#comments {
  width: 100%;
  margin-top: 44px;
  margin-top: 4.4rem;
  font-size: 15px;
  font-size: 1.5rem; }

.comment-list {
  padding-left: 0; }

/*---------------------------------------------------------
 Individual (_comments.scss)
-------------------------------------------------------- */
.comment {
  list-style: none;
  padding: 33px 0 0;
  padding:  3.3rem 0 0; }
  .comment:focus {
    outline: none; }
  .comment:last-of-type {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    padding-left: 32px;
    padding-left: 3.2rem; }
  .comment .depth-4 .children {
    padding-left: 0; }
  .comment .comment-label:before {
    content: "\0028";
    padding-right: 1px;
    padding-right: 0.1rem; }
  .comment .comment-label:after {
    content: "\0029";
    padding-left: 1px;
    padding-left: 0.1rem; }
  .comment .avatar {
    float: left;
    margin-right: 10px;
    margin-right: 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

/*---------------------------------------------------------
 Details (_comments.scss)
-------------------------------------------------------- */
.comment-content p:last-of-type {
  margin-bottom: 0; }
.comment-content a {
  word-wrap: break-word; }

.comment-body {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 33px;
  padding-bottom: 3.3rem; }

.comment-date {
  font-size: 13px;
  font-size: 1.3rem; }

.comment-content,
.comment-reply-link {
  margin-bottom: 11px;
  margin-bottom: 1.1rem;
  padding-top: 11px;
  padding-top: 1.1rem; }

#cancel-comment-reply-link {
  font-size: inherit;
  margin-left: 8px;
  margin-left: 0.8rem; }

#comment-nav {
  margin: 22px 0;
  margin:  2.2rem 0; }

/*---------------------------------------------------------
 Titles (_comments.scss)
-------------------------------------------------------- */
#respond h3 {
  padding: 5.5px 0 0;
  padding:  0.55rem 0 0; }
  .comment-list + #respond h3 {
    margin: 44px 0 22px;
    margin:  4.4rem 0 2.2rem;
    padding: 5.5px 0 0;
    padding:  0.55rem 0 0; }
  li #respond h3 {
    margin-top: 22px;
    margin-top: 2.2rem; }

/*---------------------------------------------------------
 Header (_comments.scss)
-------------------------------------------------------- */
.comment-metadata time {
  font-size: 13px;
  font-size: 1.3rem; }

.fn {
  font-weight: bold;
  font-style: normal; }

.vcard {
  margin-bottom: 0; }

.bypostauthor {
  margin: 0; }

/*---------------------------------------------------------
 Form (_comments.scss)
-------------------------------------------------------- */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%; }
.comment-form label {
  display: block;
  padding-bottom: 7.33333px;
  padding-bottom: 0.73333rem; }
.comment-form .required {
  color: #bf312f; }

.form-allowed-tags code {
  background-color: transparent; }

/*---------------------------------------------------------
 Navigation (_comments.scss)
-------------------------------------------------------- */
#comments-nav {
  width: 100%;
  margin-bottom: 44px;
  margin-bottom: 4.4rem; }

/*---------------------------------------------------------
 Pingbacks / trackbacks (_comments.scss)
-------------------------------------------------------- */
.pingback,
.trackback {
  padding-top: 0;
  list-style: none; }
  .pingback .comment-body,
  .trackback .comment-body {
    border-bottom: 0;
    padding-bottom: 11px;
    padding-bottom: 1.1rem; }

/*---------------------------------------------------------
 11. Forms (_forms.scss)
-------------------------------------------------------- */
textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  max-width: 100%;
  border: 0;
  background-color: #eaecee;
  -webkit-appearance: none;
  padding: 6px 8px;
  padding:  0.6rem 0.8rem; }
  textarea:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus {
    outline: none; }

textarea {
  resize: vertical; }

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none; }

/*---------------------------------------------------------
 Buttons and inputs (_forms.scss)
-------------------------------------------------------- */
.ttfmake-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: white;
  border: 0;
  background: #666666;
  cursor: pointer;
  padding: 10px 14px;
  padding:  1rem 1.4rem;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }
  .ttfmake-button:hover, .ttfmake-button:focus,
  button:hover,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    text-decoration: none; }
  .ttfmake-button.color-primary-background,
  button.color-primary-background,
  input[type="button"].color-primary-background,
  input[type="reset"].color-primary-background,
  input[type="submit"].color-primary-background {
    background-color: #bf312f; }
  .ttfmake-button.color-secondary-background,
  button.color-secondary-background,
  input[type="button"].color-secondary-background,
  input[type="reset"].color-secondary-background,
  input[type="submit"].color-secondary-background {
    background-color: #eaecee; }
  .ttfmake-button.ttfmake-success,
  button.ttfmake-success,
  input[type="button"].ttfmake-success,
  input[type="reset"].ttfmake-success,
  input[type="submit"].ttfmake-success {
    background-color: #339d56; }
  .ttfmake-button.ttfmake-error,
  button.ttfmake-error,
  input[type="button"].ttfmake-error,
  input[type="reset"].ttfmake-error,
  input[type="submit"].ttfmake-error {
    background-color: #d04242; }
  .ttfmake-button.ttfmake-important,
  button.ttfmake-important,
  input[type="button"].ttfmake-important,
  input[type="reset"].ttfmake-important,
  input[type="submit"].ttfmake-important {
    background-color: #f89e01; }
  .ttfmake-button.ttfmake-download:after,
  button.ttfmake-download:after,
  input[type="button"].ttfmake-download:after,
  input[type="reset"].ttfmake-download:after,
  input[type="submit"].ttfmake-download:after {
    content: "\f0ab";
    font-family: FontAwesome;
    padding-left: 6px;
    padding-left: 0.6rem; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  margin-left: 2px;
  margin-left: 0.2rem; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*---------------------------------------------------------
 Placeholder text (_forms.scss)
-------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  color: #666666;
  opacity: 1; }

::-moz-placeholder {
  color: #666666;
  opacity: 1; }

:-ms-input-placeholder {
  color: #666666; }

/*---------------------------------------------------------
 12. Support (_support.scss)
-------------------------------------------------------- */
/*---------------------------------------------------------
 Contact Form 7 (_support.scss)
-------------------------------------------------------- */
.wpcf7 input,
.wpcf7 textarea {
  margin-top: 5.5px;
  margin-top: 0.55rem; }
.wpcf7 input[type="submit"] {
  margin-bottom: 0; }

/*---------------------------------------------------------
 Gravity Forms (_support.scss)
-------------------------------------------------------- */
.gform_wrapper textarea,
.gform_wrapper input[type="date"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="week"] {
  padding: 6px 8px !important; }
.gform_wrapper .top_label .gfield_label {
  margin-top: 22px !important; }
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  font-size: 13px !important; }

/*---------------------------------------------------------
 Jetpack (_support.scss)
-------------------------------------------------------- */
div.sharedaddy {
  margin: 22px 0;
  margin:  2.2rem 0; }

.contact-form textarea,
.contact-form input[type="date"],
.contact-form input[type="datetime"],
.contact-form input[type="datetime-local"],
.contact-form input[type="email"],
.contact-form input[type="month"],
.contact-form input[type="number"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form input[type="tel"],
.contact-form input[type="text"],
.contact-form input[type="time"],
.contact-form input[type="url"],
.contact-form input[type="week"] {
  max-width: 100% !important;
  width: 100% !important; }
.contact-form div label {
  margin-top: 11px;
  margin-top: 1.1rem; }

.infinite-scroll.neverending #site-footer {
  display: none; }

.infinity-end.neverending #site-footer {
  display: block; }

/*---------------------------------------------------------
 Postmatic (_support.scss)
-------------------------------------------------------- */
.widget_prompt_subscribe_widget input {
  display: block; }
.widget_prompt_subscribe_widget input,
.widget_prompt_subscribe_widget div.subscribe.prompt,
.widget_prompt_subscribe_widget div.unsubscribe.prompt {
  margin-bottom: 1em; }
.widget_prompt_subscribe_widget div.unsubscribe.prompt h5 {
  margin-bottom: 0;
  text-transform: none; }

/*---------------------------------------------------------
 Twitter (_support.scss)
-------------------------------------------------------- */
/*---------------------------------------------------------
 WooCommerce (_support.scss)
-------------------------------------------------------- */
.coupon #coupon_code {
  width: auto;
  line-height: 1.5; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  border: none; }

/*---------------------------------------------------------
 Twitter (_support.scss)
-------------------------------------------------------- */
.twitter-tweet.twitter-tweet-rendered,
.twitter-share-button.twitter-tweet-button {
  margin-bottom: 22px !important; }

/*---------------------------------------------------------
 13. Popover (_popover.scss)
-------------------------------------------------------- */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

#popover-content {
  display: none; }

.popover-button {
  text-decoration: none; }

/*---------------------------------------------------------
 14. Vendors (_vendor.scss)
-------------------------------------------------------- */
.vendor-list ul h3 {
  display: inline-block; }
  .vendor-list ul h3 a {
    color: #fc6955; }
.vendor-list ul .vendor-social {
  display: inline-block; }
  .vendor-list ul .vendor-social > li {
    display: inline-block; }
.vendor-list ul .popover-button {
  display: inline-block;
  font-size: 2.2rem;
  cursor: pointer;
  color: #666; }

.jumplink-header {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5rem; }

.jump-links {
  max-width: 500px; }
  .jump-links li {
    display: inline-block;
    margin-right: 2rem; }
    .jump-links li h3 {
      margin-top: 0; }
    .jump-links li a {
      color: #fc6955; }
