@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);

/* ------------------ */

/* Alap eligazgatások */

/* ------------------ */

.site-main{
    background: #F7F7F7;
}

.site-header {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -2px 11px 22px 0 rgba(0, 0, 0, 0.00);
    box-shadow: -2px 11px 22px 0 rgba(0, 0, 0, 0.00);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99999;
    margin-top: -1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site {
    display: flex;
    flex-direction: column;
}

.ion-navicon-round {
    transition: 0.5s;
}

.ion-navicon-round:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.header-holder {
    display: flex;
    width: 80%;
    max-width: 1140px;
}

.site-title {
    font-size: 20px;
    color: #333
}

.szekcio {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: row;
    background-color: #fafafa;
}


.centered {
    margin: 0 auto !important;
}

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

.content-align {
    align-items: center;
}

.narrow {
    max-width: 520px;
}

.vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vertical {
    display: flex;
    flex-direction: column;
}

.horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.side {
    width: 45%;
}

.right {
    padding-top: 00px;
}

.increased-margin {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

/* Background: */

.tartalom {
    width: 84%;
    max-width: 1140px;
    padding: 80px 20px;
}

.post-holder{
    margin: 0px auto;
    margin-top: 80px;
    padding: 80px;
    width: 80%;
    background: #fafafa;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

/* ------------------ */

/*       Színek       */

/* ------------------ */

.white {
    color: #f3f3f3 !important;
}

.black {
    color: #333 !important;
}

.black-2 {
    color: #5f5f5f;
    !important;
}

.green {
    color: #B49F84 !important;
}

.b-white {
    background-color: #f3f3f3 !important;
}

.b-black {
    background-color: #333 !important;
}

.b-green {
    background-color: #B49F84 !important;
}

/* ------------------ */

/*     Betűtípus      */

/* ------------------ */

h1 {
    font-family: 'Roboto';
    font-size: 42px;
    font-weight: 300;
    color: #333;
    line-height: 58px;
    margin-bottom: 20px !important;
}

h2 {
    font-family: 'Roboto';
    font-size: 42px;
    font-weight: 400;
    color: #333;
    line-height: 58px;
    margin-bottom: 20px !important;
    margin-top: 0px;
}

h3 {
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: 300;
    color: #fefefe;
    margin: 10px 0;
}

h4 {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 600;
    color: #B49F84;
}

.desc p {
    font-family: 'Roboto';
    font-size: 20px !important;
    font-weight: 400 !important;
}

p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    color: #767676;
    line-height: 30px;
    margin: 2px 0px;
    text-align: justify;
}

p.light {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    color: #767676;
}

strong {
    color: #B49F84;
}

.button,
input.wpcf7-form-control.wpcf7-submit {
    height: 40px;
    line-height: 40px;
    color: #f3f3f3;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    background-color: #B49F84;
    opacity: 1;
    border-radius: 3px;
    margin-top: 10px;
    transition: 1s;
}

input.wpcf7-form-control.wpcf7-submit {
    line-height: 0;
    border: 0px;
}

.button-outline {
    height: 60px;
    line-height: 60px;
    color: #f3f3f3 !important;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    opacity: 1;
    border-radius: 3px;
    margin-top: 10px;
    transition: 1s;
    background: none;
    border: 1px solid #f3f3f3;
    margin-top: 20px;
}

.button-outline:hover {
    background-color: #f3f3f3;
    color: #B49F84 !important;
}

.button-outline a {
    transition: 0.5s;
}

.button-text {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.button:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #a08e77;
    cursor: pointer;
}

a {
    text-decoration: none;
}

@media screen and (max-width: 700px) {
    .horizontal {
        flex-direction: column;
    }
    .side {
        width: 100%;
        margin-bottom: 10px;
    }
    .felhivas {
        margin: 0 0 !important;
        width: 100%;
        height: 100%;
    }
   
}



/* Fejléc */

.fejlec {
    height: 660px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-position: top;
}

.hazak {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-position: top;
}

/* Kartyak */

.kartya-tarto {
    display: flex;
    margin-top: 40px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.kartya {
    width: 30%;
    background-color: rgba(0, 0, 0, 0.58);
    padding: 80px 50px;
    margin: 15px 8px;
    transition: 1s;
}

.velemeny {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;

    padding: 30px;
}

@media screen and (max-width: 1000px) {
    .kartya,
    .velemeny {
        width: 40%;
    }
}

@media screen and (max-width: 760px) {
    .kartya,
    .velemeny {
        width: 100%;
    }
}

.kartya:hover {
    transform: scale(1.05);
}

/*Kepes tartalom*/

.kepes-tartalom-img {
    background-size: cover;
    background-position: center;
}

/* Felhivas */

.felhivas {
    background-color: rgba(180, 159, 132, 0.75);
    padding: 80px;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
}

/* Velemenyek */

.velemeny-tarto {
    flex-direction: row;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.kis-kep {
    height: 50px;
    width: 50px;
    border-radius: 30px;
    margin: 10px 0;
    background-size: cover;
    background-position: center;
}

/* ------------------ */

/*     Kapcsolat      */

/* ------------------ */

.full-left,
.full-right {
    width: 50%;
    height: auto;

}

.half{
    width: 50%;
    padding: 30px 30px 0px 30px;
}

@media screen and (max-width: 700px){
     .half{
        width: 100%;
         margin: 0 auto;
    }
}

.kapcsolat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.full-right {
    order: 2;
    padding: 120px 50px;
}

.full-left {
    order: 1;
}

textarea.wpcf7-form-control.wpcf7-textarea,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    width: 80%;
    height: 50px;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin: 10px 0;
    padding-left: 15px;
}

@media screen and (min-width: 800px) {
    .full-left,
    .full-right {
        width: 50%;
    }
}

@media screen and (max-width: 800px) {
    .full-left,
    .full-right {
        width: 100%;
    }
    .full-right {
        text-align: center;
        order: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .kapcsolat {
        padding: 30px 0;
        padding-bottom: 0px;
    }
    textarea.wpcf7-form-control.wpcf7-textarea,
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
    input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email,
    input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
    }
    .full-left {
        height: 400px;
    }
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}

/* ------------------ */

/*      Ártartó       */

/* ------------------ */

.artarto{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.artabla i{
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #B49F84;
    border-radius: 50px;
    border: 2px solid #B49F84;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
}

.artabla{
    background: #FEFEFE;
    text-align: center;
    padding: 50px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
}

.artabla p {
    text-align: center;
    font-size: 16px;
}

.artabla h1{
    color: #B49F84;
    font-size: 30px;
}

.artabla h3{
    color: #333;
}

/* ------------------ */

/*       Footer       */

/* ------------------ */

footer {
    background: #343434;
}

.footer-widgets {
    max-width: 1140px;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: flex-start;
}

.widget-area {
    margin: 40px 0;
    width: 20%;
}

@media screen and (max-width: 1000px) {
    .widget-area {
        width: 40%;
    }
}


.footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.keret {
    color: #f3f3f3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    width: 80%;

}

@media screen and (max-width: 700px) {
    .widget-area {
        width: 100%;
        align-content: center;
        align-items: center;
        text-align: center;
        margin: 20px 0 0 0;
    }

    .widget-area p {
        text-align: center;
    }
    h1.site-title.white {
        display: none;
    }
    .footer-menu {
        display: none;
    }
    .keret {
        justify-content: center;
    }

}


.site-info {
    height: 120px;
    background-color: #393939;
    display: flex;
    flex-direction: row;
    justify-content: center;
}





.footer-menu div ul {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    list-style: none;
    margin: 0;
}

.footer-menu div ul li a {
    color: #f3f3f3 !important;
    margin: 0 10px;
}

.footer-menu div ul li a:hover {
    color: #B49F84 !important;
    margin: 0 10px;
}

/* ------------------ */

/*     Mobile Menu    */

/* ------------------ */

.mobile-menu {
    background-color: rgba(243, 243, 243, 0.92);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    transition: 1s;
    display: flex;
    opacity: 0.0;
}

#menu-close {
    margin-bottom: 20px;
    transition: 0.5s;
}

#menu-close:hover {
    cursor: pointer;
    color: #B49F84;
}

.closed {
    display: none;
}

.mobile-menu div ul {
    list-style: none;
    margin: 0 0;
    padding: 0;
    text-align: center;
}

.mobile-menu div ul li a {
    color: #333;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 50px;
    transition: 0.4s;
}

.mobile-menu div ul li a:hover {
    color: #B49F84;
}

#site-navigation {
    width: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

.site-branding {}

@media screen and (min-width: 900px) {
    .icon {
        display: none;
    }
    .desktop-menu {
        display: flex !important;
    }
    .button-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

}

@media screen and (max-width: 900px) {
    .icon {
        display: flex;
    }
    .desktop-menu {
        display: none !important;
    }
    .site-branding {
        width: 40% !important;
    }
    .site-navigation {
        width: 50% !important;
        display: flex;
        justify-content: flex-end;
    }
    #site-navigation {
        width: 50%;
    }
    .button-container {
        display: none;
    }
}

.desktop-menu {
    display: flex;
    width: 80%;
}


div.desktop-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 3px;
    margin-left: 25px;
}

