/*
Theme Name: FluentBlog
Theme URI: https://zabdielmaestre.com/
Author: Zabdiel Maestre
Author URI: https://zabdielmaestre.com/
Description: Custom theme by Zabdiel Maestre.
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: zabdielmaestre

zabdielmaestre wordpress theme © 2018
zabdielmaestre is distributed under the terms of the GNU GPL
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:700|PT+Serif|Ubuntu:300,300i,400,500,700');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Ubuntu', sans-serif;
	overflow-x: hidden;
/*	padding-top: 120px; */

}
* {
	box-sizing: border-box;
	outline: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

.container {
	margin: auto;
	padding: 0 30px;
	max-width: 1170px;
}

iframe {
	max-width: 100%;
}

#header {
	background: #74e09a;
	box-shadow: 0 1px 15px 0 rgba(204, 204, 204, 0.5);
/*	position: fixed; */
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
	transition: all .5s ease;
}

#header.hidden {
	top: -100%;
}

#secondtopbar {
	background: #fff;
}

#topbar {
	font-size: 0;
	padding: 9px 0;
}

#topbar li {
	font-size: 16px;
	width: 25%;
	display: inline-block;
	vertical-align: middle;
}

#topbar li:nth-child(2) {
	text-align: center;
	width: 50%;
}

#topbar li:last-child {
	text-align: right;
}

#backsite {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #2b9778;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	transition: all .2s ease;
}

#backsite:hover {
	opacity: .9;
}

#backsite img {
	vertical-align: middle;
}

#backsite span {
	vertical-align: middle;
	padding: 0 7px 0 0;
	font-size: 0;
}

#logosite {
	display: block;
	text-decoration: none;
}
#logosite img{
	max-width:50px;	
	margin-bottom:-5px;
}
#logosite p {
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 5px;
}

#btn-top {
	width: 166px;
	height: 40px;
	border-radius: 20px;
	background-color: #3c3d41;
	display: inline-block;
	line-height: 40px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	transition: all .2s ease;
}

#btn-top:hover {
	background: #2b9778;
}

#secondtopbar .container {
	font-size: 0;
}

#secondtopbar .container > a {
	font-size: 16px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: calc(25% - 20px);
}

#secondtopbar .container > #menu {
	font-size: 16px;
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

#secondtopbar .container > #search {
	font-size: 16px;
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

#secondtopbar .container > #search #searchform {
	width: 166px;
	display: inline-block;
}

#secondtopbar .container > #search #searchform input {
	width: 166px;
	height: 33px;
	border-radius: 20px;
	border: solid 1px #d4dadc;
	background-color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #aab2b4;
	background: url(images/search.png) no-repeat 12px center;
	text-align: left;
	padding: 0 25px 0 40px;
	transition: all .2s ease;
}

#secondtopbar .container > #search #searchform input:focus {
	border-color: #2b9778;
}

#menu-menu {
	text-align: center;
	font-size: 0;
}

#menu-menu li {
	display: inline-block;
	padding: 0 20px;
}

#menu-menu li a {
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #636766;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .2s ease;
	position: relative;
	padding: 15px 0 13px;
	display: block;
	border-bottom: 2px solid transparent;
}

#menu-menu li a:hover {
	color: #2b9778;
}
#menu-item-47 a:hover{
	border-bottom: 2px solid #FACC66;
}
#menu-item-45 a:hover{
	border-bottom: 2px solid #6DD692;
}
#menu-item-46 a:hover{
	border-bottom: 2px solid #66BBFA;
}
footer {
	background: #4a4a4a;
	color: #fff;
}

#li-footer {
	font-size: 0;
	padding: 70px 0;
	border-bottom: 1px solid rgba(255, 255, 254, .3);
}
#li-footer .contenedor-form{
	background:#fff;
}
#li-footer > li {
	width: 17.5%;
	display: inline-block;
	padding-right: 20px;
	font-size: 16px;
	vertical-align: top;
}

#li-footer > li:last-child {
	width: 30%;
	padding: 0;
}

#li-footer > li > h4 {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: 0.6px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

footer .menu li {
	margin-top: 15px;
}

footer .menu li a {
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	text-decoration: none;
}

footer .menu li a:hover {
	text-decoration: underline;
}
.contenedor-form ._form-title{
	display:none;
}
.contenedor-form #_form_5BECB16A18BE4_._form_13{
	background:transparent !important;
}
.contenedor-form #_form_5BECB2552AFFA_._inline-style ._button-wrapper{
	display: inline-block;
	clear: none;
	width: 44% !important;
	margin-top: 19px;
}
.contenedor-form {
	background: #fff!important;
	border-radius: 6px;
	padding: 10px;
	border: solid 1px #e7e8ea!important;
}

