/*
 Theme Name:   Harta Repas
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Harta RePaS - Twenty Sixteen Child Theme
 Author:       Emilian Hossu
 Author URI:   http://webappd.eu
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/

body{
    background-color: white;
}
#harta{
    width: 50%;
    margin: 0 auto;
}
#infoHartaRepas{
    padding-top: 50px;
    margin: 0 auto;
    width: 65%;
}
#infoHartaRepas ol{
    margin-left:25px;
}
.header-image-poca{
    width: 100%;
    text-align: center;
    margin: 25px 0px;
}
@media screen and (min-width: 59.6875em){
    .site-content {
        display: block;
        float: none;
        margin-left: 0px;
        width: 100%;
    }
}

@media screen and (min-width: 56.875em){
    .content-area {
        margin-right: 0%;
        width: 100%;
    }
}


/* Plugin Styles */

.repas-search-form, .repas-register-form, .repas-institution-form{
    display: block;
    width: 100%;
    margin: 15px 0px;
}
.repas-search-form label{
    display: inline-block;
    width: 250px;
}
.repas-register-form label{
    display: inline-block;
    width: 150px;
}

#adauga-institutie-title {
    margin: 75px 0px 35px 0px;
    border-bottom: 1px solid #eee;
}
.repas-institution-form label{
    display: inline-block;
    width: 350px;
}
.repas-institution-form input[type="text"]{
    padding: 4px 5px;
    width: auto;
    min-width: 420px;
}
.repas-search-form input[type="text"], .repas-register-form input[type="text"], .repas-register-form input[type="email"], .repas-register-form input[type="password"]{
    background: #ffffff;
    background-image: none;
    border: 1px solid #d1d1d1;
    border-radius: 0px;
    padding: 4px 5px;
    width: auto;
    min-width: 320px;
}
.repas-search-form select{
    padding: 3px 3px;
}

#cauta-organizatie{
    margin: 50px 0px;
    display: block;
}
#cauta-title{
    margin: 75px 0px 0px 0px;
}
.repas-autentificat-deja{
    margin: 100px 0px 50px 0px;
    text-align: center;
    font-weight: 600;
}