/*
Theme Name: Tema Padrão 2017
Author: Luiz Reis - gCampaner
Author URI: http://www.gcampaner.com.br
Description: Tema padrão
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: 'Raleway', sans-serif;
}

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

.container {
    display: block;
    width: 100%;
    max-width: 970px;
    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; }

/* ENTRY-CONTENT */
.entry-content,
.entry-content blockquote:before {
    font-family: 'Lato', sans-serif;
	color: #222;
}

.entry-content ul ul,
.entry-content ol ol {
	margin: 10px 0;
}

/* 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: 18px;
}
.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; }
#gallery-6 .gallery-item { width: 16.66% !important; }
#gallery-7 .gallery-item { width: 14.28% !important; }
#gallery-8 .gallery-item { width: 12.50% !important; }
#gallery-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;
}

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

#cont-menu {
	top: 0;
	width: 100%;
	height: 50px;
	transition: top 0.2s ease-in-out;
}

#cont-menu.nav-up {
	top: -50px;
}

.admin-bar #cont-menu,
.admin-bar div#cont-menu.nav-up.nav-visible {
    top: -18px;
}

.admin-bar #cont-menu.nav-down.nav-visible {
    top: 32px;
}

#cont-menu,
div#cont-menu.nav-up.nav-visible {
	top: -50px;
}
#cont-menu.nav-down.nav-visible {
    top: 0px;
}
	
.menu-item {
	position: relative;
	display: inline-block;
	list-style: none;
}
.menu-item a {
    padding: 10px 15px;
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.25px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
}

/*** SUB-MENU */
ul.sub-menu {
	display: none;
	position: absolute;
	top: 51px;
	left: 0;
	width: 220px;
	margin-top: 0;
	padding: 0;
	background-color: #b90413;
	-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 > 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;
}


/**** MENU RESPONSIVO */

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

div#cont-menu {
	z-index: 999;
}
#cont-menu,
.wrapper-menu.menu-fixo {
	width: 100%;
	background-color: #b90413;
	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 {
	position: relative;
	display: inline-block;
	height: 50px;
}
.content-menu {
	display: none;
}

/*** 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;
	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);
}

.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 {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
header#header:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
	display: inline-block;
    width: 100vw;
    height: 100%;
    background: #ba0612;
    transform: translate(-50%,-50%);
	z-index: -1;
}

/***==================
		LOGO
==================***/
.titulo-site {
    display: inline-block;
    margin: 0;
	margin-right: 5%;
    padding: 20px 0;
    text-align: center;
    vertical-align: middle;
}
.titulo-site a {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 512px;
}
.logo-site a {
    font-size: 0;
}

/***==================
	SEARCH HEADER
==================***/
.content-search {
    display: inline-block;
	margin-left: 5%;
    vertical-align: middle;
}

form#searchform-menu {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 0;
	margin-left: 20px;
    border: 2px solid #FFF;
    border-radius: 15px;
}

/*** SEARCH MENU */
#campo-busca-menu {
    display: inline-block;
    width: 100%;
	padding: 4px;
	padding-left: 30px;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    border: none;
    color: #FFF;
    vertical-align: middle;
}
#campo-busca-menu::-webkit-input-placeholder {
	color: #FFF;
}
#botao-busca-menu {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 40px;
    font-size: 0;
    border: none;
    border-radius: 15px 15px 30px 30px;
    background: url(/wp-content/themes/cuidebem-gc2017/images/icon-search.png) no-repeat center;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

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

#posts {
	width: 65%;
}

#sidebar {
	width: 30%;
}
.content-exames .entry-more .button-hover {
    display: none;
}

.content-exames .entry-title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
	margin: 15px 0;
}
	.content-exames .entry-title:last-child {
		border: none !important;
		padding-bottom: 0;
	}

/***==================
		SLIDE
==================***/
div#slide-destaque {
    margin-bottom: 50px;
}
.content-destaque {
    position: relative;
}
.entry-info {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40%;
    transform: translate(0,-50%);
    text-align: center;
    background: #FFF;
	padding: 2% 3.5%;
}

.entry-info:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 38px;
	height: 35px;
	background: url(/wp-content/themes/cuidebem-gc2017/images/icon-hearth.png) no-repeat center;
	border-radius: 0 10px 25px 0;
	transform: translate(50%,-50%)
}

