/*
Theme Name: AdventureTheatre
Author: Marstudio	
Author URI: https://marstudio.com/
Description: A custom theme.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adventuretheatre
Tags: one-column

This theme is licensed under the GPL.
Based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
# Base (Holds standard normalize styling and general selector styles: body, h1, p, a, etc.)	
--------------------------------------------------------------*/
/*Variables*/
/* Colors */
/* Typography */
/* Responsive */
/* Other */
.center {
  text-align: center;
}

/* Learn-more */
.learn-more {
  padding: 13px 45px 13px 20px;
  display: inline-block;
  background: #00a1b0 url(images/learn-more.png);
  background-repeat: no-repeat;
  background-position: 86% center;
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Bronkoh-Bold', sans-serif;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

.learn-more:hover, .learn-more:focus, .learn-more:visited {
  color: #fff;
  text-decoration: none;
}

/*Bootstrap*/
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4dc629f16e417935e4bb)
 * Config saved to config.json and https://gist.github.com/4dc629f16e417935e4bb
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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: 0;
}

* {
  -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.42857143;
  color: #333;
  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: thin dotted;
  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: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .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 #eee;
}

.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: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.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: 15px;
  padding-right: 15px;
}

.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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row: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;
}

/*Standard*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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: 0;
}

/* 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:hover, .screen-reader-text:active, .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. */
}

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

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

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

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

/* 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;
}

/*Typography*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/*--------------------------------------------------------------
## Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/*--------------------------------------------------------------
## Copy
--------------------------------------------------------------*/
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%;
}

/*	@import "base/typography/font_awesome"; */
/*Elements (Body, ul, li and custom Classes) */
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;
}

/* Lists */
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;
}

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

a {
  color: royalblue;
}

a:visited {
  color: inherit;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: 0;
}

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

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

/* Color Classes */
/* Positioning and spacing */
.no-margin {
  margin: 0px;
}

.full-height {
  height: 100%;
}

.center {
  text-align: center;
}

.background-image {
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Mobile */
.mobile-show {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .mobile-show {
    display: block !important;
  }
}

.mobile-hide {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Components (Repeating modules.)	
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

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: .6em 1em .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);
}

/* Fields */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

.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;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  z-index: 9999;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
  z-index: 9999;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 35px;
  left: -999em;
  z-index: 9999;
  background: #fff;
  padding: 10px;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li {
  padding: 0px 0px 0px 5px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
  text-transform: capitalize;
  font-size: 20px;
}

.main-navigation ul ul a a:hover,
.main-navigation ul ul a a.focus {
  text-decoration: none;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
  padding: 0px 0px 0px 35px;
}

@media screen and (max-width: 1300px) {
  .main-navigation li {
    padding: 0px 0px 0px 15px;
  }
}

@media screen and (max-width: 1025px) {
  .main-navigation li {
    float: none;
  }
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #8c3b67;
  text-transform: uppercase;
  font-family: 'Bronkoh-Bold', sans-serif;
  font-weight: normal;
  font-size: 24px;
}

.main-navigation a:hover, .main-navigation a:focus {
  text-decoration: none;
}

@media screen and (max-width: 1300px) {
  .main-navigation a {
    font-size: 20px;
  }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;

}

.menu-toggle:after {
  content: '\f0c9';
  font-family: 'FontAwesome';
}

.menu-toggle {
  margin-bottom: 30px;
  float: right;
  color: #fff;
  border-color: #8c3b67;
  background: #8c3b67;
  border-radius: 0px;
  padding: 6px 15px;
  box-shadow: none;
  text-shadow: none;
}

.menu-toggle:hover {
  background: #00a1b0;
  box-shadow: none;
  text-shadow: none;
}

.main-navigation.toggled ul {
  /* Show Submenu */
}

.main-navigation.toggled ul ul {
  left: auto;
  position: relative;
  top: auto;
  display: none;
}

.main-navigation.toggled ul span.toggle-sub {
  position: absolute;
  top: 1px;
  right: 5px;
  display: block;
  height: 40px;
  width: 40px;
}

.main-navigation.toggled ul span.toggle-sub:after {
  display: inline-block;
  font: normal normal normal 24px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  line-height: 20px;
  margin-left: 10px;
  position: absolute;
  top: 12px;
  right: 15px;
}

