/*
	Theme Name: Myne APP
	Text Domain: fortivida
	Version: 1.0
	Author: Fabrício Fernandes
*/

body, label, input, select, h1, h2, h3, h4, button, textarea {
	font-family: 'Poppins', Arial;
}

input, select, textarea {
	letter-spacing: 0.5px;
}

::selection {
	background: rgb(241, 241, 241);
  }


body {
	background-color: #ffffff;
	letter-spacing: 0.5px;
}

body, p, input, select, textarea, h1, h2, h3, h4 {
	color: rgb(34, 34, 34);
}

.button, a {
	color: #AA00FF;
}

.main-content a:hover {
	color: #AA00FF;
	text-decoration: underline;
}

.button {
	border-radius: 6px;
	margin-bottom: 0;
	letter-spacing: 0.2px;
	background-color: #AA00FF;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	transition: none;
	height: 50px;
	padding: 10px 20px;
}
.button:active,
.button:focus,
.button:hover {
	background-color: #B928FF;
	color: #ffffff;
	transition: none;
}

header {
	display: flex;
	justify-content: space-between;
	border-bottom: 0.01rem solid rgb(241, 241, 241);
	background-color: rgb(255, 255, 255);
	position: relative;
    height: 5rem;
    padding: 0 2.5rem;
	z-index: 6;
	align-items: center;
}
.header-brand {
	display: flex;
	align-items: center;
}
.header-brand a {
	display: block;
}
.header-brand a img {
	width: 196px;
}

.header-nav nav ul.menu li a {
    color: rgb(34, 34, 34);
    font-size: 13px;
    padding:32px 11px;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}
.header-nav nav ul.menu li a:hover {
	color: rgb(34, 34, 34);
}
.header-nav nav ul.menu li.header-nav-icon {
    display: flex;
    align-items: center;
}
.header-nav nav ul.menu li:last-child span {
    margin-left: 10px;
    border-left: 0.01rem solid rgb(241, 241, 241);
    padding-left: 20px;
    display: flex;
    align-items: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
.header-nav nav ul.menu li.header-nav-icon svg {
	width: 18px;
	height: auto;
	cursor: pointer;
}

main {
	padding: 50px 0 60px;
}

.grid-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	grid-row-gap: 40px;
}
.grid-three {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	grid-row-gap: 40px;
}
.grid-four {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
	grid-row-gap: 50px;
}

.section-cats {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 60px;
	margin-top: 80px;
}

.articles-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
}
.articles-header .title {
	margin-bottom: 0;
	line-height: 31px;
}
.articles-header .title a {
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	color: #AA00FF;
}
.articles-header .title a:hover {
	color: #AA00FF;
	text-decoration: underline;
}


.articles-header-inner {
	margin-bottom: 50px;
	display: block;
}
.articles-header-inner p {
	margin-bottom: 0;
	margin-top: 20px;
	padding-right: 200px;
	border-bottom: 0.01rem solid rgb(241, 241, 241);
	padding-bottom: 35px;
}

.articles-header h1.title {
	display: block;
	font-size: 35px;
	font-weight: bold;
}

.article-thumb {
	margin-bottom: 15px;
	display: block;
}
.article-thumb figure {
	height: 170px;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}
.article-thumb figure:hover {
	opacity: 0.9;
}
.article-thumb figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.article-category a {
	display: inline-block;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #AA00FF !important;
}
.article-category a:hover {
	text-decoration: underline;
}
.article-title h3 {
	margin-bottom: 0;
}
.article-title .article-link {
	font-size: 18px;
    color: rgb(34, 34, 34);
    line-height: 24px;
    display: block;
}
.article-title .article-link:hover {
	text-decoration: underline;
}

.article-meta {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    font-size: 11px;
    letter-spacing: 0.5px;
	margin-top: 10px;
}
.article-meta svg {
	width: 13px;
	height: auto;
	display: none;
}
.article-meta span {
    display: flex;
    align-items: center;
    grid-gap: 5px;
	color: rgb(118, 118, 118);
}

.section-featured {
	border-bottom: 0.01rem solid rgb(241, 241, 241);
	padding-bottom: 30px;
	margin-bottom: 20px;
}


.section-featured .article-thumb figure {
	height: 320px;
	width: 100%;
}
.section-featured .article-title .article-link {
	font-size: 32px;
	line-height: 37px;
}


.articles-header .articles-more {
    display: inline-block;
    border: 1px solid #AA00FF;
    color: #AA00FF;
    padding: 6px 13px;
    font-size: 12px;
    border-radius: 6px;
}
.articles-header .articles-more:hover {
	background-color: #AA00FF;
	color: #ffffff;
}


