/*
Theme Name: SignCraft
Theme URI: 
Author: Microcosm Studios
Author URI: http://www.microcosmstudios.com/
Description: Theme created by Microcosm Studios for SignCraft Magazine
Version: 2024
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: signcraft
*/
@font-face {
	font-family: Silica;
	/*src: url(/fonts/Silica-Regular.ttf);*/
    src: url('/fonts/silica-regular-webfont.eot');
    src: url('/fonts/silica-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/silica-regular-webfont.woff2') format('woff2'),
         url('/fonts/silica-regular-webfont.woff') format('woff'),
         url('/fonts/Silica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	
}

@font-face {
	font-family: 'MyriadPro-Cond';
    src:	url(/fonts/MyriadPro-Cond.eot);
    src: url('/fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),
         url('/fonts/MyriadPro-Cond.woff2') format('woff2'),
         url('/fonts/MyriadPro-Cond.woff') format('woff'),
         url('/fonts/MyriadPro-Cond.otf') format('opentype'),
		 url('/fonts/MyriadPro-Cond.ttf') format('truetype');
}

@font-face {
	font-family: 'MyriadPro-BoldCond';
    src:	url(/fonts/MyriadPro-BoldCond.eot);
    src: url('/fonts/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),
         url('/fonts/MyriadPro-BoldCond.woff2') format('woff2'),
         url('/fonts/MyriadPro-BoldCond.woff') format('woff'),
         url('/fonts/MyriadPro-BoldCond.otf') format('opentype'),
		 url('/fonts/MyriadPro-BoldCond.ttf') format('truetype');
}

@font-face {
	font-family: 'MyriadCond';
    src:	url(/fonts/MyriadPro-Cond.eot);
    src: url('/fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),
         url('/fonts/MyriadPro-Cond.woff2') format('woff2'),
         url('/fonts/MyriadPro-Cond.woff') format('woff'),
         url('/fonts/MyriadPro-Cond.otf') format('opentype'),
		 url('/fonts/MyriadPro-Cond.ttf') format('truetype');
}

@font-face {
	font-family: 'MyriadBoldCond';
    src:	url(/fonts/MyriadPro-BoldCond.eot);
    src: url('/fonts/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),
         url('/fonts/MyriadPro-BoldCond.woff2') format('woff2'),
         url('/fonts/MyriadPro-BoldCond.woff') format('woff'),
         url('/fonts/MyriadPro-BoldCond.otf') format('opentype'),
		 url('/fonts/MyriadPro-BoldCond.ttf') format('truetype');
}

@font-face {
	font-family: CaeciliaLight;
	src: url(/fonts/CaeciliaLTStd-Light.eot);
    src: url('/fonts/CaeciliaLTStd-Light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CaeciliaLTStd-Light.woff2') format('woff2'),
         url('/fonts/CaeciliaLTStd-Light.woff') format('woff'),
         url('/fonts/CaeciliaLTStd-Light.otf') format('opentype'),
		 url('/fonts/CaeciliaLTStd-Light.ttf') format('truetype');
}

@font-face {
	font-family: CaeciliaRoman;
	src: url(/fonts/CaeciliaLTStd-Roman.eot);
    src: url('/fonts/CaeciliaLTStd-Roman.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CaeciliaLTStd-Roman.woff2') format('woff2'),
         url('/fonts/CaeciliaLTStd-Roman.woff') format('woff'),
         url('/fonts/CaeciliaLTStd-Roman.ttf') format('truetype'),
		 url('/fonts/CaeciliaLTStd-Roman.otf') format('opentype');
}

@font-face {
	font-family: CaeciliaBold;
	src: url(/fonts/CaeciliaLTStd-Bold.eot);
    src: url('/fonts/CaeciliaLTStd-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CaeciliaLTStd-Bold.woff2') format('woff2'),
         url('/fonts/CaeciliaLTStd-Bold.woff') format('woff'),
         url('/fonts/CaeciliaLTStd-Bold.ttf') format('truetype'),
		 url('/fonts/CaeciliaLTStd-Bold.otf') format('opentype');
}

* { box-sizing: border-box;}
body, nav ul { 
    margin: 0; 
    padding: 0; 
}

body {
	font-family: 'Open Sans';
}

#top, #copyright {
	background-color: #1f1f1f;
	color: #888888;
	font-size: 0.85em;
}

#top a, #copyright a {
	/* color: #c91a27; */
	color: #cfcfcf;
}

header { margin: 25px 0; }

#logo {
	float: left;
	margin-top: 0.6em;
	width: 200px;
}

#logo img {
	width: 100%;
}

#burger { display: none; }

nav {
	background-color: #efefef;
	font-family: Silica;
	font-size:1.06em;
	height: 55px;
	line-height: 55px;
	margin-bottom: 10px;
}

nav ul {
	list-style: none;
}

nav li {
	margin-right: 23px;
	float: left;
}

.woocommerce nav li {
    margin-right: 15px;
    font-size: 14px;
    float: left;
}

nav a {
	color: #5f5f5f;
	display: block;
	height: 50px;
}

nav .c {
	margin: 0;
}

nav ul li:last-child a {
	margin-right: 0;
}

#copyright {
	font-size: 0.8em;
}


