/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.wine .uk-article + .uk-article {
    margin-top: 50px;
}
.wine h1.uk-article-title{
    padding-bottom: 50px;
}
.table_engine th{
    background: #333;
}
.rsform-text-box{
    border-width: 1px !important;
    width: 100% !important;
    border-radius: 15px !important;
}
.formrs{
    padding: 50px 0;
}
.formrs button:hover{
   border-color: #e43d3c;
}
.formrs button{
    border-color: #e43d3c;
    background: #e43d3c;
    color: #fff;
}
.formdiv{
    text-align: center;
    margin: 30px 0 30px;
}
a.link_form{
    padding: 15px 60px;
    background: #e43d3c;
    display: block;
    max-width: max-content;
    margin: auto;
    color: #fff;
    border: 1px solid #e43d3c;
    transition: .3s;
}
a.link_form:hover{
    background: none;
    color: #1f1e20;
}
 .sl-home .uk-overlay-panel{
     background: rgba(48,48,51,.6);
 }
.uk-article-title{
    text-align: center;
}