body {
	color: var(--e-global-color-secondary) !important;
    font-family: Roboto, sans-serif;
    color: #54595f;
}

fieldset {
    border: 1px solid #d6d6d6 !important;
	border-radius: 5px !important;
	margin-bottom: 15px;
}

label {
    margin-bottom: 10px !important;
}

h1 {
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    line-height: 1.5em !important;
    letter-spacing: var( --e-global-typography-primary-letter-spacing );
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea{
	border-color: #d6d6d6 !important;
}

input[type="button"],
.button,
.elementor-button-wrapper a {
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif !important;
    font-weight: normal !important;
    letter-spacing: var( --e-global-typography-secondary-letter-spacing ) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 3px 3px 3px 3px !important;
    padding: 14px 35px 14px 35px !important;
    color: #ffffff !important;
    background-color: var( --e-global-color-primary ) !important;
    border-color: var( --e-global-color-primary ) !important;
    transition: all 0.2s !important;
}

.elementor-button {
    font-weight: normal !important;
    line-height: normal !important;
}

input[type="button"]:hover,
.button:hover,
.elementor-button-wrapper a:hover {
    color: var( --e-global-color-primary ) !important;
    background-color: rgba(255,255,255,0.05) !important;
    border-color: var( --e-global-color-primary ) !important;
}

@media (min-width:1200px) {
    .site-header,
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1140px;
    }
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
    color: var( --e-global-color-text ) !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: none !important;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: var( --e-global-color-primary ) !important;
}

.woocommerce-pagination a {
	color: var( --e-global-color-primary ) !important;
}

.woocommerce ul.products li.product a img,
.product-category.product a img {
	border: 1px solid #f2f2f2 !important;
}

.woocommerce .woocommerce-ordering select {
	border-radius: 3px 3px 3px 3px !important;
	padding: 10px 10px 10px 5px !important;
	color: var( --e-global-color-text ) !important;
	background-color: rgba(255,255,255,0.08) !important;
	border-color: #d6d6d6 !important;
	transition: all 0.2s !important;
}

ul.products li.product .woocommerce-loop-product__title,
.product-category.product .woocommerce-loop-category__title {
	color: var( --e-global-color-secondary ) !important;
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif !important;
    font-weight: var( --e-global-typography-primary-font-weight ) !important;
    letter-spacing: var( --e-global-typography-primary-letter-spacing ) !important;
    font-size: 16px !important;
}

.product-category.product .woocommerce-loop-category__title {
    padding: 1em 0!important;
    position: absolute!important;
    bottom: 2em!important;
    background: #ffffffcc !important;
    width: 82.4%!important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 24px;
}

.elementor-heading-title,
.woocommerce-loop-product__title {
    line-height: 1.5em !important;
}

.elementor-element.elementor-element-e6584ac .woocommerce .woocommerce-loop-category__title {
	color: var( --e-global-color-secondary ) !important;
}

.elementor-widget-wc-categories .woocommerce-loop-category__title .count,
.product-category.product .count{
	color: var( --e-global-color-primary ) !important;
}

@media (max-width:591px) {
    ul.products {
        display: block !important;
    }
    
    ul.products li.product {
        margin-bottom: 20px !important;
        width: 100% !important;
    }
}

/*ul.products li.product {
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 5px !important;
    padding: 30px 30px 30px 30px !important;
    border-color: #d6d6d6 !important;
    text-align: center !important;
}*/


ul.products li.product .button {
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif !important;
    font-weight: var( --e-global-typography-secondary-font-weight ) !important;
    letter-spacing: var( --e-global-typography-secondary-letter-spacing ) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 3px 3px 3px 3px !important;
    padding: 14px 35px 14px 35px !important;
    color: #ffffff !important;
    background-color: var( --e-global-color-primary ) !important;
    border-color: var( --e-global-color-primary ) !important;
    transition: all 0.2s !important;
    line-height: normal !important;
}

ul.products li.product .button:hover {
	color: var( --e-global-color-primary ) !important;
    background-color: rgba(255,255,255,0.05) !important;
    border-color: var( --e-global-color-primary ) !important;
}

ul.products li.product .star-rating {
	color: var( --e-global-color-primary ) !important;
	font-size: 1em !important;
	margin: 15px auto;
}