.form-subscribe-footer {
	font-size: 0;
}

.form-subscribe-footer .your-email {
	display: inline-block;
	font-size: 16px;
	width: calc(100% - 77px);
	margin-right: 10px;
	vertical-align: middle;
}

.form-subscribe-footer .your-email input {
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #b9bdc3;
	font-family: 'Ubuntu', sans-serif;
	background: url(images/mail.png) no-repeat 0 0;
	padding-left: 33px;
	border: none;
}

.form-subscribe-footer .wpcf7-submit {
	font-family: 'Ubuntu', sans-serif;
	width: 67px;
	height: 30px;
	border-radius: 25px;
	background-color: #4a4a4a;
	border: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	transition: all .2s ease;
}

.form-subscribe-footer .wpcf7-submit:hover {
	background: #2b9778;
}

.form-subscribe-footer .ajax-loader {
	display: none!important;
}

.form-subscribe-footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #b9bdc3;
}
.form-subscribe-footer ::-moz-placeholder { /* Firefox 19+ */
	color: #b9bdc3;
}
.form-subscribe-footer :-ms-input-placeholder { /* IE 10+ */
	color: #b9bdc3;
}
.form-subscribe-footer :-moz-placeholder { /* Firefox 18- */
	color: #b9bdc3;
}

#rs-footer {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 0;
	margin-top: 25px;
}

#rs-footer li {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-right: 1px solid #fff;
	transition: all .2s ease;
}

#rs-footer li:hover {
	background: rgba(255,255,255,.3)
}

#rs-footer li:last-child {
	border: none;
}

#rs-footer li a {
	font-size: 16px;
	color: #fff;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
}

#copy {
	padding: 30px 0;
	font-size: 0;
}

#copy > div {
	display: inline-block;
	width: 50%;
	font-size: 16px;
	vertical-align: middle;
	opacity: 0.8;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}

#copy > div:last-child {
	text-align: right;
}

#topfooter {
	height: 40px;
	width: 100%;
	background: url(images/top-bg.png) no-repeat top center;
}

.post-big {
	position: relative;
	border-radius: 6px;
	padding: 40px 40px 60px;
	margin: 50px 0 0;
}

.post-big:before {
	content: '';
	position: absolute;
	opacity: 0.6;
	background-color: #414349;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 6px;
}

.post-big * {
	position: relative;
	z-index: 1;
}

.sup-cat {
	border-radius: 4px;
	background-color: #facc66;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	margin-right: 4px;
}

.sup-cat.company {
	background: #66bbfa;
}

.sup-cat.app {
	background: #6dd692;
}

.min-read, .date-meta {
	background: url(images/readin-time-white.png) no-repeat left center;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	padding-left: 24px;
	letter-spacing: normal;
	color: #ffffff;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.metadata {
	font-size: 0;
	margin-bottom: 8px;
	z-index:2;
	position:relative;
}

.metadata li {
	display: inline-block;
	margin-right: 25px;
}

.post-big h2 {
	max-width: 660px;
	font-size: 41px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.14;
	letter-spacing: -1px;
	color: #ffffff;
	margin-bottom: 22px;
}

.post-big h2 a {
	color: #fff;
	text-decoration: none;
}

.post-big h2 a:hover {
	text-decoration: underline;
}

.post-big .excerpt {
	max-width: 609px;
	font-size: 22.6px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 40px;
}

.post-big a.readmore {
	width: 150px;
	height: 40px;
	border-radius: 19px;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 40px;
	text-decoration: none;
	letter-spacing: 1.5px;
	text-align: center;
	color: #282b31;
	transition: all .2s ease;
	display: inline-block;
	margin-bottom: 20px;
}

.post-big a.readmore:hover {
	background-color: #2b9778;
	color: #fff;
}

.post-big .metadata {
	margin-top: 220px;
	margin-top: 130px;
}

body .shareaholic-share-buttons-container.shareaholic-floated {
	display: none!important;
}

.separator-infinite {
	background: url(images/separator.png) no-repeat center;
	height: 52px;
	margin: 50px 0;
}

.divs-category {
	font-size: 0;
}

.divs-category > div {
	font-size: 16px;
	display: inline-block;
	width: 257px;
	vertical-align: top;
}

.divs-category .slick-posts {
	width: calc(100% - 307px);
	margin-left: 50px;
}

