/*
Theme Name: Patu teema 2.0
Theme URI: 
Author: Mainostoimisto Pro Image Oy
Author URI: https://www.proimage.fi/
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 
Version: 0.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: patu teema
Tags: 
*/
a:hover {
    -webkit-filter: drop-shadow(1px 1px 5px #8d8d8d);
    filter: drop-shadow(1px 1px 5px #8d8d8d);
    color: #ea5902;
  }

a:active {
    color: #ea5902 !important;
}

.patu-header {     
    position: fixed!important; 
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 8px 27px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}

.patu-nappi {
    background-color: #ea5902 !important;
}

.miinus-marginaali {
    position: relative;
    margin-top: -280px !important;
    right: 10rem;
    z-index: -1;
}

@media screen and (max-width: 2000px) {
}

@media screen and (max-width: 1440px) {
    .miinus-marginaali {
        margin-top: -200px !important;
        right: 4rem;
    }
}

@media screen and (max-width: 1024px) {
     .miinus-marginaali {
        margin-top: -180px !important;
        right: 0rem;
    }
}

@media screen and (max-width: 768px) {
    .ignore-marginal {
        margin: 0 !important;
        padding: 0 3rem !important;
    }

    .miinus-marginaali {
        margin-top: -120px !important;
    }
}

@media screen and (max-width: 599px) {
    .wp-block-navigation__responsive-container-content {
        padding: 3rem;
    }
}