/*
Theme Name: Breshow
Author: The Publiweb team
Author URI: http://publiweb.com.br
Version: 1.0
*/

@import 'css/bootstrap.min.css';
@import url(http://fonts.googleapis.com/css?family=Oregano);

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #fd7f25;
    color: #59595b;
}

h3 {
    font-size: 18px;
    line-height: 1.5;
}

/* Utilidades */
.section-title {
    color: #ff4600;
    font-family: "Oregano", Arial;
    font-size: 32px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    text-align: center;
}

.section-title:after {
    background-color: #fecd75;
    content: " ";
    display: block;
    height: 2px;
    margin: 10px 0;
}

.thumbnail {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

a.read-more {
    color: #59595b;
    float: right;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.mini-breadcrumb {
    font-size: 14px;
}

.mini-breadcrumb span {
    color: #ff4600;
}

.mini-breadcrumb a {
    color: #59595b;
}

.nav-controls .prev, .nav-controls .next,
.arrow-left, .arrow-right {
    background: url('img/arrows.png') no-repeat top center transparent;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    text-decoration: none;
    text-indent: -999px;
    width: 24px;
}

.nav-controls .prev,
.arrow-left {
    left: 5px;
}

.nav-controls .next,
.arrow-right {
    background-position: 0 -24px;
    right: 5px;
}

/* Tema */
.no-margin {
    margin: 0;
}

.container {
    width: 960px;
}

.logo {
    background: url('img/logo-breshow.png') no-repeat top center transparent;
    display: block;
    height: 104px;
    overflow: hidden;
    text-indent: -999px;
    width: 135px;
}

/* Cabeçalho */
#header > .container {
    background-color: #ebebeb;
    padding: 14px 0;
}

#header .span3 {
    padding-left: 32px;
}

#header .span7 {
    padding-left: 0;
    margin-top: 24px;
}

#header .span7 .widget_text {
    margin-bottom: 15px;
    width: 464px;
}

#header .span2 {
    padding-top: 62px;
    text-align: right;
    width: 156px;
}

/* Miolo do site */
.main-content {
    margin-bottom: 40px;
}

.main-content .span4 {
    width: 265px;
}

.main-content .span8 {
    margin-left: 17px;
    width: 650px;
}

.main-content .span12 {
    width: 932px;
}

.main-content .span4, .main-content .span12 {
    margin-left: 14px;
}

/* Rodapé */
#footer {
    padding-bottom: 20px;
}

#footer .form-search {
    float: right;
}

#footer .widget_text {
    margin-top: 17px;
}

/* Página principal */
.home .main-content .span12 {
    margin-top: 47px;
}

/* Listagem padrão de posts */
.post-list {
    margin-bottom: 60px;
}

.post-list ul {
    list-style: none;
    margin: 0 0 27px 0;
}

.post-list ul > li {
    float: left;
    font-size: 12px;
    margin: 0 15px;
    text-align: justify;
    width: 280px;
}

.post-list ul > li > p {
    display: inline;
}

.post-list ul > li > a {
    color: #59595b;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.post-list ul > li h3 {
    font-size: 14px;
}

.post-list ul > li h3 a {
    color: inherit;
}

/* Slider */
.carousel {
    margin-bottom: 10px;
}

.carousel-indicators {
    bottom: 5px;
    right: 14px;
    top: auto;
}

.carousel-indicators li,
.carousel-indicators li.active {
    background: url('img/carousel-indicators.png') no-repeat top center transparent;
    border-radius: 0;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-indent: 0;
    width: 20px;
}

.carousel-indicators li.active {
    background-position: 0 -20px;
}

.carousel-inner .item > p {
    margin-bottom: 0;
}

/* Navbar */
.navbar {
    border-radius: 0;
    min-height: 45px;
    
    background: rgb(254,216,42); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,216,42,1) 0%, rgba(252,177,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,216,42,1)), color-stop(100%,rgba(252,177,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,216,42,1) 0%,rgba(252,177,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,216,42,1) 0%,rgba(252,177,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,216,42,1) 0%,rgba(252,177,28,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,216,42,1) 0%,rgba(252,177,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed82a', endColorstr='#fcb11c',GradientType=0 ); /* IE6-9 */
    
    box-shadow: 0 2px 1px #bfbfbf;
	border: solid 1px #ff9314;
    
    width: 962px;
    margin-bottom: 40px;
    margin-left: -1px;
}

.navbar-default .nav {
    margin-left: -2px;
    margin-right: 0;
    width: 962px;
}

.navbar-default .nav:before {
    background-color: #ffef43;
    content: " ";
    display: block;
    height: 1px;
    margin-left: 2px;
    width: 960px;
}

.navbar-default .nav > li:before,
.navbar-default .nav > li:after {
    content: " ";
    display: block;
    height: 27px;
    position: absolute;
    top: 10px;
}

.navbar-default .nav > li:before {
    border-left: 1px solid #fdd045;
}

.navbar-default .nav > li:after {
    border-right: 1px solid #fdc739;
    margin-left: 1px;
}

.navbar-default .nav > li:first-child:before,
.navbar-default .nav > li:first-child:after {
    display: none;
}

.navbar-default .nav > li > a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    min-width: 135px;
    padding: 12px 30px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.75);
    text-transform: uppercase;
    z-index: 999;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    color: #f9f9f9;
}

