/*
 Theme Name:   Twenty Nineteen Child
 Description:  Twenty Nineteen Child Theme
 Author:       Sunil Chandurkar
 Author URI:   http://sunilchandurkar.com
 Template:     twentynineteen
 Version:      1.0.0
 Text Domain:  twentynineteen_child
*/
body{
font-size: 16px;
}

.adminTabs{
    padding: 5px 15px;
}

.spacer{
    margin-top: 32px;
}

.row-bordered{
    border-bottom: 1px solid #ccc;
}
/*
.site-header{
    padding: 0px;
}
*/

.site-header {
	background-color: red !important;
    padding-bottom: 16px;
}

.site-title, .site-description{
    display: none;    
}

.main-navigation{
    margin-top: 0.25rem;
    padding-left: 8px;
    cursor: pointer;
}

.main-navigation .main-menu > li > a{
    color: #ffffff;
	font-family: helvetica;
    font-weight: normal;
    font-size: 20px;
	text-transform: uppercase;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.site-branding-container {
    background-color: red !important;
}

#add-delivery{
    /*display: none;*/
}

@media (min-width: 900px){
    #add-delivery{
        width: 50%;
    }
}

