/*
Theme Name: Biosphärengebiet Schwarzwald
Theme URI: http://www.biosphaerengebiet-schwarzwald.de
Description: This is a custom child theme for Biosphärengebiet Schwarzwald
Author: qu-int
Author URI: http://qu-int.com/
Template: salient
Version: 0.1
*/

.wpb_wrapper > div {
    margin-bottom: 0px !important;
}

.smaller_fw_row {
    margin-right: 10%;
}
@media (min-width: 1000px) {
    body .vc_row-fluid .vc_col-sm-6 {
        width: 50% !important;
        margin-left: 0% !important;
    }
}

.dark_bg h1,
.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg p {
    color: white !important;
}

.dark_green_bg h1,
.dark_green_bg h2,
.dark_green_bg h3,
.dark_green_bg h4,
.dark_green_bg p {
    color: #ffffff !important;
}

h1 + h2 {
    margin-top: -40px;
}

h2 + h3 {
    margin-top: -4px;
}

h1 {
    padding-bottom: 50px;
}
h2 {
    padding-bottom: 10px;
}
h3 {
    padding-bottom: 30px;
}
.widget h4 {
    color: #000 !important;
    font-size: 17px !important;
}

body .at-content a {
    color: inherit;
    text-decoration: underline;
    transition: opacity 0.2s;
}

body #header-outer:not([data-lhe='animated_underline']) header#top nav .sf-menu > li.current-menu-ancestor > a,
body #header-outer:not([data-lhe='animated_underline']) header#top nav .sf-menu > li.current-menu-ancestor > a,
#header-outer:not([data-lhe="animated_underline"]) header#top nav > ul > li > a:hover,
body #header-outer:not([data-lhe="animated_underline"]) header#top nav > ul > li > a:hover {
    text-decoration: underline;
    //background: #1b4b82;
}

body .at-content a:hover {
    opacity: 0.7;
}

.nectar-button span {
    text-transform: uppercase;
}

.at-content .nectar-button.regular-button.extra-color-1, 
.at-content .nectar-button.tilt.extra-color-1 {
    background-color: #fff !important;
    color: #000;
}

.at-content .col.dark .nectar-button.see-through:hover {
    background: #000 !important;
    color: #fff !important;
}


.at-content article.post .more-link, 
.at-content .blog-recent .more-link {
    text-decoration: none !important;
}

.at-content article.post .more-link span, 
.at-content .blog-recent .more-link span {
    border-radius: 200px !important;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 18px;
}

article.post .post-header h2 a {
    text-decoration: none;
}

.nectar_icon_wrap[data-style="border-animation"] .nectar_icon {
    border-color: #fff;
}

.nectar_icon_wrap[data-style="border-animation"] .nectar_icon:hover {
    border-color: #000;
    background: #000;
}

.at-content article.post .more-link:focus-visible, 
.at-content .blog-recent .more-link:focus-visible {
    outline: none;
}

#to-top i {
    background-color: #fff !important;
    color: #000;
}

#custom_html-2 a {
    text-decoration: none;
}

.keyboard-focus,
:focus-visible,
:focus-visible:active,
a:focus-visible,
button:focus-visible,
header .sf-menu a:focus-visible,
.at-content article.porgb(175, 147, 147)e-link:focus-visible span, 
.at-content .blog-recent .more-link:focus-visible span {
	outline: 3px solid;
	outline: auto -webkit-focus-ring-color;
	outline-color: #5b9dd9;
}

body:not(.woocommerce-cart) .main-content td {
    vertical-align: top;
}

.post-header .meta-author,
.post-header .meta-category,
.single #single-below-header span.meta-author,
.ascend .comment-wrap,
.ascend #author-bio {
    display: none;
}
.ascend #footer-outer #footer-widgets .col ul li a,
.ascend #sidebar div ul li a {
    display: inline !important;
}

article.post .content-inner .post-featured-img img {
    width: 45% !important;
    float: left !important;
    margin-right: 25px !important;
}
body h2,
article.post .post-header h {
    font-size: 25px !important;

    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    white-space: normal;
}

