/* ======================================
    Geral
=========================================*/

body {
    /*font-family: 'Cabin', sans-serif;*/
    font-size: 16px;
    color: #626366;
    font-weight: 500;
}

.page {
    background: url(../img/bg-pagina-interna.jpg);
}

    .page.page-template-page_blog,
    .home.page {
        background: #ffffff;
    }
/* ======================================
    Reset Bootstrap
=========================================*/

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #1865a0;
}

    a:hover {
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

.transition {
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.navbar {
    border-radius: 0;
    background: #FFF;
    height: 100px;
    border: 0;
    margin: 0;
}

.home .navbar {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.2);
    height: 100px;
    border: 0;
    margin: 0;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    padding-top: 38px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.navbar-nav > li {
    padding-left: 20px;
    padding-left: 15px;
    height: 30px;/*adicionado para efeito hover*/
    overflow: hidden;/*adicionado para efeito hover*/
}

    .navbar-nav > li:first-child {
        padding-left: 0;
    }

    .navbar-nav > li > a {
        padding: 0;
    }

.carousel-caption {
    text-shadow: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    outline: 0;
}

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
        color: #FFF;
    }

.ui-tabs {
    padding: 0;
}
/* ======================================
    Fonts
=========================================*/

@font-face {
    font-family: 'dk_lemon_yellow_sunregular';
    src: url('../fonts/DK Lemon Yellow Sun-webfont.eot');
    src: url('../fonts/DK Lemon Yellow Sun-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/DK Lemon Yellow Sun-webfont.woff2') format('woff2'), url('../fonts/DK Lemon Yellow Sun-webfont.woff') format('woff'), url('../fonts/DK Lemon Yellow Sun-webfont.ttf') format('truetype'), url('../fonts/DK Lemon Yellow Sun-webfont.svg#dk_lemon_yellow_sunregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ======================================
    'Variaveis'
=========================================*/

.font-family-two {
    font-family: 'Fredericka the Great', cursive;
}

.font-family-three {
    font-family: 'dk_lemon_yellow_sunregular', sans-serif;
}

.font-family-four {
    font-family: "futura-pt-n7", "futura-pt", sans-serif;
}

.color-white{
	color: #fff;
}

.color-canary{
	color: #f7a824;
}

.color-one {
    color: #94b2c4;
}

.color-two {
    color: #fbc819;
}

.color-three {
    color: #c49494;
}

.color-four {
    color: #c4ac94;
}

.color-five {
    color: #bdc494;
}

.color-six {
    color: #e3e3e3;
}

.color-eight {
    color: #dfb681;
}

.color-dark {
    color: #323132;
}

.color-light {
    color: #FFF;
}

.color-marine{
	color: #24262f;
}

.bg-dark {
    background: #323132;
}

.bg-light {
    background: #f6f6f6;
}

.bg-color-one {
    background: #94b2c4;
}

.bg-color-three {
    background: #c49494;
}

.bg-color-four {
    background: #c4ac94;
}

.bg-color-five {
    background: #bdc494;
}

.bg-color-six {
    background: #e3e3e3;
}

.bg-color-seven {
    background: #94c4bc;
}

.bg-color-eight {
    background: #dfb681;
}

.title-default {
    font-size: 40px;
    text-transform: uppercase;
}

.title-secundary {
    font-size: 20px;
    font-family: "futura-pt-n7", "futura-pt", sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #323132;
}

.sub-title-default {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'FuturaBT-Medium', sans-serif;
    height: 65px;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

    .sub-title-default:before {
        content: url("../img/icones/marcacao-sub-title.png");
        margin-left: -10px;
        float: left;
        position: absolute;
        left: 50%;
        bottom: -8px;
    }

.title-with-logo:before{
	display: none;
}

.title-with-logo img{
	position: relative;
	top: -163px;
}

.link-default {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 2px solid;
    color: #4b99af;
    font-weight: 500;
    padding-bottom: 4px;
    padding-top: 25px;
    display: inline-block;
}

    .link-default:hover {
        text-decoration: none;
        border-bottom: 2px solid transparent;
        color: #4b99af;
    }

    .link-default:focus,
    .link-default:active {
        outline: 0;
        text-decoration: none;
    }

.the-content-text p {
    margin-bottom: 30px;
}

.the-content-text strong {
    color: #4b99af;
    font-weight: 300;
}

.img-full {
    display: block;
    width: 100%;
    height: auto;
}

.header-page {
    height: 190px;
    background-image: url(../img/bg-header-interna.png);
    background-repeat: repeat-x;
    background-position: 100px -20px;
    position: absolute;
    width: 100%;
}

.header-page-blog {
    height: 120px;
    background-image: url(../img/bg-header-interna-2.png);
    background-repeat: repeat-x;
    background-position: 85px 0px;
    width: 100%;
}

.page-template-page_produtos{
	background: #eeebe5;	
}

.page-template-page_produtos .header-page{
	background: #eeebe5 url(../img/header-pattern.png) repeat;
	background-position: 50%;
}

.page-template-page_encontrar .header-page{
	background: #eeebe5 url(../img/header-pattern.png) repeat;
	background-position: 50%;
}

.sepation {
    padding: 0 10px;
}
/* ======================================
    Header
=========================================*/

.header {
    position: absolute;
    width: 100%;
    z-index: 1;
}

    .header.header-interna {
        position: static;
    }

.main-menu {
    position: relative;
}

.menu-left {
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

nav.collapse.navbar-collapse.menu-right {
    right: 60px;
}

.logo {
    position: relative;
    top: 50%;
    /*left: 50%;*/
    padding: 0;
    /*margin-left: -107px !important;*/
    margin-top: 20px;
}

    .logo:hover {
        opacity: .7;
    }

    .logo a {
        float: left;
        width: 100%;
        height: 70px;
    }



.menu-right {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 50;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home .navbar-nav > li > a {
    text-transform: uppercase;
    color: #FFF;
    border-bottom:2px solid #fff; 
    padding-bottom: 20px;
    font-size: 13px;
    transition:0.1s linear all;
}

.home .navbar-nav > li > a:hover {
    text-transform: uppercase;
    color: #DB9342;
    border-bottom:2px solid #DB9342 ;
    padding-bottom: 4px;
    font-size: 13px;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    color: #323132;
    border-bottom:2px solid #fff;
    padding-bottom: 20px;
    font-size: 13px;
    transition:0.1s linear all;
}

.navbar-nav > li > a:hover {
    text-transform: uppercase;
    color: #DB9342;
    border-bottom:2px solid #DB9342 ;
    padding-bottom: 4px;
    font-size: 13px;
}

.navbar-nav > li.current-menu-item > a {
    border-bottom: 2px solid;
    /*color: #323132;*/
    color:#DB9342;
    padding-bottom: 4px;
    /*display: inline-block;*/
}

.home .icon-social-header {
    font-size: 18px;
    margin-top: 2px;
    color: #FFF;
}

.icon-social-header {
    font-size: 18px;
    margin-top: 2px;
    color: #323132;
}

.instagram-header {
    padding-left: 5px !important;
}

.icon-social-header:hover {
    opacity: .7;
}

.icon-social-header a {
    display: inline-block !important;
    width: 20px;
    margin-left: -15px;
    opacity: 0;
}

.carousel,
.item,
.active {
    height: auto;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 885px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -90px;
}

.go-content {
    position: absolute;
    bottom: -19px;
    left: 50%;
    z-index: 15;
    cursor: pointer;
    margin-left: -54px;
}

    .go-content .icon-arrow-down {
        z-index: 1;
        top: 17px;
        background: url(../img/icones/arrow-down.png);
        width: 107px;
        height: 72px;
        display: block;
        position: relative;
        background-repeat: no-repeat;
    }
/* ======================================
    Gastronomia
=========================================*/

.all-gastronomia {
    background: url(../img/bg-home-gastronomia.png) no-repeat #FFF;
    position: absolute;
    left: -150px;
    width: 200px;
    height: 550px;
    background-position: 0 50px;
}

.content-gastronomia,
.all-posts-home {
    padding: 80px 0;
}

.text-gastronomia {
    text-align: center;
}

.images-gallery-gastronomia {
    margin-bottom: 30px;
}

.post-home {
    min-height: 515px;
    position: relative;
}

    .post-home .link-default {
        position: absolute;
        bottom: 0;
        margin-left: -35px;
    }

    .post-home p {
        font-weight: 100;
        line-height: 25px;
    }
/* ======================================
    Post destaque
=========================================*/

.all-post-featured {
    background: url(../img/bg-post-destaque.jpg) center center #262626;
    height: 580px;
    width: 100%;
}
/* ======================================
    Posts Home
=========================================*/

.all-posts-home {
    text-align: center;
}

.date-post-home {
    font-size: 14px;
    text-transform: uppercase;
    margin: 25px 0;
}

.img-post-home {
    display: block;
    width: 100%;
    min-height: 230px;
}

.content-post-featured {
    text-align: center;
}

.page .content-post-featured .title-default {
    margin-top: 75px;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    color: #fbc819;
    border: 2px solid;
    font-family: "futura-pt-n7", "futura-pt", sans-serif;
    text-transform: uppercase;
    padding: 20px;
    width: 210px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 170px;
    outline: 0;
    text-decoration: none;
}

    .btn-link:hover {
        background: #fbc819;
        color: #000;
        text-decoration: none;
    }
/* ======================================
    Paginas
=========================================*/

.page .title-default {
    margin-top: 40px;
}

.content-text-page {
    position: relative;
    background: #FFF;
    padding: 40px 60px;
    color: #626366;
    top: 120px;
    font-weight: 300;
}

    .content-text-page h2.sub-title-default {
        text-align: center;
        float: left;
        width: 100%;
    }

.signature-page {
    font-size: 32px;
}

.img-restaurante {
    float: left;
}

.page-template-page_verde .the-content-text {
    padding-bottom: 335px;
}

.img-restaurante {
    padding: 0;
    position: relative;
    top: 120px;
}

.page .footer {
    /*margin-top: 300px; *ALTERADO DIA 21-07-2015 por Daniel*/
    margin-top: 50px;
}

.home.page .footer {
    margin-top: 0;
}

.img-chefe {
    margin-top: 30px;
    position: relative;
    z-index: 5;
}

.head-tips-blog {
    width: 350px;
    right: -26px;
    padding-top: 115px;
    padding-bottom: 30px;
    top: -110px;
    ;
}

    .head-tips-blog h1 {
        text-align: center;
        font-size: 56px;
    }

    .head-tips-blog h2 {
        text-align: center;
        font-size: 36px;
    }

    .head-tips-blog.bg-color-five .post-home {
        min-height: 100px;
    }

    .head-tips-blog.bg-color-eight .post-home {
        min-height: 100px;
    }

.img-head-tips {
    width: 98px;
    height: 98px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.head-tips-blog a {
    text-decoration: underline;
    color: #FFF;
}

    .head-tips-blog a:hover {
        text-decoration: none;
        color: #FFF;
    }

.all-cardapio {
    position: relative;
}

.content-text-page-cardapio {
    margin-bottom: 30px;
    padding: 40px 30px;
}

.siderbar-cardapio {
    position: absolute;
    top: 120px;
    right: 0;
    padding: 0;
}

.img-cardapio {
    position: relative;
}

    .img-cardapio img {
        width: 100%;
        display: block;
        height: auto;
    }

.anchor-cardapio {
    padding: 55px 60px;
}

a.links-anchor,
a.links-anchor:focus,
a.links-anchor:active {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    margin-bottom: 20px;
    color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
}

    a.links-anchor:hover {
        text-decoration: underline;
    }

.links-anchor-active:before {
    content: url(../img/icones/marcacao-ancora-cardapio.png);
    width: 60px;
    height: 10px;
    float: left;
    position: absolute;
    left: -60px;
}

.legend-cardapio {
    padding: 30px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
}

.list-legends li {
    margin-top: 30px;
    line-height: 20px;
}

    .list-legends li:first-child {
        margin-top: 0;
    }

.item-list-legends {
    width: 40px;
    height: 25px;
    background: url(../img/icones/sprite-legendas.png) 0 0;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}

    .item-list-legends.icon-bm {
        background-position: 0 -37px;
    }

    .item-list-legends.icon-bm {
        background-position: 0 -37px;
    }

    .item-list-legends.icon-sl {
        background-position: 0 -74px;
    }

    .item-list-legends.icon-vg {
        background-position: 0 -111px;
    }
    
    .item-list-legends.icon-lc {
        background-position: 0 -147px;
    }

.table-cardapio td {
    margin-bottom: 5px;
}

.table-cardapio i.item-list-legends {
    float: none;
    display: inline-block;
    position: relative;
    top: 8px;
    left: 5px;
}

.bg-color-three.blog-bg-title {
    width: 100%;
    height: 30px;
    position: absolute;
}
/* ======================================
    Produtos
=========================================*/

.all-product {
    position: relative;
}

    .all-product .head-tips-blog h1 {
        font-size: 48px;
    }

.compra-produto{
	position: absolute;
	/*bottom: 15%;*/
	/*bottom:160px;*/
	top: 370px;
	left: 50%;
	min-width: 220px;
	color: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 7px 10px;
	font-family: "futura-pt-n7", "futura-pt", sans-serif;
	transform: translateX(-50%);
}

.compra-produto:hover{
	background: #fff;
	color: #000;
}

.img-cacau-product {
    float: right;
    margin-top: -100px;
    margin-right: -59px;
}

.content-text-page-products {
    margin-bottom: 30px;
    position: relative;
}

.sidebar-product {
    position: absolute;
    right: -5px;
    top: 120px;
}

.onde-encontrar{
	position: absolute;
	left: 15px;
	top: 439px;
	width: 380px;
	padding: 60px 15px;
	background: #f6a229 url(../img/encontrar-pattern.png) repeat-x top left;
	color: #000;
	overflow: scroll;
    overflow-x: hidden;
    height: 2086px;
}

.onde-encontrar h1{
	font-size: 47px;
	margin-bottom: 40px;
}

.all-product .head-tips-blog {
    width: 380px;
    right: 0;
    position: absolute;
    top: 960px;
    left: 15px;
	background: #24262f;
	padding-top: 50px;
}

.content-text-page-products .signature-page {
    position: relative;
}

.division-ingredients {
    content: url("../img/icones/marcacao-sub-title.png");
    margin-left: -10px;
    float: left;
    position: relative;
    left: 50%;
    bottom: 22px;
    z-index: 999;
}

.table-product {
	padding: 50px 0 20px 0;
    background: #24262f;
}

    .table-product table {
        width: 100%;
        color: #FFF;
        text-transform: uppercase;
    }

	.table-product tr:nth-child(even){
		background: #3a3c44;
	}

    .table-product tr td {
        padding-bottom: 10px;
        padding-top: 10px;
    }

	.table-product tr td:first-child, .table-product tr td:last-child{
		padding-left: 30px;
	}

.tag-lactose,
.tag-glutem {
    position: absolute;
}

.tag-acucar {
    position: absolute;
    right: 55px;
    top: 215px;
}
/* ======================================
    Blog
=========================================*/

.all-blog {
    position: relative;
    margin-top: 30px;
}

.first-post-blog {
    position: relative;
    margin-bottom: 30px;
}

.content-first-post {
    position: absolute;
    left: 50%;
    background: #FFF;
    top: 50%;
    padding: 40px 60px;
    max-width: 460px;
    max-height: 280px;
    margin-left: -230px;
    margin-top: -140px;
    text-align: center;
    opacity: .9;
}

.first-post-blog .content-first-post .link-default {
    padding-top: 0 ;
}

    .content-first-post .date-post-home {
        margin: 0px 0 25px 0;
        font-size: 14px;
        font-weight: 400;
    }

    .content-first-post .title-secundary {
        color: #c49494;
    }

.img-post-blog {
    width: 100%;
    height: auto;
}

.posts-blog {
    margin-bottom: 30px;
}

    .posts-blog .date-post-home {
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: 300;
    }

.category-post-blog {
	font-size: 14px;
	background: #FFF;
	padding-right: 5px;
}

.posts-blog p {
    margin-bottom: 0;
}

.content-post-blog {
    min-height: 240px;
    position: relative;
}

.posts-blog .link-default {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.input-search {
    width: 100%;
    border: 1px solid;
    text-transform: uppercase;
    padding: 7px 15px;
}

    .input-search::-webkit-input-placeholder {
        font-weight: 300;
        text-transform: uppercase;
        color: #323132;
    }

    .input-search:-moz-placeholder {
        /* Firefox 18- */
        font-weight: 300;
        text-transform: uppercase;
        color: #323132;
    }

    .input-search::-moz-placeholder {
        /* Firefox 19+ */
        font-weight: 300;
        text-transform: uppercase;
        color: #323132;
    }

    .input-search:-ms-input-placeholder {
        font-weight: 300;
        text-transform: uppercase;
        color: #323132;
    }

.input-group-blog {
    position: relative;
}

    .input-group-blog .btn-search-blog {
        border: 0;
        background-color: transparent;
        width: 35px;
        height: 35px;
        position: absolute;
        top: 0;
        right: 0;
        color: transparent;
    }

        .input-group-blog .btn-search-blog:focus,
        .input-group-blog .btn-search-blog:active {
            outline: 0;
        }

    .input-group-blog i {
        position: absolute;
        top: 10px;
        right: 10px;
    }

.box-sidebar,
.popular-posts {
    border: 1px solid #d5d5d5;
    margin-top: 20px;
    background-color:#f0f0f0;
}

    .title-sidebar,
    .popular-posts h2 {
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 800;
        padding:10px 0;
        border-bottom:1px solid #d5d5d5;
        margin:0;
        background-color:#e8e8e8;
    }

.wpp-list {
    overflow: hidden;
}

 /*ALTERADO DIA 21-07-2015 por Daniel*/
.popular-posts .wpp-list li {
    float: left;
    border-bottom:1px solid #d5d5d5;
    padding-bottom:10px;
}

.popular-posts .wpp-list li a{
    padding:10px;
    display:block;
    position:relative;
    text-decoration: none;
}

.col-xs-12.col-sm-4.col-md-4.img-restaurante img {
    max-width: 360px;
    border-radius: 5px;
    background: #343434;
}

.popular-posts .wpp-thumbnail {
    margin-right: 20px;
    border-radius:5px;
}

.wpp-post-title {
    font-size: 16px;
    color: #626366;
    text-decoration: underline;
}

    .wpp-post-title:hover {
        color: #626366;
        text-decoration: none;
    }

.popular-posts h2 {
    color: #c49494;
    font-family: 'FuturaBT-Medium', sans-serif;
}

.list-category-sidebar li {
    list-style-type: none;
    font-size: 12px;
    border-top:1px solid #d5d5d5;
}

    .list-category-sidebar li a {
        color: #323132;
        font-size: 15px;
        text-transform: capitalize;
        background-color:#f0f0f0;
        display:block;
        padding:5px 15px;
        transition:0.2s linear all;
    }

    .list-category-sidebar li a:hover{
        background-color:#fff;
        text-decoration:none;
    }

.siderbar-blog {
    position: absolute;
    right: 0;
}

.content-first-post a:hover {
    color: #323132;
}

.posts-blog .title-secundary {
    font-size: 32px;
    font-weight: 800;
}

.single-page-blog .posts-blog .date-post-home {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.single-page-blog .posts-blog p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
}

.single-page-blog .content-post-blog {
    height: auto;
}

.single-post .title-default {
    margin-top: 40px;
}

.category-single-post {
    text-transform: uppercase;
    /*margin-bottom: 120px; *ALTERADO DIA 21-07-2015 por Daniel*/
    margin-bottom: 40px;
}

    .category-single-post:before {
        /*content: url(../img/icones/marcacao-categoria-single.png);
        position: absolute;
        right: 15px;*/
		content: '';
		position: absolute;
		right: 0;
		background: #323132;
		height: 2px;
		width: 90%;
		top: 11px;
		z-index: -1;
    }

.tags-single i {
    margin-right: 10px;
}

.tags-single a {
    font-size: 15px;
    color: #323132;
    font-style: italic;
    font-weight: 500;
}

.content-share {
    padding-left: 0;
}

    .content-share .title-share {
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
    }

.title-share:before {
    content: '';
    height: 2px;
    width: 65%;
    background: #EEE;
    position: absolute;
    right: 60px;
    top: 7px;
}

.author-info .avatar {
    border-radius: 50%;
    float: left;
    margin-right: 40px;
    width: 120px;
    height: auto;
}

.author-info .author-title {
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
}

.author-info .author-description {
    font-weight: 300;
}

.comments-single {
    margin-top: 50px;
    float: left;
    width: 100%;
}

.instagram-blog {
    margin-left: -15px;
}

    .instagram-blog li {
        display: inline-block;
        width: 45%;
        margin-left: 15px;
        margin-top: 15px;
    }

        .instagram-blog li img {
            width: 100%;
            height: auto;
        }

.follow-me-instagram {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 25px;
    margin-bottom: 0;
    letter-spacing: 1px;
}



/* ======================================
    Contato
=========================================*/

.form-contact-group {
    margin-bottom: 20px;
}

    .form-contact-group br {
        display: none;
    }

    .form-contact-group label {
        font-size: 13px;
        text-transform: uppercase;
        width: 150px;
        text-align: right;
        margin-right: 20px;
        color: #323132;
    }

.input-form-contact {
    height: 35px;
    border: solid 1px #e0e0e0;
    text-transform: uppercase;
    width: 50%;
}

.label-mensage-contact {
    margin-top: 45px;
    float: left;
}

.input-form-contact.text-form-contact {
    height: auto;
    resize: none;
}

.btn-send-contact {
    display: block;
    padding-top: 10px;
    margin: 0 auto;
    width: 210px;
    padding: 10px;
    border: 0;
    background: #94c4bc;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 40px;
}

    .btn-send-contact:hover {
        opacity: .8;
    }

.social-button-single {
    position: absolute;
    top: 12px;
    right: -365px;
}

.btn-gplus {
    position: relative;
    top: 6px;
}

.btn-twitter {
    position: relative;
    left: -85px;
    top: 5px;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

.attachment-thumbnail,
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 26px auto;
}
/*
 ======================================
    Footer
=========================================*/

.tabs-states {
    padding: 0 !important;
    position: relative;
    left: 50%;
    width: 500px;
    margin-left: -110px !important;
}

.map-address {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 235px;
}

    .map-address iframe,
    .map-address object,
    .map-address embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.contact-address {
    text-transform: uppercase;
}

    .contact-address p {
        margin: 0;
        color: #FFF;
        font-weight: normal;
    }

.all-address-footer {
    font-family: "futura-pt-n7", "futura-pt", sans-serif;
}

    .all-address-footer p {
        font-size: 16px;
    }

.all-address-footer,
.all-time-footer {
    padding: 70px 60px 35px 60px;
}

    .all-address-footer .title-address {
        font-weight: 800;
        color: #4b99af;
        font-size: 14px;
        margin: 0;
    }

.all-time-footer,
.all-address-footer {
    min-height: 235px;
}

.all-time-footer {
    text-align: right;
}

    .all-time-footer h3 {
        font-weight: 800;
        color: #FFF;
        font-size: 14px;
        margin: 0;
    }

.page-template-page_blog.page .footer {
    /*margin-top: 700px; *ALTERADO DIA 21-07-2015 por Daniel*/
}

.single footer.footer {
    /*margin-top: 200px; *ALTERADO DIA 21-07-2015 por Daniel*/
}

.all-time-footer {
    font-size: 14px;
}

    .all-time-footer .separation-time {
        margin-right: 45px;
    }

.ui-state-default:before {
    content: url(../img/icones/marcaca-losango-2.png);
    top: -1px;
    left: -18px;
    position: absolute;
    z-index: 2;
    color: #FFF;
}

.ui-state-active:before {
    content: url(../img/icones/marcaca-losango.png);
    top: -1px;
    left: -18px;
    position: absolute;
    z-index: 2;
}

.link-states {
    position: relative;
    z-index: 5;
    top: 15px;
    left: 5px;
    color: #FFF;
}

    .link-states:focus,
    .link-states:active {
        color: #fff;
    }

.ui-state-default {
    width: 90px;
}

.more-infos-footer {
    min-height: 320px;
    padding: 60px 0;
    text-align: center;
    background: url(../img/bg-footer-mais-informacoes.png) #4b99af no-repeat;
    background-size: cover;
}

.title-more-info {
    color: #FFF;
    font-family: "futura-pt-n7", "futura-pt", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.title-more-info {
    color: #FFF;
    font-family: "futura-pt-n7", "futura-pt", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 45px;
}

    .title-more-info:before {
        content: url("../img/icones/marcacao-sub-title-2.png");
        margin-left: -10px;
        position: absolute;
        left: 50%;
        bottom: -30px;
    }

.more-infos-footer h5 {
    color: #FFF;
    font-family: "futura-pt-n7", "futura-pt", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.tel-phone-more {
    color: #323132;
    font-family: "futura-pt-n7", "futura-pt", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.page-id-180.page .title-default, 
.page-id-180.page .compra-produto,
.page-id-17.page .title-default,
.page-id-17.page .compra-produto {
  color: #faa634;
}
.page-id-180.page .compra-produto,
.page-id-17.page .compra-produto {
    border-color: #faa634;
}
.page-id-180.page .content-text-page-products{
    margin-bottom: 0;
}
.page-id-180.page .onde-encontrar,
.page-id-17.page .onde-encontrar{
    display: none;
}
.all-product .head-tips-blog{
      top: 439px;
}
.btn-more-info {
    background: #f5f2f1;
    padding: 10px 0;
    width: 400px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #323132;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'FuturaBT-Medium', sans-serif;
}

    .btn-more-info:hover {
        text-decoration: none;
        cursor: pointer;
        color: #323132;
        background: #FFF;
    }

.socail-footer {
    text-align: center;
    z-index:9;
      position: relative;
}

    .socail-footer ul {
        float: left;
        width: 100%;
        position: relative;
        top: 40px;
    }

        .socail-footer ul li {
            display: inline-block;
            padding-left: 20px;
        }

            .socail-footer ul li a {
                color: #FFF;
                font-size: 20px;
            }

            .socail-footer ul li:first-child {
                padding-left: 0;
            }

.main-menu-footer {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    top: 60px;
    z-index:9;
}

div#TA_restaurantWidgetWhite738 {
  z-index: 9;
}

    .main-menu-footer ul li {
        display: inline-block;
    }

        .main-menu-footer ul li:before {
            content: '\2022';
            float: left;
            margin: 0 20px;
            color: #FFF;
        }

        .main-menu-footer ul li:first-child:before {
            content: '';
            margin: 0;
        }

        .main-menu-footer ul li a {
            text-transform: uppercase;
            color: #4b99af;
            font-size: 13px;
        }

            .main-menu-footer ul li a:hover {
                text-decoration: none;
                color: #10414f;
            }

.copy {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    top: 80px;
    margin: 0;
    height: 20px;
    height:410px;
    letter-spacing: 1px;
}

.footer-copy {
    height: 585px;
    width: 100%;
    background: url(../img/bg-footer-copy.png) no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1;
    margin-top: -475px;
}
/*
 ======================================
    Responsivo
=========================================*/

@media only screen and (max-width: 1150px) {
    .home .navbar {
        height: 180px;
    }

    .menu-right,
    .menu-left {
        top: 65px;
    }
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    /*home*/
	
	.onde-encontrar{
		position: static;
		width: 100%;
	}
	
    #navbar {
        width: 100%;
    }

    #menu-menu-esquedo {
        padding-left: 11px;
        padding-top: 20px;
    }

    .home .navbar {
        height: 100px;
    }

    .menu-right,
    .menu-left {
        top: 0;
    }

    .menu-right {
        padding-left: 25px;
        background: #fff;
    }

    .home .menu-right {
        background: rgba(0, 0, 0, 0.2);
    }

    .all-gastronomia {
        background: #FFF;
    }

    .all-post-featured {
        background: url(../img/bg-post-destaque-mobile.png) center center #262626;
    }

    .btn-link {
        margin-top: 290px;
    }
    /*produtos*/

    .sidebar-product {
        position: relative;
		right: 0;
    }

        .sidebar-product img {
            width: 100%;
            height: auto;
        }

    .all-product .head-tips-blog {
        right: -18px;
        top: 10px;
        width: 290px;
        padding-top: 20px;
        position: relative;
		
		position: static;
		width: 100%;
    }

    .table-product tr td {
        display: block;
        text-align: center;
    }
    /*Remover elementos*/

    .map-address,
    .tag-lactose,
    .tag-acucar,
    .tag-glutem,
    .img-cacau-product {
        display: none;
    }
    /*Geral*/

    #navbar {
        z-index: 9999;
    }

    .logo {
        position: absolute;
        margin-left: -150px !important;
        margin-top: -20px;
        z-index: 99999999;
    }

    .navbar-nav {
        margin-top: 55px;
        width: 100%;
    }

    #menu-menu-esquedo {
        left: 43px;
        position: relative;
        text-align: left;
    }

    .menu-left {
        overflow: hidden;
    }

    .nav > li.icon-social-header {
        display: inline-block;
    }

    nav.collapse.navbar-collapse.menu-right {
        top: 100px;
    }

    .navbar-nav > li {
        padding-left: 0;
    }

    .menu-right {
        float: left;
        top: 90px;
        left: 44px;
        text-align: left;
    }

    .home .navbar-toggle {
        background: #FFF;
        margin-top: -20px;
    }

    .home .collapse.navbar-collapse.menu-right {
        top: 98px;
    }

    .navbar-toggle {
        z-index: 99999999;
    }

    .home .navbar-toggle .icon-bar {
        background: #323132;
    }

    .navbar-toggle {
        background: #323132;
        margin-top: -20px;
    }

        .navbar-toggle .icon-bar {
            background: #FFF;
        }

    .content-text-page {
        padding: 40px 30px;
    }

    .title-default {
        font-size: 36px;
    }

    .sub-title-default {
        height: 80px;
    }

    .link-default {
        margin-bottom: 30px;
    }

    .img-full {
        padding: 0 15px;
    }

    .post-home .link-default {
        bottom: -15px;
    }
    /*Img responsive*/

    .img-page-restaurante,
    .attachment-img-chefe {
        max-width: 100%;
        padding: 0 15px;
        height: auto;
    }

    .page-template-page_verde .the-content-text {
        padding-bottom: 100px;
    }
    /*O chefe */

    .head-tips-blog {
        width: 95%;
        right: -10px;
        padding-top: 115px;
        padding-bottom: 30px;
        top: -110px;
    }

    .page .footer {
        margin-top: 130px;
    }
    /*Cardápio*/

    .siderbar-cardapio {
        position: relative;
        top: 90px;
    }
    /*Blog*/

    .header-page-blog {
        height: 160px;
    }

    .siderbar-blog {
        position: relative;
        right: 0;
        top: 45px;
    }

    .page-template-page_blog.page .footer {
        margin-top: 100px;
    }

    .content-first-post {
        width: 300px;
        margin-left: -150px;
        max-height: 325px;
        margin-top: -162px;
    }
    /*Single blog*/

    .category-single-post:before {
        content: '';
    }

    .title-share:before {
        height: 0;
    }

    .social-button-single {
        position: static;
        margin: 30px 0px;
    }

    .author-info .avatar {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .author-info .author-title {
        text-align: center;
    }
    /*Contato*/

    .input-form-contact {
        width: 100%;
    }

    .form-contact-group label {
        text-align: left;
    }

    .label-mensage-contact {
        margin-top: 0;
    }
    /*Footer*/

    .ui-tabs .ui-tabs-nav {
        width: 207px;
        margin: 0;
        float: left;
    }

    .all-address-footer,
    .all-time-footer {
        padding: 35px;
        min-height: 170px;
    }

        .all-time-footer h3 {
            text-align: center;
            margin-bottom: 10px;
        }

        .all-time-footer .separation-time {
            margin-right: 95px;
        }

    .btn-more-info {
        width: 95%;
    }

    .copy {
        font-size: 11px;
    }

    .main-menu-footer ul li:before {
        content: '';
    }

    .main-menu {
        width: 95%!important;
    }

    .logo {
      position: relative;
      top: 50%;
      padding: 0;
      left: 50%;
      margin-left: -107px !important;
      margin-top: 20px;
    }

    .navbar-nav {
      margin-top: -25px;
      width: 100%;
    }

    nav.collapse.navbar-collapse.menu-right {
      top: 100px!important;
    }
    
    .navbar-nav > li {
      padding-left: 20px;
    }
}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .logo {
      position: relative;
      top: 50%;
      padding: 0;
      left: 30%;
      margin-left: -107px !important;
      margin-top: -40px;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
}
/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
}

/* Pagination */
.page-numbers { 
    float: left; 
    margin-top: 10px; 
} 
.page-numbers li { 
    display: inline-block; 
    margin-left: 3px; 
} 
.page-numbers a, .page-numbers .dots, .page-numbers .next, .page-numbers .prev { 
    padding: 3px 5px; 
    background: #eee; 
    text-decoration: none; 
} 
.page-numbers a:hover, .page-numbers .next:hover, .page-numbers .prev:hover { 
    background: #666; 
} 
.page-numbers .current { 
    padding: 3px 5px; 
    background: #666; 
    color: #27B3CF; 
}

ul.list-legends li {
    list-style: none!important;
}

ul.list-legends {
    margin-left: 0;
}

ul.form_fields {
    margin-left: 0;
}







.list-category-sidebar ul {
    margin-left: 0;
}

li.cat-item {
    margin-bottom: 0;
}

ul.wpp-list {
    margin-left: 0;
}