/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0-beta.2 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.0.22
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

html {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: auto;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}

h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

.lead {
  font-size: 1.25rem;
  font-weight: normal;
}
h1.entry-title {
  font-size: 21px;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  font-size: 1rem;
  font-weight: normal;
  /* Fallback for when there is no custom background color defined. */
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

.vc_row.wpb_row.vc_inner.vc_row-fluid,
.vc_row.wpb_row.vc_inner.vc_row-fluid.desktop-pad {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #334036 ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  z-index: 999;
}

header#masthead.scroll * {
  transition: all 1s ease;
}

header#masthead.scroll > .top-bar {
  display: none;
}

@media only screen and (min-width: 1421px) {
  header#masthead.scroll #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(.logo):not(.site-home) {
    padding: 1rem 0;
  }

  header#masthead.scroll #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
  header#masthead.scroll #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 1.2rem;
  }
}

header#masthead.scroll #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.logo.site-home > a.mega-menu-link > div.logo > img,
header#masthead.scroll #mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.logo > img {
  width: 4rem;
  padding-right: .75rem;
}

header#masthead.scroll #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.logo.site-home > a.mega-menu-link > div.site-title > div.site-name,
header#masthead.scroll #mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.site-title > div.site-name {
  padding-top: .5rem;
}

header#masthead.scroll .home-link > .site-title > .site-date,
header#masthead.scroll #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.logo.site-home > a.mega-menu-link > div.site-title > div.site-date,
header#masthead.scroll #mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.site-title > div.site-date {
  display: none;
}

header#masthead.scroll #mega-menu-wrap-primary .mega-menu-toggle {
  line-height: 1;
  height: 67px;
}

@media only screen and (max-width: 400px) {
  header#masthead.scroll #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.logo.site-home > a.mega-menu-link > div.logo > img,
  header#masthead.scroll #mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.logo > img {
    width: 3.75rem;
    padding-right: .75rem;
  }

  header#masthead.scroll #mega-menu-wrap-primary .mega-menu-toggle {
    line-height: 1;
    height: 55px;
  }
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: none;
  text-decoration: none;
  color: #fff;
}

.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

#page-sub-header h1 {
  line-height: 1;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
    line-height: 1;
  }

  #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

#masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 14px;
}

#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  font-size: 14px;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

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

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

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

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}

.sticky .entry-title {
  position: relative;
}

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

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

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

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
  font-size: 85%;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 93%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 88%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 86%;
  }
}

/* 2023 changes */

body #page {
  margin-top: 4rem;
}

body.logged-in.admin-bar header#masthead {
  margin-top: 32px;
}

body.logged-in.admin-bar #page {
  margin-top: calc(4rem + 32px);
}

@media screen and (max-width: 782px) {
  body.logged-in.admin-bar header#masthead {
    margin-top: 46px;
  }

  body.logged-in.admin-bar #page {
    margin-top: calc(4rem + 46px);
  }
}

body #content {
  margin-top: 0;
}

/* top bar */
#masthead > .top-bar {
  width: 100%;
  background-color: #334036;
}

#mega-menu-wrap-primary #mega-menu-primary,
#masthead > .top-bar > nav.top-bar-nav {
  max-width: 95%;
  width: 87.5rem;
  margin: 0 auto;
}

@media (max-width: 1420px) {
  #masthead > .top-bar > nav.top-bar-nav {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: .75rem;
  }
}

#masthead > .top-bar > nav.top-bar-nav > ul#menu-top-bar {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

#masthead > .top-bar > nav.top-bar-nav > ul#menu-top-bar > li {
  display: inline-block;
}

#masthead > .top-bar > nav.top-bar-nav > ul#menu-top-bar > li > a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  padding: .5rem .5rem;
  font-size: .9rem;
}

#masthead > .top-bar > nav.top-bar-nav > ul#menu-top-bar > li > a:hover,
#masthead > .top-bar > nav.top-bar-nav > ul#menu-top-bar > li > a:focus {
  color: #CEDBD0;
}

