/*
Theme Name: Elementra Child Theme
Theme URI: https://elementra.themerex.net/
Description: Elementra is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.1.1
Tested up to: 6.9
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: elementra
Template: elementra
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('assets/fonts/PlusJakartaSans/PlusJakartaSans.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker';
    src: url('assets/fonts/Blinker/Blinker-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Blinker';
    src: url('assets/fonts/Blinker/Blinker-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Blinker';
    src: url('assets/fonts/Blinker/Blinker-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Blinker';
    src: url('assets/fonts/Blinker/Blinker-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Blinker';
    src: url('assets/fonts/Blinker/Blinker-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Blinker';
    src: url('assets/fonts/Blinker/Blinker-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Blinker';
    src: url('assets/fonts/Blinker/Blinker-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Blinker';
    src: url('assets/fonts/Blinker/Blinker-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body{
    background-color: #fff !important;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}

#form-contact input[type="email"],
#form-contact input[type="tel"],
#form-contact input[type="text"],
#form-contact textarea{
    width: 100%;
    margin-bottom: 8px;
}

#form-contact textarea {
    height: 150px;
}

.wpcf7-list-item{
    margin-left: 0 !important;
}

.hover-underline:hover .trx-addons-info-box-button > span{
    text-decoration: underline;
}

@media screen and (max-width: 1410px){
    #menu-header .trx-addons-menu-link-text{
        font-size: 12px;
    }
}

/* Form Lavora con noi */


.job-form__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.job-form__field {
    margin-bottom: 10px;
}

.job-form__field > p {
    margin-bottom: 0;
}

.job-form__field br{
    display: none;
}

.job-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 15px;
    color: #222;
}

.job-form input:not([type="checkbox"]),
.job-form select,
.job-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    font-size: 15px;
    background: #fff;
    color: #222;
    box-sizing: border-box;
}

.job-form textarea {
    min-height: 140px;
    resize: vertical;
}

.job-form input:focus,
.job-form select:focus,
.job-form textarea:focus {
    outline: none;
    border-color: #111;
}

.job-form small {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #666;
}

.job-form__privacy {
    margin: 20px 0;
    font-size: 14px;
    color: #333;
}

.job-form__privacy input {
    width: auto;
    margin-right: 8px;
}

.job-form__submit input {
    display: inline-block;
    padding: 13px 28px;
    border: none;
    border-radius: 6px;
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.job-form__submit input:hover {
    background: #333;
}

@media (max-width: 768px) {
    .job-form__grid {
        grid-template-columns: 1fr;
    }
}
/* Form Lavora con noi */


body.blog-archive-margins .page_content_wrap{
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

#title-home-dsk,
#title-home-mob{
    color: #fff;
    font-weight: 700;
    line-height: 0.9;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

#title-home-dsk .orange,
#title-home-mob .orange{
    color: #EE5301;
}

#title-home-dsk{
    #txt-1{
        font-size: 56px;
    }

    #txt-2{
        font-size: 141px;
    }

    #txt-3{
        font-size: 96px;
    }

    #txt-4{
        font-size: 70px;
    }

    #txt-5{
        font-size: 52px;
    }
}

#title-home-mob{
    #txt-1{
        font-size: 26px;
    }

    #txt-2{
        font-size: 70px;
    }

    #txt-3{
        font-size: 47px;
    }

    #txt-4{
        font-size: 34px;
    }

    #txt-5{
        font-size: 25px;
    }
}

.mobile-bottom-nav {
    display: none;
}

@media (max-width: 768px) {

    .body_wrap{
        padding-bottom: 68px;
    }
    .mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;

        display: grid;
        grid-template-columns: repeat(3, 1fr);

        background: #002b1b;
        border-top: 4px solid #f15a24;
    }

    .mobile-bottom-nav__item {
        min-height: 64px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;

        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 0.5px;
        line-height: 1;

        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .mobile-bottom-nav__item:last-child {
        border-right: 0;
    }

    .mobile-bottom-nav__item--primary {
        background: #f15a24;
    }

    .mobile-bottom-nav__icon {
        font-size: 18px;
        line-height: 1;
    }

    .mobile-bottom-nav__item:hover,
    .mobile-bottom-nav__item:focus {
        color: #ffffff;
        text-decoration: none;
    }

    .mobile-bottom-nav__item:active {
        transform: scale(0.96);
    }

    body {
        padding-bottom: 72px;
    }
}