:root {
    --color-1: #d15f87;
    --color-2: #942d64;
    --grey: #D5D5D5;
    --grey-0: #f4f4f3;
    --grey-1: #EDEDED;
    --grey-2: #F5F5F5;
    --grey-3: #666666;
    --white: #FFFFFF;
    --sBasic_1: #222222;
    --sBasic_2: #987952;

    --grid-width: 1040px;
    --grid-responsive-max-width: 1040px;
}


body * {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;    
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    overflow-x: hidden;
    color: var(--sBasic_1);
    font-family: 'Roboto', Arial;
    background: white;
}
hr {
    border: 0;
    border-bottom: 1px solid;
    opacity: 0.1;
}

.device_type { 
    position: relative;
    overflow: hidden;
}
#top_background {
    background-color: white;
    background-position: top -300px center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
    filter: opacity(0.02);
    height: 1000vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
}

section {
    padding: 0; 
}
section .section-title ~ .wrap {
    padding: 25px 20px 25px 20px;
}
section.last .section-title ~ .wrap {
    padding-bottom: 75px;
}
#header + section.last {
    padding-top: 75px;
}
section#slider {
    padding: 0 0 75px 0;
}
section#page {
    padding: 75px 0 75px 0;
}
section#single {
    padding: 75px 0 75px 0;
}
section#page {
    padding: 50px 0 25px 0;
}



.section-title {
    padding: 25px 0 25px 0;
    overflow: hidden;
    color: black;
}
.section-title .wrap {
    padding: 25px 115px 30px 115px;
    border-radius: 10px;
    width: calc(var(--grid-width) - 40px);
    max-width: calc(100% - 40px);
}
section:nth-child(odd) .section-title .wrap {
    background-color: var(--sBasic_1);
    background-position: top -29px left -43px;
    background-repeat: no-repeat;
    background-size: 120px auto;
}
section:nth-child(even) .section-title .wrap {
    background-color: var(--sBasic_1);
    background-position: bottom -29px right -43px;
    background-repeat: no-repeat;
    background-size: 120px auto;
}



.section-title h1,
.section-title h2 {
    margin: 0;
}

#top_gradient {
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: var(--sBasic_1);
    box-shadow: 0px -7px 5px -9px rgba(0,0,0,0.75) inset;
}
body.home #top_gradient {
    height: 200px;
}


* {
    border-color: inherit;
    -webkit-box-shadow: none;    
    box-shadow: none;
    outline:none !important;
}

*:focus,
*:active,
*:hover {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline:none !important;
}

p {
    margin: 0 0 23px 0;
}

a {
    text-decoration: none; 
    color: var(--sBasic_1); 
    outline: none;
}

#single a,
#page a,
.contact_all a {
    border-bottom: 1px dotted;
}


header#header {
    position: relative;
    z-index: 999;
}

#header a,
.menuWrap a {
    color: white;
}

.clear {
    clear: both;
}

p:empty {
    display: none !important;
    margin: 0 !important;
}

.align-center {
    text-align: center;
}


.relative {
    position: relative;
}

.fullimg {
    display: block;
    width: 100%;
}

h1 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0px;
    font-family: 'Michroma';
    font-weight: normal;
}

h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 23px;
    padding-left: 0px;
    font-weight: normal;
}

.section-title h1,
.section-title h2 {
    font-family: 'Michroma';
    color: white;
    text-align: center;
}

h1 {
    font-size: 31px;
    line-height: 2.4rem;
}
h2 {
    font-size: 31px;
    line-height: 2.4rem;
}
h3 {
    font-size: 30px;
    line-height: 2.4rem;
}
h4 {
    font-size: 28px;
    line-height: 2.4rem;
}
h5 {
    font-size: 24px;
    line-height: 2.4rem;
}
h6 {
    font-size: 20px;
    line-height: 2.4rem;
}

body:not(.home) h1.title {
    text-align: center;
}
.subtitle {
    text-align: center;
    margin-top: -15px;
}

