/*

Theme Name: HouseGuts
Theme URI: http://www.supplyhouse.com/
Description: Customizable, simple, and readable.
Author: Rahman email rahman at supplyhouse dot com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Text Domain: House, Supply
*/
/* =Content

-------------------------------------------------------------- */

body {
	font-family: 'Maison neue', sans-serif;
}
.selectPost {
	float: left;
}
.selectPost select {
   border: #eeebe5 3px solid;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   font-size: 13px;
   font-weight: bold;
   line-height: 27px;
   display: block;
   height: 31px;
   padding-left: 4px;
   color: #503c35;
  /*text-shadow:0 1px 0 rgba(0,0,0,0.4);*/
   box-shadow: none;
   background-color: transparent;
   background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-style select:focus {
    outline: none;
}

.select-style {
	width: 20%;
	overflow: visible;
	/* background: #FAF9F6 url(images/arrowdown.gif) no-repeat 90% 50%; */
	float: left;
	left: 0;
}

.blogSearch {
	width: 496px;
	padding-right: 23px;
}
.tabContainer a:link, .tabContainer a:visited {
	color: #50290c !important;
}
.tabContainer a:hover {
	color: #b98250 !important;
}
.merge {
	clear: both;
}
.tabContainer ul {
	padding: 0;
	margin: 0;
}
.tabContainer ul li {
	background: url(images/tab-rep.jpg) repeat-x;
	display: block;
	height: 31px;
	border: solid 1px #e3d5bc;
	color: #50290c;
	font-size: 13px;
	font-weight: bold;
	float: left;
	/* margin-right: 6px; */
	text-align: center;
	line-height: 29px;
}

.tabContainer li.active {
	border-bottom: solid 1px #FFFFFF;
	background: #FFFFFF;
}


#search #search_global {
	margin-right: 7px;
}

.tabHome {
	width: 12%;
}
.tabProducts {
	width: 12%;
}
.tabHowTo  {
	width: 26%;
}
.tabIndustry {
	width: 20%;
}
.tabLifeAt {
	width: 30%;
}
.tabContainer {
	width: 90%;
	margin: auto;
	max-width: 800px;
}

@media screen and (max-width: 800px) {
	.tabContainer ul li {
		width: 80%;
		float: left;
	}
}
.subHeaderContainer {
	background: url(images/banner1.jpg) no-repeat top;
	height: 86px;
	padding: 107px 0 0 0;
	width: 75%;
	margin: auto;
}
.postWithSearch {
	/* height: 41px; */
	/* background: #faf9f6; */
	width: 77%;
	/* padding-top: 11px; */
	padding: 0 5% 0 5%;
	margin: 27px auto;
	max-width: 1500px;
}
#resellerrating {
	width: 131px !important;
	height: 51px;
	margin: -1px 20px 0 7px;
}

#bodyLeftcol {
	float: left;
	width: 270px;
	padding-top: 26px;
	padding-left: 25px;
}
#footer {
	position: absolute;
}
#bodyOfBlog {
	width: 75%;
	margin: auto;
	text-align: left;
}
#bodyOfBlogSingle {
	float: none;
	width: 950px;
	padding: 0px 25px 30px 25px;
	margin: auto;
}

@media screen and (max-width: 899px) {
	#bodyOfBlogSingle {
		width: 100%;
	}

	.entry-content iframe, .entry-content img {
		max-width: 100% !important;
		float: none !important;
		display: block !important;
	}

}

.font-big {
	font-size: 16px !important;
}

.font-big p{
	font-size: 16px !important;
}

#infscr-loading {
	clear: both;
}

.post-image-thumbnail-wrapper {
	display: block;
	margin-bottom: 20px;
}

#bodyOfBlog .col_0 {
	width: 33%;
	float: left;
}

#bodyOfBlog .col_0, #bodyOfBlog .col_2 {
	width: 33%;
	padding: 0 5% 0 5%;
	display: inline-block;
	vertical-align: top;
}

#bodyOfBlog .col_1 {
	width: 33%;
	/* margin: 0 32px 0 32px;
	padding: 0 32px 0 32px; */
	padding: 0 5% 0 5%;
	display: inline-block;
	border-left: 1px solid #c8c4c0;
	border-right: 1px solid #c8c4c0;
	vertical-align: top;
}