.main-navigation.toggled ul.subshow ul {
  display: block;

}

.main-navigation.toggled ul.subshow span.toggle-sub:after {
  content: "\f068";
  
}

@media screen and (min-width: 1024px) {
  .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;
  
}

.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%;
}

/* Footer Nav */
#footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-menu ul ul.sub-menu {
  display: none;
}

#footer-menu li > ul {
  display: none;
}

#footer-menu li {
  display: inline-block;
  float: left;
  min-height: 20px;
}

#footer-menu li a {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}

#footer-menu li ahover {
  text-decoration: none;
  color: #00a1b0;
}

#footer-menu li:after {
  content: ' / ';
  display: inline-block;
  padding: 0px 7px 0px 3px;
  color: #00a1b0;
  font-size: 16px;
}

#footer-menu li:last-of-type:after {
  display: none;
}

/* Social Media Menu */
.social-media-menu {
  float: right;
  font-family: 'FontAwesome';
  padding: 0;
  margin: 0;
}

.social-media-menu ul {
  list-style: none;
  text-align: center;
  margin: 0px;
}

.social-media-menu li {
  display: inline-block;
  text-align: center;
}

.social-media-menu a {
  display: inline-block;
  height: 40px;
  position: relative;
  width: 45px;
  color: brown;
  padding-top: 45px;
  overflow: hidden;
}

.social-media-menu ahover {
  color: #da2037;
}

.social-media-menu a:before {
  content: "\f415";
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 7px;
  font-family: FontAwesome;
}

.social-media-menu a[href*="facebook.com"]:before {
  content: "\f09a";
}

.social-media-menu a[href*="plus.google.com"]:before {
  content: "\f1a0";
}

.social-media-menu a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-media-menu a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.social-media-menu a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-media-menu a[href*="vimeo.com"]:before {
  content: "\f27d";
}

.social-media-menu a[href*="youtube.com"]:before {
  content: "\f16a";
}

.site-footer .social-media-menu a {
  color: #fff;
}

/*@import "navigation/menu-sidebar"; If applicable */
/*--------------------------------------------------------------
# Layout (General and specific page styles.)	
--------------------------------------------------------------*/
.content-area {
  float: left;
  margin: 0 -30% 0 0;
  width: 70%;
}

.site-main {
  margin: 0 30% 0 0;
}

.site-content .widget-area {
  float: right;
  width: 30%;
}

.site-footer {
  clear: both;
  width: 70%;
}

.sticky {
  display: block;
}

/*Specific Pages*/
/*@import "layout/specific-pages/gallery"; Add more as needed */
/*--------------------------------------------------------------
# Custom Styles	
--------------------------------------------------------------*/
/* Fonts */
html, body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  color: #201e1f;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
}

html {
  font-size: 16px;
  -webkit-transition: font-size .2s ease-in-out;
  -moz-transition: font-size .2s ease-in-out;
  -o-transition: font-size .2s ease-in-out;
  transition: font-size .2s ease-in-out;
}

@media (max-width: 1025px) {
  html {
    font-size: 14px;
  }
}

h1,
.elementor-element.elementor-widget.elementor-widget-heading h1,
h1.entry-title {
  color: #369997;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1.25rem 0 0 0;
  line-height: 1;
}

@media (max-width: 1025px) {
  h1,
  .elementor-element.elementor-widget.elementor-widget-heading h1,
  h1.entry-title {
    margin: 0;
  }
}

.elementor-page-title {
  display: block !important;
}

h2,
.elementor-element.elementor-widget.elementor-widget-heading h2 {
  color: #6b990f;
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}

