/*
	Theme Name: Swagablog-v2
	Theme URI: 
	Author: Fattoria
	Author URI: https://fattoriaweb.com.br/
	Description: Wordpress Theme
	Version: 2.0
*/

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}

*, ::after, ::before {
	box-sizing: border-box;
}

:root {
	--dark-00: #111111;
	--dark-01: #070707;
	--light-00: #fff;
	--light-01: #fbf7dc;
	--light-02: #F1DEA0;
	--light-03: #FAF7DF;
	--light-04: #EFE9C7;
	--light-05: #CEB997;
	--light-06: #CEC58D;
	--red: #9b1738;
	--green: #0b3829;
	--dark-green: #042f21;
	--orange: #e96c46;
	--blue: #2f85c2;
}

html {
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	background-color: var(--light-01);
	color: var(--dark-00);
	font-family: "league-gothic", sans-serif;
}

a{
	text-decoration: none;
	transition: all ease 0.4s;
}

.futura-pt{ font-family: "futura-pt"; }

/* Components */

.container{
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}

@media (min-width: 768px){
	.container{
		margin: 0 auto;
		max-width: 700px;
	}
}

@media (min-width: 992px){
	.container{
		max-width: 900px;
	}
}

@media (min-width: 1200px){
	.container{
		max-width: 1200px;
	}
}

@media (min-width: 1300px){
	.container{
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1600px){
	.container{
		max-width: 1400px;
	}
}

.btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	height: 32px;
	font-family: "futura-pt";
	font-weight: 500;
	font-size: 18px;
	background-color: var(--light-01);
	color: var(--dark-00);
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all ease 0.4s;
}

@media (min-width: 1200px){
	.btn{
		height: 40px;
	}
}

.btn--red,
.btn--red:visited{
	background-color: var(--red);
	color: var(--light-01);
}

.btn--red:hover,
.btn--red:focus,
.btn--red:focus:hover{
	background-color: var(--orange);
	color: var(--dark-00);
}

.btn--green,
.btn--green:visited{
	background-color: var(--green);
	color: var(--light-01);
}

.btn--green:hover,
.btn--green:focus,
.btn--green:focus:hover{
	background-color: var(--orange);
	color: var(--dark-00);
}

.btn--large{
	height: 40px;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
}

@media (min-width: 992px){
	.btn--large{
		height: 62px;
		font-size: 24px;
		font-weight: 450;
	}
}

@media (min-width: 1200px){
	.btn--large{
		height: 70px;
		font-size: 32px;
	}
}

.header{
	padding: 19px 0;
	background-color: var(--light-01);
	box-shadow: 0px 45px 54.4px 0px rgb(213 208 178 / 25%);
}

@media (min-width: 1200px){
	.header{
		padding: 15px 0;
	}
}

.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .header_logo{
	display: flex;
	width: 147px;
}

@media (min-width: 992px){
	.header .header_logo{
		width: 168px;
	}
}

.header .header_right{
	display: flex;
	align-items: center;
}

.header_link{
	transition: all ease 0.4s;
}

.header_link:hover,
.header_link:focus{
	opacity: 0.7;
}

.header .header_icone{
	display: flex;
	margin-right: 12px;
	width: 24px;
	font-size: 24px;
	color: var(--dark-00);
}

@media (min-width: 1200px){
	.header .header_btn{
		width: 190px;
	}
}

.footer{
	background-color: var(--light-01);
	font-family: "futura-pt";
}

.footer .footer_main{
	padding: 48px 0 32px;
	background-color: transparent;
}

@media (min-width: 992px){
	.footer .footer_main{
		padding: 19px 0;
		background-color: var(--light-01);
		box-shadow: 0px 45px 54.4px 0px rgb(213 208 178 / 25%), 0px -45px 54.4px 0px rgb(213 208 178 / 25%);
	}
}

.footer .footer_main .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 32px;
}

@media (min-width: 992px){
	.footer .footer_main .container{
		flex-direction: row;
		justify-content: space-between;
	}
}

.footer_logo-link{
	transition: all ease 0.4s;
}