#slide-destaque .img-post-thumbnail:before {
    padding-bottom: 36%;
}

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

/* 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 h2.entry-title {
	margin: 0;
    text-align: left;
}

#slide-destaque h2.entry-title a:hover {
	opacity: 1;
}

/*** SLIDE CATEGORY */
#slide-destaque .post-category a {
	margin-left: 5px;
	padding: 0;
    font-size: 12px;
	border: none;
}
#slide-destaque .post-category a:first-child {
	margin-left: 0;
}
#slide-destaque .post-category a:hover {
	color: #000 !important;
	background: transparent !important;
}


/*** DOTS */

#cont-geral .slick-dots li {
    width: auto;
    height: auto;
}
#cont-geral .slick-dots li button {
    width: 10px;
    height: 10px;
	background: #d6d6d6;
    border-radius: 50%;
}
#cont-geral .slick-dots li.slick-active button {
	background: #ba0512;
}

#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 
==================***/
h3.title-posts {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    padding: 3px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    background: #ba0412;
}

#posts article.post {
	display: inline-block;
	width: 48.5%;
	margin-bottom: 25px;
	vertical-align: top;
	border: 2px solid #f0f2f4;
	overflow: hidden;
}
article.post:nth-child(even) {
	margin-left: 3%;
}

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

h2.entry-title {
    margin: 25px 0;
	padding: 0 10px;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    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;
}
.entry-share .social-icon i:before {
    font-size: 18px;
}

span.share-title {
	display: inline-block;
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #ba0312;
}

.entry-share div {
    margin-left: -11px;
}

.post .entry-share .social-icon {
	position: relative;
	bottom: 0;
	transition: 0.3s;
}

.post .entry-share .social-icon:hover {
    background: transparent !important;
    color: #ba0312 !important;
    bottom: 5px;
}

/***==================
	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: 65%;
}
.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 {
    display: inline-block;
    margin-top: 15px;
}
.post-category a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    background: #ba0512;
	border: 1px solid #ba0512;
    border-radius: 6px;
    transition: 0.3s;
}
.post .post-category a:hover {
    background: #FFF !important;
    color: #ba0512 !important;
}


/***==================
	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%;
	margin-bottom: 15px;
	text-align: center;
}
.entry-more a {
    display: inline-block;
    width: 38px;
    height: 35px;
    background: url(/wp-content/themes/cuidebem-gc2017/images/icon-hearth.png) no-repeat center;
	background-size: 90%;
    border-radius: 15px 15px 30px 30px;
}


#posts .post .entry-more a:hover {
    animation: beat 1.5s infinite linear;
    -webkit-animation: beat 1.5s infinite linear;
}

@keyframes beat {
	0% { transform: scale(1);-moz-transform: scale(1); -webkit-transform: scale(1);-o-transform: scale(1); }
	30% { transform: scale(1);-moz-transform: scale(1); -webkit-transform: scale(1);-o-transform: scale(1); }
	40% { transform: scale(1.12);-moz-transform: scale(1.12);-webkit-transform: scale(1.1);-o-transform: scale(1.12); }
	50% { transform: scale(1);-moz-transform: scale(1); -webkit-transform: scale(1);-o-transform: scale(1); }
	60% { transform: scale(1);-moz-transform: scale(1); -webkit-transform: scale(1);-o-transform: scale(1); }
	70% { transform: scale(1.09);-moz-transform: scale(1.09);-webkit-transform: scale(1.05);-o-transform: scale(1.09); }
	80% { transform: scale(1);-moz-transform: scale(1); -webkit-transform: scale(1);-o-transform: scale(1); }
	100% { transform: scale(1);-moz-transform: scale(1); -webkit-transform: scale(1);-o-transform: scale(1); }
}
@-webkit-keyframes beat {
	0% { transform: scale(1);-moz-transform: scale(1); -webkit-transform: scale(1);-o-transform: scale(1); }
	30% { transform: scale(1);-moz-transform: scale(1); -webkit-transform: scale(1);-o-transform: scale(1); }
	40% { transform: scale(1.12);-moz-transform: scale(1.12);-webkit-transform: scale(1.1);-o-transform: scale(1.12); }
	50% { transform: scale(1);-moz-transform: scale(1); -webkit-transform: scale(1);-o-transform: scale(1); }
	60% { transform: scale(1);-moz-transform: scale(1); -webkit-transform: scale(1);-o-transform: scale(1); }
	70% { transform: scale(1.09);-moz-transform: scale(1.09);-webkit-transform: scale(1.05);-o-transform: scale(1.09); }
	80% { transform: scale(1);-moz-transform: scale(1); -webkit-transform: scale(1);-o-transform: scale(1); }
	100% { transform: scale(1);-moz-transform: scale(1); -webkit-transform: scale(1);-o-transform: scale(1); }
}


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


/***======================
		SINGLE
======================***/
#single-pagination, #author-details {
	margin: 50px 0 0;
}
.single #posts article.post {
    margin: 0;
    width: 100%;
    border: none;
}