.sub-menu--top {
    top: auto !important;
    bottom: 70px !important;
}

.team-member[data-style='meta_overlaid'] .team-meta h3,
.team-member[data-style='meta_overlaid_alt'] .team-meta h3,
.team-member[data-style='bio_fullscreen'] .team-meta h3 {
    padding: 0;
}
.team-member[data-style='meta_overlaid'] .team-meta p,
.team-member[data-style='meta_overlaid_alt'] .team-meta p,
.team-member[data-style='bio_fullscreen'] .team-meta p {
    line-height: normal;
    width: calc(100% - 50px);
}

.question {
    padding: 20px 30px !important;
    margin: 20px 0 0;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.question:hover {
    background: #e2e2e2;
}
.question:before {
    content: '×';
    float: right;
    color: #888;
    font-size: 25px;
    font-weight: 400;
    margin-left: 10px;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.question.active:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.answer {
    overflow: hidden;
}
.answer table {
    margin: 0;
}

@font-face {
    font-family: 'FSMe';
    font-style: normal;
    font-weight: 400;
	font-display: swap;
	src: url('Resources/Public/Fonts/FSMeW05-Regular.woff2') format('woff2'), 
         url('Resources/Public/Fonts/FSMeW05-Regular.woff') format('woff'); 
    
}

@font-face {
    font-family: 'FSMe';
    font-style: normal;
    font-weight: 600;
	font-display: swap;
	src: url('Resources/Public/Fonts/FSMeW05-Bold.woff2') format('woff2'), 
         url('Resources/Public/Fonts/FSMeW05-Bold.woff') format('woff'); 
    
}

/*#page-header-bg h1, 
body h1, 
body .row .col.section-title h1, 
.full-width-content .recent-post-container .inner-wrap h2,
#page-header-bg h2, 
body h2, 
article.post .post-header h2, 
article.post.quote .post-content h2, 
article.post.link .post-content h2, 
article.post.format-status .post-content h2, 
#call-to-action span, 
.woocommerce .full-width-tabs #reviews h3, 
.row .col.section-title h2,
body h3, .row .col h3, .toggle h3 a, .ascend #respond h3, .ascend h3#comments, .woocommerce ul.products li.product.text_on_hover h3, .masonry.classic_enhanced .masonry-blog-item h3.title, .woocommerce ul.products li.product.material h3, .woocommerce-page ul.products li.product.material h3, .portfolio-items[data-ps="8"] .col h3, .nectar-hor-list-item[data-font-family="h3"], .woocommerce ul.products li.product h2,
body, .toggle h3 a, body .ui-widget, table, .bar_graph li span strong, #slide-out-widget-area .tagcloud a, body .container .woocommerce-message a.button, #search-results .result .title span, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3, .row .col.section-title .nectar-love span, body .nectar-love span, body .nectar-social .nectar-love .nectar-love-count, body .carousel-heading h2, .sharing-default-minimal .nectar-social .social-text, body .sharing-default-minimal .nectar-love,
.bold, strong, b*/
body, h1, h2, h3, h4, h5, a, .bold, strong, b,
article.post .post-meta .month, article.post .post-meta .year {
    font-family: FSMe !important;
}

[class^="icon-"], [class*=" icon-"], [class*="fa-"] {
    font-family: FontAwesome !important;
}

.leaflet-popup .inner-popup {
    color: #616161 !important;
}
.leaflet-popup h2 {
    color: #616161 !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
.leaflet-div-icon {
    background: transparent !important;
    border: 0 none !important;
}
.icon {
}
.icon-accomodation {
}

.osmMapLegend {
}
.osmMapLegend ul.menu {
    /* margin-left: 0; */
}
.osmMapLegend ul.menu li {
    /* list-style-type: none; */
    color: #a8b95f;
}
.osmMapLegend ul.menu li a {
}
.osmMapLegend ul.menu li a:hover,
.osmMapLegend ul.menu li a:focus {
    color: #e2e2e2 !important;
}

.ascend article.post .content-inner {
    clear: left;
}

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: '';
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    background: #4c4c4c;
}

/* Modal Content */
.modal-content {
    position: relative;
    background: transparent;
    margin: auto;
    top: 25%;
    padding: 0;
    width: 100%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 29px;
    right: 33px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 50px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

#more0 {
    display: none;
    z-index: 10;
}
#more1 {
    display: none;
    z-index: 10;
}
#more2 {
    display: none;
    z-index: 10;
}
#more3 {
    display: none;
    z-index: 10;
}
#more4 {
    display: none;
    z-index: 10;
}
#more5 {
    display: none;
    z-index: 10;
}
#more6 {
    display: none;
    z-index: 10;
}
#more7 {
    display: none;
    z-index: 10;
}
#more8 {
    display: none;
    z-index: 10;
}
#more9 {
    display: none;
    z-index: 10;
}
#more10 {
    display: none;
    z-index: 10;
}
#more11 {
    display: none;
    z-index: 10;
}
#more12 {
    display: none;
    z-index: 10;
}
#more13 {
    display: none;
    z-index: 10;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