h3,
.elementor-element.elementor-widget.elementor-widget-heading h3 {
  color: #6056a5;
  font-size: 1.625rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

h4,
.elementor-element.elementor-widget.elementor-widget-heading h4 {
  color: #201e1f;
  font-size: 1.125rem;
  font-weight: bold;
}

h5,
.elementor-element.elementor-widget.elementor-widget-heading h5 {
  color: #201e1f;
  font-size: 1.125rem;
  font-weight: normal;
}

h6,
.elementor-element.elementor-widget.elementor-widget-heading h6,
p {
  font-size: 1rem;
  font-weight: normal;
}

a,
a:visited,
a:active,
a:focus {
  color: #3578bd;
  text-decoration: none;
}

a:hover {
  color: #3578bd;
  text-decoration: underline;
}

.elementor-text-editor ul, .elementor-text-editor ol,
.entry-content ul,
.entry-content ol {
  margin-left: 0;
  padding-left: 24px;
}

.elementor-text-editor ul li,
.entry-content ul li {
  background: url(images/bullet.png) left 0.375rem no-repeat;
  list-style-type: none;
  padding-left: 20px;
}

hr {
  background-color: #9ccb3d;
}

/* Structure */
.entry-header,
.entry-content,
.entry-menu,
.entry-summary,
.entry-footer,
.entry-meta {
  padding: 10px;
  /* To match Elementor columns */
}

.elementor-page .entry-content-wrap,
.elementor-page .entry-content {
  padding: 0;
  /* Because already in Elementor */
}

.entry-menu-wrap,
.entry-header-wrap,
.entry-content-wrap {
  padding: 1.25rem;
}

.entry-header,
.entry-header-wrap {
  padding-bottom: 0;
}

section {
  padding: 1.25rem;
}

#primary {
  margin: 0 auto;
  padding: 0;
}

#secondary {
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1025px) {
  #secondary {
    display: none;
  }
}

#secondary h1.widget-title {
  display: none;
}

#tertiary,
.elementor-widget-sidebar {
  padding: 0;
  margin: 0;
}

#tertiary aside.widget,
.elementor-widget-sidebar aside.widget {
  margin: 0;
}

#tertiary h1.widget-title,
.elementor-widget-sidebar h1.widget-title {
  display: none;
}

#main {
  padding-top: 1.25rem;
  margin: 0 auto;
  max-width: 1360px;
}

.bubbles-left:after {
  content: url("images/bubbles-left.png");
  position: absolute;
  left: -70px;
  bottom: -50px;
  pointer-events: none;
}

@media (max-width: 1025px) {
  .bubbles-left:after {
    display: none;
  }
}

.bubbles-right:after {
  content: url("images/bubbles-right.png");
  position: absolute;
  right: 0;
  bottom: -4px;
  pointer-events: none;
}

@media (max-width: 1025px) {
  .bubbles-right:after {
    display: none;
  }
}

.bubbles-center:after {
  content: url("images/bubbles-center.png");
  position: absolute;
  right: -77px;
  bottom: -30px;
  pointer-events: none;
}

@media (max-width: 1025px) {
  .bubbles-center:after {
    display: none;
  }
}

/* Buttons */
.elementor-widget-button .elementor-button-wrapper a.elementor-button,
.elementor-widget-button .elementor-button-wrapper .elementor-button,
.wp-block-button__link,
a.elementor-post__read-more,
a.go-backstage {
  background-color: #3578bd;
  border-radius: 25px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  padding: 1rem 2rem;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

.elementor-widget-button .elementor-button-wrapper a.elementor-button:visited, .elementor-widget-button .elementor-button-wrapper a.elementor-button:active, .elementor-widget-button .elementor-button-wrapper a.elementor-button:focus,
.elementor-widget-button .elementor-button-wrapper .elementor-button:visited,
.elementor-widget-button .elementor-button-wrapper .elementor-button:active,
.elementor-widget-button .elementor-button-wrapper .elementor-button:focus,
.wp-block-button__link:visited,
.wp-block-button__link:active,
.wp-block-button__link:focus,
a.elementor-post__read-more:visited,
a.elementor-post__read-more:active,
a.elementor-post__read-more:focus,
a.go-backstage:visited,
a.go-backstage:active,
a.go-backstage:focus {
  color: #fff;
}

.elementor-widget-button .elementor-button-wrapper a.elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper .elementor-button:hover,
.wp-block-button__link:hover,
a.elementor-post__read-more:hover,
a.go-backstage:hover {
  background-color: #0b4a8a;
  text-decoration: none;
}

.arrow-left a.elementor-button {
  background: url(images/arrow-left.png) no-repeat right center;
  padding: 1rem 2.5rem 1rem 1.25rem !important;
  font-size: 14px !important;
  line-height: 16px !important;
}

/* Testimonials */
.elementor-swiper-button {
  background: #577f05;
}

.elementor-swiper-button-prev,
.elementor-swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  font-size: 30px !important;
  left: auto !important;
  top: auto !important;
  bottom: -90px;
}