.footer_logo-link:hover{
	opacity: 0.5;
}

.footer_main_logo{
	display: flex;
	width: 210px;
}

@media (min-width: 992px){
	.footer_main_logo{
		width: 168px;
	}
}

.footer_main_nav{
	
}

.footer_main_nav_list,
.footer .menu{
	display: flex;
	align-items: center;
	flex-direction: column;
	column-gap: 24px;
	row-gap: 8px;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 992px){
	.footer_main_nav_list,
	.footer .menu{
		flex-direction: row;
	}
}

.footer_main_nav_list_link,
.footer .menu a{
	text-decoration: none;
	font-size: 32px;
	font-family: "league-gothic", sans-serif;
	font-weight: 400;
	color: var(--dark-00);
	text-transform: uppercase;
	transition: all ease 0.4s;
}

.footer_main_nav_list_link:hover,
.footer .menu a:hover{
	opacity: 0.5;
}

@media (min-width: 992px){
	.footer_main_nav_list_link,
	.footer .menu a{
		font-family: inherit;
		font-size: 20px;
		font-weight: 450;
		text-transform: initial;
	}
}

.footer_main_social_list{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 16px;
	margin: 0;
	width: 100%;
	padding-left: 0;
	list-style: none;
	padding-bottom: 32px;
	border-bottom: 1px solid var(--dark-00);
}

@media (min-width: 992px){
	.footer_main_social_list{
		width: 168px;
		justify-content: flex-end;
		padding-bottom: 0;
		border-bottom: none;
	}
}

.footer_main_social_list_link{
	display: flex;
	transition: all ease 0.4s;
}

.footer_main_social_list_link:hover{
	opacity: 0.5;
}

.footer_main_social_list_link_icon{
	display: flex;
	width: 22px;
}

.footer .footer_rights{
	color: var(--dark-00);
	text-align: center;
}

@media (min-width: 992px){
	.footer .footer_rights{
		text-align: left;
	}
}

@media (min-width: 992px){
	.footer .footer_rights .container{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 195px;
	}
}

.footer_rights_address{
	margin: 0 auto 32px;
	max-width: 230px;
	font-size: 16px;
	font-weight: 500;
}

@media (min-width: 992px){
	.footer_rights_address{
		margin-bottom: 24px;
		max-width: initial;
		font-size: 18px;
	}
}

.footer_rights_wrapper{
	display: flex;
	flex-direction: column-reverse;
	font-size: 14px;
}

@media (min-width: 992px){
	.footer_rights_wrapper{
		flex-direction: row;
		column-gap: 24px;
	}
}

.footer_rights_college{
	margin-top: 24px;
	margin-bottom: 0;
}

@media (min-width: 992px){
	.footer_rights_college{
		margin-top: 0;
	}
}

.footer_rights_nav{
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	column-gap: 16px;
}

@media (min-width: 992px){
	.footer_rights_nav{
		flex-direction: row;
	}
}

.footer_rights_link{
	color: inherit;
}

.footer .footer_rights::after{
	content: '';
	display: block;
	margin-top: 24px;
	width: 100%;
	height: 32px;
	background: var(--green);
}

@media (min-width: 1200px){
	.footer .footer_rights::after{
		margin-top: 0;
		height: 50px;
	}
}

.main-nav{
	display: flex;
	flex-direction: column;
	background-color: var(--dark-green);
	overflow: hidden;
}