#sidebar #mag {

}

#sidebar > h3 {
	display: none !important;
}

#sidebar div#cooltools {
	/* display: none !important; */
}


#sidebar h3 { margin-bottom:15px; }

#sidebar h3:nth-child(1) {
	background-color: #ca1233;
	margin-top:16px;
}

#sidebar h3:nth-child(5) {
	background-color: #e89602;
	margin-top:20px;
}

h3, section header {
	/* background-color: #E01B22; */
	color: #efefef;
	font-family: Silica;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0.4em 0.5em;
}

h3.pageheader {
	background-color: #951ec6;
}

#sidebar #mag div {
	background-color: #efefef;
	height: 340px;
	margin-bottom: 0.8em;
	text-align: center;
	width: 100%;
}

#sidebar #mag img {
	height:300px;
	margin-top: 20px;
}

#sidebar #mag a {
	color: #ca1233;
	display: block;
	line-height: 2em;
	text-align: center;
}

#sidebar #mag a:last-child {
	margin-bottom: 25px;
}

/* ads */

#leaderboard {
	float: right;
	height: 90px;
	width: 728px;
}

.medrect {
	margin-top: 25px;
	margin-left: 5px;
	width: 300px;
}

.ad:before {
	color: #969696;
	content: 'Advertisement';
	display: block;
	font-size: 0.6em;
	margin-top: -15px;
	text-align: right;
}

.woocommerce-placeholder { display: none !important; }
.woocommerce-message { 
    background-color: #8fae1b !important;
    color: #ffffff !important;
    margin-top: 1em !important;
}

.article_slide_img_container {
	text-align: center;
	background-color: #000000;
}

.article_slide_img {
	position: auto !important;
}

.article_slide_img_container .caption {
	text-align: left;
}

.article_slide_img_container .caption a {
	color: #D8D55C;
}
.type-post .caption {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: italic;
    line-height: 15px;
    background-color: #efefef;
    padding: 10px;
}



/* home page */

#articles { margin-bottom: 30px; }

#articles header, header.main_header {
	background-color: #951ec6;
}

#articles p a {
	color: #951ec6;
}

#articles hr {
	background-color: #951ec6;
	border: none;
	height: 1px;
	clear: both;
	color: #951ec6;
	margin: 1.4em 0;
	opacity: 0.5;
}

#articles .article:first-child {
	padding-top: 0;
}

#articles .article:first-child .image {
	height: auto;
	margin: 15px 0;
	width: 100%;
}

div.article { border-bottom: solid 1px #dfdfdf; clear: both; margin-bottom: 15px; }
#onlexclusives .article:first-child { padding-top: 0px !important }

.onlineexclusives { margin-top: 20px; }

.onlineexclusives .article img {
    width: 200px;
    height: 120px;
    position: absolute;
    margin-top: -5px;
}

/*
.onlineexclusives .article:nth-child(4) img {
    height: 170px !important;
}

.onlineexclusives .article:nth-child(4) img {
    height: 140px !important;
}
*/

.onlineexclusives .article h2 {
	margin-left: 215px;
}

.onlineexclusives .article p {
	margin-left: 215px;
}

#onlexclusives .article:last-child { border: none; }

.article_fade {
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	background: -moz-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	background: -o-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
	height: 150px;
	margin-top: -165px;
	position: relative;
	width: 100%;
}

.clear:after { 
	visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

#articles > div > div:first-child img { width: 100%; max-width: 640px; height: auto; }

#articles > div > div:first-child h2 {
	font-family: 'MyriadPro-BoldCond';
	font-size: 2em;
}

#articles > div > div:first-child p {
	font-size: 1.2em;
}

