.singular .comment-content a:not([class]),.singular #layout article .entry-content a:not([class]){text-decoration:underline}.singular .comment-content a:not([class]):hover,.singular #layout article .entry-content a:not([class]):hover{text-decoration:none}.content-absolute .overlap-content{padding:3em 2em 2em}@media(max-width: 575px){.content-absolute .overlap-content{padding:1.25em 1em}}.content-absolute .entry-title{font-size:1.6em;margin-bottom:.75em}.content-absolute .entry-header+.entry-footer{margin-bottom:0}.entry-footer-top{margin:1em 0 2em}.entry-header+.entry-footer{margin:0 0 2em}.entry-footer:last-child{margin-top:2em}.more-tag{padding-top:.75em}.post-title{font-size:1.6em}







/* Josh's Stuff */
h1 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-align: center;
	background-color:#ededed;
	border-radius:20px;}
/* About Page */

/* Rounded Para Corners */
.has-background:not(hr):not(a):not(.wp-block-media-text):not(.rich-text) {
    padding: 1.5em;
	border-radius:20px;
}

/* Meta Slider */
.metaslider .slides img {
    width: 100%;
    display: block;
	border-radius:20px;
}



img {
    border-style: none;
	border-radius:10px
}



input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea, select {
    padding: 0.15em 0.75em;
    min-height: 40px;
    border: 0px solid;
    border-color: none;
    background-color: #d6c1a2;
	box-shadow: none;}

/* Home Page Link */
h1.home-cta a {
	text-decoration: none !important;
}

/* Mobile Nav */
nav#nav_top.top-nav.active {
	background:#d6c1a2 !important;
}