/*
Theme Name: I Bag You - 2018
Author: Luiz Reis - gCampaner
Author URI: http://www.gcampaner.com.br
Description:
Version: 1.0
*/

/*****==============
		BODY
==============*****/
* {
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	overflow-x: hidden ;
}
html.menu-active {
	overflow: hidden !important;
}

body {
	overflow-x: hidden;
	margin: 0;
    font-family: 'Lato', sans-serif;
}

body.admin-bar .navbar-fixed-top {
	top: 32px;
}

.container {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* CLEARFIX */
.group:before,
.group:after {
  content: "";
  display: table;
} 
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


/**** REDES SOCIAIS */
[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {   
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;
}

.icon-facebook:before { content: "\f103"; }
.icon-instagram:before { content: "\f102"; }
.icon-twitter:before { content: "\f10a"; }
.icon-google-plus:before { content: "\f101"; }
.icon-pinterest:before { content: "\f108"; }
.icon-youtube:before { content: "\f105"; }
.icon-linkedin:before { content: "\f104"; }
.icon-tumblr:before { content: "\f107"; }
.icon-spotify:before { content: "\f109"; }
.icon-soundcloud:before { content: "\f106"; }
.icon-comment:before { content: "\f100"; }

/***========================
	CONFIGURAÇÕES PADRÃO
========================***/
h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 22px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }

h1.attachment-title {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

/* ENTRY-CONTENT */
.entry-content,
.entry-content blockquote:before {
	color: #222;
}

/* TÍTULOS */
.entry-content h1,
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0 0 25px;
}

/* P, LI */
.entry-content p,
.entry-content li {
    font-size: 15px;
    line-height: 24px;
}
.entry-content p {
    margin: 0 0 20px;
}
.entry-content li {
	margin-bottom: 10px;
}

/* IMG */
.entry-content img {
	margin: 0 0 25px 0;
}
.alignleft, img.alignleft {
	margin-right: 25px;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 25px;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone, img.alignnone { }

/* WP-CAPTION */
.wp-caption {
	max-width: 100%;
    margin-bottom: 25px;
    padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 18px;
	font-size: 12px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

/* PRE */
.entry-content pre {
    font-family: monospace;
    background: transparent;
    border: none;
    padding: 0;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* LINK */
.entry-content p a {
    text-decoration: underline;
}
.entry-content p a:hover {
    text-decoration: none;
}

/* BLOCKQUOTE */
.entry-content blockquote {
    position: relative;
    padding: 15px 30px;
    font-style: italic;
}
.entry-content blockquote:before {
    content: '“';
    position: absolute;
    left: 0;
    top: 0;
    font: italic 300%/1 Cochin,Georgia,"Times New Roman", serif;
}
.entry-content blockquote p {
    margin: 0;
}

/* GALLERIA */
.entry-content .gallery-item img { border: 0 !important; }

.entry-content .gallery-item {
    margin: 0 !important;
}
.entry-content .gallery-item img {
    float: left;
    width: 100%;
    margin: 0;
}

.gallery-columns-1 .gallery-item { width: 100% !important; }
.gallery-columns-2 .gallery-item { width: 50% !important; }
.gallery-columns-3 .gallery-item { width: 33.33% !important; }
.gallery-columns-4 .gallery-item { width: 25% !important; }
.gallery-columns-5 .gallery-item { width: 20% !important; }
.gallery-columns-6 .gallery-item { width: 16.66% !important; }
.gallery-columns-7 .gallery-item { width: 14.28% !important; }
.gallery-columns-8 .gallery-item { width: 12.50% !important; }
.gallery-columns-9 .gallery-item { width: 11.11% !important; }


/* VIDEO RESPONSIVE */
.nosidebar .entry-content iframe {
    max-height: 640px;
}
.entry-content iframe {
    width: 100%;
    height: 54vw;
    max-height: 385px;
}


/***==================
		GRID
==================***/
.grid-1, .grid-12, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11 {
	float: left;
}

.grid-1 { width: 8.33333333%; }
.grid-2 { width: 16.66666667%; }
.grid-3 { width: 25%; }
.grid-4 { width: 33.33333333%; }
.grid-5 { width: 41.66666667%; }
.grid-6 { width: 50%; }
.grid-7 { width: 58.33333333%; }
.grid-8 { width: 66.66666667%; }
.grid-9 { width: 75%; }
.grid-10 { width: 83.33333333%; }
.grid-11 { width: 91.66666667%; }
.grid-12 { width: 100%; }


/***==================
		MENU
==================***/
.nav.navbar-nav {
	float: left;
	margin: 0;
	padding: 0;
	/*line-height: 50px;*/
}

ul#menu-principal {
	float: none;
	display: inline-block;
	padding: 5px 0;
	vertical-align: middle;
}

form#searchform-menu {
    margin: 15px 0;
}

.menu-item {
	position: relative;
	display: inline-block;
	list-style: none;
}
.menu-item a {
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
}

/*** SUB-MENU */
ul.sub-menu {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 220px;
	margin-top: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #F1F1F1;
	-webkit-box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
	-moz-box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
	box-shadow: 0 3px 2px 0px rgba(0,0,0,.05);
	z-index: 9;
}
ul.sub-menu .menu-item {
	width: 100%;
	transition: 0.3s;
}
.sub-menu .menu-item a {
	display: inline-block;
	width: 100%;
	padding: 15px;
	line-height: initial;
}

ul.sub-menu .menu-item:hover {
	background: #000;
}
ul.sub-menu .menu-item:hover > a {
	color: #FFF;
}

ul.sub-menu .sub-menu {
    left: 100%;
    top: -1px;
}

ul.sub-menu .menu-item-has-children:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 47.5%;
    width: 0px;
    height: 0px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: translate(0,-50%) rotate(-45deg);
    -webkit-transform: translate(0,-50%) rotate(-45deg);
    border-radius: 0 2px 1px 2px;
    transition: 0.3s;
}
ul.sub-menu .menu-item-has-children:hover:before {
	border-color: #FFF;
}


/*** SOCIAL-MENU */
#cont-menu .sociais {
	float: right;
	line-height: 29px;
}
#cont-menu .social-icon {
    display: inline-block;
    padding: 10px;
    margin: 0;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
}

