@charset "UTF-8";
/*
Theme Name: The Landscaper
Theme URI: http://demos.qreativethemes.com/thelandscaper
Author: QreativeThemes
Author URI: http://themeforest.net/user/QreativeThemes/portfolio
Description: The Landscaper - A WordPress theme for Landscaping and Gardening companies, by QreativeThemes.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-landscaper-wp
Tags: custom-background, custom-colors, custom-menu, featured-images, sticky-post, theme-options, rtl-language-support, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
01 -------- Theme Variables
02 -------- Normalize
03 -------- Typography
04 -------- Alignments
05 -------- Shortcodes
06 -------- Buttons
07 -------- Forms
08 -------- Topbar
09 -------- Header
10 -------- Navigation
11 -------- Jumbotron
12 -------- Page header
13 -------- Breadcrumbs
14 -------- WordPress widgets
15 -------- Custom widgets
16 -------- Paginations
17 -------- Single gallery (portfolio) page
18 -------- Blog Posts
19 -------- Comments & respond form
20 -------- Gallery + captions
21 -------- Footer
22 -------- Search & 404 page
23 -------- Gutenberg
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 01 - Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 02 - Normalize
--------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  color: #a5a5a5;
  text-rendering: optimizeLegibility;
}
body.boxed > .layout-boxed {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  body.boxed > .layout-boxed {
    width: 830px;
  }
}
@media (min-width: 992px) {
  body.boxed > .layout-boxed {
    width: 1050px;
  }
}
@media (min-width: 1200px) {
  body.boxed > .layout-boxed {
    width: 1250px;
  }
}
body .layout-boxed {
  position: relative;
  overflow-x: hidden;
}

/*--------------------------------------------------------------
3.1 Normalize
--------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

hr {
  position: relative;
  border-top: 1px solid #e6e6e6;
  height: 1px;
  width: 100%;
}

ol {
  list-style: decimal;
}

ul {
  list-style-type: disc;
}

ul, ol {
  padding-left: 20px;
}

li > ul,
li > ol {
  margin-bottom: 0;
  padding-left: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 10px 40px;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

th {
  font-weight: bold;
}

table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead th {
  color: #ffffff;
  border-color: transparent;
  background-color: #a2c046;
}
table th,
table td {
  padding: 13px 30px;
  border: 1px solid #e2e2e2;
}
table tr td {
  font-weight: normal;
}
table tr td:first-of-type a {
  font-weight: 500;
}

:focus {
  outline: none;
  outline-style: none;
}

caption,
th,
td {
  text-align: left;
}

blockquote,
q {
  position: relative;
  quotes: "" "";
}

b, strong {
  font-weight: bold;
}

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

blockquote {
  padding: 0 40px;
  margin: 30px 0;
  font-size: inherit;
  font-style: italic;
  border-left: none;
}
blockquote > p {
  font-size: 16px;
  line-height: 1.8;
}
blockquote::after {
  position: absolute;
  font-family: 'Playfair Display', serif;
  content: '"';
  top: -25px;
  left: 20px;
  font-size: 10em;
  line-height: 1;
  color: rgba(153, 153, 153, 0.19);
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  border: 1px solid #dadada;
  word-break: break-all;
  word-wrap: break-word;
  border-radius: 2px;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 14px;
  background: inherit;
  color: #343434;
}

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

mark,
ins {
  font-weight: 900;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

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

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

/*--------------------------------------------------------------
# 03 - Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.2 Typography
--------------------------------------------------------------*/
p {
  margin-bottom: 11px;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  margin-top: 0;
  color: #464646;
  line-height: 1.3;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 20px;
}

body.font-awesome-5 .fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
body.font-awesome-5 .far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
body.font-awesome-5 .fas {
  font-family: 'Font Awesome 5 Free';
}

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

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

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

.alignnone {
  margin: 2px 30px 20px 0;
}

