.main-nav{
	box-shadow: 0px 4px 10.9px 0px rgba(0, 0, 0, 0.15) !important;
}
ul.wp-block-categories-list.show-categories.wp-block-categories > li{
	padding: 6px;
}
h2.wp-block-heading.archieve-text{

	position: absolute;
}
div.wp-block-archives-dropdown.archives-months.wp-block-archives{
	position: relative;
	top:33px;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.main__content--home{
	display: grid !important;
	grid-template-columns: 2fr 1fr !important;
}
/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */


.show-categories{
	color: #1F998A;
	font-family: Gotham;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 24px */
}
.home{
	background-color: white !important;
}
.screen-reader-text, .sr-only  {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Header
--------------------------------------------- */
.hbw-lower-header {
    background: var(--blue4);
}
.hbw-lower-header__inner {
	display: flex;
    justify-content: space-between;
    align-items: center;
	max-width: 1440px;
	padding: 8px 20px;
	margin: 0 auto;
}

.hbw-lower-header h1 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-style: italic;
    color: #373737;
	font-family: var(--serif1);
}

/* Search
--------------------------------------------- */
.hr-categories{
	background-color: #d6d6d6 !important;
	width: 260px;
    margin-left: 0 !important;
}
.archieve-text{
	color: #444;
	font-family: Gotham;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
#wp-block-archives-2{
	width: 260px;
	border-radius: 5px;
	height: 35px;
	font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    border-radius: 5px;
}
.categories-text{
	color: #252B55;
	text-align: left;
	font-family: Gotham;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
}
.search-text{
	color: #444;
	font-family: Gotham;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}

.wp-block-search__input{
	border-radius: 5px;
	border: 1px solid #949494 !important;
	height: 35px;
    position: relative;

}
.wp-block-search__button .search-icon{
	display: none !important;
}
.wp-block-search__button {
	background-image: url('./images/icons/da.svg');
	position: absolute;
    right: 332px;
    margin-top: 5px;
    padding: 11px 17px 13px 7px;
}
.button-close-aside-right{
	background-image: url('./images/icons/close-aside-right.svg');
    right: 332px;
    margin-top: -11px;
    padding: 11px 15px 11px 6px;
	display: flex;
	cursor: pointer;
}
form.search {
    /* transform: translateX(calc(100% + 30px));
	transition: all 0.3s ease-in-out;
	position: absolute;
    top: 0; */
}

.search-form {
	overflow: hidden;
    position: relative;
    position: fixed;
    transform: translateX(100%);
	transition: all 0.3s ease-in-out;
    right: 0;
    width: 100%;
    background: var(--blue4);
    z-index: 10;
    height: calc(100vh - var(--totalHeaderHeight));
    top: var(--totalHeaderHeight);
    bottom: 0;
	padding: 40px 30px;
}

.search-form.active {
	transform: translateX(0);
}

form.search.active {
	display: flex;
	transform: translateX(0%);
	width: 100%;
	margin-top: 30px;
}

form.search .search__button {
	background: none;
	border: none;
	padding: 0;
	display: none;
}

form.search input {
	border-width: 0 0 1px 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><g clip-path="url(%23clip0_7108_39900)"><path d="M20.7653 18.9099L15.5468 13.6914C16.7419 12.0122 17.2623 9.94521 17.005 7.90029C16.7477 5.85538 15.7314 3.98179 14.1577 2.65095C12.5839 1.32012 10.5675 0.629199 8.50828 0.715166C6.44904 0.801132 4.49726 1.65771 3.03989 3.11508C1.58251 4.57246 0.725937 6.52423 0.63997 8.58348C0.554004 10.6427 1.24492 12.6591 2.57576 14.2329C3.90659 15.8066 5.78018 16.8229 7.8251 17.0802C9.87001 17.3375 11.937 16.8171 13.6162 15.622L18.8347 20.8405L20.7653 18.9099ZM2.05001 8.95213C2.05001 7.60189 2.4504 6.28197 3.20055 5.15929C3.9507 4.03661 5.01692 3.16159 6.26438 2.64487C7.51184 2.12816 8.8845 1.99296 10.2088 2.25638C11.5331 2.5198 12.7495 3.17 13.7043 4.12476C14.6591 5.07953 15.3093 6.29597 15.5727 7.62026C15.8361 8.94455 15.7009 10.3172 15.1842 11.5647C14.6675 12.8121 13.7924 13.8784 12.6698 14.6285C11.5471 15.3787 10.2272 15.779 8.87693 15.779C7.06693 15.7771 5.33163 15.0572 4.05176 13.7773C2.7719 12.4974 2.052 10.7621 2.05001 8.95213V8.95213Z" fill="%23245472"/></g><defs><clipPath id="clip0_7108_39900"><rect width="21.8461" height="21.8461" fill="white" transform="translate(0 0.0771484)"/></clipPath></defs></svg>');
	background-repeat: no-repeat;
	background-position: left center;
	border-color: var(--blue2);
	border-radius: 0;
	padding-left: 30px;
}

.mobile-nav-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px 6px;
	min-height: unset;
	background: var(--blue4);
	border: none;
	margin-left: auto;
	position: relative;
	z-index: 1;
}