#cont-menu [class^="icon-"]:before, #cont-menu [class*=" icon-"]:before,
#cont-menu [class^="icon-"]:after, #cont-menu [class*=" icon-"]:after {
    font-size: 13px;
}

/*** SEARCH MENU */
form#searchform-menu {
    float: right;
}
#campo-busca-menu {
    float: left;
    width: 80%;
}
#botao-busca-menu {
	float: right;
	width: 20%;
}


/**** MENU RESPONSIVO */

/*** CONTAINER GERAL */
#cont-geral {
	position: relative;
	top: 0;
	display: inline-block;
	width: 100%;
}

div#cont-menu {
    top: -175px;
    transition: 0.3s;
	z-index: 999;
}
.admin-bar div#cont-menu.navbar-fixed-top {
    top: 32px;
}
div#cont-menu.navbar-fixed-top {
    top: 0;
}

#cont-menu,
.wrapper-menu.menu-fixo {
	width: 100%;
	background-color: #FFF;
	border-color: #080808;
	box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
	-webkit-box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
	-moz-box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
}
#cont-menu,
.content-menu,
.wrapper-menu.menu-fixo, .logo-mobile {
	position: fixed;
	display: inline-block;
	/*height: 50px;*/
}
.content-menu, .logo-mobile {
	display: none !important;
}

/*** MENU HAMBURGUER */
#cont-menu .menu-anchor {
	position: relative;
	float: left;
	display: none;
	width: 35px;
	height: 25px;
	margin: 0;
	line-height: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}
#cont-menu .menu-anchor .icon-menu {
	display: inline-block;
	width: 100%;
	height: 3px;
	margin: 2.5px 0;
	background: #000;
    border-radius: 50px;
	transition: 0.3s;
}
#cont-menu .menu-active .icon-menu:first-child {
	transform: rotate(45deg) translate(6px, 6px);
	-webkit-transform: rotate(45deg) translate(6px, 6px);
	-moz-transform: rotate(45deg) translate(6px, 6px);
	-o-transform: rotate(45deg) translate(6px, 6px);
	-ms-transform: rotate(45deg) translate(6px, 6px);
}
#cont-menu .menu-active .icon-menu:nth-child(2) {
	opacity: 0;
}
#cont-menu .menu-active .icon-menu:last-child {
	transform: rotate(-45deg) translate(5.5px, -5px);
	-webkit-transform: rotate(-45deg) translate(5.5px, -5px);
	-moz-transform: rotate(-45deg) translate(5.5px, -5px);
	-o-transform: rotate(-45deg) translate(5.5px, -5px);
	-ms-transform: rotate(-45deg) translate(5.5px, -5px);
}


/** LOGO MOBILE */
.logo-mobile {
    position: initial;
    width: 220px !important;
    font-size: 0;
    vertical-align: middle;
}
.logo-mobile a {
    display: inline-block;
    width: 100%;
    height: 75px;
    background: url(/wp-content/themes/ibagyou-gc2018/images/logo-menu.png) no-repeat center;
}
.menu-active .logo-mobile {
    /*left: calc(50% + 300px);*/
}

.bg-menu-responsive {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	overflow: hidden;
	z-index: 998;
	
}


/***==================
		HEADER
==================***/
header#header {
    display: inline-block;
    /*width: calc(100vw - 15px);*/
    width: 100vw;
    max-width: initial;
    margin-bottom: 40px;
    padding: 0px;
    background: #fa6d41;
}
.home header#header {
	display: block;
    width: 100%;
	margin: 0;
	background: transparent;
}


/***==================
		LOGO
==================***/
.titulo-site {
    margin: 62.5px 0;
    text-align: center;
}
.titulo-site a {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 320px;
    z-index: 1;
}
.titulo-site a:before,
.titulo-site a:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 15vh;
    background: url(/wp-content/themes/ibagyou-gc2018/images/bg-slider.png) repeat;
	pointer-events: none;
	z-index: -1;
}

h3.titulo-site a:before,
h4.titulo-site a:before {
    right: 100%;
    bottom: 35%;
	background-position: top right;
}
h3.titulo-site a:after,
h4.titulo-site a:after {
    left: 100%;
    top: 65%;
	background-position: top left;
}
.logo-site a {
    font-size: 0;
}

/***==================
		SIDEBAR
==================***/
#main-container.sideright #posts,
#main-container.sideleft #sidebar {
	float: left;
}
#main-container.sideleft #posts {
	padding-left: 10%;
}
#main-container.sideleft #posts,
#main-container.sideright #sidebar {
	float: right;
}
#main-container.sideright #posts {
	padding-right: 10%;
}

#posts {
	width: calc(100% - 320px);
}