.single .img-post-thumbnail:before {
    padding-bottom: 56%;
}

.single header.entry-header {
    text-align: left;
}
.single .post-category a {
    border-radius: 0;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 7px 35px;
}

h1.entry-title {
    margin: 25px 0;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.2px;
}

/** 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%;
    padding-top: 1%;
}

.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: #ba0612;
    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;
}


.single #posts-exames .widget-title {
    padding: 12px 0 12px 50%;
    font-size: 24px;
}
.single #posts-exames .widget-title:before {
    top: 0;
    left: -5px;
    width: 50%;
	max-width: 120px;
    height: 100%;
    max-height: 120px;
    transform: translate(0,0);
}
.single #posts-exames .entry-more {
	margin: 10px 0 0;
}

/***======================
		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-size: 14px;
    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;
    letter-spacing: 1px;
    color: #bb992e;
}


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

#posts-related h2.entry-title {
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
}

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;
}

p.logged-in-as,
p.comment-notes {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	color: #ba0312;
}

#respond label {
    display: inline-block;
    width: 80px;
    margin-bottom: 5px;
    color: #ba0312;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    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 {
	display: inline-block;
    width: auto;
    padding: 7px 35px;
    font-size: 12px;
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #ba0512;
    border: 1px solid #ba0512;
    border-radius: 3px;
    transition: 0.3s;
	cursor: pointer;
}
#posts #respond input#submit:hover {
    background: #FFF !important;
    color: #ba0512 !important;
}

/*** */
#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 {
    padding: 5px 10px;
    border: 1px solid #ba0512;
    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;
}


p.form-submit {
    text-align: center;
}

/***======================
		RELATED POSTS
======================***/
h4.related-title,
h4.comments-title,
h3.comment-reply-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
}

#posts #posts-related .post {
    position: relative;
    float: left;
    width: 32.3%;
    margin-bottom: 25px;
    border: 2px solid #f0f2f4;
    overflow: hidden;
}
#posts #posts-related .post:nth-child(2) {
    margin: 0 1.5%;
}

#posts-related h2.entry-title {
    margin: 15px 0;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
}

#posts-related .entry-more a.button-more {
    padding: 4px 10px;
    border-radius: 5px;
}

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

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

.header-page h4 {
    margin: 10px 0 0;
    font-size: 26px;
    font-weight: 500;
    color: #ba0512;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    transition: 0.3s;
}

.page h1.entry-title {
    text-transform: uppercase;
    font-size: 22px;
}

.page #posts .entry-content h3 {
	font-family: 'Merriweather', serif;
	font-size: 26px;
	font-weight: 700;
}
.page #posts .entry-content p {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.5px;
}

/***======================
		PAGE 404
======================***/
#main-container #posts.not-found {
    width: 100%;
    padding: 0;
	margin-bottom: 70px;
    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 25px;
    border: 1px solid #ccc;
    border-right: 0;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
}
input#botao-busca-404 {
    float: right;
    width: 25%;
    padding: 10px;
    color: #FFF;
    background: #b90612;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #b90512;
    transition: 0.3s;
    cursor: pointer;
}
input#botao-busca-404:hover {
    background: #FFF !important;
    color: #ba0312 !important;
}


/***======================
		WIDGETS
======================***/
.widget {
	margin-bottom: 30px;
	border: 2px solid #e8e8e8;
}
.widget:last-child {
	margin-bottom: 0;
}

.widget-title {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 12px 14px;
    font-family: 'Permanent Marker', cursive;
    font-size: 31px;
    color: #ba0412;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 31px;
}

.widget-title a {
	color: #222;
	transition: 0.3s;
}
.widget-title a:hover {
    color: #b90512 !important;
	background-color: #FFF !important;
}