ul.products li.product .price del .amount,
ul.products li.product .price del,
ul.products li.product .price {
	color: var( --e-global-color-secondary ) !important;
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif !important;
    font-size: var( --e-global-typography-secondary-font-size ) !important;
    font-weight: var( --e-global-typography-secondary-font-weight ) !important;
    letter-spacing: var( --e-global-typography-secondary-letter-spacing ) !important;
}

ul.products li.product .price ins {
    color: var( --e-global-color-secondary ) !important;
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif !important;
    font-size: var( --e-global-typography-secondary-font-size ) !important;
    font-weight: var( --e-global-typography-secondary-font-weight ) !important;
    letter-spacing: var( --e-global-typography-secondary-letter-spacing ) !important;
    text-decoration: none !important;
}

ul.products li.product .price ins .amount {
	color: var( --e-global-color-secondary ) !important;
}

ul.products li.product span.onsale {
	background-color: var( --e-global-color-accent );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    letter-spacing: var( --e-global-typography-primary-letter-spacing );
	padding: 10px !important;
}

ul.products li.product a img,
ul.products li.product .woocommerce-placeholder {
    border: 0 !important;
    margin-bottom: 0 !important;
}

.added_to_cart.wc-forward {
    display: none !important;
}

.added_to_cart,
.ajax_add_to_cart {
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif !important;
    font-size: var( --e-global-typography-secondary-font-size ) !important;
    font-weight: var( --e-global-typography-secondary-font-weight ) !important;
    letter-spacing: var( --e-global-typography-secondary-letter-spacing ) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 3px 3px 3px 3px !important;
    padding: 14px 35px 14px 35px !important;
    color: #ffffff !important;
    background-color: var( --e-global-color-primary ) !important;
    border-color: var( --e-global-color-primary ) !important;
    display: inline-block !important;
    /*line-height: 1em !important;*/
    transition: all 0.2s !important;
    text-transform: none !important;
}

.ajax_add_to_cart:before {
    content: none !important;
}

.ajax_add_to_cart:hover {
    background-color: #fff !important;
}

.woocommerce-pagination a {
	color: var( --e-global-color-primary ) !important;
}

.woocommerce .woocommerce-ordering select {
	border-radius: 3px 3px 3px 3px !important;
	padding: 10px 10px 10px 5px !important;
	color: var( --e-global-color-text ) !important;
	background-color: rgba(255,255,255,0.08) !important;
	border-color: #d6d6d6 !important;
	transition: all 0.2s !important;
}

#ship-to-different-address span {
    font-size: 14px !important;
}

.woocommerce-terms-and-conditions-wrapper {
    padding-left: 1em !important;
}

#place_order {
    margin-left: 1em !important;
    width: auto !important;
}

@media (max-width:591px) {
    .form-row {
        width: 100% !important;
    }
    
    .coupon #coupon_code {
        margin-bottom: .5em;
        width: 100% !important;
    }
    
    .coupon button {
        float: none !important;
        margin-top: 15px !important;
        width: 100% !important;
    }
}

.elementor-menu-cart__product-name a {
    color: var( --e-global-color-secondary ) !important;
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif !important;
}

.elementor-ribbon-inner {
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif !important;
    font-size: 12px !important;
    padding: 10px 0 !important;
}

.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper,
.elementor-286 .elementor-headline-plain-text {
    line-height: 2em !important;
}

.datenschutz label {
    line-height: 1.5em !important;
}

.cli-plugin-main-link {
    text-decoration: none !important;
}/* End custom CSS */


/* <-- START - New Custom CSS - Normen Möller */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
}

h4 {
    margin-top: 1.5rem !important;
}

.elementor-1885 .elementor-element.elementor-element-c7bc1be > .elementor-widget-container,
.elementor-1885 .elementor-element.elementor-element-2671bb3c > .elementor-widget-container {
    background-color: transparent !important;
}

.elementor-widget-text-editor h2:first-child,
.elementor-widget-text-editor h3:first-child,
.elementor-widget-text-editor h4:first-child {
    margin-top: 0rem !important;
}

.wp-caption-text {
    font-size: 14px !important;
    color: #6e7378 !important;
    padding-top: 5px !important;
}

