/*
Theme Name: Hambi Theme
Theme URI: https://oceanwp.org/
Description: Template basierend auf OceanWP.
Author: X
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.2.1
*/

/* latin-ext */
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url('./fonts/fjallaone-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url('./fonts/fjallaone.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Parent stylesheet should be loaded from functions.php not using @import */

/* green = #17c157; */

.home.separate-layout.content-full-width .content-area {
    padding: 0px !important;
}

a.continue-reading-link {
    display: table;
    width: auto;
    float: none;
    padding: .75em 1.5em;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin-top: 1em;
    font-size: .9em;
    text-transform: uppercase;
    font-style: normal;
    -webkit-transition: background .3s;
    transition: background .3s;
    color: #131211 !important;
    background: #eeeeee;
    border-color: #EEEEEE;
}

#footer-bottom {
    font-size: 14px;
    color: white;
}

figcaption.elementor-image-carousel-caption {
    padding: 15px;
}

figcaption.elementor-image-carousel-caption p {
    margin: 0 0 10px;
    font-weight: 400;
}

figcaption.elementor-image-carousel-caption h3 {
    margin: 0 0 10px;
}

#site-navigation-wrap .dropdown-menu>li>a {
    line-height: 45px;
}

#site-navigation-wrap .dropdown-menu>li {
    margin-right: 0px;
    margin-bottom: 8px;
}

.dropdown-menu ul li a.menu-link {
    text-transform: none;
}

#site-navigation-wrap .dropdown-menu > li.menu-item-type-language > ul, 
#site-navigation-wrap .dropdown-menu > li.search-toggle-li > ul {
    margin-left: 8px;
}

#site-navigation-wrap .dropdown-menu > li.menu-item-type-language > a, 
#site-navigation-wrap .dropdown-menu > li.search-toggle-li > a {
    background: #8bdeaa;
    margin-left: 8px;
}

#site-navigation-wrap .dropdown-menu > li.menu-item-type-language > ul {
    min-width: 120px;
}

#site-navigation-wrap .dropdown-menu > li.menu-item-type-language > a:active, 
#site-navigation-wrap .dropdown-menu > li.search-toggle-li > a:active,
#site-navigation-wrap .dropdown-menu > li.menu-item-type-language > a:hover, 
#site-navigation-wrap .dropdown-menu > li.search-toggle-li > a:hover 
 {
    color: #333;
}

#site-navigation-wrap .dropdown-menu > li > a {
    color: #333;
}

#site-navigation-wrap .dropdown-menu>li>a {
    padding: 0 17px;
}

#site-navigation-wrap .dropdown-menu>li>a {
    line-height: 42px;
}


.elementor-image-carousel-caption {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2em 3em;
    z-index: 8;
    background-color: rgba(248, 248, 248, 0.8);
    color: black;
}

.slick-slide-inner {
    position: relative;
}

.void-grid {
    background-color: transparent!important;
}

.col-md-6 {
    box-sizing: border-box;
    width: 47%;
    background: pink;
    margin: 10px
}

.elementor-widget-image-box .elementor-image-box-content {
    padding: 0 20px 15px;
}

.elementor-widget-image-box .elementor-image-box-content h3 {
    margin: 0 0 10px;
    color: #333!important;
}

.meta-author {
    display: none!important;
}

.entry-content a {
    color:  #17c157;
}

.textwidget li::before {
    content: "\2192  ";
    color: #17c157;
}
