/**
Theme Name: Stroneo! Child Theme
Author: Kotrys Media
Author URI: https://kotrysmedia.com
Description: Motyw Potomny Stroneo!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stroneo-child-theme
Template: astra
*/
.ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link {
	position: relative;
}
.external::after {
    content: url('https://mengs.pl/wp-content/uploads/2023/05/Vector.svg');
    
}
.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items {
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
	align-items: center;
}
.jet-form-builder__next-page::after {
    content: "";
    display: inline-block;
    width: 20px; 
    height: 16px; 
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16" fill="none"><path d="M14.9645 7.0813L10.8419 2.57136L12.4656 0.800049L19.375 8.33755L12.4656 15.875L10.8419 14.1037L14.9645 9.5938H0.949951V7.0813H14.9645Z" fill="white"></path></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.jet-form-builder__next-page-wrap {
	gap: 10px;
}
.languages-container {
	display: flex;
	height: 15px;
}