.menu-item a {
    text-decoration: none !important;
}

/* Header Adjustments */
.elementor-top-section {
    transition: 0.8s ease !important;
}

@media (max-width: 1024px) {
    div.elementor-location-header div.elementor-container {
        height: 100px !important;
    }

    #purenote-logo div.elementor-widget-container {
        padding: 0 !important;
    }

    #purenote-logo img {
        width: 80px !important;
    }
}

@media (max-width: 768px) {
    div.elementor-location-header div.elementor-container {
        height: 100px !important;
    }

    #purenote-logo div.elementor-widget-container {
        padding: 0 10px !important;
    }

    #purenote-logo img {
        width: 80px !important;
    }
}

/* Blog - Adjustments */

.elementor-post__read-more {
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif !important;
    font-size: 15px !important;
    font-weight: normal !important;
    border: 1px solid var(--e-global-color-primary) !important;
    border-radius: 3px 3px 3px 3px !important;
    padding: 14px 35px !important;
    color: #ffffff !important;
    background-color: var( --e-global-color-primary ) !important;
    transition: all 0.2s !important;
    text-transform: capitalize !important;
    float: right !important;
    line-height: normal !important;
}

.elementor-post__excerpt p:after {
    content: " [...]";
}

.elementor-post__read-more:hover {
    color: var(--e-global-color-primary) !important;
    background-color: rgba(255,255,255,0.05) !important;
    border-color: var(--e-global-color-primary) !important;
}

.elementor-post__card:hover {
    background-color: #fff8f2 !important;
    border-color: #fff8f2 !important;
}

.elementor-pagination {
    padding: 25px 0 0 0 !important;
}

/* Megamenu Plugin - Adjustments */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-transform: none !important;
}

/*#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 0 10px 0 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
    padding: 0 0 0 10px !important;
}*/

.mega-menu-toggle {
    background: none !important;
    z-index: 100 !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    background-color: #54595F !important;
    width: 30px !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    width: 25px !important;
    height: 25px !important;
}

@media (max-width: 768px) {
    #mega-menu-wrap-menu-1 .mega-toggle-block-1 .mega-toggle-animated {
        right: 50px !important;
        top: 5px !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        padding: 25px 0 25px 15px !important;
    }
}

.mega-menu .mega-sub-menu {
    background-color: #ffffff !important;
    padding: 15px 0 !important;
}

.mega-menu .mega-sub-menu a {
    font-size: 16px !important;
    padding: 0 !important;
}

.mega-menu .mega-sub-menu .mega-current-menu-item a {
    font-weight: bold !important;
}

.mega-menu .mega-sub-menu .mega-sub-menu {
    background-color: #ffffff !important;
    padding: 0 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    border-radius: 0 5px 5px 5px !important;
}

.mega-menu .mega-menu-item-has-children a.mega-menu-link {
    border-radius: 5px 5px 0 0 !important;
    padding: 0 10px 0 15px !important;
}

