/* 
Theme Name: Local Hub Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Local Hub 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: local-hub-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
*/

/* Styles */



/* Sidebar */

.sidebar-menu-item a {
    font-family: "Crimson Text", serif !important;
    font-weight: normal !important;
}


/* Global */

.font-weight-normal {
    font-weight: normal !important;
}

.text-semibold {
    font-weight: 600 !important;
}

.text-big {
    font-size: 26px !important;
    line-height: 1.4em !important;
}

.contact-form .elementor-field-type-submit {
    margin-top: 15px
}

.contact-form .elementor-field-type-acceptance label {
    font-size: 15px;
    line-height: 1.5em;
}

.contact-form select {
    font-size: 15px !important;
    padding: 11.8px 20px !important;
}


/* Blog */

.elementor-pagination {
    margin-top: 50px;
}

.elementor-pagination .page-numbers {
    border: 1px solid #DDDDDD;
    font-weight: normal;
    padding: 8px 15px;
}

.elementor-pagination .page-numbers.current {
    border: 1px solid #1E2019;
}


/* Breakpoints */

/* Mobile */
@media (max-width: 766px) {

    .text-big {
        font-size: 20px !important;
    }

}