.elementor-swiper-button-prev:hover i,
.elementor-swiper-button-next:hover i {
  opacity: 1;
  color: #9ccb3d;
}

.elementor-swiper-button-prev {
  right: 76px;
  padding: 15px 14px;
}

.elementor-swiper-button-next {
  padding: 15px 18px;
}

.elementor-widget-testimonial-carousel .swiper-container,
.elementor-widget-testimonial-carousel .swiper-slide {
  padding: 0;
  margin: 0;
}

.elementor-testimonial__name:before {
  content: '- ';
}

.elementor-testimonial__title {
  padding-left: 0.75rem;
}

/* Header */
header.elementor-sticky__spacer {
  display: none;
}

header {
  padding: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100% !important;
}

header li {
  background: none;
}

header img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 220px;
}

header button.elementor-search-form__submit {
  box-shadow: none;
  border-left: 2px solid #fff;
}

header input.elementor-search-form__input {
  color: #fff !important;
  padding-left: 20px !important;
  width: 158px;
}

header input.elementor-search-form__input::placeholder {
  color: #fff !important;
  opacity: 1;
  text-align: center;
}

header input.elementor-search-form__input:-webkit-autofill, header input.elementor-search-form__input:-webkit-autofill:hover, header input.elementor-search-form__input:-webkit-autofill:focus, header input.elementor-search-form__input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #3578bd inset !important;
  -webkit-text-fill-color: #fff;
}

