@charset "UTF-8";
/*!
Theme Name: Curtin Springs 2016
Author: Tiger Strike Media
Author URI: http://tigerstrike.media/
Description: Custom theme: Curtin Springs 2016, developed by Tiger Strike Media
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: curtinsprings
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Bootstrap
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings

# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions

	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: "tusjbold";
  src: url("../fonts/fff_tusj.woff2") format("woff2"), url("../fonts/fff_tusj.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 8px 6px;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 600px) {
  .container {
    width: 602px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1190px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -25px;
  margin-right: -25px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 600px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.btn, .button, .woocommerce button.button, .woocommerce a.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus, .button:focus, .button.focus, .button:active:focus, .button:active.focus, .button.active:focus, .button.active.focus, .woocommerce button.button:focus, .woocommerce button.button.focus, .woocommerce button.button:active:focus, .woocommerce button.button:active.focus, .woocommerce button.button.active:focus, .woocommerce button.button.active.focus, .woocommerce a.button:focus, .woocommerce a.button.focus, .woocommerce a.button:active:focus, .woocommerce a.button:active.focus, .woocommerce a.button.active:focus, .woocommerce a.button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus, .button:hover, .button:focus, .button.focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button.focus, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button.focus {
  color: #FFF;
  text-decoration: none;
}
.btn:active, .btn.active, .button:active, .button.active, .woocommerce button.button:active, .woocommerce button.button.active, .woocommerce a.button:active, .woocommerce a.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .button.disabled, .button[disabled], fieldset[disabled] .button, .woocommerce button.button.disabled, .woocommerce button.button[disabled], fieldset[disabled] .woocommerce button.button, .woocommerce a.button.disabled, .woocommerce a.button[disabled], fieldset[disabled] .woocommerce a.button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn, a.button.disabled, fieldset[disabled] a.button {
  pointer-events: none;
}

.btn-default, .button.alt, .woocommerce button.button.alt, .woocommerce a.button.alt {
  color: #FFF;
  background-color: #5e483b;
  border-color: #ed8358;
}
.btn-default:focus, .btn-default.focus, .button.alt:focus, .button.alt.focus, .woocommerce button.button.alt:focus, .woocommerce button.button.alt.focus, .woocommerce a.button.alt:focus, .woocommerce a.button.alt.focus {
  color: #FFF;
  background-color: #3f3027;
  border-color: #b24113;
}
.btn-default:hover, .button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover {
  color: #FFF;
  background-color: #3f3027;
  border-color: #e75a21;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle, .button.alt:active, .button.alt.active, .open > .button.alt.dropdown-toggle, .woocommerce button.button.alt:active, .woocommerce button.button.alt.active, .open > .woocommerce button.button.alt.dropdown-toggle, .woocommerce a.button.alt:active, .woocommerce a.button.alt.active, .open > .woocommerce a.button.alt.dropdown-toggle {
  color: #FFF;
  background-color: #3f3027;
  border-color: #e75a21;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus, .button.alt:active:hover, .button.alt:active:focus, .button.alt:active.focus, .button.alt.active:hover, .button.alt.active:focus, .button.alt.active.focus, .open > .button.alt.dropdown-toggle:hover, .open > .button.alt.dropdown-toggle:focus, .open > .button.alt.dropdown-toggle.focus, .woocommerce button.button.alt:active:hover, .woocommerce button.button.alt:active:focus, .woocommerce button.button.alt:active.focus, .woocommerce button.button.alt.active:hover, .woocommerce button.button.alt.active:focus, .woocommerce button.button.alt.active.focus, .open > .woocommerce button.button.alt.dropdown-toggle:hover, .open > .woocommerce button.button.alt.dropdown-toggle:focus, .open > .woocommerce button.button.alt.dropdown-toggle.focus, .woocommerce a.button.alt:active:hover, .woocommerce a.button.alt:active:focus, .woocommerce a.button.alt:active.focus, .woocommerce a.button.alt.active:hover, .woocommerce a.button.alt.active:focus, .woocommerce a.button.alt.active.focus, .open > .woocommerce a.button.alt.dropdown-toggle:hover, .open > .woocommerce a.button.alt.dropdown-toggle:focus, .open > .woocommerce a.button.alt.dropdown-toggle.focus {
  color: #FFF;
  background-color: #291f1a;
  border-color: #b24113;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle, .button.alt:active, .button.alt.active, .open > .button.alt.dropdown-toggle, .woocommerce button.button.alt:active, .woocommerce button.button.alt.active, .open > .woocommerce button.button.alt.dropdown-toggle, .woocommerce a.button.alt:active, .woocommerce a.button.alt.active, .open > .woocommerce a.button.alt.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, .button.alt.disabled:hover, .button.alt.disabled:focus, .button.alt.disabled.focus, .button.alt[disabled]:hover, .button.alt[disabled]:focus, .button.alt[disabled].focus, fieldset[disabled] .button.alt:hover, fieldset[disabled] .button.alt:focus, fieldset[disabled] .button.alt.focus, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt.disabled:focus, .woocommerce button.button.alt.disabled.focus, .woocommerce button.button.alt[disabled]:hover, .woocommerce button.button.alt[disabled]:focus, .woocommerce button.button.alt[disabled].focus, fieldset[disabled] .woocommerce button.button.alt:hover, fieldset[disabled] .woocommerce button.button.alt:focus, fieldset[disabled] .woocommerce button.button.alt.focus, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt.disabled:focus, .woocommerce a.button.alt.disabled.focus, .woocommerce a.button.alt[disabled]:hover, .woocommerce a.button.alt[disabled]:focus, .woocommerce a.button.alt[disabled].focus, fieldset[disabled] .woocommerce a.button.alt:hover, fieldset[disabled] .woocommerce a.button.alt:focus, fieldset[disabled] .woocommerce a.button.alt.focus {
  background-color: #5e483b;
  border-color: #ed8358;
}
.btn-default .badge, .button.alt .badge, .woocommerce button.button.alt .badge, .woocommerce a.button.alt .badge {
  color: #5e483b;
  background-color: #FFF;
}

.btn-primary {
  color: #fff;
  background-color: #62b2ea;
  border-color: #4ca7e7;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #359ce4;
  border-color: #15669e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #359ce4;
  border-color: #1d8bd8;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #359ce4;
  border-color: #1d8bd8;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1d8bd8;
  border-color: #15669e;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #62b2ea;
  border-color: #4ca7e7;
}
.btn-primary .badge {
  color: #62b2ea;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 599px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 599px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 599px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 599px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 599px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

.fff-tusj-cufon {
  visibility: hidden;
}

.cufon-active .fff-tusj-cufon {
  visibility: visible;
}

h1.fff-tusj-cufon {
  color: #ed8358;
  font-size: 40px;
  text-transform: uppercase;
}

h1.fff-tusj-cufon {
  color: #ed8358;
  font-size: 45px;
  text-align: center;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.entry-content {
  font-weight: 200;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.content-area ul {
  margin: 0;
  padding: 0 0 0 16px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

#slider_wrapper h2 {
  font-size: 60px !important;
  text-transform: uppercase;
}
#slider_wrapper .slider_bg_layer {
  background: rgba(0, 0, 0, 0.4);
}

.fa.fa-phone {
  color: #df7542;
  margin-left: 5px;
}

#header_logo_wrapper {
  text-align: center;
}
#header_logo_wrapper img {
  position: relative;
  left: -9px;
}

.content-section .gform_wrapper {
  max-width: 80%;
}

.select_wrapper {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.select_wrapper:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0;
  top: 10px;
  right: 5px;
}
.select_wrapper select {
  padding: 5px 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1000;
  position: relative;
}
.select_wrapper select:focus {
  outline: none;
}

#cta_select_wrapper {
  width: 100%;
  max-width: 390px;
  z-index: 10000;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -190px;
}
#cta_select_wrapper:before {
  font-size: 20px;
  top: 5px;
}
#cta_select_wrapper select {
  font-size: 14px;
}

.footer_widget .menu {
  margin: 0;
  padding: 0;
}
.footer_widget .menu li {
  list-style: none;
}
.footer_widget .menu li a {
  color: #FFF;
  text-decoration: none;
}
.footer_widget .menu li a:hover {
  color: #e6e6e6;
}

.entry-content img {
  padding: 20px 0;
}

#page_slider {
  position: relative;
  height: 28vw !important;
  max-height: 500px !important;
}

#page_banner_single {
  height: 28vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
#page_banner_single .title {
  position: absolute;
  top: 130px;
  text-align: center;
  font-size: 75px;
  width: 100%;
  color: #FFF;
  text-transform: uppercase;
}

.slider_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28vw;
  max-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

#header_booking_btn {
  margin-right: 5px;
  background: #62b2ea;
  border: 1px solid #359ce4;
}
#header_booking_btn:hover {
  background: #359ce4;
}

#header_booking_btn_orange {
  margin-right: 5px;
}

#main_nav_wrapper .btn {
  font-size: 0.8em;
  padding: 5px 10px;
}

.btn {
  box-shadow: none !important;
  text-shadow: none !important;
}
.btn a {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  text-decoration: none;
  transition: all 0ms;
}

.btn-orange {
  background: #ed8358;
  border-color: #e8612a;
  color: #FFF;
}
.btn-orange:hover {
  background: #e8612a;
}

.btn-brown {
  background: #dab683;
  border-color: #be8739;
  color: #FFF;
}
.btn-brown:hover {
  background: #be8739;
}
.btn-brown:hover a {
  background: #be8739;
}

#global--notice {
  background: #ed8358;
  color: #FFF;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
#global--notice p {
  margin: 0;
}
#global--notice a {
  color: #FFF;
  text-decoration: underline;
}

.schema-faq-section {
  margin-bottom: 10px;
}

.schema-faq-question {
  display: block;
  cursor: pointer;
  padding: 10px;
  background: #ed8358;
  color: #FFF;
  font-weight: 100;
}

.schema-faq-answer {
  margin: 0;
  display: none;
}

.wc-block-featured-category {
  cursor: pointer;
  min-height: 300px !important;
}
.wc-block-featured-category .wc-block-featured-category__title {
  font-weight: 100;
  font-size: 35px;
  padding-bottom: 30px;
}
.wc-block-featured-category:hover .btn.btn-brown {
  background: #be8739;
}

.mb0 {
  margin-bottom: 0;
}
.mb0 * {
  margin-bottom: 0;
}

#popup_notice_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#popup_notice_overlay #popup_notice_content_wrapper {
  width: 750px;
  max-width: 95vw;
  min-height: 100px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 30px 20px 20px 20px;
  font-size: 14px;
}
#popup_notice_overlay #popup_notice_close {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  font-size: 12px;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#top_menu {
  padding: 10px 0 0 0;
  border-bottom: 1px solid #ed8358;
}
#top_menu ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
#top_menu ul li {
  list-style: none;
  display: inline-block;
  color: #000;
  font-size: 14px;
  padding: 0 0 12px 15px;
  position: relative;
}
#top_menu ul li a {
  color: inherit;
  text-decoration: none;
}
#top_menu ul li a:hover {
  color: #ef946f;
}
#top_menu ul li:hover ul {
  display: block;
}
#top_menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 5px;
  z-index: 1000;
  border-top: 1px solid #f7c7b4;
  text-align: left;
}
#top_menu ul ul li {
  white-space: nowrap;
  padding: 5px 10px;
}

#main_nav_wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

#main_nav {
  padding-top: 12px;
}
#main_nav ul {
  margin: 6px 15px 0 0;
  padding: 0;
}
#main_nav ul li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
}
#main_nav ul li a {
  color: #000;
  text-decoration: none;
}
#main_nav ul li.menu_item {
  margin-right: 40px;
  border-bottom: 5px solid #FFF;
  padding-bottom: 20px;
}
#main_nav ul li.menu_item > a {
  font-size: 13px;
  letter-spacing: 2px;
}
#main_nav ul li.menu_item:hover {
  border-bottom: 5px solid #000;
}
#main_nav ul li.menu_item:hover .sub_nav {
  display: block;
}
#main_nav ul li .sub_nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 25px;
  width: 1140px;
  z-index: 1000;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(122, 122, 122, 0.6);
  -moz-box-shadow: 0px 2px 5px 0px rgba(122, 122, 122, 0.6);
  box-shadow: 0px 2px 5px 0px rgba(122, 122, 122, 0.6);
}
#main_nav ul li .sub_nav .sub_nav_header {
  padding: 10px;
  height: 64px;
}
#main_nav ul li .sub_nav .sub_nav_header ul {
  display: flex;
  table-layout: fixed;
  width: 100%;
  margin-top: 0;
}
#main_nav ul li .sub_nav .sub_nav_header ul li {
  flex-grow: 1;
  text-align: center;
  padding: 10px 0;
}
#main_nav ul li .sub_nav .sub_nav_header ul li.active a {
  color: #ed8358;
}
#main_nav ul li .sub_nav .sub_nav_content {
  max-height: 0;
  overflow: hidden;
  padding: 0px;
  opacity: 0;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(122, 122, 122, 0.6);
  -moz-box-shadow: 0px 2px 5px 0px rgba(122, 122, 122, 0.6);
  box-shadow: 0px 2px 5px 0px rgba(122, 122, 122, 0.6);
}
#main_nav ul li .sub_nav .sub_nav_content.active {
  max-height: 1000px;
  padding: 20px;
  opacity: 1;
  background: #FFF;
}
#main_nav ul li .sub_nav .sub_nav_content img {
  max-width: 70%;
  margin: 15px auto;
  display: block;
}
#main_nav ul li .sub_nav .sub_nav_content .cta {
  font-size: 20px;
  text-align: center;
}
#main_nav ul li .sub_nav .sub_nav_content .cta p {
  margin-bottom: 20px;
}
#main_nav ul li .sub_nav .sub_nav_content .cta .btn {
  color: #FFF;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#mobile_nav {
  background: #5e483b;
}
#mobile_nav #mobile_nav_toggle {
  color: #FFF;
  font-size: 40px;
  display: block;
  text-align: center;
}
#mobile_nav .menu {
  display: none;
}
#mobile_nav .menu.active {
  display: block;
}
#mobile_nav .menu > ul:first-child > li:first-child a {
  border-top: 1px solid #3f3027;
}
#mobile_nav .menu ul {
  margin: 0;
  padding: 0;
}
#mobile_nav .menu ul li {
  list-style: none;
}
#mobile_nav .menu ul li a {
  color: #FFF;
  font-size: 16px;
  border-bottom: 1px solid #3f3027;
  display: block;
  padding: 7px;
}
#mobile_nav .menu ul li a:hover {
  text-decoration: none;
  color: #cccccc;
}

#main_nav_actions_mobile a {
  display: block;
  max-width: 60vw;
  margin: 5px auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
#page .woocommerce-breadcrumb {
  background: #ed763c;
  padding: 10px 0;
  color: #FFF;
  font-weight: 100;
  font-size: 14px;
}
#page .woocommerce-breadcrumb a {
  color: #FFF;
  text-decoration: none;
}

.woocommerce #content > .row {
  width: 100%;
}
.woocommerce h1.product_title {
  text-align: center;
  color: #ed8358;
  font-size: 50px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.woocommerce.single-product div.product p.price {
  font-size: 25px;
  color: #000;
  margin: 0 0 7px 0;
}
.woocommerce .woocommerce-message {
  border-top: 2px solid #5e483b;
}
.woocommerce .woocommerce-message:before {
  color: #5e483b;
}
.woocommerce .woocommerce-info {
  border-top: 2px solid #ed763c;
}
.woocommerce .woocommerce-info:before {
  color: #ed763c;
}
.woocommerce ul.woocommerce-error {
  position: relative;
  padding: 14px 47px;
}
.woocommerce a.button, .woocommerce input.button {
  color: #FFF;
  background-color: #5e483b;
  border-color: #ed8358;
  border: 1px solid #ed8358;
  color: #FFF !important;
  font-weight: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce a.button:focus, .woocommerce a.button.focus, .woocommerce input.button:focus, .woocommerce input.button.focus {
  color: #FFF;
  background-color: #3f3027;
  border-color: #b24113;
}
.woocommerce a.button:hover, .woocommerce input.button:hover {
  color: #FFF;
  background-color: #3f3027;
  border-color: #e75a21;
}
.woocommerce a.button:active, .woocommerce a.button.active, .open > .woocommerce a.button.dropdown-toggle, .woocommerce input.button:active, .woocommerce input.button.active, .open > .woocommerce input.button.dropdown-toggle {
  color: #FFF;
  background-color: #3f3027;
  border-color: #e75a21;
}
.woocommerce a.button:active:hover, .woocommerce a.button:active:focus, .woocommerce a.button:active.focus, .woocommerce a.button.active:hover, .woocommerce a.button.active:focus, .woocommerce a.button.active.focus, .open > .woocommerce a.button.dropdown-toggle:hover, .open > .woocommerce a.button.dropdown-toggle:focus, .open > .woocommerce a.button.dropdown-toggle.focus, .woocommerce input.button:active:hover, .woocommerce input.button:active:focus, .woocommerce input.button:active.focus, .woocommerce input.button.active:hover, .woocommerce input.button.active:focus, .woocommerce input.button.active.focus, .open > .woocommerce input.button.dropdown-toggle:hover, .open > .woocommerce input.button.dropdown-toggle:focus, .open > .woocommerce input.button.dropdown-toggle.focus {
  color: #FFF;
  background-color: #291f1a;
  border-color: #b24113;
}
.woocommerce a.button:active, .woocommerce a.button.active, .open > .woocommerce a.button.dropdown-toggle, .woocommerce input.button:active, .woocommerce input.button.active, .open > .woocommerce input.button.dropdown-toggle {
  background-image: none;
}
.woocommerce a.button.disabled:hover, .woocommerce a.button.disabled:focus, .woocommerce a.button.disabled.focus, .woocommerce a.button[disabled]:hover, .woocommerce a.button[disabled]:focus, .woocommerce a.button[disabled].focus, fieldset[disabled] .woocommerce a.button:hover, fieldset[disabled] .woocommerce a.button:focus, fieldset[disabled] .woocommerce a.button.focus, .woocommerce input.button.disabled:hover, .woocommerce input.button.disabled:focus, .woocommerce input.button.disabled.focus, .woocommerce input.button[disabled]:hover, .woocommerce input.button[disabled]:focus, .woocommerce input.button[disabled].focus, fieldset[disabled] .woocommerce input.button:hover, fieldset[disabled] .woocommerce input.button:focus, fieldset[disabled] .woocommerce input.button.focus {
  background-color: #5e483b;
  border-color: #ed8358;
}
.woocommerce a.button .badge, .woocommerce input.button .badge {
  color: #5e483b;
  background-color: #FFF;
}
.woocommerce a.button:disabled:hover, .woocommerce input.button:disabled:hover {
  background: #5e483b !important;
}
.woocommerce #content table.cart td.actions input#coupon_code {
  width: auto;
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 769px) {
  .woocommerce #content table.cart td.actions input#coupon_code {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 769px) {
  .woocommerce #content table.cart td.actions .coupon {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .woocommerce #content table.cart td.actions .coupon .button {
    display: block;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .woocommerce #content .cart-collaterals .checkout-button {
    float: none !important;
    width: 90%;
    padding: 12px 0;
    font-size: 1.5em;
    max-width: 350px;
    margin: 0 auto;
    display: block;
  }
}
.woocommerce .flex-control-nav {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .flex-control-nav li {
  flex: 1;
}

#shop_wrapper {
  flex: 1;
}

#shop_archive_wrapper {
  /**
   * Main shop product loop
   */
}
#shop_archive_wrapper .shop_archive_item {
  box-sizing: border-box;
}
#shop_archive_wrapper .shop_archive_item .shop_archive_item_content {
  position: relative;
  margin-bottom: 20px;
}
#shop_archive_wrapper .shop_archive_item .shop_archive_item_content .shop_archive_cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: flex;
  overflow: hidden;
}
#shop_archive_wrapper .shop_archive_item .shop_archive_item_content .shop_archive_cover .shop_archive_cover_content {
  width: 100%;
}
#shop_archive_wrapper .shop_archive_item .shop_archive_item_content .shop_archive_cover .shop_archive_cover_content_header {
  color: #FFF;
  padding: 10px;
}
#shop_archive_wrapper .shop_archive_item .shop_archive_item_content .shop_archive_cover .shop_archive_cover_content_header .title {
  font-size: 15px;
}
#shop_archive_wrapper .shop_archive_item .shop_archive_item_content .shop_archive_cover .shop_archive_cover_content_footer {
  color: #FFF;
  padding: 0 20px 10px 20px;
  width: 100%;
}
#shop_archive_wrapper .shop_archive_product .shop_archive_cover {
  text-align: center;
}
#shop_archive_wrapper .shop_archive_product .shop_archive_cover .title {
  text-transform: uppercase;
  font-size: 1.4em;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 100;
}
#shop_archive_wrapper .shop_archive_product .shop_archive_cover .title a {
  color: #FFF;
  text-decoration: none;
}
#shop_archive_wrapper .shop_archive_product .shop_archive_cover .amount {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 100;
}
#shop_archive_wrapper .shop_archive_product .shop_archive_cover .btn {
  display: block;
  margin: 10px auto 0 auto;
}

