/**
 *
 * Folha de Estilos Padrão do site
 *
 *	Theme Name: IWS Store
 *	Description: O Template Base para Lojas Virtuais da Infinito Web Sites
 *	Version: 1.0
 *	Author: Infinito Web Sites
 *	Author URI: http://www.infinitowebsites.com.br
 *
**/
/***********************************
 * DEFINIÇÕES PRINCIPAIS
***********************************/
body{
	font: 15px 'Montserrat', sans-serif;
	font-weight: 400;
	background: #FCF9F8;
    overflow-x: hidden;
    color: #333;
}

a { color: #333; }

a:hover {
	opacity: 0.85;
	text-decoration: none !important;	
	color: #333; 
}

a, a:hover {
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 28px; }
h4 { font-size: 20px; }
img	{ 
    max-width: 100%; 
    height: auto;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    color: #5d0722;
}



hr {
    margin: 40px 0;
    border-top: 1px solid #ddd;
}

/***********************************
 * BOTÕES E FORMS
***********************************/

.btn, .form-control {
	font-size: 16px;
}

.btn {
	border-radius: 25px;
	box-shadow: 0;
	outline: 0;
}

.btn-danger {
    background: #511026;
    border-color: #511026;
    color: #FFF !important;
    font-weight: bold;
}

.btn.btn-default, .btn.btn-primary { background: transparent; border-color: #511026; color: #511026; }
.btn-rounded { border-radius: 25px; }

.form-control {
	border-radius: 0;
	box-shadow: none;
	background: #FFF;
	border: 1px solid #EEEEEE;
	height: 37px;
}

.form-control:focus {
	border: 1px solid #999;
	box-shadow: none;
}

.texto-cinza { color: #777; }
.lead { font-size: 20px; }

@media(min-width: 1200px) {
    .container { width: 960px; }
}

/***********************************
 * CLASSES E ELEMENTOS PRINCIPAIS
***********************************/

.page-header {
  margin: 0 0 50px;
  border: 0;
  background-color: #EEEEEE;
  padding: 10px 20px 5px;
  border-radius: 2px;
}

.alignleft {
  float: left;
  margin: 0 5px 5px 0;
}

.alignright  {
  float: right;
  margin: 0 0 5px 5px;
}

.container-fluid.container-spaced {
    margin: 0 50px;
}

.saiba-mais .btn {
    margin-right: 10px;
    margin-bottom: 15px;
}

.content-body a { color: #511026; }
.media-left { min-width: 50px; }

.col-azul {
    background: #511026;
    padding: 20px;
    padding-left: 0;
    color: #FFF;
    position: relative;
}
.col-azul:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    background: #511026;
    width: 200%;
    height: 100%;
}
.col-azul a { color: #FFF; }


/***********************************
 * CABECALHO E MENU
***********************************/

#header {
  position: relative;
  z-index: 1;  
}

div#header-logo {
    margin: 15px 0;
}

div#header-info {
    float: right;    
    background: #222368;
    color: #Fff;
    padding: 10px 15px;
}

#header-info p {
    display: inline-block;
    margin: 0;
}

#header-info a {
    color: #FFF;
}

#header-info .social {
    display: inline-block;
    margin-left: 30px;
    color: #FFF;
}

#main-menu {
    background: transparent;
    border: 0;
    margin: 0;
    margin-top: 60px;
}

#main-menu .container-fluid { padding: 0; }

#main-menu .nav {
    float: none;
    text-align: center;
}

#main-menu .nav .menu-item {
    float: none;
    display: inline-block;
    margin: 0;
}

#main-nav .nav .menu-item a {
    color: #000;
    text-transform: uppercase;
    position: relative;
    border-radius: 0;
    padding: 0px 7px 0 3px;
    border: 0;
    font-size: 14px;
    border-right: 1px solid #999;
}

#main-nav .nav .menu-item:last-child a {
    border-right: 0;
}

#main-nav .nav .current-menu-item a { 
    color: #511026;
    font-weight: bold;
}

/***********************************
 * RODAPÉ
***********************************/

#footer {
    background: #511026;
    color: #FFF;
    padding: 50px 0;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
}

#footer .footer-right {
    border-left: 2px solid #fff;
    padding-left: 30px;
}

#footer h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px;
}

#footer .telefones {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}

#footer a { color: #fff; }
#footer .social img {
    max-width: 40px;
}

#footer .nav a {
  padding: 0;
  color: #333;
  font-size: 13px;
}

#footer .nav li:hover a,
#footer .nav li a:hover,
#footer .nav li a:active,
#footer .nav li a:focus {
  background: none;
}


#loading {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #FFF url('img/loading.gif') no-repeat center;
  display: block;
    top: 0;
    left: 0;
}

/***********************************
 * CONTEUDO / CORPO DO SITE
***********************************/

.page-title {
    padding: 0;
    background: none;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
}

.page-title .header-title,
.page-title h1 {
    margin: 30px 0;
    font-size: 36px;
    color: #511026;
    position: relative;
    font-weight: bold;
}

