/*
Theme Name: Kultur21
Author: GN
Description: Custom developed theme for Kultur21.
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
*/

/* Css reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
    margin-bottom: 0px!important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .example {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }


  /* Fonts */

:root {
    --main-color-1:#a88a54;
    --main-color-2:#203c35;
    --aleta-light: Aleta-Light;
    --aleta-bold: Aleta-Bold;
    --lora: Lora-Regular;
}

@font-face {
    font-family: Aleta-Light;
    src: url(fonts/BwAletaNo20-Light.otf);
}

@font-face {
    font-family: Aleta-Bold;
    src: url(fonts/BwAletaNo20-Bold.otf);
}

@font-face {
    font-family: Lora-Regular;
    src: url(fonts/Lora-Regular.ttf);
}


.navbar {
    border-top: 10px solid var(--main-color-1);
    border-bottom: 10px solid var(--main-color-1);
    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
}

.main-logo-holder {
    margin-top: 50px;
    display: flex;
    align-items: center!important;
    justify-content: center!important;
}

.main-logo {
    max-width: 84px;
    width: 100%;
    transform: translate(-47px, 0px);
}

.navbar ul {
   
    display: flex;
    flex-direction: row;
    list-style-type: none;
    justify-content: space-between;
    width: 100%;
    padding-left: 0px!important;

}

.navbar ul li {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    /* padding-right: 5vw; */
    justify-content: space-between;
}

.menu-item a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: var(--aleta-light);
}

.menu-item a:hover {
    color: #00000088;
}

.menu-holder {
    padding: 20px 0px;
}

.hero-img {
    width: 100%;
}

.hero-holder {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.menu-meniu-principal-container {
    width: 100%!important;
}

.menu-meniu-principal {
    width: 100%!important;
}

.spacer {
    padding: 50px 0px;
}

.middle-text {
    line-height: 1.3em;
    text-align: center;
    font-size: 54px;
    color: var(--main-color-2);
    font-family: var(--aleta-bold);
    margin-bottom: 0px;
}

.grid-bg {
    background-image: url('assets/grid-bg-v2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

/* .for-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
} */

.for-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.for-element {
    background-color: #e7e5e4;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 246px;
    margin: 5px;
}

.neg-val{
    margin-bottom: -160px;
}

.fg-text {
    margin-bottom: 0px;
    padding-top: 30px;
    text-transform: uppercase;
    color: var(--main-color-2);
    font-size: 18px;
    font-family: var(--aleta-bold);
    text-align: center;
   
}

.povestea-noastra-bg {
    padding: 100px 0px;
    background-color: #e7e5e4;
}

.pr {
    position: relative!important;
}

#absolute-k {
    top: 80px;
    left: 0;
    position: absolute;
    max-width: 330px;
    width: 100%;
}

.pn-header {
    text-transform: uppercase;
    font-size: 54px;
    font-family: var(--aleta-light);
    color: var(--main-color-2);
    margin-bottom: 0px!important;
}

.pn-text {
    padding-top: 50px;
    font-size: 24px;
    font-family: var(--lora);
    margin-bottom: 0px!important;
}

.carousel {
    background-color: red;
}

.gray-bg {
    background-color: #e7e5e4;
}

.gray-bg-linear {
    background: rgb(255,255,255);
background: linear-gradient(3deg, rgba(255,255,255,1) 30%, rgba(231,229,228,1) 70%);
}

.gray-bg-inverted-linear {
    background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(231,229,228,1) 70%);
}

.shadow {
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,0.25)!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.slide-inner {
    padding: 40px 100px;
    background-color: #fff;
    /* background: linear-gradient(to bottom, #fff 80%, white 0%);  */

}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-cs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.upper-slide img {
   width: 100%;
   max-width: 100%;
   height: auto;
}

.lower1 {
    margin: 20px 0px;
    display: grid;
    grid-template-columns: 50% 50%;
}

.slider-details {
   
    display: flex;
    flex-direction: row;
}

.slider-bot-text {
    margin-bottom: 0px;
    margin-top: 40px;
    font-family: var(--lora);
    color: var(--main-color-2);
    font-size: 23px;
    line-height: 1.3em;
}

.svg-keep {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-details-text {
    margin-bottom: 0px;
    font-family: var(--lora);
    color: var(--main-color-2);
    font-size: 23px;
    line-height: 1.3em;
}

.slider-details {
    position: relative;
    display: block;
    
}

.deets-img1 {
    width: 21px!important;
    height: 14px!important;
}

.deets-img2 {
    width: 21px!important;
    height: 18px!important;
}

.deets-img3 {
    width: 13px;
    height: 18px;
}

.deets-img4 {
    width: 21px!important;
    height: 27px!important;
}

.deets-img {
    position: absolute;
    left: -31px;
    top: 7px;
}

.slick-prev {
    left: 20px!important;
    z-index: 222;
    top: 90px!important;
    background-color: var(--main-color-2)!important;
}
.slick-next {
    right: 20px!important;
    z-index: 222;
    top: 90px!important;
    background-color: var(--main-color-2)!important;
}

.slick-prev:before {
    content: '<'!important;
}
.slick-next:before {
    content: '>'!important;
}

.slick-prev, .slick-next {
    height:100px!important;
    width: 60px!important;
}

.slick-prev:before, .slick-next:before {
    font-family: var(--aleta-bold)!important;
    font-size: 80px;
    line-height: 0.5;
    font-weight: 900;
    opacity: 20.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.grid-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(250px, auto);
}


.grid-item {
    min-width: 250px;
    height: 250px;
}

.min1 {
    min-height: 250px;
    background-position: center;
}


.main-grid {
    display: grid;
    grid-template-columns: 30% 70%;

}

.grid-up {
    display: grid;
    grid-template-columns: 40% 60%;
}

.gridel {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 2px;
    /* width: 100%!important; */
}

.g-wrapper {
    overflow: hidden!important;
    transition: all .5s;
    position: relative;
}

.gridel {
    transition: transform .1s;
}

.gridel:hover {
    transform: scale(1.1);
    transition: all .5s;
    overflow: hidden;

}

.gridel::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.507);
    transition: all .5s;
}

