/*
Bem-vindo ao CSS personalizado!

Para saber como ele funciona, acesse https://wp.me/PEmnE-Bt
*/
.site-heading {
	border-top: 3px solid #000;
	border-bottom: 6px solid #66227e;
	margin: 0;
	padding: 30px 0;
}

.single #page .site-main {
	border-top: 3px solid #66227e;
	padding: 20px 0 0;
}

.comments-area {
	border-top: 6px solid #65237d;
	padding: 20px 0;
}

#secondary {
	border-top: 6px solid #64237d;
	padding-top: 36px;
	width: 100%;
}

.single .hentry .entry-content {
	float: ;
	margin-bottom: 20px;
	width: calc(100%);
	padding: 0 90px;
}

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

.single .hentry .entry-title {
	font-size: 40px;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: center;
	padding: 0;
}

.wf-active .single .hentry .entry-title {
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	padding: 0;
}

.site-description {
	color: #65237d;
	font-family: "montserrat";
	font-weight: bolder;
	font-size: 25px;
	font-style: italic;
	line-height: 2em;
	margin: 30px 0 33px;
	position: relative;
}

.widget {
	display: inline-block;
	margin: 0 0 60px 30px;
	width: calc(25% - 30px);
	vertical-align: top;
}

.card .entry-header {
	border-top: 3px solid #65237d;
	padding-top: 20px;
	margin-bottom: 20px;
	-ms-transition: border-color .2s ease;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
}

body {
	background: #fff;
	color: #000000;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-size: 17px;
	line-height: 1.5;
	min-height: 100%;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post-hero-image {
	border: 0 !important;
}

/* Wider content on mobile / mm / 2648457-zen */
@media screen and (max-width: 800px) {
	.single .hentry .entry-content {
		padding: 0;
	}
}

element.style {
}

/* Wider content on mobile / mm / 2648457-zen */
@media screen and (max-width: 800px) {
	.wf-active .single .hentry .entry-title {
		font-style: normal;
		font-weight: bolder;
	}
	
	.wf-active .single .hentry .entry-title {
		font-style: normal;
		font-weight: 900;
		text-align: center;
	}
	
	.single .hentry .entry-title {
		font-size: 30px;
		margin-bottom: 10px;
		margin: auto;
		padding: 0;
	}
}

element.style {
}

/* Wider content on mobile / mm / 2648457-zen */
@media screen and (max-width: 800px) {
	.widget {
		display: inline-block;
		margin: 0 0 60px 30px;
		width: calc(50% - 10px);
		vertical-align: top;
	}
}