.desktop-menu div ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.desktop-menu div ul li a {
    margin: 0px 30px;
    border-bottom: 1px solid rgba(180, 159, 132, 0);
    transition: 0.5s;
    text-transform: uppercase;
}

.desktop-menu div ul li a:hover {
    border-bottom: 1px solid #B49F84;
}


/* ------------------ */

/*       Slider       */

/* ------------------ */

.slide{
    height: 500px;
    width: 80%;
    padding: 30px;
}
.carousel {
  background: #FAFAFA;
}

.carousel-cell {
  width: 66%;
  height: 500px;
  margin-right: 50px;
  background: #8C8;
  border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    align-items: center;
    text-align: center;
    border-radius: 0px;
    
}

.carousel-cell.is-selected {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    align-items: center;
    text-align: center;
}

.infobox-holder{
display: flex; justify-content: flex-end;
    }

.infobox{
    background: #f7f7f7; text-align: center; padding:  70px; width: 45%; display: flex; justify-content: center; flex-direction:column; align-items: center;

}

@media screen and (max-width: 700px){
    .infobox-holder{
        justify-content: center;
    }
    .infobox{
        width: 100%;
    }
}

/* ------------------ */

/*      Gallery       */

/* ------------------ */

.kepek-tartoja{
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1140px;
}