.g-wrapper:hover .gridel:before,
.g-wrapper:focus .gridel:before {
    display: block;
}

.g-wrapper {
    overflow: hidden!important;
}



.grid-ele {
    display: grid;
    gap: 2px
}

.grid-down {
    display: grid;
    grid-template-columns: 60% 40%;
}

.pos1 {
    height: 283px;
    margin-bottom: 1px;
    cursor: pointer;
}

.pos2 {
    cursor: pointer;
    margin-top: 1px;
    height: 382px;
}

.pos3 {
    cursor: pointer;
    height: 382px;
}

.pos4 {
    cursor: pointer;
    height: 382px;
}
.pos5 {
    cursor: pointer;
    height: 283px;
}
.pos6 {
    cursor: pointer;
    height: 283px;
}

.over-grid {
    opacity: 0;
    transition: 1s opacity;
    color: #fff;
    font-family: var(--aleta-light);
    text-transform: uppercase;
    cursor: pointer;
    z-index: 2222;
}

.pos1:hover .over-grid {
    opacity: 1;
    transition: 1s opacity;
}

.pos2:hover .over-grid {
    opacity: 1;
    transition: 1s opacity;
}

.pos3:hover .over-grid {
    opacity: 1;
    transition: 1s opacity;
}
.pos4:hover .over-grid {
    opacity: 1;
    transition: 1s opacity;
}
.pos5:hover .over-grid {
    opacity: 1;
    transition: 1s opacity;
}
.pos6:hover .over-grid {
    opacity: 1;
    transition: 1s opacity;
}


.center-text-about {
    font-size: 24px;
    text-align: center;
    padding: 20px 100px;
    font-family: var(--aleta-light);
    line-height: 1.3em;
    color: var(--main-color-2);
}