@media all and (min-width: 992px) {
  #shop_archive_wrapper .shop_archive_item {
    padding: 25px 40px;
  }

  #products--filtered-view-items #shop_archive_wrapper .shop_archive_item {
    padding: 0 10px;
  }

  #ranges_wrapper {
    display: flex;
    align-items: center;
  }
  #ranges_wrapper .shop_archive_item {
    padding: 10px 40px 40px 40px;
  }
}
#page #shop_wrapper div.images {
  float: right;
}

#page #shop_wrapper div.summary {
  float: left;
}

.woocommerce #payment {
  background: none;
}
.woocommerce #payment ul.payment_methods {
  border-bottom: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce #payment ul.payment_methods #payment_method_merchant_warrior_dp {
  display: none;
}
.woocommerce #payment p {
  margin-top: 0;
}
.woocommerce #payment div.payment_box {
  background-color: #ed8358;
  color: #FFF;
  padding: 15px;
  margin-bottom: 20px;
}
.woocommerce #payment div.payment_box p {
  margin: 0;
}
.woocommerce #payment div.payment_box:before, .woocommerce #payment div.payment_box:after {
  display: none !important;
}
.woocommerce #payment .place-order {
  text-align: center;
}
.woocommerce #payment .place-order input {
  float: none !important;
  width: 90%;
  padding: 14px 0;
  font-size: 1.5em;
  max-width: 350px;
}

