/* 
Theme Name: Trovas
Theme URL: https://ciclope.art.br/
Theme Author: Lucas Junqueira (lucas@ciclope.art.br)
Author URL: http://yourdomain.com
Template: twentytwentyone
Version: 1.0.0 
Text Domain: trovas
*/

#masthead {
	text-align: center;
	padding: 0;
	display: block;
}

#trlogo {
	border: none;
	width: 60%;
	margin-top: 10px;
	margin-bottom: 20px;
}

#trhomesep {
	width: 100%;
	border: solid 2px #cecece;
}

#primary-menu-list {
	display: inline-block;
	margin-top: 10px;
	font-size: 22px;
	line-height: 1;
}

#primary-menu-list li {
	display: inline-block;
}

#primary-menu-list a:link, #primary-menu-list a:visited {
	color: #c47300;
}

#primary-menu-list a:hover, #primary-menu-list a:active {
	
}

#main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--responsive--alignwide-width);
}

.post {
	flex-basis: 48%;
	margin: 0;
}

.site-main > article > .entry-footer {
	border: none;
}

.menu-button-container #primary-mobile-menu {
	color: #555555;
}

.entry-title a:link, .entry-title a:visited {
	text-decoration: none;
	font-size: 36px;
}

.entry-title a:hover, .entry-title a:active {
	text-decoration: underline;
}

.entry-content {
	color: #555555;
	margin-bottom: 50px !important;
}

.entry-content a:link, .entry-content a:visited {
	text-decoration: none;
	color: #c47300;
}

.entry-content a:hover, .entry-content a:active {
	text-decoration: underline;
}

.trsoares {
	width: 100%;
	text-align: center;
}

.trsoares img {
	border: none;
	width: 60%;
}

.mobileonly {
	display: none;
}

.deskonly {
	display: block;
}

.mobileonlyinline {
	display: none;
}

.deskonlyinline {
	display: inline;
}

#colophon {
	margin-top: 30px;
}

.site-info {
	display: none !important;
}

.widget-area {
	margin-top: 0;
}

.singular .entry-header {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.singular .entry-title {
	font-size: 50px;
	font-weight: bold;
}

h2 {
	font-size: 25px;
	color: #000000;
	font-weight: bold;
}

.videolinks p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	text-align: center;
}

.wpcf7 {
	max-width: none !important;
	width: 100%;
}

.wpcf7-text {
	border: solid 1px #c47300 !important;
	width: 100% !important;
}

.wpcf7-textarea {
	border: solid 1px #c47300 !important;
	width: 100% !important;
}

.wpcf7-submit {
	background-color: #c47300 !important;
}

.post-13 {
	width: 100%;
}

.trovador-area {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.trovador-box {
	text-align: left;
	display: inline-block;
	width: 45%;
	margin-right: 10px;
}

.trovador-select {
	width: 100%;
	height: 180px;
}

.trovador-textarea {
	height: 180px;
	width: 100%;
	border: solid 1px #cecece;
	margin: 0 !important;
	box-sizing: border-box;
}

.trovador-botao {
	width: 90%;
	background-color: #c47300 !important;
	color: #FFFFFF;
	cursor: pointer;
	padding: 2px 0 6px 0;
	border: 1px solid #ffffff;
}

.trovador-botao:hover {
	border: 1px solid #000000;
}

#trovador-apagar {
	background-color: #E40C10 !important;
	flex-basis: 39%;
}

#trovador-gravar {
	background-color: #11AA00 !important;
	flex-basis: 59%;
}

#trovador-adiciona {
	background-color: #11AA00 !important;
	width: 100%;
	height: 40px;
}

#trovador-query {
	width: 100%;
	margin: 0;
	padding: 1px;
	flex-basis: 45%;
}

#trovador-procura {
	flex-basis: 25%;
}

#trovador-todas {
	flex-basis: 25%;
}

#trovador-livrotextos {
	height: 180px;
}

#trovador-cima {
	flex-basis: 39%;
}

#trovador-baixo {
	flex-basis: 39%;
}
#trovador-remove {
	flex-basis: 19%;
}

.trovas-multibt {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
}

#post-livro {
	margin: 0 auto;
}

.trova-bloco {
	padding: 10px;
	margin: 0 0 5px 0;
	width: 100%;
	color: #767676;
}

#trovas-social {
	margin-top: -25px;
	font-size: 40px;
}

.tr-facebook {
	color: #3b5998;
}

.tr-whatsapp {
	color: #82c91e;
}

.tr-twitter {
	color: #4c6ef5;
}

.tr-link {
	color: #FF5700;
}

#otrovadordigital {
	width: 100%;
	margin-top: -80px;
}

#otrovadordigital h2 {
	margin-bottom: 5px;
}

.post {
	
}
.primary-navigation a {
	font-size: 22px;
}

#videodiv p {
	display: inline-block;
	width: 31%;
}

.textotrova {
	padding: 10px;
	display: inline-block;
	width: 32%;
}

@media (max-width: 1100px) {
	.primary-navigation a {
		font-size: 20px;
	}
}

@media (max-width: 960px) {
	.primary-navigation a {
		font-size: 18px;
	}
	.textotrova {
		width: 48%;
		background-color: #FFFFFF;
	}
}

@media (max-width: 760px) {
	.mobileonly {
	display: block;
	}
	.deskonly {
		display: none;
	}
	.mobileonlyinline {
		display: inline;
	}
	.deskonlyinline {
		display: none;
	}
	.trsoares img {
		width: 40%;
		margin-bottom: 10px;
	}
	.entry-title a:link, .entry-title a:visited {
		font-size: 30px;
	}
	#masthead {
		text-align: left;
	}
	.post {
		flex-basis: 98%;
	}
	.menu-button-container {
		padding-top: 5px;
	}
	.primary-navigation {
		position: absolute;
	}
	.primary-navigation a {
		font-size: 16px;
	}
	.primary-navigation > div > .menu-wrapper li {
		position: relative;
		width: 100%;
	}
	.primary-navigation-open .primary-navigation > .primary-menu-container {
		height: 100vh;
		overflow-x: hidden;
		overflow-y: auto;
		border: 2px solid transparent;
	}
	.primary-navigation > div > .menu-wrapper {
		padding-bottom: 100px;
		padding-left: 0;
	}
	.primary-navigation-open .primary-navigation {
		width: 100%;
		position: fixed;
	}
	.menu-button-container {
		display: block;
	}
	.primary-navigation > .primary-menu-container {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
		padding-left: var(--global--spacing-unit);
		padding-right: var(--global--spacing-unit);
		padding-bottom: var(--global--spacing-horizontal);
		background-color: var(--global--color-background);
		transition: all 0.15s ease-in-out;
		transform: translateY(var(--global--spacing-vertical));
	}
	.trovador-box {
		display: block;
		width: 96%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.trovador-textarea {
		height: 240px;
	}
	#videodiv p {
		width: 100%;
	}
	.textotrova {
		width: 100%;
	}
}

@media (max-width: 400px) {
	#trlogo {
		width: 70%;
		margin-bottom: 10px;
	}
	.menu-button-container {
		padding-top: 3px;
	}
	#trhomesep {
		border: solid 1px #cecece;
	}
}