/*
Theme Name: Customizr
Theme URI: https://presscustomizr.com/customizr
Description: Customizr is a simple and fast WordPress theme designed to help you attract and engage more visitors. Provides a perfect user experience on smartphones. Powers more than 100K active sites around the world. Hundreds of 5-stars reviews received on WordPress.org.
Version: 4.4.24
Author: nikeo
Author URI: https://presscustomizr.com/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, buddypress, custom-menu, custom-colors, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats, rtl-language-support, editor-style
Text Domain: customizr
Domain Path: /inc/lang
Copyright: (c) 2013 - 2021 Nicolas GUILLAUME (nikeo), Nice, France
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 5.3
Tested up to: 6.0
*/


/**
Note for developers : If you write your CSS code below, it will be deleted on theme update.
If you want to make quick style test / changes, consider using the Custom CSS section in appearance > customize > advanced options > Custom CSS, it will be persisted on theme update.
To make important CSS customizations, you'll want to use a child theme and add your css code in the style.css file of it.
*/

.page-hero{
    position:relative;
    height:420px;
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
}

.page-hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.page-hero-content{
    position:relative;
    z-index:2;
    color:#fff;
    max-width:700px;
}

.page-hero-content h1{
    font-size:3.5rem;
    font-weight:700;
    margin-bottom:20px;
}

.page-hero-content p{
    font-size:1.3rem;
}

.logo {
    height: 60px;
    }

.brand-title {
    font-size: 1rem;
    font-weight: 700;
    color: white;
}

.brand-subtitle {
    font-size: 0.75rem;
    color: rgba(255,255,255,.8);
}

.language-switcher {
    color: white;
    font-size: .9rem;
}

.language-switcher a {
    color: white;
    text-decoration: none;
}

.language-switcher a:hover {
    color: #9db668;
}
.hero-small{
    padding-top:120px;
}