.woocommerce-order-pay p.form-row {
  display: block;
  float: none;
  width: 100%;
  padding: 0;
  position: relative;
}
.woocommerce-order-pay #cc-expire-month {
  float: left;
  width: 48%;
}
.woocommerce-order-pay #cc-expire-year {
  float: right;
  width: 48%;
}
.woocommerce-order-pay fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce-order-pay input.submit {
  margin: 20px auto;
  width: 95%;
  float: none;
  padding: 14px 0;
  font-size: 1.5em;
  max-width: 350px;
  display: block;
}
.woocommerce-order-pay #jsCardType {
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce-order-pay #jsCardType img {
  padding: 0;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  display: none;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul a {
  color: #000;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ed8358;
}

.woocommerce table.my_account_orders .button {
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .woocommerce table.my_account_orders .button {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

#page .minicart .cart-icon {
  display: inline-block;
  padding-right: 10px;
}
#page .minicart .cart-icon a i {
  color: #6d280c;
  position: relative;
  font-size: 23px;
  margin-top: -3px;
  top: 3px;
}
#page .minicart .cart-icon a i span {
  background: #6d280c;
  color: #FFF;
  padding: 3px;
  font-size: 10px;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 8px;
  position: absolute;
  top: -4px;
  right: -6px;
  font-weight: bold;
}
#page .minicart .minicart-button {
  padding: 0px 10px 0 3px;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #6d280c;
}
#page .minicart .minicart-button:hover {
  color: #c94a16;
}
#page .minicart .minicart-button.cart--button {
  position: relative;
}
#page .minicart .minicart-button.cart--button:after {
  position: absolute;
  top: 20%;
  right: 0;
  content: "";
  height: 60%;
  width: 1px;
  background: #e05218;
}