#sidebar {
	width: 320px;
}


/***==================
		SLIDE
==================***/
div#slide-destaque {
    position: relative;
    margin-bottom: 3em;
    padding-bottom: 1.5em;
}
div#slide-destaque:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 85%;
    background: #f6704f;
    transform: translate(-50%, 0);
}

.content-destaque {
    position: relative;
}
.content-destaque:before {
    content: '';
    position: absolute;
    right: -65px;
    bottom: -65px;
    width: calc(100% - 210px);
    height: 100%;
    background: url(/wp-content/themes/ibagyou-gc2018/images/bg-slider.png) repeat;
    background-position: bottom -10px right -7.5px;
    background-size: initial;
    z-index: -1;
}


#slide-destaque .img-post-thumbnail:before {
    padding-bottom: 41.75%;
}
div#slide-destaque .slick-list.draggable,
div#slide-destaque .item-destaque {
	overflow: initial;
}

/* SLIDE COM 3 POSTS */
div#slide-destaque.destaque-3 .entry-info {
    width: 70%;
}
#slide-destaque.destaque-3 .img-post-thumbnail:before {
    padding-bottom: 75%;
}

/*** SLIDE TÍTULO */
#slide-destaque .entry-title {
    position: absolute;
    top: 50%;
    left: -50px;
    max-width: 500px;
    margin: 0;
    font-family: 'Abril Fatface', cursive;
    transform: translate(0,-50%);
}
#slide-destaque .entry-title a {
    font-size: 3em;
    font-weight: 500;
    color: #fff;
    line-height: initial;
    letter-spacing: 2.25px;
    text-transform: lowercase;
    background: #f86f48;
    box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
    -webkit-box-shadow: -3px 5px 7px 0 rgba(22, 22, 22, 0.3);
    -moz-box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
    transition: 0.3s;
}
#slide-destaque .entry-title span {
    padding: 0 15px;
}

a.botao-destaque {
    display: inline-block;
    width: 100%;
    max-width: 240px;
    margin: 20px 0;
    padding: 12px;
    font-weight: 300;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #FFF;
    transition: 0.3s;
}
a.botao-destaque:hover {
    color: #f86f48;
    background: #FFF;
}


/*** DOTS */
#cont-geral ul.slick-dots {
	bottom: 10px;
}

#cont-geral .slick-dots li {
    width: auto;
    height: auto;
}
#cont-geral .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
}
#cont-geral .slick-dots li.slick-active button {
	background: #FFF;
}

#cont-geral .slick-dots li button:before {
	content: none;
	font-size: 14px;
}
#cont-geral .slick-dots li.slick-active button:before {
    color: #FFF;
    opacity: 1;
}


/***==================
	LISTAGEM 
==================***/
article.post {
	overflow: hidden;
    margin-bottom: 100px;
}
article.has-post-thumbnail .entry-content {
	margin-top: 25px;
}

header.entry-header {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}

h2.entry-title {
    margin: 15px 0;
    font-family: 'Abril Fatface', cursive;
    font-size: 2em;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    transition: 0.3s;
}
h2.entry-title a {
	color: #000;
	transition: 0.3s;
}
h2.entry-title a:hover {
	opacity: 0.5;
}

.entry-share {
    margin-top: 20px;
    padding-bottom: 5px;
    text-align: right;
    border-bottom: 1px solid #e9e9e9;
}
.entry-share .social-icon i:before {
    font-size: 14px;
}
.entry-share .social-icon:hover {
    color: #fa6d41;
}


/***==================
	POST THUMBNAIL
==================***/
a.img-post-thumbnail,
a.img-perfil-thumbnail, a.img-author-thumbnail {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	transition: 0.5s;
}
.img-post-thumbnail:before,
.img-perfil-thumbnail:before, a.img-author-thumbnail {
	content: '';
	display: inline-block;
	padding-bottom: 50%;
}
.img-perfil-thumbnail:before, a.img-author-thumbnail {
	padding-bottom: 100%;
}

.content-thumbnail {
	overflow: hidden;
}

.content-thumbnail:hover .img-post-thumbnail {
    transform: scale(1.1);
}

/***==================
	POST CATEGORY
==================***/
.post-category a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 9px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    transition: 0.3s;
}
.post-category a:hover {
    background-color: #000;
    color: #fff;
}


/***==================
	POST DATE
==================***/
.post-date {
    display: block;
    font-size: 10px;
    font-weight: 500;
    color: #888;
    letter-spacing: 1px;
}


/***==================
	ENTRY-MORE
==================***/
.entry-more {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.entry-more a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #f86f48;
    border: 1px solid #f86f48;
    transition: 0.3s;
}

/***======================
		PAGINATION
======================***/
div#pagination a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
	transition: 0.3s;
}
div#pagination a:hover {
    color: #f86f49;
}
div#pagination a:first-child {
    float: left;
}
div#pagination a:last-child {
    float: right;
}


/***======================
		SINGLE
======================***/
#single-pagination, #author-details {
	margin: 50px 0 0;
}
.single article.post {
    margin: 0;
}

.single a.img-post-thumbnail {
    pointer-events: none;
}

h1.entry-title {
    margin: 15px 0;
    font-family: 'Abril Fatface', cursive;
    font-size: 2.5em;
    font-weight: 500;
    color: #000;
    letter-spacing: 2.25px;
    transition: 0.3s;
}