#articles > div > div .image, #members > div > div .image {
	float: left;
	height: 150px;
	width: 250px;
	margin: 0 20px 20px 0;
}

#articles > div > div h2, #members > div > div h2 {
	font-family: 'MyriadPro-BoldCond';
	font-size: 1.75em;
}

/*
#articles > div > div:nth-child(2) .image,
#articles > div > div:nth-child(4) .image {
	float: left;
	height: 150px;
	width: 250px;
	margin: 0 20px 20px 0;
}

#articles > div > div:nth-child(2) h2,
#articles > div > div:nth-child(4) h2 {
	font-family: 'MyriadPro-BoldCond';
	font-size: 1.75em;
}

#articles > div > div:nth-child(2) p,
#articles > div > div:nth-child(4) p {
	margin-top:0.6em;
}

#articles > div > div:nth-child(3) .image,
#articles > div > div:nth-child(5) .image {
	float: right;
	height: 150px;
	width: 250px;
	margin: 0 0px 20px 20px;
}

#articles > div > div:nth-child(3) h2,
#articles > div > div:nth-child(5) h2 {
	font-family: 'MyriadPro-BoldCond';
	font-size: 1.75em;
}

#articles > div > div:nth-child(3) p,
#articles > div > div:nth-child(5) p {
	margin-top:0.6em;
}

#articles > div  > div:nth-child(n+6):nth-child(-n+8) {
	height: 310px;
}

#articles > div  > div:nth-child(n+9):nth-child(-n+11) {
	height: 250px;
}

#articles > div  > div:nth-child(n+6):nth-child(-n+11) {
	border: none;
	clear: none;
	float: left;
	width: 30%;
}

#articles > div > div:nth-child(9) h2 {
    font-size: 1.4em !important;
}

#articles > div  > div:nth-child(n+6):nth-child(-n+11) h2 {
	font-size: 1.5em;
}

#articles > div  > div:nth-child(n+6):nth-child(-n+11) p {
	font-size: 0.9em;
}

#articles > div > div:nth-child(7),
#articles > div > div:nth-child(10) {
	margin-left: 5%;
}

#articles > div > div:nth-child(8),
#articles > div > div:nth-child(11) {
	float: right !important;
}

#articles > div > div:nth-child(8) {
	clear: right !important;
}

#articles > div > div:nth-child(9) {
	clear: left !important;
}

#articles > div > div:nth-child(12):before {
	color: #951ec6;
	content: 'More Articles from the September/October 2020 issue of SignCraft';
	display: block;
	font-family: 'MyriadPro-BoldCond';
	font-size: 1.6em;
	margin-bottom: 15px;
}

#articles > div > div:nth-child(n+12), .whats_new_link {
	border-bottom: none !important;
	margin: 0;
	padding: 0.3em 0;
}

#articles > div > div:nth-child(n+12) h2, .whats_new_link  h2 {
	font-family: CaeciliaLight !important;
	font-size: 1em !important;
	margin: 0;
	padding: 0;
}

#articles > div > div:nth-child(n+12) a, .whats_new_link a {
	color: #262626 !important;
	text-decoration: underline !important;
}

#articles > div > div:nth-child(n+12) p {
	display: none;
}
*/

#articles > div > div p br {
	line-height: 2.3em;
}


.article .image { display:block; overflow: hidden; }
.article a { text-decoration: none; }
.article h2 { font-family: 'MyriadPro-BoldCond'; font-size:1.5em; margin: 0; padding: 0; }
.article h2  a { color: #262626; }
.article p { color: #1f1f1f; font-family: CaeciliaRoman; font-size: 1em; margin-top: 0.3em; line-height:1.5em; }
.article img { height: 100%; width: 100%; }

.category-articles header h3 {
	color: #363636;
	margin: 0px;
	margin-top: 35px;
	padding: 0px;
}

.category-articles header span {
	color: #4f4f4f;
	display: block;
	margin-bottom: -35px;
	margin-top: -10px;
}

.category-articles #profile, .category-online-exclusives #profile {
	background-color: #efefef;
	float: left;
	font-size: 14px;
	margin: 0 20px 15px 0;
	padding: 10px;
	width: 300px;
}

#profile h4 {
	font-size: 20px;
    margin: 0;
    padding: 0;
}

