html{
    background: #603601;
    color: #f5f5f5;
}

#top{
    background: #f5f5f5;
    padding-bottom: 30px;
}

#logo a{
    background: url('img/logo.svg') top left no-repeat;
}

#top nav ul li a{
    color: #1C0A00; 
}

section:first-of-type{
    margin-top: 0;
}

.info{
    margin-bottom: 40px;
}

.info ul{
    margin-top: 20px;
}

.info ul li:nth-child(6){
    margin-top: 20px;
}

#content section{
    position: relative;    
}

.products-page #content section .product{
    display: flex;
    flex-flow: row;
}

.products-page #content section:nth-child(odd){
    background: url('img/plant-l-w.svg') center left no-repeat;
    background-size: auto 100%;
}

.products-page #content section:nth-child(even),
#reg{
    background: url('img/plant-r-w.svg') center right no-repeat;
    background-size: auto 100%;
}
.products-page #content section:nth-child(even) .product .one-half:nth-child(1){
    order: 2;
}

.products-page #content section:nth-child(even) .product .one-half:nth-child(2){
    order: 1;
}

.product .one-half img{
    max-height: 800px;
    width: auto;
}

.products-page #content section:nth-child(even) img{
    float: right;
}

.products-page #content section::after{
    content: '';
    position: absolute;
    width: 85%;
    height: 1px;
    background-color: #CC9544;
    left: 7.5%;
}

.products-page #content section:last-of-type::after{
    content: none;
}

#team h1{
    width: 100%;
    margin-bottom: 65px;
    text-align: center;
}

#b2b-info{
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.4);
}

#b2b-info p{
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
    font-weight: 600;
}

#b2b-info ul{
    margin-top: 0;
}

#b2b-info ul li{
    margin-top: 35px;
}

#b2b-info h2,
#b2b-info ul li,
#b2b-info p{
    color: #1C0A00;
}

#reg h2,
#reg p{
    width: 100%;
    text-align: center;
}

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

#reg .three-fifth form p{
    text-align: left;
}

.wpcf7-form-control-wrap{
    display: inline-block;
    width: calc(50% - 8px);
}

.wpcf7-form-control-wrap[data-name="uzenet"],
.wpcf7-form-control-wrap[data-name="reg-submit"]{
    width: 100%;
}

#adoszam,
#beosztas,
#kapcstel{
    margin-left: 16px;
}

#reg input[type="checkbox"]{
    margin-left: 0;
}

#reg label,
#reg a{
    color: #f5f5f5;
}

#post-content p{
    margin-left: 40px;
}

h1,
h2,
h3,
p{
    color: #f5f5f5;
}

@media (max-width: 1200px){
    #reg{
        background: none;
    }

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

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

    .wpcf7-form-control-wrap{
        width: 100%;
        margin-left: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

    #adoszam,
    #beosztas,
    #kapcstel{
        margin-left: 0;
    }

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

@media (max-width: 768px){
    #top{
        padding-bottom: 100px;
    }

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

    .products-page #content section:nth-child(odd){
        background: url('img/plant-l-w.svg') top left no-repeat;
        background-size: 80% auto;
    }

    .products-page #content section:nth-child(even){
        background: url('img/plant-r-w.svg') top right no-repeat;
        background-size: 80% auto;
    }

    .products-page #content section .product{
        flex-flow: column;
    }

    .products-page #content section:nth-child(even) .one-half:nth-child(1){
        order: 1!important;
    }

    .products-page #content section:nth-child(even) .one-half:nth-child(2){
        order: 2!important;
    }

    .products-page h1{
        margin-top: 40px;
    }


    #b2b-info .one-half:nth-child(2){
        margin-top: 20px;
    }

    #b2b-info ul li{
        margin-top: 15px;
    }

    #post-content p{
        margin-left: 0;
    }

}
