/* 
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/
Description:  Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:     Elementor Team
Author URI:   https://elementor.com/
Template:   hello-elementor
Version:    1.0.0
Text Domain:  hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,400,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */ }

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: "Source Sans Pro";
/*  font-family: "Roboto Slab", serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: inherit; }

h1 {
  font-size: 61px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; 
  margin-bottom: 0rem !important;
}

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1.5rem; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
  white-space: pre-wrap; }

/* Text-level semantics
   ========================================================================== */
a, a:active {
  background-color: transparent;
  text-decoration: none;
  color: #E2564B; }
  a:hover {
    color: #A8D167; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
  height: auto;
  max-width: 100%; }

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

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 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: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333;
    outline: 0 none; }

/**
 * 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"] {
  width: auto;
  -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:not(.lity-close),
[type="submit"],
[type="button"]:not(.lity-close) {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffc400;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0px !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover:not(.lity-close), button:focus:not(.lity-close),
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover:not(.lity-close),
  [type="button"]:focus:not(.lity-close) {
    color: #fff;
    background-color: #66C1E3;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 */ }

select {
  display: block; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #e9e9e9; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }



.cn-button.kernbrand {
  border: 2px solid #ffc400 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #ffc400;
  color: #FFF;
  padding: 10px 15px;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: none;
  margin: 20px 0;
}
.cn-button.kernbrand:hover {
  border: 2px solid #ffc400 !important;
  background: #ffffff;
  color: #ffc400;
}

.elementor-nav-menu--main.elementor-nav-menu.menu-item,
.elementor-nav-menu--dropdown.menu-item {
	border: 1px solid #c00 !important;
    padding-right: 40px !important;
}
.elementor-nav-menu--main .menu-item a:after {
	font-family: "Font Awesome 5 Free" !important; 
    content: "\f054" !important;
    position: absolute;
    right: 10px;
    opacity: 1 !important;
    color: #FFC400;
}

.elementor-nav-menu--main .elementor-item-active:after,
.elementor-nav-menu--main .menu-item a:hover:after {
    color: #FFF !important;
}

.elementor-nav-menu--main .elementor-item-active,
.elementor-nav-menu--main .menu-item a:hover {
	background: #FFC400;
	color: #FFF !important;
	transition: all 0s !important;
}

.elementor-nav-menu .elementor-item-active,
.elementor-nav-menu .menu-item a:hover {
	background: #FFC400 !important;
	color: #FFF !important;
	transition: all 0s !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-sub-item,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
	width: 100% !important;
	border-bottom: 1px solid #ccc;
	padding-right: 50px !important;
	font-family: "Source Sans Pro";
	font-size: 16px;
	min-width: 250px;
	background: #FFF;
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background-color: transparent !important;
}

/*
.geodir-categories-container ul {
	width: calc(100%/3);
	margin: 0 0px 0px 0px;
}

.geodir-categories-container ul .gd-cptcat-li-main {
	width: 100%;
	margin: 0px 3px 3px 0px;
  border-radius: 8px;
  overflow: hidden;
}

.geodir-categories-container ul .gd-cptcat-li-sub-container {
  margin: 0px 0px 0px 0px;
  display: inline-block;
}

.geodir-categories-container ul li.gd-cptcat-li-sub-container ul.gd-cptcat-sub li {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #009;
}
*/

.gd-categories-widget .gd-cptcat-row ul {
  width: auto;
  margin: 10px 0px;
  min-width: 25%;
  display: inline-block;
}

.geodir-categories-container ul > li {
  width: 100%;
  float: left;
  margin: 5px;
  border: 2px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  height: 80px;
}

.geodir-categories-container ul > li a {
  height: 80px !important;
  line-height: 80px;
  font-family: "Source Sans Pro";
}

h1.entry-title {
  font-family: "Source Sans Pro";
}
.geodir-categories-container ul > li:not(:first-child) {
  width: 100%;
  float: left;
  margin: 5px;
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

.geodir-categories-container ul > li > ul {
  width: 100% !important;
  margin: 0;
}

.geodir-categories-container ul > li > ul > li:first-child {
  border: 2px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  float: left;
  display: flex;
  margin: 5px 5px 0px 0px !important;
}

.geodir-categories-container ul > li > ul > li:last-child {
  border: 2px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  float: left;
  display: flex;
  margin: 5px 0px 0px 0px !important;

}

@media screen and (max-width:549px) { 
  .geodir-categories-container ul > li > ul > li {
    border: 2px solid #ccc !important;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    margin: 5px 5px 0px 0px !important;
    align-items: center;
    max-width: 100;
  }
  .geodir-categories-container ul > li > ul > li:nth-child(1n) {
    margin: 5px 0px 0px 0px !important;
  }
}

@media screen and (min-width:550px) and (max-width:767px) { 
  .geodir-categories-container ul > li > ul > li {
    border: 2px solid #ccc !important;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    margin: 5px 5px 0px 0px !important;
    align-items: center;
    max-width: calc(50% - 4px);
  }
  .geodir-categories-container ul > li > ul > li:nth-child(2n) {
    margin: 5px 0px 0px 0px !important;
  }
}

@media screen and (min-width:768px) and (max-width: 1199px) { 
  .geodir-categories-container ul > li > ul > li {
    border: 2px solid #ccc !important;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    margin: 5px 5px 0px 0px !important;
    align-items: center;
    max-width: calc(33.33333% - 4px);
  }
  .geodir-categories-container ul > li > ul > li:nth-child(3n) {
    margin: 5px 0px 0px 0px !important;
  }
}

@media screen and (min-width:1200px) { 
  .geodir-categories-container ul > li > ul > li {
    border: 2px solid #ccc !important;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    margin: 5px 5px 0px 0px !important;
    align-items: center;
    max-width: calc(25% - 4px);
  }
  .geodir-categories-container ul > li > ul > li:nth-child(4n) {
    margin: 5px 0px 0px 0px !important;
  }
}



.geodir-categories-container ul li a .gd-cptcat-icon img {
  width: 54px;
  height: 54px;
  margin: auto;
  margin-top: 13px;
}

/*
.elementor-page-gd > .site-main {
	max-width: 1350px;
	margin: 0 auto;
}
*/

.entry-title a {
/*	display: none;*/
}

@media (min-width: 576px) and (max-width: 767px ) {
	.site-header,
	body:not([class*=elementor-page-]) .site-main {
	    max-width: 767px !important;
      width: 96%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.site-header,
	body:not([class*=elementor-page-]) .site-main {
	    max-width: 991px !important;
      width: 96%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.site-header,
	body:not([class*=elementor-page-]) .site-main {
	    max-width: 1199px !important;
      width: 96%;
	}
}
@media (min-width: 1200px) {
	.site-header, 
	body:not([class*=elementor-page-]) .site-main {
	    max-width: 1350px !important;
      width: 96%;
      margin: 0 auto;
	}
}
.site-header,
body:not([class*=elementor-page-]) .site-main {
    margin-right: auto;
    margin-left: auto;
}

.eventday {
  font-size: 2.5rem;
	font-family: "Source Sans Pro";
	font-weight: bold;
}
.eventmonth {
	font-size: 1.2rem;
	font-family: "Source Sans Pro";
}
.eventweekday {
	font-size: 1.2rem;
	font-family: "Source Sans Pro";
}
@media (min-width: 576px) {
  .leftwrapper {
  	width: 25%;
  	float: left;
  	height: 100%;
    min-height: 150px;
  	display: table;
  	color: #fff !important;
    min-width: 180px;
  }
  .void-grid .post-info {
    text-align: left;
    font-family: "Source Sans Pro";
  }
  .void-grid .post-info h3 {
    font-weight: bold;
    line-height: 1;
  }
  .item {
    color: #333333 !important;
  }
}

@media (max-width: 575px ) {
  .leftwrapper {
    float: none;
    clear: both;
    width: 100%;
    display: block;
    color: #fff !important;
    padding-bottom: 20px;
  }
  .void-grid .post-info {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Source Sans Pro";
  }
  .void-grid .post-info h3 {
    font-weight: bold;
  }
  .item {
    display: block !important;
    color: #333333 !important;
  }
  .item p {
    margin-bottom: 0;
  }
}



.geodir-post-rating {
    display:none!important;
}

.gd-list-item-right,
.geodir-single-taxonomies-container,
.geodir-single-tabs-container {
  font-family: "Source Sans Pro";
}


/******************* Menu Styling ***************/

.menu-mainmenu-container ul {
  list-style-type: none;
}


.slide-menu {
position: fixed;
  width: 340px;
  max-width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateX(100%);
  overflow-y: auto;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.slide-menu,
.slide-menu .slide-menu__slider {
  transition: transform .3s ease-in-out;
  will-change: transform;
}

.slide-menu .slide-menu__slider {
  width: 100%;
  transform: translateX(0);
}

.slide-menu ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}

.slide-menu ul a {
  display: block;
}

.slide-menu a {
  cursor: pointer;
}

.slide-menu,
.slide-menu li > a {
  font-size: 16px;
  color: #333;
  display: block;
  font-family: "Source Sans Pro";
  font-weight: 700;
}

.slide-menu a {
  padding: .9rem 1.5rem;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}

.slide-menu a:not([class*=slide-menu__backlink]):after {
  position: absolute;
  right: 10px;
  margin-left: 1em;
  font-size: 100%;
  font-family: "Font Awesome 5 Free" !important; 
  content: '\f054';
  color: #ffc400;
}

.slide-menu a:hover:not([class*=slide-menu__backlink]):after,
.slide-menu .current-menu-parent > a:not([class*=slide-menu__backlink]):after,
.slide-menu .current-menu-ancestor > a:not([class*=slide-menu__backlink]):after {
  color: #fff;
}

.slide-menu a:hover,
.elementor-item-active,
.current-menu-item,
.current-menu-ancestor > a:not([class*=slide-menu__backlink]) ,
.current-menu-parent > a:not([class*=slide-menu__backlink]) {
  background-color: #ffc400;
  color: #fff;
}

.slide-menu .current-menu-item a:not([class*=slide-menu__backlink]):after,
.slide-menu .current-menu-ancestor a:not([class*=slide-menu__backlink]):after,
.current-menu-item a {
  color: #fff !important;
}

.slide-menu a:hover span {
  color: #fff;
}

.slide-menu a span {
  color: #ffc400;
}

.slide-menu .controls {
  display: flex;
  margin-bottom: 1rem;
}

.slide-menu__control {
  color: #fff;
  background-color: none;
  border: none;
}

.btn.slide-menu__control.hamburger {
  color: #333;
  background: transparent !important;
  border: none;
  font-size: 30px;
  padding: 0;
  margin-right: 20px;
}

.btn.slide-menu__control.hamburger:hover {
  color: #ffc400;
}

.slide-menu__control:hover,
.slide-menu__control:active,
.slide-menu__control:focus {
  color: #fff;
  background-color: #66C1E3;
  border: none !important;
  outline: none !important;
}

.slide-menu .btn {
  padding: .75rem 1.5rem;
  flex: 1 0 auto;
  font-size: 90%;
  color: #fff;
  background-color: #66C1E3;
  text-transform: uppercase;
  border: none;
}

.slide-menu .btn:hover {
  background-color: #66C1E3;
}

.slide-menu .btn:first-of-type {
  text-align: left;
}

/*
.slide-menu .btn:first-of-type:before {
  content: "⮜";
  margin-right: .5rem
}
*/

.slide-menu .btn:last-of-type {
  text-align: right;
}

.slide-menu .btn:last-of-type:before {
  content: "✕";
  margin-right: .5rem;
}

.slide-menu .slide-menu__backlink {
  text-transform: uppercase;
}

.slide-menu .slide-menu__backlink:hover {
  text-transform: uppercase;
  border-bottom: 1px solid #ccc !important;
  color: #FFF !important;
}

.chevronright {
  font-family: "Font Awesome 5 Free" !important; 
  content: '\f054';
}

.onlineschalter {
  margin-right: 20px;
  color: #333;
}
.onlineschalter:hover {
  color: #ffc400;
}

.post-grid-inner .oben {
  background: #66C1E3;
  padding: 10px 20px 10px 20px;
  min-height: 70px;
  transition: all .3s;
}

.post-grid-inner .unten {
  padding: 10px 20px;
  min-height: 60px;
}

.wpcap-post:hover .oben {
  background: #ffc400;
  transition: all .3s;
}

.kb-tooltip {
  position: absolute;
}

.kb-tooltip .kb-tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 999999 !important;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.kb-tooltip .kb-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.kb-tooltip:hover .kb-tooltiptext {
  visibility: visible;
}

.uk-tooltip {
  border-radius: 4px;
  background: rgba(0,0,0,0.85);
  font-family: "Source Sans Pro";
}

[class*='uk-tooltip-top'] {
  margin-top: -30px !important;
}


[class*='uk-tooltip-top']::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0,0,0,0.85) transparent transparent transparent;
}


.entry-header.item {
  border: 2px solid #66C1E3;
  display: flex;
  border-radius: 6px;
  transition: all .3s;
  overflow: hidden;
}

.entry-header.item .leftwrapper {
  background: #66C1E3;
  transition: all .3s;
}

.entry-header.item:hover {
  border: 2px solid #ffc400;
  transition: all .3s;
}

.entry-header.item:hover .leftwrapper {
  background: #ffc400;
  transition: all .3s;
}


.lity-close {
  width: 40px;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: var(--lity-close-size);
    font-family: Arial, Baskerville, monospace;
    line-height: var(--lity-close-size);
    text-shadow: var(--lity-close-text-shadow);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: var(--lity-close-size);
    font-family: Arial, Baskerville, monospace;
    line-height: var(--lity-close-size);
    text-shadow: var(--lity-close-text-shadow);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
}

#breadcrumbs span,
#breadcrumbs span a {
  font-size: 16px;
}
#breadcrumbs a {
  color: #ffc400;
}

#breadcrumbs a:hover {
  color: #66c1e3;
}


#breadcrumbs i {
  margin: 0px 10px;
  font-size: 12px;
}

.onethird {
  width: calc(33.333% - 20px);
  display: inline;
  float: left;
  margin: 0px 20px 0px 0px;
}


.geodir_map_container {
  z-index: 1 !important;
  position: relative;
}

.geodir-tabs .geodir-tabs-content>li {
  padding: 0px 10px !important;
}


p {
  margin-bottom: 0.5rem;
}
.elementor-pagination {
  margin-bottom: 50px;
  white-space: collapse;
}

.elementor-pagination .page-numbers {
  border: 1px solid #1e73be;
  padding: .75rem 1rem;
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.elementor-pagination .page-numbers:hover {
  border: 1px solid #1e73be;
  background: #1e73be;
  color: #FFF;
}

.elementor-pagination .current {
  border: 1px solid #1e73be;
  background: #1e73be;
  color: #FFF;
}