#featured--products {
  padding: 0 25px;
}
#featured--products h3 {
  color: #ed8358;
  font-size: 35px;
  text-transform: uppercase;
  padding-left: 15px;
  margin: 0;
}

#woocommerce--load-more {
  display: block;
  font-size: 18px;
  padding: 6px 0;
  color: #FFF;
  border: 1px solid #ed8358;
  margin: 0 14px 10px;
  text-transform: uppercase;
  background: #3c312c;
  font-weight: 100;
  text-decoration: none;
  outline: none;
}
#woocommerce--load-more.disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.term-description {
  padding: 0 16px;
}

#featured--products > .wp-block-columns {
  padding: 0 16px;
}

#featured--products > h3 {
  margin-bottom: 20px;
}

#products--filtered-view-wrapper {
  padding: 0 18px;
}
@media all and (min-width: 1199px) {
  #products--filtered-view-wrapper {
    display: grid;
    grid-template-columns: 250px auto;
    grid-column-gap: 20px;
    margin-top: -12px;
  }
}
#products--filtered-view-items {
  margin-top: 23px;
}
#products--filtered-view-items .row {
  margin: 0 !important;
}
#products--filtered-view-sidebar section {
  margin-bottom: 20px;
}
#products--filtered-view-sidebar label {
  display: block;
}
#products--filtered-view-sidebar h2.title {
  color: #ed8358;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 20px;
}
#products--filtered-view-sidebar .btn {
  margin: 20px 0;
}
#products--filtered-view-sidebar a {
  color: #000;
  text-decoration: none;
}
#products--filtered-view-sidebar a::before {
  color: #ed8358;
  position: relative;
  top: 1px;
}
#products--filtered-view-sidebar a:hover {
  color: #ed8358;
}
#products--filtered-view-sidebar .chosen a {
  color: #ed8358;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  content: " ";
  display: table;
}
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