button {
    border: none;
    padding: 0px;
    color: #676767;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    font-size: 15px;
    margin-top: 17px;
    font-family: FSMe;
}
.roadmap-content_1 {
    flex-basis: 33%;
    flex: 0 0 33%;
}
.roadmap-content_2 {
    flex-basis: 18%;
    flex: 0 0 18%;
}
.test-class-mobile {
    display: none;
}
.test-class {
    display: block;
}
@media (max-width: 1229px) {
    .draw-content {
        display: none;
    }
    .roadmap-content_1 {
        flex-basis: 50%;
        flex: 0 0 50%;
    }
    .roadmap-content_2 {
        flex-basis: 24%;
        flex: 0 0 24%;
    }
}
@media (max-width: 999px) {
    .test-class-mobile {
        display: block;
    }
    .test-class {
        display: none !important;
    }
}

a,
button {
    cursor: pointer;
}

.fa-facebook {
    color: white;
}

.fa-facebook::before {
    font-size: 25px;
}

.fa-instagram {
    color: white;
}

.fa-instagram::before {
    font-size: 25px;
}

.search-icon-path {
    fill: #ffffff;
}

.minimal-form-input label span.text {
    margin-top: 5px;
}

.minimal-form-input .search-field {
    border-bottom: none;
    background: white !important;
    border: 1px solid gray !important;
    padding-left: 15px !important;
}

.minimal-form-input {
    padding-top: 0px !important;
}

.minimal-form-input.no-text label .text-inner {
    display: none !important;
    color: transparent !important;
}

@media (min-width: 1181px) {
    .is-menu.dropdown form {
        min-width: 623px !important;
        right: -15px !important;
    }

    .minimal-form-input {
        width: 84.3% !important;
    }

    .search-form {
        border-bottom: 20px solid #2a4975;
        border-left: 20px solid #2a4975;
        border-right: 20px solid #2a4975;
    }

    .search-form .search-submit {
        float: right !important;
        height: 48px !important;
        width: 15.7% !important;
        background-color: rgba(42, 73, 117, 100) !important;
    }
}

@media (max-width: 1180px) {
    .astm-search-menu .search-form {
        width: 100%;
    }

    .astm-search-menu .search-form .search-field {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        background: white !important;
        color: black !important;
        margin-top: 1px !important;
        margin-bottom: 3px !important;
        border-bottom: none !important;
    }

    .astm-search-menu .search-form .search-submit {
        width: 100%;
        height: 50px;
    }

    .is-menu.dropdown form {
        right: unset !important;
    }
}

.roadmap-content_1 button {
    background: none !important;
}

.mejs-container:not(.mejs-audio) .mejs-controls:before {
    height: 0% !important;
}

#slides {
    margin-top: -3px;
    margin-bottom: -20px;
    height: 50px !important;
    background: #002c50 !important;
    transition: background 0.2s ease;
}

#slides blockquote {
    font-family: FSMe;
}