header input.elementor-search-form__input:hover::placeholder {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header input.elementor-search-form__input:focus-within::placeholder, header input.elementor-search-form__input:focus::placeholder, header input.elementor-search-form__input:active::placeholder {
  opacity: 0;
}

header .elementor-search-form__container button {
  background: url("images/icon-search.png") right center no-repeat;
}

header .elementor-search-form__container button:hover {
  background-color: #0b4a8a !important;
}

header .elementor-search-form__container button i {
  display: none;
}

header.she-header {
  background: none;
  padding: 0 30px 30px 30px;
}

header.she-header img {
  /*width: 150px;
			padding: 7px 10px;*/
}

@media (max-width: 768px) {
  header.she-header {
    position: relative;
  }
}

header select {
  background: #b8e65c url("images/icon-translate.png") right center no-repeat;
  border: 0;
  box-shadow: -4px 0px 0px 0px #fff;
  border-radius: 0 !important;
  color: #201e1f;
  cursor: pointer;
  font-size: 14px;
  height: 100%;
  line-height: 1;
  min-height: 40px;
  outline: 0;
  padding-left: 20px;
  padding-right: 40px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}

header select:focus, header select:active {
  outline: none;
}

header .e--pointer-double-line .elementor-item:after,
header .e--pointer-underline .elementor-item:after {
  top: 0;
}

header .e--pointer-double-line li.current-menu-ancestor .elementor-item:after,
header .e--pointer-underline li.current-menu-ancestor .elementor-item:after {
  height: 6px !important;
  width: 100% !important;
  left: 0 !important;
  opacity: 1 !important;
}

header .e--pointer-double-line li.current-menu-ancestor .elementor-item,
header .e--pointer-underline li.current-menu-ancestor .elementor-item {
  color: #9ccb3d !important;
}

.elementor-element ul.elementor-nav-menu ul.sub-menu li.menu-item {
  margin-right: 0 !important;
}

.elementor-element ul.elementor-nav-menu ul.sub-menu li.menu-item.current-menu-item a,
.elementor-element ul.elementor-nav-menu ul.sub-menu li.menu-item:hover a {
  background-image: url(images/arrow-left.png);
  background-repeat: no-repeat;
}

@media (max-width: 1025px) {
  .elementor-element ul.elementor-nav-menu ul.sub-menu li.menu-item.current-menu-item a,
  .elementor-element ul.elementor-nav-menu ul.sub-menu li.menu-item:hover a {
    background-image: none;
  }
}

.elementor-element ul.elementor-nav-menu ul.sub-menu li.menu-item a {
  padding-right: 45px;
  background-position: right center;
}

@media (max-width: 1025px) {
  .elementor-element ul.elementor-nav-menu ul.sub-menu li.menu-item a {
    padding-right: 10px;
  }
}

.elementor-heading-title.elementor-widget-shortcode .elementor-shortcode,
.elementor-widget-heading .elementor-widget-container h1.elementor-heading-title {
  font-size: 3.25rem;
  font-weight: 700;
  margin: 0 !important;
  line-height: 1.3;
}

@media (max-width: 1025px) {
  .elementor-heading-title.elementor-widget-shortcode .elementor-shortcode,
  .elementor-widget-heading .elementor-widget-container h1.elementor-heading-title {
    font-size: 2.5rem;
  }
}

/* Footer */
.footer-links h5 {
  background: url(images/arrow-right-white.png) no-repeat right center;
  padding: 20px 30px 20px 0;
  margin: -20px 0 20px 0 !important;
  border-bottom: 1px solid #9ccb3d;
}

footer li {
  background: none;
}

.elementor-location-footer ul li {
  background: none;
}

/* Sidebar */
.sidebar-menu ul li {
  display: none;
}

.sidebar-menu ul li.current-menu-item,
.sidebar-menu ul li.current-menu-ancestor {
  display: block;
}

.sidebar-menu ul li.current-menu-item a,
.sidebar-menu ul li.current-menu-ancestor a {
  display: none;
}

.sidebar-menu ul li.current-menu-item ul.sub-menu,
.sidebar-menu ul li.current-menu-ancestor ul.sub-menu {
  display: block;
  width: 100%;
  position: relative;
  border-top: 12px solid #369997;
  padding-bottom: 218px;
  border-radius: 0 0 30px 30px;
  background: url(images/bubbles-sidebar-inner.png) no-repeat right bottom;
}

.sidebar-menu ul li.current-menu-item ul.sub-menu a,
.sidebar-menu ul li.current-menu-ancestor ul.sub-menu a {
  display: block;
  padding: 20px 24px !important;
}

.sidebar-menu ul li.current-menu-item ul.sub-menu li,
.sidebar-menu ul li.current-menu-ancestor ul.sub-menu li {
  display: block;
  background: none;
}

.sidebar-menu ul li.current-menu-item ul.sub-menu li ul,
.sidebar-menu ul li.current-menu-ancestor ul.sub-menu li ul {
  padding: 0;
  border-radius: 0;
  position: absolute;
  display: none;
  border-top: none;
}

.sidebar-menu ul li.current-menu-item ul.sub-menu li:last-child,
.sidebar-menu ul li.current-menu-ancestor ul.sub-menu li:last-child {
  border-bottom: 2px solid #2c7d7b;
}

/*Blog*/
time.updated {
  display: none;
}

img.attachment-post-thumbnail {
  border-top: 12px solid #9ccb3d;
  border-radius: 0 0 30px 30px;
  float: right;
  margin: 12px 0 30px 30px;
}

@media (max-width: 600px) {
  img.attachment-post-thumbnail {
    width: 100%;
  }
}

.single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
  clear: none;
}

.single-post h1.entry-title {
  display: inline;
}

@media (max-width: 768px) {
  .single-post h1.entry-title {
    display: block;
  }
}

.single-post .entry-footer hr {
  margin-bottom: 0;
}

.single-post nav.post-navigation {
  margin-bottom: 50px;
}

a.go-backstage {
  float: right;
  display: inline;
  clear: none;
  margin: 0 0 0 2.5rem;
}

@media (max-width: 768px) {
  a.go-backstage {
    float: left;
    margin: 0 0 1.25rem 0;
  }
}

.dialog-widget .elementor-swiper-button-prev,
.dialog-widget .elementor-swiper-button-next {
  border-radius: 0px;
  background: none;
  bottom: -50%;
}

.dialog-widget .elementor-swiper-button-prev {
  left: 0;
  right: auto;
}

.dialog-widget .elementor-swiper-button-next {
  right: 0;
  left: auto;
}