/* menu */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(.logo):not(.site-home) {
  padding: 1.75rem 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.logo.site-home > a.mega-menu-link {
  height: auto;
  line-height: 1;
  padding: .5rem 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.logo.site-home,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.logo.site-home > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item.logo.site-home > a.mega-menu-link {
  border-bottom: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.logo.site-home > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.logo.site-home > a.mega-menu-link > div.site-title > div.site-date,
#mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link,
#mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.site-title > div.site-date {
  display: flex;
  align-items: center;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.logo.site-home > a.mega-menu-link > div.logo > img,
#mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.logo > img {
  width: 5.25rem;
  padding-right: 1rem;
}

#mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link {
  color: #334036;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.logo.site-home > a.mega-menu-link > div.site-title > div.site-name,
#mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.site-title > div.site-name {
  font-family: 'haymakerregular', sans-serif !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: .05rem;
  padding-top: .4rem;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.logo.site-home > a.mega-menu-link > div.site-title > div.site-date > svg.arrow,
#mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.site-title > div.site-date > svg.arrow {
  width: 5.75rem;
  max-width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.logo.site-home > a.mega-menu-link > div.site-title > div.site-date,
#mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.site-title > div.site-date {
  font-size: .85rem;
  line-height: 1;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.logo.site-home > a.mega-menu-link > div.site-title > div.site-date > div.site-date-text,
#mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.site-title > div.site-date > div.site-date-text {
  padding: 0 1rem;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
  margin-right: 0;
}

/* new mega menu */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  margin-top: 1.75rem;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column {
  border-right: .1rem solid #81A389;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:last-child {
  border-color: #cedbd0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:hover > ul.mega-sub-menu > li.mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:hover > ul.mega-sub-menu > li.mega-menu-item.widget_media_image,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:hover > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:hover > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:hover > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:hover > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  background-color: #334036;
  color: #fff;
  font-weight: bold;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:last-child:hover {
  border-color: #334036;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image > a {
  display: block;
	padding: 0 1rem 1rem;
}

/* mobile menu */
@media only screen and (max-width: 1420px) {
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #mega-menu-wrap-primary #mega-menu-primary,
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background-color: #fcfcfc;
    max-width: 100%;
    max-height: calc(100vh - 8.5rem);
    overflow-y: auto;
    border-top: .2rem solid #334036;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(.logo):not(.site-home) {
    padding: 0 0;
  }
  
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(.logo):not(.site-home) a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: auto;
    line-height: 1;
    padding: 1.5rem;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background-color: #334036;
    color: #fff;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    font-weight: bold;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 0;
    padding: 0;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 {
    width: 25%;
    clear: none;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu > li.mega-menu-item,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.mega-image-columns > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:last-child {
    border-bottom: .1rem solid #81A389;
  }

  #mega-menu-wrap-primary #mega-menu-primary div.mega-search-wrap,
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-3008 div.mega-search-wrap {
    margin: 0;
    border-bottom: .1rem solid #81A389;
    height: auto;
  }

  #mega-menu-wrap-primary #mega-menu-primary div.mega-search-wrap > form.mega-search,
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-3008 div.mega-search-wrap > form.mega-search {
    padding: 0;
    position: relative;
  }

  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-3008 div.mega-search-wrap > form.mega-search.mega-search-closed input[type="text"] {
    padding: 1.5rem;
    line-height: 1;
    height: auto;
  }

  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-3008 div.mega-search-wrap > form.mega-search.mega-search-closed input[type="text"]::placeholder {
    color: rgba(89, 80, 80, .85);
  }

  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-3008  div.mega-search-wrap > form.mega-search .search-icon {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 1.5rem;
    height: 4.25rem;
    width: 4.25rem;
    display: block;
  }

  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-3008 div.mega-search-wrap > form.mega-search .search-icon::before {
    vertical-align: inherit;
    line-height: 1;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1150px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 {
    width: 33.3333%;
    clear: none;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:nth-child(3n) {
    border-color: #cedbd0;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:nth-child(3n):hover {
    border-color: #334036;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:last-child:not(:nth-child(3n)) {
    border-color: #81A389;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:last-child:not(:nth-child(3n)):hover {
    border-color: #81A389;
  }
}

@media only screen and (min-width: 587px) and (max-width: 900px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 {
    width: 50%;
    clear: none;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:nth-child(2n),
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:last-child:nth-child(2n) {
    border-color: #cedbd0;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:nth-child(2n):hover,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:last-child:nth-child(2n):hover {
    border-color: #334036;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:last-child:not(:nth-child(2n)),
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:nth-child(3n):not(:nth-child(2n)) {
    border-color: #81A389;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:last-child:not(:nth-child(2n)):hover,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:nth-child(3n):not(:nth-child(2n)):hover {
    border-color: #81A389;
  }
}

@media only screen and (max-width: 586px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-menu-columns-3-of-12 {
    width: 100%;
    clear: none;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column {
    border-right: none;
    border-bottom: .1rem solid #81A389;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:last-child {
    border-color: #81A389;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.widget_media_image {
    display: none;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:hover > ul.mega-sub-menu > li.mega-menu-item,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:hover > ul.mega-sub-menu > li.mega-menu-item.widget_media_image,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:hover > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:hover > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.image-columns > ul.mega-sub-menu > li.mega-menu-column:hover > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    font-weight: normal;
  }


  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 1.5rem;
  }
}

@media only screen and (max-width: 400px) {
  #mega-menu-wrap-primary .mega-menu-toggle {
    height: 80px;
    line-height: 80px;
  }

  #mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left {
    width: 85%;
    flex: 1 1 85%;
  }

  #mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-center {
    display: none;
  }

  #mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-right {
    width: 15%;
    flex: 1 1 15%;
  }

  #mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block {
    width: 100%;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.logo.site-home > a.mega-menu-link > div.logo > img,
  #mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.logo > img {
    width: 4.5rem;
    padding-right: .75rem;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.logo.site-home > a.mega-menu-link > div.site-title > div.site-name,
  #mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.site-title > div.site-name {
    font-size: 1.25rem;
    letter-spacing: .025rem;
    padding-top: .5rem;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.logo.site-home > a.mega-menu-link > div.site-title > div.site-date,
  #mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.site-title > div.site-date {
    font-size: .75rem;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.logo.site-home > a.mega-menu-link > div.site-title > div.site-date > div.site-date-text,
  #mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.site-title > div.site-date > div.site-date-text {
    padding: 0 .75rem;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.logo.site-home > a.mega-menu-link > div.site-title > div.site-date > svg.arrow,
  #mega-menu-wrap-primary > .mega-menu-toggle > .mega-toggle-blocks-left > .mega-html-block > a.home-link > div.site-title > div.site-date > svg.arrow {
    width: 4.65rem;
  }
}

/* page content */
#page > #content .entry-content {
  margin-top: 0;
}