.controls {
    display: none;
}

#slides h2 {
    font-size: 17px !important;
    color: white !important;
    margin-top: 10px;
    padding-bottom: 0;
}

#slides h2 .fas {
    margin-left: 20px;
}

#slides a > blockquote,
#slides div > blockquote {
    display: block;
    background: #002c50 !important;
}

#slides a > blockquote:hover {
    background: #073e6b !important;
    opacity: 1;
}

#slides a:focus-visible > blockquote {
    //outline: 3px solid;
    //background: red !important;
}

.nectar-love-wrap {
    display: none !important;
}

#single-meta {
    display: none !important;
}

/** MOBILE OPTIMISATIONS **/

#start.standard_section {
    visibility: visible !important;
    min-height: 75px;
}

#start.standard_section .divider-wrap {
    display: none;
}

#start.standard_section .vc_column-inner {
    max-width: none;
}

header#top nav > ul > li > a,
#mobile-menu ul li a {
    letter-spacing: 0 !important;
    font-size: 15px !important;
}

.sf-sub-indicator [class^="icon-"], 
.sf-sub-indicator [class*=" icon-"] {
    font-size: 18px;
}

#mobile-menu a > .sf-sub-indicator {
    width: 100% !important;
}

#mobile-menu > .container > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

#mobile-menu li a {
    border-bottom: none !important;
}

#mobile-menu .sub-menu li + li {
    margin-top: -10px !important;
}

header#top .sf-menu li ul li a, 
#header-secondary-outer nav > ul > li > a, 
#header-secondary-outer ul ul li a, 
#header-outer .widget_shopping_cart .cart_list a {
    font-size: 15px !important;
    line-height: 1.4 !important;
}

@media only screen and (min-width: 1181px) and (max-width: 1300px) {
    header#top .container {
        padding-left: 30px;
        padding-right: 15px;
    }
}

.sf-menu ul {
    width: 230px !important;
}

.sf-menu ul li + li {
    margin-top: -8px !important;
}

.sf-menu ul li:hover {
    z-index: 20;
}

/*.sf-menu ul li a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.sf-menu ul li:first-child a {
    padding-top: 20px !important;
}

.sf-menu ul li:last-child a {
    padding-bottom: 20px !important;
}*/