.section-ads {
	margin: 50px 0;
	margin-bottom: 0;
	padding: 50px 0;
	border-top: 0.01rem solid rgb(241, 241, 241);
	border-bottom: 0.01rem solid rgb(241, 241, 241);
}


.section-news {
	padding: 50px 0;
	border-top: 0.01rem solid rgb(241, 241, 241);
}
.section-news h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
}

.form-news-fields {
	display: flex;
	align-items: center;
	max-width: 45%;
	margin: 0 auto;
	grid-gap: 10px;
}
.form-news input[type="email"] {
    margin-bottom: 0;
    flex: 1;
    box-shadow: none;
    font-size: 15px;
    padding: 12px 15px;
	height: 50px;
	border-radius: 6px;
	letter-spacing: 0.5px;
}

.disclaimer-news {
	margin-top: 18px;
    font-size: 11px;
    letter-spacing: 0.5px;
    display: flex;
	grid-gap: 8px;
    align-items: center;
    justify-content: center;
	color: rgb(118, 118, 118);
}
.disclaimer-news input {
	margin-bottom: 0;
	margin-top: -1px;
	cursor: pointer;
}
.disclaimer-news a {
	color: #AA00FF;
}
.disclaimer-news a:hover {
	color: #AA00FF;
	text-decoration: underline;
}

.fetch a {
	margin-top: 50px;
}
.fetch .button.loading {
	opacity: 0.6;
	cursor: not-allowed;
}


footer {
	background-color: rgb(241, 241, 241);
	padding: 50px 0;
	font-size: 14px;
    letter-spacing: 0.5px;
}

.footer-social {
	display: inline-flex;
	justify-content: center;
	grid-gap: 20px;
	margin-bottom: 0px;
	align-items: center;
}
.footer-social a {
	color: rgb(34, 34, 34);
	display: block;
	height: 28px;
	opacity: 0.6;
}
.footer-social a:hover {
	opacity: 10;
}
.footer-social a svg {
	width: 27px;
	height: auto;
}

footer p {
	margin-bottom: 0px;
}
footer p, .footer-copy {
	opacity: 0.7;
}
.footer-copy {
	font-size: 11px;
}

.footer-nav {
	display: flex;
	justify-content: center;
	grid-gap: 10px;
	margin: 20px 0 13px;
	align-items: center;
}
.footer-nav a {
	font-size: 11px;
	color: rgb(34, 34, 34);
	opacity: 0.7;
}
.footer-nav a:hover {
	text-decoration: underline;
}
.footer-nav span {
	opacity: 0.4;
	font-size: 10px;
}


.dropdown-pane {
	left: 0 !important;
	width: 100% !important;
	background-color: rgb(34, 34, 34);
	border: none !important;
	padding: 20px;
}
.dropdown-pane form {
	max-width: 60%;
	margin: 0 auto;
}
.dropdown-pane .field {
	border: 1px solid #ffffff !important
}

.field {
	border-radius: 6px;
	height: 50px;
	box-shadow: none;
	padding: 12px 15px;
	border: none;
	margin-bottom: 0;
}
.field:focus {
	box-shadow: none;
}

.header-search {
	display: flex;
	grid-gap: 10px;
	align-items: center;
}


.wrapper {
	display: flex;
	grid-gap: 30px;
}
.wrapper .single-article {
	flex: 1;
}

.social-share {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 14px;
}
.social-share a {
	color: rgb(34, 34, 34);
	height: 30px;
	opacity: 0.5;
}
.social-share a:hover {
	opacity: 10;
}
.social-share a svg {
	width: 28px;
	height: auto;
}
.sticky-social {
	width: 28px;
}


.single-article-category {
	display: inline-flex;
}
.single-article-category a {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #AA00FF;
}
.single-article-category a:hover {
	color: #AA00FF;
	text-decoration: underline;
}
.single-article-title {
	margin-bottom: 25px;
}
.single-article-title h1 {
	font-weight: bold;
    line-height: 49px;
    font-size: 42px;
	margin-bottom: 0;
}
.single-article-title p {
    font-size: 19px;
    margin-bottom: 0;
    line-height: 28px;
    margin-top: 15px;
	color: rgb(118, 118, 118);
}
.single-article-meta-item {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 35px;
    font-size: 13px;
	color: rgb(118, 118, 118);
}
.single-article-meta-item svg {
	width: 16px;
	height: auto;
	opacity: 0.4;
	margin-top: -1px;
}
.single-article-meta-item span {
	display: flex;
	align-items: center;
	grid-gap: 7px;
}