.search-form .mobile-nav-btn {
	width: 20px;
	height: 20px;
	padding: 2px;
}

.post-categories {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}

/* Home
--------------------------------------------- */
.top-content {
	display: grid;
	max-width: 1440px;
	margin: 0 auto;
	font-family: var(--sans-serif1);
	font-style: normal;
}

.top-content .post-featured img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.post-featured {
	position: relative;
}

.post-featured__caption {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	background: rgba(255,255,255,0.8);
	backdrop-filter: blur(2px);
	color: #000;
	padding: 20px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.post-featured__caption h2 {
	font-size: 16px;
	line-height: 26px;
	text-transform: capitalize;
	color: var(--blue1);
	font-style: normal;
	font-family: var(--sans-serif1);
}

.post-featured__text {
	color: #747474;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.01em;
}

.post-featured__caption .btn {
	background: var(--white);
	border: 1px solid var(--blue3);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	padding: 11px 6px;
	min-height: unset;
}
.post-featured__caption .btn svg {
	width: 28px;
}

.post-featured__caption .btn svg path {
	fill: #245472;
}

.post-featured__caption .btn:hover {
	background: var(--blue1);
}

.post-featured__caption .btn:hover svg path {
	fill: var(--white);;
}

.categories-widget {
	background: #F1F3F3;
	padding: 40px 30px;
	border-radius: 5px;
	display: none;
	font-family: var(--sans-serif1);
}

.categories-widget h3,
.post-categories h3 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: var(--sans-serif1);
	font-style: normal;
}

.category-widget-link a,
.categories-widget a,
.post-categories a {
	letter-spacing: 0.01em;
	font-family: var(--sans-serif1);
    font-size: 16px;
	text-transform: capitalize;
    line-height: 24px;
	padding: 24px 0;
	border-bottom: 1px solid var(--blue3);
	width: 100%;
}