@media screen and (max-width: 995px) {
	#bodyOfBlog .col_0, #bodyOfBlog .col_1, #bodyOfBlog .col_2 {
		width: 100%;
		float: left;
		border: none;
		padding: none;
	}
}

#bodyOfBlog .col_0 h2 a, #bodyOfBlog .col_1 h2 a, #bodyOfBlog .col_2 h2 a {
	font-size: 120%;
	color: #4186ad;
}

.nextCol_0 {
	width: 254px;
	float: left;
}
.nextCol_1 {
	width: 254px;
	float: left;
	margin: 0 32px 0 32px;
	padding: 0 32px 0 32px;
	border-left: solid 1px #ebebeb;
	border-right: solid 1px #ebebeb;
}
.nextCol_2 {
	width: 254px;
	float: left;
}

#nav-below {
	width: 95%;
	margin: 0 auto 15px auto;
}

.nav-middle {
	width: 40%;
	margin: auto;
}

#bodyLeftcol h3 {
	font-family: 'Maison neue', sans-serif;
	font-size: 15px;
	color: #e7531a;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin: 0;
	border-bottom: solid 1px #c3c0bf;
}
#content_subscribe h4 {
	display: none;
}
#content_subscribe form {
	display: none;
}
.meta-sep {
	display: none;
}

#nav_utility {
	float: none !important;
	margin: 10px 32px 0 0 !important;
	position: static !important; 
	display: inherit !important;
	z-index: 999 !important;
}

#header {
	padding: 0 !important;
	position: relative !important;
}


#mycart {
	background: url(/html/img/bg/bg_mycart_left.gif) no-repeat left bottom;
	height: 33px;
	padding: 0 0 0 13px;
	float: none !important;
	position: absolute;
	right: 8px;
	top: 0;
}

.bar {
	width: 113px;
	position: absolute;
	margin-left: 726px;
	z-index: 1000 !important;
}
#bodyLeftcol ul li {
	background: url(images/arrow.png) left no-repeat;
	padding-left: 12px;
	font-size: 12px;
	line-height: 23px;
}
.authorName {
	font-size: 12px;
	color: black;
	line-height: 21px;
	font-weight: bold;
	margin-bottom: 5px;
}
.sitebarContentContainer {
	background: url(images/left-rep.png) repeat-y right;
	padding: 12px 25px 12px 25px;
	margin-bottom: 8px;
}
#sitebarContentContainerCat {
	background: url(images/left-rep.png) repeat-y right;
	padding: 12px 25px 12px 25px;
	margin-bottom: 8px;
}
#newsletter_with_rss {
	background: url(images/left-rep.png) repeat-y right;
	padding: 12px 25px 12px 25px;
	margin-bottom: 8px;
}
.popUpContent {
	width: 300px;
	margin-top: 12px;
	margin-left: 12px;
}
#popup h2 {
	color: #e65100;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.emailAddress {
	color: #999;
	padding-left: 5px;
	height: 20px;
	width: 300px;
}
.breadcumbs {
	margin: 16px 0 0 34px;
	height: 20px;
	font-size: 12px;
	color: #808080;
}
#bodyOfBlog p {
	margin: 15px 0 15px 0;
	color: #636363;
	font-size: 15px;
	line-height: 1.7;
	font-family: 'Maison neue', sans-serif;
}

#bodyOfBlogSingle p {
	font-size: 13px;
	line-height: 1.7;
	font-family: 'Maison neue', sans-serif;
}

.entry-content ul li {
	/* background: url(http://s3.pexsupply.com/html/img/bullet/bullet_disc_tan.gif) no-repeat left 6px; */
	color: black;
	font-size: 13px;
	padding: 0 0 0 13px;
	margin: 0 0 1px 13px;
	line-height: 1.6em;
	zoom: 1;
}
hr {
	padding:0;
	margin: 30px 0 28px 0;
	border-top: solid 1px #c3c0bf;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,  .page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,  .page-title a:hover {
	color: #ff4b33;
}
.entry-title {
	color: #000;
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 8px;
	font-family: 'Maison neue', sans-serif;
}
.entry-title a:link,  .entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,  .entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,  .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,  .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,  .entry-summary {
	clear: both;
	padding: 0px 0 0 0;
}

