/*
Theme Name: Stowers Furniture
Author: MicroD, INC
Version: 1
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/unsemantic-grid-responsive.css";
@import "https://www.stowersfurniture.com/css/20038/customized.css";


/* Paste Customized.css Header and Footer Styles Here */

ul#topnav li .subfurniture {
	width: 980px !important;
}

 .slideout-menu .slide-menu-toggle {
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
    padding: 3px 9px 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    line-height: 1;
    background: #222;
    color: #999;
    text-decoration: none;
    vertical-align: top;
}

/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

.designcentercopy {
     font-size: 14px;
     line-height: 20px;
     color: #2a2a2a;
     padding-top: 20px;
}

/***********************************************************************************
 * END CUSTOMIZED.CSS
 **********************************************************************************/




/***********************************************************************************
 * BLOG STYLES - DO NOT EDIT BELOW!
 **********************************************************************************/

/* Main Index Page */

#mainpagecontainer * {
	box-sizing: border-box;
}

a {
	color: #5a5a5a;
}

img {
	border: 0;
	max-width:100%;
	height: auto;
}

small {
	font-size: 11px;
}

#mainpagecontainer {
	margin: 0 auto;
	background: #ffffff;
	padding-top: 25px;
}

#mainpagecontainer img {
	max-width: 100% !important;
	height:auto;
}

#mainpagecontent {

}

#mainpagecontent img {
	max-width: 100%;
	height: auto;
}


#sidebarcontainer {
	padding-top: 0;
	margin-top: 0px;
}

#mainpagecontent .post {
	border: 1px solid #dfdfdf;
    clear: both;
    padding: 0;
    margin: 0 0 25px 0;
}

.post .grid-60 {
	padding-top:25px;
}

.post h1 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	color: #2a2a2a;
	text-transform: uppercase;
}

.post h2 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #2a2a2a;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.post h2 a {
	text-decoration: none;
	color: #2a2a2a;
}

.post h2 a:hover {
	text-decoration: underline;
}

#mainpagecontent .grid-60 {
	position: relative;
}

.checkbox {
    background: url(images/checkbox.jpg) no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 42px;
    width: 39px;
    cursor: pointer;
}

.paperclip {
    background: url(images/paperclip.png) no-repeat;
    position: absolute;
    top: -7px;
    right: 0px;
    height: 25px;
    width: 20px;
}

.post-tags {
	position: relative;
	padding:13px 0;
	border:1px solid;
	border-right:0;
	border-left: 0;
	margin:25px 0;
}

.post-paperclip {
    background: url(images/paperclip.png) no-repeat;
    position: absolute;
    top: -7px;
    left: : 0px;
    height: 25px;
    width: 20px;
}

.the-post-tags {
	font-size:11px;
	float: right;
	position: absolute;
	top: 7px;
	left: 25px;
}

.the-tags {
	font-size:11px;
	float: right;
	position: absolute;
	top: 5px;
	right: 25px;
}

.the-tags a, .the-post-tags a {
	text-decoration: none;
}

.the-tags a:hover, .the-post-tags a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.the-category a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

.the-category a::before {
	content: "---------";
	color: black;
	width: 30px;
	height: 8px;
	background: black;
	display: inline-block;
	vertical-align: sub;
	text-indent: -9999px;
	margin-right: 10px;
}

.the-content-container {
	padding:0 30px;
	margin-top: 10px;
}

.post .maincontenttimestamp {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #9a9a9a;
	padding: 0;
	margin:0 0 15px 0;
}

.post p {
	font-family: Arial, sans-serif;
	font-size: 16px;
	padding: 0 0 10px 0;
}

.post p a {
	color: #5a5a5a;
}

.post .maincontenttagsandcomments, .nocomments {
	font-size: 12px;
}