/***==================
	  MENU SIDEBAR
==================***/
.widget_nav_menu {
    display: inline-block;
    width: 100%;
	padding: 0;
    border: 2px solid #e8e8e8;
}

.widget_nav_menu .menu {
	margin: 0;
	padding: 0;
}
.widget_nav_menu .menu-item {
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
}
.widget_nav_menu .menu-item:last-child {
    border: none;
}

.widget_nav_menu .menu-item a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 18px 0 18px 36%;
    font-size: 16px;
	font-weight: 600;
    color: #ba0412;
}

.widget_nav_menu .menu-item a:before {
    content: '';
    position: absolute;
    left: 23%;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
	background: url(/wp-content/themes/cuidebem-gc2017/images/icon-menu-new.png) no-repeat;
	border-radius: 50%;
    transform: translate(0,-50%);
	transition: 0.3s;
    overflow: hidden;
    z-index: 1;
}

.widget_nav_menu .menu-doencas a:before {
    background-position: 0% 0%;
}
.widget_nav_menu .menu-emocional a:before {
    background-position: 0% 33%;
}
.widget_nav_menu .menu-bem-estar a:before {
    background-position: 0% 66%;
}
.widget_nav_menu .menu-duvidas a:before {
    background-position: 0% 100%;
}


.widget_nav_menu .menu-item a:hover {
    color: #FFF;
    background: #ba0512;
}
.widget_nav_menu .menu-doencas a:hover:before {
    background-position: 103% 0%;
}
.widget_nav_menu .menu-emocional a:hover:before {
    background-position: 103% 33%;
}
.widget_nav_menu .menu-bem-estar a:hover:before {
	background-position: 103% 66%;
}
.widget_nav_menu .menu-duvidas a:hover:before {
	background-position: 103% 100%;
}

/***==================
	   PERFIL
==================***/
.content-widget {
	padding: 20px;
}

.img-perfil-thumbnail {
    border-radius: 50%;
}

.content-widget p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 14px;
}
.entry-more a.button-more {
    width: auto;
    height: auto;
    padding: 7px 25px;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    background: #ba0412;
    border: 1px solid #ba0312;
    border-radius: 0;
    transition: 0.3s;
}
.entry-more a.button-more:hover {
	background: #FFF;
	color: #ba0312;
}

.content-profile .sociais {
    text-align: center;
}

/***==================
	   TOP POSTS
==================***/
#top-posts .post {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 20px;
}
#top-posts .post:last-child {
	margin: 0;
	padding: 0;
}
#top-posts .post:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60%;
    height: 1px;
    border-bottom: 1px solid #d1d1d1;
    transform: translate(-50%,0);
}
#top-posts .post:last-child:before {
    content: none;
}

#top-posts .widget-title {
    position: relative;
    font-family: 'Mountserrat', sans-serif;
    font-size: 20px;
    color: #FFF;
    background: #ba0412;
    letter-spacing: 0.2px;
	z-index: 1;
}
#top-posts .widget-title:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #ba0312;
    z-index: -1;
}

#top-posts .img-post-thumbnail,
#top-posts .content-info {
	display: inline-block;
	vertical-align: middle
}
#top-posts .img-post-thumbnail {
    width: calc(35% - 4px);
}
#top-posts .img-post-thumbnail:before {
    padding-bottom: 100%;
}

#top-posts .content-info {
	width: calc(65% - 4px);
}

#top-posts h2.entry-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

/***==================
	MAILCHIMP SIDEBAR
==================***/
.sidebar section#mailchimp .cont-descricao p {
    font-family: 'Mountserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ba0312;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar section#mailchimp .cont-cadastro input {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
    color: #FFF;
    text-align: center;
    background: #ba0312;
    border: 1px solid #ba0312;
}
.sidebar section#mailchimp .cont-cadastro input::-webkit-input-placeholder {
	font-style: italic;
	color: #FFF;
}
.sidebar section#mailchimp .cont-cadastro input#campo-email,
.sidebar section#mailchimp .cont-cadastro input#campo-nome {
    padding: 10px;
}

.sidebar section#mailchimp input#botao-enviar {
	width: auto;
    height: auto;
    padding: 7px 25px;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 0px;
    text-transform: uppercase;
    background: #ba0412;
    border: 1px solid #ba0312;
    border-radius: 0;
    transition: 0.3s;
}
.sidebar section#mailchimp input#botao-enviar:hover {
	background: #FFF !important;
    color: #ba0312 !important;
}