#profile strong.header  {
	color: #336699;
	font-size: 17px;
}

#signpricing {
	background-image: url(/img/pricingguide.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 100px;
	margin-bottom: 30px;
	cursor: pointer;
	width: 100%;
}

#members header {
	background-color: #0094ee;
	margin-bottom: 20px;
}

a.resource {
	color: #3f3f3f;
	display: block;
	font-size: 0.8em;
	margin: 0 0 15px 15px;
}

#tradesecrets {
	margin-top: 10px;
}

#cooltools header {
	background-color: #36cb19;
	margin-top: 10px;
	margin-bottom: 14px;
}

#cooltools h4, #onlexclusives h4 {
	font-family: 'MyriadPro-Cond';
	font-size:1.1em;
	margin:0;
	text-align:center;
}

#cooltools h4 a { color: #ca1233; }
#cooltools > a { display: block; font-size: 12px; text-align: center; }

#onlexclusives h4 a { color: #2f2f2f; }

#cooltools > div {
	margin-bottom: 14px;
}

#cooltools .item { 
	float: left;
	height: 170px; 
	margin-top: 15px;
	width: calc(50% - 10px);
}

#cooltools .item:nth-child(odd) {
	margin-right: 10px;
}

#cooltools .items .c:nth-child(7) { margin: 1% 0 1% 0; }

#resources header {
	background-color: #FFA200;
}

/* post page */

#post img.size-large, #post img.size-medium-large {
	width: 100%; 
	max-width: 620px; 
	height: auto;
}

#post .s4 {
	font-family: CaeciliaRoman;
	line-height: 1.5em;
}

#post h1 {
	font-family: 'MyriadPro-BoldCond';
	font-size: 2.3em;
	line-height: 1em;
	margin: 0.5em 0;
}

#post h2 {
	font-family: 'MyriadPro-BoldCond';
	font-size: 2em;
}

#post #summary { margin-top: -12px; }

#post #byline b { color: #ca1233; }

#post #time, .article small {
	color:#7f7f7f;
	font-size:0.8em;
	font-style:italic;
	margin-top: -15px;
}

.article small a {
	color: #ca1233;
}

#post strong {
	font-family: 'MyriadPro-BoldCond';
	font-size: 1.4em;
}

#post #gallery img {
	width: 100%;
}

#post .cattags {
	font-size: 0.7em;
}

#post .fb-share-button { margin: 20px 0; }

#post #gallery .c:nth-child(7), #post #gallery .c:nth-child(13), #post #gallery .c:nth-child(19), #post #gallery .c:nth-child(25), #post #gallery .c:nth-child(31) { margin: 1% 0 1% 0; }
#post #gallery.s { padding: 0 !important }

#loginform, #registerform {
	color: #363636;
}

footer {
	border-top: solid 10px #efefef;
	color: #666666;
	font-size: 0.75em;
	margin-top: 20px;
	padding: 1em 0;
}

footer b { display: block; margin-bottom: 15px;}
footer a { color: #666666; display: block; line-height: 1.66em; text-decoration: none; }
footer > div > div:first-child > img:first-child { display: block; margin-bottom: 73px; width: 160px; }
footer > div > div:first-child > #social a { float: left; margin-right: 10px;}

.ssba { padding: 0px !important; }
.ssba-img { margin-right: 10px !important; width: 30px !important; border-radius: 4px !important; }

#post .pagination {
	margin-top: 30px;
	margin-bottom: 75px;
}

#post .pagination b { 
	float: left;
}

#post .pagination > span {
	background-color: #ca1233;
	color: #efefef;
	display: block;
	float: left; 
	line-height: 30px;
	margin-left: 8px;
	margin-top: -5px;
	position: relative;
	text-align: center; 
	width: 30px;
}

