/*
Theme Name: Caffe Doro
Theme URI: https://veresb.hu
Author: Veres Botond
Author URI: https://veresb.hu
Description: development by Veres Botond
Version: 1.0
Text Domain: caffedoro
*/

html{
    background: #f5f5f5;
}

.page-id-61 #content a,
.page-id-61 #content a:visited,
.page-id-63 #content a,
.page-id-63 #content a:visited
{
    color: #FFC877;
}

a:hover{
    color: #af7826;
}

#top{
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 100px;
    background: url('img/header.webp') center center;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 20% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 0, 100% 65%, 20% 100%, 0 80%);
}

#termekkep{
    max-width: 50%;
    position: absolute;
    top: 180px;
    right: 0;
    filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.4));
}

.btn{
    border: 1px solid #1C0A00;
    background-color: #FFC877;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    color: #1C0A00;
    border-radius: 38px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    cursor: pointer;
}

.btn-big{
    font-size: 28px;
    height: 75px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-small{
    font-size: 20px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#logo{
    float: left;
}

#logo a{
    width: 210px;
    height: 180px;
    display: block;
    background: url('img/logo-white.svg') top left no-repeat;
    background-size: auto 100%;
}

#navigation,
#navigation nav ul{
    float: right;
}

#top nav ul li{
    float: left;
    text-align: left;
    position: relative;
    margin-right: 25px;
}

#top nav ul li:hover ::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: -10px;
    left: 0;
    background-color: rgba(255, 201, 119, 0.4);
}

.main-menu-active::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: -10px;
    left: 0;
    background-color: #FFC877;
}

#top nav ul li a{
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #f5f5f5;
    font-size: 25px;
    text-decoration: none;
}

#top nav ul li:last-of-type{
    margin-right: 0;
}

#intro{
    padding-top: 20px;
    color: #f5f5f5;
}

#intro h2{
    color: #FFC877;
}

#intro p{
    font-weight: 500;
    font-size: 25px;
    color: #f5f5f5;
}

section{
    margin-top: 60px;
}

#about img{
    margin-bottom: 30px;
}

#visio{
    padding: 150px 0;
    background: url('img/plant-l.svg') left center no-repeat, url('img/plant-r.svg') right center no-repeat;
}

#visio p{
    background: #1C0A00;
    border: 10px solid #CC9544;
    color: #f5f5f5;
    text-align: center;
    padding: 30px;
    margin-bottom: 0;
    font-weight: 300;
}

#products{
    background: rgb(145,87,0);
    background: linear-gradient(0deg, rgba(145,87,0,1) 0%, rgba(204,149,68,1) 100%);
    padding: 30px 0;
}

#products h1{
    text-align: center;
    margin-bottom: 30px;
}

#products .row{
    justify-content: space-between;
    align-items: normal;
}

#products .row .one-third{
    flex: 0 0 33.33%;
    margin: 0;
}

.product-short{
    padding: 0  15px 50px 15px;
    background: #603601;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-short h2,
.product-short p{
    color: #f5f5f5;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}

.product-short p{
    font-weight: 300;
}

.product-short ul li[class="packing"]{
    display: none;
}

.product-short p::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -25px;
    background-color: #CC9544;
}

.product-short ul,
.info ul,
#b2b-info ul{
    color: #f5f5f5;
    font-family: 'Mulish', sans-serif;
    font-size: 25px;
    margin-top: 50px;
    font-weight: 300;
}

.product-short ul span,
.info ul span,
#b2b-info ul span{
    font-weight: 500;
}

#feedback{
    background: #E5E5E5;
    margin: 0;
    padding-top: 60px;
}

#feedback h1{
    text-align: center;
}

#slider{
    overflow: hidden;
    position: relative;
}

#feedbacks{
    display: block;
    white-space: nowrap;
    font-size: 0;
    position: relative;
}

#feedback h1{
    margin-bottom: 40px;
}

#feedbacks li{
    display: inline-flex;
    flex-flow: column;
    align-items: end;
    position: relative;
    width: 100%;
    white-space: initial;
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
    color: #1C0A00;
}