.sidebar .content-mailchimp {
	position: relative;
    padding-bottom: 185px;
}
.sidebar .content-mailchimp:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    display: inline-block;
	width: 222px;
    height: 155px;
    background: url(/wp-content/themes/cuidebem-gc2017/images/icon-mailchimp.png) no-repeat center;
    background-size: 100%;
    transform: translate(-45%, 0);
}

.resposta {
    margin: 15px 0 0;
    font-size: 12px;
    text-align: center;
}

div#mce-success-response {
    color: #447913;
}
div#mce-error-response {
    color: #b40f11;
}
.resposta a {
    text-decoration: underline;
}
.resposta a:hover {
    text-decoration: none;
}

/***==================
	   EXAMES
==================***/
#posts-exames .widget-title {
    position: relative;
	padding: 12px 11.5%;
    padding-top: 190px;	
}

#posts-exames .widget-title:before {
	content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    width: 100%;
	max-width: 238px;
    height: 215px;
    background: url(/wp-content/themes/cuidebem-gc2017/images/icon-exames.png) no-repeat center;
    background-size: 100%;
    transform: translate(-50%,0);
    z-index: 9;
}
#posts-exames .entry-content {
    margin: 0;
}

/***==================
	   INSTAGRAM
==================***/
.instagram-pics li {
    width: 25%;
    float: left;
    list-style: none;
}
#null-instagram-feed-2 h4.widget-title {
    position: relative;
    font-family: 'Mountserrat', sans-serif;
    font-size: 14px;
    color: #FFF;
    text-transform: lowercase;
    background: #b90512;
    border: 1px solid #b90512;
    width: 25%;
    margin: 0 auto;
    padding: 0;
}
#null-instagram-feed-2 h4.widget-title:before {
    content: '';
    position: absolute;
    left: -60px;
    top: 50%;
    width: 48px;
    height: 48px;
    background: url(/wp-content/themes/cuidebem-gc2017/images/icon-insta.png) no-repeat center;
    transform: translate(0,-50%);
}
#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 {
	position: relative;
	bottom: 0;
    display: inline-block;
    padding: 8px 10px;
	transition: 0.3s;
}
.social-icon:hover {
	bottom: 5px
}
.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;
}


/***======================
		MAILCHIMP
======================***/
aside#sidebar-mailchimp {
    display: inline-block;
    width: 100%;
}

aside#sidebar.sidebar-footer #mailchimp {
	position: relative;
	margin-bottom: 95px;
	padding: 2.8% 3.8%;
	border: none;
	background: #fafafa;
}

.sidebar-footer #mailchimp:before {
    content: '';
    position: absolute;
    right: -1%;
    bottom: -25%;
    width: 100%;
    max-width: 440px;
    height: 115%;
    background: url(/wp-content/themes/cuidebem-gc2017/images/icon-mailchimp.png) no-repeat center;
    background-size: 100%;
}

.sidebar-footer #mailchimp .widget-title {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #7d7d7d;
    text-align: left;
}
.sidebar-footer .cont-descricao p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #ba0412;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 32px;
}

.sidebar-footer input#campo-nome {
    display: none;
}

.sidebar-footer .content-mailchimp {
    float: left;
    width: 55%;
    padding: 0;
}
.sidebar-footer .cont-cadastro {
    position: relative;
    margin: 20px 0 0;
}
.sidebar-footer .cont-cadastro:before {
    content: '';
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translate(0,-50%);
    width: 20px;
    height: 18px;
    background: url(/wp-content/themes/cuidebem-gc2017/images/icon-mail.png) no-repeat center;
}

.sidebar-footer input#campo-email {
    margin: 0;
    padding: 13px 125px 13px 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #b8b8b8;
    border: 2px solid #b3b3b3;
    border-radius: 10px;
}
.sidebar-footer input#botao-enviar {
	position: absolute;
	right: 30px;
	top: 50%;
	padding: 7px 18px;
	color: #FFF;
	transform: translate(0,-50%);
	background: #b90612;
	border-color: #b90612;
}
.sidebar-footer input#botao-enviar:hover {
    background: #FFF !important;
    color: #ba0312 !important;
}

