/*
Theme Name:     Traveler Childtheme Ireland
Description:    Traveler Child Theme Ireland
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/
/*test*/
.top-filter {position: relative;}
.top-filter .section_button {
position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
    gap: 10px;
    left: 40px;
    bottom: -24px;
}
.section_button {
    display: flex;
    flex-flow: row;
    justify-content: center;
    gap: 30px;
    margin: 50px;
    padding-left: 20%;
    padding-right: 20%;
}
.section_button .elementor-widget-container {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    overflow: hidden;
    border: 15px solid #fff;
}
.section_button .elementor-widget-container img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.section_button .elementor-button-wrapper {
    padding: 10px 0;
    text-align: center;
}
.section_button .elementor-button-wrapper a {
    background-color: #9bc389;
}
.section_button .elementor-button-wrapper a .elementor-button-text {
    color:#fff;
}
.section_button .elementor-button-wrapper a:hover{
transform: scale(1.1);
}
.banner .banner-content .section_button {
    position:absolute;
    bottom: 20px;
    gap: 15px;
}