/*!
Theme Name: ARIYAH
Theme URI: https://ariyah.webdesignengine.com/
Author: Web Design Engine
Author URI: https://webdesignengine.com
Description: A clean and simple WordPress theme by Web Design Engine built to take advantage of Gutenberg's native block editor. Great for life coaches, health coaches, or wellness businesses. 
Version: 1.7.8
Tested up to: 5.7
Requires PHP: 7
Text Domain: ariyah
Tags: blog, one-column, two-column, three-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /*margin: 0.67em 0;*/
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.button, button, #submit, .wp-block-button a, .wp-block-button__link {
  transition: all 0.24s ease-in-out !important;
  border-radius: 0;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.search-form {
  display: inline-flex;
}
.search-form .search-submit {
  /*background-color: inherit;*/
  border: none;
  padding: 10px;
}
input[type="search"] {
  padding: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* Bootstrap form overide*/
.form-row {
  display: block;
}
.form-control {
  font-size: 0.6rem !important;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  /*background: #fff;*/
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
html, body {
  font-family: Lato, Verdana, Arial, sans-serif;
  font-size: calc(112.5% + 0.5vw);
  line-height: calc(1.3em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  font-weight: 400;
  width: 100%;
  /*height: 100%;*/
  margin: 0;
  padding: 0;
  color: #414A52;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; /* Fixes mobile horizontal scroll issue */
}
h1 {
  font-size: 45px;
  font-weight: 300;
  line-height: 68px;
  margin-bottom: 20px;
}
h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
}
h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #8A9097
}
h4 {
  font-size: 15px;
  font-weight: 600;
}
h5 {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  color: #414A52
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
blockquote p {
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 0.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.5rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
.has-large-font-size {
  line-height: normal;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
/*figure {
  margin: 1em 0;
   Extra wide images within figure tags don't overflow the content area. 
}*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  /*font-size: 0.8rem;*/
  line-height: 1;
  padding: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: #444444;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 10px;
  font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-transform: uppercase;
  letter-spacing: 2px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
input, textarea {
  outline: none
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #333333;
}
a:hover {
  text-decoration: none !important;
  color: #666666;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #ffffff;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  min-width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  /*float: left;*/
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Menu Buttons (CTAs) */
.menu .button > a {
    color: #ffffff !important;
    line-height: normal;
}

/* Top Menu*/
.top-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.top-nav li {
  float: left;
}
.top-nav li a {
  display: block;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
}
.top-nav li a:hover {
  color: #C7B299;
}
/* Dropdown menu */
.sub-menu {
  padding: 1em;
}
.sub-menu a {
  line-height: normal;
}
/* Mega Menu */
@media (min-width: 769px) {
  nav .main-navigation .mega-menu {
    position: static;
  }
  nav .main-navigation .mega-menu > ul {
    position: absolute;
    width: 100%;
    right: 0 !important;
    top: auto;
    display: flex;
    flex-wrap: wrap;
  }
  /*nav .main-navigation .mega-menu > ul > li > a {
        font-weight: bold;
    }*/
  nav .main-navigation .mega-menu > ul > li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }
  nav .main-navigation .mega-menu.mega-menu-col-2 > ul > li {
    width: 50%;
  }
  nav .main-navigation .mega-menu.mega-menu-col-3 > ul > li {
    width: 33.3333%;
  }
  nav .main-navigation .mega-menu.mega-menu-col-5 > ul > li {
    width: 20%;
  }
  nav .main-navigation .mega-menu > ul > li:hover > a, nav .main-navigation .mega-menu > ul > li:focus > a, nav .main-navigation .mega-menu > ul > li[class*="current-"] > a, nav .main-navigation .mega-menu ul ul {
    background-color: transparent !important;
    color: inherit;
  }
  nav .main-navigation .mega-menu ul .sub-menu {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: 0 0 0;
    left: 0;
    height: auto;
    padding-left: 0;
  }
  nav .main-navigation .mega-menu ul.toggled-on .sub-menu {
    pointer-events: auto;
  }
  nav .main-navigation .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
    display: none;
  }
}
/* End Mega Menu */
@media screen and (min-width: 1024px) {
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    /*display: none;*/
    opacity: 0;
    transition: opacity .5s ease;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
  }
  .main-navigation ul ul a {
    /*min-width: 200px;*/
    margin: 10px 0;
  }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
    opacity: 1;
    /*transform: translateY(0);*/
  }
  .header-nav-wrapper {
    position: relative;
    /*padding: 20px 15px 20px 0px;*/
  }
}
/* Header */
.header-nav {
  transition: all 300ms;
  z-index: 99;
}
.admin-bar .fixed-top, .admin-bar .navicon { /* move WP Admin bar down if nav is stick/fixed */
  /*top: 32px;*/
  top: auto;
}
.site-title {
  padding: 0;
}
.site-title a {
  -webkit-transition: all 300ms !important;
  transition: all 300ms !important;
  line-height: 55px;
  letter-spacing: 2px;
}
/* Hide Title on Home Page */
.home .entry-header {
  display: none;
}
.entry-title h1 {
  margin-top: 0;
}
.header-nav-wrapper .logo {
  /*display: inline-block;*/
  /*text-align: left;*/
  font-size: 25px;
  white-space: nowrap;
  /*float: left;*/
}
.header-nav-wrapper .primary-nav-wrapper {
  /*margin-right: 3em;*/
  display: inline-block;
  /*float: right;*/
}
.header-nav-wrapper nav {
  display: inline-block;
}
.header-nav-wrapper nav ul {
  display: inline-block
}
.header-nav-wrapper nav ul li {
  font-size: 13px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.header-nav-wrapper nav ul li:last-child {
  border-right: none
}
.header-nav-wrapper nav ul li a {
  position: relative;
  text-decoration: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.header-nav-wrapper .is-visible {
  visibility: visible;
  opacity: 1
}
.secondary-nav-wrapper {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
}
.secondary-nav-wrapper ul.secondary-nav li {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase
}
.secondary-nav-wrapper ul.secondary-nav li.search a {
  font-size: 16px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.secondary-nav-wrapper ul {
  display: inline-block;
  margin-bottom: 0;
}
.secondary-nav-wrapper ul li {
  display: inline-block
}
.search-wrapper {
  z-index: 1;
  position: absolute;
  /*bottom: 0;*/
  right: 0;
  visibility: hidden;
  width: 100%;
  padding: 10px 90px 0px 0px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  background-color: #000000;
  font-family: Lato, Montserrat, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-transform: uppercase;
}
.search-wrapper ul.search .is-selected {
  width: 360px
}
.search-wrapper ul.search li {
  display: inline-block
}
.search-wrapper ul.search li .hide-search {
  position: absolute;
  top: 15%;
  right: 32px;
  width: 32px;
  height: 32px;
  opacity: 1;
}
.hide-search:before, .hide-search:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 1px;
  background-color: #fff;
}
.hide-search:before {
  transform: rotate(45deg);
}
.hide-search:after {
  transform: rotate(-45deg);
}
.search-wrapper ul.search li input {
  font-size: 13px;
  width: 300px;
  padding-bottom: 9px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #fff;
  border: none;
  border-bottom: solid 1px #7AE2DE;
  background-color: #000000;
}
.search {
  margin-bottom: 15px;
}
label {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.nav-toggle.active {
  /*top: 80px;
  left: 20px;*/
}
.nav-toggle {
  position: absolute;
  z-index: 999999;
  top: 50%;
  left: 50%;
  padding: 10px 35px 16px 0;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.nav-toggle:focus {
  outline: none
}
/* hamburger menu settings */
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  position: absolute;
  display: block;
  width: 35px;
  height: 1px;
  content: '';
  cursor: pointer;
  border-radius: 1px;
  background: #000000;
}
.nav-toggle span:before {
  top: -10px
}
.nav-toggle span:after {
  bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}
.nav-toggle.active span {
  background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0
}
.nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.nav-toggle.active span:after {
  top: 10px;
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg)
}
.navicon {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 25px;
  height: 26px;
  padding: 30px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  /*background-color: #000000;*/
}
.fixed {
  /*position: fixed;*/
  z-index: 999;
}
header.hero {
  position: relative;
  display: table;
  width: 100%;
  /*height: calc(100vh - 8.2em);*/
  max-height: 760px;
}
header.hero .hero-bg {
  display: table-cell;
  vertical-align: middle
}
header.hero .hero-bg .hero-intro-text {
  padding: 30px;
}
.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%;
}
/* Posts Navigation */
.page-numbers {
  margin: 10px;
}
.page-numbers.current {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 2em;
  display: inline-block;
  height: 2em;
  text-align: center;
  line-height: 1.7em;
}
/* Getwid Testimonials Block 
.wp-block-getwid-testimonial__image-wrapper {
  max-width: 100px;
}
.wp-block-getwid-testimonial__title {
  font-size: 1.5em;
  font-style: italic;
  font-weight: 200;
}
.wp-block-getwid-testimonial__subtitle {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
}*/
/* Getwid slick slider */
/*.slick-next::before, .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
}
.slick-next::before {
  content: '\f053';
}
.slick-prev::before {
  content: '\f152';
}
.slick-dots li button::before {
  font-size: 10px;
}*/
.slick-next::before, .slick-prev::before {
  display: none;
}
.slick-prev, .slick-next {
  width: 30px;
  height: 30px;
  transition: .5s;
  float: left;
  box-shadow: -1px 1px 0 #ffffff;
}
.slick-prev {
  transform: rotate(45deg);
}
.slick-next {
  transform: rotate(-135deg);
}
/* Blog Cards */
.card img {
  object-fit: cover;
  height: 15.5em;
  width: 100%;
}
/* Tribe Events Calendar */
.tribe-events .tribe-events-c-ical__link {
  border-radius: 0;
  border-color: #000000;
  color: #000000;
}
.tribe-events .tribe-events-c-ical__link::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='black' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E");
}
.tribe-events .tribe-events-c-ical__link:hover {
  background-color: #000000;
}
.tribe-common .tribe-common-c-btn {
  border-radius: 0;
  background-color: #000000;
}
.tribe-common .tribe-common-c-btn:hover {
  background-color: #333333;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  text-align: center;
}
/*Gutenberg full width support*/
.alignwide {
  margin: 0px calc(10% - 10vw);
  max-width: 100vw;
  /* Set these margins to work with your own theme. 
  margin-left: -80px;
  margin-right: -80px;*/
}
.alignfull {
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  /*width: 100vw;*/ /*Does not work with Safari and Chrome alignment */
}
.alignfull img {
  /*width: 100vw;*/
}
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(70% - 70px);
}
.wp-block-cover.alignfull {
  width: 100vw;
}
/*--------------------------------------------------------------
# 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;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  line-height: normal;
}
.widget ul li {
  margin-bottom: 1em;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
  background-color: #f2f2f2;
  color: #272727;
}
.sticky img {
  /*height: 12.7em !important;*/
}
.sticky:before {
  content: "Featured";
  color: #FFF;
  background: #000000;
  padding: 10px;
  display: inline-block;
  text-align: right;
  right: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
}
.post-excerpt {
  /*background-color: #f2f2f2;*/
  padding: 20px;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  /*margin: 1.5em 0 0;*/
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.entry-meta {
  margin-bottom: 3em;
  font-size: 0.9em;
}
.entry-footer {
  margin-top: 1em;
  margin-bottom: 2em;
}
.entry-footer span {
  margin-right: 10px;
}
.has-padding {
  padding: 50px inherit;
}
/*--------------------------------------------------------------
## Author
--------------------------------------------------------------*/
.author_bio_section {
  margin-top: 50px;
  padding: 40px 0;
  border-top: 1px solid #cccccc;
}
.author_name {
  font-size: 16px;
  font-weight: bold;
}
.avatar {
  border-radius: 50%;
}
.author_links {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px;
}
.mks_author_widget .name {
  padding-top: 10px;
}
.mks_author_link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-list, .children {
  margin-top: 20px;
  list-style: none;
}
.comment-body {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.comment-reply-link {
  text-transform: uppercase;
  letter-spacing: 2px;
}
#reply-title {
  font-size: 24px;
}
#cancel-comment-reply-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f057";
}
/*--------------------------------------------------------------
# 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%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/* Contact Form 7*/
.wpcf7 label, .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
  width: 100%
}
/*Carousel*/
.carousel-cell {
  display: table;
  width: 100%;
  /*height: calc(100vh - 8.2em);*/
  margin-right: 10px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.flickity-prev-next-button {
  /*display: none;*/
  width: 100px;
  height: 100px;
  background-color: transparent;
  opacity: 0;
}
.flickity-prev-next-button:disabled {
  opacity: 0;
}
/* icon color */
.flickity-prev-next-button .arrow {
  fill: #ccc;
}
.flickity-prev-next-button.no-svg {
  color: #ccc;
}
/* no circle */
.flickity-button, .flickity-prev-next-button:hover {
  background: transparent;
}
.carousel:hover .flickity-prev-next-button, .flickity-prev-next-button svg {
  opacity: 1;
}
.carousel:hover .flickity-prev-next-button:disabled {
  opacity: 0.3;
}
.flickity-page-dots {
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 25px;
  bottom: auto;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(-50%);
  text-align: center;
  display: none; /*Hide Carousel dots*/
}
.flickity-page-dots .dot {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 4px 20px;
  opacity: 1;
  border: 2px solid #fff;
  background: transparent
}
.flickity-page-dots .dot.is-selected {
  background: white
}
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9, .wp10 {
  visibility: hidden
}
.wp1 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
.wp2 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
.wp3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown, .fadeIn {
  visibility: visible
}
/*Footer*/
footer p {
  font-size: 14px;
  /*color: #000000;*/
}
footer ul li {
  font-size: 14px;
  /*color: #000000*/
}
footer ul li i {
  margin-right: 5px
}
footer ul li a {
  color: #000000
}
footer ul li a:hover {
  color: #7AE2DE
}
.footer-nav {
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer .footer-nav ul.footer-primary-nav {
  display: inline-block;
  padding-left: 0;
}
footer .footer-nav ul.footer-primary-nav li {
  display: inline-block;
  margin-right: 30px
}
footer .footer-nav ul.footer-primary-nav li:last-child {
  margin-right: 0
}
footer .footer-nav ul.footer-share {
  display: inline-block;
  float: right
}
footer .footer-nav ul.footer-share > li {
  display: inline-block;
  margin-right: 50px
}
footer .footer-nav ul.footer-share > li:last-child {
  margin-right: 0
}
footer .footer-nav ul.footer-secondary-nav li {
  color: #8A9097
}
.social-icons {
  text-align: right;
  margin-right: 15px;
}
.logo img {
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
/*Redux*/
.rAds {
  display: none;
}
/* Responsive Media Screens */
@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: block;
  }
  .testimonial-img {
    float: right;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav-wrapper nav {}
  /*  .header-nav-wrapper .logo {
    width: 280px
  }*/
}
@media screen and (max-width: 1024px) {
  .primary-nav-wrapper {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: scroll;
    display: none !important;
  }
  .navicon {
    visibility: visible
  }
  .header-nav-wrapper nav {
    width: 100%;
    padding: 100px 0 0;
    text-align: center
  }
  .header-nav-wrapper nav ul {
    display: block;
    padding-left: 0;
  }
  .header-nav-wrapper nav ul li {
    font-size: 30px;
    display: block;
    padding: 10px 20px;
    border-right: none
  }
  .secondary-nav-wrapper ul.secondary-nav li {
    font-size: 30px
  }
  .header-nav-wrapper.mobile nav ul li a {
    display: block;
    font-size: 1.2em;
  }
  .header-nav-wrapper nav ul li a:before {
    display: none
  }
  .secondary-nav-wrapper {
    display: block;
    padding: 0;
    text-align: center;
    background-color: transparent
  }
  .secondary-nav-wrapper ul {
    display: none;
  }
  .secondary-nav-wrapper li a:before {
    display: none
  }
  .main-navigation ul ul { /* Display Mobile Dropdown menus */
    /*display: none;*/
      width: 100%;
  }
  .primary-nav-wrapper.open {
    visibility: visible;
    display: block !important;
    opacity: 1;
  }
  .open {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-branding {
    margin-bottom: 20px
  }
  footer ul li a {
    display: block
  }
  footer .footer-nav ul.footer-share {
    display: block;
    float: none
  }
  footer ul.footer-secondary-nav {
    margin-top: 40px
  }
  footer ul.footer-secondary-nav li a {
    margin-top: 10px
  }
  footer .footer-nav ul.footer-share > li {
    display: block;
    margin: 0 0 20px;
    padding: 15px 0;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.25)
  }
  .footer-primary-nav.social-icons, footer {
    text-align: center;
    padding-bottom: 20px;
  }
  .top-nav .social-icons {
    margin: auto;
    padding-bottom: 10px;
  }
  .flickity-page-dots {
    line-height: 1;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 25px;
    left: 50%;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateX(-50%);
    text-align: center
  }
  .flickity-page-dots .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    opacity: 1;
    border: 2px solid white;
    background: transparent
  }
  div.mouse-container {
    display: none
  }
  .admin-bar .fixed-top, .admin-bar .navicon { /* move WP Admin bar down if nav is stick/fixed */
    /*top: 45px;*/
    top: auto;
  }
}
@media screen and (max-width: 640px) {
  header.hero {}
  .carousel-cell {
    height: 400px !important;
  }
}
@media screen and (max-width: 480px) {
  .header-nav-wrapper .logo img {
    margin-left: 20px;
  }
  .navicon {
    padding: 30px;
    /*background-color: #000000;*/
  }
  .header-nav-wrapper .logo {
    border-bottom: none
  }
  header.hero .hero-bg .hero-intro-text {
    margin: 20px;
  }
  /* Gutenberg Mobile */
  .has-background {
    background-image: initial !important;
  }
  .offset-box .wp-block-column {
    padding-right: 40px;
  }
  .tagline {
    margin-top: 50px;
  }
}