.rpwwt-post-title {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.more-link {
	text-decoration: none;
}

.read-more {
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	font-size:12px;
	padding-right: 50px;
	padding-bottom: 5px;
	display: block;
	border-bottom: 1px solid;
	font-style: italic;
	margin-bottom: 10px;
}

.nivo-lightbox-title-wrap {
	background: white;
	padding: 15px;
	text-align: left;
	box-sizing: border-box;
}

/* End Main Indext Page and Post Content */



/* Sidebar */

#searchform label {
	font-family: Arial, sans-serif;
	font-size: 14px;
    float: left;
    width: 100%;	
}

#searchform input#s {
	padding:7px;
	width: 75%;
	box-sizing: border-box;
	border: 1px solid #333333;
	float: left;
}

#searchform input#searchsubmit {
	background: #ffffff;
	padding: 7px;
	width: 15%;
	box-sizing: border-box;
	border: 1px solid #333333;
	float: left;
	border-left: 0;
}

.widget {
	background: #ebebeb;
	padding: 15px;
}

.cat-item, .tagcloud {
	font-size:14px !important;
	font-weight: bold;
	line-height: 22px;
}

#sidebarcontainer li {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#sidebarcontainer li a {
	color: #5a5a5a;
	text-decoration: none;
}

#sidebarcontainer li a:hover {
	text-decoration: underline;
}

#sidebarcontainer h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.widget {
	margin-bottom: 15px;
}

.widgettitle {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
/* End Sidebar */


/* Single Post Page */

#postpagecontainer {
	margin: 0 auto;
	background: #fff;
}

.postpagenav {
	padding: 25px 0;
}

.postpagenav a {
	color: #5a5a5a;
	font-family: Arial, sans-serif;
}

.postpagenav a:hover {
	font-weight: bold;
	text-decoration: underline;
}


#postpagenav h2 {
	font-size: 24px;
}

#respond {
	font-family: Arial, sans-serif;
}

#respond form p {
	margin: 5px 0px;
	width: 32%;
	float: left;
	box-sizing: border-box;
}

#respond form p:first-of-type {
	padding-right:30px;
}


#respond form p:last-of-type {
	padding-right:0;
	float: right;
}

#respond form p input {
	width: 100%;
	padding: 4px;
	margin-top: 4px;
}

#respond #comment {
	border:1px solid #ccc;
	margin-top: 4px;
}

#respond #submit {
	padding: 10px;
	border: 1px solid #ffffff;
	background: #000000;
	color:#ffffff;
	cursor: pointer;
}

/* End Single Post Page */

/* Archive Page */

.archive #mainpagecontent h3 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #2a2a2a;
}

.archive #mainpagecontent h3 a {
	text-decoration: none;
	color: #2a2a2a;
}

/* End Archive Page */

/* Comments */

#commentscontainer {
	font-size: 12px;
	margin:25px 0;
}

#commentscontainer h3 {
	margin-bottom: 5px;
}

#commentscontainer .even {
	background: #ffffff;
	margin-bottom: 25px;
}

#commentscontainer .odd {
	background: #ebebeb;
	padding:15px;
	margin-bottom: 25px;
	margin-left: 50px;
}
.comment-count {
	font-weight: bold;
}

#comment {
	width: 100%;
}

.comment-author {
	margin-bottom: 10px;
}

.author-name {
	font-weight: bold;
	font-size: 14px;
}

.commentmetadata a {
	font-size: 11px;
}

#respond {
	margin:50px 0;
}

.reply {
	margin:10px 0 0 0;
}

.avatar {
	vertical-align: middle;
}

/* End Comments */

/* Search Results */

.search #mainpagecontent h3 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #2a2a2a;
}

.search #mainpagecontent h3 a {
	text-decoration: none;
	color: #2a2a2a;
}

/* End Search Results */

.wp-caption {
	position: relative;
}

.wp-caption img {
	width: 100%;
	height: auto;
}

.wp-caption-text {
	border:1px solid #ccc;
	padding:10px !important;
	box-sizing: border-box;
	border-top:0;
}

@media only screen and (max-width: 768px) {
	.post p a {
		margin: 0 5px;
	}

	.postpagenav div {
		float: none;
		clear: both;
		margin:10px 0 0 0;
		font-size: 14px;
	}
}

/***********************************************************************************
 * END BLOG STYLES
 **********************************************************************************/