@media (max-width: 768px) {
    .mega-menu .mega-menu-item-has-children a.mega-menu-link {
        padding: 0 10px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
}

.mega-sub-menu li a:hover {
    color: #febb85 !important;
}

/* Elementor Plugin - Adjustments */
.elementor-social-icons-wrapper .fab:hover {
    color: #81878f !important;
}

.elementor-menu-cart__subtotal {
    font-size: 0.9em !important;
    /*letter-spacing: 0.1rem !important;*/
}

.elementor-button--checkout {
    font-size: 15px !important;
    line-height: normal !important;
}

.elementor-button--checkout:hover {
    color: var(--e-global-color-primary) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: var(--e-global-color-primary) !important;
}

.elementor-button--view-cart {
    font-size: 15px !important;
    line-height: normal !important;
    border-style: none !important;
}

.elementor-button--view-cart:hover {
    text-decoration: underline;
}

.elementor-menu-cart__product-remove {
    border-color: var(--e-global-color-primary) !important;
    border-radius: 5px !important;
}

.elementor-menu-cart__product-remove:after,
.elementor-menu-cart__product-remove:before {
    background-color: var(--e-global-color-primary) !important;
}

/* Slider */
.eicon-chevron-left,
.eicon-chevron-right {
    background: rgba(0, 0, 0, .5);
    border-radius: 50px;
    padding: 5px;
}

.slider-link {
    color: #febb85 !important;
}

/*.elementor-menu-cart__product-remove:hover {
    background-color: rgba(255,255,255,0.05) !important;
    background-color: var(--e-global-color-primary) !important;
}*/


/*#menu-wrapper,
#menu-wrapper div.elementor-widget-wp-widget-maxmegamenu {
    height: 100% !important;
    position: relative !important;
}*/

/*#mega-menu-menu-1 */

/*#mega-menu-wrap-menu-1 {
    position: absolute !important;
    top: 50% !important;
}*/

/*.mega-menu-menu-1 .mega-menu-item {
    height: 100% !important;
}*/

.elementor-nav-menu li a:hover {
    color: #81878f !important;
}

/* Woocommerce Plugin - Adjustments */
/*.woocommerce ul.products li.product,*/
.eael-product-grid .woocommerce ul.products li.product,
.woocommerce ul.products li.product a img {
    border: 0px !important;
}

.add_to_cart_button,
.single_add_to_cart_button,
.wc-proceed-to-checkout .checkout-button {
    font-size: 15px !important;
    line-height: normal !important;
}

.woocommerce-breadcrumb {
    color: #54595f !important;
    font-size: 0.8em !important;
}

.woocommerce-breadcrumb a:hover {
    color: #febb85 !important;
}

.woocommerce-breadcrumb a {
    color: #54595f !important;
}

.size-woocommerce_thumbnail {
    border-radius: 5px !important;
}

ul.products li.product,
.product-category.product {
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 5px !important;
    padding: 30px 30px 30px 30px !important;
    border-color: #d6d6d6 !important;
    text-align: center !important;
}

ul.products li.product:hover {
    /*background-color: #fafafa;*/
    background-color: #fff8f2 !important;
    border-color: #fafafa !important;
}

/* Instagram Plugin - Adjustments */
#sbi_images div:nth-of-type(1n+17) {
    display: none !important;
}

.sbi_load_btn {
    display: none !important;
}

.sb_instagram_header {
    display: none;
}

#sb_instagram .sbi_follow_btn a {
    margin-top: 15px;
    color: #fff !important;
    padding: 14px 35px !important;
    border:  1px solid !important;
    background-color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    line-height: normal !important;
}

#sb_instagram .sbi_follow_btn a:hover  {
    color: var(--e-global-color-primary) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: var(--e-global-color-primary) !important;
    box-shadow: unset;
}

/* Assortment gallery */
.assortment_gallery .elementor-widget-container {
    position: relative;
    height: 200px;
}

.assortment_gallery .elementor-widget-container img {
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* Cookie Plugin - Adjustments */
.cli-bar-message {
    font-size: 0.9em !important;
}

a.cli-plugin-main-link {
    color: #fff !important;
    font-weight: bold !important;
}

a.cli-plugin-main-link:hover {
    text-decoration: underline !important;
}

.cli-bar-btn_container a {
    color: var(--e-global-color-primary) !important;
    padding: 14px 35px !important;
    border:  1px solid !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    font-size: 15px !important;
    line-height: normal !important;
}

.cli-bar-btn_container a:hover {
    color: #fff !important;
    background-color: var(--e-global-color-primary) !important;
}

#wt-cli-privacy-save-btn {
    text-transform: lowercase !important;
    color: #fff !important;
    padding: 14px 35px !important;
    border:  1px solid !important;
    background-color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    line-height: normal !important;
}

#wt-cli-privacy-save-btn:hover {
    color: var(--e-global-color-primary) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

#cliModalClose:hover {
    border: none !important;
}

/* Footer - Adjustments */
.elementor-location-footer .elementor-widget-container img {
    padding-top: 5px !important;
}

.elementor-location-footer .elementor-widget {
    margin-bottom: 0 !important;
}

.elementor-location-footer .footer-opening-hours {
    font-size: 12px;
    letter-spacing: 1.5px;
    padding-bottom: 5px;
}

.elementor-location-footer .footer-headline h4 {
    margin: 0 !important;
    font-size: 16px;
    letter-spacing: 1.5px;
    padding-top: 5px;
}

@media (max-width: 768px) {
    .elementor-location-footer .elementor-col-50 {
        width: 50% !important;
    }
}

