/*
Theme Name:   Chesmar 2025 Theme
Theme URI:    https://chesmar.com/blog
Description:  Chesmar Child theme for Twenty Twenty-Five
Author:       Brian Metzger
Author URI:   https://chesmar.com
Template:     twentytwentyfive
Version:      1.0.0
*/

/* Custom styles go below */
a{
	color:#009470;
}


@media (max-width: 767px) {
    header h1{
    	display: none;
    }
}


@media (min-width: 768px) {
    main.is-layout-constrained {
        max-width: 60% !important;
        margin: 0 auto;
    }
    header h1{
    	display: inherit;
    }
}

.fixed-nav{
	position: fixed;
	top:0;
	width:100%;
	background-color: white;
	z-index: 10;
	border-color: tan;
}

.wp-block-navigation-item__label{
	font-weight: 900;
	font-size: .75rem;
	text-transform: uppercase;
}


.article-pagination{
	border-top:1px dotted #009470!important;
}

.wp-block-query-pagination-numbers .page-numbers,
.wp-block-query-pagination-numbers .page-numbers.current{
 font-size: 1rem;
 font-weight: 900;
 padding: 4px 8px;
 margin:0 4px;
 text-decoration: none;
 border: 1px dotted #009470;
}
.wp-block-query-pagination-numbers .page-numbers.current{
	border:1px solid #009470;
	background-color: #009470;
	color:white;
}



.wp-block-post-excerpt__more-link,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
	color: white;
	font-size: .75rem;
   	background-color: #009470;
    border-radius: 30px;
    border:1px solid #009470;
    padding: 8px 16px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wp-block-post-excerpt__more-link,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-next:hover{
	color: #009470;
   	background-color: white;
}


.wp-block-post-excerpt__more-link:hover{
    color: white;
	font-size: .75rem;
   	background-color: #009470;
    border-radius: 30px;
    border:1px solid #009470;
    padding: 8px 16px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.chs-recent-posts{
	padding:1rem;
	background-color: #f8f9fa;
}

.chs-recent-posts ul li{
	font-size: 1.2rem;
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom:1px dotted #009470;
}
.chs-recent-posts ul li:last-of-type{
	padding-bottom: 0px;
	border-bottom: 0px;
}



.chs-search-widget{
	margin-bottom: 2rem;
}
.chs-search-widget input{
	font-size: 1rem;
	padding: 0 0 0 8px;
}



footer ul{
	margin-left: 0;
	padding-left: 0;
}