.single-article-thumb {
	margin-bottom: 35px;
}
.single-article-thumb figure {
	height: 370px;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}
.single-article-thumb figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-content h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 23px;
	margin-top: 30px;
}
.main-content h3 {
	font-size: 21px;
	font-weight: bold;
	line-height: 29px;
	margin-bottom: 23px;
	margin-top: 30px;
}
.main-content p, 
.main-content ul,
.main-content ol {
	font-size: 17px;
} 
.main-content ul,
.main-content ol {
	margin-bottom: 30px;
	margin-top: 20px;
	margin-left: 30px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 6px;
}
.main-content ul,
.main-content ol {
	list-style: none;
	position: relative;
}
.main-content ul li {
	position: relative;
	padding-left: 21px;
}
.main-content ol {
	counter-reset: my-awesome-counter;
}
.main-content ol li {
	grid-gap: 10px;
	counter-increment: my-awesome-counter;
	padding-left: 34px;
}
.main-content ol li:before {
    content: counter(my-awesome-counter);
    width: 25px;
    height: 25px;
    background-color: #AA00FF;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding-top: 3px;
    border-radius: 50%;
    padding-left: 1px;
	position: absolute;
	left: 0;
}

.main-content ul li:before {
    content: '•';
	margin-top: 8px;
    color: #AA00FF;
    font-size: 35px;
    line-height: 10px;
	position: absolute;
	left: 0;
}


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


.sidebar-item .articles {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 25px;
}
.sidebar-item .articles .article {
	display: flex;
	grid-gap: 20px;
}
.sidebar-item .articles .article .article-thumb {
    margin-bottom: 0;
}
.sidebar-item .articles .article .article-thumb figure {
    width: 130px;
    height: 130px;
}
.sidebar-item .articles .article .article-title {
	flex: 1;
}
.sidebar-item .article-title .article-link {
	font-size: 16px;
	line-height: 22px;
}

.sidebar-item .articles-header {
	margin-bottom: 23px;
}
.articles-related .articles-header span,
.sidebar-item .articles-header span {
	font-weight: bold;
	font-size: 25px;
}
.sidebar {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 50px;
}

.articles-related {
	margin-top: 50px;
	border-top: 0.01rem solid rgb(241, 241, 241);
	padding-top: 50px;
}

.section-tags {
	margin-top: 40px;
	display: inline-flex;
	grid-gap: 5px;
	align-items: center;
}
.section-tags span {
	margin-right: 4px;
	font-weight: bold;
}
.section-tags a {
	background-color: #AA00FF;
	color: #ffffff;
	text-transform: lowercase;
	border-radius: 6px;
	padding: 6px 10px;
	font-size: 13px;
}
.section-tags a:hover {
	background-color: #B928FF;
	color: #ffffff;
}

.has-tip {
	border: none;
	cursor: pointer;
}
.tooltip {
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	border-radius: 6px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 120px;
	color: #ffffff;
}

.section-posts-simple .article-thumb {
	display: none;
}

.off-canvas {
	background-color: rgb(34, 34, 34);
}
.js-off-canvas-overlay {
	background: rgba(0, 0, 0, .75);
}

.off-canvas nav ul.menu li a {
	color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
	outline: none;
    padding: 16px 30px;
	padding-right: 20px;
    text-align: left;
}
.off-canvas .header-search {
	display: grid;
	grid-template-columns: 1fr;
	padding: 30px 15px;
}
.off-canvas .header-search input[type=search] {
    margin-bottom: 0;
    height: 50px;
    font-size: 14px;
    box-shadow: none;
	padding: 12px 15px;
    border: none;
    border-radius: 6px;
}
.header-menu-border {
	border-top: 1px solid #333333;
	padding-top: 25px;
    margin-top: 25px;
	margin-bottom: 30px;
}
.off-canvas .header-search span {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}



.wp-block-image {
	overflow: hidden;
	margin: 40px 0;
}
.wp-block-image figure img {
	border-radius: 8px;
}
.wp-block-image figure figcaption {
    color: rgb(118, 118, 118);
    font-size: 13px;
    margin-top: 10px;
    font-style: italic;
}
.wp-block-image figure.aligncenter {
	text-align: center;
}


@media (max-width: 1120px) {
	.header-nav nav ul.menu li:nth-child(2) {
		display: none;
	}
}
@media (max-width: 1024px) {
	.sticky-social {
		display: none;
	}
	.sidebar {
		margin-top: 50px;
	}
}