.single-image {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# 05 - Shortcodes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.4 Shortcodes
--------------------------------------------------------------*/
/* Dropcap Shortcode */
.dropcap {
  float: left;
  padding: 0 5px;
  margin: 0 13px 5px 0;
  min-width: 60px;
  min-height: 60px;
  font-size: 30px;
  font-weight: bold;
  color: #a2c046;
  text-align: center;
  /* Dropcap Style 1 */
  /* Dropcap Style 2 */
  /* Dropcap Style 3 */
}
.dropcap.style1 {
  min-height: 60px;
  border: 4px solid #e6e6e6;
}
.dropcap.style2 {
  min-height: 60px;
  line-height: 55px;
  border: 2px solid #e6e6e6;
}
.dropcap.style3 {
  margin-right: 10px;
  line-height: 60px;
  font-size: 38px;
}

/* Dropcap with Title Shortcode */
.dropcap-wrap {
  display: table;
  margin-bottom: 15px;
}
.dropcap-wrap .dropcap-pull {
  display: table-cell;
  vertical-align: top;
}
.dropcap-wrap .dropcap-pull .dropcap {
  float: none;
  margin-right: 15px;
  margin-bottom: 0;
  padding: 0 12px;
  font-size: 32px;
}
.dropcap-wrap .dropcap-pull .dropcap.style2 {
  line-height: inherit;
}
.dropcap-wrap .dropcap-pull .dropcap.style3 {
  margin-bottom: 0;
  font-size: 38px;
  line-height: inherit;
}
.dropcap-wrap .dropcap-title {
  display: table-cell;
  vertical-align: middle;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-weight: bold;
  color: #464646;
  line-height: 20px;
}

/* Seperator Shortcode */
.seperator {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #e6e6e6;
}
.seperator::after {
  position: absolute;
  content: "";
  left: calc(50% - 50px);
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: #a2c046;
}

/* Accordion Shortcode */
.panel-group .panel + .panel .panel-heading .panel-title {
  margin-top: 10px;
}
.panel-group .panel .panel-heading {
  padding: 0;
}
.panel-group .panel .panel-heading .panel-title {
  font-size: 18px;
  margin-bottom: 0;
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group, .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  padding: 15px 30px;
  border-style: solid;
  border-color: #f2f2f2;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 1px 1px;
}
.panel-group .accordion-toggle {
  position: relative;
  display: block;
  padding: 16px 30px;
  color: #a5a5a5;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border-radius: 1px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  transition: all 200ms ease-out;
}
.panel-group .accordion-toggle[aria-expanded="true"] {
  color: #ffffff;
  border-color: transparent;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 1px 1px 0 0;
  background-color: #a2c046;
}
.panel-group .accordion-toggle[aria-expanded="true"]:hover {
  color: #ffffff;
  background-color: #a2c046;
}
.panel-group .accordion-toggle[aria-expanded="true"]::before {
  content: "\f056";
  color: #ffffff;
}
.panel-group .accordion-toggle:hover {
  color: #a2c046;
  background-color: #f9f9f9;
}
.panel-group .accordion-toggle::before {
  position: absolute;
  right: 30px;
  top: 15px;
  content: "\f055";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  color: #a2c046;
  transition: all 0.2s ease-out;
}

/* Table */
.qt-table {
  width: 100%;
}
@media (max-width: 550px) {
  .qt-table-wrap {
    overflow-x: auto;
  }
}
.qt-table thead td {
  padding: 15px 30px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  background-clip: padding-box;
}
.qt-table thead td:empty {
  background-color: transparent;
}
.qt-table tbody td {
  padding: 15px 30px;
  border: none;
  background-clip: padding-box;
}
.qt-table tbody td:first-of-type {
  font-weight: bold;
  text-transform: uppercase;
}
.qt-table tr:hover {
  background: none;
}
.qt-table tr:nth-child(2n+0), .qt-table tr:nth-child(2n+0):hover {
  background-color: #f9f9f9;
}

/* Table Default */
.qt-table.default tbody td {
  box-shadow: none;
  border-bottom: 1px solid #f2f2f2;
}
.qt-table.default tbody tr td:last-of-type {
  border-right: none;
}
.qt-table.default tbody tr:last-of-type td {
  border-bottom: none;
}

/* Table Boxed */
.qt-table.boxed thead td {
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.qt-table.boxed tbody td {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.qt-table.boxed tbody td:first-of-type {
  box-shadow: none;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ffffff;
}

/* Embed Shortcode */
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# 06 - Buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.5 Buttons
--------------------------------------------------------------*/
a {
  color: #a2c046;
}
a:hover, a:focus, a:active {
  color: #9ab83f;
  text-decoration: none;
  outline: none;
  transition: all 100ms ease-out;
}
a span.read.more, a.more {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
a span.read.more::before, a.more::before {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  right: -13px;
  top: 2px;
  font-size: 13px;
  transition: all 100ms ease-out;
}
a span.read.more:hover::before, a.more:hover::before {
  right: -11px;
}
a:not(.btn)[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
a img {
  border: none;
}

.esg-grid a:focus {
  color: #ffffff;
}

.btn {
  padding: 18px 22px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-width: 2px;
  border-radius: 1px;
  transition: all 100ms ease-out;
}
.btn:focus, .btn:active:focus {
  outline: none;
}
.btn.rounded {
  border-radius: 30px;
}
.btn.fullwidth {
  width: 100%;
}
.btn .fa {
  position: relative;
  top: -2px;
  padding-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}

.btn-primary {
  color: #ffffff;
  border-color: transparent;
  background-color: #a2c046;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:hover {
  border-color: transparent;
  background-color: #9ab83f;
}

.btn-outline {
  text-shadow: none;
  border: 2px solid rgba(50, 50, 50, 0.2);
  color: rgba(50, 50, 50, 0.6);
  background-color: transparent;
}
.btn-outline:active, .btn-outline:focus, .btn-outline:active:focus, .btn-outline:hover {
  color: #ffffff;
  border-color: rgba(250, 250, 250, 0.44);
}
.btn-outline.outline-dark {
  color: rgba(50, 50, 50, 0.6);
  border-color: rgba(50, 50, 50, 0.2);
}
.btn-outline.outline-dark:hover {
  border-color: rgba(50, 50, 50, 0.4);
}
.btn-outline.outline-light {
  color: rgba(250, 250, 250, 0.6);
  border-color: rgba(250, 250, 250, 0.2);
}
.btn-outline.outline-light:hover {
  border-color: rgba(250, 250, 250, 0.4);
}

.cta-banner .btn-outline,
.jumbotron .btn-outline {
  color: #ffffff;
  border-color: rgba(250, 250, 250, 0.33);
}
.cta-banner .btn-outline:hover,
.jumbotron .btn-outline:hover {
  color: #ffffff;
  border-color: rgba(250, 250, 250, 0.5);
}

.the-landscaper-home .esg-navigationbutton {
  font-size: 14px;
}

.post-password-form > p label input {
  height: 50px;
  padding: 0px 20px;
  font-size: 13px;
  font-weight: normal;
  width: 100%;
  outline: none;
  border: 1px solid #dedede;
  border-radius: 1px;
  vertical-align: middle;
}
.post-password-form > p > input {
  position: relative;
  top: 1px;
  height: 50px;
  padding: 0 20px;
  font-size: 13px;
  border-radius: 0 1px 1px 0;
  border: 1px solid #a2c046;
  background: #a2c046;
  transition: all 100ms ease-out;
}

/*--------------------------------------------------------------
# 07 - Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.6 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  margin: 0;
  outline: 0;
  vertical-align: baseline;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

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

:-moz-placeholder {
  color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  border: none;
  border-radius: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #f5f5f5;
  transition: all 100ms ease-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #9ab83f;
}

form.search-form {
  position: relative;
}

textarea {
  width: 100%;
  overflow: auto;
  vertical-align: top;
  border: 1px solid #e6e6e6;
}

/* Contact Form */
.wpcf7 {
  /* Default input field text label */
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-select, .wpcf7-date {
  display: block;
  padding: 15px 20px;
  margin: 7px 0 20px 0;
  font-size: 14px;
  font-weight: normal;
  color: #a5a5a5;
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  border-radius: 1px;
  transition: all 100ms ease-out;
}
.wpcf7-text, .wpcf7-select, .wpcf7-date {
  width: 100%;
}
.wpcf7-text:focus, .wpcf7-select:focus, .wpcf7-date:focus {
  outline: none;
  border-color: #a2c046;
}
.wpcf7-textarea {
  max-width: 100%;
}
.wpcf7-select {
  height: 54px;
  padding: 0 20px;
  outline: 0;
  border-radius: 0;
  background-image: url(assets/images/select-bg.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-acceptance {
  display: block;
  position: relative;
  width: auto;
}
.wpcf7-acceptance input {
  position: absolute;
  top: 1px;
  left: 0;
}
.wpcf7-acceptance span {
  margin-left: 10px;
}
.wpcf7-acceptance span .wpcf7-list-item-label {
  color: #ababab;
}
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  display: block;
  color: #ffffff;
  background-color: #a2c046;
  border-bottom: 1px dashed #9ab83f;
  transition: all 100ms ease-out;
}
.wpcf7-checkbox .wpcf7-list-item:hover {
  background-color: #9ab83f;
}
.wpcf7-checkbox .wpcf7-list-item.last {
  border-bottom: none;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: block;
  padding: 16.5px 30px;
  margin-bottom: 0;
  cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item label span {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.wpcf7-checkbox .wpcf7-list-item input {
  margin: 0 10px 0 0;
}
.wpcf7-radio input[type="radio"] {
  margin-right: 5px;
}
.wpcf7-radio .wpcf7-list-item-label {
  color: #464646;
}
.wpcf7-radio .wpcf7-list-item-label + input[type="radio"] {
  margin-right: 0;
  margin-left: 5px;
}
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.wpcf7-submit {
  float: left;
  padding: 18px 24px;
  outline: none;
  font-size: 13px;
  font-weight: bold;
  line-height: inherit;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.wpcf7 span {
  font-weight: bold;
  color: #a2c046;
}
.wpcf7 span.wpcf7-list-item label {
  margin-bottom: 0;
}
.wpcf7 span.wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-response-output {
  margin: 0;
  clear: both;
}
.wpcf7-validation-errors {
  border-color: red;
}
.wpcf7-form.invalid .wpcf7-submit {
  margin-bottom: 10px;
}
.wpcf7-validation-errors {
  border-color: red;
}
.wpcf7-form.invalid .wpcf7-submit {
  margin-bottom: 10px;
}
.wpcf7-not-valid-tip {
  margin-bottom: 20px;
  text-align: left;
}
.wpcf7 .info-text {
  position: relative;
  margin: 0 0 0 25px;
  top: -5px;
  color: #ababab;
}

/* Request a quote form (request quote page) */
.request-quote-form {
  margin-bottom: 8px;
}
.request-quote-form .wpcf7-text, .request-quote-form .wpcf7-textarea, .request-quote-form .wpcf7-select {
  background-color: #f9f9f9;
  border-color: #f2f2f2;
}
.request-quote-form .wpcf7-text, .request-quote-form .wpcf7-select {
  height: 45px;
  padding: 10px 20px;
}
.request-quote-form .wpcf7-textarea {
  height: 175px;
}
.request-quote-form .wpcf7-submit {
  float: right;
  padding: 16px 22px;
}
.request-quote-form .wpcf7 img.ajax-loader {
  position: absolute;
  left: 15px;
}

/* Ask a question form (homepage) */
.ask-a-question-form .wpcf7-text, .ask-a-question-form .wpcf7-textarea, .ask-a-question-form .wpcf7-select, .ask-a-question-form .wpcf7-date {
  border-color: transparent;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.ask-a-question-form .wpcf7-textarea {
  height: 125px;
  background-color: #ffffff;
}
.ask-a-question-form .wpcf7-submit {
  float: none;
}
.ask-a-question-form .wpcf7 img.ajax-loader {
  position: absolute;
  top: 0;
  right: 15px;
}

/*--------------------------------------------------------------
# 08 - Topbar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 Topbar
--------------------------------------------------------------*/
.topbar {
  position: relative;
  font-size: 13px;
  color: #7d7d7d;
  background-color: #3a3a3a;
}
@media (min-width: 992px) {
  .topbar {
    padding: 11px 0;
    text-align: left;
    background: none;
  }
}
.topbar .tagline {
  position: relative;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .topbar .tagline {
    float: left;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .topbar .widgets {
    float: right;
  }
  .topbar .widgets-left {
    float: left;
  }
}
.topbar .widgets-left .widget:first-of-type {
  border-top: none;
}
.topbar .widget {
  position: relative;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: auto;
}
@media (min-width: 992px) {
  .topbar .widget {
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    border-top: none;
  }
  .topbar .widget::before {
    position: absolute;
    right: 0;
    top: 3px;
    content: "";
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.12);
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
  }
  .topbar .widget:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }
  .topbar .widget:last-of-type::before {
    display: none;
  }
}
.topbar .widget .widgettitle {
  color: #ffffff;
}
.topbar .widget-icon-box [class^="fa"] {
  position: relative;
  top: -1px;
  font-size: 16px;
  vertical-align: text-bottom;
  margin-right: 5px;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  top: -1px;
  font-size: 16px;
  vertical-align: text-bottom;
}
.topbar .widget-icon-box:hover [class^="fa"] {
  color: #ffffff;
}
.topbar .widget_text,
.topbar .widget-icon-box .text {
  display: inline-block;
}
.topbar .tagline,
.topbar .widget-icon-box .title,
.topbar .widget-icon-box .subtitle {
  display: inline-block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #7d7d7d;
}
.topbar .widget-social-icons a {
  width: auto;
  height: auto;
  margin: 0;
  line-height: 0;
  font-size: 16px;
  background: none;
}
.topbar .widget-social-icons a:hover i {
  color: #ffffff;
}
.topbar .widget-social-icons i {
  font-size: 16px;
  padding: 0 3px;
  vertical-align: middle;
  margin-right: 1px;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.topbar .menu {
  margin-bottom: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .topbar .menu {
    margin: -20px 0;
  }
}
.topbar .menu > li {
  list-style: none;
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  .topbar .menu > li {
    display: inline-block;
  }
}
.topbar .menu > li > a {
  position: relative;
  display: block;
  margin: 0 10px 0 0;
  color: #757575;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
}
@media (min-width: 992px) {
  .topbar .menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.topbar .menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 5px;
  margin-bottom: 0;
}
.topbar .menu > li.menu-item-has-children > a::after {
  content: "\f0d7";
  position: relative;
  left: 5px;
  top: -1px;
  padding-right: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  line-height: 0;
}
.topbar .menu > li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.topbar .menu > li:last-of-type > a {
  margin-right: 0;
}
.topbar .menu .sub-menu {
  position: absolute;
  left: -15px;
  top: 100%;
  padding: 0;
  margin: 0;
  min-width: 130px;
  display: block;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  z-index: 999;
}
.topbar .menu .sub-menu > li {
  position: relative;
  list-style: none;
}
.topbar .menu .sub-menu > li > a {
  display: block;
  padding: 6px 15px;
  margin: 0;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #a1c13b;
}
.topbar .menu .sub-menu > li > a:hover {
  color: #ffffff;
}
.topbar .menu .sub-menu > li .sub-menu {
  margin-top: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid #999999;
}

body.font-awesome-4 .topbar .widget-icon-box i {
  top: 0;
  font-size: 20px;
  vertical-align: bottom;
}

/*--------------------------------------------------------------
# 09 - Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .header {
    position: relative;
    background-color: #3a3a3a;
  }
}

@media (min-width: 992px) {
  body.no-topbar .header-default .navigation {
    position: absolute;
    top: 30px;
    width: 940px;
  }
}
@media (min-width: 1200px) {
  body.no-topbar .header-default .navigation {
    width: 1140px;
  }
}
@media (min-width: 992px) {
  body.no-topbar.fixed-navigation .header-default .navigation.is-sticky {
    position: fixed;
  }
}
body.no-topbar.fixed-navigation .header-default .sticky-offset {
  height: 0px !important;
}
@media (min-width: 992px) {
  body.is-sticky-nav .navigation {
    position: fixed;
    top: 0;
  }
}
@media (min-width: 992px) {
  body.is-sticky-nav .header-default .navigation.is-sticky {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  body.is-sticky-nav .header-default .navigation.is-sticky {
    width: 1140px;
  }
}
@media (min-width: 992px) {
  body.is-sticky-nav.admin-bar .navigation {
    top: 32px;
  }
}

.sticky-offset {
  display: none;
}

@media (min-width: 992px) {
  body.fixed-navigation .navigation.is-sticky + .sticky-offset {
    display: block;
  }
}
body.fixed-navigation.admin-bar:not(.header-transparent) .navigation.is-sticky {
  top: 32px;
}
body.fixed-navigation.admin-bar.header-transparent.is-sticky-nav .navigation-wrapper {
  top: 32px;
}

/*--------------------------------------------------------------
Header Wide
--------------------------------------------------------------*/
.header-wide {
  /* Bootstrap fix */
}
@media (max-width: 992px) {
  .header-wide .navbar-header {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .header-wide .navbar-header .navbar-brand {
    padding-left: 0;
  }
}
.header-wide .container > .navbar-collapse {
  margin: 0;
}
.header-wide .navigation {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .header-wide .main-navigation {
    position: relative;
    float: right;
    padding-right: 0;
  }
  .header-wide .main-navigation::after {
    position: absolute;
    content: "";
    top: 0;
    right: -100%;
    width: 100%;
    min-height: 100%;
    background-color: #a2c046;
  }
}

@media (min-width: 992px) {
  body.boxed.is-sticky-nav .header-wide .navigation.is-sticky {
    width: 1050px;
  }
}
@media (min-width: 1200px) {
  body.boxed.is-sticky-nav .header-wide .navigation.is-sticky {
    width: 1250px;
  }
}
@media (min-width: 992px) {
  body.boxed.is-sticky-nav .header-wide .main-navigation::after {
    right: -55px;
  }
}

/*--------------------------------------------------------------
Header Sidebar Layout
--------------------------------------------------------------*/
@media (min-width: 992px) {
  body.header-sidebar {
    margin-left: 290px;
  }
  body.header-sidebar .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  body.header-sidebar .jumbotron .carousel-text {
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  body.header-sidebar .jumbotron .carousel-text.center {
    left: 0;
    width: 100%;
  }
  body.header-sidebar .jumbotron .carousel-control.left {
    left: 30px;
  }
  body.header-sidebar .jumbotron .carousel-control.right {
    right: 30px;
  }
  body.header-sidebar.is-sticky-nav .navigation {
    position: relative;
    top: auto;
  }
  body.header-sidebar .page-header {
    padding: 65px 0;
  }
  body.header-sidebar .page-header.header-large {
    padding: 100px 0;
  }
  body.header-sidebar.no-topbar .page-header.header-large {
    padding: 100px 0;
  }
  body.header-sidebar .header-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 290px;
    z-index: 50;
  }
  body.header-sidebar .header-sidebar .container {
    padding: 0;
  }
  body.header-sidebar .topbar,
  body.header-sidebar .widgets {
    float: none;
  }
  body.header-sidebar .topbar {
    width: 100%;
    padding: 25px 40px 30px 40px !important;
    border-bottom: none !important;
    z-index: 1000;
  }
  body.header-sidebar .topbar .tagline,
  body.header-sidebar .topbar .widget {
    display: block;
    padding: 5px 0;
    clear: both;
  }
  body.header-sidebar .topbar .widget {
    margin: 0;
  }
  body.header-sidebar .topbar .widget::before {
    display: none;
  }
  body.header-sidebar .header-sidebar .navbar-header {
    position: relative;
    float: none;
    padding: 30px 40px;
  }
  body.header-sidebar .header-sidebar .navbar-brand {
    padding: 0;
  }
  body.header-sidebar .header-sidebar .navbar-brand .site-title {
    padding: 15px 0;
    font-size: 24px;
    color: #999;
  }
  body.header-sidebar .header-sidebar .navigation {
    height: 100%;
    margin-bottom: 0;
    min-height: auto;
    background: none;
    box-shadow: none;
  }
  body.header-sidebar .header-sidebar .main-navigation {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    background: none;
  }
  body.header-sidebar .header-sidebar .main-navigation::before {
    display: none;
  }
  body.header-sidebar .header-sidebar .main-navigation > li {
    display: block;
  }
  body.header-sidebar .header-sidebar .main-navigation > li > a {
    display: block;
    padding: 12px 40px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.header-sidebar .header-sidebar .main-navigation > li > a::before {
    display: none;
  }
  body.header-sidebar .header-sidebar .main-navigation > li.menu-item-has-children::after {
    right: 30px;
    content: "\f0da";
    color: rgba(255, 255, 255, 0.2);
  }
  body.header-sidebar .header-sidebar .main-navigation > li.menu-item-has-children:hover::after {
    color: rgba(255, 255, 255, 0.5);
  }
  body.header-sidebar .header-sidebar .main-navigation > li:hover > a::after, body.header-sidebar .header-sidebar .main-navigation > li:focus > a::after, body.header-sidebar .header-sidebar .main-navigation > li.current-menu-item > a::after, body.header-sidebar .header-sidebar .main-navigation > li.current-menu-item > a:hover::after, body.header-sidebar .header-sidebar .main-navigation > li.current-menu-parent > a::after, body.header-sidebar .header-sidebar .main-navigation > li.cuurent-menu-parent > a:hover::after {
    width: 4px;
    top: -1px;
    height: calc(100% + 2px);
  }
  body.header-sidebar .header-sidebar .main-navigation > li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  body.header-sidebar .header-sidebar .main-navigation .sub-menu {
    top: 0;
    left: 100%;
  }
  body.header-sidebar .header-sidebar .main-navigation .sub-menu li:first-of-type > a {
    box-shadow: none;
  }
  body.header-sidebar .header-sidebar .main-navigation .sub-menu li:hover > a {
    background-color: #98b63c;
    border-color: #98b63c;
  }
  body.header-sidebar .header-sidebar .main-navigation .sub-menu li a {
    padding: 12px 21px 12px 18px;
    color: #fff;
    background-color: #a2c046;
    border-color: rgba(255, 255, 255, 0.12);
  }
}

/*--------------------------------------------------------------
Header Sidebar Max Mega Menu
--------------------------------------------------------------*/
.header-sidebar #mega-menu-wrap-primary #mega-menu-primary > li {
  display: block;
}
.header-sidebar #mega-menu-wrap-primary #mega-menu-primary > li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-sidebar #mega-menu-wrap-primary #mega-menu-primary > li:first-of-type > a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-sidebar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children i {
  position: absolute;
  right: 30px;
  bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}
.header-sidebar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children i::before {
  content: "\f0da";
}
.header-sidebar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children:hover i::before {
  color: rgba(255, 255, 255, 0.5);
}
.header-sidebar #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a::after, .header-sidebar #mega-menu-wrap-primary #mega-menu-primary > li.mega-current_page_ancestor > a::after, .header-sidebar #mega-menu-wrap-primary #mega-menu-primary > li:hover > a::after {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  margin: 0 !important;
  width: 4px;
  height: calc(100% + 2px);
}
@media (max-width: 992px) {
  .header-sidebar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header-sidebar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
    top: 0;
    left: 100%;
    z-index: 9999;
  }
}
.header-sidebar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.header-sidebar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li:hover > a {
  border-color: #98b63c;
}

/*--------------------------------------------------------------
Header Transparent
--------------------------------------------------------------*/
@media (min-width: 992px) {
  body.header-transparent.is-sticky-nav .navigation {
    position: relative;
    top: auto;
  }
  body.header-transparent.is-sticky-nav .navigation-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 150ms ease-in-out;
  }
  body.header-transparent .jumbotron.carousel .carousel-text {
    -ms-transform: translate(0%, -30%);
    -webkit-transform: translate(0%, -30%);
    -moz-transform: translate(0%, -30%);
    -o-transform: translate(0%, -30%);
    transform: translate(0%, -30%);
  }
  body.header-transparent .page-header {
    padding: 160px 0 60px 0;
  }
  body.header-transparent .page-header.header-large {
    padding: 200px 0 100px 0;
  }
  body.header-transparent.no-topbar .page-header.header-large {
    padding: 200px 0 100px 0;
  }
  body.header-transparent .topbar {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  body.header-transparent .topbar .widget {
    margin-right: 15px;
    padding-right: 15px;
  }
  body.header-transparent .topbar .widget:last-of-type {
    margin: 0;
    padding: 0;
  }
  body.header-transparent .topbar .widget::before {
    display: none;
  }

  .header.header-transparent {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-bottom: 50px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  }

  .header-transparent .navigation {
    margin: 0;
    box-shadow: none;
    background: none;
  }
  .header-transparent .navigation .navbar-brand {
    padding: 0;
  }
  .header-transparent .main-navigation {
    position: relative;
    float: right;
    padding: 0;
    background: none;
  }
  .header-transparent .main-navigation::before {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .header-transparent .main-navigation > li > a {
    padding: 34px 15px 25px 15px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .header-transparent .main-navigation > li > a {
    padding: 32px 20px 25px 20px;
  }
}
@media (min-width: 992px) {
  .header-transparent .main-navigation > li > a::before {
    display: none;
  }
  .header-transparent .main-navigation > li.menu-item-has-children::after {
    bottom: 6px;
  }
  .header-transparent .main-navigation > li:hover > a::after, .header-transparent .main-navigation > li:focus > a::after, .header-transparent .main-navigation > li.current-menu-item > a::after, .header-transparent .main-navigation > li.current-menu-item > a:hover::after, .header-transparent .main-navigation > li.current-menu-parent > a::after, .header-transparent .main-navigation > li.current-menu-parent > a:hover::after {
    display: none;
  }
  .header-transparent .main-navigation > li:last-of-type > a {
    padding-right: 0;
  }
  .header-transparent .main-navigation .sub-menu {
    border-top: 3px solid #a2c046;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .header-transparent .main-navigation .sub-menu > li > .sub-menu {
    top: -3px;
  }
}

@media (min-width: 768px) {
  body.boxed.header-transparent .header {
    width: 830px;
  }
}
@media (min-width: 992px) {
  body.boxed.header-transparent .header {
    width: 1050px;
  }
}
@media (min-width: 1200px) {
  body.boxed.header-transparent .header {
    width: 1250px;
  }
}
body.boxed.header-transparent.is-sticky-nav .navigation-wrapper {
  left: auto;
  right: auto;
}
@media (min-width: 768px) {
  body.boxed.header-transparent.is-sticky-nav .navigation-wrapper {
    width: 830px;
  }
}
@media (min-width: 992px) {
  body.boxed.header-transparent.is-sticky-nav .navigation-wrapper {
    width: 1050px;
  }
}
@media (min-width: 1200px) {
  body.boxed.header-transparent.is-sticky-nav .navigation-wrapper {
    width: 1250px;
  }
}

.header-transparent #mega-menu-wrap-primary #mega-menu-primary > li i {
  display: none;
}
@media (min-width: 992px) {
  .header-transparent #mega-menu-wrap-primary #mega-menu-primary > li i {
    display: block;
    position: absolute;
    right: calc(50% - 4px);
    bottom: 15px;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    color: #ffffff;
    z-index: 0;
  }
}
.header-transparent #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-items {
  display: block;
}
.header-transparent .main-navigation {
  background: none;
}

/*--------------------------------------------------------------
Header Overlay
--------------------------------------------------------------*/
@media (min-width: 992px) {
  body.header-overlay .navbar-brand {
    padding: 11px 0;
  }
}
@media (max-width: 992px) {
  body.header-overlay .navbar-collapse.in .main-navigation {
    margin-bottom: 20px;
  }
}
body.header-overlay .navigation {
  background: transparent;
}
@media (min-width: 992px) {
  body.header-overlay.is-sticky-nav .header .navigation.is-sticky {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  body.header-overlay.is-sticky-nav .header .navigation.is-sticky {
    width: 1140px;
  }
}
@media (max-width: 992px) {
  body.header-overlay .topbar .tagline,
  body.header-overlay .topbar .widget {
    padding: 2px 0;
  }
}
body.header-overlay .topbar .widget {
  border: none;
}
body.header-overlay .header .container > .navbar-header {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
body.header-overlay .header .header-overlay-middle {
  position: relative;
}
@media (min-width: 992px) {
  body.header-overlay .header .header-overlay-middle .widgets {
    float: right;
    display: table;
    padding: 34px 0;
  }
}
@media (max-width: 991px) {
  body.header-overlay .header .header-overlay-middle .widgets .widget {
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 992px) {
  body.header-overlay .header .header-overlay-middle .widgets .widget {
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
  }
}
body.header-overlay .header .header-overlay-middle .widgets .widget:first-of-type {
  padding-left: 0;
}
body.header-overlay .header .header-overlay-middle .widgets .widget-icon-box i {
  float: left;
  margin-right: 10px;
  font-size: 20px;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
}
@media (max-width: 991px) {
  body.header-overlay .header .header-overlay-middle .widgets .widget-icon-box i {
    min-width: 22px;
    text-align: center;
  }
}
body.header-overlay .header .header-overlay-middle .widgets .widget-icon-box .title {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body.header-overlay .header .header-overlay-middle .widgets .widget-icon-box .title {
    margin-bottom: 3px;
  }
}
body.header-overlay .header .header-overlay-middle .widgets .widget-icon-box .subtitle {
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 992px) {
  body.header-overlay .header .header-overlay-middle .widgets .widget-icon-box .subtitle {
    display: block;
  }
}
body.header-overlay .header .header-overlay-middle .widgets .widget-icon-box .icon-box {
  position: relative;
}
@media (min-width: 992px) {
  body.header-overlay .header .header-overlay-middle .widgets .widget-icon-box .icon-box.icon-big {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  body.header-overlay .header .header-overlay-middle .widgets .widget-icon-box .icon-box.icon-big i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 35px;
    font-size: 34px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  body.header-overlay .header .header-overlay-middle .widgets .widget-icon-box .icon-box.icon-big .title {
    display: inherit;
  }
}
@media (min-width: 992px) {
  body.header-overlay .header .header-overlay-middle .widgets .widget-icon-box .icon-box.icon-big .subtitle {
    display: inherit;
  }
}
body.header-overlay .header .header-overlay-middle .widgets .widget-icon-box a.icon-box {
  color: inherit;
  display: block;
}
body.header-overlay .header .header-overlay-middle .widgets .social-icons a {
  padding: 0 2px;
  width: auto;
  height: auto;
  color: #a5a5a5;
  line-height: 0;
  background: transparent;
}
body.header-overlay .header .main-navigation {
  margin: 0;
}
@media (min-width: 992px) {
  body.header-overlay .header .main-navigation {
    position: relative;
    padding: 0 30px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  body.header-overlay .header .main-navigation::before {
    display: none;
  }
}
@media (min-width: 992px) {
  body.header-overlay .header .main-navigation > li > a {
    padding: 34px 25px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  body.header-overlay .header .main-navigation > li > a {
    padding: 32px 30px 33px 30px;
  }
}
@media (min-width: 992px) {
  body.header-overlay .header .main-navigation .sub-menu {
    text-align: left;
  }
}

/*--------------------------------------------------------------
Header Full width
--------------------------------------------------------------*/
@media (min-width: 992px) {
  body.header-fullwidth .fluid-desktop {
    width: auto;
  }
}
@media (min-width: 992px) {
  body.header-fullwidth .main-navigation .sub-menu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  body.header-fullwidth .main-navigation .sub-menu > li > .sub-menu {
    left: auto;
    right: 100%;
  }
}
@media (min-width: 992px) {
  body.header-fullwidth .main-navigation li:last-of-type .sub-menu {
    text-align: right;
  }
}
body.header-fullwidth .main-navigation li:last-of-type .sub-menu > li.menu-item-has-children > a::after {
  content: "\f0d9";
  right: auto;
  left: 15px;
}
@media (min-width: 992px) {
  body.header-fullwidth .page-header {
    padding: 70px 0 80px 0;
  }
}

/*--------------------------------------------------------------
# 10 - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.0 Main Navigation
--------------------------------------------------------------*/
.navbar-brand {
  display: block;
  padding: 0;
  line-height: inherit;
  height: auto;
}
@media (max-width: 480px) {
  .navbar-brand {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .navbar-brand {
    width: auto;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    position: absolute;
    z-index: 5;
  }
  .navbar-header .site-title {
    padding: 26px 0;
    margin: 0;
    font-size: 26px;
  }
}
.navbar-collapse {
  padding: 0;
  margin: 0;
  border-top: none;
}
.navbar-toggle {
  float: right;
  padding: 12px 20px;
  margin: 10px 0 10px 0;
  border: none;
  border-radius: 1px;
  background-color: #a2c046;
}
@media (min-width: 480px) {
  .navbar-toggle {
    margin: 23px 0 22px;
  }
}
.navbar-toggle .icon-bar {
  width: 18px;
  height: 3px;
  background: #ffffff;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar-toggle .navbar-toggle-text {
  display: inline-block;
  padding: 0 10px 0 0;
  font-weight: 700;
  color: #ffffff;
}
.navbar-toggle .navbar-toggle-icon {
  display: inline-block;
  height: 18px;
  vertical-align: middle;
}
.navbar-nav {
  float: none !important;
  /* Need to be important to overwrite */
  margin: 7.5px -15px;
}
.navbar-nav > li {
  float: none;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-text {
  float: none;
  margin: 15px 0;
}

@media (min-width: 992px) {
  .navigation {
    position: relative;
    width: 100%;
    min-height: 90px;
    margin-bottom: -45px;
    z-index: 210;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .navigation .navbar-brand {
    padding: 0 0 0 30px;
  }
  .navigation .header-wide .navbar-brand {
    padding: 0;
  }
}

.main-navigation {
  position: relative;
  padding: 0;
  margin: 0 0 30px 0;
  background-color: #a2c046;
}
@media (min-width: 992px) {
  .main-navigation {
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0 20px 0 40px;
  }
  .main-navigation::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 0 0 90px 40px;
  }
}
@media (min-width: 1200px) {
  .main-navigation {
    padding: 0 30px 0 60px;
  }
}
.main-navigation > li {
  position: relative;
  list-style: none;
}
@media (min-width: 992px) {
  .main-navigation > li {
    display: inline-block;
  }
  .main-navigation > li.menu-item-has-children:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .main-navigation > li.menu-item-has-children::after {
    position: absolute;
    right: calc(50% - 4px);
    bottom: 15px;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    color: #ffffff;
    z-index: 2;
  }
  .main-navigation > li:hover > a::after, .main-navigation > li:focus > a::after, .main-navigation > li.current-menu-item > a::after, .main-navigation > li.current-menu-item > a:hover::after, .main-navigation > li.current-menu-parent > a::after, .main-navigation > li.cuurent-menu-parent > a:hover::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: #c7d990;
  }
  .main-navigation > li:first-of-type > a::before,
  .main-navigation > li > .sub-menu > li > a::before {
    display: none;
  }
}
.main-navigation > li:focus {
  outline: none;
}
.main-navigation > li > a {
  display: block;
  padding: 13px 25px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
@media (min-width: 992px) {
  .main-navigation > li > a {
    position: relative;
    display: inline-block;
    padding: 34px 15px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    border-bottom: none;
    z-index: 2;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  }
  .main-navigation > li > a::before {
    position: absolute;
    content: "";
    left: -4px;
    top: calc(50% - 1px);
    width: 4px;
    height: 4px;
    background-color: #C8DD89;
    border-radius: 50%;
  }
}
@media (min-width: 1200px) {
  .main-navigation > li > a {
    padding: 32px 20px 33px 20px;
    font-size: 17px;
  }
}
.main-navigation > .menu-item-has-children > a {
  position: relative;
}
.main-navigation .sub-menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .main-navigation .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    min-width: 200px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
}
.main-navigation .sub-menu > li {
  position: relative;
  list-style: none;
}
@media (min-width: 992px) {
  .main-navigation .sub-menu > li {
    display: block;
  }
  .main-navigation .sub-menu > li:first-of-type > a {
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.3);
  }
  .main-navigation .sub-menu > li:hover > a {
    color: #ffffff;
    background-color: #3a3a3a;
    border-bottom-color: #3a3a3a;
    transition: none;
  }
  .main-navigation .sub-menu > li.menu-item-has-children > a::after {
    position: absolute;
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 15px;
  }
  .main-navigation .sub-menu > li.menu-item-has-children > ul.sub-menu > li a {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .main-navigation .sub-menu > li > .sub-menu {
    margin-top: 0;
    left: 100%;
    top: 0;
  }
}
@media (min-width: 992px) {
  .main-navigation .sub-menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}
.main-navigation .sub-menu > li > a {
  display: block;
  padding: 10px 20px 10px 40px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-transform: none;
  white-space: nowrap;
  border-top: 1px solid rgba(250, 250, 250, 0.2);
  background-color: #9ab83f;
}
@media (min-width: 992px) {
  .main-navigation .sub-menu > li > a {
    padding: 13px 21px 13px 18px;
    font-weight: bold;
    color: #999999;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #434343;
  }
}
@media (max-width: 991px) {
  .main-navigation .sub-menu > li .sub-menu li > a {
    padding-left: 55px;
  }
}

.main-navigation .nav-toggle-mobile-submenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  line-height: 55px;
  z-index: 100;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .main-navigation .nav-toggle-mobile-submenu {
    display: none;
  }
}
.main-navigation .nav-toggle-mobile-submenu i {
  transition: transform 150ms ease-out;
  -webkit-transform: transform 150ms ease-out;
}
@media (max-width: 992px) {
  .main-navigation .sub-menu {
    display: none;
  }
}
.main-navigation .sub-menu .nav-toggle-mobile-submenu {
  height: 42px;
  line-height: 40px;
}
.main-navigation .nav-toggle-dropdown > .nav-toggle-mobile-submenu i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media (max-width: 992px) {
  .main-navigation .nav-toggle-dropdown > .sub-menu {
    display: block;
  }
}
.main-navigation > .nav-toggle-dropdown > a {
  border-color: transparent;
}
.main-navigation > .nav-toggle-dropdown > .sub-menu > li:first-of-type > a {
  border-top-color: transparent;
}

@media (min-width: 992px) {
  .header-default .main-navigation > li > a,
  .header-wide .main-navigation > li > a {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .header-default .main-navigation > li > a,
  .header-wide .main-navigation > li > a {
    line-height: 25px;
  }
}
.header-default #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a::before,
.header-wide #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a::before {
  position: absolute;
  content: "";
  left: -4px;
  top: calc(50% - 1px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.header-default #mega-menu-wrap-primary #mega-menu-primary > li:first-of-type.mega-menu-item > a::before,
.header-wide #mega-menu-wrap-primary #mega-menu-primary > li:first-of-type.mega-menu-item > a::before {
  display: none;
}
.header-default #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link::after,
.header-wide #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link::after {
  margin: 0;
}
.header-default #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children i,
.header-wide #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children i {
  display: none;
}
@media (min-width: 992px) {
  .header-default #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children i,
  .header-wide #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children i {
    position: absolute;
    display: block;
    right: calc(50% - 4px);
    bottom: 18px;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    color: #ffffff;
    z-index: 0;
  }
}
.header-default #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children::after,
.header-wide #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children::after {
  position: absolute;
  right: calc(50% - 4px);
  bottom: 15px;
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  color: #ffffff;
  z-index: 0;
}
.header-default #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children ul.mega-sub-menu > li > a,
.header-wide #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children ul.mega-sub-menu > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.header-default #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children ul.mega-sub-menu > li:hover > a,
.header-wide #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children ul.mega-sub-menu > li:hover > a {
  border-color: #3a3a3a;
}
@media (min-width: 992px) {
  .header-default #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a::after, .header-default #mega-menu-wrap-primary #mega-menu-primary > li.mega-current_page_ancestor > a::after, .header-default #mega-menu-wrap-primary #mega-menu-primary > li:hover > a::after,
  .header-wide #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a::after,
  .header-wide #mega-menu-wrap-primary #mega-menu-primary > li.mega-current_page_ancestor > a::after,
  .header-wide #mega-menu-wrap-primary #mega-menu-primary > li:hover > a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 6px;
  }
}

/*--------------------------------------------------------------
# 11 - Jumbotron
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.0 Jumbotron (Fullwidth Slider)
--------------------------------------------------------------*/
.jumbotron {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 50px;
}
.jumbotron .item {
  background-color: #333333;
}
.jumbotron.carousel .carousel-text {
  padding: 25px 0 30px 0;
}
@media (min-width: 768px) {
  .jumbotron.carousel .carousel-text {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .jumbotron.carousel .carousel-text {
    position: absolute;
    top: 50%;
    width: 600px;
    padding: 0;
    text-align: left;
    -ms-transform: translate(0%, -45%);
    -webkit-transform: translate(0%, -45%);
    -moz-transform: translate(0%, -45%);
    -o-transform: translate(0%, -45%);
    transform: translate(0%, -45%);
  }
  .jumbotron.carousel .carousel-text.center {
    width: 940px;
    text-align: center;
  }
  .jumbotron.carousel .carousel-text.right {
    width: 940px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .jumbotron.carousel .carousel-text.center {
    width: 1140px;
  }
}
@media (min-width: 1200px) {
  .jumbotron.carousel .carousel-text.right {
    width: 1140px;
  }
}
.jumbotron.carousel .carousel-text h1 {
  margin-bottom: 30px;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .jumbotron.carousel .carousel-text h1 {
    font-size: 40px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1200px) {
  .jumbotron.carousel .carousel-text h1 {
    font-size: 46px;
  }
}
.jumbotron.carousel .carousel-text p {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .jumbotron.carousel .carousel-text p {
    font-size: 16px;
  }
}
.jumbotron.carousel .carousel-text p:last-of-type {
  margin-bottom: 0;
}
.jumbotron.carousel .carousel-text .btn {
  margin: 0 6px 0 0;
}
.jumbotron.carousel .carousel-text .btn:last-of-type {
  margin: 0;
}
.jumbotron.carousel .carousel-topheading {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5.5px;
  color: #d6ed8d;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.jumbotron .carousel-inner > .item > img,
.jumbotron .carousel-inner > .item > a > img {
  width: 100%;
  height: auto;
}
.jumbotron .carousel-control {
  opacity: 1;
  text-shadow: none;
  width: 55px;
  height: 55px;
  line-height: 55px;
  top: 30px;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 480px) {
  .jumbotron .carousel-control {
    top: 65px;
  }
}
@media (min-width: 768px) {
  .jumbotron .carousel-control {
    top: 130px;
  }
}
@media (min-width: 992px) {
  .jumbotron .carousel-control {
    top: calc(50% - 30px);
  }
}
.jumbotron .carousel-control.left {
  left: 15px;
}
.jumbotron .carousel-control.right {
  right: 15px;
}
.jumbotron .carousel-control:hover {
  color: #ffffff;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
.jumbotron .carousel-indicators {
  display: none;
}
@media (min-width: 992px) {
  .jumbotron .carousel-indicators {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    bottom: 1px;
    left: 0;
    z-index: 0;
    text-align: center;
    border-radius: 1px 1px 0 0;
  }
  .jumbotron .carousel-indicators li,
  .jumbotron .carousel-indicators li.active {
    display: table-cell;
    width: auto;
    height: 6px;
    margin: 0 2px;
  }
  .jumbotron .carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 0;
    transition: all 0.4s ease-out;
  }
  .jumbotron .carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .jumbotron .carousel-indicators li.active {
    background-color: #a2c046;
  }
}
.jumbotron.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.jumbotron.carousel-fade .carousel-inner .item,
.jumbotron.carousel-fade .carousel-inner .active.left,
.jumbotron.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.jumbotron.carousel-fade .carousel-inner .active,
.jumbotron.carousel-fade .carousel-inner .next.left,
.jumbotron.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.jumbotron.carousel-fade .carousel-inner .next,
.jumbotron.carousel-fade .carousel-inner .prev,
.jumbotron.carousel-fade .carousel-inner .active.left,
.jumbotron.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.jumbotron.carousel-fade .carousel-inner .carousel-control {
  z-index: 2;
}

@media (min-width: 992px) {
  body.header-wide .jumbotron.carousel .carousel-text {
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media (min-width: 992px) {
  body.no-topbar.header-wide .jumbotron.carousel .carousel-text {
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media (min-width: 992px) {
  body.no-topbar .jumbotron.carousel .carousel-text {
    -ms-transform: translate(0%, -24%);
    -webkit-transform: translate(0%, -24%);
    -moz-transform: translate(0%, -24%);
    -o-transform: translate(0%, -24%);
    transform: translate(0%, -24%);
  }
}

/*--------------------------------------------------------------
# 12 - Page header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  margin: 0 0 40px 0;
  padding: 40px 0;
  border: none;
  background-color: #f2f2f2;
}
@media (min-width: 992px) {
  .page-header {
    padding: 90px 0 60px 0;
  }
  .page-header.header-large {
    padding: 130px 0 100px 0;
  }
}
.page-header + .breadcrumbs {
  margin-top: -40px;
}
.page-header .main-title {
  position: relative;
  margin: 0;
  font-size: 36px;
  color: #333333;
}
@media (min-width: 992px) {
  .page-header .main-title {
    font-size: 48px;
  }
}
.page-header .sub-title {
  position: relative;
  margin: 5px 0 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #999999;
}

.content-spacer {
  height: 30px;
}
@media (min-width: 992px) {
  .content-spacer {
    height: 50px;
  }
}

@media (min-width: 992px) {
  body.no-topbar .page-header {
    padding: 170px 0 60px 0;
  }
}
body.no-topbar .page-header.header-large {
  padding: 110px 0 105px 0;
}
@media (min-width: 992px) {
  body.no-topbar .page-header.header-large {
    padding: 205px 0 100px 0;
  }
}

@media (min-width: 992px) {
  body.header-wide .page-header {
    padding: 70px 0 80px 0;
  }
}
@media (min-width: 992px) {
  body.header-wide .page-header.header-large {
    padding: 110px 0 120px 0;
  }
}

@media (min-width: 992px) {
  body.no-page-header .header {
    margin-bottom: 45px;
  }
}

/*--------------------------------------------------------------
# 13 - Breadcrumbs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.0 Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  margin: 0 0 50px 0;
  z-index: 1;
  font-size: 12px;
  border-bottom: 1px solid #f0f0f0;
}
@media (min-width: 480px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
.breadcrumbs span {
  display: inline-block;
}
.breadcrumbs a {
  position: relative;
  display: inline-block;
  padding: 15px 20px 15px 0;
  color: #cccccc;
}
@media (min-width: 480px) {
  .breadcrumbs a {
    padding: 15px 40px 15px 0;
  }
  .breadcrumbs a::after {
    position: absolute;
    content: "";
    top: 24px;
    right: 18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    width: 4px;
    height: 4px;
    background-color: #cecece;
    border-radius: 50%;
  }
}
.breadcrumbs a:hover {
  color: #999999;
}
.breadcrumbs span > span {
  font-weight: bold;
  color: #a2c046;
}
@media (min-width: 480px) {
  .breadcrumbs span:last-of-type::after {
    display: none;
  }
}

/*--------------------------------------------------------------
# 14 - WordPress widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.0 WordPress Widgets
--------------------------------------------------------------*/
.sidebar {
  margin-bottom: 60px;
}
.sidebar .widget {
  position: relative;
  margin-bottom: 35px;
}
.sidebar .widget.woocommerce ul {
  padding-left: 0;
}
.sidebar .widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar .widget ul li ul {
  margin-left: 0;
}
.sidebar .widget select {
  width: 100%;
  max-width: 100%;
}

.widget_recent_entries::before,
.widget_recent_comments::before,
.widget_archive::before,
.widget_categories::before,
.widget_meta::before,
.widget_rss::before,
.widget_pages::before,
.widget_calendar::before {
  display: none;
}
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_rss ul,
.widget_pages ul,
.widget_calendar ul {
  padding-left: 0;
}
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_rss ul li,
.widget_pages ul li,
.widget_calendar ul li {
  position: relative;
  padding-left: 30px;
  list-style: none;
}
.widget_recent_entries ul li::before,
.widget_recent_comments ul li::before,
.widget_archive ul li::before,
.widget_categories ul li::before,
.widget_meta ul li::before,
.widget_rss ul li::before,
.widget_pages ul li::before,
.widget_calendar ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  color: #e6e6e6;
}
.widget_recent_entries ul li > ul,
.widget_recent_comments ul li > ul,
.widget_archive ul li > ul,
.widget_categories ul li > ul,
.widget_meta ul li > ul,
.widget_rss ul li > ul,
.widget_pages ul li > ul,
.widget_calendar ul li > ul {
  margin-left: 0;
}

.topbar .widget_recent_entries ul li::before,
.topbar .widget_recent_comments ul li::before,
.topbar .widget_archive ul li::before,
.topbar .widget_categories ul li::before,
.topbar .widget_meta ul li::before,
.topbar .widget_rss ul li::before,
.topbar .widget_pages ul li::before,
.topbar .widget_calendar ul li::before,
.footer .widget_recent_entries ul li::before,
.footer .widget_recent_comments ul li::before,
.footer .widget_archive ul li::before,
.footer .widget_categories ul li::before,
.footer .widget_meta ul li::before,
.footer .widget_rss ul li::before,
.footer .widget_pages ul li::before,
.footer .widget_calendar ul li::before {
  color: rgba(255, 255, 255, 0.1);
}

/* RSS Widget */
.widget_rss .widget-title a {
  color: #464646;
}

/* Calendar Widget */
.widget_calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar caption {
  padding: 6px 0;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #a2c046;
}
.widget_calendar thead tr th {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #dedede;
}
.widget_calendar tbody tr td {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #dedede;
}
.widget_calendar tfoot tr td {
  padding: 5px;
  border-top: 1px solid #dedede;
}
.widget_calendar tfoot #next a {
  float: right;
}

/* Tagcloud Widget */
.widget_tag_cloud a {
  display: inline-block;
  padding: 10px 12px;
  margin-bottom: 4px;
  color: #a5a5a5;
  text-decoration: none;
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.widget_tag_cloud a:hover {
  color: #999999;
  border-color: rgba(0, 0, 0, 0.2);
}

/* Category & Archive select field */
.widget_archive select,
.widget_categories select,
.widget_text select {
  height: 50px;
  max-width: 100%;
  padding: 0 20px;
  border: 1px solid #eeeeee;
  border-radius: 1px;
  background: #f9f9f9 url(assets/images/select-bg.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.widget_archive select:focus,
.widget_categories select:focus,
.widget_text select:focus {
  border-color: #cecece;
  outline: none;
}

/* Navigation widget */
.widget_nav_menu ul > li {
  display: block;
}
.widget_nav_menu ul > li > a {
  display: inline-block;
  margin: 3px 0;
}
.widget_nav_menu ul > li:first-of-type a {
  margin-top: 0;
}

/* Search Box Widget */
.search-form label,
.sidebar .widget_search label {
  float: left;
  width: 65%;
}

.search-field {
  height: 50px;
  padding: 0px 20px;
  font-size: 13px;
  font-weight: normal;
  width: 100%;
  outline: none;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-radius: 1px 0 0 1px;
}

.search-submit {
  height: 50px;
  border: none;
  width: 35%;
  cursor: pointer;
  border-radius: 0 1px 1px 0;
}
.search-submit:hover {
  background-color: #9ab83f;
}

/* Navigation Widget */
.sidebar .widget_nav_menu .menu,
.content .widget_nav_menu .menu {
  padding: 0;
}
.sidebar .widget_nav_menu .menu li:last-of-type > a,
.content .widget_nav_menu .menu li:last-of-type > a {
  border-bottom: none;
}
.sidebar .widget_nav_menu .menu li a,
.content .widget_nav_menu .menu li a {
  display: block;
  padding: 16px 30px;
  font-size: 15px;
  font-weight: bold;
  color: #a5a5a5;
  background-color: #f5f5f5;
}
.sidebar .widget_nav_menu .menu li a:hover,
.content .widget_nav_menu .menu li a:hover {
  color: #ffffff;
}
.sidebar .widget_nav_menu .menu li .fa,
.content .widget_nav_menu .menu li .fa {
  margin-right: 9px;
  font-size: 16px;
}
.sidebar .widget_nav_menu .menu li.current-menu-item,
.content .widget_nav_menu .menu li.current-menu-item {
  background-color: #a2c046;
}
.sidebar .widget_nav_menu .menu li.current-menu-item a,
.content .widget_nav_menu .menu li.current-menu-item a {
  position: relative;
  color: #ffffff;
}
.sidebar .widget_nav_menu .menu li.current-menu-item a::after,
.content .widget_nav_menu .menu li.current-menu-item a::after {
  position: absolute;
  right: 25px;
  top: calc(50% - 11px);
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
  color: #ffffff;
}
.sidebar .widget_nav_menu .menu li .sub-menu,
.content .widget_nav_menu .menu li .sub-menu {
  padding-left: 0;
}

body.single-post .sidebar .widget,
body.blog .sidebar .widget {
  margin-bottom: 50px;
}

.content .sidebar .widget-title,
.content .sidebar .widgettitle {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border: none;
  font-size: 20px;
  color: #464646;
}
.content .sidebar .widget-title span.light {
  color: #464646;
  font-weight: bold;
}

.topbar .widget_tag_cloud a {
  border-color: rgba(255, 255, 255, 0.1);
}
.topbar .widget_tag_cloud a:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.topbar .widget_rss .widgettitle a {
  color: #ffffff;
}
.topbar .widget_calendar thead tr th {
  border-color: #7d7d78;
}
.topbar .widget_calendar tbody tr td {
  border-color: #7d7d78;
}

.footer .widget_recent_entries ul li a,
.footer .widget_recent_comments ul li a,
.footer .widget_archive ul li a,
.footer .widget_categories ul li a,
.footer .widget_meta ul li a,
.footer .widget_rss ul li a,
.footer .widget_pages ul li a,
.footer .widget_calendar ul li a {
  color: #757575;
}
.footer .widget_recent_entries ul li a:hover,
.footer .widget_recent_comments ul li a:hover,
.footer .widget_archive ul li a:hover,
.footer .widget_categories ul li a:hover,
.footer .widget_meta ul li a:hover,
.footer .widget_rss ul li a:hover,
.footer .widget_pages ul li a:hover,
.footer .widget_calendar ul li a:hover {
  color: #ffffff;
}
.footer .widget_calendar thead tr th {
  border-color: #777777;
}
.footer .widget_calendar tbody tr td {
  border-color: #777777;
}
.footer .widget_calendar tfoot tr td {
  border: 1px solid #777777;
}
.footer .widget_rss .widget-title a {
  color: #ffffff;
}

/*--------------------------------------------------------------
# 15 - Custom widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.0 Custom Widgets
--------------------------------------------------------------*/
/* Widget Title */
.widget-title {
  position: relative;
  margin: 0 0 25px 0;
  font-size: 40px;
  color: #9fc612;
}

.content .custom-title,
.content .widget-title {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-style: dashed;
  border-color: #dcdcdc;
  border-width: 0 0 1px 0;
}
.content .custom-title span.light,
.content .widget-title span.light {
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.8px;
}
.content .content-box,
.content .border-box {
  position: relative;
  padding: 30px;
  border: 6px solid #f2f2f2;
  border-radius: 1px;
}
.content .content-box p:last-of-type,
.content .border-box p:last-of-type {
  margin-bottom: 0;
}
.content .border-box .widget-title {
  font-size: 32px;
}
.content .content-box .widget-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.content .no-border .widget-title {
  margin-bottom: 11px;
  padding: 0;
  border: none;
}
.content .white .widget-title span.light {
  color: #ffffff;
}
.content .testimonials .widget-title {
  margin-bottom: 0;
  padding-bottom: 15px;
  border-color: #d2d2d2;
}
@media (min-width: 992px) {
  .content .testimonials .widget-title {
    margin-bottom: 35px;
  }
}

/* Widget CTA Banner */
.siteorigin-panels-stretch .cta-banner {
  padding: 0;
}
.siteorigin-panels-stretch .cta-banner .cta-banner-text .cta-banner-title {
  font-size: 22px;
}

.cta-banner {
  display: table;
  width: 100%;
  padding: 0 30px;
}
.cta-banner.with-subtitle .cta-banner-text {
  padding: 30px 0 10px 0;
}
@media (min-width: 992px) {
  .cta-banner.with-subtitle .cta-banner-text {
    padding: 26px 0;
  }
}
.cta-banner.with-subtitle .cta-banner-text .cta-banner-subtitle {
  font-size: 15px;
  color: #999999;
}
.cta-banner.with-subtitle .cta-banner-buttons {
  padding: 0 0 30px 0;
}
@media (min-width: 992px) {
  .cta-banner.with-subtitle .cta-banner-buttons {
    padding: 26px 0;
  }
}
.cta-banner.cta-block .cta-banner-text,
.cta-banner.cta-block .cta-banner-buttons {
  float: none;
  text-align: center;
}
.cta-banner.cta-block .cta-banner-text {
  padding: 30px 0 22px 0;
}
.cta-banner.cta-block .cta-banner-text .cta-banner-title {
  font-size: 23px;
}
.cta-banner.cta-block .cta-banner-buttons {
  padding: 0 0 30px 0;
}
.cta-banner .cta-banner-text {
  padding: 30px 0 10px 0;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .cta-banner .cta-banner-text {
    float: left;
    padding: 37px 0;
    text-align: left;
  }
}
.cta-banner .cta-banner-text .cta-banner-title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.cta-banner .cta-banner-buttons {
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .cta-banner .cta-banner-buttons {
    float: right;
    padding: 25px 0;
    text-align: right;
  }
}
.cta-banner .cta-banner-buttons a {
  margin: 10px 6px 0 0;
}
@media (min-width: 992px) {
  .cta-banner .cta-banner-buttons a {
    margin: 0 6px 0 0;
  }
}
.cta-banner .cta-banner-buttons a:last-of-type {
  margin-right: 0;
}
.cta-banner .cta-banner-buttons a.outline:hover {
  color: #ffffff;
  border-color: rgba(250, 250, 250, 0.7);
}

/* Widget CTA Button & Brochure */
.cta-button,
.brochure-box {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-radius: 1px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #a2c046;
}
.cta-button i,
.brochure-box i {
  width: 60px;
  font-size: 22px;
  color: rgba(50, 50, 50, 0.2);
  text-align: center;
  border-right: 1px solid rgba(50, 50, 50, 0.1);
  vertical-align: middle;
  text-shadow: none;
  transition: all 100ms ease-out;
}
.cta-button span,
.brochure-box span {
  display: inline-block;
  padding: 15px 0 17px 0;
  margin-left: 15px;
}
.cta-button::before,
.brochure-box::before {
  position: absolute;
  top: 15px;
  right: 20px;
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  text-shadow: none;
  color: rgba(0, 0, 0, 0.15);
}
.cta-button:hover, .cta-button:focus,
.brochure-box:hover,
.brochure-box:focus {
  color: #ffffff;
}
.cta-button:hover [class^="fa"], .cta-button:focus [class^="fa"],
.brochure-box:hover [class^="fa"],
.brochure-box:focus [class^="fa"] {
  color: #ffffff;
}

.sidebar .widget-cta-button + .widget-cta-button {
  margin-top: -15px;
}
.sidebar .widget-brochure + .widget-brochure {
  margin-top: -15px;
}

body.blog .sidebar .widget-cta-button + .widget-cta-button,
body.single-post .sidebar .widget-cta-button + .widget-cta-button {
  margin-top: -40px;
}
body.blog .sidebar .widget-brochure + .widget-brochure,
body.single-post .sidebar .widget-brochure + .widget-brochure {
  margin-top: -40px;
}

/* Widget Featured Page */
.post-item {
  position: relative;
}
.post-item .post-item-image {
  position: relative;
  display: block;
}
.post-item .post-item-image img {
  width: 100%;
}
.post-item .post-item-image:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.post-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-out;
}
.post-item .vertical-center {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-item .vertical-center span {
  display: inline-block;
  padding: 10px 17px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  background-color: #a2c046;
  transition: all 100ms ease-out;
}
.post-item .vertical-center span:hover {
  background-color: #9ab83f;
}
.post-item .vertical-center span [class^="fa"] {
  font-size: 20px;
}
.post-item .title {
  margin: 25px 0 15px 0;
  font-size: 18px;
}
.post-item .title > a {
  color: #464646;
  transition: all 100ms ease-out;
}
.post-item .title:hover {
  color: #a2c046;
}
.post-item .label-wrap {
  position: absolute;
  bottom: 15px;
  left: 33px;
}
.post-item .label-wrap .label {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 0 12px;
  margin-right: 2px;
  margin-bottom: 10px;
  vertical-align: middle;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  background-color: #a2c046;
  transition: all 100ms ease-out;
}
.post-item .label-wrap .label:hover {
  background-color: #9ab643;
}
.post-item .label-wrap .label:hover::after {
  border-top-color: #9ab643;
}
.post-item .label-wrap .label::after {
  position: absolute;
  top: 100%;
  left: 20px;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #a2c046;
  border-width: 5px;
  transition: all 100ms ease-out;
}

/* Widget Icon Box */
.w-footer .icon-box,
.content .icon-box {
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1px;
  transition: all 100ms ease-out;
}
.w-footer .icon-box .title,
.content .icon-box .title {
  font-size: 18px;
}
.w-footer .icon-box [class^="fa"],
.content .icon-box [class^="fa"] {
  color: #a2c046;
  transition: all 100ms ease-out;
}
.w-footer .icon-box:hover,
.content .icon-box:hover {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.w-footer .icon-box:hover [class^="fa"],
.content .icon-box:hover [class^="fa"] {
  color: #9ab83f;
}
.w-footer .icon-box.icon-small,
.content .icon-box.icon-small {
  padding: 20px 30px 28px 30px;
}
.w-footer .icon-box.icon-small [class^="fa"],
.content .icon-box.icon-small [class^="fa"] {
  display: inline-block;
  position: relative;
  top: 6px;
  margin: 0 20px 15px 0;
  font-size: 32px;
}
.w-footer .icon-box.icon-small .title,
.content .icon-box.icon-small .title {
  display: inline-block;
  margin: 0px 0 20px 0;
}
.w-footer .icon-box.icon-small .subtitle,
.content .icon-box.icon-small .subtitle {
  display: block;
}
.w-footer .icon-box.icon-big,
.content .icon-box.icon-big {
  padding: 25px 30px 26px 95px;
}
.w-footer .icon-box.icon-big [class^="fa"],
.content .icon-box.icon-big [class^="fa"] {
  position: absolute;
  top: calc(50% - 20px);
  left: 25px;
  width: 40px;
  height: 40px;
  font-size: 42px;
  text-align: center;
}

/* Widget News Post List */
.widget_post_list {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.widget_post_list a {
  display: block;
  padding: 20px 30px;
  color: #a5a5a5;
  text-decoration: none;
  border-bottom: 1px solid #ececec;
}
.widget_post_list a .post-title {
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.widget_post_list a:hover {
  background-color: #f9f9f9;
}
.widget_post_list a:hover span {
  color: #a5a5a5;
}
.widget_post_list a:hover .post-title {
  color: #98b63c;
}
.widget_post_list a:last-of-type {
  border-bottom: none;
}
.widget_post_list .post-title {
  font-size: 16px;
}
.widget_post_list .more-news {
  position: relative;
  color: #a2c046;
  text-transform: uppercase;
  font-weight: bold;
}
.widget_post_list .more-news::before {
  position: absolute;
  content: "\f0da";
  top: 20px;
  right: 30px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* Widget Block Posts */
.post-item.news {
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 0 0 1px 1px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 100ms ease-out;
}
.post-item.news:hover {
  box-shadow: 0 2px 5px rgba(45, 45, 45, 0.09);
}
.post-item.news .post-item-image {
  overflow: hidden;
}
.post-item.news .post-item-image img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  transition: all 0.2s ease-out;
}
.post-item.news .post-item-image:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.post-item.news .title {
  margin: 0 0 15px 0;
}
.post-item.news .post-item-content {
  padding: 27px 33px 27px 33px;
}

/* Widget Block Posts - More News Link */
.block-posts .widget-title a {
  float: right;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.block-posts .widget-title a [class^="fa"] {
  padding-left: 10px;
}

/* Widget Testimonials */
.testimonials .carousel {
  position: inherit;
  clear: both;
}
.testimonials blockquote {
  margin: 0;
  padding: 0;
}
.testimonials .testimonial-quote {
  position: relative;
  margin: 30px 0;
  padding: 40px 40px 40px 90px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 2;
  background-color: #ffffff;
  border-radius: 1px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .testimonials .testimonial-quote {
    margin: 0 0 30px 0;
  }
}
.testimonials .testimonial-quote::before {
  position: absolute;
  content: '“';
  top: 30px;
  left: 20px;
  color: rgba(50, 50, 50, 0.2);
  font-size: 100px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  width: 50px;
  height: 50px;
  line-height: 97px;
  transition: all 100ms ease-out;
}
.testimonials .testimonial-quote:hover::before {
  color: rgba(50, 50, 50, 0.3);
}
.testimonials .testimonial-quote::after {
  position: absolute;
  content: " ";
  top: 100%;
  left: 25px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: rgba(72, 71, 71, 0);
  border-top-color: #ffffff;
  border-width: 15px;
}
.testimonials .testimonial-person .testimonial-author {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #464646;
}
.testimonials .testimonial-person .testimonial-location {
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  color: #a2c046;
}
.testimonials .testimonial-control {
  position: relative;
  float: right;
  margin: 1px 0 0 0;
  width: 63px;
  height: 50px;
  font-size: 22px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  background-color: #a2c046;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 1px;
  outline: none;
  transition: all 100ms ease-out;
}
.testimonials .testimonial-control [class^="fa"] {
  font-weight: bold;
}
.testimonials .testimonial-control:hover {
  color: #ffffff;
  background-color: #9ab83f;
  outline: none;
}
.testimonials .testimonial-control:hover::before {
  background-color: #9ab83f;
  border-color: rgba(255, 255, 255, 0.2);
}
.testimonials .testimonial-control::before {
  position: absolute;
  content: "";
  top: 0;
  width: 13px;
  height: 50px;
  z-index: 1;
  background-color: #a2c046;
  -ms-transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
  transition: all 100ms ease-out;
}
.testimonials .testimonial-control.left {
  border-radius: 2px 0 0 2px;
}
.testimonials .testimonial-control.left::before {
  right: 0;
  z-index: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.testimonials .testimonial-control.right {
  border-radius: 0 2px 2px 0;
}
.testimonials .testimonial-control.right::before {
  left: 0;
}
.testimonials.style-simple .testimonial-quote {
  padding: 0;
  margin-bottom: 20px;
  background: transparent;
  box-shadow: none;
}
.testimonials.style-simple .testimonial-quote::before, .testimonials.style-simple .testimonial-quote::after {
  display: none;
}
.testimonials.style-simple .testimonial-image {
  margin-bottom: 20px;
}
.testimonials.style-boxed.text-left .testimonial-image {
  float: left;
  margin-right: 20px;
}
.testimonials.style-boxed.text-left .testimonial-person {
  display: flex;
  align-items: center;
}
.testimonials.style-boxed.text-center .testimonial-person {
  display: inline-flex;
  align-items: center;
}
.testimonials.style-boxed.text-center .testimonial-image {
  margin-right: 20px;
}
.testimonials.style-boxed.text-center .testimonial-names {
  text-align: left;
}
.testimonials.style-boxed.text-right .testimonial-image {
  float: right;
  margin-left: 20px;
}
.testimonials.style-boxed.text-right .testimonial-person {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.testimonials.style-boxed.text-right .testimonial-image {
  order: 2;
}
.testimonials.font-normal .testimonial-quote {
  font-style: normal;
}
.testimonials.text-center .testimonial-quote::after {
  left: calc(50% - 15px);
}
.testimonials.text-right .testimonial-quote::after {
  left: auto;
  right: 30px;
}

/* Widget CounTo Box */
.panel-row-style[data-stretch-type="full"] .count-box {
  background-color: #ffffff;
  border: none;
}

.panel-row-style[data-stretch-type="full"] .count-box:hover {
  box-shadow: 0 2px 3px rgba(50, 50, 50, 0.13);
}

.counter.count-box {
  position: relative;
  padding: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  box-shadow: 0 2px 3px rgba(50, 50, 50, 0.1);
}
.counter.count-box .count-icon {
  position: relative;
  float: left;
}
.counter.count-box .count-icon [class^="fa"] {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #a2c046;
  border-radius: 50%;
  font-size: 26px;
  color: #ffffff;
  line-height: 52px;
  text-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.12s ease-out;
}
.counter.count-box .count-icon [class^="fa"]::after {
  bottom: -12px;
  left: calc(50% - 7px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #a2c046;
  border-width: 7px;
}
.counter:hover .count-icon [class^="fa"] {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #9ab83f;
}
.counter .count-text {
  margin-left: 70px;
}
.counter .count-number,
.counter .count-before,
.counter .count-after {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: bold;
  color: #464646;
  line-height: 25px;
}
.counter .count-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

/* Widget Social Media Icons */
.social-icons a {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0 3px 3px 0;
  font-size: 20px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  background-color: #a2c046;
  border-radius: 1px;
}
.social-icons a:hover, .social-icons a:focus {
  color: #fff;
}

/* Client / Partner Logos  */
.client-logos {
  text-align: center;
}
@media (min-width: 992px) {
  .client-logos {
    display: table;
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .client-logos .logo {
    display: table-cell;
    padding: 0 15px;
  }
}
.client-logos img {
  margin: 0 auto 20px;
  opacity: 0.6;
  border: 4px solid #e6e6e6;
  border-radius: 0;
  transition: all 100ms ease-out;
}
@media (min-width: 992px) {
  .client-logos img {
    margin: 15px 0;
  }
}
.client-logos img:hover {
  opacity: 1;
  border-color: #a2c046;
}

.brand-image {
  position: relative;
  display: inline-block;
  border-radius: 0;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.brand-border {
  padding: 15px;
  border: 4px solid #e6e6e6;
}
.brand-border:hover {
  border-color: #a2c046;
}

.brand-hover {
  opacity: 0.6;
}
.brand-hover:hover {
  opacity: 1;
}

/* Google Map Widget */
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
  max-width: none;
}

.map-alert {
  padding: 20px;
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
}

.content .map-alert {
  margin: 0px 100px 50px;
}

.qt-map-iframe iframe {
  vertical-align: bottom;
}

/* Opening Hours Widget */
.opening-times ul {
  padding-left: 0;
  margin: 0;
}
.opening-times ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  list-style: none;
  text-align: left;
}
.opening-times ul li:first-of-type {
  padding-top: 0;
}
.opening-times ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.opening-times ul li.today {
  font-weight: bold;
  color: #a2c046;
}
.opening-times ul span.right {
  float: right;
}
.opening-times ul span.right.label {
  padding: 3px 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 1px;
  background-color: #a2c046;
}
.opening-times .extra {
  display: block;
  margin-top: 15px;
}

.content .sidebar .opening-times ul {
  padding-left: 0;
}

.footer .opening-times ul li {
  padding: 5px 0;
  border-color: rgba(255, 255, 255, 0.05);
}
.footer .opening-times ul li:first-of-type {
  padding-top: 0;
}
.footer .opening-times ul li span.label {
  background-color: rgba(0, 0, 0, 0.15);
}

/* Tean Member Widget */
.team-member {
  background: #ffffff;
}
.team-member-image {
  position: relative;
}
.team-member-image img {
  width: 100%;
  height: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.team-member-image:hover .team-member-social {
  opacity: 1;
  visibility: visible;
}
.team-member-image:hover .team-member-social .overlay-center {
  top: 50%;
}
.team-member-content {
  padding: 30px;
  border-style: solid;
  border-color: rgba(50, 50, 50, 0.1);
  border-width: 0 1px 1px 1px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.team-member-name {
  margin: 0;
  font-size: 20px;
}
.team-member-name a {
  color: #464646;
  text-decoration: none;
}
.team-member-name a:hover {
  color: #a2c046;
}
.team-member-tag {
  display: block;
  font-weight: bold;
  font-size: 15px;
  color: #a2c046;
}
.team-member-description {
  margin: 20px 0 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(50, 50, 50, 0.1);
}
.team-member-social {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 150ms ease-in-out;
}
.team-member-social .overlay-center {
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: top 200ms ease-out;
}
.team-member-social .overlay-center a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.3);
}
.team-member-social .overlay-center a:hover {
  background: #a2c046;
}
.team-member .text-link {
  display: inline-block;
  margin-top: 15px;
}

/* WPML language switcher */
#lang_sel_click {
  height: auto;
  font-family: inherit;
  z-index: 250;
}
#lang_sel_click li {
  float: none;
  width: auto;
}
#lang_sel_click a {
  padding: 0 20px;
  line-height: inherit;
}
#lang_sel_click a.lang_sel_sel {
  font-size: 13px;
  color: inherit;
  background: transparent;
}
#lang_sel_click a.lang_sel_sel:hover {
  color: inherit;
}
#lang_sel_click a:hover {
  background: transparent;
}
#lang_sel_click img.iclflag {
  top: -1px;
}
#lang_sel_click ul ul {
  text-align: left;
}
#lang_sel_click ul ul li a {
  padding: 7px 10px;
  border: none;
}

.menu-item-language img.iclflag {
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.topbar #lang_sel_click a.lang_sel_sel {
  padding: 0;
  border: none;
}

.footer #lang_sel_click a.lang_sel_sel {
  border-color: rgba(255, 255, 255, 0.2);
}

/*--------------------------------------------------------------
# 16 - Pagination
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.0 Pagination
--------------------------------------------------------------*/
.pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 60px 0;
  padding-top: 60px;
  text-align: center;
  border-style: dashed;
  border-width: 1px 0 0 0;
  border-color: #dedede;
}
.pagination a,
.pagination span {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 5px 0 0;
  line-height: 58px;
  text-align: center;
  text-decoration: none;
  border-radius: 1px;
  border: 2px solid transparent;
}
.pagination a.current,
.pagination span.current {
  color: #ffffff;
  background-color: #a2c046;
}
.pagination a {
  font-weight: bold;
  color: #999999;
  border-color: #f2f2f2;
}
.pagination a:hover {
  color: #ffffff;
  border-color: #a2c046;
  background-color: #a2c046;
}
.pagination a.next {
  position: absolute;
  right: 0;
  margin: 0;
}
.pagination a.prev {
  position: absolute;
  left: 0;
  margin: 0;
}

body.page .pagination {
  display: inline-block;
  width: 100%;
  padding-top: 0;
  margin-bottom: 0;
  text-align: left;
  border-top: none;
}
body.page .pagination .page-links-title {
  width: auto;
  padding: 0 15px 0 0;
}
body.page .pagination a,
body.page .pagination span {
  line-height: 55px;
}
body.page .pagination > span:not(.page-links-title) {
  color: #ffffff;
  border-color: transparent;
  background-color: #a2c046;
}

/* Gallery (Project) Pagination */
.project-navigation {
  padding: 30px 0;
  border-style: dashed;
  border-width: 1px 0 0 0;
  border-color: #e6e6e6;
  text-align: center;
}
.project-navigation a {
  position: relative;
  display: block;
  padding: 15px 20px;
  min-width: 150px;
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  border: 2px solid transparent;
  background-color: #a2c046;
  transition: all 100ms ease-out;
}
@media (min-width: 480px) {
  .project-navigation a {
    display: inline-block;
    margin: 0;
  }
}
.project-navigation a:hover, .project-navigation a:focus {
  color: #ffffff;
  background-color: #9ab83f;
}
.project-navigation a .fa {
  font-size: 16px;
}
.project-navigation a.summary {
  min-width: auto;
  margin: 0 10px;
  background-color: transparent;
  border: 2px solid #f2f2f2;
  color: #999999;
}
.project-navigation a.summary:focus, .project-navigation a.summary:hover {
  background-color: transparent;
  border-color: #e6e6e6;
  color: #777777;
}
.project-navigation a:first-of-type .fa {
  margin-right: 2px;
}
.project-navigation a:last-of-type .fa {
  margin-left: 2px;
}

/*--------------------------------------------------------------
# 17 - Single Gallery
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.0 Single Gallery
--------------------------------------------------------------*/
.gallery-gap-1 {
  margin: -0.5px;
}
.gallery-gap-1 .gallery-item {
  padding: 0.5px;
}

.gallery-gap-2 {
  margin: -1px;
}
.gallery-gap-2 .gallery-item {
  padding: 1px;
}

.gallery-gap-3 {
  margin: -1.5px;
}
.gallery-gap-3 .gallery-item {
  padding: 1.5px;
}

.gallery-gap-4 {
  margin: -2px;
}
.gallery-gap-4 .gallery-item {
  padding: 2px;
}

.gallery-gap-5 {
  margin: -2.5px;
}
.gallery-gap-5 .gallery-item {
  padding: 2.5px;
}

.gallery-gap-10 {
  margin: -5px;
}
.gallery-gap-10 .gallery-item {
  padding: 5px;
}

.gallery-gap-15 {
  margin: -7.5px;
}
.gallery-gap-15 .gallery-item {
  padding: 7.5px;
}

.gallery-gap-20 {
  margin: -10px -10px 20px -10px;
}
.gallery-gap-20 .gallery-item {
  padding: 10px;
}

.gallery-gap-25 {
  margin: -12.5px -12.5px 25px -12.5px;
}
.gallery-gap-25 .gallery-item {
  padding: 12.5px;
}

.gallery-gap-30 {
  margin: -15px -15px 30px -15px;
}
.gallery-gap-30 .gallery-item {
  padding: 15px;
}

.gallery-gap-35 {
  margin: -17.5px -17.5px 35px -17.5px;
}
.gallery-gap-35 .gallery-item {
  padding: 17.5px;
}

.gallery-field .image {
  display: block;
  position: relative;
  overflow: hidden;
}
.gallery-field .image img {
  width: 100%;
  height: auto;
}
.gallery-field .image .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.2s ease-out;
}
.gallery-field .image .overlay::before {
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 8px);
  content: "\f00e";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  color: #ffffff;
}
.gallery-field .image:hover .overlay {
  opacity: 1;
  visibility: visible;
}

body.single-portfolio.gallery-layout-split .gallery-field-wrapper,
body.single-portfolio.gallery-layout-split .gallery-extra {
  margin-bottom: 30px;
}
body.single-portfolio:not(.gallery-layout-split) .gallery-field-wrapper,
body.single-portfolio:not(.gallery-layout-split) .gallery-extra,
body.single-portfolio:not(.gallery-layout-split) .gallery-content {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.single-portfolio .gallery-field .gallery-item {
    float: none;
    width: 100%;
  }
}

/*--------------------------------------------------------------
# 18 - Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.0 Blog
--------------------------------------------------------------*/
.byline,
.updated:not(.published) {
  display: none;
}

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

.hentry {
  position: relative;
  margin-bottom: 60px;
}
.hentry .post-content > p {
  font-size: 15px;
  margin-bottom: 15px;
}
.hentry .post-content .read.more {
  font-size: 15px;
}
.hentry .post-content .read.more::before {
  top: 3px;
}
.hentry .post-content blockquote p {
  font-size: 20px;
}

body.search .post.type-post {
  margin-bottom: 0px;
  padding: 20px 0px;
  background-color: transparent;
}

.single-post .post.type-post {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.post-inner .post-meta-data {
  position: relative;
  padding: 17px 0;
  font-weight: bold;
  border-style: dashed;
  border-width: 0 0 1px 0;
  border-color: #dedede;
}
.post-inner .post-meta-data .date.updated {
  display: initial;
}
.post-inner .post-meta-data span.round-divider {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 3px 15px;
  background-color: #dedede;
  border-radius: 50%;
}
.post-inner .post-meta-data a {
  position: relative;
  color: #a5a5a5;
}
.post-inner .post-meta-data a:hover {
  color: #464646;
}
.post-inner .post-title {
  margin: 20px 0 15px 0;
}
.post-inner .post-title a {
  color: #464646;
  text-decoration: none;
}
.post-inner .post-title a:hover {
  color: #a2c046;
}
.post-inner .post-left-meta {
  float: left;
  padding-right: 20px;
  width: 100px;
}
.post-inner .post-left-meta .box {
  position: relative;
  padding: 15px 10px;
  margin-bottom: 20px;
  border: 2px solid #e6e6e6;
  border-radius: 1px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-radius: 1px;
}
.post-inner .post-left-meta .box::before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 35px;
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  transform: rotate(-45deg);
  z-index: 2;
}
.post-inner .post-left-meta .box::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #e6e6e6;
  border-width: 8px;
  margin-left: -8px;
}
.post-inner .post-left-meta .box.date span {
  display: block;
}
.post-inner .post-left-meta .box.date .day {
  font-size: 24px;
  line-height: 24px;
  color: #a2c046;
}
.post-inner .post-left-meta .box.date .month {
  padding: 2px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}
.post-inner .post-left-meta .box.date .year {
  letter-spacing: 1px;
}
.post-inner .post-left-meta .stickylabel {
  font-size: 13px;
}
.post-inner .post-left-meta .stickylabel .fa {
  font-size: 20px;
  margin-bottom: 3px;
}
.post-inner .post-content {
  margin-left: 100px;
}
.post-inner .post-content.no-big-date {
  margin-left: 0;
}

.single .post-title {
  font-size: 36px;
  margin: 30px 0;
}
.single .post-content {
  margin-bottom: 50px;
}
.single .post-content {
  margin-left: 0;
}

/* Blog Grid Layout */
.blog-grid {
  clear: both;
  margin-bottom: 30px;
}
.blog-grid .post-inner {
  float: left;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .blog-grid .hentry {
    margin-bottom: 0;
  }
  .blog-grid[data-columns="2"] .post-inner {
    width: 50%;
  }
  .blog-grid[data-columns="3"] .post-inner {
    width: 33.333%;
  }
  .blog-grid[data-columns="4"] .post-inner {
    width: 25%;
  }
}
.blog-grid .post-item .title {
  font-size: 22px;
}
.blog-grid .post-item .post-meta-data {
  padding: 15px 33px;
}
.blog-grid .post-item .post-meta-data span.round-divider {
  margin: 3px 10px;
}
.blog-grid .post-item .sticky .post-meta-data {
  padding: 15px 30px;
}
.blog-grid .post-item p:last-of-type {
  margin-bottom: 0;
}
.blog-grid .post-item.news {
  border: 1px solid #f2f2f2;
}

/* Share Buttons Blog Single */
body.single-post .social-sharing-buttons {
  margin: 0 0 50px 0;
}

.social-sharing-buttons {
  display: inline-block;
  margin: 30px 0 50px 0;
}
.social-sharing-buttons span {
  position: relative;
  float: left;
  margin-right: 12px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  border: 2px solid #f2f2f2;
}
.social-sharing-buttons span::after, .social-sharing-buttons span::before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.social-sharing-buttons span::after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #ffffff;
  border-width: 5px;
  margin-top: -5px;
}
.social-sharing-buttons span::before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #f2f2f2;
  border-width: 8px;
  margin-top: -8px;
}
.social-sharing-buttons a {
  float: left;
  height: 50px;
  padding: 0 17.5px;
  text-align: center;
  line-height: 50px;
  margin-right: 5px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 1px;
}
.social-sharing-buttons a .fa {
  position: relative;
  top: 2px;
  font-size: 20px;
}
.social-sharing-buttons a:hover, .social-sharing-buttons a:active, .social-sharing-buttons a:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
.social-sharing-buttons a.facebook {
  background: rgba(59, 89, 152, 0.7);
}
.social-sharing-buttons a.facebook:hover {
  background: #3b5998;
}
.social-sharing-buttons a.twitter {
  background: rgba(0, 172, 237, 0.7);
}
.social-sharing-buttons a.twitter:hover {
  background: #00aced;
}
.social-sharing-buttons a.gplus {
  background: rgba(221, 75, 57, 0.7);
}
.social-sharing-buttons a.gplus:hover {
  background: #dd4b39;
}
.social-sharing-buttons a.linkedin {
  background: rgba(0, 123, 182, 0.7);
}
.social-sharing-buttons a.linkedin:hover {
  background: #007bb6;
}

/*--------------------------------------------------------------
# 19 - Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
15.0 Comments & Respond Form
--------------------------------------------------------------*/
/* Comments Form */
.comments-area {
  padding-top: 20px;
  border-style: dashed;
  border-width: 1px 0 0 0;
  border-color: #e6e6e6;
}
.comments-area .comments-title {
  font-size: 26px;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
  float: left;
  width: 33.333%;
  margin-bottom: 40px;
}
.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input {
  background-color: #f5f5f5;
}
.comments-area .comment-form-comment {
  clear: both;
}
.comments-area .comment-form-comment textarea {
  background-color: #f5f5f5;
}
.comments-area .comment-list {
  padding-left: 0;
  margin: 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e6e6e6;
}
.comments-area .comment-list ul.children {
  padding-left: 0;
  margin-left: 110px;
}
@media (max-width: 992px) {
  .comments-area .comment-list ul.children {
    margin-left: 50px;
  }
}
.comments-area .comment-list li {
  list-style: none;
  margin-bottom: 40px;
}
.comments-area .comment-list li .comment-inner {
  position: relative;
  padding: 30px 40px;
  margin-left: 100px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .comments-area .comment-list li .comment-inner {
    margin-left: 75px;
    padding: 20px 30px;
  }
}
.comments-area .comment-list li .comment-inner::after {
  position: absolute;
  content: "";
  top: 27px;
  left: -20px;
  display: block;
  border: 10px solid transparent;
  border-right-color: #f5f5f5;
}
.comments-area .comment-list li .comment-header {
  margin-bottom: 20px;
}
.comments-area .comment-list li .comment-header .author-link {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #464646;
  font-weight: bold;
}
.comments-area .comment-list li .comment-header .comment-time {
  margin-top: 7px;
  font-size: 13px;
  color: #a5a5a5;
}
@media (min-width: 992px) {
  .comments-area .comment-list li .comment-header .comment-time {
    float: right;
  }
}
.comments-area .comment-list li .comment-meta a {
  color: #a5a5a5;
  font-weight: bold;
  text-decoration: none;
}
.comments-area .comment-list .comment-edit-link {
  margin: 7px 10px 0 0;
  color: #a5a5a5;
  font-size: 13px;
}
@media (min-width: 992px) {
  .comments-area .comment-list .comment-edit-link {
    float: right;
  }
}
.comments-area .comment-list #cancel-comment-reply-link {
  padding: 10px;
  margin: 10px 0 0 10px;
  font-weight: 700;
  color: #aaaaaa;
  font-size: 13px;
  background: #e6e6e6;
  border-radius: 2px;
}
.comments-area .comment-list .comment-reply-title {
  font-size: 26px;
}
.comments-area .comment-list .blog-comment {
  margin-bottom: 30px;
}
.comments-area .comment-list .comment-avatar {
  float: left;
}
.comments-area .comment-list .comment-avatar img {
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 992px) {
  .comments-area .comment-list .comment-avatar img {
    width: 50px;
    height: auto;
  }
}
.comments-area .comment-list .comment-actions a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

/* Respond Form */
.comment-respond .comment-reply-title {
  margin-bottom: 20px;
}
.comment-respond .comment-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.comment-respond .comment-form input {
  padding: 12px 10px;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
}
.comment-respond .comment-form input:focus {
  border-color: #a2c046;
}
.comment-respond .comment-form textarea {
  padding: 15px;
  margin-bottom: 15px;
}
.comment-respond .comment-form .form-submit .submit {
  padding: 18px 22px;
  text-transform: uppercase;
  border: none;
}
.comment-respond .comment-form .form-allowed-tags {
  margin: 20px 0;
}
.comment-respond .comment-form .form-allowed-tags code {
  font-size: 12px;
}

/*--------------------------------------------------------------
# 20 - Gallery
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.0 Gallery
--------------------------------------------------------------*/
.bypostauthor {
  position: static;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin: 0.8075em 0;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  position: absolute;
  bottom: 7px;
  left: 7px;
  right: 7px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.5;
  opacity: 0;
}

.gallery {
  margin: -7px -7px 20px -7px;
}
.gallery::after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0.5em;
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

/*--------------------------------------------------------------
# 21 - Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
17.0 Footer
--------------------------------------------------------------*/
.footer .widget-title {
  font-size: 20px;
  color: #ffffff;
}
.footer .widget_nav_menu ul li {
  position: relative;
}
.footer .widget_nav_menu ul li::before {
  position: relative;
  padding-right: 20px;
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: rgba(255, 255, 255, 0.15);
  font-size: 12px;
}
.footer .widget_nav_menu ul li a:hover {
  color: #ffffff;
}

/* Main Footer */
.main-footer {
  position: relative;
  padding: 80px 0 50px 0;
  color: #676767;
  background-color: #333333;
}
.main-footer .widget {
  margin-bottom: 30px;
}
.main-footer .widget_nav_menu ul {
  padding-left: 0;
}
.main-footer .widget_nav_menu ul > li > a {
  color: #757575;
}

/* Bottom Footer */
.bottom-footer {
  position: relative;
  padding: 23px 0;
  overflow: hidden;
  text-align: center;
  background-color: #292929;
}
.bottom-footer p {
  margin-bottom: 0;
  color: #777777;
}
@media (max-width: 992px) {
  .bottom-footer p {
    margin: 3px 0;
  }
}
.bottom-footer a {
  color: #e4e4e4;
}
.bottom-footer a:hover {
  color: #ffffff;
}
.bottom-footer [class^="fa"] {
  margin: 0 3px;
  font-size: 20px;
  vertical-align: middle;
}
.bottom-footer .bottom-right {
  text-align: right;
}
@media (min-width: 992px) {
  .bottom-footer .bottom-left {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .bottom-footer .bottom-footer,
  .bottom-footer .bottom-right {
    text-align: center;
  }
}

body.font-awesome-4 .bottom-footer [class^="fa"] {
  font-size: 24px;
}

.scrollToTop {
  display: none;
}
@media (min-width: 992px) {
  .scrollToTop {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    display: block;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.scrollToTop.visible {
  opacity: 1;
  visibility: visible;
}
.scrollToTop:hover, .scrollToTop:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------------------
# 22 - Search page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
18.0 Search Page
--------------------------------------------------------------*/
.search-list-results {
  counter-reset: counter-search;
  padding-left: 0;
}
.search-list-results li {
  padding: 30px 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  counter-increment: counter-search;
}
.search-list-results li::before {
  content: counter(counter-search);
  position: absolute;
  top: calc(50% - 24px);
  left: 0px;
  font-size: 30px;
  font-weight: bold;
}
.search-list-results li a {
  color: #333333;
  text-decoration: none;
}
.search-list-results li .post-title {
  padding-left: 45px;
  margin-bottom: 0;
  font-size: 22px;
}

/*--------------------------------------------------------------
# 23 - 404 Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
19.0 404 Page
--------------------------------------------------------------*/
.text-404 {
  text-align: center;
  margin-bottom: 60px;
}
.text-404 img {
  margin-bottom: 30px;
}
.text-404 p {
  font-size: 16px;
  color: #a5a5a5;
}
@media (min-width: 992px) {
  .text-404 .search-form {
    width: 500px;
    margin: 40px auto 0;
  }
}

/*--------------------------------------------------------------
# 24 - Gutenberg
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.5 Gutenberg
--------------------------------------------------------------*/
/* Gutenberg align classes */
body.sidebar-hide .alignfull {
  width: 100vw;
  margin-left: 50%;
  max-width: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.sidebar-hide .alignfull img {
  width: 100vw;
}
@media (min-width: 992px) {
  body.sidebar-hide .alignwide {
    left: 0;
    width: 970px;
    margin-left: 50%;
    max-width: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  body.sidebar-hide .alignwide {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  body.sidebar-hide .alignwide {
    width: 1300px;
  }
}
@media (min-width: 992px) {
  body:not(.sidebar-hide) .alignwide {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: inherit;
  }
}
@media (min-width: 992px) {
  body:not(.sidebar-hide) .alignwide.wp-block-cover {
    width: auto;
  }
}
@media (min-width: 992px) {
  body:not(.sidebar-hide) .blog-grid .alignwide {
    margin-left: -33px;
    margin-right: -33px;
  }
}

/* Table */
.wp-block-table th {
  border-color: transparent;
}
.wp-block-table td,
.wp-block-table th {
  padding: 14px 30px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.wp-block-table.is-style-stripes td {
  border-bottom-color: #f2f2f2;
}
.wp-block-table.is-style-stripes tr:last-of-type td {
  border-bottom: none;
}

/* Block Quote */
.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding: 0 40px;
  margin: 30px 0;
  font-size: inherit;
  font-style: italic;
  border-left: none;
}
.wp-block-quote p {
  font-size: 20px;
}
.wp-block-quote cite,
.wp-block-quote footer, .wp-block-quote__citation {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  color: #a2c046;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 0 40px;
  margin: 30px 0;
  font-size: inherit;
  font-style: italic;
  border-left: none;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 20px;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 15px;
  text-align: left;
}
.wp-block-quote.is-large::before, .wp-block-quote.is-style-large::before {
  position: absolute;
  font-family: 'Playfair Display', serif;
  content: '"';
  top: -25px;
  left: 20px;
  font-size: 10em;
  line-height: 1;
  color: rgba(153, 153, 153, 0.19);
}

/* Pull Quote */
.wp-block-pullquote {
  margin: 0 0 30px 0;
  border-top-color: rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
.wp-block-pullquote.alignleft {
  margin-top: 10px;
  margin-right: 30px;
}
.wp-block-pullquote.alignright {
  margin-top: 10px;
  margin-left: 30px;
}
.wp-block-pullquote blockquote {
  margin: auto;
  padding: 0;
  font-style: normal;
  border-left: none;
}
.wp-block-pullquote blockquote p {
  font-size: 22px;
  color: inherit;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote blockquote footer, .wp-block-pullquote blockquote__citation {
  display: block;
  margin-top: 15px;
  text-transform: none;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  color: #a2c046;
}
.wp-block-pullquote blockquote::after {
  display: none;
}

/* Code Block */
.wp-block-code {
  display: inline-block;
  padding: 0;
  color: #343434;
  font-family: monospace;
  font-size: 14px;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  border: none;
  background-color: transparent;
}

/* Gutenberg button */
.wp-block-button .wp-block-button__link {
  padding: 19px 22px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-width: 2px;
  border-radius: 1px;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:active:focus {
  border-color: transparent;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 1px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  padding: 17px 22px;
  color: #969696;
  text-shadow: none;
  border-radius: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #969696;
  border-color: rgba(0, 0, 0, 0.2);
}
.wp-block-button.aligncenter {
  margin-bottom: 20px;
}

/* Latest Posts Block */
.wp-block-latest-posts {
  margin-bottom: 20px;
}

/* Category & Archive Blocks */
.wp-block-categories,
.wp-block-archives {
  padding-left: 0;
}
.wp-block-categories li,
.wp-block-archives li {
  position: relative;
  list-style: none;
}
.wp-block-categories li a,
.wp-block-archives li a {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
.wp-block-categories li a::before,
.wp-block-archives li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f178";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  color: #e6e6e6;
}
.wp-block-categories li .cat-count,
.wp-block-archives li .cat-count {
  position: relative;
  top: 0;
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  background-color: #f7f7f7;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter {
  text-align: center;
}

/* Column Block */
.wp-block-column {
  margin-bottom: 0;
}

/* Seperator Block */
.wp-block-separator {
  height: auto;
  border-bottom: 1px solid #d0d5da;
  background: none;
}
.wp-block-separator + h2 {
  clear: left;
}

.wp-block-columns + .wp-block-separator {
  margin: 15px auto 30px;
}

/* Image Block */
.wp-block-image {
  margin-bottom: 30px;
}
.wp-block-image figcaption {
  margin-top: 17px;
  margin-bottom: 0;
  font-size: 14px;
  color: #a5a5a5;
}

/* Embed Block */
.wp-block-embed {
  margin-bottom: 30px;
}

/* Block Cover Block */
.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 30px;
}

/* Verse */
.wp-block-verse {
  display: block;
}

/*--------------------------------------------------------------
# 25 - Font Awesome 4 Font Family
--------------------------------------------------------------*/
/*--------------------------------------------------------------
25. Font Awesome 4 Names
--------------------------------------------------------------*/
body.font-awesome-4 .panel-group .accordion-toggle::before {
  font-family: "FontAwesome";
}
body.font-awesome-4 a span.read.more::before, body.font-awesome-4 a.more::before {
  font-family: "FontAwesome";
}
body.font-awesome-4 .topbar .menu > li.menu-item-has-children > a::after {
  font-family: "FontAwesome";
}
@media (min-width: 992px) {
  body.font-awesome-4 .header-transparent #mega-menu-wrap-primary #mega-menu-primary > li i {
    font-family: "FontAwesome";
  }
}
@media (min-width: 992px) {
  body.font-awesome-4 .main-navigation > li.menu-item-has-children::after {
    font-family: "FontAwesome";
  }
  body.font-awesome-4 .main-navigation .sub-menu > li.menu-item-has-children > a::after {
    font-family: "FontAwesome";
  }
}
@media (min-width: 992px) {
  body.font-awesome-4 .header-default #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children i,
  body.font-awesome-4 .header-wide #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children i {
    font-family: "FontAwesome";
  }
}
body.font-awesome-4 .header-default #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children::after,
body.font-awesome-4 .header-wide #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children::after {
  font-family: "FontAwesome";
}
@media (min-width: 480px) {
  body.font-awesome-4 .breadcrumbs a::after {
    font-family: "FontAwesome";
  }
}
body.font-awesome-4 .widget_recent_entries ul li::before,
body.font-awesome-4 .widget_recent_comments ul li::before,
body.font-awesome-4 .widget_archive ul li::before,
body.font-awesome-4 .widget_categories ul li::before,
body.font-awesome-4 .widget_meta ul li::before,
body.font-awesome-4 .widget_rss ul li::before,
body.font-awesome-4 .widget_pages ul li::before,
body.font-awesome-4 .widget_calendar ul li::before {
  content: "\f178";
  font-family: "FontAwesome";
}
body.font-awesome-4 .sidebar .widget_nav_menu .menu li.current-menu-item a::after,
body.font-awesome-4 .content .widget_nav_menu .menu li.current-menu-item a::after {
  font-family: "FontAwesome";
}
body.font-awesome-4 .cta-button::before,
body.font-awesome-4 .brochure-box::before {
  font-family: "FontAwesome";
}
body.font-awesome-4 .widget_post_list .more-news::before {
  font-family: "FontAwesome";
}
body.font-awesome-4 .gallery-field .image .overlay::before {
  font-family: "FontAwesome";
}
body.font-awesome-4 .footer .widget_nav_menu ul li::before {
  content: "\f178";
  font-family: "FontAwesome";
}
body.font-awesome-4 .wp-block-categories li a::before,
body.font-awesome-4 .wp-block-archives li a::before {
  font-family: "FontAwesome";
}

