.cat-link{
	/*background-color:#fdc85d !important;*/
	color: #4d6340 !important;
	padding-left: 10px !important;
	clip-path: polygon(1rem 0, calc(100% - 1rem) 0, 100% 0.8rem, 100% calc(100% - 0.8rem), calc(100% - 1rem) 100%, 1rem 100%, 0 calc(100% - 0.8rem), 0 0.8rem);
	/*border: 5px solid #fdb017;*/
background: #FDC85D;
background: linear-gradient(to bottom right, #FDC85D 0%, #FDB017 100%);

}

.s-menu{
	background-color:#4d6340 !important;
	white-space: nowrap;
	
}

.text-no-wrap{
	white-space: nowrap;
}

.sidebar-div{
	position:sticky !important;
	background-color: red !important;
}

.wp-block-navigation-item a{
	padding-left:0;
}


.sidebar-column{
	min-width:220px;
}

.wp-block-search__input{
	padding-left:1rem;
	font-weight: 700;
	color: #0e2600 !important;
}
.sidebar-stack{
	min-width:150px;
	align-content:left;
}

.post-container{
	padding-right:10% !important;
	margin-left: 0 !important;
}

.secret-catto{
	filter: brightness(0) saturate(100%) invert(75%) sepia(15%) saturate(546%) hue-rotate(53deg) brightness(91%) contrast(87%);
}
.secret-catto:hover{
	filter: unset;
}

.separator-line{ 
	border: none; /* Remove the hr styling that wordpress sets through theme editor */
  	height: 53px; 
  	background-image: url('https://mossybot.com/wp-content/uploads/2025/06/hexagon-alt-1-svgrepo-com.png'); /*From https://www.svgrepo.com/*/
  	background-repeat: repeat-x; 
  	background-position: center;
  	background-size: 50px 50px; /*Has to be the exakt size of the png you're using*/
  	margin: 40px 0;
	margin-bottom: 2px !important;
	filter: invert(89%) sepia(92%) saturate(6540%) hue-rotate(313deg) brightness(103%) contrast(98%); /*Filtering done with the help of https://codepen.io/sosuke/pen/Pjoqqp*/
}


.bot-link:hover{
	outline:1px solid #657957 !important;
}

.mgl-icon{
	/*border: 2px solid #323232;*/
	border-radius:5px;
}

@media only screen and (max-width: 954px) {
.has-global-padding {
    padding-right: 10px;
    padding-left: 10px;
}
.post-column {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.post-container{
	padding-right:40px !important;
	}	
}