#post .pagination > a > span {
	background-color: #dfdfdf;
	border: solid 1px #7f7f7f;
	box-sizing: border-box;
	color: #2f2f2f;
	display: block;
	float: left; 
	font-weight: bold;
	line-height: 28px;
	margin-left: 8px;
	margin-top: -5px;
	position: relative; 
	text-align: center; 
	width: 28px;
}

#author-bio-box {
	padding: 0px 10px;
}

#author-bio-box h3 {
	margin-left: 0px;
	margin-bottom: 5px;
	font-size: 20px;
}

#author-bio-box .bio-gravatar {
	float: left;
}

#author-bio-box .bio-description {
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 15px;
	padding-top: 2px;
}

/* shop */

.woocommerce-shipping-calculator, .recurring-totals, .recurring-total {
	display: none;
}

.wc-proceed-to-checkout {
	margin-top: 15px;
}

.woocommerce .cart-contents {
    color: #efefef;
	display:none;
    float: right;
    margin-top: 30px;
    margin-right: 10px;
}

.woocommerce > h1, .woocommerce #content > h1 {
    color: #efefef;
    font-family: Silica;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 15px;
    padding: 0.4em 0.5em;
    background-color: #951ec6;
}

.products h3, #reviews h3 {
	color: #464646;
	font-family: 'MyriadPro-BoldCond';
	padding: 0;
}

.woocommerce h2, #pay_invoice h2 {
    background-color: #dfdfdf;
    color: #464646;
	font-family: 'MyriadPro-BoldCond';
    font-size: 1em;
	font-weight: normal;
    padding: 10px;
}

ul li h2 { background-color: #ffffff !important }

.address .title {
	background-color: #dfdfdf !important;
}

.address .title h3 {
	color: #464646 !important;
	font-family: 'MyriadPro-BoldCond' !important;
    font-size: 1em;
	margin-right: 20px;
	float: left;
}
.address .title a {
    color: #666666;
    display: block;
    font-size: 12.5px;
	padding-top: 6px;
}

.address .title a:after {
	content: " ";
    display: block;
    clear: both;
}

.woocommerce .product_meta > span {
	display: block;
	font-size: 14px;
}

.woocommerce .quantity .qty {
	height: 35px;
    border-radius: 3px;
    border: solid 1px #afafaf;
}

/* shop reviews */

.woocommerce #reviews h3 {
	font-size: 16px;
	margin-bottom: 15px !important;
}

#reviews #respond select {
    display: block;
    width: 200px;
    height: 35px;
}

#reviews #respond select,#reviews #respond textarea {
	margin-top:3px;
}


/* sign pricing */

#pricing_guide {

}

#pricing_guide .s, #vinyl_estimator .s {
	padding: 0px !important;
}

#pricing_guide header, #vinyl_estimator header {
	background-color: #951ec6;
	margin-bottom: 15px; 
}

#pricing_guide #categories {
	font-size: 12px;
}

#pricing_guide #categories b, #pricing_guide #guide b {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

#pricing_guide #categories input {
	margin-bottom: 10px
}

#pricing_guide #categories label {
	top: -2px;
	position: relative;
}

#pricing_guide #categories label:after {
    content: '\A';
    white-space: pre;
}

#pricing_guide #categories {
	width: 200px;
}

#pricing_guide #guide {
	margin-left: 30px;
	max-width: 400px;
}

#pricing_guide #guide select, #guide input[type=text], #vinyl_estimator input[type=text] {
	display: block;
	font-size: 14px;
	margin-bottom:20px;
	padding: 5px;
	width: 100%;
}

#pricing_guide #guide #title {
	font-weight: bold;
}

#pricing_guide #guide #substrate {
	font-size: 12px;
	margin-bottom: 10px;
}

#pricing_guide #guide a {
	float: right;
	font-size: 11px;
	position: relative;
}

#pricing_guide #guide > a {
	margin-top: -26px;
}

#pricing_guide #guide #result {
	margin-bottom: 19px;
	font-size: 13px;
	padding: 15px;
	display: none;
}

#pricing_guide #guide button, #vinyl_estimator button {
	background-color: #dfdfdf;
	color: #343434;
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	border: none;
	width: 180px;
}

/* subscribe */

