/*
Theme Name: EMC Józefiny
Author: Jan Kobiałka
Author URI: http://jankobialka.com/
Version: 1.0
Text Domain: emc-jozefiny
*/

.grecaptcha-badge{
	display: none;
}


section#header .header-container .inner .right-side{
    display: flex;
    align-items: center;
    gap: 32px;
}

section#header .header-container .inner .right-side a.btn{
   background-color: #8F1150;
    border: none;
    padding: 14px 24px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.15;
    font-family: 'Gotham-Medium', Arial, sans-serif, "Arial";
    border-radius: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

section#header .header-container .inner .right-side a.btn:hover{
    -webkit-box-shadow: 4px 4px 20px 0 rgba(20, 32, 14, 0.39);
    box-shadow: 4px 4px 20px 0 rgba(20, 32, 14, 0.39);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

@media only screen and (max-width: 1300px){
    section#header .header-container .inner .right-side a.btn{
        display: none;
    }
}