#masthead > .container {
  position: relative;
}
#masthead > .container .col-md-10 {
  position: static;
}

#footer_content {
  background: #3c312c;
  padding-bottom: 10px;
}
#footer_content > .container {
  display: block;
  align-items: baseline;
  justify-content: space-between;
}
#footer_content > .container .title {
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid #4f433b;
  display: block;
  line-height: 32px;
  color: #FFF;
  margin-bottom: 8px;
}
#footer_content > .container #footer_widgets .footer_widget {
  flex-grow: 1;
  color: #FFF;
  font-size: 14px;
  font-weight: 100;
}
#footer_content > .container #footer_widgets h2.title {
  color: #ed8358;
  font-size: 13px;
  line-height: 30px;
}
#footer_content > .container #footer_contact {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
#footer_content > .container #footer_contact .title {
  border-top: 1px solid #4f433b;
}
#footer_content > .container #footer_contact a {
  color: #FFF;
  text-decoration: none;
}
#footer_content > .container #footer_contact img {
  max-width: 120px;
}

@media all and (min-width: 992px) {
  #footer_content > .container {
    display: flex;
  }
  #footer_content > .container #footer_widgets {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
  }
  #footer_content > .container #footer_contact {
    flex-basis: 40%;
    text-align: right;
    float: right;
  }
  #footer_content > .container #footer_contact .title {
    border-top: none;
  }
}
#sub_footer {
  background: url("assets/images/footer_texture.jpg") 0px 50% repeat-x;
  height: 110px;
  font-size: 12px;
}
#sub_footer .container {
  text-align: center;
}
#sub_footer .copyright {
  flex-grow: 1;
  color: #FFF;
}
#sub_footer .footer_nav {
  flex-grow: 0;
}
#sub_footer .footer_nav ul {
  margin: 0;
  padding: 0;
}
#sub_footer .footer_nav ul li {
  display: inline;
  padding: 0 0 0 10px;
}
#sub_footer .footer_nav ul li .children {
  display: none;
}
#sub_footer .footer_nav ul li:last-child a {
  padding: 0;
}
#sub_footer .footer_nav ul li:last-child a:after {
  display: none;
}
#sub_footer .footer_nav ul li a {
  color: #FFF;
  text-decoration: none;
  position: relative;
  padding-right: 21px;
}
#sub_footer .footer_nav ul li a:after {
  display: inline-block;
  content: "/";
  position: absolute;
  right: 0;
  top: -2px;
  height: 100%;
}