.entry-content img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 5px 24px 24px 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,  .entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,  .entry-content sub {
	font-size: 14px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,  .page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,  .page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #33779a;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 17px;
	margin-top: 7px;
}
.entry-meta a,  .entry-utility a {
	color: #33779a;
}
.entry-meta a:hover,  .entry-utility a:hover {
	color: #33779a;
}
#content .video-player {
	padding: 0;
}
/* =Gallery listing

-------------------------------------------------------------- */



.format-gallery .size-thumbnail img,  .category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,  .category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,  .home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages

-------------------------------------------------------------- */



.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images

-------------------------------------------------------------- */



/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/

img.size-auto,  img.size-full,  img.size-large,  img.size-medium,  .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,  img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,  img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,  img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,  img.alignright,  img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation

-------------------------------------------------------------- */



.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,  .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,  .navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 100px;
	margin-top: 12px;
}
.nav-next {
	float: right;
	text-align: right;
	width: 100px;
	margin-top: 12px;
}
#nav-above {
	display: none;
}
.paged #nav-above,  .single #nav-above {
	display: block;
}

/* =Comments

-------------------------------------------------------------- */

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,  h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,  #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,  .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,  .comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,  a.comment-edit-link {
	color: #888;
}
.reply a:hover,  a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,  .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */

input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas

-------------------------------------------------------------- */



.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
#s {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #FFFFFF;
	font-size: 13px;
	border: none;
	padding: 0 0 0 10px;
	height: 31px;
	width: 361px;
	color: #666;
	background: url(images/SearchInputBg.jpg) no-repeat;
}
#searchsubmit {
	width: 135px;
	height: 31px;
	position: absolute;
	margin-left: -12px;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 50%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,  .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,  .widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */

#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )

-------------------------------------------------------------- */



pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,  .entry-meta,  .entry-utility,  .navigation,  .widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

.col {
	width: 15%;
	float: left;
	font-size: 90%;
}

.col h3 {
	font-size: 150%;
}

#content_subscribe {
	display: none;
}

.wrapper {
	overflow: hidden;
}


.nav-width a {
	color:black;
	text-align: center;
	margin: 0;
}

.slick-slide {
	height: 45px !important;
	width: 20% !important;
	margin: 0 !important;
}

.slick-slide a {
	height: 100%;
	display: block;
}

.slick-active a {
	color: #4186ad;
}

.slick-active {
	border-bottom: 4px solid #4186ad;
}

.slick-activeDD > a {
	color: #4186ad !important;
	font-weight: bold !important;
}

@media screen and (min-width: 1280px) {
	.slick-slide {
		height: 51px !important;
	}
}

#searchBoxTwo {
	width: 250px;
	margin: auto;
}

#refineBy {
	width: 270px;
	height: 50px;
	background-color: white;
	float: none;
	vertical-align: top;
	font-size: 105%;
	margin-right: 8px;
	padding: 5px;
}

#about-nav {
	overflow: hidden;
	width: 75%;
	margin: auto;
	text-align: center;
}

.p100 > li > a {
	padding: 15px !important;
}

.home_btm clear {
	margin-top: 5px;
}

#Banner {
/*	width: 100%;
	margin: auto;*/
	text-align: center;
	margin: 0 -15px;
	
}

#Banner img {
	height: 206px;
	object-fit: none;
    object-position: 50% 50%;
}

#Banner2 {
	display: none;
	width: 100%;
	margin: auto;
	text-align: center;
}

#Banner2 img {
    /*height: 206px;*/
    width: 100%;
/*    object-fit: none;
    object-position: 60% 40%;*/
}


.aboutNav {
	border-top: 1px solid #c8c4c0;
	border-bottom: 1px solid #c8c4c0;
	margin-bottom: 3px;
}

#whiteNav {
	line-height: 15px;
	padding-top: 10px;
}

#catDrop {
	width: 90%;
	margin: auto;
	display: none;
	font-size: 17px;
	text-align: center;
}

#categoryID {
	margin: 20px 20px 20px 0;
	font-size: 25px;
	float: left;
}


.aboutNav {
	height: 82px;
}

#about-nav > li {
	margin-right: 86px;
}

#wp_page_numbers {
	margin: auto !important;
	margin-top: 10px !important;
	width: 95% !important;
}

#categoryBtn {
	background-color: white;
	color: black;
	border-color: #c8c4c0; 
	width: 188px;
}