.content p:last-child {
    margin-bottom: 0;
}
.content .aligncenter {
    display: flex;
    margin: 0 auto;
}
.content img {
    max-width: 100%;
    height: auto;
}

.iframe_container {
    margin-bottom: 30px;
}
.iframe_container iframe {
    max-width: 100% !important;
}

.wrap {
    margin: 0 auto;
    max-width: var(--grid-width);
    padding: 0 20px;
}

ol, ul {
    box-sizing: border-box;
    padding-left: 20px;
}

a.logo img {
    width: auto;
    height: 70px;
    display: block;
    /*filter: drop-shadow(3px 3px 3px #614637);*/
}
span.logo--line {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
span.logo--text {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.17;
}

.headerItems {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 20px 0;
    height: 100px;
}

.close_resp_icon {
    display: block;
    width: 24px;
    height: 24px;
    background: center center no-repeat;
    background-size: 14px auto;
    cursor: pointer;
    margin-left: 20px;
    position: absolute;
    right: 32px;
    top: 37px;
}

.prev_resp_icon {
    display: block;
    width: 24px;
    height: 24px;
    background: left center no-repeat;
    background-size: 8px auto;
    cursor: pointer;
    position: fixed;
    left: 32px;
    top: 37px;
    
    display: none;
}

.headerLeftNav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-menu {
    display: flex;
    gap: 45px;
}

.logoWrap {
    color: white;
    font-family: "Michroma";
}

.headerRightNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

nav ul,
nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}




#headerMenu a {
    font-size: 13px;
    line-height: 1.17;
    margin: 6px 0;
    display: block;
    font-family: 'Michroma';
    transition: 0.5s;
}
    #headerMenu a:hover {
        opacity: 0.6;
        transition: 0.5s;
        cursor: pointer;
    }

#headerMenu li:last-child .menu_sep_after {
    display: none;
}

    #headerMenu li .menu_sep_after {
        color: white;
        font-size: 22px;
        position: relative;
        top: 2px;
    }

    
.menuWrap {
    position: fixed;
    width: 100%;
    background-color: var(--grey-0);
    height: calc(80vh + 80px);
    z-index: 9999;
    top: -500vh;
    overflow: hidden;
    opacity: 0;
}

nav#getmenu {
    padding: 88px 20px;
}

nav#getmenu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: calc(1372px + 64px);
    margin: 0 auto;
    position: relative;
}

#headerMenu .current-menu-item a,
#headerMenu .menu-item-has-children.active a,
#headerMenu .current-page-ancestor a,
body.single-esemeny #headerMenu .menu-item-pageID-160 a {
    opacity: 0.6;
}
#footer .current-menu-item a {
    text-decoration: underline;
}

#headerMenu2nd .current-menu-item a,
#headerMenu2nd.current-page-item a {
    opacity: 0.6;
}

#headerMenu .current-menu-item a,
#headerMenu .current-page-item a {
    font-family: 'Michroma', sans-serif;
}

ul#headerMenu,
ul#footerMenu {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

ul#headerMenu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0 10px;
    margin: 0;
    flex-wrap: wrap;
}

ul#footerMenu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.sep {
    width: 100%;
    clear: both;
}
.footerMenu {
    padding: 0;
    margin-top: 0;
    display: inline-flex;
    flex-direction: row;
    flex-grow: 2;
    justify-content: center;
}

.footerWrap {
    max-width: 1436px;
    margin: auto;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}
.footerWrap_2 {
    margin: auto;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 40px 0 40px 0;
}

.footerLogo {
    margin-bottom: 25px;
}

.footerSocials {
    padding: 0;
    margin-top: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-self: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 14px 10px;
}
.footerSocials .socials-title {
    font-weight: bolder;
    font-size: 14px;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: -10px;
}
.footerSocials a:first-child {
    margin-left: 0;
}

.footerSocials a:last-child {
    margin-right: 0;
    margin-left: 0 !important;
}

.footerSocials a {
    color: white;
    margin: 0;
    font-weight: 300;
}

.footerSocials a img {
    opacity: .7;
    max-width: 24px;
    max-height: 24px;
}