@media (max-width: 1180px) {
    .wpb_row .span_12 > .col.padding-7-percent,
    .column-inner.padding-7-percent {
        padding-right: 0;
    }

    .wpb_wrapper .vc_custom_1507126324675,
    .wpb_wrapper .vc_custom_1507190928095 {
        margin-left: 0 !important;
    }

    .wpb_wrapper
        .wpb_row
        .span_12
        > .col.padding-6-percent[data-padding-pos='all'],
    .column-inner.padding-6-percent[data-padding-pos='all'],
    body #landurlaub .span_12 > .col.padding-5-percent[data-padding-pos='all'],
    body
        #museumbergwerk
        .span_12
        > .col.padding-5-percent[data-padding-pos='all'] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .wpb_wrapper .vc_custom_1511943337873,
    .wpb_wrapper .vc_custom_1513333303770 {
        margin-right: 0 !important;
    }

    .slide-out-widget-area-toggle.mobile-icon .lines-button::after,
    .slide-out-widget-area-toggle.mobile-icon .lines::before,
    .slide-out-widget-area-toggle.mobile-icon .lines::after,
    header#top
        .slide-out-widget-area-toggle[data-icon-animation='spin-and-transform'].mobile-icon
        .lines-button.x2
        .lines,
    body #header-outer header .slide-out-widget-area-toggle .lines-button,
    body #header-outer header .slide-out-widget-area-toggle .lines,
    body #header-outer header .slide-out-widget-area-toggle .lines::before,
    body #header-outer header .slide-out-widget-area-toggle .lines::after {
        width: 24px !important;
    }
    body
        #header-outer
        .slide-out-widget-area-toggle[data-icon-animation='simple-transform'].mobile-icon
        .lines::after {
        top: -7px !important;
    }

    body
        #header-outer
        .slide-out-widget-area-toggle[data-icon-animation='simple-transform'].mobile-icon
        .lines::before {
        top: 7px !important;
    }

    body #header-outer {
        position: absolute !important;
    }

    header#top #toggle-nav {
        display: block;
        padding: 7px 5px;
        min-width: 32px;
    }

    header#top #toggle-nav > span {
        position: relative;
    }

    .lines-button.close {
        right: 0;
        transform: none;
    }

    #mobile-menu {
        top: 62px;
        background-color: #23538a;
    }

    .home #mobile-menu {
        overflow: auto;
        max-height: calc(100vh - 65px);
    }

    #mobile-menu ul li a {
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        transition: background 0.2s;
    }

    #mobile-menu ul li a:hover {
        background-color: #124177;
    }

    #mobile-menu ul li a .sf-sub-indicator i {
        color: #fff !important;
        transition: transform 0.2s;
    }

    body #mobile-menu li.open > a .sf-sub-indicator [class^='icon-'] {
        color: #fff !important;
        transform: rotate(180deg);
    }

    .home #mobile-menu {
        position: absolute;
        top: 100vh;
        left: 0;
        right: 0;
    }

    #mobile-menu .astm-search-menu .search-form .search-field {
        background-repeat: no-repeat !important;
        background-position: 97% 50% !important;
    }

    body:not(.home) #ajax-content-wrap {
        margin-top: 60px;
    }

    #to-top:before {
        content: '';
        width: 37px;
        height: 37px;
        display: block;
        position: absolute;
        top: -4px;
        left: -4px;
        z-index: 0;
    }

    .menu-item a > .sf-sub-indicator {
        left: 0 !important;
        text-align: right;
    }

    .TextRun.SCXW120922918:first-of-type:before {
        content: '';
        display: block;
        height: 50px;
    }

    .divider {
        height: 40px !important;
    }
}

@media only screen and (min-width: 690px) and (max-width: 1000px) {
    .full-width-content .vc_column-inner {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 690px) {
    #footer-outer img {
        max-width: 200px !important;
        margin: 0;
    }

    .wpb_row.full-width-section,
    .wpb_row.full-width-content {
        margin-left: -15px;
        margin-right: -15px;
    }

    body header .container,
    body .container,
    body #ajax-content-wrap .container,
    body #ajax-content-wra div.slider-nav,
    #post-area.standard-minimal.full-width-content article.post .inner-wrap {
        max-width: initial !important;
        width: 100%;
    }

    body #ajax-content-wrap .container,
    body #ajax-content-wra div.slider-nav,
    #post-area.standard-minimal.full-width-content article.post .inner-wrap,
    body .wpb_row .span_12 > .col.padding-3-percent[data-padding-pos='all'],
    body .wpb_row .span_12 > .col.padding-4-percent[data-padding-pos='all'],
    body .wpb_row .span_12 > .col.padding-5-percent[data-padding-pos='all'],
    body .column-inner.padding-3-percent[data-padding-pos='all'],
    body .column-inner.padding-4-percent[data-padding-pos='all'],
    body .column-inner.padding-5-percent[data-padding-pos='all'],
    .wpb_row.full-width-section,
    body .wpb_row.full-width-content > .span_12 > .padding-15-percent,
    body .wpb_row.full-width-content > .span_12 > .padding-11-percent,
    body .wpb_row .span_12 > .col.padding-10-percent,
    body .column-inner.padding-10-percent,
    header#top .container,
    #mobile-menu .container,
    .test-class-mobile .abstand3 > div,
    .test-class-mobile .abstand4 > div,
    .test-class-mobile .abstand5 > div {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body .wpb_row .span_12 > .col.padding-2-percent[data-padding-pos='all'] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nectar-button.has-icon,
    .nectar-button.tilt.has-icon {
        padding-left: 22px;
        padding-right: 22px;
    }

    #page-header-bg h2,
    body h2,
    article.post .post-header h2,
    article.post.quote .post-content h2,
    article.post.link .post-content h2,
    article.post.format-status .post-content h2,
    #call-to-action span,
    .woocommerce .full-width-tabs #reviews h3,
    .row .col.section-title h2 {
        font-size: 20px !important;
        line-height: 1.5 !important;
    }

    body .row .col.section-title h1,
    body h1 {
        font-size: 25px !important;
        padding-bottom: 30px;
    }
}