/* footer */
#footer-nav div.footer-logo-wrapper {
  display: flex;
  align-items: center;
}

#footer-nav div.footer-logo-wrapper > div.footer-logo {
  padding-right: 1.5rem;
}

#footer-nav div.footer-logo-wrapper > div.footer-name-location > p {
  color: #fff;
  margin-bottom: 0;
}

#footer-nav div.footer-logo-wrapper > div.footer-name-location a {
  color: #CEDBD0;
}

#footer-nav div.footer-logo-wrapper > div.footer-name-location a:hover,
#footer-nav div.footer-logo-wrapper > div.footer-name-location a:focus {
  color: #fff;
}

#footer-nav div.footer-logo-wrapper > div.footer-name-location > p > a {
  text-decoration: underline;
}

ul#menu-social-icons.flex-column {
  flex-direction: row !important;
}

#footer-nav ul#menu-social-icons > li > a {
  color: #fff;
  padding: .25rem;
}

#footer-nav ul#menu-social-icons > li > a:hover,
#footer-nav ul#menu-social-icons > li > a:focus {
  background-color: transparent;
}

#footer-nav ul#menu-social-icons .fa-stack {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

#footer-nav ul#menu-social-icons i.fa.fa-stack-2x {
  font-size: 3rem;
}

#footer-nav ul#menu-social-icons > li > a:hover > span.fa-stack > i.fa.fa-stack-2x.icon-background,
#footer-nav ul#menu-social-icons > li > a:focus > span.fa-stack > i.fa.fa-stack-2x.icon-background {
  color: #D04036;
}

#footer-nav ul#menu-social-icons i.fa.fa-stack-1x {
  font-size: 1.5rem;
}

#footer-menu-columns {
  padding: 2rem 0;
}

#footer-nav ul#menu-footer.flex-column {
  flex-direction: row !important;
  justify-content: space-between;
}

#footer-nav ul#menu-footer > li {
  display: block;
  width: 14%;
  min-width: 9.38rem;
  padding-bottom: 1.5rem;
}

#footer-nav ul#menu-footer > li > a {
  font-size: 1.25rem;
  color: #CEDBD0;
}

#footer-nav ul#menu-footer > li ul > li > a {
  font-size: .9rem;
  color: #fff;
}

#footer-nav ul#menu-footer li > a.nav-link {
  padding: .5rem 0;
}

#footer-nav ul#menu-footer > li > a:hover,
#footer-nav ul#menu-footer > li > a:focus,
#footer-nav ul#menu-footer > li ul > li > a:hover,
#footer-nav ul#menu-footer > li ul > li > a:focus {
  text-decoration: underline;
  background-color: transparent;
}

.site-footer > .container {
  padding: 2.5rem 0 1.5rem;
  text-align: center;
}

footer#colophon.site-footer > .container a,
footer#colophon.site-footer > .container a:visited {
  color: #CEDBD0;
  text-decoration: underline;
}

footer#colophon.site-footer > .container a:hover,
footer#colophon.site-footer > .container a:focus {
  color: #fff;
}

.site-footer > .container > div.site-info {
  color: #fff;
}