.punctual {
    font-family: var(--aleta-bold);
}

.cf {
    background-color: var(--main-color-1);
    padding: 70px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.oferta {
    text-transform: uppercase;
    padding-bottom: 70px;
    font-size: 48px;
    color: #fff;
    font-family: var(--aleta-bold);
    text-align: center;
}

.form-holder {
    max-width: 660px;
    width: 100%;
}

.wpcf7-form-control {
    width: 100%;
    max-height: 54px;
    height: 54px;
    padding-top: 10px!important;
    position: relative;
}

#wpcf7-f44-o1 > form > p > label {
    width: 100%;
    color: #fff;
    padding-bottom: 10px;
}

.lbls {
    padding-bottom: 10px!important;
    font-size: 18px;
    font-family: var(--lora);
}

.wpcf7-text, .wpcf7-textarea {
    width: 100%;
    
    border: 4px solid #fff;
}

.wpcf7-form-control {
  
    margin-top: 10px;
}

#wpcf7-f44-o1 > form > p > label {
    padding-top: 20px;
}

#opk {
    position: absolute;
    width: 100%;
    max-width: 408px;
    left: 150px;
}

.wpcf7-submit {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 21px;
    color: #4d4d4d;
    font-family: var(--aleta-bold);
    text-transform: uppercase;
    padding: 10px!important;
}

.parteneri {
    background-color: #fff;
}

.p-holder {
    background-color: #fff;
    margin-top: 50px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
}

.curs {
    background-color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.curs-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    margin-right: 70px;
}

.sepp {
    margin-top: 50px;
}

.curs-name {
    font-size: 24px;
    color: var(--main-color-2);
    text-transform: uppercase;
    padding-top: 40px;
    font-family: var(--aleta-bold);
    text-align: center;

}

.curs-img {
    min-height: 175px;
}

.curs-prof {
    font-size: 18px;
    color: var(--main-color-2);
    text-transform: uppercase;
    padding-top: 40px;
    font-family: var(--lora);
    text-align: center;
}

.curs-amm {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 20px;
    font-family: var(--aleta-bold);
    text-align: center;
    background-color: var(--main-color-2);
}

#owl {
    position: absolute;
    top: -150px;
}