@media (max-width: 1000px) {
	.header-nav nav ul.menu li:nth-child(3) {
		display: none;
	}
}
@media (max-width: 860px) {
	.header-nav nav ul.menu li {
		display: none !important;
	}
	.header-nav nav ul.menu li.hide-for-medium {
		display: flex !important;
	}
	.header-nav nav ul.menu li.hide-for-medium span {
		display: flex;
		align-items: center;
	}
	.header-nav nav ul.menu li.hide-for-medium span svg {
		width: 32px;
		height: auto;
		cursor: pointer;
	}
	.form-news-fields {
		max-width: 70%;
	}
	.articles-header-inner p {
		padding-right: 0;
	}
	.grid-four {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 639px) {
	header {
		padding-left: 20px;
		padding-right: 20px;
	} 
	main {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		padding-bottom: 45px;
	}
	.section-featured .article-thumb figure {
		height: 190px;
	}
	.section-featured .article-title .article-link {
		font-size: 22px;
		line-height: 28px;
	}
	.grid-two,
	.grid-three,
	.grid-four {
		grid-template-columns: 1fr;
		grid-row-gap: 25px;
	}
	.article-title .article-link {
		font-size: 16px;
		line-height: 22px;
	}
	.section-cats {
		 grid-gap: 55px;
		 margin-top: 55px;
	}
	.section-posts .articles .article {
		display: flex;
		grid-gap: 20px;
	}
	.section-posts .articles .article-title {
		flex: 1;
	}
	.section-posts .articles .article-thumb {
		margin-bottom: 0;
	}
	.section-posts .articles .article-thumb figure {
		width: 130px;
		height: 130px;
	}
	.section-posts-simple .article-thumb {
		display: block;
	}
	.section-posts-simple .articles {
		margin-bottom: 25px;
	}
	.section-featured {
		margin-bottom: 30px;
	}
	.articles-header .title a {
		 font-size: 20px;
	}
	.articles-header .articles-more {
		font-size: 11px;
		padding: 5px 10px;
	}
	.fix-pd {
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-news {
		padding: 35px 0;
	}
	.section-news h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
	}
	
	.form-news-fields {
		max-width: 100%;
		display: grid;
		grid-template-columns: 1fr;
	}
	.disclaimer-news {
		text-align: left;
	}
	.form-news input[type="email"] {
		font-size: 14px;
	}
	.footer-nav {
		 display: grid;
		 grid-template-columns: 1fr;
		 margin: 25px 0 30px;
	}
	.footer-nav span {
		display: none;
	}
	.footer-nav a {
		font-size: 13px;
		padding: 4px 0;
	}
	.articles-header-inner {
		margin-bottom: 35px;
	}
	.articles-header-inner p {
		padding-bottom: 30px;
		margin-top: 15px;
	}
	p {
		font-size: 14px;
	}
	.articles-header h1.title {
		margin-top: 10px;
		font-size: 25px;
	}
	.fetch a {
		margin-top: 40px;
		display: flex;
		justify-content: center;
	}
	.single-article-title h1 {
		line-height: 33px;
		font-size: 28px;
	}
	.single-article-category a {
		font-size: 13px;
	}
	.single-article-title p {
		font-size: 15px;
		line-height: 22px;
	}
	.single-article-meta-item {
		font-size: 11px;
		margin-bottom: 25px;
	}
	.single-article-meta-item svg {
		width: 14px;
		margin-top: 0;
	}
	.single-article-thumb figure {
		height: 200px;
	}
	.main-content p, .main-content ul, .main-content ol {
		font-size: 15px;
	}
	.main-content h2 {
		font-size: 21px;
		line-height: 26px;
		margin-bottom: 15px;
		margin-top: 25px;
	}
	.main-content h3 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
		margin-top: 25px;
	}
	.main-content ul, .main-content ol {
		margin-left: 20px;
	}
	.articles-related .articles-header span, .sidebar-item .articles-header span {
		font-size: 20px;
	}
	.main-content ul li:before {
		margin-top: 7px;
	}
	.articles-related .article:last-child {
		display: none;
	}
	.articles-related {
		margin-top: 20px;
		padding-top: 40px;
	}
	.social-share-mobile .social-share {
		display: flex;
		margin-bottom: 30px;
		grid-gap: 15px;
	}
	.social-share a svg {
		width: 32px;
	}
	.section-tags a {
		font-size: 12px;
		padding: 5px 10px;
	}
	.section-tags span {
		font-size: 14px;
	}
	.button {
		font-size: 14px;
	}
}