/*
Theme Name: Luxiona
Author: Wp Wieczorek
Version: 1.1.6
Text Domain: luxiona
*/

.tnp-subscription div.tnp-field-checkbox {
    display: flex;
}

.tnp-subscription div.tnp-field-checkbox input {
    margin-top: 4px;
    align-self: flex-start;
}

.tnp-subscription div.tnp-field-checkbox label {
    padding-top: 0;
    font-weight: normal;
}

.tnp-subscription div.tnp-field-checkbox label a {
    font-weight: normal;
}

.tnp-subscription .tnp-field-button input[type=submit], .tnp-subscription .tnp-field-button input[type=submit]:active {
    background-color: #71bf44;
    color: white;
}

.tnp-subscription .tnp-field-button input[type=submit]:hover {
    background-color: #4e8221;
}

#footer .rodo-url a {
    color: #71bf44;
}

#footer .rodo-url a:hover {
    color: #4e8221;
}

.slider .cover {
    z-index: initial;
}

.slider .cover h1 {
    align-self: center;
}

.subpages {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.subpages .subpage {
    margin-left: 5rem;
}

.subpages .subpage a {
    background-color: #71bf44;
    color: white;
}

.subpages .subpage a, .subpages .subpage span {
    padding: 5px 7px;
    border: 2px solid #71bf44;
    border-radius: 5px 0 5px 0;
}

.contacts-accordion .contacts .row {
    min-height: 110px;
    align-items: center;
}

.contacts-accordion .align-self-center h4 {
    cursor: pointer;
}

#navbar .logo2 {
    top: -5px;
    position: relative;
    max-width: 104px;
}

.province-map {
    margin: 0 auto;
}

.province-name {
    height: 30px;
}

.region-map-container {
    text-align: center;
}

.region-map-container area:hover {
    background-color: red;
}