@media all and (min-width: 992px) {
  #sub_footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    text-align: left;
  }
}
#home_logos {
  display: block;
}
#home_logos .item {
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
}

#home_galleries .col-md-3, #home_galleries .col-md-6 {
  padding: 0 10px;
}
#home_galleries .home_gallery_item {
  width: 100%;
}
#home_galleries .home_gallery_item .gallery_image {
  margin-bottom: 20px;
  width: 100%;
  display: block;
}

@media all and (min-width: 1199px) {
  #home_logos {
    display: flex;
    align-items: flex-end;
  }
  #home_logos .item {
    flex-grow: 1;
    text-align: center;
  }
  #home_logos .item img {
    display: inline;
  }
}
#feedback_wrapper {
  margin-top: 50px;
}
#feedback_wrapper #feedback_item {
  background: url("./assets/images/feedback_bg.jpg") 50% 50% no-repeat;
  height: 266px;
  box-sizing: border-box;
  padding-top: 70px;
  text-align: center;
  margin-top: 30px;
  color: #FFF;
}
#feedback_wrapper #feedback_item .text {
  font-size: 15px;
  margin-bottom: 16px;
  margin-top: 20px;
}
@media all and (min-width: 992px) {
  #feedback_wrapper #feedback_item .text {
    font-size: 22px;
    margin-top: 40px;
  }
}
#feedback_wrapper #feedback_item .name {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
#feedback_wrapper #feedback_item .location {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

