/*
Theme Name: Laundromat
Theme URI: Laundromat.pt
Template: jadro
Author: Laundromat
Author URI: Laundromat.pt
Description: Laundromat is a minimal and lightweight Full Site Editing theme. This speed optimized theme utilizes the WordPress blocks editor to create unique and eye-catching layouts. Laundromat is perfect for blogs, small businesses, startups, law firms and other creative agencies who prefer simple and speed optimized websites.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,rtl-language-support,theme-options,threaded-comments,translation-ready,blog,e-commerce,wide-blocks
Version: 1.0.1695452619
Updated: 2023-09-23 07:03:39

*/

li.wp-block-navigation-item.head-btn.wp-block-navigation-link {
    background-color: #013299;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
    border-radius: 4px;
}

.service-nav-container,
.service-nav-mobile-container {
    position: relative;
}

li.service-nav-highlight::after,
li.service-nav::after,
.service-nav-mobile-container p.has-text-align-center.service-nav-mobile::after {
    content: '';
    position: absolute;
    bottom: -25px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
    height: .3125rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

li.service-nav-highlight::after,
li.service-nav:hover::after,
.service-nav-mobile-container p.has-text-align-center.service-nav-mobile::after {
    background-color: #f45800;
}

.wp-block-group.alignfull.service-nav-container.has-background-color.has-text-color.has-background.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    display: none;
}

.service-tab-heading {
    color: white;
}

.wp-block-column.has-tertiary-background-color.has-background.is-layout-flow.wp-container-10.wp-block-column-is-layout-flow {
    margin-top: -200px;
}

.wp-block-column.has-tertiary-background-color.has-background.is-layout-flow.wp-container-13.wp-block-column-is-layout-flow {
    margin-top: -200px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #013299;
}

.service-block-blue:hover {
    color: white;
    background-color: #013299 !important;
}

.service-block-blue:hover h2 {
    color: white;
}
li.wp-block-navigation-item.head-btn.wp-block-navigation-link a span.wp-block-navigation-item__label {
    background-color: #013299;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
    border-radius: 5px;
    line-height: 1;
}
li.wp-block-navigation-item.head-btn.wp-block-navigation-link {
    padding: 0;
}

@media screen and (min-width: 851px) {
    .service-nav-mobile-container {
        display: none;
    }
    .service-nav-container {
        display: block;
    }
}

@media screen and (max-width: 850px) {
    .service-nav-mobile-container {
        display: block;
    }
    .service-nav-container {
        display: none;
    }
}