<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.postfromtop {
	height: fit-content;
	margin: 1em 0 4em 0;
}

.posttobottom {
	bottom: 0;
	position: absolute;
	white-space: nowrap;
}

.wallconstrictor {
    margin: auto;
    width: 70%;
}
.wallpostcontainer {
    height: auto;
    margin-top: 2em;
    margin-bottom: 2em;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.wallimagecontainer {
    aspect-ratio: 16/9;
    width: 100%;
}
.wallpostimage {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.walltextcontainer {
    height: auto;
    padding: 2%;
    overflow: hidden;
}
.walltaginner{
    display: inline-block;
    padding-right: 0.5em;
}
.walltextcontainer p {
    color: #0A0203;
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.2em;
}
.walltextcontainer h4 {
    color: #0A0203;
    font-size: 1.7em;
    line-height: normal;
     font-family: "Merriweather" !important;
}
.walltextcontainer h5 {
    color: #0A0203;
    font-size: 1.5em;
}
.walltitlecontainer {
    margin-bottom: 0.5em;
}
.walltagcontainer {
    height: 1.7em;
    margin-bottom: 1em;
    overflow: auto;
}
.wallsummarycontainer p {
    color: #0A0203;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.readmorespacing {
    display: inline;
    vertical-align: middle;
    margin-right: 1%;
    font-family: "Brown Pro" !important;
}
.readmorebuttonimage {
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
}

.tags a{
    color: #0A0203;
    background-color: #ffffff;
}
.tags a:visited{
    color: #0A0203;
}
.tags a:hover:visited{
    color: #ffffff;
}
.tags a input:hover::placeholder{
    color: #ffffff;
}
.tags input::placeholder {
    color: #0A0203;
}
.iconparagraph {
    color: #cd0000;
}

.paginate_control {
    
}
.paginate_control a {
    border: 1px solid lightgrey;
    color: #cd0000;
    font-size: 1.2em;
    padding: 0.8em 0.5em;
}
.paginate_control a:hover {
    border: 1px solid black;
    color: #000000;
}
.newerposts {
    float: right;
}
.olderposts {
    float: left;
}


	.wallfootersubbutton a {
		color: #CD0000;
		background-color: transparent;
		border: 2px solid #CD0000;
		border-radius: 50px;
		font-family: "Brown Pro" !important;
		font-size: 1.6em;
		font-weight: 700;
		letter-spacing: 1px;
		outline: 0;
		padding: 0.5em 2.5em;
		display: inline-block;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}
	.wallfootersubbutton a:hover {
		border-color: #0A0203;
		color: #CD0000;
	}
	.wallfootersubbutton a:visited{
		color: #CD0000;
	}
	.wallfootersubbutton a:hover:visited{
		color: #CD0000;
	}


@media only screen and (orientation:portrait) {
    
}

@media only screen and (max-width:950px) {

}

@media only screen and (max-height: 960px) and (max-width: 960px) and (orientation: landscape) {
    
}

@media only screen and (max-height: 960px) and (max-width: 960px) and (orientation: portrait) {

}</pre></body></html>