.entry-title > a:hover {
	border-bottom: 1px solid #4186ad;
}

@media screen and (max-width: 700px) {
	#about-nav li {
		display: block;
		width: 100%;
		text-align: center;
		height: 40px;
	}
}

@media screen and (max-width: 995px) {
	#wp_page_numbers {
		display: none;
	}

	#header-msg-shipping {
		margin: 2px 5px;
	}

	#categoryID {
		display: none;
	}
}

@media screen and (max-width: 995px) {
	#searchBoxTwo {
		width: 100%;
	}

	#refineBy {
		width: 70px !important;
		height: 44px;
		float: left;
		border-color: #4186ad;
		color: #4186ad;
		padding: 0;
		font-size: 12px;
	}

	.postWithSearch {
		padding: 0;
		text-align: right;
	}
	
}

@media screen and (min-width: 995px) {
	#searchBoxTwo {
		position: relative;
		display: inline-block;
		width: 435px;
	}
	#searchform {
		width: 435px;
	}
	#secondInput {
		width: 350px;
	}
}


@media screen and (max-width: 700px) {
	#Banner2 {
		display: block;
/*		object-fit: cover;*/
	}
	#Banner {
		display: none;
	}

	#about-nav {
		padding: 0 !important;
	}

	#whiteNav {
		line-height: 30px;
	}
	#catDrop {
		display: inline-block !important;
		line-height: 2.3;
	}
	#about-nav {
		display: none;
	}
	.aboutNav {
		height: 60px;
		text-align: center;
	}
}

.clear {
    clear:both;
    line-height:0;
}

@media screen and (max-width: 1280px) {
	#bodyOfBlog {
		width: 85%;
	}
	.postWithSearch {
		width: 86%;
	}
	#about-nav {
		width: 90%;
	}
	#refineBy {
		width: 190px;
	}
	#Banner img {
	    object-position: 61% 50%;
	}
}

@media screen and (max-width: 995px) {
	#about-nav {
		width: 99%;
	}
}

@media (min-width: 1280px) {
	#about-nav {
		padding: 20px 12% !important;
	}
}

#catMenu {
	margin: 0;
}

input,
#mag2+input::-webkit-input-placeholder {
    font-size: 105%;
    line-height: 3;
}

@media screen and (max-width: 995px) {
	input,
	#mag2+input::-webkit-input-placeholder {
		font-size: 14px;
		line-height: 3;
	}
}

#content {
	max-width: 1875px;
	margin: auto;
}

.entry-content {
	padding-top: 15px;
}

.search2 {
	padding: 8px !important;
	overflow: hidden !important;
	line-height: 42px !important;
}

#header-top-search .input-group .glyphicon-search {
    width: 0;
    height: 0;
    border-right: none;
    padding-top: 0;
    border: none;
}

#header-top-search {
    width: 100%;
    margin-left: 10px;
}

#header-top-search .input-group-addon {
    padding: 0;
}

@media (min-width: 992px) {
	#header-top-search-input2, #header-top-search-input3 {
		height: 50px;
		padding-left: 16px;
	}
	
	#header-top-search .input-group {
	    width: 90%;
	}
}

@media (max-width: 991px) {
    body.search-focused #header-top-search .input-group-addon {
        background-color: #4186ad;
        border: #4186ad;
    }
    
	#header-top-search-input2, #header-top-search-input3 {
		height: 44px;
		border-left: none;
	}
}

#header-top-search-input2, #header-top-search-input3 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 8px;
    padding-right: 8px;
}

#header-top-search-input2:focus, #header-top-search-input3:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 8px;
	padding-right: 8px;
	line-height: 0 !important;
}

br {
	display: block; /* makes it have a width */
	content: ""; /* clears default height */
	margin-top: 0; /* change this to whatever height you want it */
}

#nav-below {
	text-align: center;
}

.nav-previous, .nav-middle, .nav-next {
	display: inline-block;
}

.nav-middle {
	float: none;
}

#wpstats {
	display: none;
}

#bodyOfBlogSingle .h4, #bodyOfBlogSingle .h5,
#bodyOfBlogSingle .h6, #bodyOfBlogSingle h4,
#bodyOfBlogSingle h5, #bodyOfBlogSingle h6,
#bodyOfBlogSingle p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

iframe {
	margin: 10px;
}