/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.elementor-widget-text-editor .elementor-widget-container>*:last-child {
    margin-bottom: 0;
}

/* Benefit Box */
.akw-benefit-box .elementor-image-box-img {
    height: 170px;
}

.akw-benefit-box .elementor-image-box-img img {
    max-height: 150px;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
    .akw-benefit-box .elementor-image-box-img {
        max-height: 80px;
    }
}

/* Post Grid */
.akw-posts .elementor-pagination .page-numbers {
    background-color: #00B4D0;
    border-radius: 6px;
    padding: 10px 20px;
    color: #fff;
}

.akw-posts .elementor-pagination .page-numbers.current,
.akw-posts .elementor-pagination a.page-numbers:hover {
    background-color: #04a5be;
}

/* Contact Form */
.akw-contact-form .elementor-field-group:not(.e-form__buttons) {
    flex-direction: row;
    justify-content: space-between !important;
    align-items: center !important;
}

.akw-contact-form .elementor-field-group label {
    width: 40%;
    flex: 0 0 40%;
}

.akw-contact-form .elementor-field-group .elementor-field {
    flex: 0 0 55% !important;
    max-width: 55%;
    width: 55% !important;
}

@media only screen and (max-width: 767px) {

    .akw-contact-form .elementor-field-group label {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 15px
    }

    .akw-contact-form .elementor-field-group .elementor-field {
        flex: 0 0 100% !important;
        max-width: 100%;
        width: 100% !important;
    }
}

/* Location Grid Widget
=============================================== */

.elementor-widget .akw-location-grid__wrapper{
    margin-bottom: 50px;
}

.elementor-widget .akw-location-grid__cat-title{
    font-weight: 700;
}

.elementor-widget .akw-location__item {
    padding: 30px;
    border: 1px solid #34575C;
    border-radius: 6px;
}

.elementor-widget .akw-location__item .akw-location__title {
    color: var(--e-global-color-f8eb85f);
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
}

.elementor-widget .akw-location__item .elementor-icon-list-item {
    align-items: flex-start;
}

.elementor-widget .akw-location__item .elementor-icon-list-item{
    padding-bottom: calc(15px/2);
}

.elementor-widget .akw-location__item .elementor-icon-list-item i {
    color: var(--e-global-color-f8eb85f);
}