/* Contact Form - Adjustments */
.wpcf7-submit {
    /*margin: 15px  !important;*/
    padding: 14px 35px !important;
    border:  1px solid !important;
    font-size: 15px !important;
    line-height: normal !important;
}

/* Header - Adjustments */
/*.elementor-location-header .elementor-column .elementor-widget-wp-widget-maxmegamenu,
.elementor-location-header .elementor-column .elementor-widget-wp-widget-maxmegamenu .elementor-widget-container,
.elementor-location-header .elementor-column .elementor-widget-wp-widget-maxmegamenu .elementor-widget-container #mega-menu-wrap-menu-1 {
    height: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    top: 50%;
    margin: 0 auto !important;
    width: auto;
}*/

/* Megamenu - Adjustments */
ul.mega-menu-horizontal li.mega-menu-item {
    color: #febb85 !important;
}

.mega-sub-menu {
    padding: 15px 0 !important;
}

/*#mega-menu-menu-1,
#mega-menu-menu-1 li {
    height: 100% !important;
}

#mega-menu-menu-1 li:first-child {
    border-left: 1px solid #334a14 !important;
}

#mega-menu-menu-1 li.mega-menu-item {
    border-right: 1px solid #334a14 !important;
    margin: 0 !important;
    padding: 0 20px !important;
}

#mega-menu-menu-1 li.mega-menu-item ul li {
    border: none !important;
}*/

/*#header-menu-bar {
    background-color: rgba(204, 225, 174, .8);
}*/

/* Content Elements - Swiper */
.swiper-slide-contents {
    background: rgba(0, 0, 0, 0);
    color: white;
    padding: 25px 75px;
}

.elementor-slide-button {
    margin-top: 15px;
    color: #fff !important;
    padding: 14px 35px !important;
    border:  1px solid !important;
    background-color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    line-height: normal !important;
    cursor: pointer;
}

.elementor-slide-button:hover {
    color: var(--e-global-color-primary) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

@media (max-width: 591px) {
    .elementor-slide-heading {
        margin-bottom: 0 !important;
    }

    .swiper-slide-contents {
        padding: 25px;
        max-width: 85% !important;
    }

    /*.elementor-slide-description {
        display: none;
    }*/
}


/* Content Element - Image full width with overlay text */
.full-width-section .elementor-widget-wrap {
    width: 100%;
    height: 600px;
    position: relative;
}

.full-width-section .elementor-widget-wrap .full-width-image {
    position: absolute;

}

.full-width-section .elementor-widget-wrap .full-width-image img {
    height: 600px;
    object-fit: cover;
}

.full-width-section .elementor-widget-wrap .full-width-text {
    z-index: 9;
    top: 50%;
    width: auto;
    background: rgba(0, 0, 0, .5);
    color: white;
    padding: 25px 75px;
    margin: 0 auto;
    transform: translate(0, -50%);
}

.full-width-section .elementor-widget-wrap .full-width-text h2 {
    font-size: 43px;
}

.full-width-section .elementor-widget-wrap .full-width-text a,
.elementor-cta__content .elementor-cta__button-wrapper a {
    margin-top: 15px;
    color: #fff !important;
    padding: 14px 35px !important;
    border:  1px solid !important;
    background-color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    line-height: normal !important;
}

.full-width-section .elementor-widget-wrap .full-width-text a:hover,
.elementor-cta__content .elementor-cta__button-wrapper a:hover {
    color: var(--e-global-color-primary) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

div.teaser-dark-overlay div.elementor-cta__content h2 {
    font-size: 36px;
}

div.teaser-dark-overlay div.elementor-cta__content  {
    background-color: rgba(0, 0, 0, .3) !important;
}

@media (max-width: 768px) {
    .full-width-section .elementor-widget-wrap .full-width-text {
        padding: 25px 50px;
    }
}

@media (max-width: 591px) {
    .full-width-section .elementor-widget-wrap .full-width-text {
        padding: 25px;
    }
}

.elementor-cta__content {
    background-color: transparent;
    transition: background-color 1s linear;
}

.elementor-cta__content:hover {
    background-color: rgba(254, 187, 133, .5);
}

/* New Custom CSS - END --> */