.category-widget-link a:hover,
.category-widget-link a:focus,
.categories-widget a:hover,
.categories-widget a:focus {
	color: var(--gold1);
	outline: 0;
}
.previous-link{
	color: #252B55;
	font-family: Gotham;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 160%;
}
.next-link{
	color: #252B55;
	font-family: Gotham;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 160%;
}
.sidebar-right-mobile{
	padding: 50px 50px 0px 23px !important;
	background-color: white !important;
}
/*
.sidebar-right{
	background-color: white !important;
	padding:  50px 86px 30px 83px;
}
*/
.img-banner{
	position: relative;
}
.img-banner img{
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
}
.img-banner p{
	font-family: "Klamp 105";
    position: absolute;
    color: #fff;
    top: 36%;
    left: 5%;
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
    line-height: 130%;
}
.no-result-search{
	display: flex;
	grid-template-columns: 2fr 1fr;
}
.title-card-front{
	margin-top: 0;
	line-height: 130%;
	font-size: 20px;
	font-family: Gotham;
	font-style: normal;
	font-weight: 700;
}
.datetime-card-front{
	margin-top: 0;
	font-family: Gotham;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.complete-text-card{
	text-overflow: ellipsis;
	font-family: Gotham;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.link-read-more{
	font-family: Gotham;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;line-height: 160%;
}
.strong-hr{
	height: 8px;
	background-color: #A5D4B6;
	width: 80px;
}
/*
.leon-card{
	display: flex;
	width: 100%;
	height: 300px;
	overflow: hidden;

}
*/
.leon-card-image{
	width: 40%;
}
.leon-card-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.leon-card-text{
	width: 60%;
	background-color: #00AFCC;
	color: white;
	padding: 25px;
}
.filters{
	color: white;
}
.page-title{
	color: #252B55;
	font-family: Gotham;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
}
.sidebar-right [aria-label="Search"]{
	right: 3%;
	position: absolute;
}
.sidebar-right-mobile [aria-label="Search"]{
	right: 3%;
	position: absolute;
}
.sidebar-right .wp-block-search__inside-wrapper,.sidebar-right-mobile .wp-block-search__inside-wrapper{
	width: 60%;
    position: relative;
}
.sidebar-right-mobile {
	position: fixed;
	top: 0;
	right: -1600px;
	width: 80%;
	height: 100vh;
	background-color: #f1f1f1;
	transition: all 2s ease;
	transform: translateX(100);
	height: 100%;
	z-index: -1;
  }
  .main__content main__content--archive{
	display: flex ;
	right: 100px;
}
.visible{
	z-index: 999;
	transform: translate(-360px,0);
	-webkit-transform: translate(-360px,0); /** Chrome & Safari **/
	-o-transform: translate(-360px,0); /** Opera **/
	-moz-transform: translate(-360px,0); /** Firefox **/
}
.close{
	margin-right: 30px;
	float: right;
}

@media only screen and (max-width: 505px) {
	.sidebar-right-mobile {
		position: fixed;
		top: 0;
		right: -400px;
		width: 80%;
		height: 100vh;
		background-color: #f1f1f1;
		transition: all 2s ease;
		transform: translateX(100);
		z-index : 999;
		height: 100%;
	  }
	 div.wp-block-search__inside-wrapper{
		width: 259px !important;
	}
}

/* mobile
---------------------------------------------
*/
@media only screen and (max-width: 768px) {
	p.no-results{
		color: #444;
		text-align: center;
		font-family: Gotham;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%;
	}
	.content-single__header-inner a{
		padding-left: 29px;
	}


	.img-banner img{
		width: 100%;
		height: 169px;
		flex-shrink: 0;
	}
	.img-banner .img{
		width: 100%;
		height: 250px;
		background-image: url('./images/Rectangle411.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom;
	}
	.img-banner p{
		font-family: "Klamp 105";
		position: absolute;
		color: #fff;
		top: 36%;
		left: 5%;
		font-size: 32px;
		font-weight: 400;
		font-style: normal;
		line-height: 130%;
	}
	.close{
		margin-right: 30px;
		float: right;

	}

	.main__content main__content--archive{
		display: flex important;
	}
	.hr-categories{
		width: 260px;
	}
	.sidebar-right .wp-block-search__inside-wrapper{
		width: 100%;
	}
	#wp-block-archives-4{
		width: 260px;
		border-radius: 5px;
		height: 35px;
		font-family: Gotham;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%;
		border-radius: 5px;
	}
	#wp-block-archives-2{
		width: 100%;
		border-radius: 5px;
		height: 35px;
		font-family: Gotham;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%;
		border-radius: 5px;
	}

	.main__aside{
		margin-top: 40px;
	}
	.filters{
		display: flex;
		cursor: pointer;
		align-items: center;
	}
	.arrow-down{
		cursor: pointer;
	}
    .sidebar-right {
      display: none;
	  position: fixed;
	  top: 0;
	  right: -100%;
	  width: 80%;
	  height: 100vh;
	  background-color: #f1f1f1;
	  transition: right 4s ease-in-out;
	  z-index : 999;
	  height: 100%;
    }
	.main__content--home{
		display: block !important;
	}
	.recent-posts{
	padding: 25px !important;
	}
	.top-content{
		margin-bottom: 40px;
	}


    .leon-card-image {
        width: 100% !important;

    }

    .leon-card-text {
		width: 100% !important;
		max-width: 100%;
		word-wrap: break-word;
		text-align: left;
    }
}
.recent-posts{
	padding: 30px 80px;
}
.recent-posts .page-title {
	font-size: 20px;
	line-height: 32px;
	font-family: var(--sans-serif1);
}

.recent-posts__header .page-title {
	font-size: 16px;
	font-style: normal;
}

.recent-posts__list {
	display: grid;
	gap: 10px;
	max-width: 1440px;
	margin: 0 auto;
	padding: 32px 10px;
	/*@media screen and (min-width: 768px) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
		padding: 32px 50px;
	}*/
}

.recent-posts .entry__title {
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	text-transform: capitalize;
}

.recent-posts .entry__image a {
	width: 100%;
}

.recent-posts .entry__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	aspect-ratio: 3/2;
}