/** DETALHES DO AUTOR */
div#author-details {
    display: inline-block;
    width: 100%;
    padding: 3%;
    border: 1px solid #e1e1e1;
}

.author-thumb,
.author-info {
    display: inline-block;
    vertical-align: middle;
}
.author-thumb {
    width: 20%;
}

.author-info {
    width: 80%;
    padding-left: 3%;
}

.author-info h4 {
	margin: 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s;
}
.author-info h4 a {
	color: #000;
	transition: 0.3s;
}
.author-info h4 a:hover {
	opacity: 0.5;
}

.author-info p {
    margin: 0;
}
.social-author {
    display: inline-block;
    margin: 5px 0 0 -12.5px;
}

.social-author [class^="icon-"]:before,
.social-author [class*=" icon-"]:before, .social-author [class^="icon-"]:after, .social-author [class*=" icon-"]:after {
    font-size: 13px;
}
.social-author .social-icon:hover {
    color: #000;
}


/***======================
		POST TAG
======================***/
.single .post-tag {
    margin-top: 50px;
}
.post-tag a {
    display: inline-block;
    margin: 0 2.5px;
    padding: 7px 12px;
    font-size: 10px;
    font-weight: 600;
    color: #666;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    background: #e1e1e1;
    border-radius: 2px;
    transition: 0.3s;
}


/***======================
	SINGLE PAGINATION
======================***/
div#single-pagination {
	display: inline-block;
	width: 100%;
}

.next-post,
.prev-post {
	width: 45%;
	max-width: 300px;
}
.prev-post {
	float: left;	
	text-align: left;
	padding-right: 5%;
}
.next-post {
	float: right;
	text-align: right;
	padding-left: 5%;
}

div#single-pagination h5 {
    margin: 0;
    font-family: 'Abril Fatface', cursive;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s;
    color: #000;
}
div#single-pagination .prev-post:hover h5,
div#single-pagination .next-post:hover h5 {
    opacity: 0.5;
}

div#single-pagination span {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fa6d41;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/***======================
		COMMENTS
======================***/
div#comments,
div#posts-related {
    display: inline-block;
    width: 100%;
    padding-top: 100px;
}

p.comment-form-comment, 
p.comment-form-author, p.comment-form-email, p.comment-form-url, p.form-submit {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}

#respond label {
	display: inline-block;
    width: 80px;
	margin-bottom: 5px;
    color: #B5B5B5;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

textarea#comment {
	float: left;
    width: 100% !important;
    padding: 5px 10px;
    font-size: 13px;
    color: #444;
    line-height: 20px;
    border: 1px solid #e1e1e1;
}

#respond input {
    width: calc(100% - 85px);
    padding: 6px 10px;
    font-size: 13px;
    color: #444;
    border: 1px solid #e1e1e1;
}

#respond input#submit {
    float: right;
	width: auto;
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #FFF;
    border: 1px solid #e1e1e1;
    transition: 0.3s;
    cursor: pointer;
}

/*** */
#comments ol.comment-list {
    display: inline-block;
    width: 100%;
    padding: 0;
    list-style: none;
}
#comments .comment.depth-1 {
    margin-bottom: 20px;
}
#comments .comment-body {
	margin-bottom: 10px;
}
#comments .comment .comment-body {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}
ul.children {
    list-style: none;
    padding-left: 30px;
}

#comments .comment-header {
	position: relative;
    display: inline-block;
	width: 100%;
}
#comments .reply-comment {
    position: absolute;
    right: 0;
    top: 50%;
	font-size: 11.1px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: translate(0,-50%);
}
#comments .reply-comment a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    transition: 0.3s;
}

#comments .comment-thumb,
#comments .comment-info {
    display: inline-block;
    vertical-align: middle;
}

#comments .comment-thumb img {
    border-radius: 50%;
}

#comments .comment-info {
    padding-left: 10px;
}
#comments .comment-name,
#comments .comment-date {
	display: inline-block;
    font-size: 12px;
}
#comments .comment-name {
    width: 100%;
	margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#comments .comment-date {
    font-style: italic;
    color: #999;
	letter-spacing: 0.5px;
}

#comments .comment-content p {
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 20px;
}

/***======================
		RELATED POSTS
======================***/
h4.related-title,
h4.comments-title, h3.comment-reply-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 12px 14px;
    font-family: 'Abril Fatface', cursive;
    font-size: 1.25em;
    font-weight: 600;
    color: #222;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #e9e9e9;
}

#posts-related .post {
    position: relative;
    float: left;
    width: 48%;
	margin-bottom: 4%;
	background: #000;
}
#posts-related .post:nth-child(even) {
    margin-left: 2%;
}
#posts-related .post:nth-child(odd) {
    margin-right: 2%;
}

#posts-related .entry-header {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85%;
    margin: 0;
    transform: translate(-50%,-50%);
}
#posts-related h2.entry-title {
	margin: 0;
    font-size: 20px;
	text-shadow: 0px 0px 3px #555;
}
#posts-related h2.entry-title a {
    color: #FFF;
	opacity: 1 !important;
}

#posts-related a.img-post-thumbnail {
    opacity: 0.8;
}
#posts-related .img-post-thumbnail:before {
    padding-bottom: 65%;
}


/***======================
		PAGES
======================***/
.header-page {
    position: relative;
	display: inline-block;
    width: 100%;
	margin-bottom: 70px;
	padding: 0 0 50px;
	text-align: center;
}
.header-page:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: calc(100% - 8px);
    left: 50%;
    top: 50%;
    border-bottom: 4px double #F1F1F1;
    transform: translate(-50%,-50%);
}

