/*
Theme Name: Tilatekniikka
Theme URI: 
Author: Moods
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tilatekniikka
Tags: 
*/

.title-with-black-bg{
    background: #000;
    text-transform: uppercase;
    color: #fff; 
    display: inline;
    line-height: 1.5;
    font-size: 2.8rem !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0px 15px;
}

h1{
    margin-bottom: 15px !important;
}

h2{
    margin-bottom: 15px !important;
}

h3{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: 1.1rem;
    font-weight: 700;
}

.wp-block-button a{
    background-color: #000;
    text-transform: uppercase;
    border-radius: 0;
    font-weight:500;
    padding: 10px 20px;
}

header{
    padding: 0 30px;
}

.entry-content, footer{
    margin-block-start: 0 !important;
}

p{
    margin-bottom: 30px !important;
}

footer p, footer a, footer, .footer-columns, .footer-columns p, .footer-columns a{
    color: #fff !important;
}

/* .footer-columns{
    margin: 0 !important;
    padding: 60px 15px !important;
}

.footer-logos{
    padding: 90px 15px !important;
}  */

header{
    height: 90px;
    border-bottom: 1px solid #f0f0f0;
}

header > div{
    height: 100%;
}

header > div > div{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .wp-block-group-is-layout-flex{
    flex-wrap: unset !important;
}

header .custom-logo{
    height: 60px !important;
    width: auto !important;
}

header nav.wp-block-navigation{
    position: absolute !important;
    top: 91px;
    left: 0px;
    z-index: 1000;
    background: #fff;
    width: 100%;
    display: none;
    justify-content: flex-end !important;
    padding: 15px 30px 15px 30px !important;
    box-sizing: border-box !important;
    border-bottom: 1px solid #f0f0f0;
}

header nav.wp-block-navigation.menu-opened{
    display: block;
}

ul.wp-block-navigation__container{
    align-items: flex-end !important;
}

button#menu-opener{
    background-image: url("/wp-content/themes/tilatekniikka/assets/bars-solid.svg");
    background-repeat: no-repeat;
    background-size: 28px auto;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
}

.content-container,
.basic-content-columns,
.front-page-text-columns{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media(width <= 1200px){
    .front-page-extra-cover{
        justify-content: flex-start !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .front-page-text-columns .has-text-align-right{
        text-align: left !important;
    }

    .footer-columns{
        padding: 0 !important;
    }

    .basic-page-cover{
        padding: 0 15px !important;
    }
}