#home_galleries_title {
  margin: 50px 0 30px 0;
}
#home_galleries_title h3 {
  font-size: 45px;
  color: #ed8358;
  text-align: center;
  margin: 20px 0;
  text-transform: uppercase;
}
#home_galleries_title p {
  text-align: center;
}

#page_header {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
}

#content {
  padding-top: 20px;
}
#content #primary {
  order: 2;
  flex-grow: 1;
}
#content #primary .entry-header h1 {
  margin-top: 0;
  line-height: 1em;
  font-size: 60px;
}
#content #secondary {
  order: 1;
  min-width: 30%;
  padding-right: 50px;
  max-width: 30%;
  display: none;
}
#content #secondary.sidebar-right {
  order: 3;
}

.home #primary {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

#posts_loop {
  display: flex;
  flex-wrap: wrap;
}
#posts_loop article {
  flex: 0 0 33%;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  /*.video-aspect-holder {
  	position: relative;
  	width: 100%;
  	height: 0;
  	padding-bottom: 56%;

  	.video{
  		position: absolute;
  		width: 100%;
  		height: 100%;
  		left: 0;
  		top: 0;
  		margin:0;
  		padding:0;
  	}

  }*/
}
#posts_loop article .post_image {
  height: 200px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#posts_loop article .post_image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#posts_loop article .article-content {
  border: 1px solid #f9d8cb;
  width: 100%;
}
#posts_loop article .article-content .post_title {
  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
  padding-top: 12px;
  line-height: 1.1em;
}
#posts_loop article .article-content .post_title a {
  text-decoration: none;
  color: #000;
}
#posts_loop article .article-content .post_content {
  padding: 15px;
}
#posts_loop article .article-content .post_content p:last-child {
  margin-bottom: 0;
}
#posts_loop article .article-content .post_content p:first-child {
  margin-top: 0;
}
@media (max-width: 1199px) {
  #posts_loop article {
    flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  #posts_loop article {
    flex: 0 0 100%;
    padding: 0;
  }
}

@media all and (min-width: 992px) {
  #content {
    display: flex;
  }
  #content #secondary {
    display: block;
  }
}

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