/*
Theme Name:     Avokado Elementor Child
Theme URI:      https://avokado.rs/
Description:    Avokado Elementor Child is a child theme of Hello Elementor. All Rights Reserved.
Author:         Avokado.rs
Author URI:		https://avokado.rs/
Template:       hello-elementor
Version:        1.0.1
Text Domain: avokado-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
html, body {
	overflow-x: clip;
}

.wpml-ls-statics-shortcode_actions ul {
  display: flex;
}

.wpml-ls-statics-shortcode_actions ul li:first-child {
  order: 99 !important;
}

.wpml-ls-statics-shortcode_actions ul li:not(:first-child) {
  order: 1 !important;
}

.wp-block-embed .wp-block-embed__wrapper .wp-embed-heading {
    margin-bottom: 0 !important;
}

.wp-block-embed .wp-block-embed__wrapper .embed-content {
    padding-bottom: 15px !important;
}

.wp-block-embed .wp-block-embed__wrapper .embed-meta,
.wp-block-embed .wp-block-embed__wrapper .wp-embed-excerpt {
    display: none !important;
}

.single-post .wp-block-embed .wp-block-embed__wrapper {
    border-radius: 5px;
    background: #fff;
}
@media (max-width: 767px) {
    .single-post .wp-block-embed .embed-content {
        width: 80%;
    }
}