/*  
Theme Name: MeatKing
Version:    1.14.20
Author:     ThemeWagon


TABLE OF CONTENTS
    01 - General and Typography
    02 - Header
    03 - Navigation
    04 - Services
    05 - Parallax
    06 - Food menu
    07 - Special offers
    08 - Reservation
    09 - Chefs
    10 - Footer
    11 - Responsive styles
*/

.btn-vermelho{
    background-color: #a94442;
    color: #fff;
    border: #a94442;
    border-radius: 50px;
}

.btn-vermelho:hover{
    background-color: #843534;
    color: #fff;
    border: #843534;
}

.btn-azul{
    background-color: #337ab7;
    color: #fff;
    border: #337ab7;
    border-radius: 50px;
}

.btn-azul:hover{
    background-color: #286090;
    color: #fff;
    border: #286090;
}

.btn-verde{
    color: #fff;
    background-color: #449d44;
    border: #449d44;
    border-radius: 50px;
}

.btn-verde:hover{
    background-color: #5cb85c;
}

.btn-amarelo {
  color: #fff;
  background-color: #ffcc00;
  border: #ffcc00;
  border-radius: 50px;
}
.btn-amarelo:focus,
.btn-amarelo.focus {
  color: #fff;
  background-color: #cca300;
}
.btn-amarelo:hover {
  color: #fff;
  background-color: #cca300;
}
.btn-amarelo:active,
.btn-amarelo.active,
.open > .dropdown-toggle.btn-amarelo {
  color: #fff;
  background-color: #cca300;
}
.btn-amarelo:active:hover,
.btn-amarelo.active:hover,
.open > .dropdown-toggle.btn-amarelo:hover,
.btn-amarelo:active:focus,
.btn-amarelo.active:focus,
.open > .dropdown-toggle.btn-amarelo:focus,
.btn-amarelo:active.focus,
.btn-amarelo.active.focus,
.open > .dropdown-toggle.btn-amarelo.focus {
  color: #fff;
  background-color: #d58512;
}
.btn-amarelo:active,
.btn-amarelo.active,
.open > .dropdown-toggle.btn-amarelo {
  background-image: none;
}
.btn-amarelo.disabled:hover,
.btn-amarelo[disabled]:hover,
fieldset[disabled] .btn-amarelo:hover,
.btn-amarelo.disabled:focus,
.btn-amarelo[disabled]:focus,
fieldset[disabled] .btn-amarelo:focus,
.btn-amarelo.disabled.focus,
.btn-amarelo[disabled].focus,
fieldset[disabled] .btn-amarelo.focus {
  background-color: #ffcc00;
}
.btn-amarelo .badge {
  color: #ffcc00;
  background-color: #fff;
}

/* ==========================================================================
    01. General and Typography 
========================================================================== */

.txt-verde{
    color: #449d44;
}

.h2-new{
    color: #fff;

}

.linha{
    color:#8B0000;
    background-color: #8B0000;
    border-style: dashed;
}

.status img{
    width:75%;
    height: 75%;
    margin-bottom: 10px;
    margin-top:15px; 
}

.msg-status{
    text-align: justify;
    width:500px;
    font-size:18px;
    color:#2E8B57;
    background-color:   #E8E8E8; 
    border-radius: 10px;
    border-width: 1px;
    border-color:#2E8B57;
    border-style: dashed;
    padding:15px;
    margin-top: 25px;  
}

.msg-status-amarelo{
    text-align: justify;
    width:500px;
    font-size:18px;
    color:#CD661D;
    background-color:   #E8E8E8; 
    border-radius: 10px;
    border-width: 1px;
    border-color:#CD661D;
    border-style: dashed;
    padding:15px;
    margin-top: 15px;  
}


.msg-status-red{
    text-align: justify;
    width:500px;
    font-size:18px;
    color:#8B1A1A;
    background-color:   #E8E8E8; 
    border-radius: 10px;
    border-width: 1px;
    border-color:#8B1A1A;
    border-style: dashed;
    padding:15px;
    margin-top: 15px;  
}

.msg-status2{
    text-align: justify;
    width:500px;
    font-size:18px;
    color:#BEBEBE;
    background-color: #F5F5F5; 
    border-radius: 10px;
    border-width: 1px;
    border-color:#BEBEBE;
    border-style: dashed;
    padding:15px;
    margin-top: 25px;
}

.apps {
    background-color:   #E8E8E8;
    border-radius: 30px;
    width:230px;
    height:200px;
}

.apps:hover {
     background-color: #CFCFCF;
}

.list-group a {
    background-color:   #F5F5F5;
}

.list-group a:hover {
    background-color: #E8E8E8;
}

