/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
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
*/


main#main {
    padding-top: 300px;
}

.woocommerce-notices-wrapper:first-child {
    padding-top: 200px;
}

/* Homepage */
.news-list .elementor-post__read-more {
    background-color: #fff;
    border-radius: 50px;
    padding: 11px 33px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    border: 1px solid #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.single-product .flex-viewport:before {
	display: none !important;
}
.news-list .elementor-post__read-more:hover {
    background-color: #0055A0;
    color: #fff !important;
}

.shop-list .woocommerce-loop-product__title {
    padding-bottom: 0 !important;
    padding-top: 15px !important;
}

.shop-list .price {
    margin-bottom: 10px !important;
	line-height: 1em;
}

/* Bier Page */
.beer-slider .elementor-image-box-img img {
    margin: 0 auto;
    max-width: 109px;
}

.beer-slider .elementor-image-box-img img {
    margin: 0 auto;
    max-width: 109px;
}

.beer-slider .slick-arrow {
    background-color: transparent !important;
    padding: 0;
    border: 0;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    color: #fff !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
	z-index: 9;
}

.beer-slider .slick-prev {
    left: 0;
}

.beer-slider .slick-next {
    right: 0;
}

.timeline-wrap .elementor-column:first-child {
    border-right: 6px solid #0055A0;
}

.timeline-wrap .elementor-column:first-child:before {
    content: url(https://dev.dxmedia.de/dachsbier.de/wp-content/uploads/2020/09/history-icon2.png);
    position: absolute;
    top: 18px;
    right: -25px;
	z-index: 999;
}

.timeline-wrap.last .elementor-column:first-child:after {
    content: "";
    background-image: url(https://dev.dxmedia.de/dachsbier.de/wp-content/uploads/2020/09/arrow-icon.png);
    height: 18px;
    width: 35px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: -18px;
    position: absolute;
    right: -21px;
}

.timeline-wrap.first .elementor-column:first-child:before {
    top: -2px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-family: "Barlow", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 29px 12px 29px;
    color: #FFFFFF;
    background-color: #0055A0;
    border-color: #0055A0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #fff;
    color: #0055A0;
}

.woocommerce-page .site-main {
    padding-bottom: 100px;
}
.woocommerce-order-received .elementor-element-4474873e {
    padding-top: 9% !important;
}
.map-listings {
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.map-listings .post-letter {
    color: #0055a0;
    border-bottom: 4px solid;
    font-size: 46px;
    margin: 0 0 20px;
	line-height: 1.2em;
}

.map-listings .main-location {
    color: #0055a0;
    font-weight: 700 !important;
}

.map-listings h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 500 !important;
    line-height: 1.3em;
}

.map-listings .item {
    padding: 15px;
    width: 33.33%;
}

.inner-item {
    padding-bottom: 20px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding-left: 0px;
}
/* Responsivensesss */ 
@media screen and (max-width: 767px) {
.timeline-wrap .elementor-column:last-child {
    border-right: 6px solid #0055A0;
}
}

@media screen and (max-width: 540px) {
.shop-list .product {
    width: 100% !important;
    padding: 20px !important;
}

.shop-list .products {
    display: block !important;
}
	
.map-listings .item {
    width: 50%;
}
}

@media screen and (max-width: 400px) {
.map-listings .item {
    width: 100%;
}
.woocommerce-order-received .elementor-element-4474873e {
    padding-top: 26% !important;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding-left: 0px;
}
}