<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Man Card
 Description:  Man Card Theme
 Author:       Andrew Graham
 Template:     prostore
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

@import url("../prostore/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


/*===============================================

	C O M M O N
	General styles

===============================================*/
	#content a {
		color: #66767B;
	}
	
	#content a:hover {
		color: #8D9E58;
	}
	
	::selection {
		color: #FFF;
		background: #66767B;
	}
	
/*===============================================

	L A Y O U T
	Layout styles

===============================================*/

	#layout { 
		color: #4C4E50;
	}
	
	#header-holder {
		background-image: url(images/header.jpg);
		background-repeat: no-repeat;
		background-position: center;
		min-height: 250px;
		width: 100%;
	}
	
	#logo {
		float: none;
		width: 175px;
		height: auto; 
		margin: 37px auto;
	}
	
/*===============================================

	P O S T
	Post styles

===============================================*/
	
	div.post-single {
		width: auto;
		float: none;
	}
	
	div.posts-featured-a-wrapper a.post-thumb {
		height: 574px;
	}
	
	/*-------------------------------------------
		3.1 - Post thumbnails square
	-------------------------------------------*/
	.post-t4 .thumb-wrapper {
		display: block;
		float: left;
		width: 150px;
		margin: 0 0 0 -180px;
	}

	.post-t4 {
		padding-left: 190px;
	}

	.post-t4-no-thumb {
	padding-left: 0;
	}

	a.post-thumb {
		display: block;
		width: 100%;
		height: 150px;
		background-color: #F2F6FA;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		overflow: hidden;
	}
	
	.single .st-format-standard-holder {
		margin: 0.5em 1.5em 0 0;
		width: 300px;
		float: left;
		padding: 0px;
	}
	
	.ico16-author:before {content: "\e05f";}
	.ico16-link:before {content: "\e079";}

	.post-short-info {
		margin-bottom: 0.5em;
		padding-bottom: 0.5em;
	}

	.post-short-info .ico16 {
		display: inline-block;
		margin-right: 1.5em;
	}
	
	
	
/*===============================================

	S I D E B A R
	sidebar styles

===============================================*/	
	.widget &gt; h5 {
		background: transparent
	}

	#sidebar .widget &gt; h5 a {
		color: #66767b;
	}</pre></body></html>