.footerContacts {
    padding: 0;
    margin-top: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-self: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 14px 50px;
}
    .footerContacts > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        line-height: normal;
        flex-wrap: wrap;
        align-content: center;
    }
    .footerContacts p {
        margin: 0;
    }
    .footerContacts strong {
        font-size: 14px;
    }

.footerMenu a {
    padding: 0 16px;
    margin-bottom: 0;
    color: white;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.footerMenu li:last-child a {
    border-right: none;
}
ul#footerMenu span.menu_sep_after {
    position: relative;
    top: 1px;
}
ul#footerMenu li:last-child .menu_sep_after {
    display: none;
}
.footerMenu a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: white;
    padding: 0 8px;
    margin: 0;
    margin-bottom: 16px;
}
a.footer_logo img {
    /*filter: drop-shadow(3px 3px 3px #614637);*/
    width: 220px;
}
#footer {
    color: white;
    line-height: 1.2rem;
    padding: 50px 0 0 0;
    box-shadow: 0px 7px 5px -9px rgba(0,0,0,0.75) inset;
    background-color: var(--sBasic_1);
}
#footer a {
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    display: inline-flex;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
#footer a:hover {
    text-decoration: underline;
}
#footer .wrap {
    padding: 0;
    max-width: calc(1372px + 64px);
}


.footer-copyright p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.footer-copyright img.rohs_logo {
    margin: 25px auto 0 auto;
    display: flex;
    width: 120px;
    height: auto;
}
#footer .footer-copyright a.rohs {
    line-height: normal;
    font-size: 13px;
    color: var(--color-2);
}
.footer-copyright a {
    position: relative;
}


.gridMenu {
    width: calc(100% - 40px);
    max-width: 1140px;
}
ul#gridMenuList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 25px 0;
    list-style: none;
    gap: 20px;
    text-align: center;
}
    ul#gridMenuList > li {
        margin: 0;
        padding: 0;
        list-style: none;
        max-width: calc(100% / 5 - 20px);
    }
    ul#gridMenuList ul.sub-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }
    ul#gridMenuList > li > a {
        text-transform: uppercase;
        font-weight: bolder;
    }
    ul#gridMenuList > li.disabled > a:hover {
        cursor: auto;
        text-decoration: none;
    }




.js-video {
    height: 0;
    padding-top: 5px;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}


/*slider*/
section#slider {
    padding: 0;
}
.swiper {
    overflow: hidden;
    border-radius: 10px;
}
.swiper-slide {
    overflow: hidden;
    border-radius: 10px;
}
.swiper-pagination-bullet {
    background-color: var(--sBasic_1) !important;
}
.swiper-pagination-bullet-active {
    background-color: var(--sBasic_1) !important;
}
.slider-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding-bottom: 60px;
}
.slider-content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 300px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,185,183,0) 92%);
}
.slider-title {
    font-family: 'Michroma';
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 28px;
    position: relative;
    z-index: 2;
}
.slider-description {
    position: relative;
    padding: 0 20px;
    z-index: 2;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
}
.swiper-slide img {
    display: block;
    width: 100%;
}
.swiper-pagination {
    bottom: 20px !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    color: var(--sBasic_2);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: var(--sBasic_2);
}

.has--featured_image .image {
    width: 30%;
}
.has--featured_image .content {
    width: 70%;
}

.has--featured_image {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}
    .has--featured_image.image-right {
        flex-direction: row-reverse;
    }



/*gallery*/
.gall_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding-bottom: 60px;
}
.gall_caption {
    font-family: 'Michroma';
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 28px;
    position: relative;
    z-index: 2;
}
.gall_description {
    position: relative;
    padding: 0 20px;
    z-index: 2;
}
.gall_text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 300px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,185,183,0) 92%);
}

.hidden {
    display: none !important;
}

/*contact*/
.contact_all {
    display: flex;
    gap: 40px;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 23px;
    line-height: 1.4rem;
}
.contact_form {
    width: 60%;
}
.contact_data {
    width: 40%;
}
.contact_data ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact_data p + ul {
    margin-top: -23px;
}



