.form-control,
.btn
{
    border-radius: 0px;
}

#sidebar-wrapper
{
    opacity: 0.8;
    top: 0;
}

.navbar
{
    margin-bottom: 0px;
}

.banner
{
    max-height: 677px;
    overflow: hidden;
}

.banner > img
{
    width: 100%;
}

.banner > button
{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: orange;
    color: white;
    height: 60px;
    width: 220px;
    font-size: 25px;
    border-radius: 0px;
}

.banner > button:hover
{
    color: white;
    background-color: #ff7600;
}

.palavra-chefe
{
    padding-right: 0px;
}

#page-content-wrapper
{
    padding-bottom: 0px;
}

.palavra-chefe .texto h1
{
    margin-bottom: 20px;
    font-size: 45px;
}

.palavra-chefe .texto
{
    padding-bottom: 35px;
}

.palavra-chefe .texto,
.galeria .texto
{
    font-style: italic;
}

.palavra-chefe .texto h1 > span,
.galeria .texto h1 > span,
.palavra-chefe .texto small,
.cardapio .categorias ul li.active a span,
.cardapio .produtos h1 > span,
.rodape .contatos h1 > span,
.rodape .contatos-xs h1 > span,
.cardapio .categorias ul li.active a span,
.modal-content h1 > span
{
    color: #f58611;
}

@media (min-width: 768px)
{
    #page-content-wrapper
    {
        padding: 0px;
    }

    .palavra-chefe .texto
    {
        padding-left: 250px;
        padding-top: 10px;
    }

    #sidebar-wrapper
    {
        width: 200px;
    }
}

.font-cursiva
{
    font-family: 'Dancing Script', cursive;
}

.galeria,
.rodape
{
    background-color: #1f1f1f;
    color: #d2d2d2;
}

.galeria .texto
{
    padding-top: 30px;
    padding-bottom: 35px;
}

.sidebar-nav .redes-sociais
{
    margin-top: 25%;
    font-size: 20px;
}

.sidebar-nav .logo p small,
.sidebar-nav .redes-sociais
{
    color: #d2d2d2;
}

.sidebar-nav .redes-sociais small
{
    font-size: 10px;
}

.sidebar-nav .redes-sociais i
{
    margin-left: 10px;
    margin-right: 10px;
}

#sidebar-wrapper .sidebar-nav hr
{
    width: 75%;
    border-top: 1px solid #1f1f1f
}

.sidebar-nav .logo img
{
    width: 110px;
    padding-top: 30px;
}

.sidebar-nav .logo p small,
.legenda-logo
{
    line-height: 15px;
    font-family: 'Roboto Slab', serif;
    font-style: oblique;
}

.sidebar-nav li.logo
{
    text-indent: 0px;
}

.sidebar-nav li
{
    text-indent: 30px;
}

.sidebar-nav {
    width: 200px;
}

nav.navbar.navbar-default.visible-xs
{
    position: absolute;
    top: 0;
    width: 100%;
}

.palavra-chefe
{
    background-color: #fff;
}

.cardapio .categorias ul
{
    padding-top: 20px;
    list-style-type: none;
}

.cardapio .categorias ul li:not(:last-child)
{
    border-bottom: 1px solid #cacaca;
}

.cardapio .categorias ul li
{
    width: 190px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.cardapio .categorias ul li a,
.cardapio .categorias ul li a:hover
{
    color: black;
    text-decoration: blink;
}

.cardapio .categorias ul li a img
{
    height: 50px;
}

.cardapio .categorias ul li a span small
{
    color: #808080;
    font-style: italic;
}

.cardapio .categorias ul li a span
{
    float: right;
}

.cardapio .produtos
{
    background-color: #fff4cf;
    padding-bottom: 50px;
}

.cardapio .produtos li
{
    list-style:none;
    overflow:hidden;
    padding:5px 0;
    position:relative;
}

.cardapio .produtos li span
{
    float:right;
    padding-left:10px;
    width: 80px;
}

.cardapio .produtos ul
{
    padding-top: 20px;
    padding-left: 0px;
}

.cardapio .produtos ul li small
{
    color: #616161;
}

.cardapio .produtos h1
{
    font-size: 50px;
}

.cardapio .produtos hr
{
    margin-bottom: 0px;
    border-top: 1px solid #dedede;
}

.rodape
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.rodape .logo
{
    height: 100px;
}

.rodape i.fa
{
    font-size: 25px;
    margin-top: 20px;
    margin-left: 23px;
}

.rodape .contatos
{
    background-color: #f5f5f5;
    height: 325px;
    margin-top: -155px;
    border: 2px solid #d2d2d2;
}

.rodape .contatos div
{
    height: 150px;
    padding-top: 1px;
}

.rodape .contatos img:hover
{
    border-bottom: 1px solid #CCCCCC;
}

.rodape .contatos img
{
    height: 70px;
    border-bottom: 1px solid transparent;
}

.rodape .contatos h1,
.rodape .contatos small,
.rodape .contatos a:hover,
.rodape .contatos a:focus,
.rodape .contatos-xs h1,
.rodape .contatos-xs small,
.rodape .contatos-xs a:hover,
.rodape .contatos-xs a:focus
{
    color: #4e4d4d;
    text-decoration: blink;
    outline: 0px;
}

a.link-redes-sociais,
a.link-redes-sociais:hover,
a.link-redes-sociais:focus,
.rodape .contatos-xs a
{
    text-decoration: blink;
    outline: 0px;
    color: #d2d2d2;
}

.rodape .contatos hr
{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 80%;
}

.modal-content
{
    border-radius: 0px;
}

@media (max-width: 550px)
{
    .cardapio .categorias ul li
    {
        width: 70px;
        float: left;
    }

    .cardapio .categorias ul li:not(:last-child)
    {
        border-bottom: 0px;
    }

    .cardapio .categorias ul li a span
    {
        float: none;
    }

    .cardapio .categorias ul li small
    {
        display: none;
    }
}
