/*
	Theme Name: WeCann Academy
	Theme URI: https://wecann.academy/
	Description: Tema para atender especificações do novo website da WeCann Academy
	Author: WeCann Academy
	Author URI: https://wecann.academy/
	Version: 1.0.0
	Template: hello-elementor
	Text Domain: hello-elementor-child
*/

/* SEARCH CATEGORIES */

.search-title {
	color: #FFFFFF !important;
}

.search-count {
	font-family: "Open Sans", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	color: #FFFFFF;
}

.posts-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.post-item {
	display: flex;
}

.post-content {
    width: 55%;
    padding: 30px;
    background: #FFF;
	height: 250px;
    border-radius: 0px 10px 10px 0px;
	display: grid;
	align-items: center;
}

.post-image {
    width: 45%;
}

.post-image img {
	height: 250px !important;
    object-fit: cover;
    object-position: center center;
	border-radius: 10px 0px 0px 10px !important;
	width: 100%;
}

.post-content h2 {
	font-size: 24px !important;
    line-height: 26px !important;
	color: #000000 !important;
    font-family: "Abhaya Libre", Sans-serif !important;
    font-weight: bold !important;
	margin-bottom: 0px !important;
}

.post-content h2 a {
	color: #000000;
}

.post-content h2 a:hover {
	font-size: 24px !important;
    line-height: 26px !important;
	color: #000000 !important;
    font-family: "Abhaya Libre", Sans-serif !important;
    font-weight: bold !important;
}

.post-content .post-categories + a, .post-content .post-categories + a:hover {
    color: #000;
    font-weight: bold;
}

.navigation-posts .page-numbers {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0px;
}

.navigation-posts .page-numbers a:hover {
	font-size: 18px;
    font-weight: 700;
	color: #000;
}

/* PAGINATION ELEMENTOR */

.elementor-pagination a.page-numbers:hover {
    font-size: 18px;
	font-weight: 700;
	color: #000;
}


/* SEARCH RESULTS */

.search-summary h1 {
		font-family: "Abhaya Libre", Sans-serif;
	    font-size: 48px;
    	font-weight: 700;
	    line-height: 48px;
		color: #FFFFFF !important;
	}

.search-summary p {
	font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
	color: #FFFFFF !important;
}

form#form-sidebar-category select {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-top: 5px;
}

form#form-sidebar-category label {
    font-weight: bold;
}

#form-category-submit  {
    width: 100%;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}

#form-category-submit:hover {
	color: #FFF !important;
}

/* META POST */

.meta-blog-wecann {
	margin: 20px 0px 30px;
}

.meta-post {
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;
}

.tags-post {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px 10px;
}

.tags-post span a {
    padding: 8px 12px;
    border-radius: 50px;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    background-color: #84f3d4;
    color: #000 !important;
}

.tags-post span a:hover {
	font-size: 16px;
    font-weight: 700;
    line-height: 18px;
	color: #FFF !important;
	background-color: #276868;
}

/* POST CONTENT */

.elementor-widget-theme-post-content h3 {
    font-family: 'Abhaya Libre' !important;
    font-size: 26px !important;
    line-height: 30px !important;
    margin-top: 20px;
}

.elementor-widget-theme-post-content h2 {
    font-family: "Abhaya Libre", Sans-serif;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    margin-top: 20px;
}

.elementor-widget-theme-post-content h3 > span, .elementor-widget-theme-post-content h2 > span {
	font-weight: bold !important;
}

/* EXPERT */

.img-expert img {
    max-width: 250px !important;
    margin-bottom: -120px;
	border-radius: 10px !important;
}

.expert-flag {
	bottom: -145px;
    position: absolute !important;
    right: 145px;
    background: #FFF;
    padding: 4px;
}

/* RESPONSIVO */

@media (max-width: 600px) {
	
  	.slide-content-body ul {
    	grid-template-columns: 1fr !important;
	}
	
}

