/*

Theme Name: Le Chodraui
Theme URI: http://wordpress.org/
Description: Tema criado por Alfaiataria Digital
Version: 2.0
Author: Alfaiataria Digital
Author URI: http://alfaiataria.net/
Tags: Le Chodraui
Text Domain: Le Chodraui

	Le Chodraui
	http://alfaiataria.net/

	This theme was designed and built by Alfaiataria Digital,
	whose blog you will find at http://alfaiataria.net/

	/* ==================== Css Geral ==================== */

* {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    color: #000;
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: justify;
}

html {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    background-color: #FFF;
}

a {
    cursor: pointer;
    text-decoration: none;
}

img {
    border: 0px;
    margin: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
}

p {
    color: #6F6F6F;
    line-height: 22px;
    margin: 10px 0 10px 0;
}

h1,
h2,
h3,
,
h4,
h4,
h6 {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

.customize-support #fundo-topo {
    top: 32px;
}

.customize-support #topo {
    margin: 100px auto 40px;
}

.customize-support .border-top {
    top: 61px;
}

img#wpstats {
    display: none
}

.fb_iframe_widget {
    vertical-align: top;
    margin-right: 10px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 0px;
    margin: 0px 0px 5px 5px;
    display: inline;
}

img.alignleft {
    padding: 0px;
    margin: 0px 5px 5px 0px;
    display: inline;
}

img.aligncenter {
    text-align: center;
    margin: auto !important;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.right {
    float: right;
}

.sticky {
    border: 1px dashed #F30;
}

.breadcrumb {
    width: 980px;
    display: table;
    margin: 0 auto 40px auto;
}

.breadcrumb li {
    float: left;
    padding: 10px 25px;
    border: 1px #000 solid;
    position: relative;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.breadcrumb li {
    background-color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.breadcrumb li:hover {
    background-color: #fff;
}

.breadcrumb li span {
    font-family: 'Lato', sans-serif;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.breadcrumb li:hover span {
    color: #000;
}

.breadcrumb li:last-child {
    background-color: #fff;
}

.breadcrumb li:last-child span {
    color: #000;
}

titulo h1 a,
.cat .nome a,
.contato h1,
.feed h1,
.about h1 {
    font-size: 17px !important;
    position: relative !important;
}

titulo h1 a:after,
.cat .nome a:after,
.contato h1:after,
.feed h1:after,
.about h1:after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #000000;
    border: 4px #ffffff solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: -30px;
    left: 0;
    margin: auto;
}

.cat .nome a:after {
    bottom: -45px;
}

.ads{
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 20px;
    overflow: hidden;
}