/*
Theme Name: Boal Child Theme
Theme URI: http://boal.nanoagency.co
Description: Child theme of Boal
Author: Nano Agency
Author URI: http://nanoagency.co
Template: boal
Version: 1.0.0
*/

/* HEADER */
.header-topbar {
	display: none;
}

.header-content-logo #logo {
	max-width: 160px;
}

.header-middle #boal_social-4 {
	display: flex;
    justify-content: center;
    align-items: center;
}

.header-middle #boal_social-4 i {
	color: #FFF;
	font-size: 16px;
}

.header-middle a:hover i,
.btn-mini-search:hover i,
.na-menu-primary a:hover{
	color: #dfdfdf !important;
}

.sub-menu li {
	border-top: none !important;
}

.na-menu-primary a {
	color: #FFF !important;
}

.sub-menu {
	background-color: #0048fb !important;
}

.sub-menu a {
	color: #FFF !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
}

.header-content.bar {
	border: none !important;
}

.slicknav_btn .slicknav_icon-bar {
	background-color: #FFF !important;
}

.search .searchform button {
	background: #0048fb;
}

.slicknav_nav {
	background-color: #0048fb;
}

@media (min-width: 992px) {
	.header-content-logo {
		padding-bottom: 0 !important;
	}
}

/* FOOTER */
.footer-center {
	display: none !important;
}

.footer-bottom .ion-social-whatsapp:hover i {
	color: #23c660 !important;
}

.footer-bottom .ion-social-telegram:hover i {
	color: #2299d3 !important
}

@media (min-width: 992px) {
	#na-footer .row {
		display: flex;
	}
	
	#na-footer .footer-bottom-left {
		width: fit-content;
	}
	
	#na-footer .row > div:first-child {
		flex-grow: 1;
	}
}

/* HOME */
.home #loadMore {
	display: none;
}

.post-cat a {
	font-weight: 600 !important;
	background-color: #7dec49 !important;
}

.post-cat a:hover {
	color: #FFF !important;
	background-color: #62cc3e !important;
}

.entry-title a:hover {
	color: unset !important;
}

.box-filter {
	display: flex;
    align-items: flex-end;
	max-width: 100% !important;
	margin-left: auto;
}

.box-filter .active {
	display: none;
}

.box-filter .filter-more {
	margin-bottom: 5px;
}

.box-filter .wrapper-filter li{
	margin-bottom: 0 !important;	
}

.box-cats .box-title {
	display: flex;
}

.slick-track article img {
	width: 100% !important;
}

@media (max-width: 568px){
	.box-title {
		flex-direction: column;
	}
}

/* GERAL */
.btn-read {
	color: #2f2f33 !important;
}

.btn-read:hover {
	color: #FFF !important;
}

.posted-on a:hover,
.author.vcard a:hover,
.byline:hover i,
.posted-on:hover i {
	color: unset !important;
}

@media (max-width: 766px) {
	.article-tran img {
		width: 100%;
	}
}
	
/* NEWSLETTER */
#rd-form-kyys693q .bricks-form__privacy label {
	font-size: 13px !important;
}

#rd-form-kyys693q .bricks-form__static {
	font-size: 14px !important;
	line-height: 16px;
}

#rd-form-kyys693q .bricks-form__privacy input {
	border: 1px solid black;
    width: 14px;
    height: 13px;
}