.content-body { overflow-x: hidden; min-height: 450px; }
/*.content-body > .container-fluid { margin: 0 50px; }*/

.section-title {
    background: #188D87;
    color: #FFF;
    text-align: center;
    margin: 0 50px 20px -65px;
    padding: 170px 0;
}

h1.subtitle {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 0;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 20px; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/***********************************
 * PÁGINAS
***********************************/

/*home*/
#homeslider .cycloneslider-pager { bottom: 20px; }
#homeslider .cycloneslider-pager span.cycle-pager-active {
    background-color: #511026;
}

#homeslider {
    background: none;
    padding: 0;
    color: #FFF;
    margin-bottom: 20px;
}

#homeslider .item img { width: 100%; }

.home #servicos { margin-top: -10px; }

#noticias h2 {
    color: #511026;
    font-size: 46px;
}

#noticias h2 img { margin-right: 10px; }

img#img-destaque {
    margin-top: 200px;
    max-width: 120%;
    display: block;
}

/*servicos*/
body.single-produtos {    background: #FFF; }

#servicos {
    text-align: center;
    background: #511026;
    color: #FFF;
    padding: 30px 0;
    margin-top: 30px;
}

.servico {
    display: inline-block;
    width: 31%;
    margin: 0 1% 50px;
    text-align: center;
    vertical-align: top;
}

.servico-thumb img {
    max-height: 95%;
    width: auto;
}

.servico .servico-titulo {
    color: #FFF;
    font-size: 22px;
    text-transform: uppercase;
    height: 50px;
}

.servico-thumb {
    height: 230px;
}

#servicos p.lead {
    text-align: left;
    margin-left: 1%;
    font-size: 36px;
    font-weight: bold;
}

.beneficio {
    text-align: center;
    max-width: 200px;
    margin: 0 auto 30px;
}

div#orcamento h2 { color: #FFF; }
div#orcamento {
    background: #511026;
    margin-top: 50px;
    text-align: center;
    padding: 30px 0;
    color: #FFF;
}

.form-orcamento {
    max-width: 500px;
    margin: 50px auto 20px;
}

.form-orcamento .btn {
    color: #fff;
    border-color: #FFF;
    min-width: 150px;
}

/*contato*/

.page-template-page-contact .col-azul {
    min-height: 450px;
    margin-right: 40px;
}


/*posts*/

#index-header h1 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 48px;
}

.post {
    margin-bottom: 50px;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 50px;
}

.post .post-header-meta,
.post .post-header-meta a {
    color: #999;
    font-size: 12px;
}

.post .title h1 {
    font-size: 24px;
    margin: 10px 0;
}

.post-item .thumb {
    background: #f0f0f0;
}

.single-post header.page-title,
#blog header.page-title { background: #511026; margin-bottom: 50px; }
.single-post .page-title .header-title,
#blog header.page-title .header-title { color: #FFF; }

/*widgets*/
div#sidebar { margin-left: 30px; }
.widget { margin-bottom: 50px; }

h3.widgettitle {
    margin: 0 0 20px;
    padding: 2px 0 2px 10px;
    border-left: 10px solid #006935;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

h3.widgettitle:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: -10px;
    left: -10px;
}

#sidebar .widget a { color: #006935; }

#sidebar .widget ul {
    list-style: none;
    padding: 0;
}

#sidebar .widget_recent_entries span.post-date {
    color: #999;
    font-size: 13px;
}

#sidebar .widget_recent_entries a {
    display: block;
    margin-top: 15px;
    color: #000;
}

/***********************************
 * MEDIA QUERIES
***********************************/

@media( max-width: 1320px ) {
    .container-fluid.container-spaced { margin: 0 15px; }    
}

@media( max-width: 1024px ) {
    #main-nav .nav .menu-item a { font-size: 13px;     } 
}

@media( max-width: 990px ) {
    div#header-logo {
        float: left;
        position: relative;
        z-index: 2;
    }
}

@media( max-width: 768px ) {
    #main-menu .navbar-brand img {
        height: 36px !important;
        background: #FFF;
        padding: 3px;
        margin-left: -10px;
        margin-right: 10px;
        margin-top: -8px;
    }

    #header-top .col-md-4 > span { display: none; }

    img#img-destaque {
        max-width: 100%;
        margin-top: 50px;
    }

    .product-content iframe {
		max-width: 100%;
		height: auto;
	}

}

@media(max-width: 767px) {  
    #header { padding-top: 0; position: relative; }
     #main-menu .nav .menu-item a {
        border: 0;
        font-size: 16px;
        padding: 5px;
    }
    
    #main-menu .nav .menu-item { display: block; }

    .servico {
        width: 46%;
        margin: 0 1% 10px;
    }

    .servico-thumb { height: auto; }
    .servico .servico-titulo { font-size: 16px; }

    #footer .footer-right {
        border: 0;
        padding: 0;
        margin-top: 20px;
        text-align: center;
        font-size: 14px;
    }
}