.header-page span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    letter-spacing: 1px;
}

.header-page h4 {
    margin: 0;
    font-family: 'Abril Fatface', cursive;
    font-size: 2.875em;
    font-weight: 500;
    color: #fc6b38;
    letter-spacing: 2.25px;
    text-transform: lowercase;
    transition: 0.3s;
}


/***======================
		PAGE 404
======================***/
.content-etapas {
    text-align: center;
}
.content-etapas article {
    display: inline-block;
    width: calc(25% - 4px);
    padding: 0 15px;
    vertical-align: top;
}

.content-etapas a.img-post-thumbnail {
	max-width: 200px;
    background-size: initial;
}
.content-etapas article .img-post-thumbnail:before {
	padding-bottom: 100%;
}
.content-etapas h2.entry-title {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}


/***======================
		PAGE 404
======================***/
#main-container #posts.not-found {
    width: 100%;
    padding: 0;
    text-align: center;
}

form#searchform-404 {
    display: block;
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
}
input#campo-busca-404 {
    float: left;
    width: 75%;
    padding: 8.5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-right: 0;
}
input#botao-busca-404 {
    float: right;
    width: 25%;
    padding: 10.5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    transition: 0.3s;
	cursor: pointer;
}


/***======================
		WIDGETS
======================***/
.widget {
	margin-bottom: 60px;
}
.widget:last-child {
	margin-bottom: 0;
}

.widget-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 0;
    font-family: 'Abril Fatface', cursive;
    font-size: 1.25em;
    font-weight: 600;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #e9e9e9;
}

.widget-title a {
	color: #222;
	transition: 0.3s;
}
.widget-title a:hover {
	opacity: 0.5;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul li {
    display: inline-block;
    width: 100%;
    padding: 12.5px 0;
    font-size: 1.25em;
    border-bottom: 1px solid #e9e9e9;
}
.widget ul li.cat-item-1 {
    display: none;
}
.widget ul li:last-child,
.widget ul li.cat-item:nth-last-child(2) {
	border: none;
}

.widget ul li a {
	transition: 0.3s
}
.widget ul li a:hover {
    opacity: 0.5;
}


/***==================
	   PERFIL
==================***/
section#perfil h4.widget-title.line-top {
    margin-bottom: 12px;
    text-align: center;
}
.box-desc-perfil {
    text-align: justify;
}

/***==================
	   SEARCH
==================***/
form#searchform-widget {
    display: inline-block;
    width: 100%;
}
form#searchform-widget #campo-busca-widget {
    float: left;
    width: calc(100% - 50px);
    font-size: 1em;
    padding: 10px;
    line-height: 26px;
}
form#searchform-widget #botao-busca-widget {
    float: right;
    width: 50px;
    height: 50px;
    background: #fa6d41 url(/wp-content/themes/ibagyou-gc2018/images/icon-search.png) no-repeat center;
    background-size: 25px;
    border: 1px solid #fc6b38;
	cursor: pointer;
	transition: 0.3s;
}
form#searchform-widget #botao-busca-widget:hover {
    background-color: #000;
    border-color: #000;
}


/***==================
	   INSTAGRAM
==================***/
#instagram .instagram-pic {
	float: left;
	padding: 2px;
}
#instagram .instagram-pic img {
    display: block;
}

/*** 4 IMAGES */
#instagram.images-4 .instagram-pic {
	width: 50%;
}

/*** 6 IMAGES */
#instagram.images-6 .instagram-pic {
    width: 33.3%;
}


#cont-geral #instagram ul.slick-dots {
    bottom: -20px;
}
#cont-geral #instagram .slick-dots li.slick-active button {
    background: #e1e1e1;
}
#cont-geral #instagram .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 4px;
	border: 2px solid #e1e1e1;
}


/***==================
	REDES SOCIAIS
==================***/
#redes-sociais .sociais {
    text-align: center;
}
.social-icon {
    display: inline-block;
    padding: 8px 10px;
	transition: 0.3s;
}
.social-icon i:before {
    font-size: 18px;
}


/***==================
	   DESTACADOS
==================***/
#posts-destacados .post {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}
#posts-destacados .post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#posts-destacados a.img-post-thumbnail {
    width: calc(36% - 4px);
    margin-right: 4%;
    vertical-align: middle;
}
#posts-destacados .content-info {
    width: calc(60% - 4px);
    display: inline-block;
    vertical-align: middle;
}

#posts-destacados .post-category a {
	margin-left: 5px;
	padding: 0;
	font-size: 9px;
	letter-spacing: 1px;
    border: none;
}
#posts-destacados .post-category a:first-child {
	margin-left: 0;
}

#posts-destacados .post-category a:hover {
	color: #bb992e !important;
    background: transparent !important;
	text-decoration: underline !important;
}

#posts-destacados .entry-title {
    margin: 10px 0;
    font-size: 15px;
}


/***==================
	   MAILCHIMP
==================***/
.content-mailchimp {
    padding: 0 7.5%;
}
.cont-descricao p {
	line-height: 24px;
	font-weight: 300;
	text-align: center;
}

.cont-cadastro input {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	padding: 7px 10px;
	font-size: 12px;
    color: #777;
    letter-spacing: 0.5px;
	border: 1px solid #e1e1e1;
}

.cont-cadastro input::-webkit-input-placeholder {
	color: #777;
}