.card-category {
	padding: 20px;
	background: #facc66;
	border-radius: 6px;
	margin: 5px 0;
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.card-category figure {
	text-align: center;
	padding: 40px;
}

.card-category h3 {
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.card-category p {
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: normal;
	color: #ffffff;
	height: 72px;
	overflow: hidden;
}
.card-category a{
	text-decoration:none
}
.card-category a.see_lnk {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	color: #464646;
	text-decoration: none;
	display: inline-block;
	margin-top: 35px;
}

.card-category a:hover {
	text-decoration: underline;
}

.card-category.yellow p {
	margin-bottom: 23px;
}

.card-category.green p {
	margin-bottom: 21px;
}

.card-category.blue p {
	margin-bottom: 32px;
}

.card-category.green {
	background: #6dd692;
}

.card-category.blue {
	background: #66bbfa;
}

body.home {
	background: #f8f8f8;
}

body.home .separator-infinite {
	background-blend-mode: multiply;
	background-color: #f8f8f8;
}

.post-carousel {
	height: 472px;
	background: #ffffff;
	margin: 5px 15px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.post-carousel figure {
	height: 280px;
}

.divs-category .slick-posts .slick-prev,
.topicarousel .slick-prev {
	position: absolute;
	height: 40px;
	width: 32px;
	z-index: 1;
	margin-left: -34px;
	border: none;
	font-size: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	left: 0;
	background: url(images/carousel-prev.png) no-repeat center;
	border-radius: 6px;
}

.topicarousel .slick-prev {
	margin-left: 0;
}

.divs-category .slick-posts .slick-next,
.topicarousel .slick-next {
	position: absolute;
	height: 40px;
	width: 32px;
	z-index: 1;
	margin-right: -34px;
	border: none;
	font-size: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	right: 0;
	background: url(images/carousel-next.png) no-repeat center;
	border-radius: 6px;
}

.topicarousel .slick-list {
	margin: 0 35px;
}

.topicarousel .slick-next {
	margin-right: 0;
}

.divs-category .slick-posts .slick-disabled {
	display: none!important;
	opacity: 0!important;
}

.divs-category .slick-posts .slick-list {
	margin: 0 -15px;
}

.post-carousel h3 a {
	display: block;
	font-size: 25px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #282b31;
	text-decoration: none;
	padding: 20px 20px 0;
	height: 130px;
	overflow: hidden;
	margin-bottom: 20px;
}

.post-carousel h3 a:hover {
	text-decoration: underline;
}

.post-carousel .metadata {
	margin: 7px 0 0;
	padding: 0 20px 20px;
}

.post-carousel .min-read {
	background: url(images/readin-time.png) no-repeat left center;
	color: #a49d9d;
}

.shares-impo {
	background: url(images/share-icon.png) no-repeat left center;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	padding-left: 24px;
	letter-spacing: normal;
	color: #a49d9d;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.separador-mix {
	margin: 50px auto;
	max-width: 805px;
	background: #f9f9f9;
	padding: 20px;
	border-radius: 6px;
	font-size: 0;
}

body.home .separador-mix {
	border: solid 1px #e7e8ea;
}

.separador-mix > div {
	font-size: 16px;
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

.separador-mix > div:first-child {
	padding-right: 10px;
	font-size: 0;
}

.separador-mix > div:first-child figure {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	text-align: center;
}

.separador-mix > div:first-child p {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #4a4a4a;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	width: calc(100% - 70px);
}

.topicarousel {
	margin: 0 -12px;
}

.topicarousel .item-car {
	margin: 0 12px;
	text-align: center;
	padding: 15px;
	height: 140px;
	border-radius: 6px;
	background-color: #edeeee;
	position: relative;
	transition: all .2s ease;
	display: inline-block;
	width: calc(16.66% - 24px);
	vertical-align: top;
}

.item-car figure {
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 0;
	margin-top: 15px;
}

.item-car figure img {
	display: inline-block;
	vertical-align: middle;
}

.item-car p {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.94;
	letter-spacing: normal;
	text-align: center;
	color: #282b31;
	margin-top: 4px;
}

.item-car > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.item-car:hover {
	background-color: #dfdfdf;
}

#carousel-topics h2 {
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: 0.8px;
	text-align: center;
	color: #282b31;
}

#carousel-topics p {
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #282b31;
	margin-bottom: 50px;
	text-transform: capitalize;
}

#carousel-topics {
	padding-bottom: 30px;
}

.last-section {
	text-align: center;
	padding: 60px 30px 120px;
}

.last-section h2 {
	font-size: 36px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	text-align: center;
	color: #4a4a4a;
	margin-bottom: 30px;
}

.last-section a {
	width: 223px;
	height: 60px;
	border-radius: 30px;
	background-color: #6cd591;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	line-height: 60px;
	transition: all .3s ease;

}

.last-section a i {
	font-size: 14px;
	position: relative;
	top: -1px;
	margin-left: 5px;
	transition: all .3s ease;
}

.last-section a:hover i {
	margin-left: 10px;
}

.last-section a:hover {
	-webkit-box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
	-moz-box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
	box-shadow: 0 6px 10px 0px rgba(59, 154, 93, .5);
}

.header-posts {
	padding-top: 70px;
	text-align: center;
}

.header-posts h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 52px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: -2px;
	text-align: center;
	color: #3c3d41;
	max-width: 820px;
	margin: 30px auto;
}