/*contact form, cf7*/
.wpcf7-form .wpcf7-submit {
    border-radius: 10px;
    padding: 14px 32px;
    line-height: normal;
    text-align: center;
    font-family: 'Michroma', sans-serif;
    border: 0;
    display: inline-flex;
    flex-direction: column;
    width: fit-content;
    color: white;
    transition: 0.5s;
    background-color: var(--sBasic_1);
}
    input.wpcf7-form-control.wpcf7-submit:not(:disabled):hover {
        cursor: pointer;
        transition: 0.5s;
        background-color: var(--sBasic_2);
    }
#wpcf7_submit_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
}
span.wpcf7-spinner {
    display: none !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="phone"] {
    width: 100%;
    border: 1px solid var(--grey-3);
    padding: 8px 16px;
    border-radius: 10px;
    height: 50px;
    color: var(--grey-3);
    font-family: Roboto, sans-serif;
}
.wpcf7-form textarea {
    width: 100%;
    border: 1px solid var(--grey-3);
    padding: 8px 16px;
    border-radius: 10px;
    height: 120px;
    color: var(--grey-3);
    resize: none;
    font-family: Roboto, sans-serif;
}
.wpcf7-form select {
    width: 100%;
    border: 1px solid var(--grey-3);
    padding: 8px 16px;
    border-radius: 10px;
    height: 50px;
    color: var(--grey-3);
    font-family: Roboto, sans-serif;
}
.wpcf7-form *::placeholder {
    color: var(--grey-3);
}
form.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
span.wpcf7-form-control-wrap[data-name="security"] label {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
span.wpcf7-form-control-wrap[data-name="privacy"] label,
span.wpcf7-form-control-wrap[data-name="terms"] label {
    display: flex;
    flex-direction: row;
    gap: 7px;
    justify-content: flex-start;
    align-items: flex-start;
}
input#privacy,
input#terms {
    margin: 0 0 0 0;
    position: relative;
    top: 2px;
}
span.wpcf7-quiz-label + input {
    width: 160px !important;
    height: 28px !important;
}
span.wpcf7-form-control.wpcf7-acceptance label {
    line-height: normal;
}
.wpcf7-form .wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7-form .security_question {
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: -15px;
    font-size: 12px;
}
.wpcf7-form .wpcf7-form-control-wrap {
    font-size: 12px;
}
input#security {
    font-size: 12px;
    height: auto;
    width: 110px;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7-not-valid::placeholder {
    color: red !important;
}
.wpcf7-response-output {
    text-align: center;
    padding: 8px 16px !important;
    font-size: 14px;
    margin: 0 !important;
    border-radius: 10px !important;
}
.wpcf7 label {
    cursor: pointer;
}

.opinions {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    border: 1px solid var(--grey-3);
    padding: 8px 16px;
    border-radius: 10px;
    height: 50px;
    color: var(--grey-3);
    font-family: Roboto, sans-serif;
}

#type_of_partnership label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
#type_of_partnership input {
    margin-left: 0;
    margin-right: 8px;
}
.form-row.form-row--title .title {
    margin: 0;
    font-size: 17px;
    font-weight: bolder;
    font-family: 'Michroma';
}


.pagination ul {
    display: flex;
    list-style: none;
    margin: 0;
    flex-direction: row;
    justify-content: center;
    padding: 50px 0 0 0;
    gap: 10px;
}
.pagination span,
.pagination a {
    display: inline-flex;
    border: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--sBasic_1);
    color: white;
    font-family: 'Michroma';
    font-size: 12px;
    transition: 0.5s;
}
.pagination span.current,
.pagination a.current,
.pagination a:hover {
    background: transparent;
    color: var(--sBasic_1);
    border: 1px solid var(--sBasic_1);
    transition: 0.5s;
}

.breadcrumb, .breadcrumb * {
    font-size: 12px;
    text-transform: uppercase;
    color: grey;
}
.breadcrumb a:hover {
    text-decoration: underline;
}