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

@media (max-width: 767px) {
    .elementor-21 .elementor-element.elementor-element-94f557a .elementor-image img {
        max-height: 31px !important;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
    }
    .elementor.elementor-21.dce-elementor-post-2.elementor-location-header {
        max-height: 55px;
    }
}

/* =YouTube Responsive Embed
-------------------------------------------------------------- */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 2em;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.elementor-widget-theme-post-content ol,
.elementor-widget-theme-post-content ul,
.elementor-text-editor ol,
.elementor-text-editor ul {
    margin-bottom: 2em;
}

/* WooCommerce */
.woocommerce-checkout-payment button { background-color: #E81856 !important; border-radius: 0 !important; }

/* WP Recipe Maker */
.wprm-recipe-container a { color: #E81856 !important; }
.wprm-recipe-container a.wprm-recipe-pin { color: #616161 !important; }
.wprm-template-chic-buttons a.wprm-recipe-print { background-color: #E81856 !important; color: #FFFFFF !important; }