.single-post .metadata li {
	vertical-align: middle;
}

.single-post .min-read {
	background: url(images/readin-time.png) no-repeat left center;
	color: #a49d9d;
}

.date-meta { 
	background: url(images/publish-date.png) no-repeat left center;
	color: #a49d9d;
}

.total-share {
	border-radius: 17px;
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
	background: url(images/share-icon-2.png) no-repeat calc(100% - 15px) center;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	padding-right: 24px;
	letter-spacing: normal;
	color: #838d8f;
	display: inline-block;
	padding: 11px 42px 11px 17px;
}

.total-share .addtoany_shortcode > .a2a_kit {
	line-height: normal!important;
}

.total-share .addtoany_list.a2a_kit_size_32 a {
	font-size: 11px !important;
	color: #a49d9d;
	text-decoration: none;
	font-family: 'Ubuntu';
	line-height: normal;
}

.content p {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #282b31;
	margin-bottom: 20px;
}

.content p:last-child {
	margin: 0;
}

.content p strong {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.59;
	letter-spacing: -0.4px;
	color: #282b31;
}

.blocks-single {
	font-size: 0;
	max-width: 980px;
	margin: auto;
	padding-top: 45px;
}

.blocks-single .sidebar {
	width: 256px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

.blocks-single .content {
	width: calc(100% - 280px);
	margin-left: 24px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 50px;
}

.author-info {
	text-align: center;
	border-radius: 4px 4px 0 0;
	border: solid 1px #ededed;
	padding: 30px 40px;
	max-width: 200px;
	margin: auto;
}

.author-info figure {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	margin: auto;
	margin-bottom: 13px;
}

.author-info figure img {
	width: 100px;
	height: 100px;
}

.author-info h6 {
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-align: center;
	color: #212121;
	max-width: 98px;
	margin: auto;
	margin-bottom: 3px;
}

.author-info h6 a {
	text-decoration: none;
	color: inherit;
}

.author-info h6 a:hover {
	text-decoration: underline;
}

.author-info p {
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #838c8d;
}

#rs-author {
	border: solid 1px #ededed;
	border-radius: 4px;
	font-size: 0;
	margin-top: 20px;
	display: none!important;
}

#rs-author li {
	display: inline-block;
	width: 33.33%;
	text-align: center;
	padding: 0;
	border-left: solid 1px #ededed;
	transition: all .2s ease;
}

#rs-author li:hover a, .allpostsauthor:hover {
	color: #2b9778
}

#rs-author li:first-child {
	border: none;
}

#rs-author li a {
	font-size: 16px;
	display: block;
	color: #bdc5c7;
	padding: 11px 0;
}

.allpostsauthor {
	font-size: 10px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.8px;
	color: #838c8d;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 14px 0;
	border-radius: 0 0 4px 4px;
	border: solid 1px #ededed;
	border-top: 0;
	transition: all .2s ease;
	max-width: 200px;
	margin: auto;
}

.image-mix {
	max-width: 980px;
	margin: 20px auto;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.image-mix > div {
	width: 200px;
	border-radius: 4px;
	padding: 25px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	background-color: #fdfdfd;
}

.image-mix > div p {
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #6c6c70;
	margin-bottom: 20px;
}

.image-mix > div span {
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #838d8f;
}

#second-block-single .content h4,
#first-block-single .content h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #282b31;
	margin-bottom: 15px;
}

#second-block-single .content p,
#first-block-single .content p {
	font-family: 'PT Serif', serif;
}

#first-block-single .content p strong {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
}