input#botao-enviar {
	display: block;
    width: auto;
    margin: 0px auto 0;
    padding: 10px 35px;
    font-size: 10px;
    font-weight: 600;
    color: #222;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #FFF;
    border: 1px solid #e1e1e1;
    transition: 0.3s;
    cursor: pointer;
}
input#botao-enviar:hover {
	background-color: #bb992e;
	border-color: #bb992e;
	color: #fff;
}


/***======================
		FOOTER
======================***/
footer#footer {
    position: relative;
    margin-top: 100px;
    padding-top: 70px;
}
footer#footer:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 50%;
    background: #f86f48;
    transform: translate(-50%,-50%);
    z-index: -1;
}

#sidebar.sidebar-footer {
	width: 100%;
}

aside#sidebar.sidebar-footer .widget {
	float: left;
}

/** SIDEBAR COM 1 WIDGET */
aside#sidebar.widgets-1 .widget {
    width: 100%;
}

/** SIDEBAR COM 3 WIDGETS */
aside#sidebar.widgets-3 .widget {
	width: 31.66%;
}
aside#sidebar.widgets-3 .widget:nth-child(2) {
    margin: 0 2.5%;
}

/***==================
	INSTAGRAM FOOTER
==================***/
/*** 4 IMAGES */
.sidebar-footer.widgets-1 #instagram.images-4 .instagram-pic {
	width: 25%;
}
.sidebar-footer #instagram.images-4 .instagram-pic {
	width: 50%;
}

/*** 6 ou 9 IMAGES */
.sidebar-footer.widgets-1  #instagram.images-6 .instagram-pic {
    width: 16.66%;
}
.sidebar-footer #instagram.images-6 .instagram-pic {
    width: 33.33%;
}


/***==================
		MENU FOOTER
==================***/
ul#menu-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
ul#menu-footer .menu-item {
	vertical-align: middle;
}
ul#menu-footer .menu-item a {
	color: #FFF;
}
ul#menu-footer .menu-footer a {
    margin: 0 30px;
    padding: 27.5px 110px;
    font-size: 0;
    background: url(/wp-content/themes/ibagyou-gc2018/images/logo-footer.png) no-repeat center;
    background-size: contain;
}
ul#menu-footer .menu-item a:hover {
    opacity: 0.5;
}

/***==================
		COPYRIGHT
==================***/
#copyright {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
	font-size: 14px;
    text-align: center;
}
div#copyright a {
    display: inline-block;
    margin: 25px 0 15px;
}





/***=====================================
				RESPONSIVE
=====================================***/

/***=================
		MIN-WIDTH
	=================*/
@media (min-width:1186px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width:986px) {
	#cont-geral,
	.content-menu {
		left: 0 !important
	}
	
	input#campo-busca-menu,
	input#botao-busca-menu {
		padding: 10px;
		transform: translate(0,-50%);
	}
	input#campo-busca-menu {
		border: 1px solid #e1e1e1;
	}
	input#botao-busca-menu {
		background: #FFF;
		border: 1px solid #e1e1e1;
		border-left: 0;
		cursor: pointer;
	}
	
	
	/**** BUTTON-SEARCH */
	div#button-search {
		position: relative;
		display: inline-block;
		width: 35px;
		height: 35px;
		margin: 0 22.5px;
		vertical-align: middle;
		cursor: pointer;
	}
	div#button-search:before {
		content: '';
		position: absolute;
		left: 9px;	
		top: 7px;
		width: 10px;
		height: 10px;
		border: 2px solid #000;
		border-radius: 50%;
		transition: 0.3s;
	}
	div#button-search:after {
		content: '';
		position: absolute;
		right: 10px;
		bottom: 8px;
		width: 3px;
		height: 10px;
		background: #000;
		transform: rotate(-45deg);
		transition: 0.3s;
		border-radius: 2px;
	}
	
	.search-active #button-search:before,
	.search-active #button-search:after {
		width: 25px;
		height: 3px;
		border: 0;
		background: #000;
		border-radius: 2px;
	}
	.search-active #button-search:before {
		-ms-transform: rotate(-45deg) translate(-7.5px, 2.5px);
		-webkit-transform: rotate(-45deg) translate(-7.5px, 2.5px);
		transform: rotate(-45deg) translate(-7.5px, 2.5px);
	}
	.search-active #button-search:after {
		-ms-transform: rotate(45deg) translate(-3.5px, -10.5px);
		-webkit-transform: rotate(45deg) translate(-3.5px, -10.5px);
		transform: rotate(45deg) translate(-3.5px, -10.5px);
	}
	
	
	/*** SEARCHFORM */
	nav#main-menu {
		position: relative;
		left: initial !important;
    	text-align: center;
	}
	form#searchform-menu {
		position: absolute;
		top: 50px;
		width: 100%;
		height: 0;
		margin: 0;
		padding-right: 40px !important;
		padding-left: 40px !important;
		background-color: #FFF;
		*border-top: 1px solid #eee;
		box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
		-webkit-box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
		-moz-box-shadow: 0px 5px 8px 0 rgba(22,22,22,0.08);
		overflow: hidden;
		z-index: 100;
	}
	form#searchform-menu:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		border-top: 1px solid #eee;
		width: 100%;
	}
	
	/*** MENU */
	ul#menu-principal .menu-item {
		margin: 0 10px;
	}
	.menu-item a {
		padding: 10px 15px;
		font-size: 0.885em;
		color: #000;
		letter-spacing: 1.25px;
		text-decoration: none;
		text-transform: uppercase;
	}
	.menu-item a:hover,
	.menu-item.current-menu-item a {
		color: #fa6d41;
	}
	
	.logo-menu.menu-item a {
		display: inline-block;
		margin-right: 10px;
		padding: 20px 75px;
		font-size: 0;
		line-height: initial;
		background: url(/wp-content/themes/ibagyou-gc2018/images/logo-menu.png) no-repeat center;
		background-size: contain;
		vertical-align: middle;
	}
	
}