@media (min-width: 992px){
	.main-nav{
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

.main-nav_wrapper{
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}

@media (min-width: 768px){
	.main-nav_wrapper{
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px){
	.main-nav_wrapper{
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

.main-nav_link{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 210px;
	cursor: pointer;
}

@media (min-width: 992px){
	.main-nav_link{
		padding: 0 12px;
		width: 100%;
		max-width: 360px;
		height: 283px;
	}
}

.main-nav_link:nth-child(odd){
	background-color: var(--green);
}

@media (min-width: 768px) and (max-width: 991px){
	.main-nav_link:nth-child(odd){
		background-color: transparent;
	}
	.main-nav_link:nth-child(3n+1){
		background-color: var(--green);
	}
}

.main-nav_link_title{
	margin-bottom: 8px;
	color: var(--light-01);
	font-size: 32px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
}

@media (min-width: 992px){
	.main-nav_link_title{
		font-size: 40px;
	}
}

.main-nav_link_text{
	color: var(--orange);
	font-family: "futura-pt";
	font-size: 14px;
	font-weight: 450;
	line-height: normal;
}

@media (min-width: 992px){
	.main-nav_link_text{
		font-size: 16px;
	}
}

.main-nav_link_icon{
	margin-top: 16px;
	width: 24px;
}

@media (min-width: 992px){
	.main-nav_link_icon{
		margin-top: 14px;
		width: 32px;
	}
}

.main-nav.main-nav--mobile .main-nav_wrapper{
	display: flex;
	flex-direction: column;
}

.main-nav.main-nav--mobile .main-nav_link{
	max-width: 100%;
}

@media (min-width: 992px){
	.main-nav.main-nav--mobile .main-nav_link{
		height: 233px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.main-nav--mobile.main-nav_link:nth-child(odd){
		background-color: var(--green) !important;
	}
	.main-nav--mobile.main-nav_link:nth-child(3n+1){
		background-color: inherit;
	}
}

.card-post{
	display: flex;
	align-items: center;
	flex-direction: column;
	font-family: "futura-pt";
	color: var(--dark-00);
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all ease 0.4s;
}

@media (min-width: 992px){
	.card-post{
		flex-direction: row;
		column-gap: 12px;
		padding: 16px;
		background-color: rgba(241, 222, 160, 0.9);
		text-align: left;
		box-shadow: 0px 4px 0px 0px rgba(206, 185, 151, 0.9);
	}
}

@media (min-width: 1200px){
	.card-post{
		column-gap: 16px;
		padding: 16px 26px 16px 16px;
	}
}

.card-post:hover{
	background-color: rgba(241, 222, 160, 1);
	box-shadow: 0px 4px 0px 0px rgba(206, 185, 151, 1);
}

.card-post:hover,
.card-post:visited,
.card-post:focus,
.card-post:active{
	color: var(--dark-00);
}

.card-post_img{
	margin-bottom: 24px;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

@media (min-width: 992px){
	.card-post_img{
		margin-bottom: 0;
		width: 120px;
		height: 115px;
	}
}

@media (min-width: 1200px){
	.card-post_img{
		width: 170px;
		height: 165px;
	}
}

.card-post .post-categories{
	display: flex;
	align-items: center;
	column-gap: 16px;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.card-post .post-categories li{
	display: none;
}

.card-post .post-categories li:nth-of-type(1){
	display: block;
}

.card-post .post-categories a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	min-width: 75px;
	height: 27px;
	background-color: var(--red);
	color: var(--light-01);
	font-size: 12px;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
	text-transform: capitalize;
}

.card-post_tag-wrapper{
	display: flex;
	align-items: center;
	column-gap: 16px;
}

.card-post_tag{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	height: 27px;
	font-size: 12px;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
	text-transform: capitalize;
}

@media (min-width: 992px){
	.card-post_tag{
		min-width: 60px;
		height: 20px;
	}
}

@media (min-width: 1200px){
	.card-post_tag{
		min-width: 75px;
		height: 27px;
	}
}

.card-post_tag.card-post_tag--red{
	background-color: var(--red);
	color: var(--light-01);
}

.card-post_time{
	margin: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
}

.card-post_title{
	display: block;
	margin-top: 16px;
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (min-width: 992px){
	.card-post_title{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		margin-top: 8px;
		margin-bottom: 4px;
		font-size: 18px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media (min-width: 1200px){
	.card-post_title{
		margin-top: 16px;
		margin-bottom: 12px;
		font-size: 24px;
	}
}

.card-post_text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 18px;
	font-weight: 450;
	line-height: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (min-width: 992px){
	.card-post_text{
		width: 90%;
		font-size: 16px;
	}
}

@media (min-width: 1200px){
	.card-post_text{
		width: 70%;
		font-size: 18px;
	}
}

.card-post_text p{
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 18px;
	font-weight: 450;
	line-height: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (min-width: 992px){
	.card-post_text p{
		font-size: 16px;
	}
}

@media (min-width: 1200px){
	.card-post_text p{
		font-size: 18px;
	}
}

.post{
	display: flex;
	flex-direction: column;
	padding: 0;
	background-color: transparent;
	font-family: "futura-pt";
	color: var(--dark-00);
	text-align: left;
	border: none;
	cursor: pointer;
}

.post:hover .post_tag-wrapper,
.post:hover .post_title,
.post:hover .post_desc{
	opacity: 0.5;
	
}

.post_img{
	display: flex;
	margin-bottom: 25px;
	width: 100%;
	aspect-ratio: 2/1.25;
	object-fit: cover;
	transition: all ease 0.4s;
}

.post_tag-wrapper{
	display: flex;
	align-items: center;
	column-gap: 16px;
	transition: all ease 0.4s;
}

.post .post-categories{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 16px;
	margin: 0;
	flex: 1;
	padding-left: 0;
	list-style: none;
}

.post .post-categories li{
	display: none;
}

.post .post-categories li:nth-of-type(1){
	display: block;
}

.post .post-categories a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	min-width: 75px;
	height: 27px;
	background-color: var(--red);
	color: var(--light-01);
	font-size: 12px;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
	text-transform: capitalize;
}

.post_time{
	margin: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
}

.post_title{
	margin-top: 16px;
	margin-bottom: 14px;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	transition: all ease 0.4s;
}

.post_desc{
	transition: all ease 0.4s;
}

.post_desc p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 0;
	font-size: 20px;
	font-weight: 450;
	line-height: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

.page-404{
	padding-top: 80px;
	padding-bottom: 80px;
	min-height: calc(100vh - 100px);
	color: var(--dark-01);
}

.page-404_title{
    margin-top: 0;
    margin-bottom: 16px;
	font-size: 48px;
	font-weight: 400;
	line-height: 94%;
	text-shadow: 0px 4px 0px #CEC58D;
    text-transform: uppercase;
}

@media (min-width: 768px){
	.page-404_title{
		margin-bottom: 24px;
		font-size: 67px;
		text-shadow: 0px 8px 0px var(--light-06);
	}
}

.page-404_text{
	margin-top: 0;
    margin-bottom: 32px;
	font-family: "futura-pt";
	font-size: 24px;
}

.page-404_search{
	margin-top: 0;
	margin-bottom: 32px;
	text-align: center;
}

.page-404_widgets{
	display: flex;
	width: 100%;
	column-gap: 32px;
	justify-content: space-around;
}

.page-404 .widgettitle{
    margin-top: 24px;
    margin-bottom: 16px;
	color: var(--dark-01);
	font-size: 32px;
	font-weight: 400;
	line-height: 94%;
	text-shadow: 0px 4px 0px #CEC58D;
    text-transform: uppercase;
}

@media (min-width: 768px){
	.page-404 .widgettitle{
		font-size: 48px;
		text-shadow: 0px 8px 0px var(--light-06);
	}
}

.page-404_widgets ul{
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.page-404_widgets li + li{
	margin-top: 8px;
}

.page-404_widgets a{
	font-family: "futura-pt";
	color: var(--red);
	font-size: 20px;
	text-decoration: underline;
}

.page-404 .search-form{
	display: flex;
	justify-content: center;
}

.page-404 .search-field{
	margin-bottom: 0;
	padding: 10px;
	width: 100%;
	max-width: 600px;
	background-color: var(--light-00);
	color: var(--dark-00);
	font-family: "futura-pt";
	font-size: 18px;
	font-weight: 450;
	line-height: normal;
	border: none;
}

.page-404 .search-field::placeholder{
	color: var(--dark-00);
	font-family: "futura-pt";
	font-size: 18px;
	font-weight: 450;
	line-height: normal;
}

.page-404 .search-submit{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	font-family: "futura-pt";
	font-weight: 500;
	font-size: 18px;
	background-color: var(--red);
	color: var(--light-01);
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all ease 0.4s;
}