#second-block-single blockquote,
#first-block-single blockquote {
	border: solid 1px #dddddd;
	border-left: none;
	border-right: none;
	padding: 25px 0;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.5px;
	color: #282b31;
	font-family: 'PT Serif', serif;
}

#second-block-single blockquote p,
#first-block-single blockquote p {
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.5px;
	color: #282b31;
}

body .shareaholic-share-buttons-container.shareaholic-rectangle li.shareaholic-share-button .shareaholic-share-button-container .shareaholic-service-icon {
	text-align: left;
	height: 32px;
	width: 140px;
	text-transform: uppercase;
	font-size: 10px;
}

body .shareaholic-share-buttons-container.shareaholic-rectangle ul.shareaholic-share-buttons li.shareaholic-share-button {
	height: 32px;
	width: 140px!important;
}

body .shareaholic-share-buttons-container.shareaholic-rectangle.shareaholic-flat.shareaholic-round li.shareaholic-share-button .shareaholic-share-button-container .shareaholic-service-icon:before {
	top: 9px;
	left: 18px;
	font-size: 12px;
}

body .shareaholic-share-buttons-container.shareaholic-rectangle ul.shareaholic-share-buttons li.shareaholic-share-button .shareaholic-share-button-verb {
	display: block;
	position: absolute;
	top: 6px;
	left: 50%;
	line-height: 20px !important;
	font-weight: 300;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.cloudtags {
	font-size: 0;
	border: solid 1px #dddddd;
	border-left: 0;
	border-right: 0;
	padding: 18px 0;
	margin: 40px 0;
}

.cloudtags li {
	display: inline-block;
	margin-right: 10px;
}

.cloudtags li a {
	font-size: 14px!important;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #b0c2cc;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #b0c2cc;
	border-radius: 4px;
	padding: 3px 8px;
	transition: all .2s ease;
}

.cloudtags li a:hover {
	background: #b0c2cc;
	color: #fff;
}

#second-block-single {
	margin-bottom: 50px;
}

.widget-subscribe {
	background: #f9f9f9;
	padding: 17px;
	border-radius: 6px;
}

.widget-subscribe figure {
	mix-blend-mode: darken;
	text-align: center;
	margin-bottom: 10px;
}

.widget-subscribe p {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: #282b31;
	padding: 0 15px;
	margin-bottom: 22px;
}

.widget-subscribe p b {
	font-weight: 700;
}

.widget-subscribe .form-subscribe-footer .your-email input {
	background: #fff;
	padding-left: 5px;
}

#block-grey {
	background: #f7f7f7;
	padding: 80px 0;
}

#block-grey h2 {
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #43484d;
	margin-bottom: 35px;
}

.content-post-list {
	font-size: 0;
	margin: 0 -7px;
}

.post-list-zm {
	margin: 0 7px;
	font-size: 16px;
	width: calc(33.33% - 14px);
	display: inline-block;
	vertical-align: top;
	border-radius: 6px;
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding: 0 30px 10px;
	overflow: hidden;
}

.post-list-zm figure {
	height: 185px;
	margin: 0 -30px 25px;
}

.post-list-zm h3 a {
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #43484d;
	text-decoration: none;
	height: 98px;
	overflow: hidden;
	display: block;
}

.post-list-zm h3 a:hover {
	text-decoration: underline;
}

.post-list-zm h3 {
	padding-bottom: 35px;
	border-bottom: solid 1px #dddddd;
	margin-bottom: 20px;
}

#menu-menu li.current-post-parent a:after,
#menu-menu li.current-menu-item a:after {
	content: '';
	position: absolute;
	height: 3px;
	width: 23px;
	border-radius: 2px;
	background-color: #636766;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#menu-menu li.current-post-parent a:hover:after,
#menu-menu li.current-menu-item a:hover:after {
	background-color: #2b9778;
}
.sec_1{
	padding: 4% 0 1px;
	background: #F9F9F9;
	margin-bottom: 4%;
}
.sec_1 .post-carousel {
	height: 472px;
	background: #fff;	
}
.sec_1 .separador-mix{
	background:#fff;
}
.single .image-mix div{
	display:none
}
.addtoany_list.a2a_kit_size_32 a{
	font-size:11px !important;
	color: #838d8f;
}
.a2a_count{
	width: 44px !important;
	font-size: 14px !important;
}
.total-share {
	padding: 9px 33px 9px 8px !important;

}
.post-list-zm{
	position: relative;
}
.card-category{
	position: relative;
}
.card-category .lnk_over, .post-list-zm .lnk_over{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


body ._form_23._form_23 > div > form._form._form_23 > ._form-content ._form_element + ._form_element input[type="text"] {
	display: block!important;
	width: 100%!important;
	font-size: 17px!important;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	padding: 0!important;
	font-family: 'Ubuntu', sans-serif!important;
	background: url(images/mail.png) no-repeat 0 0;
	padding-left: 33px!important;
	border: none!important;
}

body ._form_23._form_23 > div > form._form._form_23 > ._form-content ._button-wrapper #_form_23_submit {
	font-family: 'Ubuntu', sans-serif!important;
	width: 67px;
	height: 30px;
	border-radius: 25px!important;
	background-color: #4a4a4a!important;
	border: none!important;
	cursor: pointer;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff!important;
	display: inline-block;
	vertical-align: middle;
	transition: all .2s ease;
	font-size: 0;
}