/***=================
		MAX-WIDTH
	=================*/
@media (max-width:1265px) {
	.container {
		max-width: 1090px;	
	}
	
}

@media (max-width:1185px) {
	.container {
		max-width: 970px;	
	}
	
	.logo-menu.menu-item a {
		padding: 20px 90px;
		background-size: contain;
	}

	
	/*** SLIDE */
	.entry-info {
		width: 60%;
		padding: 5%;
	}
}

@media (max-width:1060px) {
	.container {
		max-width: 895px;	
	}
	
	ul#menu-principal .menu-item {
		margin: 0 5px;
	}
}

@media (max-width:985px) {
	
	.content-menu, .logo-mobile {
		display: inline-block !important;
	}

	.container {
		max-width: 750px;	
	}
	
	#cont-menu,
	.content-menu, .wrapper-menu.menu-fixo, .logo-mobile {
		height: 75px;
	}
	
	.logo-menu.menu-item {
		display: none;
	}
	
	/*** MENU HAMBURGUER */
	.content-menu, .logo-mobile { display: inline-block; }
	#cont-menu .menu-anchor {
		display: inline-block;
		top: 50%;
		transform: translate(0,-50%);
	}
	
	#cont-menu .container {
		padding: 0 !important;
	}
	#cont-menu .content-menu {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
		text-align: center;
	}
	
	.admin-bar #cont-menu nav#main-menu {
		height: calc(100vh - 32px);
	}

	#cont-menu #main-menu {
		position: absolute;
		top: 0;
		left: -100%;
		width: 300px;
		height: 100vh;
		*height: calc(100vh - 46px);
		margin: 0;
		padding-left: 0;
		background: #f7f7f7;
		border-right: 1px solid #e9e9e9;
		-webkit-box-shadow: inset -3px 0px 10px -3px rgb(0, 0, 0);
		-moz-box-shadow: inset -3px 0px 10px -3px rgb(0, 0, 0);
		box-shadow: inset -3px 0px 10px -3px rgb(0, 0, 0);
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: 2;
	}
	
	#cont-menu #main-menu .navbar-nav {
		display: inline-block;
		width: 100%;
		min-width: 0;
		margin: 0;
		padding: 0;
	}
	
	#main-menu .menu-item {
		width: 100%;
		margin: 0;
		line-height: 32px;
	}
	#main-menu .menu-item a {
		display: inline-block;
		width: 100%;
		padding: 15px 20px;
		font-size: 1em;
		font-weight: 700;
		color: #fa6d41;
		letter-spacing: 1px;
		border-bottom: 1px solid #e9e9e9;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	}
	#main-menu .menu-item a:hover,
	#main-menu .menu-item.current-menu-item a {
		color: #FFF;
		background: #fa6d41;
	}
	nav#main-menu ul#menu-principal .menu-item {
		margin: 0;
	}
	
	/*** SUB MENU */
	#main-menu ul.sub-menu {
		position: initial;
		display: inline-block !important;
		width: 100%;
		background: transparent;
		border: none;
		opacity: 1 !important;
	}
	#main-menu .sub-menu .menu-item a {
		padding: 25px 40px;
		font-size: 11px;
	}
	
	#main-menu .sub-menu .sub-menu .menu-item a {
		padding: 25px 40px 25px 60px;
	}
	
	ul.sub-menu .menu-item-has-children:before {
		content: none;	
	}
	
	ul.sub-menu .menu-item:hover {
		background: transparent;
	}
		
	#main-menu .sociais {
		width: 100%;
		padding: 20px 7px;
	}
	#cont-menu #main-menu .social-icon {
		float: left;
		padding: 10px 20px;
		color: #FFF;
	}
	#cont-menu #main-menu .social-icon:hover {
		background: #4e4e4e;
	}
	#cont-menu #main-menu .social-icon i:before {
		font-size: 14px;
	}
	
	/*** SEARCH MOBILE */
	#main-menu input#campo-busca-menu {
		width: 85%;
		height: 45px;
		padding: 15px 15px;
		font-size: 0.9em;
		border: 1px solid #e9e9e9;
	}
	input#botao-busca-menu {
		display: inline-block;
		width: 15%;
		height: 45px;
		font-size: 0;
		background: #fa6d41 url(/wp-content/themes/ibagyou-gc2018/images/icon-search.png) no-repeat center;
		background-size: 25px;
		border: 1px solid #fc6b38;
		cursor: pointer;
		transition: 0.3s;
	}

	
	#cont-menu #main-menu .navbar-nav .dropdown-menu li a {
		width: 300px;
		min-width: 0;
		white-space: normal;
	}
	#cont-menu {
		border-top: 0
	}
	#cont-menu.navbar-inverse #main-menu {
		background: #FFF;
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#cont-menu #navbar-height-col {
		position: fixed;
		top: 0;
		left: -300px;
		width: 300px;
		height: 100vh;
		background: #eee;
	}
	#cont-menu.navbar-inverse #navbar-height-col {
		background: #333;
		border: 0;
		z-index: 1;
	}
	#cont-menu .navbar-form {
		width: 100%;
		margin: 8px 0;
		text-align: center;
		overflow: hidden;
		/*fast clearfixer*/
	}
	#cont-menu .navbar-form .form-control {
		text-align: center
	}
	#cont-menu .navbar-form .btn {
		width: 100%
	}
	
	form#searchform-menu {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 15px 15px;
		border-bottom: 1px solid #e9e9e9;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	}
	
	
	/*** MAIN CONTAINER */
	#main-container.group div#posts,
	#main-container.group aside#sidebar {
		width: 100%;
		padding: 0;
	}
	
	#main-container.group aside#sidebar.sidebar {
		position: relative;
		margin-top: 100px;
		padding-top: 70px;
	}
	#main-container.group aside#sidebar:before {
		content: '';
		position: absolute;
		width: 100vw;
		height: calc(100% - 4px);
		left: 50%;
		top: 50%;
		border-top: 1px solid #e9e9e9;
		transform: translate(-50%,-50%);
		z-index: -1;
	}
	
	
	/* PERFIL */
	.content-perfil,
	a.img-perfil-thumbnail {
		display: inline-block;
		width: calc(50% - 4px);
		vertical-align: middle;
	}
	
	.content-perfil {
		padding-left: 20px;
	}
	
	
	/** COMO FUNCIONA */
	.content-etapas article {
		width: calc(50% - 4px);
	}
	
	/*** FOOTER */
	aside#sidebar.sidebar-footer .widget {
		width: 100%;
		margin: 0 0 60px !important;
	}
}