.subscribe_section header {
	background-color: #dfdfdf;
    color: #464646;
    font-family: 'MyriadPro-BoldCond';
    font-size: 1em;
    font-weight: normal;
    padding: 10px;
}

#mobile_menu {
	display: none;
}

#customer_details h3, .checkout h3 {
    background-color: #7f7f7f;
}

#ship-to-different-address label {
	font-size: 20px;
}

#ship-to-different-address input {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}

#pay_invoice input, #pay_invoice select, #pay_invoice textarea {
    display: block;
    width: 280px;
    margin-bottom: 10px;
}

#sidebar #newsletter img {
	width: 100%;
	max-width: 305px;
	margin-bottom: 10px;	
}

ul.downloads li {
	margin-bottom: 15px;
}


/* responsive */

.cb { clear: both; }
.r { text-align: right; }

.s {clear:both;padding:0 20px;margin:0px auto;width:1000px}
.c {display:block;float:left;margin:1% 0 1% 1.5%}
.c:first-child {margin-left:0}
.g:before,
.g:after {content:""; display:table}
.g:after {clear:both}
.g {zoom:1}
/*
.s6 {width:100%}
.s5 {width:83.08%}
.s4 {width:66.16%}
.s3 {width:49.25%}
.s2 {width:32.33%}
.s1 {width:15.41%}
*/
.s6 { width: 100%; }
.s5 { width: 83.03%; }
.s4 { width: 66.06%; }
.s3 { width: 49.1%; }
.s2 { width: 32.13%; }
.s1 { width: 15.16%; }

.ts-link { 
	color: #ca1233; 
	display: block; 
	line-height: 35px; 
	text-align: center;
    background-color: #e7e7e7;
    line-height: 50px;
}
.ssba-wrap { margin-bottom: 20px; }

@media only screen and (max-width: 480px) {
	#top { display: none; }
	#wpadminbar { display: none; }
	body > header { 
		background-color: #ffffff;
		box-shadow: 0px 0px 25px rgba(0,0,0,0.5);
		display: block;
		height: 76px;
		margin-top: 0;
		padding: 5px 0;
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 255;
    }
	nav { display: none; }
	#burger { display: block !important; float: right; margin-top: 12px; }
	#burger div {
		background-color: #db2f36;
		height: 5px;
		margin-top: 5px;
		width: 30px;
	}

	#overlay {
		background-color: #000000;
		display: none;
		height: 100%;
		left: 0;
		opacity: 0.6;
		position: fixed;
		top: 75px;
		width: 100%;
		z-index: 200;
	}
	
	#mobile_menu {
		background-color: #ffffff;
		display: none;
		position: fixed;
		left: 0;
		top: 75px;
		width: 100%;
		z-index: 250;
	}
	
	#mobile_menu  a {
		color: #666666;
		cursor: pointer;
		border-top: dashed 1px #dfdfdf;
		display: block;
		height: 55px;
		padding-top: 15px;
		text-align: center;
		width: 100%;
	}

	#logo img { text-align: center; width: 100px !important; }
	#leaderboard { display: none !important; }
	#leaderboard_mobile { display: block !important; margin-bottom: 5px; }
	#content { margin-top: 80px !important; }
	#articles > div > div > a { height: auto !important; }
	#articles > div > div img { width: 100%; max-width: 640px; height: auto; }


	/*
	#articles > div > div:nth-child(-n+5) > .image { width: 100% !important; }
	#articles > div > div:nth-child(n+6):nth-child(-n+11) { height: auto !important; float: none !important; margin-left: 0 !important; width: 100% !important; }
	#articles > div > div:nth-child(n+6):nth-child(-n+11) .image { float: left; margin-right: 15px; width: 125px !important; }
	#articles > div > div:nth-child(n+6):nth-child(-n+11) h2 { font-size: 1.1em !important; margin-top: -3px; }
	#articles > div > div:nth-child(n+6):nth-child(-n+11) p { font-size: 0.7em !important; }
	#articles > div > div:nth-child(n+12) h2 { font-size: 0.9em !important; line-height: 1.8em; }
	*/
	#articles h2 { font-size: 1.5em !important; }
	#onlexclusives a { font-size: 1.2em !important; }
	#articles p { font-size: 0.9em !important; }
	
	#signpricing { background-size: 150% auto !important; background-position: 55% 0%; }
	
	.onlineexclusives .article .image{
		width: 100%;
	}

	.onlineexclusives .article img {
		width: 100% !important;
		margin-top: -5px;
		position: relative;
	}
	
	#onlexclusives .article h2 { font-size: 1.5em !important; margin-left: 0 !important; }
	#onlexclusives .article p { font-size: 0.9em !important; margin-left: 0 !important; }
	
	#cooltools h3 {
		margin-bottom: 10px;
	}
	
	#cooltools .item {
		height: 185px;
		width: 48%;
	}
	
	#cooltools .item img {
		width: 100%;
	}
	
	#cooltools .item:nth-child(even) {
		float: right;
	}
	
	footer > div > div:nth-child(2), footer > div > div:nth-child(3) {
		display: none;
	}
	
	footer > div > div:last-child {
		text-align: center !important;
	}

	footer > div > div:first-child > img:first-child { 
		float: left;
		margin-bottom: 20px !important;
		width: 120px !important;
	}
	
	footer #social {
		float: right;
	}
	
	footer #social a {
		margin-right: 0 !important;
		margin-left: 10px;
	}
	
	#copyright {
		padding: 10px 0;
	}
	
	#copyright div {
		text-align: center !important;
	}
	
	#sidebar #mag a {
		background-color: #ca1233;
		color: #efefef !important;
		margin-bottom: 10px;
	}
	
	#post .s4 {
		padding-top: 85px !important;
	}
	
	.woocommerce #content { margin-top: 80px !important; }

    .c { margin:1% 0 1% 0% }
    .s { width: 100%; }
    .s1,.s2,.s3,.s4,.s5,.s6 {width:100%}
}

