/*
Theme Name: Xodó do Leme
Author: Pulcher Studio
Author URI: http://www.pulcherstudio.com
Description: Tema Desenvolvido para Xodó do Leme
Version: 1.0

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
*/


/* ==========================================================================
    01. General and Typography
========================================================================== */
body {
    font-family:'Kreon',serif;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
	background:#FFBB4B;
}
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: '';
}

/* 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 {
    -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;
}
#header .banner h1 {
    font-size:100px;
    color:white;
    text-transform:uppercase;
    font-weight:bold;
    display:inline-block;
    background:#ed0121;
    padding:0px 18px;
}
#header .subtitle h4 {
    display:inline-block;
    background:white;
    color:#ed0121;
    font-size:38px;
    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;
}


/* ==========================================================================
    03. Navigation
========================================================================== */
#menu {
    background:#FFAA00;
    margin-bottom:0;
	border: 0;
	max-height: 60px;
}
.navbar-brand h2 {
    margin-top:0;
    font-weight:bold;
    color:white;
}
.navbar-brand {
    padding-top:8px;
    padding-bottom:0;
}
.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;
	line-height:30px;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>.active>a {
    background:#C50000;
    color:white;
    text-shadow:none;
}


/* ==========================================================================
    04. Services
========================================================================== */
.light-wrapper {
    background:#fbfbfb;
}
.inner {
    padding-top:100px;
    padding-bottom:20px;
}
.section-title {
    font-size:36px;
    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:#ed0121;
    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/parallax1.jpg) fixed no-repeat center center;
    -webkit-background-size:/*@@prefixmycss->No equivalent*/;
    -moz-background-size:cover;
    -o-background-size:/*@@prefixmycss->No equivalent*/;
    background-size:cover;
    position:relative;
    color:#FFF;
}
.parallax .inner {
    padding-top:130px;
    padding-bottom:130px;
}
.parallax.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:#ed0121;
    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:80px;
    height:80px;
    line-height:90px;
    text-align:center;
    font-weight:700;
    color:#fff;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
}
.br-red {
    background-color:#ed0121 !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;
}


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


/* ==========================================================================
    10. Footer
========================================================================== */
.dark-wrapper {
    background:#ed0121;
    color:white;
    font-size:20px;
    font-weight:bold;
}
.dark-wrapper .ss-style-top::before {
    background-image:linear-gradient(315deg,#ed0121 50%,transparent 50%),linear-gradient(45deg,#ed0121 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:#C50000;
    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: #ed0121;
    background: white;
}

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

@media (max-width: 991px){
    .pricing .pricing-item .pricing-item-details {
        margin-left: 0;
    }

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

@media (min-width:768px) {
    .navbar-nav {
        float:right;
    }
    .navbar-nav>li {
        display:inline-block;
        float:none !important;
    }
    #logo {
        width:150px;
		float: left;
    }
}

@media (max-width:767px) {
    #header .banner h1 {
        font-size:60px;
    }
    #header .subtitle h4 {
        font-size: 22px;
    }
    .social-bar {
        text-align: left;
        margin-top: 30px;
    }
}

#pulcher_icon{ float: right;position: absolute;margin-top: -40px;right: 10px;}
#pulcher_logo{ background:url(/img/pulcher.png) no-repeat; width:100px; height:37px;}
#pulcher_logo:hover{ background-position: 0 -37px;}

.img_banner{
	height:100%;
	width:100%;
	background-size:cover !important;
	background-position: center !important;
}
.img_banner img{ position:absolute; bottom:10%;}

.img_quemsomos{
	background:url(/img/img_quemsomos.jpg);
	background-size:cover !important;
	background-position: center !important;
}

.bg_pattern{background:url(/img/bg.png);background-position: center !important;}

#home .container{ padding:30px 15px;}
#home * { outline:none;}

#quemsomos_area{ background:#FFAA00;display: inline-block;width: 100%;}
.txt_quemsomos{ }
.txt_quemsomos_pad{     padding: 0 50px 15px;text-align:left;}

#cardapio_area .container,
#contato_area .container{ padding:0 15px 15px;}

#contato,
#cardapio,
#quemsomos
{ position:absolute; margin-top:-60px; height:60px; width:100%;}

.form_box{ background:#fdce6e;padding: 15px 0px 15px;}
.form_box_infos{ margin-top:15px;}
.form_box_infos a{ color:#C50000;}
.form_box_infos a:hover{ text-decoration:none; color:#000;}
.form_box_infos a:hover i{ background:#000;}
.form_box_infos div{ line-height:25px; font-size:16px;}
.form_box_infos div i{
	background: #C50000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #FFF;
	margin: 15px 0;
}


.meu_form{}
.meu_form .meu_form_linha input,
.meu_form .meu_form_linha select,
.meu_form .meu_form_linha textarea{ width:100%; margin:5px 0;line-height:30px;padding: 0 5px; outline:none;}
.meu_form .meu_form_linha input,
.meu_form .meu_form_linha select{ height:30px;}
.meu_form .meu_form_linha textarea{    max-height: 225px;}
.meu_form_linha h2 { margin:0;}
.meu_form_linha{ text-align:left;}

footer{ background: #fdce6e;
    padding:10px 0 5px;
    display: block;
    text-align: center;
}
#home{padding-top: 60px;}
li.slideshow_transparent{ outline:none;}

h2.section-title{ display:inline-block; margin:auto;    margin-top: 15px;margin-bottom: 15px;}
.txt_tit{ padding:0 25px;}
.linha_tit{ display:block; height:10px; border-bottom:2px solid #000; border-top:2px solid #000; width:100%;}

#main-container{ text-align:center;}

.antibot{ display:inline-block; float:left;}
.btn-formulario{
    display: inline-block;
    float: left;
    padding: 23px !important;
    height: auto !important;
    margin: 0 !important;
}
.meu_form_submit{ float:right;}
.meu_form_captcha .wpcf7-form-control-wrap{display: inline-block;}

.peca_img{ float:left;    margin-top: -22px;    margin-left: -55px;}
.peca_img img{width: auto; height: 100px;}
.peca_telefone{
float: none;
    background: #FFAA00;
    padding: 0 30px;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    display: block;
    height: 70px;
    line-height: 70px;
	margin: 0px auto;
    width: 530px;
}
#home_cont{ margin:auto; padding:30px;}

@media (max-width:1199px) {
	.antibot{}
	.meu_form_captcha .wpcf7-form-control-wrap{ float:right;}
}

@media (max-width:768px) {
	.antibot{}
	.meu_form_captcha .wpcf7-form-control-wrap{ float:left;}
	.form_box_infos div{ text-align: left;}
	.navbar-nav{ background:#FFAA00;margin-top: 0;}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{ border:0;}
	.navbar-header{ height:60px;}
}

/*
    these are just the default styles used in the Cycle2 demo pages.
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width: 45%; min-width: 200px; max-width: 500px; margin: 10px auto; padding: 0; position: relative;
    background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;

 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img {
    /*
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.cycle-pager {
    text-align: center; width: 100%; z-index: 500; position: absolute; margin-top: -50px; overflow: hidden;
}
.cycle-pager span {
    font-family: arial; font-size: 50px; width: 16px; height: 16px;
    display: inline-block; color: #ddd; cursor: pointer;
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/*
    media queries
    some style overrides to make things more pleasant on mobile devices
*/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { width: 200px;}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}