.navbar-default .nav > li.current-menu-item a:after {
    background: rgb(255,108,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,108,0,1) 0%, rgba(255,60,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,108,0,1)), color-stop(100%,rgba(255,60,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,108,0,1) 0%,rgba(255,60,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,108,0,1) 0%,rgba(255,60,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,108,0,1) 0%,rgba(255,60,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,108,0,1) 0%,rgba(255,60,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c00', endColorstr='#ff3c00',GradientType=0 ); /* IE6-9 */
    
    border: 1px solid #dd0000;
    content: " ";
    display: block;
    height: 60px;
    left: 0;
    position: absolute;
    top: -11px;
    width: 100%;
    z-index: -1;
}

.navbar-default .nav > li.current-menu-item a:before {
    border-top: 1px solid #ffa200;
    content: " ";
    display: block;
    left: 1px;
    position: absolute;
    top: -10px;
    width: 100%;
}

/* Widgets */
.widget_text {
    color: #000;
    font-size: 12px;
    text-align: center;
}

.widget_pw_contacts {
    display: inline-block;
    margin: 1px;
}

.widget.parties {
    margin-bottom: 76px;
    text-align: center;
}

.widget.parties p {
    margin-bottom: 19px;
}

.widget.parties .btn.btn-warning {
    font-size: 22px;
    padding: 13px 10px;
}

.menu-menu-categorias-container {
    margin-top: 25px;
}

/* Menus */
.menu.nav {
    padding-left: 15px;
}

.menu.nav li.current-menu-item > a {
    color: #ff4600;
    font-weight: bold;
    text-decoration: underline;
}

.menu.nav a {
    color: #59595b;
    line-height: 25px;
}

.menu.nav a:hover, .menu.nav a:focus {
    background-color: transparent;
    text-decoration: underline;
}

.menu.nav .sub-menu {
    list-style: none;
    margin-left: 19px;
}

.menu.nav > li {
    margin-bottom: 15px;
}

/* Produtos */
.product-list {
    margin: 0 0 20px;
}

.product-list li {
    border: 3px solid #e0e0e0;
    display: inline-flex;
    list-style: none;
    margin: 3px;
    width: 150px;
    height: 225px;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
}

.featured-products {
    margin-bottom: 55px;
}

.featured-products .current-item {
    float: left;
    width: 330px;
}

.featured-products .current-item .slideshow {
    height: 434px;
    position: relative;
    text-align: center;
}

.featured-products .current-item .slideshow-container {
    position: relative;
}

.featured-products .current-item .slideshow img {
    height: 100%;
    width: auto;
}

.featured-products .list-items {
    float: right;
    width: 270px;
}

.featured-products .list-items ul {
    list-style: none;
    margin: 0;
}

.featured-products .list-items li {
    border: 3px solid #e0e0e0;
    display: inline-block;
    height: 116px;
    margin-bottom: 5px;
    margin-left: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    width: 82px;
}

.featured-products .list-items .pagination {
    text-align: left;
}

.featured-products #current-product-description {
    float: left;
    margin-top: 25px;
    width: 100%;
}

.featured-products #current-product-description > h3 {
    color: #ff4600;
    font-weight: normal;
}