.site-footer > .container > div.site-info > a {
  display: inline-block;
  padding-right: .5rem;
}

.site-footer > .container > div.site-info > div.copyright-menu-wrapper {
  display: inline-block;
}

.site-footer > .container > div.site-info > div.copyright-menu-wrapper > ul#menu-copyright {
  padding-left: 0;
  margin-bottom: 0;
}

.site-footer > .container > div.site-info > div.copyright-menu-wrapper > ul#menu-copyright li {
  position: relative;
  padding: 0 .5rem;
  list-style: none;
}

.site-footer > .container > div.site-info > div.copyright-menu-wrapper > ul#menu-copyright > li:last-child {
  padding-right: 0;
}

.site-footer > .container > div.site-info > div.copyright-menu-wrapper > ul#menu-copyright li::before {
  content: "|";
  color: #fff;
  position: absolute;
  left: -.2rem;
}

@media (max-width: 992px) {
  #footer-nav div.footer-logo-wrapper > div.footer-name-location h3.site-name {
    font-size: 2rem !important;
  }

  #footer-logo-social > div.wpb_column:last-child .wpb_wrapper > .vc_wp_custommenu {
    float: none;
  }

  #footer-logo-social > div.wpb_column:last-child .wpb_wrapper > .vc_wp_custommenu #menu-social-icons {
    justify-content: center;
    padding-top: 2rem;
  }

  #footer-menu-columns {
    padding-top: 2.5rem;
  }

  #footer-nav ul#menu-footer.flex-column {
    justify-content: flex-start;
  }

  #footer-nav ul#menu-footer.flex-column > li {
    width: 20%;
    min-width: 0;
  }

  #footer-nav ul#menu-footer.flex-column > li:not(:nth-child(4n)) {
    margin-right: 6.66%;
  }
}

@media (max-width: 768px) {
  #footer-nav div.footer-logo-wrapper > div.footer-name-location {
    text-align: center;
  }

  #footer-nav ul#menu-footer.flex-column > li {
    width: 28%;
  }

  #footer-nav ul#menu-footer.flex-column > li:not(:nth-child(3n)),
  #footer-nav ul#menu-footer.flex-column > li:nth-child(4n) {
    margin-right: 8%;
  }

  #footer-nav ul#menu-footer.flex-column > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 570px) {
  #footer-nav ul#menu-footer.flex-column > li {
    width: 45.5%;
  }

  #footer-nav ul#menu-footer.flex-column > li:nth-child(n) {
    margin-right: 9%;
  }

  #footer-nav ul#menu-footer.flex-column > li:nth-child(2n) {
    margin-right: 0;
  }
}

/* homepage */
div.soft-white-bot,
div.fuzzy-white {
  position: relative;
}

div.fuzzy-white::before,
div.soft-white-bot::before,
div.soft-white-bot.vc_row.vc_row-flex::before,
div.fuzzy-white.vc_row.vc_row-flex::before {
  display: block;
  content: '';
  width: 100%;
  height: 5rem !important;
  background-image: url('/wp-content/uploads/2018/01/fuzzy-bottom.png') !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: visible !important;
  z-index: 1;
}

body:not(.home) div.fuzzy-white::after,
body:not(.home) div.soft-white-bot::after,
body:not(.home) div.soft-white-bot.vc_row.vc_row-flex::after,
body:not(.home) div.fuzzy-white.vc_row.vc_row-flex::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background-color: rgba(0,0,0,.25);
  z-index: 0;
}

div#newsSlider div.vc_row.owl-carousel {
  position: relative;
}

div#newsSlider div.vc_row.owl-carousel::before {
  display: block;
  position: absolute;
  width: .2rem;
  height: 4.7rem;
  left: 8.81rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}

div#newsSlider .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
  margin-top: .5rem;
}

div#newsSlider .vc_gitem-post-data {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  div#newsSlider div.vc_row.owl-carousel::before {
    left: 9.5rem;
  }
}

@media screen and (max-width: 480px) {
  #home-intro {
    height: auto !important;
  }

  #home-intro div#newsSlider .owl-carousel {
    height: 265px;
  }

  div#newsSlider div.vc_row.owl-carousel::before {
    width: 95%;
    height: .2rem;
    top: 6rem;
    left: 50%;
    transform: translate(-50%, 0);
  }

  div#newsSlider .vc_gitem-zone-a .vc_gitem-row-position-middle,
  div#newsSlider .vc_gitem-zone-b .vc_gitem-row-position-middle {
    top: 5.5rem;
    transform: translate(0, 0);
  }

  div#newsSlider .home-news-content .vc_gitem-post-data-source-post_date {
    padding-top: 0;
    margin-top: 0 !important;
  }
}