body ._form_23._form_23 > div > form._form._form_23 > ._form-content ._button-wrapper #_form_23_submit:before {
	content: 'GO';
	position: relative;
	font-size: 14px;
	top: -3px;
}


body ._form_13._form_13 > div > form._form._form_13 > ._form-content ._form_element label._form-label {
	font-size: 16px !important;
	display: none!important;
}

body ._form_13 > div > form._form._form_13 {
	padding: 0!important;
	margin: 0!important;
	display: block!important;
	font-size: 0!important;
}

body ._form_13 > div > form._form._form_13 > div {
	background: #fff;
	font-size: 0!important;
}

body ._form_13 > div > form._form._form_13 > div._form-thank-you, body form._form_23 > div._form-thank-you {
	font-size: 16px!important;
	color: #000;
	font-family: 'Ubuntu';
	margin-top: 0!important;
}

body ._form_13#zm > div > form._form._form_13 > div ._form_element {
	margin: 0!important;
	float: none!important;
	width: calc(100% - 77px)!important;
	display: inline-block!important;
	vertical-align: middle;
	position: relative!important;
	top: -1px;
	max-width: none!important;
}

body ._form_13 > div > form._form._form_13 > div ._form_element input {
	display: block!important;
	width: 100%!important;
	font-size: 17px!important;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	padding: 0!important;
	font-family: 'Ubuntu', sans-serif!important;
	background: url(images/mail.png) no-repeat 0 0;
	padding-left: 33px!important;
	border: none!important;
}


body ._form_13#zm > div > form._form._form_13 > div ._button-wrapper {
	margin: 0px!important;
	float: none!important;
	width: 77px!important;
	padding-left: 10px;
	display: inline-block!important;
	vertical-align: middle;
}

body ._form_13 > div > form._form._form_13 > div ._button-wrapper button {
	font-family: 'Ubuntu', sans-serif!important;
	width: 67px;
	height: 30px;
	border-radius: 25px!important;
	background-color: #4a4a4a!important;
	border: none!important;
	cursor: pointer;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff!important;
	display: inline-block;
	vertical-align: middle;
	transition: all .2s ease;
	font-size: 0!important;
}

body ._form_13 > div > form._form._form_13 > div ._button-wrapper button:before {
	content: 'GO';
	position: relative;
	font-size: 14px;
}

.listing-posts {
	font-size: 0;
	margin: 0 -15px;
}

.listing-posts .post-big {
	margin: 15px;
	padding: 20px;
	display: inline-block;
	width: calc(50% - 30px);
	vertical-align: top;
	overflow: hidden;
}

.listing-posts .post-big .lafeatured {
	height: 300px;
	margin: -20px -20px 0;
}

.listing-posts .post-big .metadata {
	margin: 20px 0 0;
}

.listing-posts .post-big h2 {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: none;
}

.listing-posts .post-big .excerpt {
	max-width: none;
	font-size: 17px;
	margin-bottom: 20px;
}

.post-big a.readmore {
	margin-bottom: 0;
}

.headerclass .entry-title {
	font-size: 18px;
	margin-bottom: 20px;
	color: #636766;
	text-transform: uppercase;
	font-weight: 700;
}

.headerclass .entry-title.author a {
	text-decoration: none;
	color: #636766;
	pointer-events: none;
}

body ._form_23 {
	margin-top: 0;
}

body div._form_23 > div {
	/*text-align: left;
	background: #fff;
	border-radius: 6px;
	border: solid 1px #e7e8ea;
	max-width: 380px; */
	padding: 10px;
}

body ._form_23 > div > form[id^='_form_']._inline-style {
	margin: 0!important;
	padding: 0!important;
	display: block!important;
	line-height: normal!important;
}