#popup
{
    position:absolute;
    display:none;
    top:200px;
    left:50%;
    width:500px; 
    margin-left:-250px;
    border:1px solid blue; 
    padding:20px;
    background-color:white;
    z-index: 1000;
}
#dallcon{
    width: 170px;
    height:100px;
    margin:auto;
}

.descricao {
    display: block;
    color: #8B0000;
    width: 100px;
    text-align: center;
    font-size: 16px;
}

#menuu {
    left:0px;
    margin:0;
    padding:0;
    position:absolute;
    top:250px;
    width:10px;
    height: 10px;
    z-index: 1000;
}

.carrinho {
-webkit-filter: hue-rotate(-120deg);
   -moz-filter: hue-rotate(-120deg);
    -ms-filter: hue-rotate(-120deg);
     -o-filter: hue-rotate(-120deg);
filter: hue-rotate(-120deg);    

    width:100px;
    height: 100px;
}

#menuu input:hover {
-webkit-filter: hue-rotate(100deg);
   -moz-filter: hue-rotate(100deg);
    -ms-filter: hue-rotate(100deg);
     -o-filter: hue-rotate(100deg);
filter: hue-rotate(100deg);
}

#menuu input:hover + .descricao{
-webkit-filter: hue-rotate(200deg);
   -moz-filter: hue-rotate(200deg);
    -ms-filter: hue-rotate(200deg);
     -o-filter: hue-rotate(200deg);
filter: hue-rotate(200deg);
}

.esquerda{
 text-align: left;   
}

.direita{
 text-align: right;
    font-size: 30px;
    font-weight: bold;
}

body {
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
img {
    max-height:100%;
    max-width:100%;
}
section {
    position:relative;
    padding:0;
    background:#F0A830;
    color:#FFF;
    text-align:center;
}
section::before,section::after {
    position:absolute;
    content: '';
}

.center {
    position:relative;
    z-index:1;
    color:#fff
}

/* Separators Styles */
/*

.ss-style-top::before {
    left:0;
    width:100%;
    height:30px;
    -webkit-background-size:25px 100%;
    -moz-background-size:25px 100%;
    -o-background-size:25px 100%;
    background-size:25px 100%;
    top:0;
    background-image:linear-gradient(315deg,#FFF 50%,transparent 50%),linear-gradient(45deg,#FFF 50%,transparent 50%);
    margin-top:-30px;
    z-index:100;
}
.ss-style-bottom::before {
    left:0;
    width:100%;
    height:30px;
    -webkit-background-size:25px 100%;
    -moz-background-size:25px 100%;
    -o-background-size:25px 100%;
    background-size:25px 100%;
    top:0;
    background-image:linear-gradient(583deg,#FFF 50%,transparent 50%),linear-gradient(136deg,#FFF 50%,transparent 50%);
    margin-top:0px;
    z-index: 100;
}

*/
/* ==========================================================================
    02. Header 
========================================================================== */
#header {
    background-image:url(../img/banner2.png);
    /*-webkit-background-size:@@prefixmycss->No equivalent;*/
    -moz-background-size:cover;
    /*-o-background-size:@@prefixmycss->No equivalent;*/
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
    background-repeat:no-repeat;
    position:relative;
}


.bg-overlay {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(44,33,5,0.2);
    z-index:0;
}
#header .center {
    position:relative;
    z-index:1;
    color:white;
}
#header .bottom {
    color:white;
}
#header .center .slogan {
    font-size:26px;
    text-transform:uppercase;
}

.titulo h2{
    font-size:40px;
    color:#34398d;
    text-transform:uppercase;
    font-weight:bold;
    display:inline-block;
    padding:0px 18px;  
}

.tituloo input, .tituloo a{
    font-size:25px;
    color:34398d;
    text-transform:uppercase;
    font-weight:bold;
    display:inline-block;
    padding:5px 20px; 
    border-width: 0px; 
}

.tituloo input:hover, .tituloo a:hover{
    text-decoration: none;
    background:#34398d;
}

#header .banner h1 {
    font-size:100px;
    color:34398d;
    text-transform:uppercase;
    font-weight:bold;
    display:inline-block;
    padding:0px 18px;
}

#header .banner2 h2 {
    font-size:60px;
    color:white;
    text-transform:uppercase;
    font-weight:bold;
    display:inline-block;
    background:#34398d;
    padding:0px 18px;
}
#parallax .subtitle h4 {
    display:inline-block;
    background:white;
    color:#34398d;
    font-size:25px;
    padding:0px 15px;
}
#header .bottom {
    text-align:center;
    width:100%;
    position:absolute;
    bottom:30px;
}
#header .bottom a {
    font-size:36px;
    color:whitesmoke;
    position:relative;
    top:-5px;
}
.navbar-nav>li:nth-child(3) {
    margin-right: 110px;
}


