/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic);
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    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) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  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; } }

@media only screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none; } }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.12766% 0 2.12766%; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1024px) {
    .container {
      padding: 0 1.06383% 0 1.06383%; } }

@media (min-width: 896px) {
  .page .content, .search .content, .single .content, .blog .content, .archive .content {
    width: 70.21277%;
    float: left;
    margin-right: 2.12766%; }
  .page .page-template-template-two-column .content, .search .page-template-template-two-column .content, .single .page-template-template-two-column .content, .blog .page-template-template-two-column .content, .archive .page-template-template-two-column .content {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    background: blue; }
    .page .page-template-template-two-column .content:last-child, .search .page-template-template-two-column .content:last-child, .single .page-template-template-two-column .content:last-child, .blog .page-template-template-two-column .content:last-child, .archive .page-template-template-two-column .content:last-child {
      float: right;
      margin-right: 0;
      background: red; }
  .page .sidebar-one, .search .sidebar-one, .single .sidebar-one, .blog .sidebar-one, .archive .sidebar-one {
    width: 27.65957%;
    float: left;
    margin-right: 2.12766%;
    float: right;
    margin-right: 0; }
  .home .content, .page-template-template-full-width .content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 1024px) {
  .page .content, .search .content, .single .content, .blog .content, .archive .content {
    width: 70.21277%;
    float: left;
    margin-right: 2.12766%; }
  .page .sidebar-one, .search .sidebar-one, .single .sidebar-one, .blog .sidebar-one, .archive .sidebar-one {
    width: 27.65957%;
    float: left;
    margin-right: 2.12766%;
    float: right;
    margin-right: 0; }
  .home .content, .page-template-template-full-width .content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 896px) {
  .page-template-template-two-column .content {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%; }
    .page-template-template-two-column .content:last-child {
      float: right;
      margin-right: 0; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #232323; }

a:link, a:visited, a:active {
  text-decoration: none; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

* {
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #F7F6ED;
  height: 100%;
  background-image: linear-gradient(rgba(204, 126, 21, 0.1), #F7F6ED);
  background-repeat: no-repeat;
  background-size: 100% 400px; }
  html ::-moz-selection {
    background: #454545;
    color: #fff;
    text-shadow: none; }
  html ::selection {
    background: #454545;
    color: #fff;
    text-shadow: none; }

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  overflow-y: auto !important;
  overflow-x: hidden; }

a[href^="tel:"] {
  cursor: text; }

.error404 .main {
  text-align: center; }
  .error404 .main h1 {
    font-size: 26px; }
    @media (min-width: 768px) {
      .error404 .main h1 {
        font-size: 32px; } }
    @media (min-width: 1024px) {
      .error404 .main h1 {
        font-size: 64px; } }

.content {
  overflow: auto;
  text-align: center; }
  .content img {
    max-width: 100%;
    height: auto; }
  .content a:link, .content a:visited, .content a:active {
    text-decoration: none;
    color: #232323;
    transition: all 0.1s ease; }
  .content a:hover {
    border-bottom: solid 1px rgba(123, 74, 0, 0.25); }
  .content a.telephone:link, .content a.telephone:visited, .content a.telephone:active {
    cursor: text; }
  .content blockquote {
    padding: 2.12766%;
    margin: 0; }
  .content h1 {
    margin: 0 0 12px 0;
    padding: 0;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    color: #7B4A00; }
    @media (min-width: 768px) {
      .content h1 {
        font-size: 42px; } }
  .content h2 {
    margin: 0 0 20px 0;
    padding: 0;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 26px;
    font-weight: 600; }
  .content h3 {
    margin: 0 0 20px 0; }
  .content p {
    margin: 0 0 20px 0;
    color: #232323;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 18px; }
    @media (min-width: 638px) {
      .content p {
        font-size: 26px; } }
  .content .article {
    margin-bottom: 80px; }
  .content .article-content {
    margin-bottom: 20px; }
  .content li {
    color: #232323;
    font-size: 18px;
    margin-bottom: 0px; }
    @media (min-width: 638px) {
      .content li {
        font-size: 26px; } }
  .content ul {
    list-style-type: none;
    margin-bottom: 50px; }
  .content li span {
    color: #232323; }

@media (min-width: 768px) {
  .page-template-default .content {
    text-align: left; } }

@media (min-width: 768px) {
  .page-template-default.home .content {
    text-align: center; } }

.cta {
  padding-top: 40px; }
  .cta .content-wrap {
    padding: 0px 0;
    margin: 0 0 60px 0; }
  .cta hr {
    border: 0;
    margin: 0;
    padding: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(204, 126, 21, 0), rgba(204, 126, 21, 0.75), rgba(204, 126, 21, 0)); }
  .cta p {
    margin: 20px 0;
    padding: 0; }

/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider/flexslider-icon.eot");
  src: url("../fonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider/flexslider-icon.woff") format("woff"), url("../fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  overflow: hidden !important; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin-bottom: 0 !important; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 50px 0;
  border: 0;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -40px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.footer {
  overflow: auto;
  text-align: center; }
  .footer .top {
    padding: 60px 0;
    background-image: url("../img/tx-stripe.png"), linear-gradient(90deg, #8f580f, #8f580f, #8f580f); }
    .footer .top a:link, .footer .top a:visited, .footer .top a:active {
      color: #fff;
      font-weight: 600;
      text-decoration: none;
      opacity: 0.9; }
    .footer .top .logo {
      margin-bottom: 60px; }
    .footer .top .sep {
      display: none; }
    .footer .top .contact {
      opacity: 0.9; }
    .footer .top .logo {
      transition: opacity 0.5s ease;
      opacity: 1; }
      .footer .top .logo:hover {
        opacity: 0.75; }
    .footer .top span {
      color: #fff;
      font-weight: 600;
      padding: 2px 0;
      font-size: 16px;
      display: block; }
    .footer .top .sep {
      display: none; }
    @media (min-width: 896px) {
      .footer .top span {
        display: inline;
        font-size: 18px; }
      .footer .top .sep {
        display: inline;
        color: rgba(255, 255, 255, 0.25);
        padding: 0 5px; } }
  .footer .info {
    padding: 60px 0 30px 0;
    background: #0c0700; }
    .footer .info a:link, .footer .info a:visited, .footer .info a:active {
      color: #fff;
      font-weight: 600;
      text-decoration: none; }
    .footer .info span {
      color: #fff;
      font-weight: 600;
      padding: 2px 0;
      font-size: 13px;
      display: block;
      opacity: 0.75; }
    .footer .info .sep {
      display: none; }
    .footer .info .design {
      opacity: 0.1;
      transition: opacity 1s ease; }
  .footer .info:hover .design {
    opacity: 0.75; }

.home .main h2 {
  margin: 0 0 12px 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 300; }

.user-account #wp-link-wrap {
  height: 160px !important; }
  .user-account #wp-link-wrap #wp-link .howto {
    display: none !important; }
  .user-account #wp-link-wrap #wp-link #search-panel {
    display: none !important; }
  .user-account #wp-link-wrap .link-target {
    display: none !important; }
  .user-account #wp-link-wrap #wp-link-close {
    display: none !important; }

.user-account .ui-autocomplete.ui-front {
  display: none !important; }

#mceu_10 {
  display: none !important; }

.header {
  text-align: center; }
  .header .logo {
    display: inline-block;
    width: 300px;
    padding: 60px 0;
    transition: opacity 0.25s ease;
    opacity: 1; }
    .header .logo:hover {
      opacity: 0.75; }
    .header .logo img {
      width: 100%;
      height: auto; }

.main-menu {
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .main-menu {
      margin-bottom: 50px;
      margin-top: 50px; } }
  .main-menu .menu-toggle {
    background-image: url("../img/tx-stripe.png"), linear-gradient(90deg, #8f580f, #b87113, #8f580f);
    display: block;
    height: 50px;
    line-height: 50px;
    outline: 0;
    border: none;
    margin: 0 0 4px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: background 0.25s ease; }
    .main-menu .menu-toggle img {
      width: 30px;
      height: auto; }
  .main-menu .links {
    display: none;
    clear: both; }
    .main-menu .links ul {
      padding: 0;
      margin: 0 0 40px 0;
      list-style-type: none; }
    .main-menu .links li {
      display: block;
      list-style-type: none;
      padding: 0px;
      margin: 0px;
      text-align: center; }
    .main-menu .links a:link, .main-menu .links a:link, .main-menu .links a:visited {
      background-image: url("../img/tx-stripe.png"), linear-gradient(90deg, #8f580f, #b87113, #8f580f);
      font-family: "Open Sans", sans-serif;
      height: 50px;
      line-height: 50px;
      white-space: nowrap;
      color: #fff;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700;
      display: block;
      padding: 0;
      margin: 0 0 4px 0;
      transition: background 0.25s ease; }
    .main-menu .links a:hover, .main-menu .links .current-menu-item a, .main-menu .links .current_page_parent a, .main-menu .links .current-page-ancestor a, .main-menu .links .current-page-relation a {
      text-decoration: none;
      color: #5c3800; }

@media (min-width: 768px) {
  .main-menu {
    margin: 0 0 60px 0;
    background-image: url("../img/tx-stripe.png"), linear-gradient(90deg, #8f580f, #b87113, #8f580f); }
    .main-menu .menu-toggle {
      display: none; }
    .main-menu .links {
      display: block;
      margin: 0; }
      .main-menu .links ul {
        width: 100%;
        text-align: center;
        padding: 0px;
        margin: 0px;
        display: table; }
      .main-menu .links li {
        list-style-type: none;
        display: inline-block;
        padding: 0px 10px;
        margin: 0px; }
      .main-menu .links li.last-menu-item {
        margin-right: 0;
        padding-right: 0;
        border: none; }
      .main-menu .links a:link, .main-menu .links a:visited, .main-menu .links a:active {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        display: block;
        width: auto;
        padding: 0;
        margin: 0;
        color: #fff;
        text-transform: uppercase;
        background: none;
        transition: none;
        border-width: 0 0 5px 0;
        opacity: 1;
        transition: all 0.5s ease; }
      .main-menu .links a:hover, .main-menu .links li.current-menu-item a, .main-menu .links .current_page_parent a, .main-menu .links .current-page-ancestor a, .main-menu .links .current-page-relation a {
        color: #5c3800; } }

@media (min-width: 896px) {
  .main-menu .links a:link, .main-menu .links a:link, .main-menu .links a:visited {
    font-size: 14px; } }

@media (min-width: 1024px) {
  .main-menu .links li {
    padding: 0px 20px; }
  .main-menu .links a:link, .main-menu .links a:link, .main-menu .links a:visited {
    height: 60px;
    line-height: 60px;
    font-size: 20px; } }

.page-thumbnails {
  overflow: hidden; }
  .page-thumbnails .block {
    margin-bottom: 50px;
    position: relative;
    text-align: center; }
  .page-thumbnails img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden; }
  .page-thumbnails .block {
    transition: all 0.5s ease;
    opacity: 1; }
  .page-thumbnails .block:hover {
    opacity: 0.75; }
  .page-thumbnails .title-wrap {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0; }
  .page-thumbnails .title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    background: rgba(35, 35, 35, 0.65);
    padding: 10px 20px 10px 20px;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff; }
  @media (min-width: 638px) {
    .page-thumbnails .block {
      width: 31.91489%;
      float: left;
      margin-right: 2.12766%; }
    .page-thumbnails .block:nth-child(2n+2) {
      width: 31.91489%;
      float: left;
      margin-right: 2.12766%; }
    .page-thumbnails .block:nth-child(3n+3) {
      float: right;
      margin-right: 0; } }

.sc-tile-slideshow {
  margin: 0 0 60px 0; }
  .sc-tile-slideshow .flexslider {
    overflow: visible !important; }
    .sc-tile-slideshow .flexslider ul.slides li {
      position: relative; }
    .sc-tile-slideshow .flexslider div.image-wrap {
      height: auto; }
      .sc-tile-slideshow .flexslider div.image-wrap .image {
        width: 100%;
        height: auto;
        display: block;
        pointer-events: none;
        display: none; }
    .sc-tile-slideshow .flexslider .flex-direction-nav {
      display: none; }
    @media (min-width: 1123px) {
      .sc-tile-slideshow .flexslider .flex-direction-nav {
        display: block; } }
    .sc-tile-slideshow .flexslider .flex-direction-nav a {
      text-decoration: none;
      display: block;
      width: 100px;
      height: 100px;
      margin: -50px 0 0;
      position: absolute;
      top: 50%;
      z-index: 10;
      overflow: hidden;
      opacity: 0;
      cursor: pointer;
      color: rgba(0, 0, 0, 0.8);
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
      transition: all 0.3s ease-in-out; }
    .sc-tile-slideshow .flexslider .flex-direction-nav a:before {
      font-family: "flexslider-icon";
      font-size: 40px;
      width: 100px;
      height: 100px;
      text-align: center;
      line-height: 100px;
      display: inline-block;
      content: '\f001';
      color: #663f0b;
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
    .sc-tile-slideshow .flexslider .flex-direction-nav a.flex-next:before {
      content: '\f002'; }
    .sc-tile-slideshow .flexslider .flex-direction-nav a {
      overflow: visible; }
    .sc-tile-slideshow .flexslider .flex-direction-nav .flex-prev {
      left: -100px; }
    .sc-tile-slideshow .flexslider .flex-direction-nav .flex-next {
      right: -100px; }
    .sc-tile-slideshow .flexslider:hover .flex-direction-nav .flex-prev {
      opacity: 0.7;
      left: -100px; }
    .sc-tile-slideshow .flexslider:hover .flex-direction-nav .flex-prev:hover {
      opacity: 1; }
    .sc-tile-slideshow .flexslider:hover .flex-direction-nav .flex-next {
      opacity: 0.7;
      right: -100px; }
    .sc-tile-slideshow .flexslider:hover .flex-direction-nav .flex-next:hover {
      opacity: 1; }

.sidebar h3 {
  padding: 0;
  margin: 0 0 10px 0; }

.sidebar h2 {
  font-weight: normal;
  font-size: 14px; }

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.sidebar img {
  width: 100%;
  height: auto; }

.sidebar .block {
  margin-bottom: 40px; }

.sidebar .tags {
  text-align: center; }
  .sidebar .tags li {
    display: inline-block;
    padding: 0;
    margin: 0; }
  .sidebar .tags a {
    display: block;
    border: 1px solid transparent;
    border-radius: 999px;
    text-transform: lowercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 3px 6px;
    margin: 6px 4px 0 0;
    transition: all 0.2s ease; }

@media (min-width: 638px) {
  .sidebar .tags {
    text-align: left; }
    .sidebar .tags li {
      float: left; } }

.sidebar .categories {
  text-align: center; }
  .sidebar .categories li {
    display: inline-block;
    padding: 0;
    margin: 0; }
  .sidebar .categories a {
    font-size: 18px; }
  .sidebar .categories li:after {
    content: " | "; }
  .sidebar .categories li:last-child:after {
    content: ""; }

@media (min-width: 638px) {
  .sidebar .categories {
    text-align: left; }
    .sidebar .categories a {
      font-size: 16px; }
    .sidebar .categories li {
      display: block; }
    .sidebar .categories li:after {
      content: ""; } }

.sidebar .sidebar-cta {
  margin-bottom: 40px; }

.sub-nav {
  border-bottom: 1px solid #7B4A00;
  margin-bottom: 50px; }
  .sub-nav .children {
    display: none; }
  .sub-nav .current_page_item .children,
  .sub-nav .current_page_ancestor .children,
  .sub-nav .current_page_parent .children {
    display: block; }
  .sub-nav li {
    padding: 0;
    margin: 0;
    border: 1px solid #7B4A00;
    border-width: 1px 0 0 0; }
  .sub-nav ul ul li {
    padding: 0 0 0 20px; }
  .sub-nav a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 0 7px 0;
    margin: 0;
    text-transform: uppercase;
    color: #7B4A00;
    transition: all 0.2s ease; }
  .sub-nav ul ul li a {
    color: rgba(35, 35, 35, 0.75); }
  .sub-nav a:hover {
    color: #232323; }
  .sub-nav .current_page_item a {
    color: rgba(35, 35, 35, 0.75); }

.sidebar-cta {
  padding: 30px 20px;
  background-image: url("../img/tx-stripe.png"), linear-gradient(90deg, #8f580f, #a36511, #8f580f); }
  .sidebar-cta .title {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 5px 0; }
  .sidebar-cta p {
    margin: 0 0 5px 0;
    font-size: 18px; }
  .sidebar-cta p:last-child {
    margin: 0; }
  .sidebar-cta a:link, .sidebar-cta a:visited, .sidebar-cta a:active {
    color: #fff;
    text-decoration: none; }

.testimonials {
  padding: 20px 0 0 0;
  width: 100% !important; }
  .testimonials ul {
    padding: 0;
    margin: 0; }
  .testimonials .block {
    padding: 0;
    margin: 0; }
  .testimonials .blockquote {
    padding: 20px 40px;
    margin: 0;
    border: 1px solid rgba(92, 56, 0, 0.1);
    border-width: 1px 0; }

.main .videoouterwrapper {
  width: 100%; }

.main .videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.main .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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