body form._form_23 > div {
	background: #fff!important;
	font-size: 0!important;
}

body ._form_23 > div > form > ._form-content ._form_element {
	margin: 0!important;
	float: none!important;
	width: calc(100% - 77px)!important;
	display: inline-block!important;
	vertical-align: middle;
	position: relative!important;
	top: -1px;
	max-width: none!important;
}

body ._form_23 > div > form > ._form-content ._form_element ._form-title {
	font-size: 22px!important;
	font-weight: 600!important;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5!important;
	letter-spacing: normal;
	color: #576178;
	margin-bottom: 10px!important;
	font-family: 'Ubuntu', sans-serif;
	margin-top: -5px;
	display: none!important;
}

body ._form_23#zm > div > form > ._form-content ._button-wrapper, body ._form_23#zm ._inline-form._inline-style ._inline-style._button-wrapper {
	margin: 0px!important;
	float: none!important;
	width: 77px!important;
	padding-left: 10px;
	display: inline-block!important;
	vertical-align: middle;
}

body ._form_23#zm > div > form > ._form-content ._form_element {
	margin: 0!important;
	float: none!important;
	width: calc(100% - 77px)!important;
	display: inline-block!important;
	vertical-align: middle;
	position: relative!important;
	top: -1px;
	max-width: none!important;
}

body ._form_23 > div > form > ._form-content ._form_element + ._form_element label {
	display: none!important;
}

.blocks-single .content, 
.blocks-single .content p,
.blocks-single .content li,
.blocks-single .content a {
	font-size: 20px;
	line-height: 1.6;
}

.blocks-single .content p,
.blocks-single .content li {
	margin-bottom: 20px;
}

ol li {
		list-style: decimal !important;
}

.blocks-single .content ol li {
	list-style: decimal !important;
	list-style-position: inside;
}
.blocks-single .content ul li {
	list-style: circle !important;
	list-style-position: inside;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 10 !important;
	padding-right: 0 !important;
}

