@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
.tag-cloud-link {
font-weight:bold !important;
}

.entry-content > p {

    font-style: normal !important;
}
.post-sidebar-tags > ul > li a {
font-weight:bold !important;
font-size: 0.9rem !important;
}
.entry-header post-sidebar-tags {
    font-family: 'Open Sans', sans-serif; /* Certifique-se de colocar entre aspas e especificar a família da fonte corretamente */
    font-weight: 700; /* Você também pode definir o peso da fonte conforme desejado */
}
.section-homepage-posts {
    margin: 40px 0 !important;
}
@media (min-width: 300px) and (max-width: 600px) {
    .blog .cs-featured-type-1 .cs-featured-column-2, .cs-featured-type-1 .cs-featured-column-3, .cs-featured-type-2 .cs-featured-column-2, .cs-featured-type-2 .cs-featured-column-3 {
        /*-webkit-box-flex: 0 !important;*/
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .blog header.entry-header h2 {
        font-size: 12px;
        line-height: 1.3;
			  
    }
    .blog .entry-excerpt {font-size: 14px;}

    .blog ul.post-meta {font-size: 10px;}
	  .single-post h1.entry-title {
			  font-size: 26px;
        letter-spacing: 0.1px;
		  	line-height: 1.1;
	}
	
}
.carousel-slider__item img {
    width: 224px !important;
    height: 224px !important;
}
@media (max-width: 600px) {
		.carousel-slider__item img {
			width: unset !important;
			height: unset !important;
	}
}
.racar-carousel-frm {
    width: 90%;
    margin: 10px auto;
    border: 6px solid #eee;
    padding: 10px;
}

.carousel-slider .carousel-slider__caption h4.title {
    line-height: 22px;
}
.home .section-homepage-posts {margin: 0px 0 !important;}
.navbar-nav > li:hover > a {
	color: #ffffff;
}

.cs-container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
/*
wp_bannerize Banco Amazônia {
	box-sizing: border-box;
    background: url(https://portaltailandia.com/wp-content/uploads/2019/10/bg-banner.png) center center repeat;
}*/

.header-large .navbar-bottombar {
	height: 60px;
	margin-bottom: 15px;
}

/*RAFA CARVALHIDO 21/07/2020 Ajustar campo da post left sidebar no mobile*
 */
@media only screen and (max-width: 600px) {
	.entry-container .entry-sidebar-wrap {
	    order: 1;
	    margin: 0 0 1rem;
		border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
	}

	section.post-section.post-sidebar-author {display: inline-flex;}

	h5.title-block {
	    margin: 0px 15px 0 0;
	    line-height: 21px;
	}

	section.post-section.post-sidebar-tags {display: inline-flex;}

	.entry-container .post-section + .post-section {margin-top: 10px;}

	section.post-section.post-sidebar-date {margin-bottom: 10px;}

	.pk-share-buttons-items {margin-top: 10px;}

	.entry-sidebar ul {line-height: 21px;}

	h5.title-author {line-height: 21px;}
	.post-media {margin: 0;}
}

/* Fix para excerpts, pois templates estão com b - RaCar 01/06/21 */
.post-excerpt, .entry-excerpt {font-weight: 400 !important;}
@media only screen and (max-width: 600px) {
header.entry-header h2 {font-size: 26px !important;}
}