.recent-posts .entry__title {
	font-family: var(--sans-serif1);
}

article.entry {
	padding: 20px;
	border-radius: 5px;
}

article.entry:hover {
	background: var(--blue4);
}

.entry__content {
	padding-top: 10px;
}

.entry__footer {
	color: var(--mid2);
	letter-spacing: 0.03em;
    font-size: 13px;
    margin-top: 5px;
}

.pagination {
	display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: space-between;
    align-items: center;
    width: 150px;
    height: 42px;
    margin: 32px auto;
    overflow: hidden;
    font-size: 14px;
    color: var(--mid2);
    border: 1px solid var(--blue3);
    border-radius: 26px;
}
.pagination__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
    height: 100%;
    min-height: 0;
    padding: 0;
    font-size: 16px;
    color: var(--blue1);
    border: 8px solid var(--white);
    border-radius: 20px;
    background: var(--white);
    transition: background 0.2s ease-out;
}
.pagination__button:hover,
.pagination__button:focus {
    background: var(--blue3);
}
.pagination__button[disabled] {
	cursor: not-allowed;
    background: var(--mid1);
    color: var(--white);
    &:hover,
    &:focus-visible,
    &:active {
        background: var(--mid1);
        color: var(--white);
    }
}
.pagination__counts {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 8px;
    align-items: center;
    justify-items: center;
}
.pagination__total {
    color: var(--blue1);
}

/* Single post
--------------------------------------------- */
.content-single__header {
	background: var(--blue4);
	position: relative;
}
.content-single__header-inner {
	max-width: 1440px;
	padding: 25px 20px 20px;
	margin: 0 auto;
	@media screen and (min-width: 768px) {
		padding: 32px 50px 20px;
	}
}
.content-single__header-content {
	padding: 50px 0 32px;
	text-align: center;
}