/* ==========================================================================
    03. Navigation 
========================================================================== */
#menu {
    background:rgba(33,45,57,0.8);
    margin-bottom:0;
}
.navbar-brand img{
margin-top: -5px;
width:130px;
}

.navbar-brand2 h4 {
    margin-top:0;
    font-weight:bold;
    color:white;
}

.navbar-brand2:hover {
    text-decoration: none;
}
.navbar-brand2 {
    padding-top:16px;
    padding-bottom:0;
    width:80px;
}

.space{
 margin-left:100px;   
}

.space2{
margin-left: 100px;
}
.space3{
margin-right: 0px;
}

.navbar-brand {
    padding-top:12px;
    padding-bottom:0;
    width:200px;
}
.navbar-inverse .navbar-nav>li>a {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    color:white;
    font-weight:bold;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>.active>a {
    background:#34398d;
    color:white;
    text-shadow:none;
}


/* ==========================================================================
    04. Services 
========================================================================== */
.light-wrapper {
    background:#fbfbfb;
}
.inner {
    padding-top:20px;
    padding-bottom:20px;
}
.section-title {
    font-size:30px;
    line-height:40px;
    text-transform:uppercase;
    margin-bottom:15px;
    font-weight:600;
}
.main.lead {
    margin-bottom:80px;
}
.lead {
    font-size:17px;
    line-height:24px;
    font-weight:normal;
    text-transform:uppercase;
    margin-bottom:15px;
    color:#2e2e2e;
    position:relative;
}
.lead:after {
    position:absolute;
    content:' ';
    background:#34398d;
    width:80px;
    height:3px;
    bottom:-22px;
    left:50%;
    margin-left:-40px;
}
.story .col-wrapper {
    padding:0 10px;
}
.story .icon-wrapper {
    position:relative;
    height:80px;
    margin-top: 40px;
}


/* ==========================================================================
    05. parallax 
========================================================================== */
.parallax {
    background:url(../img/banner3.png) center center no-repeat;
    /*-webkit-background-size:@@prefixmycss->No equivalent;*/
    height:250px;
    -moz-background-size:cover;
    /*-o-background-size:@@prefixmycss->No equivalent;*/
    background-size:cover;
   /* background-position:0;*/
    position:relative;
    color:#FFF;
    top: 50px;
}

.bannerprincipal{
    width:auto;
    height:250px;
    background:url(../img/night.jpg) no-repeat;
}

.parallax3 {
    background:url(../img/lanche4.jpg) fixed no-repeat;
    /*-webkit-background-size:@@prefixmycss->No equivalent;*/
    -moz-background-size:cover 100%;
    /*-o-background-size:@@prefixmycss->No equivalent;*/
    background-size:cover 100%;
   /* background-position:0;*/
    position:relative;
    color:#FFF;
}

.black{
 color:black;
}
.parallax .inner {  
    padding-top:130px;
    padding-bottom:130px;
}
.parallax3.parallax2 {
    background-image:url(../img/parallax2.jpg);
}
.bm10 {
    margin-bottom:10px !important;
}
.facts h4 {
    font-size:40px;
    margin-bottom:20px;
}
.parallax h1,.parallax h2,.parallax h3,.parallax h4,.parallax h5,.parallax h6 {
    color:#fff;
}
.facts p {
    font-size:16px;
    text-transform:uppercase;
    margin:0;
}
.story .icon-wrapper i {
    font-size:70px;
}
.facts i {
    font-size: 70px;
}


/* ==========================================================================
    06. Food menu 
========================================================================== */
.menu-items {
    text-align:center;
    margin:0 auto;
}
.menu-titles h1 {
    text-shadow:none;
    color:#34398d;
    text-align:center;
    margin:0 auto;
    padding-top:30px;
    padding-bottom:15px;
}

.menu-titles h2 {
    text-shadow:none;
    color:#34398d;
    text-align:center;
    margin:0 auto;
    padding-top:30px;
    padding-bottom:15px;
}
#food-menu ul {
    margin:0;
    padding:0;
    list-style:none;
}
.menu-images img {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    border:5px solid #dadada;
    display:block;
    margin:auto;
    margin-top: 40px;
}


/* ==========================================================================
    07. Special offers 
========================================================================== */
.hot-tag {
    position:absolute;
    bottom:0;
    right:0;
    z-index:15;
    display:inline-block;
    width:120px;
    height:120px;
    line-height:90px;
    text-align:center;
    font-weight:600;
    color:#fff;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
}
.br-red {
    background-color:#34398d !important;
}
.br-lblue {
    background-color:#32c8de !important;
}
.br-green {
    background-color:#51d466 !important;
}
.pricing {
    border-top:1px solid #f1f1f1;
}
.pricing .pricing-item {
    position:relative;
    margin-top:40px;
    margin-bottom:10px;
}
.pricing .pricing-item img {
    max-width:250px;
    float:left;
}
.pricing-item-details a,.pricing-item-details p,.pricing .lead {
    color:white;
    font-weight:bold;
}