.events {
    margin-top: 50px;
    background-color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.event {
    padding: 15px;
    border: 2px solid var(--main-color-2);
    display: grid;
    grid-template-columns: 30% 70%;
}

.date {
    max-width: 75px;
    color: #fff;
    background-color: var(--main-color-2);
    font-family: var(--aleta-bold);
    font-size: 18px;
    text-align: center;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-deets {
   display: flex;
   align-items: flex-end;
   flex-direction: column;
   justify-content: flex-start;
}

.title {
    font-size: 24px;
    color: var(--main-color-2);
    font-family: var(--aleta-bold);
}

.more {
    font-size: 18px;
    color: #fff;
    background-color: var(--main-color-1);
    padding: 10px 15px;
    cursor: pointer;

}

.footer-head {
    width: 100%;
    margin-bottom: -5px;
}

.footer-bg {
    
    background-color: var(--main-color-2);
}

.nopadding {
    padding: 0px;
}

.adresa {
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.adresa1 {
    color: #fff;
    font-size: 35px;
    font-family: var(--aleta-light);
    text-align: center;
    
}

.adresa2 {
    color: #fff;
    font-size: 20px;
    font-family: var(--aleta-light);
    padding-top: 10px;
    text-align: center

}

.sm-url {
    font-size: 19px;
    color: #fff;
    font-family: var(--aleta-light);
    padding-top: 10px;
}

.sm {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 70px;
    padding-top: 0px;
   
}

.sm-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/* lapto */
@media only screen and (max-width: 1200px) {
    .middle-text, .pn-header {
        font-size: 45px;
    }
    .oferta {
        font-size: 40px;
    }

    .wpcf7-submit {
        font-size: 15px;
    }

    .curs-name, .curs-prof, .curs-amm {
        font-size: 18px;
    }

    .title {
        font-size: 18px;
    }

    .curs-amm, .more {
        font-size: 13px;
    }
}


/* phone */
@media only screen and (max-width: 990px) {

    .for-grid {
        flex-direction: column;
    }

    .for-element {
        min-width: 100%;
    }

    .neg-val {
        margin-bottom: 0px;
    }

    #absolute-k {
        display: none;
    }

    .p-holder {
        flex-direction: column;
    }

    #owl {
        display: none;
    }

    .curs-holder {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-right: 0px;
    }
    
    .sm {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding: 20px;
        padding-top: 0px;
        flex-direction: column;
    }

    .sm-inner {
        margin-top: 20px;
    }

    .adresa {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .major-footer-cont {
        padding: 50px 0px;
    }

    .center-text-about {
        font-size: 20px;
        text-align: center;
        padding: 20px 20px;
       
    }

    .slide-inner {
        padding: 20px 20px;
        background-color: #fff;
        /* background: linear-gradient(to bottom, #fff 80%, white 0%); */
    }

    #opk {
        position: absolute;
        width: 100%;
        max-width: 268px;
        left: 30px;
    }

    .oferta {
        font-size: 30px;
        padding-bottom: 0px;
    }

    .middle-text, .pn-header {
        font-size: 30px;
        padding-bottom: 20px;
    }

   

    .spacer {
        padding: 25px 0px;
    }

    .cf {
        padding: 20px;
    }

    .sepp {
        margin-top: 20px;
    }
    
    .events {
        margin-top: 20px;
        background-color: #fff;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 26px;
    }

    .evenimente-spacer {
        padding-top: 40px;
    }

    .adresa1 {
        font-size: 30px;
    }
    
    .adresa2 {
        font-size: 18px;
    }

    .sm-url {
        font-size: 15px;
       
    }

    .title {
        font-size: 18px;
        text-align: right;
    }

    .povestea-noastra-bg {
        padding: 0px 0px;
        background-color: #e7e5e4;
    }

    .pn-text {
        padding-top: 15px;
        font-size: 18px;
        font-family: var(--lora);
        margin-bottom: 0px!important;
        line-height: 1.3em;
    }

    .p-holder {
        background-color: #fff;
        margin-top: 10px;
        padding: 10px;
        
    }

    .slider-bot-text {
        margin-bottom: 0px;
        margin-top: 10px;
        font-family: var(--lora);
        color: var(--main-color-2);
        font-size: 15px;
        line-height: 1.3em;
    }

    .lower1 {
        margin: 20px 0px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .slider-details-text {
        font-size: 15px;
        padding-left: 25px;
        line-height: 1.3em;
    }

    .deets-img {
        position: absolute;
        left: 0px;
        
            top: 4px;
    }

    .deets-img1 {
        width: 16px!important;
        height: auto!important;
    }

    .deets-img2 {
        width: 13px!important;
        height: auto!important;
    }

    .deets-img3 {
        width: 10px;
        height: auto!important;
    }

    .deets-img4 {
        width: 16px!important;
        height: auto!important;
    }

    .mb-spacing-top {
        padding-top: 15px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 30px;
    }
    
    .slick-prev, .slick-next {
        height: 40px!important;
        width: 30px!important;
    }

    .main-logo {
        max-width: 84px;
        width: 100%;
        transform: translate(0px, 0px);
    }

    .navbar-toggler {
        display: none;
        background-color: var(--main-color-1);
    }

    .navbar ul {
        flex-direction: column;
    }

    .just-desktop {
        display: none!important;
    }

    .just-mobile {
        display: block!important;
    }

    .main-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .gridel {
        height: 250px!important;
    }

    .mike {
        padding-top: 50px;
    }


}

.just-desktop {
    display: block;
}

.just-mobile {
    display: none;
}