#feedbacks li span{
    display: inline-block;
    float: right;
    font-weight: 800;
    margin-top: 20px;
}

#left-arrow img,
#right-arrow img{
    cursor: pointer;
}

#left-arrow img:hover,
#right-arrow img:hover{
    opacity: 0.5;
}

#left-arrow{
    text-align: left;
}

#right-arrow{
    text-align: right;
}

#indicators{
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0 auto;
}

#indicators div{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #603601;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    opacity: 0.45;
}

#indicators div:last-of-type{
    margin-right: 0;
}

#indicators div.active{
    opacity: 1;
}

form a{
    text-decoration: underline;
    color: #1C0A00;
}

input,
textarea{
    border: 5px solid #1C0A00;
    color: #1C0A00;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 0 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
    width: 80%;
    height: 80px;
}

textarea{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

input[type="checkbox"]{
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 10px;
    border: 5px solid black;
    cursor: pointer;
}

input[type="checkbox"]:hover::before{
    content: '\2713';
    position: absolute;
    font-size: 25px;
    font-weight: 700;
    width: 25px;
    line-height: 25px;
    text-align: center;
    opacity: 0.5;
}

input[type="checkbox"]:checked::before{
    content: '\2713';
    position: absolute;
    font-size: 25px;
    font-weight: 700;
    width: 25px;
    line-height: 25px;
    text-align: center;
}

input::placeholder,
textarea::placeholder{
    opacity: 80%;
}

label{
    float: left;
    margin-bottom: 50px;
    width: 90%;
    text-align: left;
    cursor: pointer;
}

#foot{
    background: #1C0A00;
    padding-top: 70px;
    padding-bottom: 50px;
    clip-path: polygon(80% 0, 100% 20%, 100% 100%, 0 100%, 0 35%);
}

footer{
    color: #f5f5f5;
    text-align: center;
}

footer p{
    color: #f5f5f5;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 25px;
}

footer a{
    color: #f5f5f5;
}

footer a:hover{
    color: #FFC877;
}

footer label{
    color: #f5f5f5;
    font-size: 20px;
    font-weight: 300;
}

footer ul li{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

footer ul li:first-of-type{
    margin-top: 20px;
}

#contact img{
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 20px;
    margin-bottom: 30px;
}

#newsletter input{
    border: 3px solid #CC9544;
}

#newsletter input[type="email"]{
    width: 100%;
    height: 55px ;
}

#newsletter input[type="checkbox"]{
    width: 25px;
    height: 25px;
    padding: 0;
}

#newsletter input[type="checkbox"]:hover::before{
    content: '\2713';
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    width: 20px;
    line-height: 20px;
    text-align: center;
    opacity: 0.5;
}

#newsletter input[type="checkbox"]:checked::before{
    content: '\2713';
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

.wpcf7-not-valid::placeholder{
    color: #dc3232;
}

.wpcf7-not-valid-tip{
    text-align: center;
    font-weight: 300!important;
    margin-bottom: 40px;
}

#tasting .wpcf7-not-valid-tip{
    width: 80%;
}

#foot .wpcf7-form-control-wrap{
    width: 100%!important;
}

#copyright p{
    margin-top: 60px;
    margin-bottom: 0;
    font-weight: 800;
    text-align: center;
}

.cn-button{
    color: #1C0A00!important;
    font-weight: 700!important;
}

.border{
    border: 15px solid #CC9544;
}

.shadow{
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media (min-width: 3200px){
    #termekkep{
        max-width: 40%;
    }
}

@media (min-width: 2000px) {
    .row{
        align-items: center;
    }

    #about .row{
        align-items: flex-start;
    }

    #about .one-half:nth-child(2){
        width: 100%;
        text-align: center;
    }

    #about .one-half:nth-child(2) img{
        max-width: 50%;
        margin-bottom: 0;
        margin-top: 30px;
    }

    #visio{
        padding-top: 180px;
    }

    #foot{
        padding-top: 100px;
    }
    
}