@media (max-width:840px) {
	#slide-destaque .entry-title {
		position: initial;
    	max-width: 100%;
		transform: translate(0);
	}
	#slide-destaque .entry-title a {
		display: inline-block;
		width: 100%;
		box-shadow: none;
		font-size: 2.65em;
		text-align: center;
	}
	#slide-destaque .entry-title span {
		padding: 0;
	}
	.content-destaque:before {
		top: calc(100% + 12.5px);
		right: 0;
		height: 60px;
		width: calc(100% - 255px);
		background-position: initial;
	}
	a.botao-destaque {
		font-weight: 700;
	}
}

@media (max-width:782px) {
	.admin-bar div#cont-menu.navbar-fixed-top {
		top: 46px;
	}
}

@media (max-width:767px) {
	div#slide-destaque.destaque-3 {
		padding: 0 15px;
	}
	#cont-geral ul.slick-dots {
		width: calc(100% - 30px);
	}
	
	#slide-destaque.destaque-3 .img-post-thumbnail:before {
		padding-bottom: 60%;
	}
	
	.titulo-site {
		margin: 62.5px 0 57.5px;
		text-align: center;
	}
}

@media (max-width:750px) {
	
	/*** SLIDE */
	.entry-info {
		width: 80%;
		padding: 5%;
		transform: translate(-50%,-55%);
	}
	
	#slide-destaque .entry-title {
		margin: 15px 0;
	}
	#slide-destaque .entry-title a {
		font-size: 2em;
    	letter-spacing: 0;
	}
	
	#slide-destaque .img-post-thumbnail:before {
		padding-bottom: 60%;
	}
	
	#slide-destaque .img-post-thumbnail {
		background-position: center right;
	}
	#slide-destaque .content-destaque:before {
		content: none;	
	}
	
	a.botao-destaque {
		display: block;
		font-weight: 700;
		margin: 0 auto;
	}
	
	/*** RELATED POSTS */
	#posts-related h2.entry-title {
		font-size: 18px;
	}
	
	/*** MENU-FOOTER */
	ul#menu-footer {
		float: none;
		display: block;
		max-width: 280px;
		margin: 0 auto;
	}
	ul#menu-footer .menu-item {
		width: 100%;
    	line-height: 5em;
	}
	ul#menu-footer .menu-item a {
		text-decoration: underline; 
	}
	
	footer#footer {
		margin-top: 50px;
		padding-top: 40px;
	}
	
}

@media (max-width:600px) {
	/*** MENU FIXO */
	.admin-bar div#cont-menu.navbar-fixed-top {
		top: 0;
	}
	
	.wrapper-menu.menu-fixo {
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #222;
		border-color: #080808;
	}
	
	/*** AUTHOR POST */
	.author-thumb {
		width: 40%;
	}
	.author-info {
		width: 60%;
	}
	
	/** PERFIL */
	.content-perfil, a.img-perfil-thumbnail {
		width: 100%;
		padding: 0;
	}
	
	
	.titulo-site a:before, .titulo-site a:after {
		content: none;
	}
}

@media (max-width:460px) {
	#slide-destaque .img-post-thumbnail:before {
		padding-bottom: 75%;
	}
	
	/** COMENTÁRIOS */
	#comments .comment-info {
		width: 100%;
		padding: 10px 0 5px;
	}
	#comments .reply-comment {
		top: 30px;
	}
	
	/** RELATED POSTS */
	#posts-related .content-related .post {
		width: 100%;
		margin: 0 0 20px;
	}
	
	
	/*** ATUHOR POST */
	.author-thumb,
	.author-info {
		width: 100%;
	}
	.author-info {
		padding: 15px 0 0;
	}
	
	.entry-content blockquote {
		margin: 15px;
	}
	
	.content-etapas article {
		width: 100%;
	}

}