.pricing .pricing-item .pricing-item-details {
    margin-left:265px;
}
.pricing .pricing-item .pricing-item-details h3 {
    margin-top:0;
    margin-bottom:8px;
    font-size:22px;
}
.pricing .pricing-item .pricing-item-details p {
}
.pricing .pricing-item .pricing-item-details a.btn {
    margin-top:10px;
}
.pricing .pricing-item .pricing-item-details a.view-link {
    display:inline-block;
    margin-top:7px;
    font-size:12px;
    border-bottom:1px dotted #aeaeae;
}
.pricing .pricing-item .hot-tag {
    top:0;
    left:0;
    margin-top:-15px;
    margin-left:-15px;
    width:55px;
    height:55px;
    line-height:50px;
    font-size:23px;
    font-weight:700;
    border: 4px solid white;
}


/* ==========================================================================
    08. Reservation 
========================================================================== */
.form-group {
    margin-bottom:24px;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor:not-allowed;
    background-color: transparent;
}
.form-control {
    height:38px;
    font-size:14px;
    vertical-align:middle;
    background-color:transparent;
    -webkit-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -o-transition:none !important;
    transition:none !important;
}

.form p {
    margin: 10px 0 30px 0;
}

.link{
 color:black;
}

.red{
    color:#4454b6;
}

.link:hover{
color:#fff;
    text-decoration: none;
}



/* ==========================================================================
    09. Chefs 
========================================================================== */
.chefs img {
    border:5px solid #e7e7e7;
    width: 80%;
}


/* ==========================================================================
    10. Footer 
========================================================================== */
.dark-wrapper {
    background:#34398d;
    color:white;
    font-size:20px;
    font-weight:700;
}
.dark-wrapper .ss-style-top::before {
    background-image:linear-gradient(315deg,#34398d 50%,transparent 50%),linear-gradient(45deg,#34398d 50%,transparent 50%);
}
.social-bar {
    width:100%;
    text-align:right;
}
.social-bar a {
    display:inline-block;
    margin-right:11px;
    font-size:2.15em;
    text-decoration:none;
    color:#fff;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:opacity 350ms ease;
    -moz-transition:opacity 350ms ease;
    -o-transition:opacity 350ms ease;
    transition:opacity 350ms ease;
}
.social-bar a:hover {
    opacity:0.5;
    filter: alpha(opacity=50);
}

.themeBy{
    color: #34398d;
    background: white;
}

.themeBy:hover{
    color: #34398d;
    text-decoration: none;
}

#footer{
    padding-top: 40px;
}

/* ==========================================================================
    11. Responsive styles 
========================================================================== */

@media (max-width: 991px){

      .status img{
        width:200px;
        height: 200px;
    }
    .pricing .pricing-item .pricing-item-details {
        margin-left: 0;
    }

    .msg-status{
        width:500px;
        font-size:16px;
        margin:auto;
    }

    .pricing .pricing-item a img {
        float: none;
        margin-bottom: 30px;
    }
}

@media (min-width:768px) {
  .status img{
        width:50%;
        height: 50%;
    }

    .navbar-nav {
        float:none !important;
        width:100%;
        text-align:center;
        margin-left:9px;
    }
    .navbar-nav>li {
        display:inline-block;
        float:none;
    }
    #logo {
        position:absolute;
        display:block !important;
        width:110px;
        left:50%;
        margin-left:-55px;
        background:black;
        -webkit-border-radius:0 0 100% 100%;
        -moz-border-radius:0 0 100% 100%;
        border-radius:0 0 100% 100%;
        padding: 12px;
    }
}

@media (max-width:767px) {

    .status img{
        width:30%;
        height: 30%;
    }

    .msg-status, .msg-status2, .msg-status-amarelo, .msg-status-red{
        width:220px;
        font-size:13px;
        margin:auto;
    }


    .navbar-brand img{
        max-width:100px;
        padding-top: 3px;
    }

    .navbar-brand2{
        max-width: 30px;
    }

     .navbar-brand2 h4{
        font-size: 12px;
        padding-top:19px;
    }
    .titulo h2 {
        font-size:25px;
    }
    .tituloo input, .tituloo a {
        font-size:18px;
    }

    .subtitle h4{
        color: #fff;
        font-size: 18px;
    }

    #header .banner h1 {
        font-size:40px;
    }
    
    #header .banner2 h2 {
        font-size:25px;
    }
    #header .subtitle h4 {
        font-size: 22px;
    }
    
    #list-group .list-group-item-heading h3 {
        font-size: 8px;
    }
    .social-bar {
        text-align: left;
        margin-top: 30px;
    }
}