/*
Theme Name:   Kirjakustannus VP
Description:  Kirjakustannus VP:n pohjateema
Author:       Niilo Poutanen, Brand Team Finland Oy
Template:     hello-elementor
Version:      1.0.0
Tags:         kirjakustannus-vp, child-theme
Text Domain:  kirjakustannus-vp
*/

body.elementor-maintenance-mode header,
body.elementor-maintenance-mode footer {
    display: none;
}


.nomargin,
.nomargin *{
    margin: 0 !important;
}

.form-flex{
    display: flex;
    gap: 20px;
}

.wpcf7 input,
.wpcf7 textarea{
    background-color: #31537a;
    color: white !important;
    border: none !important;
    outline: none !important;
    border-radius: 0;
}

::placeholder {
    color: #DFE7FF;
}

.wpcf7 textarea{
    height: 150px;
}

.wpcf7 input[type="submit"]{
    background-color: #0058bd !important;
    color: white !important;
    border: none;
    outline: none;
    width: 100%;
}

nav.hfe-dropdown{
    background-color: #0d2847 !important;
}
nav.hfe-dropdown a.hfe-menu-item{
    background-color: transparent !important;
}