/***======================
		FOOTER
======================***/
footer#footer {
    position: relative;
    padding-top: 25px;
	text-align: center;
}
footer#footer:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: calc(100% - 4px);
    left: 50%;
    top: 50%;
    background: #b90412;
    transform: translate(-50%,-50%);
    z-index: -1;
}

#sidebar.sidebar-footer {
	width: 100%;
    margin-top: 30px;
}

aside#sidebar.sidebar-footer .widget {
	float: left;
	margin-bottom: 50px;
	border: none;
}

/** 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
==================***/
.sidebar-footer #instagram .widget-title {
    margin-bottom: 20px;
    text-indent: 50%;
    transform: translate(-22%,0);
}
.sidebar-footer #instagram .widget-title a {
	position: relative;
    padding: 8px 25px;
    font-family: 'Mountserrat', sans-serif;
    font-size: 14px;
    color: #FFF;
    text-transform: lowercase;
    background: #b90512;
	border: 1px solid #b90512;
}
.sidebar-footer #instagram .widget-title a:before {
	content: '';
	position: absolute;
	left: -60px;
	top: 50%;
	width: 48px;
	height: 48px;
	background: url(/wp-content/themes/cuidebem-gc2017/images/icon-insta.png) no-repeat center;
	transform: translate(0,-50%);
}

/*** 4 IMAGES */
.sidebar-footer.widgets-1 #instagram.images-4 .instagram-pic {
	width: 25%;
	padding: 0;
}
.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%;
}



/***==================
	  LOGO FOOTER
==================***/
.logo-footer {
    margin-bottom: 15px;
}
.logo-footer a {
    display: inline-block;
    font-size: 0;
}

/***==================
	  MENU FOOTER
==================***/
nav.menu-footer {
    position: relative;
    display: inline-block;
}
nav.menu-footer:before {
    content: '';
    position: absolute;
	bottom: 1px;
    left: 50%;
    width: calc(100% - 30px);
    height: 100%;
    border-bottom: 2px solid #FFF;
    transform: translate(-50%,0);
}

nav.menu-footer .menu-item a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
nav.menu-footer .menu-item a:hover {
    color: #b90312;
    background: #FFF;
}

ul#menu-menu-rodape,
nav.menu-footer .menu-item {
    line-height: 40px;
}

/***==================
		SOCIAIS
==================***/
.sociais-footer {
    display: inline-block;
    width: 100%;
    margin: 25px 0 0 0;
}
.sociais-footer .social-icon i:before {
    font-size: 28px;
    color: #FFF;
}

/***==================
		COPYRIGHT
==================***/
#copyright {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
	font-size: 0;
    text-align: center;
}

#copyright a {
    display: inline-block;
    width: 115px;
    height: 25px;
    background: url(/wp-content/themes/cuidebem-gc2017/images/logo-gc.png) no-repeat center;
}

/***======================
		RESPONSIVE
======================***/
@media (max-width:1185px) {
	.container {
		max-width: 970px;	
	}
	
	/*** SLIDE */
	.entry-info {
		width: 60%;
		padding: 5%;
	}
}

@media (min-width:985px) {
	#cont-menu .content-search,
	#cont-menu .sociais {
		display: none;
	}
	
	#cont-menu ul#menu-menu-rodape {
		text-align: center;
		width: 100%;
		line-height: 50px;
	}
	
	#cont-menu .menu-item a:hover {
		color: #b90312;
		background: #FFF;
	}
	
	#cont-menu .home-menu a {
		display: inline-block;
		width: 140px;
		height: 50px;
		margin: 0 15px 0 0;
		padding: 0;
		font-size: 0;
		background: url(https://www.cuidebemdoseucoracao.com.br/wp-content/uploads/2017/11/logo-header.png) no-repeat center !important;
		background-size: contain !important;
		vertical-align: middle;
	}
}

