


/* @group Blog
------------------------------------ */

.blog {
	margin-top: 9.7rem;
}

.blog .blog-search {
	background-color: var(--lavanda);
}

.blog .blog-search .menu-nav-menu-container ul {
	padding: 3.3rem 0 5.6rem;
}
.blog .blog-search .menu-nav-menu-container ul li.current_page_item a {
	position: relative;
}
.blog .blog-search .menu-nav-menu-container ul li.current_page_item a::after {
	content: "";
	width: 100%;
	height: 0.3rem;
	background-color: var(--lavanda-light);
	position: absolute;
	left: 0;
	bottom: -1.5rem;
}

.blog .blog-search .menu-nav-menu-container li {
	margin: 0 0 1.5rem;
	display: block;
}

.blog .blog-search .menu-nav-menu-container a {
	text-transform: uppercase;
	font-weight: var(--f-w-extrabold);
	color: var(--white);
	font-size: 1.6rem;
	line-height: 2.14em;
}

.blog .blog-search form {
	background-color: var(--white);
	border-radius: 1em;
	position: relative;
	display: inline-block;
	width: 100%;
}
.blog .blog-search form button.icon-search::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
	font-size: 1.2rem;
	color: #888;
	pointer-events: none;
	background-image: url("./../../img/components/icon-search.svg");
	height: 1.5rem;
	width: 1.5rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
}

.blog .blog-search form input {
	padding: 0.9rem 1.6rem;
	width: calc(100% - 4.5rem);
	height: 4.3rem;
	font-size: 1.4rem;
	line-height: 1.8em;
}

.blog .paginationWP {
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog .paginationWP .page-numbers {
	font-weight: var(--f-w-extrabold);
	font-size: 1.4rem;
	line-height: 1.2em;
	color: var(--dark-gray);
	margin-inline: 3rem;
}

.blog header.header-blog {
	margin: 7.7rem auto 4.2rem;
}

.blog header.header-blog :is(h1, h2, p) {
	text-align: center;
}
.blog header.header-blog h1 {
	font-weight: var(--f-w-extrabold);
	font-size: 4.4rem;
	line-height: 1.07em;
	text-transform: capitalize;
	color: var(--headers);
	margin-bottom: 1.5rem;
}

.blog header.header-blog h2 {
	font-weight: var(--f-w-medium);
	font-size: 1.2rem;
	line-height: 1.19em;
	text-transform: uppercase;
	color: var(--lavanda);
	margin-bottom: 1.5rem;
}

.blog .cards-container {
	margin-bottom: 4.2rem;
}

.blog .card {
	border-radius: 1rem;
	background-color: var(--light-gray);
}

.blog .card h3 {
	color: var(--headers);
	font-weight: var(--f-w-extrabold);
	font-size: 1.6em;
	line-height: 1.15em;
	text-transform: inherit;
	padding: 0 2.2rem 2.8rem;
}

.blog .card .img-box {
	height: 15.5rem;
	background-color: #dcdedc;
	border-radius: 1rem 1rem 0 0;
	margin-bottom: 2rem;
}

.blog .paginationWP {
	margin-bottom: 4.2rem;
}

@media only screen 
and (min-width: 961px) {
	.blog {
		margin: 8.2rem 0 0;
	}
	.blog .blog-search {
		padding: 1.9rem 0;
		margin-bottom: 7.5rem;
		position: sticky;
		top: 8.2rem;
		z-index: 10;
	}
	.blog .blog-search .row > div {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.blog .blog-search .menu-nav-menu-container ul {
		padding: 0;
	}

	.blog .blog-search .menu-nav-menu-container li {
		margin-bottom: 0;
		display: inline-block;
	}
	.blog .blog-search .menu-nav-menu-container a {
		line-height: 1.875em;
		padding-bottom: 2.9rem;
	}

	.blog .blog-search .menu-nav-menu-container ul li.current_page_item a::after {
		height: 0.5rem;
		bottom: -0.3rem;
	}

	.blog .blog-search form {
		width: 36.9rem;
	}

	.blog header.header-blog {
		margin-bottom: 6rem;
	}

	.blog header.header-blog h1 {
		font-size: 4rem;
		line-height: 1.2em;
		margin-bottom: 0.4rem;
	}

	.blog header.header-blog h2 {
		font-size: 1.4rem;
		line-height: 1.2em;
		margin-bottom: 0.4rem;
	}

	.blog .cards-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 4.2rem;
		row-gap: 4.5rem;
		margin-bottom: 10.6rem;
	}

	.blog .card h3 {
		font-size: 2rem;
		line-height: 1.19em;
		padding: 0 3.5rem;
		margin-bottom: 3.5rem;
	}

	.blog .card .img-box {
		margin-bottom: 3rem;
		height: 20rem;
	}

	.blog .paginationWP {
		margin-bottom: 7.5rem;
	}

	
}
@media only screen 
and (min-width: 961px) 
and (max-width: 1440px) {
}
@media only screen 
and (min-width: 0) 
and (max-width: 960px) {
	.blog .blog-search {
		position: relative;
	}

	.blog .blog-search form {
		position: absolute;
		width: calc(100% - (3.6rem + 3.6rem));
		left: 3.6rem;
		right: 3.6rem;
		top: 80%;
		box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
	}

	.blog .card:not(:last-child) {
		margin-bottom: 4.2rem;
	}

	.blog .blog-search .menu-nav-menu-container ul li.current_page_item a {
		color: var(--lavanda-light);
	}

}

/* @end */

/* @group Site nav
------------------------------------ */

@media only screen 
and (min-width: 961px) {
	.single .site-nav,
	.blog .site-nav {
        padding: 2.5rem 0;
		background: var(--white);
    }
	
	.scrolled:not(.blog):not(.single) .site-nav .try-it-free { background-color: rgba(36, 41, 84, 1); }
	.scrolled:not(.blog):not(.single) .site-nav .log-in { background: transparent none; border-color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1); }
	.scrolled:not(.blog):not(.single) .site-nav .log-in .icon-log-in:before { color: rgba(255, 255, 255, 1); }
}
@media only screen 
and (min-width: 961px) 
and (max-width: 1440px) {
}
@media only screen 
and (min-width: 0) 
and (max-width: 960px) {
}

/* @end */