@media (min-width: 1801px){
    #top{
        padding-bottom: 300px;
    }
}

@media (max-width: 1400px){
    #about .one-half{
        width: 100%;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        width: 100%;
    }
}

@media (max-width: 1200px){

    #tasting .one-half{
        width: 100%;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        width: 100%;
        height: 50px;
    }

    #tasting .wpcf7-not-valid-tip{
        width: 100%;
    }

    input[type="checkbox"] {
        width: 30px;
        height: 30px;
        margin-right: 3px;
    }


    input[type="checkbox"]:checked::before {
        font-size: 20px;
        width: 20px;
        line-height: 20px;
    }

    label{
        font-size: 20px;
        margin-bottom: 35px;
        float: none;
    }

    #tasting .btn{
        width: 100%;
        margin-bottom: 35px;
        margin-top: 35px;
    }

    #foot{
        padding-top: 120px;
    }
}

@media (min-width: 1201px) and (max-width: 1800px){
    #termekkep{
        width: 45%;
        top: 350px;
    }
}

@media (min-width: 993px) and (max-width: 1200px){
    #termekkep{
        max-width: 50%;
        top: 365px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    #intro .one-half{
        width: 100%;
    }

    #navigation nav ul li a{
        font-size: 16px;
    }
}

@media (min-width: 857px) and (max-width: 992px){
    #termekkep{
        max-width: 45%;
        top: 410px;
    }
}

@media (min-width: 769px) and (max-width: 856px){
    #termekkep{
        max-width: 45%;
        top: 430px;
    }
}

@media (max-width: 768px) {
    #top{
        padding-top: 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 30% 100%, 0 90%);
        clip-path: polygon(0 0, 100% 0, 100% 80%, 30% 100%, 0 90%);
        padding-bottom: 140px;
    }

    #logo{
        width: 100%;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    #logo a{
        background: url('img/logo-sm-white.svg') center center no-repeat;
        width: 100%;
    }

    #navigation,
    #navigation nav ul{
        float: inherit;
    }

    #navigation nav ul li{
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-top: 20px;
    }

    #navigation nav ul li a{
        font-weight: 700;
    }

    #navigation nav ul li:first-of-type{
        margin-top: 0;
    }

    .main-menu-active a{
        color: #FFC877!important;
    }

    #top #navigation nav ul li::before{
        content: none;
    }
    #top #navigation nav ul li:hover ::before{
        content: none;
    }

    #intor{
        padding-top: 40px;
    }

    #intro p{
        font-size: 18px;
    }

    #termekkep{
        position: static;
        float: right;
        max-width: 60%;
        margin-top: -190px;
    }

    .border{
        border-width: 10px;
    }

    nav ul li a{
        font-size: 18px;
    }

    #visio{
        background: none;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #visio .three-fifth{
        width: 100%;
    }

    #products{
        margin-top: 0;
    }

    #products .one-third{
        margin-top: 15px!important;
    }

    #products .one-third:first-of-type{
        margin-top: 0;
    }

    #products .row{
        flex-direction: column;
    }

    #feedback .one-fifth{
        display: none;
    }

    #feedback .three-fifth{
        width: 100%;
    }

    #feedbacks li{
        font-size: 20px;
    }


    #foot{
        -webkit-clip-path: polygon(0 8%, 70% 0, 100% 5%, 100% 100%, 0 100%);
        clip-path: polygon(0 8%, 70% 0, 100% 5%, 100% 100%, 0 100%);
        padding-top: 30px;
        margin-top: 20px;
    }

    #foot .one-third{
        margin-top: 25px;
    }

    #foot ul li{
        margin-top: 10px;
    }

    #foot p{
        margin-top: 10px;
    }

    #copyright p{
        margin-top: 25px;
        margin-bottom: 25px;
    }

    #newsletter .btn{
        margin-top: 25px;
    }

    .btn{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .btn-big{
        font-size: 20px;
        height: 50px;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .btn-small{
        font-size: 16px;
        height: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.wpcf7-list-item{
    margin: 0 0 0 0!important;
    width: 100%;
}
