/*
Theme Name:     Lucas Dupin
Theme URI:      
Description:    Tema principal do site do Artista Lucas Dupin.
Author:         Wenderson Fernandes
Author URI:     https://wendersonfernandes.com
Template:       hoffman
Version:        0.1.0
*/

/* Altera a cor de fundo do corpo*/
body {
	background-color: #f5f3ef;
	font-family: Helvetica, sans-serif;
}
.post-title {
	font-weight: 400;
}

#posts h2.post-title{
	text-align: left;
	font-size: 1.9em;
}
#posts .post-header:after {
	margin: 10px auto 20px 0px;
}

#posts .post-inner {
	padding: 45px 0;
}

#posts .post-meta.top {
	margin-bottom: 10px;
	text-transform: capitalize;
	text-align: left;
}

.main-menu {
	justify-content: end;
}


.main-menu:after {
	background-color: #FFF;
	width: 0;
}

.main-menu > li:last-child > a {
	padding: 18px 0 18px 18px;
}

.main-menu > li:last-child::after {
    background-color: transparent;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 0px;
}

.main-menu > li:before {
	content: "";
}

.main-menu > li:after {
	content: "/";
	display: inline-block;
	color: #444;
}

.main-menu .active a, 
.main-menu .current-menu-item a,
.main-menu li:hover > a, 
.main-menu li.focus > a {
	color: #928452;
}

.header.group:after{
	content: none;
}

.header {
	/*background-color: #fff;*/
	padding: 0;
}
.header  {
	margin: 0 auto 0;
}

.header .wrapper {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    transition: padding 0.4s ease-in-out;
    z-index: 1000;
}

.header-titles {
	text-align: left;
	padding: 0;
	max-width: 300px;
}

.blog-title{
	padding: 10px 0 10px 0;
}
.blog-title a {
	color: #000;
	font-family: Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.4;
}

.blog-title a span em{
	font-family: 'STIX Two Text', serif;
	font-weight: 400;
	font-size: 1.1em;
}
.navigation .section-inner {
	width: 1200px;
	max-width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bg-white {
	background: #FFF;
}

/*Remover o entalhe no elemento wrapper*/
.wrapper:after {
	border-top-color: #f9f9f9;
	border: none;
}

/*Modifica fonte para Helvetica*/
.post-content{
	font-family: Helvetica, sans-serif;
}

.wp-block-image {
	float: left;
}

@media ( min-width: 1250px ) {
	.post-content .alignleft, .post-content .alignright{
		max-width: 1000px;
		width: 1000%;
		margin-top: 0;
    margin-bottom: 0;
	}
	/*Alinhar imagens à esquerda*/
	.post-content .alignleft{
		margin-left: -250px;
	}

	.home	.post-content .wp-block-nextend-smartslider3{
		max-width: 1200px;
		width: 1200px;
		margin-left: -60px;
		margin-top: -70px;
	}

	/*Alinhar imagens à direita*/
	.post-content .alignright{
		margin-right: -250px;
	}
}

h1, h2, h3, h4, h5, h6 {
	margin: 60px 0 30px;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 100%;
	text-transform: none;
}

/* Aplica a títulos e subtítulos em negrito a família de fonte STIX Two Text*/
h1 em, 
h2 em, 
h3 em, 
h4 em, 
h5 em, 
h6 em {
	font-family: 'STIX Two Text', serif;
}

.wp-block-file.aligncenter {
	background: transparent;
}

button, 
.button, 
.faux-button, 
:root .wp-block-button__link, 
:root .wp-block-file__button, 
input, 
textarea,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-family: Helvetica, sans-serif;
	font-weight: 400;
}

/* Estiliza o formulário de newsletter*/
.newsletter-container{
	background-color: #928452;
}
.newsletter-container .post-inner{
	padding: 35px 0 70px 0;
}

.newsletter-container h2{
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}

/* Customiza o formulário mínimo do newsletter plugin*/
.tnp-subscription-minimal input.tnp-email {
	max-width: none;
	margin-right: 1%;
	font-size: 1rem;
}

/* Customiza o botão assine da newsletter de acordo com os demais botões do tema*/
.tnp-subscription-minimal input.tnp-submit {
	background-color: #333;
	color: #fff;
	border: 2px solid transparent;
}

.tnp-subscription-minimal input.tnp-submit:hover {
	border: 2px solid currentColor;
	background: #928452;
	color: #333;
}

/* Estiliza o output customizado do bloco heading*/
.wp-block-heading{
	float: left;
	margin-bottom: 50px;
	margin-top: 50px;
}

.wp-block-heading h2 {
	width: 70%;
	margin: auto 0;
}

@media ( max-width: 600px ) {
	figcaption.caption { 
		margin: 0;
	}
	#posts .column, #posts .column:nth-child(3) {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
	}

	#posts .column-2{
    padding-top: 20px;
	}
}

@media (max-width: 500px){
	.post-content .alignleft, .post-content .alignright {
		margin: 0 auto;
	}
	.wp-block-heading{
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.wp-block-media-text .wp-block-media-text__content {
		padding: 30px 0;
	}

	.nav-toggle, button.nav-toggle {
		display: block;
	}
}

@media ( max-width: 750px ) {
	.blog-title {
			font-size: 0.9em;
	}

.header .wrapper {
    padding: 0 5%;
    flex-direction: row-reverse;
}
}

@media(max-width: 1250px){
	.post-content .alignleft, .post-content .alignright {
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
	}
}

figure.project-cover-image {
/*	width: 33.3%;
	padding: 0.5%;*/
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image, 
.blocks-gallery-grid.columns-3 .blocks-gallery-item, 
.wp-block-gallery.columns-3 .blocks-gallery-image, 
.wp-block-gallery.columns-3 .blocks-gallery-item{
	width: 33.3%;
	display: block;
	float: left;
	padding: 0.5%;
	margin-right: 0;
}