@media (max-width:985px) {
	.container {
		max-width: 750px;	
	}
	
	.titulo-site {
		margin: 0;
	}
	#header .content-search {
		display: none;
	}
	
	/*** MENU HAMBURGUER */
	div#cont-menu {
		display: inline-block;
	}
	.content-menu { 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 {
		margin: 0 auto;
		padding: 0 15px;
	}
	
	.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 #000;
		-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: 12px;
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		border-bottom: 1px solid rgb(0, 0, 0);
		-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 {
		background: #4e4e4e;
	}
	
	/*** 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;
	}
	
	#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: #333
	}
	/* 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%
	}
	
	
	/*** MAIN CONTAINER */
	#main-container.group div#posts,
	#main-container.group aside#sidebar {
		width: 100%;
		padding: 0;
	}
	
	#main-container.group aside#sidebar.sidebar {
		position: relative;
		padding-top: 70px;
	}
	
	/*** WIDGET */
	.widget_nav_menu {
		display: none;
	}
	
	.content-widget {
		padding: 30px 15%;
	}
	.content-widget p {
		font-size: 14px;
		line-height: 18px;
	}
	
	#cont-menu .content-search {
		margin: 0;
		padding: 20px 22px;
		border-bottom: 1px solid rgb(0, 0, 0);
		-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);
	}
	#cont-menu form#searchform-menu {
		border-radius: 15px 15px 15px 0;
	}
	#cont-menu #campo-busca-menu {
		padding: 8px;
		padding-left: 30px;
	}
	
	aside#sidebar.sidebar-footer #mailchimp {
		padding-bottom: 200px;
	}
	.sidebar-footer #mailchimp:before {
		bottom: -50px;
		left: 50%;
		max-width: 350px;
		height: 240px;
		transform: translate(-45%,0);
	}
	.sidebar-footer .content-mailchimp {
		width: 100%;
	}
	
	.sidebar-footer input#campo-email {
		padding: 13px 110px 13px 40px;
	}
	.sidebar-footer input#botao-enviar {
		right: 15px;
	}
		
	/*** FOOTER */
	aside#sidebar.sidebar-footer .widget {
		width: 100%;
		margin: 0 0 60px !important;
	}
	
	nav.menu-footer:before {
		bottom: 2px;
		width: calc(100% - 20px);
	}
	nav.menu-footer .menu-item a {
		padding: 10px;
		font-size: 13px;
	}

}

@media (max-width:782px) {
	.admin-bar #cont-menu.nav-down.nav-visible {
		top: 45px;
	}
}

@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%;
	}
}

@media (max-width:750px) {
	
}

@media (max-width:600px) {
	.admin-bar #cont-menu,
	.admin-bar div#cont-menu.nav-up.nav-visible {
		top: 0px;
	}

	.wrapper-menu.menu-fixo {
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #222;
		border-color: #080808;
	}
	
	#cont-geral {
		margin-top: -4px;
	}
	
	/*** SLIDE */
	#slide-destaque .img-post-thumbnail:before {
		padding-bottom: 50%;
	}
	
	
	/*** AUTHOR POST */
	.author-thumb {
		width: 40%;
	}
	.author-info {
		width: 60%;
	}
	
	
	/** RELATED POSTS */
	.single #posts #posts-related .post {
		width: 48%;
		margin: 0;
	}
	.single #posts #posts-related .post:nth-child(odd) {
		margin-right: 2%;
	}
	.single #posts #posts-related .post:nth-child(even) {
		margin-left: 2%;
	}
	#posts #posts-related .post:nth-child(3) {
		display: none;
	}
}

@media (max-width:460px) {
	/** POSTS */
	#posts article.post {
		width: 100%;
		margin: 0 0 25px;
	}
	
	
	/** WIDGET */
	.content-widget {
		padding: 20px;
	}
	
	.sidebar-footer.widgets-1 #instagram.images-4 .instagram-pic {
		width: 50%;
		padding: 0;
	}
		
	.single #posts-exames .widget-title {
		padding-right: 5%;	
	}
	.single #posts-exames .widget-title:before {
		left: 15px;
	}
	
	/** COMMENTS */
	#comments .comment-info {
		width: 100%;
		padding: 10px 0 5px;
	}
	#comments .reply-comment {
		top: 30px;
	}
	
	
	/** RELATED POSTS */
	.single #posts #posts-related .post {
		display: inline-block !important;
		width: 100%;
		margin: 0 0 25px !important;
	}
	
	
	/*** ATUHOR POST */
	.author-thumb,
	.author-info {
		width: 100%;
	}
	.author-info {
		padding: 15px 0 0;
	}
	
	.entry-content blockquote {
		margin: 15px;
	}

}


/***=================
		MIN-WIDTH
	=================*/
@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;
		float: right;
		width: 35px;
		height: 35px;
		margin: 8px 12.5px;
		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);
	}
}

@media (min-width:600px) {
	div#cont-menu {
		position: fixed;
	}
}