/* Formulários */
.btn-form {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
    
	width: 133px;
	height: 40px;
	-webkit-border-radius: 5px/8px;
	-moz-border-radius: 5px/8px;
	border-radius: 5px/8px;
	background-color: #ff5000;
	-webkit-box-shadow: 0 0 5px rgba(181,247,87,.67), inset 0 0 2px rgba(255,255,255,.58);
	-moz-box-shadow: 0 0 5px rgba(181,247,87,.67), inset 0 0 2px rgba(255,255,255,.58);
	box-shadow: 0 0 5px rgba(181,247,87,.67), inset 0 0 2px rgba(255,255,255,.58);
	border: solid 1px #f73100;
	background-image: -webkit-linear-gradient(bottom, #ff5000 18%, #ff5000 55%, #ff893f 55%, #ffc172);
	background-image: -moz-linear-gradient(bottom, #ff5000 18%, #ff5000 55%, #ff893f 55%, #ffc172);
	background-image: -o-linear-gradient(bottom, #ff5000 18%, #ff5000 55%, #ff893f 55%, #ffc172);
	background-image: linear-gradient(to top, #ff5000 18%, #ff5000 55%, #ff893f 55%, #ffc172);
}

.btn.btn-warning {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.75);
	background-color: #ffb01a;
	border: solid 1px #d77900;
	background-image: -webkit-linear-gradient(bottom, #ff9000, #ffcc31);
	background-image: -moz-linear-gradient(bottom, #ff9000, #ffcc31);
	background-image: -o-linear-gradient(bottom, #ff9000, #ffcc31);
	background-image: linear-gradient(to top, #ff9000, #ffcc31);
    border-radius: 0;
    padding: 5px 17px;
    line-height: 1;
}

.form-search select {
    background-color: #ebebeb;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    font-size: 11px;
    height: 25px;
    padding: 0 0 0 5px;
    width: 130px;
}

.form-search input[type="text"] {
    border: 1px solid #d6d6d6;
    border-radius: 0;
    height: 25px;
    padding: 0 5px;
    width: 250px;
}

.form-contact input,
.form-testimonial input,
.form-party input {
    height: 43px;
    width: 100%;
}

.form-contact textarea,
.form-testimonial textarea,
.form-party textarea {
    height: 175px;
    width: 100%;
}
.form-contact .btn-form,
.form-testimonial .btn-form,
.form-party .btn-form {
    margin-top: 12px;
}

.form-contact table {
    width: 445px;
}

.form-testimonial {
    margin-top: 20px;
}

.form-party table {
    width: 265px;
}

.form-party .small {
    width: 115px;
}

.form-party .give-me-some-space {
    padding-left: 32px;
}

/* Containers */
#page {
    -webkit-box-shadow: 0 3px 7px 3px rgba(0,0,0,0.3);
    background-color: #fff;
    box-shadow: 0 3px 7px 3px rgba(0,0,0,0.3);
    margin: 0 auto;
    width: 960px;
}

/* Paginação */
.pagination,
.wp-pagenavi {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}

.pagination a,
.wp-pagenavi a {
    color: inherit;
    text-decoration: none;
}

.pagination a, .wp-pagenavi a,
.pagination span, .wp-pagenavi span {
    border: 1px solid #fcb21c;
    margin: 0 3px;
    padding: 4px 7px;
}

.pagination .current,
.wp-pagenavi .current {
    color: #fff;
    background-color: #fcb21c;
}

/* Depoimentos */
.testimonial {
    border: none;
    padding: 0;
    margin-bottom: 40px;
}

.testimonial p {
    font-size: 14px;
}

.testimonial p strong {
    font-style: italic;
}

/* Blog */
.posts {
    margin: 0;
    list-style: none;
}

.posts li {
    display: inline-block;
    margin-right: 32px;
    margin-bottom: 35px;
    text-align: justify;
    vertical-align: top;
    width: 445px;
}

.posts li.last-item {
    margin-right: 0;
}

.posts li > h3 a {
    color: #59595b;
}

.posts li > p {
    display: inline;
}

.posts li > p + a {
    color: #ff4200;
    font-weight: bold;
    text-transform: uppercase;
}

/* Páginas */
.page-template-tpl-party-single-php h3.section-title {
    margin-top: 35px;
}

/* Festas */
.party-list {
    list-style: none;
    margin: 0;
}

.party-list li {
    border: 5px solid #000;
    display: inline-block;
    /*margin-right: 7px;*/
    margin-bottom: 10px;
    vertical-align: top;
}

.party-list li.last-item {
    margin-right: 0;
}

/* Parceiros */
.row.partner-list {
    margin-bottom: 25px;
}

.row.partner-list .span4 {
    width: 295px;
}

.row.partner-list .span8 {
    width: 625px;
}

.row.partner-list .span8 h3 {
    margin: 0;
}

/* Mural */
.the-wall ul {
    list-style: none;
    margin: 0;
}

.the-wall ul li {
    float: left;
    margin: 0 3px;
}

.current-wall {
    font-size: 12px;
}

.caroufredsel-container {
    margin: 24px 0 45px;
    position: relative;
}