.blocks-single .content h1 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.blocks-single .content h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.blocks-single .content h3 {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.blocks-single .content h4 {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.blocks-single .content ul {
	margin-bottom: 25px;
	margin-left: 20px !important;
	margin-right: 0px !important;
	padding-left: 10px !important;
	padding-right: 0px !important;
}

.blocks-single .content ul ul {
	padding-left: 25px;
	padding-top: 25px;
}

.blocks-single .content p:last-child,
.blocks-single .content li:last-child {
	margin-bottom: 0;
}

.blocks-single .content a {
	color: #74e09a;
	text-decoration: none;
}

.listing-posts-new .post-list-zm {
	margin: 4px 7px 29px;
}

body.archive,
body.search {
	background: #f8f8f8;
}

body .shareaholic-share-buttons-container.shareaholic-rectangle:not(.shareaholic-vertical) li.shareaholic-total-count {
	display: none!important;
}

/* responsive */

@media only screen and (max-width: 960px) {
	.topicarousel .item-car {
		width: calc(33.33% - 24px);
		margin: 12px;
	}
	.post-big {
		margin: 0 -30px;
		border-radius: 0;
		padding: 30px;
	}
	.post-big:before {
		border-radius: 0;
	}
	.post-big h2 {
		font-size: 30px;
		max-width: none;
	}
	.post-big .excerpt {
		font-size: 16px;
		max-width: none;
		margin-bottom: 35px;
	}
	#topfooter {
		display: none;
	}
	#li-footer {
		padding: 60px 0 30px;
	}
	#li-footer > li {
		padding: 0;
		padding-bottom: 50px;
		width: 50%;
	}
	#li-footer > li:last-child {
		width: 100%;
	}
	#copy > div {
		display: block;
		width: 100%;
		text-align: left!important;
		line-height: 1.8;
	}
	#copy {
		padding: 20px 0;
	}
	.divs-category > div {
		display: block;
		margin: auto;
		margin-bottom: 60px;
	}
	.divs-category .slick-posts {
		width: calc(100% + 60px);
		margin: 0;
		margin-left: -30px;
	}
	.post-carousel {
		height: auto;
		margin: 0 0 30px;
	}
	.slick-posts .post-carousel:nth-child(2) ~ .post-carousel {
		display:none;
	}
	.post-carousel h3 a {
		height: auto;
	}
	.separador-mix > div {
		width: 100%;
		display: block;
	}
	.separador-mix > div:first-child {
		padding: 0;
		padding-bottom: 20px;
		text-align: center;
	}
	.separador-mix > div:first-child figure {
		display: block;
		width: auto;
	}
	.separador-mix > div:first-child p {
		width: 100%;
		padding: 0;
		margin-top: 10px;
		font-size: 22px;
		color: #576178;
	}
	.separador-mix {
		max-width: calc(100% - 60px);
		margin: auto;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	#secondtopbar .container > a {
		width: 40px;
		height: 40px;
		padding: 10px 0px;
		text-align: center;
		margin: 0;
	}
	#secondtopbar .container > #menu {
		width: calc(100% - 80px);
	}
	#secondtopbar .container > #search {
		width: 40px;
		overflow: hidden;
	}
	#secondtopbar .container > #search #searchform {
		width: 40px;
	}
	#secondtopbar .container > #search #searchform input {
		width: 40px;
		padding: 0;
		font-size: 0;
		background-position: center!important;
		border: none;
	}
	#topbar li:nth-child(2) {
		position: absolute;
		top: 20px;
		width: 100%;
		z-index: 1;
		left: 0;
		border-bottom: solid 1px #55be7a;
		padding-bottom: 15px;
	}
	#topbar li:nth-child(1), #topbar li:nth-child(3) {
		width: 50%;
	}
	#topbar {
		padding-top: 100px;
	}
	body {
		padding-top: 200px;
	}
	#logosite p {
		font-size: 14px;
	}
	#menu-menu li {
		padding: 0 10px;
	}
	#secondtopbar .container {
		font-size: 0;
		padding: 0 5px;
		position: relative;
	}
	#menu-menu li a {
		font-size: 16px;
		padding: 16px 0;
	}
	.blocks-single .sidebar, .image-mix > div {
		display: none;
	}
	.blocks-single .content {
		margin: 0 -10px;
		width: calc(100% + 20px);
	}
	.header-posts h1 {
		font-size: 30px;
	}
	body .shareaholic-share-buttons-container.shareaholic-rectangle li.shareaholic-share-button .shareaholic-share-button-container .shareaholic-service-icon {
		width: 100px;
	}
	body .shareaholic-share-buttons-container.shareaholic-rectangle ul.shareaholic-share-buttons li.shareaholic-share-button {
		display: block!important;
		width: 100px!important;
	}
	.post-list-zm {
		width: 100%;
		margin: 0 0 20px;
	}
	.listing-posts-new .post-list-zm {
		margin: 0 0 20px;
	}
	#secondtopbar .container > #search.active {
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 11;
		background: #fff;
		bottom: 0;
		padding: 9px;
	}
	#secondtopbar .container > #search.active #searchform {
		width: 100%;
		position: relative;
	}
	#secondtopbar .container > #search.active #searchform input {
		width: 100%;
		border: solid 1px #d4dadc;
		font-size: 13px;
		padding: 0 25px 0 40px;
		background: url(images/search.png) no-repeat 12px center!important;
	}
	.blocks-single .content, .blocks-single .content p, .blocks-single .content li, .blocks-single .content a {
		font-size: 18px;
	}
	#header {
		position: absolute;
	}
}

@media only screen and (max-width: 480px) {
	.topicarousel .item-car {
		width: calc(50% - 24px);
	}
	.listing-posts {
		margin: 0 ;
	}
	.listing-posts .post-big {
		width: 100%;
		margin: 15px 0;
	}
	.topicarousel .slick-list {
		margin: 0;
	}
	.topicarousel .slick-prev {
		margin-left: -25px;
	}
	.topicarousel .slick-next {
		margin-right: -25px;
	}
	.metadata li {
		display: inline-block;
		margin: 0 7px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	select,
	textarea,
	input,
	#secondtopbar .container > #search.active #searchform input {
		font-size: 16px!important;
	}
	#secondtopbar .container > #search #searchform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: transparent;
	}
	#secondtopbar .container > #search #searchform ::-moz-placeholder { /* Firefox 19+ */
		color: transparent;
	}
	#secondtopbar .container > #search #searchform :-ms-input-placeholder { /* IE 10+ */
		color: transparent;
	}
	#secondtopbar .container > #search #searchform :-moz-placeholder { /* Firefox 18- */
		color: transparent;
	}

}

@media only screen and (max-width: 667px) and (min-width: 320px) {

	body ._form_23 > div > form > ._form-content ._form_element {
		display: none!important;
	}

	body ._form_23 > div > form > ._form-content ._form_element + ._form_element {
		display: inline-block!important;
	}
	body form._form_23 > div, body ._form_13 > div > form._form._form_13 > div {
		/*margin-top: -19px!important;*/
	}
}