.content-single__date {
	margin-bottom: 10px;
	color: #444;
	font-family: Gotham;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.content-single__title {
	color: #252B55;
	text-align: center;
	font-family: "Klamp 105";
	font-style: normal;
	font-size: 30px;

	line-height: 130%;

}

.content-single__header img {
	width: 100%;
	height: auto;
	aspect-ratio: 1340 / 557;
    object-fit: cover;
	border-radius: 5px;
}

.content-single__back {
	display: flex;

	gap: 5px;

	top: 0;
	left: 0;
	right: 0;
	background: var(--white);
	padding: 17px;
}

.content-single__back svg {
	transform: rotate(180deg);
	width: 20px;
	height: 20px;
}

.content-single__back:hover {
	color: var(--gold1);
}

.content-single__back:hover svg {
	fill: var(--gold1);
}
.content-single__content .content-single__back {
	position: relative;
	padding-inline: 0;
	background: transparent;
}

.main__content .detail figcaption {
	font-size: 13px;
	color: var(--mid2);
	letter-spacing: 0.025em;
	line-height: 24px;
	padding-top: 10px;
}

.content-single__content {

}
.content-single__content-inner {
	max-width: 1440px;
	padding: 40px 20px;
	margin: 0 auto;
}

.content-single__content h2,
.content-single__content h3,
.content-single__content h4,
.content-single__content h5,
.content-single__content h6  {
	font-family: var(--sans-serif1);
	font-style: normal;
	font-size: 20px;
	line-height: 32px;
	padding-bottom: 5px;
}
.content-single__content h2 {
	font-size: 26px;
}
.content-single__content h3 {
	font-size: 22px;
}
.content-single__content h4 {
	font-size: 18px;
	font-weight: 600;
}

.content-single__content p {
	margin-bottom: 1.5em;
	font-size: 16px;
	line-height: 26px;
	color: var(--mid2);
}

.content-single__content ul,
.content-single__content ol {
	margin-bottom: 1.5em;
	padding-left: 20px;
	margin-left: 0;
	color: var(--mid2);
}
.content-single__content ul {
	list-style: disc;
}
.content-single__content ol {
	list-style: decimal;
}
.content-single__content li {
	margin-bottom: 0.5em;
	font-size: inherit;
}
.content-single__content p:last-child,
.content-single__content ul:last-child {
	margin-bottom: 0;
}

.content-single__content img,
.wp-caption {
	display: flex;
	margin: auto;
	border-radius: 5px;
}

.wp-caption {
    flex-direction: column;
	margin-bottom: 20px;
}

.wp-caption-text {
	text-align: left;
}

/* Search page
--------------------------------------------- */
.content-single__back:hover{
	background-color: #e7792c !important;

	transition: all 0.5s ease;
}
/* .recent-posts__header a:hover{
	background-color: #e7792c !important;
	transition: all 0.5s ease;
} */
.content-single__header-inner a:hover{
	background-color: #e7792c !important;
	transition: all 0.5s ease;
}
/* .content-single__content-inner a:hover{
	background-color: #e7792c !important;

	transition: all 0.5s ease;
} */
.content-single__back {
	color: white !important;
	background-color: #27998a !important;
	width: 183px;
	font-family: "Klamp 105";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
	justify-content: center;
}

.button-back:hover {
	color: var(--gold1);
}

p.no-results, p.search-term {
	font-family: var(--sans-serif1);
	font-size: 16px;
	line-height: 32px;
	color: var(--mid2);
	@media screen and (min-width: 768px) {
		font-size: 18px;
	}
}

p.no-results span, p.search-term span {
	color: var(--blue1);
}

.recent-posts.no-padding {
	padding: 0;
}
.recent-posts__header {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
	@media screen and (min-width: 768px) {
		padding: 0 50px;
	}
}
.recent-posts__header .content-single__back {
	position: relative;
	padding: 8px 20px;

	@media screen and (min-width: 768px) {
		position: relative;
	}
}
.recent-posts__header:first-child {
	margin-top: 32px;
}

/* Greater than phone
--------------------------------------------- */

@media screen and (min-width: 769px) {
	.recent-posts{
		padding: 30px 22px 30px 26px;
		width: auto;
		/*
		padding: 30px 20px 30px 100px;
		*/
	}
	.sidebar-right{
		padding: 35px 34px 48px 0px;
		width: auto;
		/*
		*/
	}
	.footer-elements{
		padding-top: 0px;
	}
	/*.sidebar-right{
		background-color: white !important;
		padding:  50px 86px 30px 83px;
	}*/
	/* .content-single__header-inner a{
		padding-left: 18px;
	} */
	.green-banner{
		display: none;
	}
	.img-banner img{
		width: 100%;
	}
	.img-banner .img{
		width: 100%;
		height: 313px;
		flex-shrink: 0;
		background-image: url('./images/Rectangle.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
	}

	.leon-card-text p{
		margin-bottom: 30px !important;
	}
	.top-content{
		margin-bottom: 10px;
	}
	.footer-elements{
		padding-top: 0px;
	}
	.hbw-lower-header__inner {
		padding: 8px 50px;
	}

	.hbw-lower-header h1 {
		font-size: 26px;
	}

	.content-single__back {
		font-size: 20px;

		position: unset;
		padding: 5px;
		background: none;
	}

	.content-single__header-content {
		padding: 32px 0;
	}

	.main__content figcaption {
		font-size: 14px;
	}

	.entry__footer {
		font-size: 14px;
	}
	p.no-results {
		font-size: 20px;
	}
}

/* Greater than tablet
--------------------------------------------- */

@media screen and (min-width: 962px) {
	.recent-posts__header .content-single__back{
		width: 211px;
	}
	.recent-posts{
		padding: 30px 20px 30px 100px;
	}
	.sidebar-right{
		padding:  50px 86px 30px 83px;
	}
	.leon-card-text p{
		margin-bottom: 30px;
	}
	.footer-elements{
		padding-top: 2px;
	}
	.top-content {
		padding: 32px 0;
		margin-bottom: 10px;
	}

	.top-content .post-featured img {
		border-radius: 5px;
		aspect-ratio: 16/9;
	}

	.post-featured__caption h2 {
		font-size: 20px;
		line-height: 32px;
	}

	.post-featured__caption .btn {
		background: var(--white);
		border: 1px solid var(--blue3);
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
		padding: 11px 6px;
		min-height: unset;
	}

	.recent-posts .entry__title {
		font-size: 20px;
		font-style: normal;
		color: var(--blue1);
	}

	.content-single__header-inner {
		padding: 50px;
	}

	.content-single__title {
		font-size: 32px;
	}

	.content-single__content-inner {
		padding: 50px;
	}

	.post-featured__caption {
		max-width: 75%;
	}
}

@media screen and (min-width: 1024px) {
	.footer-elements{
		padding-top: 16px;
	}
	.hbw-lower-header__inner {
		padding: 30px 50px;
	}

	.hbw-lower-header h1 {
		font-size: 32px;
	}
	.post-featured__caption {
		position: absolute;
		max-width: none;
		width: calc(100% - 40px);
		bottom: 20px;
		left: 20px;
		padding: 30px;
		gap: 50px;
		right: unset;
	}
}

@media screen and (min-width: 1181px) {
	.top-content {
		grid-template-columns: 1fr;
		grid-column: 1 / span 2;
		gap: 24px;
		margin-bottom: 25px;
	}

	.post-categories {
		display: none;
	}

	.mobile-nav-btn {
		display: none;
	}

	.categories-widget {
		display: flex;
		flex-direction: column;
	}

	.search-form {
		width: 240px;
		position: unset;
		transform: none;
		height: unset;
		padding: 0;
		z-index: unset;
	}
}
@media only screen and (min-width: 505px) and (max-width: 769px) {
    .leon-card{
		display: flex ;
	}
	.close{
		margin-right: 246px;
		float: right;
	}
	.sidebar-right-mobile {
		position: fixed;
		top: 0;
		right: -600px;
		width: 80%;
		height: 100vh;
		background-color: #f1f1f1;
		transition: all 2s ease;
		transform: translateX(100);
		z-index : 999;
		height: 100%;
	  }
}
@media only screen  and (max-width: 504px) {
	.leon-card {
		flex-direction: column;
		height: auto;
		width: auto;
	}
	.leon-card-image {
		width: 100%;
		height: 45%;

	}
	.img-banner p{
		font-family: "Klamp 105";
		position: absolute;
		color: #fff;
		top: 36%;
		left: 5%;
		font-size: 30px;
		font-weight: 400;
		font-style: normal;
		line-height: 130%;

	}
	.img-banner .img{
		width: 100%;
		height: 199px;
		flex-shrink: 0;
		background-image: url('./images/Rectangle411.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right;
	}
}
@media only screen  and (min-width: 768px) {
	.leon-card {
		display: flex;
		height: auto;
		width: auto;
	}
}
@media only screen  and (max-width: 769px) {
	.green-banner{
	background: #1F998A;
	height: 40px;
	display: flex;
	justify-content:space-between;
	padding:10px 20px 10px 20px;
}
}
@media only screen  and (min-width: 769px) {
	.sidebar-right-mobile {
		display: none;
		position: fixed;
		top: 0;
		right: -2000px;
		width: 80%;
		height: 100vh;
		background-color: #f1f1f1;
		transition: all 2s ease;
		transform: translateX(100);
		height: 100%;
	  }
}
/* Para navegadores webkit como Chrome y Safari */
input[type="text"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/* Para navegadores Firefox */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
