/* 
Theme Name: Journey
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Journey is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.4.6
Text Domain: journey
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 */

h1.entry-title {
    display: none !important;
}

.elementor-widget-text-editor p {
    margin-bottom: 0px !important;
}

.program-item {
    max-width: 420px !important;
}

.program-item .elementor-image-box-content {
    padding: 0 32px 32px;
}

.program-item.with-icon .elementor-image-box-img {
    padding: 32px 32px 0;
}

.resource-file .jet-listing-dynamic-repeater__item a span {
    position: relative;
}

.resource-file .jet-listing-dynamic-repeater__items {
    gap: 8px;
}

.resource-file .jet-listing-dynamic-repeater__item a span:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%233A2E7E' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    height: 19px;
    width: 16px;
    position: absolute;
    right: -20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

select#ff_4_4_role {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    padding-right: 30px;
}


@media screen and (max-width: 1024px) {
    .program-item {
        max-width: 100% !important;
    }

    .program-item .elementor-image-box-img img {
        width: 100% !important;
    }

    img.attachment-full.size-full.wp-image-164 {
        width: auto !important;
    }

    .mobile-button a {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    .mobile-button {
        padding-bottom: 12px !important;
        padding-top: 12px !important;
    }

    .mobile-button a {
        display: flex;
        padding: 24px;
        background: #77D1E5;
        align-self: center;
        width: 100px;
        margin: auto;
        border-radius: 100px !important;
        height: 57px !important;
    }
}