/*
Theme Name: koyo shomu
Author: bruno fernandes
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: inspiro
Text Domain: inspirochild

*/


.site .btn, 
.site .button,
.site .more-link,
.site .more_link,
.site .side-nav .search-form .search-submit,
.site .wpzabb-post-grid-more {
    font-family: "Lato";
}

.home .site-header.headroom--top {
	opacity: 0;
	transition: opacity 1s;
}

/*blog*/
/*archive*/
.blog .site-main,
.archive .site-main {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.blog .site-main article,
.archive .site-main article {
    max-width: 18rem;
}

.blog .entry-title {
    font-size: 1.5rem;
}

.blog .content-area .site-main article .entry-header .entry-title,
.archive .content-area .site-main article .entry-header .entry-title {
	text-align: left;
	padding: 0 1.5rem;
	font-size: 20px;
}

.blog .post-categories,
.archive .post-categories {
    color: #c5c5c5;
    text-transform: uppercase;
    margin-bottom: 2rem;
	text-align: left;
	padding: 0 1.5rem;
	font-size: 14px;
}

.blog .post-thumbnail a,
.archive .post-thumbnail a {
	overflow: hidden;
	background-color: black;
}

.blog .post-thumbnail a img:hover,
.archive .post-thumbnail a img:hover {
	transform: scale(1.05);
	opacity: 0.8;
	transition-property: opacity,transform;
}


/*post*/
.blog .entry-meta,
.archive .entry-meta,
.blog .link-more,
.single .entry-meta,
.single .entry-footer {
	display: none;
}

.post-navigation {
	margin: 60px auto 0;
	background: #0f1010;
	text-align: center;
}

.post-navigation a,
.post-navigation a .nav-title:hover {
	color: white;
}

.nav-links {
	display: flex;
}

.nav-previous,
.nav-next {
	width: -moz-available;
}

.next-content,
.previous-content {
	color: #fff;
	position: relative;
	z-index: 1;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 1px solid transparent;
	transition: border-bottom .2s ease;
}

.nav-subtitle {
	font-weight: 700;
	margin: 0 0 15px;
	color: #fff;
	opacity: 1;
	display: block;
	font-size: 1rem;
}

.previous-info,
.next-info {
	margin: 0;
	z-index: 1;
	padding: 10% 5%;
	min-height: 250px;
	position: relative;
}

.next-cover,
.previous-cover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .7;
	background-size: cover;
	background-position: center center;
	background-color: #000;
	transition: .2s ease all;
}

.next-cover:hover,
.previous-cover:hover  {
	opacity: .4;
}

/*oficina*/
.page .entry-header {
	display: none;
}

.page main .entry-content {
	margin-top: 0;
}

.page .entry-content .alignfull:not(.wp-block-group):not(.wp-block-post-featured-image):not(.wp-block-query):not(.wpzoom-blocks_portfolio-block):not(.wp-block-cover) img {
	width: auto;
}

/*footer*/
.wp-block-jetpack-contact-form-container form>div {
	padding: none !important;
}

.contact-form .is-style-outlined .grunion-field-wrap textarea {
	width: 100%;
}

footer input,
footer textarea {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid;
	width: 100%;
	
}

.contact-form .is-style-outlined .grunion-field-wrap > input {
	
	border-color: white !important;
}

.contact-form-submission h4 {
	color: #076c65;
	font-weight: 600;
}

.contact-form-submission {
	border-bottom: 1px solid #78787F;
	border-top: 1px solid #78787F;
}

.go-back-message a {
	display: none;
}

.site .site-info .copyright {
	display: none;
}