.tooltip { 
	background-color: #efefef;
	border: solid 1px #afafaf;
	display: none;
	font-size: 12px;
	height: 200px;
	overflow-y: scroll;
	overflow-x: none;
	padding: 10px;
	position: absolute;
	width: 250px;
}

.wp_rp_content {
	margin-top: 20px;
}

#pay_invoice input, #pay_invoice select {
    height: 32px;
    margin-top: 2px;
}

#pay_invoice textarea {
    height: 65px;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright {
	float: right; 
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 15px;
}

#login h1 {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 5px;
}

#login h1 a {
    background-image: url(/img/logo.png);
    width: 350px;
    height: 100px;
    background-size: auto !important;
}

.post > div > div {
    display: block;
    clear: both;
}

.wp-next-post-navi-pre .button1x { 
	width: 80%;
}

.wp-next-post-navi-pre button {
	padding: 10px 3px !important;
}

.wp-next-post-navi-next .button2x { 
	width: 80%;
}

.wp-next-post-navi-next button {
	padding: 10px 3px !important;
}

#author-bio-box {
	margin-top: 25px !important;
}

.wp-caption {
	width: 100% !important; 
	max-width: 620px; 
}

.wp-caption-text {
	font-size: 12px;
    margin-top: 0px;
    color: #363636;
	display: block;
	line-height: 16px;
	margin-bottom: 20px;
}

.alignleft .wp-caption-text, .alignright .wp-caption-text {
	margin-bottom: 0px !important;
}

.product .wp-next-post-navi {
	display: none;
}

#sign_cost form {
	padding: 10px;
}

#sign_cost form div {
	margin-bottom: 25px;
}

#sign_cost form label {
	display: block;
	margin-bottom: 5px;
}

#sign_cost form input {
	padding: 5px;
	width: 280px;
}

#sign_cost form button {
	background-color: #ca1233;
	border: none;
	border-radius: 1em;
	color: #ffffff;
	line-height: 35px;
	width: 200px;
}

#sign_cost section:last-child {
	padding-right: 20px;
}

#sign_cost section:last-child > div {
	background-color: #efefef;
	padding: 10px;
}

#sign_cost h2 {
	color: #363636;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

#sign_cost section:last-child b {
	color: #363636;
}

#sign_cost .result_cost {
	margin-top: 5px;
	margin-bottom: 20px;
}

div.printfriendly {
	display: block;
    width: 100%;
    margin-bottom: 10px;
}

.woocommerce-message { 
	display: none;
}