@media (max-height: 750px) {
    .nectar_icon_wrap {
        display: none;
    }
}

@media (max-height: 600px) {
    .vc_row.vc_row-o-columns-middle.vc_row-o-full-height > .span_12 {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: flex-start !important;
        align-content: flex-start !important;
        margin-top: 50px;
    }
}

@media (min-width: 750px) {
    .astm-search-menu.is-dropdown form {
        min-width: 608px;
    }

    .astm-search-menu.is-dropdown form input {
        font-family: arial;
    }

    .astm-search-menu.is-dropdown form .search-submit {
        font-family: FSMe !important;
    }
}

.spacing-top {
    margin-top: 35px !important;
}

.blog-title #single-below-header .meta-category a {
    pointer-events: none;
    cursor: default;
}

.txt-weiss {
    color: white;
}

.txt-grau {
    color: #676767;
}

.main-content iframe[src] {
    opacity: 1;
}

.presenter-btn {
    position: absolute;
    z-index: 999999;
    right: 60px;
    background-color: #a9b75d !important;
    color: white;
    top: 60px;
    padding: 15px 20px;
    font-size: 17px;
    transition: 0.5s;
}

.presenter-btn:hover {
    color: white !important;
    background: rgba(0, 0, 0, 0.4) !important;
}

@media only screen and (max-width: 1000px) {
    .presenter-btn {
        right: -80px;
    }
}

@media only screen and (max-width: 600px) {
    .presenter-btn {
        right: 10px;
    }
}

#search-results .result {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    width: 100% !important;
}

#search-results {
    visibility: visible !important;
}

.masonry-blog-item .inner-wrap,
#search-results .result .inner-wrap {
    box-shadow: none !important;
}

.search .row .col.section-title-search h1 {
    font-size: 42px !important;
    line-height: 70px !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
    font-family: inherit !important;
    font-weight: 100;
    letter-spacing: -1px !important;
}

.result .inner-wrap .title {
    font-family: FSMe !important;
    font-size: 22px !important;
    font-weight: 100 !important;
    line-height: 32px !important;
}
.result .inner-wrap .title a {
    color: rgb(68, 68, 68) !important;
}

.green-txt {
    display: contents !important;
    color: #a8b95f !important;
    font-size: inherit !important;
}

article.result .title a:hover {
    color: #a8b95f !important;
}

@media only screen and (max-width: 5096px) {
    #cd_wave {
        margin-top: -760px !important;
    }
}

@media only screen and (max-width: 4596px) {
    #cd_wave {
        margin-top: -710px !important;
    }
}

@media only screen and (max-width: 4096px) {
    #cd_wave {
        margin-top: -660px !important;
    }
}

@media only screen and (max-width: 3544px) {
    #cd_wave {
        margin-top: -560px !important;
    }
}

@media only screen and (max-width: 3264px) {
    #cd_wave {
        margin-top: -510px !important;
    }
}

@media only screen and (max-width: 3010px) {
    #cd_wave {
        margin-top: -472px !important;
    }
}

@media only screen and (max-width: 2510px) {
    #cd_wave {
        margin-top: -389px !important;
    }
}

@media only screen and (max-width: 2130px) {
    #cd_wave {
        margin-top: -317px !important;
    }
}

@media only screen and (max-width: 1669px) {
    #cd_wave {
        margin-top: -204px !important;
    }
}

@media only screen and (max-width: 1049px) {
    #cd_wave {
        margin-top: -127px !important;
    }
}

@media only screen and (max-width: 655px) {
    #cd_wave {
        margin-top: -100px !important;
    }
}

@media only screen and (max-width: 504px) {
    #cd_wave {
        margin-top: -59px !important;
    }
}