@media screen and (max-width: 700px){
    .kepek-tartoja{
        width: 90%;
    }
}

.gallery{
  width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 500px;
    margin-bottom: 0;
    padding-bottom: 80px;
}

.kep{
    width: 20%;
    min-width: 180px;
    height: 200px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    overflow: hidden;



}

.kep:hover{

    cursor: pointer;
}

.kep img{
    width: 100%;
  height: 100%;
  object-fit: cover
}

.lightbox, .hatter{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.54);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hatter{
    z-index: -1;
    background: rgba(51, 51, 51, 0);
}

.nagy-kep{
    background: #f3f3f3;
    width: 80%;
    height: auto;
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.previous, .next{
    font-size: 50px;
    font-weight: 200;
    transition: 0.5s;
    padding: 20px;
    transform: translateX(0px);
    
}
.previous:hover, .next:hover{
    cursor: pointer;
    transform: translateX(10px);
    
}.previous:hover{
    cursor: pointer;
    transform: translateX(-10px);
    
}

.kategoriak{
    width: 80%;
    max-width: 1140px;
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.kategoria-nev{
    line-height: 40px;
    text-align: center;
    color: #333;;
    text-transform: uppercase;
    margin-right: 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0);
    transition: 0.5s;
}

.kategoria-nev-mind{
    line-height: 40px;
    text-align: center;
    color: #333;;
    text-transform: uppercase;
    margin-right: 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0);
    transition: 0.5s;
}

.kategoria-nev:hover{
    border-bottom: 1px solid #333;
    cursor: pointer;
}

.alahuzva{
    border-bottom: 1px solid #B49F84;
}
