/*
	Theme Name: Hello Elementor - Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.0.1
	Stable tag: 3.0.1
	Requires at least: 6.0
	Tested up to: 6.4
	Requires PHP: 7.3
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
    Template: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

@media (min-width: 1024px) {
    /* .page-content {
        min-height: calc(100vh - 280px);
    } */
    .site-main#content {
        min-height: calc(100vh - 164px);
    }
}

@media (max-width: 767px) {
    .page-header h1.entry-title {
        font-size: 18px;
    }
    .site-header.dynamic-header {
        padding-top: 8px;
        padding-bottom: 8px;
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    }
    .site-header.dynamic-header .header-inner:not(.header-stacked) .site-branding {
        line-height: 1.2;
    }
}

p {
    font-size: 16px;
}

.header-inner .site-navigation-toggle-holder {
    max-width: 25%;
    padding: 0;
}
.site-navigation-toggle-holder .site-navigation-toggle {
    min-width: 40px;
}
.site-navigation-toggle .eicon-menu-bar {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}
.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before,
.site-navigation-toggle .eicon-menu-bar:before {
    content: "\f0c9" !important;
}

.navxtBreads {
    margin-bottom: 2em;
    font-size: 16px;
}

.site-header .site-navigation .menu li.menu-item a {
    font-weight: 600;
}
.site-header .site-navigation .menu li.menu-item:not(.current-menu-item) a {
    color: #210F4C;
}
.site-header .site-navigation .menu li.menu-item.current-menu-item a {
    font-weight: 600;
}

.blog .site-main,
.single-post .site-main {
    margin-top: 3em;
}
.blog .site-main .page-content,
.single-post .site-main .page-content {
    padding-top: 2em;
    padding-bottom: 4em;
}

.blog-section.elementor-section .elementor-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}

.banner-image {
    padding-bottom: 20%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.widget .wp-block-heading {
    color: var(--e-global-color-accent);
}

.wp-block-search.wp-block-search__button-inside {
    padding: 20px 30px;
    background-color: #f0f2f5;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border: 0 none;
    position: relative;
    padding: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__button {
    border: 0 none;
    position: absolute;
    right: 0;
    top: 0px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__input {
    outline: none !important;
    padding-right: 40px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__button {
    color: var(--e-global-color-accent);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__button:hover,
.wp-block-search.wp-block-search__button-inside .wp-block-search__button:active,
.wp-block-search.wp-block-search__button-inside .wp-block-search__button:focus {
    background-color: transparent !important;
    outline: none !important;
    color: var(--e-global-color-accent);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__button svg {
    color: inherit !important;
}

.elementor-widget-wrap .widget:not(:last-of-type) {
    margin-bottom: 25px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    margin: 0 6px 8px 0;
    padding: 4px 9px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 1, 1, 0.2);
    font-size: 13px !important;
    color: #aaa;
    text-decoration: none !important;
}

.widget.widget_recent_entries {

}
.widget.widget_recent_entries ul {
    list-style: none;
    padding-left: 0;
}
.widget.widget_recent_entries ul li:not(:last-of-type) {
    margin-bottom: 20px;
}
.widget.widget_recent_entries ul li a {
    text-decoration: none;
    color: var(--e-global-color-accent);
}
.post-date {
    display: block;
    font-size: 13px;
    color: #888;
}

.single-post-content {
    font-size: 16px;
}
.single-post-image {
    margin-bottom: 30px;
}