/*!
Theme Name: Mize
Theme URI: http://underscores.me/
Author: Emojo
Author URI: http://emojo.co.il
Description: Theme for mize
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mize
Tags: custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Brenner is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
    overflow-x: hidden
}

h4 {
    font-size: 1rem;
}
.blog__title{
    position: relative; z-index: 1; color: #003446
}

.footer__copyright a {
    text-decoration: none !important;
    color: white;
    white-space: nowrap;
    margin-left: 20px;
}
.single-style{
    width: 196px; height: 58px;margin-bottom: 36px;
}
.sticky-btn a {
    transition: .3s;
}
.navbar-nav-mobile a{
    text-align: center;
    justify-content: center;
}
@media screen and (max-width: 415px) {
    .footer__copyright a {
        margin-left: initial;
        display: block;
    }

    .footer__copyright {
        line-height: 25px;
    }
}

#cn-refuse-cookie {
    background-color: transparent !important;
    color: #003446 !important;
    border: 1px solid #003446 !important;
}

.cn-button {
    min-width: 70px !important;
}

#cn-refuse-cookie {
    border-width: 2px !important;
}

#cn-more-info {
    padding: 0 !important;

    color: #2AD9C2 !important;
    border: unset !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1560px) {
    #cookie-notice .cn-set-cookie {
        min-width: 70px;
        width: max-content;
    }

    #cn-more-info {
        min-width: unset;
    }

    .cookie-notice-container {
        display: flex;
        white-space: nowrap;
    }

    .cookie-notice-container {
        padding: 15px;
        text-align: center;
        justify-content: center;
        display: flex !important;
        align-items: center;
        width: 100%;
        z-index: 2;
    }
}


.cookie-notice-hidden {
    display: none !important;
}

.logotips-item {
    border: none !important;
    box-shadow: none !important;
}

.skeleton {
    background-color: #f2f2f2;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.skeleton::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150px;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    from {
        left: -150px;
    }
    to {
        left: 100%;
    }
}

.skeleton-thumbnail {
    width: 100%;
    height: 200px;
    margin-bottom: 16px;
}

.skeleton-title {
    width: 60%;
    height: 24px;
    margin-bottom: 8px;
}

.skeleton-excerpt {
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
}

.skeleton-meta {
    width: 40%;
    height: 16px;
}


.article__badge {
    display: block !important;
}

iframe.__youtube_prefs__ {
    border-width: 0;
    margin-left: auto;
    margin-right: auto !important;
    display: block !important;
}

.logotips-item {
    box-shadow: none !important;
}

form#applyForm {
    padding-top: 20px !important;
}

#jobFormDiv {
    padding-top: 20px !important;
}

.postid-13017 figure.alignleft.size-full.is-resized, .postid-13017 .wp-block-image {
    float: left !important;
    padding-right: 20px;
}

.hero-animated {

    background-color: #f9fafb !important;
}

body .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important;
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
        flex-grow: 0;
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em;
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-stretch {
    align-self: stretch;
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%;
}

.navbar .navbar-toggler {
    position: relative;
    z-index: 999;
}

.navbar-collapse {
    z-index: 990;
}

.navbar-collapse.show {

}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

#nav-icon2 {
    width: 32px;
    height: 24px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon2 {
    display: block;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #d3531a;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 12px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 24px;
}

.navbar-collapse.show + button #nav-icon2 span:nth-child(1), .navbar-collapse.show + button #nav-icon2 span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-collapse.show + button #nav-icon2 span:nth-child(2), .navbar-collapse.show + button #nav-icon2 span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-collapse.show + button #nav-icon2 span:nth-child(1) {
    left: 5px;
    top: 7px;
}

.navbar-collapse.show + button #nav-icon2 span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

.navbar-collapse.show + button #nav-icon2 span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.navbar-collapse.show + button #nav-icon2 span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.navbar-collapse.show + button #nav-icon2 span:nth-child(5) {
    left: 5px;
    top: 13px;
}

.navbar-collapse.show + button #nav-icon2 span:nth-child(6) {
    left: calc(50% - 5px);
    top: 13px;
}

.admin-bar .navbar.navbar-expand-xl.sticky-top {
    top: 32px
}
