/*
 Theme Name:   Gazeta Culturismo
 Theme URI:    https://gazetaculturismo.com.br
 Description:  Tema para o site da Gazeta Culturismo
 Author:       Cantuaria Sites
 Author URI:   https://cantuaria.net.br
 Version:      1.0.0
*/


body {
	color: #000;
}

.ad_wrapper.Popup {
	width: 970px !important;
}

h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
  color: #000;
}

.single-inner-text a {
	color: #569c5c;
	text-decoration: underline;
}

.single-inner-text {
	padding-top: 30px;
}

.single-featured-image-legend, .single-inner-text figcaption {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	text-align: right;
	line-height: 1.1;
	padding: 5px 0;
	color: #444;
}

.single-inner-text, .single-inner-text p, .single-inner-text li {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
	margin: 0 0 25px;
}

.single-inner-text h2, .single-inner-text h3, .single-inner-text h4, .single-inner-text h5 {
	font-size: 30px;
	line-height: 1.1;
	margin: 0 0 15px;
	font-weight: 600;
}

.single-inner-text h3 {
	font-size: 28px;
	font-weight: 500;
}

.single-inner-text h4 {
	font-size: 24px;
}

.single-inner-text h5 {
	font-size: 22px;
}

.main-post-title {
	font-weight: 600;
	font-size: 34px;
	line-height: 1.1;
	margin-bottom: 10px;
}

.main-post-title + p {
    font-size: 18px;
}

.ad_wrapper.Inicio {
	height: auto !important;
	margin-bottom: 0 !important;
}


@media (min-width: 992px) {
	.destaque-1 {
		height: 592px;
	}
	.destaque-1 > div {
		height: 592px;
	}
	.destaque-1 > div > img {
		height: 592px;
	}
	.destaque-2 {
		height: 310px;
	}
	.destaque-2 > div {
		height: 310px;
	}
	.destaque-2 > div > img {
		height: 310px;
	}
	.destaque-3 {
		height: 265px;
		line-height: 1.1;
	}
	.destaque-3 > div {
		height: 265px;
	}
	.destaque-3 > div > img {
		height: 265px;
	}
}

@media (max-width: 767px) {
	.main-post-title {
		font-weight: 600;
		font-size: 26px;
		line-height: 1.1;
	}

	.single-inner-text, .single-inner-text p, .single-inner-text li {
		font-size: 18px;
		margin: 0 0 20px;
	}

	.single-inner-text h2, .single-inner-text h3, .single-inner-text h4, .single-inner-text h5 {
		font-size: 28px;
		margin: 0 0 10px;

	}

	.single-inner-text h3 {
		font-size: 26px;
	}

	.single-inner-text h4 {
		font-size: 22px;
	}

	.single-inner-text h5 {
		font-size: 20px;
	}
}

.related-inline-post {
	border-top: 3px solid #569c5c;
	padding-top: 20px;
}

.related-inline-post > strong {
	font-size: 16px;
	text-transform: uppercase;
}

.related-inline-post  .related-articles {
	padding-top: 15px;
	padding-left: 10px;
}

.related-inline-post  .related-articles li {
	margin-bottom: 10px;
}

.related-inline-post  .related-articles li a {
	font-size: 18px;
	text-decoration: none;
}

.single-inner-text pre code {
	    font-family: "Kumbh Sans", sans-serif;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #aaa;
    margin: 30px 10px;
}

p.whatsapp-channel {
	    background: #eee;
    padding: 20px 20px;
    border-radius: 10px;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.5;
    border: 1px solid #ccc;
}

.footer-menu-main {
	margin: 20px 0 10px;
}

.footer-menu-main a {
		color: #fff;
}

.menu-item a {
text-transform: uppercase;}

.bg-menu {
position: relative;
	margin-top: 10px;
}

.bg-menu:before {
	position: absolute;
	top: 0;
	left: -100vw;
	width: 500vw;
	content: '';
	display: block;
	background: #347d34;
	height: 100%;
}


.bg-menu .menu-item a {
	color: #fff;
}

.ad-banner-area-top {
width: 100%;
	grid-column: span 12 / span 12;
}

.single-inner-text ul {
	list-style: outside;
	margin: 0 0 30px 35px;
}

.single-inner-text li, .single-inner-text ol {
	margin-bottom: 10px;
}


.bg-\[\#191a1f\] {
	margin-top: 30px;
	background: rgb(39 89 45);
}

.single-inner-text blockquote {
	text-decoration-line: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 20px;
}

.single-inner-text blockquote p {
margin: 0;
	font-weight: 500;
}

.single-inner-text blockquote:before {
	content: '';
	width: 70%;
	position: absolute;
	transform: none;
	top: -3px;
	left: 15%;
	height: 5px;
	border: 0;
	background: #347d34;
	border-radius: 3px;
}

.single-inner-text blockquote:after {
	content: '';
	width: 70%;
	position: absolute;
	transform: none;
	bottom: -3px;
	left: 15%;
	height: 5px;
	border: 0;
	background: #347d34;
	border-radius: 3px;
}