/*
Theme Name: Empowered Dollar RePhresh
Theme URI: http://amycq.com/
Description: This is a custom child theme I have created.
Author: Amy CQ
Author URI: http://amycq.com/
Template: twentytwelve
Version: 0.1
*/

/*@import url("../twentytwelve/style.css");*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 1rem;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* =Repeatable patterns
-------------------------------------------------------------- */

p {
	line-height: 1.5;
    margin: 0 0 1rem 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
   	color: #4e5c59;
    }

strong {
	font-weight: 700;
	}
a:link {
	text-decoration: none;
	color: #ff9940;
	}

a:visited {
	color: #ff9940;
	}
		
a:hover {
	color: #56c271;
	}

a:active {
	color: #ff9940;
	}
	
h1, h2, h3, h4 {
	font-family: 'Changa One', cursive;
	letter-spacing: .05em;
	font-weight: 400;
	text-transform: uppercase;
	color: #4e5c59;
	}

h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #56c271;
	}

h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: 4e5c59;
	text-transform: uppercase;
	font-size: 14px;
	font-size: .875rem;
	}		

h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link {
	font-weight: 400;
	}
	
.changaone {
	font-family: 'Changa One';
	}
	
.green_text {
	color: #56c271;
	}
.orange_text {
	color: #ff9940;
	}

.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}


/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	text-transform: uppercase;
	color: #4e5c59;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	font-family: inherit;
	padding: 5px;
	padding: 0.3125rem;
	color: #4e5c59;
	font-size: 14px;
	font-size: .875rem;
	
}
button {
	line-height: normal;
	font-weight: 700;
	border: none;
	-webkit-appearance: none;
}

input [type="submit"] {
	border: none;
	-webkit-appearance: none;
	}

input {
	line-height: normal;
	font-weight: 300;
	-webkit-appearance: none;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}


		
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/* Buttons */


.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 40px;
	padding: 0.375rem 2.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	background-color: #ff9940;
	border-radius: 10px;
	text-transform: uppercase;
	border: none;
	margin-top: 12px;
	margin-top: .75rem;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #fff;
	background-color: #56c271;
	}
	
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #56c271;
	background-color: #4e5c59;
	}

.bypostauthor cite span {
	color: #fff;
	background-color: #56c271;
	background-image: none;
	border: 1px solid #56c271;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
	}



/* Optin Buttons----------*/
/*Aweber Input Types*/
	.af-textWrap {
		width: 90%;
		float: left;
		margin-right: 4%;
		}
	
	.af-textWrap input[type="text"] {
		width: 100%;
		}			
	.af-element input[type="submit"] {
		width: 95%;
		border: none;
		background: #4e5c59;
		color: #ff9940;
		}
	.af-element input[type="submit"]:hover {
		width: 95%;
		border: none;
		background: #fff;
		color: #ff9940;
		}
		
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0;
	box-shadow: none;
	display: block;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	color: #4e5c59;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	display: inline;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 45%;
	line-height: 1.5;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 45%;
	line-height: 1.5;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #4e5c59;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/*Custom*/

.fullwidth {
	margin: 0 auto;
	overflow: hidden;
	}
	
		
hr {
	background-color: #ff9940;
	border: 0;
	height: 1px;
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
}

	

			
	
		
/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics -----------------------------*/
html {
	font-size: 16px;
}
body {
	font-size: 16px;
	font-size: 1rem;
	text-rendering: optimizeLegibility;
	color: #4e5c59;
}
body.custom-font-enabled {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

/* Assistive text -----------------------------*/
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure -----------------------------*/
.site {
	max-width: 1044px;
	background-color: #fff;
}
/*.site-content {
	margin: 0 2.10%;
	}
	*/
	
.widget-area {
	width: 100%;
}


#main {
	margin: 0 2.10%;
	}
	
#primary {
		max-width: 100%;
		}
		
#secondary {
	width: 100%;
	margin-top: 44px;
	margin-top: 2.75rem;
	}	
	
/* Header -----------------------------*/
.site-header {
	padding: 0;
	padding: 0rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #ff9940;
}
.site-header h1 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.285714286;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.846153846;
	color: #fff;
}
.header-image {
	margin: 0 auto;
}
#head-full {
	background: #56c271;
	}
.head-wrapper {
	max-width: 1044px;
	margin: 0 auto;
	padding: 0 1.375rem;
	}


/* Navigation Menu -----------------------------*/
#nav-wrapper {
	background: #4e5c59;
	}
.main-navigation {
	margin: 0 auto;
	text-align: center;
	max-width: 1044px;
	}
.menu-main-container {
	margin: 0 2.10%;
	}	
.main-navigation li {
	margin-top: 10px;
	margin-top: .625rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #fff;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #8bffa8;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
	z-index: 500;
}

.hrthick {
	border-bottom: 20px solid #4e5c59;
	}
	
/* Banner -----------------------------*/
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar -----------------------------*/
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1;
	margin-bottom: 10px;
	margin-bottom: .625rem;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;	
	}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	line-height: 1.5;
}
.widget-area .widget p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

	
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #ff9940;
}
.widget-area .widget a:hover {
	color: #56c271;
}

.widget-area #s {
	width: 95%; /* define a width to avoid dropping a wider submit button */
	margin-bottom: 10px;
	margin-bottom: .625rem;
}
/*Custom Widget CSS*/

/*Popular Widget Plugin*/
.popular-widget .pop-inside {
    border: 3px solid #56c271;
    margin: 0;
    padding: 2%;
    }
    
.popular-widget ul.pop-widget-tabs li {
    border: 1px solid #56c271;
    cursor: pointer;
    display: inline;
    float: left;
    font-weight: 700;
    padding: 0;
    margin: 0 !important;
    color: #28753c;
	}
 
.popular-widget ul.pop-widget-tabs li a:link {
    font-size: 12px;
    font-size: .75rem;
    padding: 0 10px;
    color: #56c271;
	}
.popular-widget ul.pop-widget-tabs li a:link {
    border: none;
    display: block;
    float: left;
    font-family: 'Roboto';
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 30px;
	}
.popular-widget ul.pop-widget-tabs li a:visited {
	color: #56c271;
	}
		
.popular-widget ul.pop-widget-tabs li a:hover, 
 .popular-widget ul.pop-widget-tabs li a.active, 
 .popular-widget ul.pop-widget-tabs li a:active, 
 .popular-widget ul.pop-widget-tabs li a:focus {
    background: #56c271 !important;
    text-decoration: none;
    color: #fff !important;
	}
	
.popular-widget .pop-inside ul li {
    border-bottom: 1px dotted #ccc;
    padding: 8px 5px;
    position: relative;
    list-style-type: none !important;
    margin: 10px 0x !important;
    margin: .625rem 0 !important;
	}		
.popular-widget .pop-inside ul li .pop-title {
    clear: none;
    color: #4e5c59;
    font-weight: 700;
    margin: 0 0 3px;
    padding: 0;
    }
/* Search Widget------*/
#searchsubmit {
	float: right;
	width: 100%;
	margin-bottom: 2.5rem;
	}
	    
/*Optin Widget-----*/

.optinwidget {
	background: #ff9940;
	width: auto;
	min-height: 270px;
	padding-left: 5px;
	padding-left: .3125rem;
	padding-right: 5px;
	padding-right: .3125rem;
	/*margin: 20px 0 32px 0;
	margin: 1.5rem 0 2.0rem 0; */
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	}
.optinwidget .optin-image {
	width: 30%;
	margin: -2% 0;
	}
	
.optinwidget .optin-copy {
	margin-right: 0;
	width: 70%;
	}
.optinwidget .optin-copy h2	{
	line-height: 1.25;
	}
.optinwidget .optin-copy p	{
	margin-bottom: 0;
	}	
.optinwidget .af-textWrap {
    float: left;
    margin-right: 0;
    width: 95%;
    margin-bottom: 10px;
    margin-bottom: .625rem;
	}	
.optinwidget .af-element input[type="submit"] {
    background: #4e5c59;
    border: none;
    float: right;
    color: #ff9940;
    width: 100%;
    padding: 6px 0;
    padding: .375rem 0;
    margin-top: 0;
	}	       
.optinwidget .af-element input[type="submit"]:hover {
    background: #fff;
    border: none;
    float: right;
    color: #ff9940;
    width: 100%;
    margin-top: 0;
	}
	
/* Featured Comic Widget---*/

.fcomic_widget_title {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.25;
	text-align: center;
	margin-top: 10px;
	margin-top: .625rem;
	}
		
/* Footer -----------------------------*/
footer[role="contentinfo"] {
	border-top: none;
	clear: both;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	max-width: 1044px;
	max-width: 65.25rem;
	margin-top: 24px;
	margin-top: 1.5rem;
	margin-right: 2.10%;
	margin-left: 2.10%;
	padding: 0px 0;
	padding: 0rem 0;
	color: #fff;
}
footer[role="contentinfo"] a {
	color: #ff9940;
}
footer[role="contentinfo"] a:hover {
	color: #56c271;
}
	
.footer-wrapper {
	background-color: #4e5c59;
	}
	
.site-info {
	clear: both;
	text-align: center;
	margin: 0 22px 20px 0;
	margin: 0 1.375rem 1.25rem 0;
	border-top: 1px solid #ff9940;
	padding-top: 10px;
	padding-top: .625rem;
	}	

/* Footer Optin -----------------------------*/

.footer-optin-wrapper {
	background-color: #ff9940;
}

.footer-optin-bar {
	margin: 0 2.1%;
}

/* Footer Widgets -----------------------------*/

.footer-widgets {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	}
	
.footer-widgets p {
	color: #fff;
	}
	
.footer-widget .widget-area {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	}
			
.footer-widgets h3 {
	color: #ff9940;
	}
	
/*Shareaholic*/
.shareaholic-share-buttons-heading {
	display: none;
	}

#colophon i {
	b-webkit-box-shadow: 0px 0px 5px #333;
    box-shadow: 0px 0px 5px #333;
	}			


/* =Home Page content and structure
-------------------------------------------------------------- */
.greenwrapper {
	background: #56c271;
}

.greywrapper {
	background: #4e5c59;
}

.greywrapper p {
	color: #fff;
	}

.greywrapper h1,
.greywrapper h2 {
	color: #ff9940;
	}
		 
.greywrapper h3, 
.greywrapper h4, 
.greywrapper h5 {
	color: #fff;
	}

.greywrapper h2, .whitewrapper h2 {
	font-size: 1.875rem;
	font-size: 30px;
	}

.greywrapper h3, .whitewrapper h3 {
	font-size: 1.5rem;
	font-size: 24px;
	}
	
.whitewrapper {
	background: #fff;
}

	
#anchornav {
	margin: 0 auto;
	text-align: center;
	max-width: 1044px;
	padding: 0 22px;
	padding: 0 1.375rem;
	}

#anchornav ul {
	display: block;
	}
		
#anchornav li {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.42857143;
	font-family: 'Changa One', cursive;
	letter-spacing: .1rem;
	clear: both;
	}
	
#anchornav li img {
	display: none;
	}
	
#anchornav a {
	color: #fff;
	text-decoration: none;
	display: block;
}

#anchornav a:hover,
#anchornav a:focus {
	color: #8bffa8;
	}

/* CF in Main Content*/

#intro {
	width: 100%;
	}
#intro-image {
	width: 50%;
	margin: 0 auto;
	}
#intro-image img {
	width: 100%;
	margin-top: 1.25rem;
	}
	
#intro-sig {
	width: 50%;
	float: left;
	}
#intro-sig img {
	width: 100%;
	}		
	
/*Featured Post-----------------------------*/

#fcomic {
	margin-top: 1rem;
	margin-left: 2.10%;
	margin-right: 2.10%;
	}

#fcomic .entry-content {
	color: #fff;
	}

#fcomic .entry-content h4 a {
	color: #fff;
	}

#fcomic .entry-content h4 a:hover {
	color: #56c271;
	}

#fcomic-button {
	background: #ff9940;
	font-weight: 700;
	max-width: 100%;
	margin: 20px 0px;
	margin: 1.25rem 0px;
	padding: 50px 20px;
	padding: 2.125rem 1.25rem;
	border-radius: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: block;
	}

#fcomic-button:hover {
	background: #56c271;
	}
	
#gcomic {
	color: #fff;
	}
#gcomic-copy {
	float: left;
	width: 100%;
	}
		
#gcomic-image {
	max-width: 100%;
	}
	
#gcomic-image img {
	max-width: 100%;
	-ms-transform: rotate(7deg); /* IE 9 */
	-webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
	transform: rotate(7deg);
	}	
.hbutton-wrapper {
		clear: both;
		margin: 1.25rem auto;
		width: 100%;
		}	
/*Recent Posts-----------------------------*/
	.box-1 { 
	float:left; clear:left; width: 100%;
	}
	.box { 
	float:left; width: 100%;
	}

	.rcrop {
		height: 175px;
		border: 1px solid #4e5c59;
		background: #fff;
		}

	.rcrop img {
		display: block;
		width: 100%;
		}
	
	.readmore {
		font-size: 14px;
		font-size: .825rem;
		}
	
	.homepagewidth {
		max-width: 1044px;
		margin: 0 auto;
		}

	#rblog {
		margin: 0 2.10%;
		}	
		
	.bbutton-wrapper {
		clear: both;
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
		width: 100%;
		}	
			
.arrow-down-wrapper {
  display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 7%; 
	vertical-align: middle; 
	overflow: hidden;
	}
	
.white-arrow-bkg {
	background: #4e5c59
	}
	
.white-arrow-orangebkg {
	background: #ff9940;
	}
	  
.svg-triangle-grey {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	}
	
.svg-triangle-white {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	}

.svg-triangle-grey polygon {
  fill:#4e5c59;
  stroke: #4e5c59;
  stroke-width: 2px;
  }
  
.svg-triangle-white polygon {
  fill:#fff;
  stroke: #fff;
  stroke-width: 2px;
  }
  
.hprimary {
	max-width: 100%;
	float: left;
	}

.hsecondary {
	max-width: 100%;
	float: left;
	border-top: 1px solid #ff9940;
	padding-top: 20px;
	padding-top: 1.25rem;
	}
.hsecondary h2 {
	font-size: 22px;
	font-size: 1.375rem;
	}

/*Widgets*/
#rblog .widget:nth-child(-n+3) {
	background: #4e5c59;
	text-align: center;
	padding: 10px;
	padding: .625rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	color: #fff;
	}

#rblog .widget h3:nth-child(-n+3) {
	color: #fff;
	}

/*
.isecondary {
	width: 100%;
	float: left;
	}
	
.isecondary img {
	width: 100%;
	}	
*/

.hprimary-grey {
	max-width: 100%;
	margin: 0 2.10%;
	color: #fff;
	}

.hsecondary-grey {
	max-width: 100%;
	color: #fff;
	margin: 0 2.10%;
	}

.home_love_widget {
	float: left;
	width: 100%;
	}
	
/*About Me*/

#habout .hprimary-grey h3 {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #fff;
	}
	
.abutton-wrapper {
		margin-bottom: 1.25rem;
		margin-right: 1.5%;
		width: 100%;
		}	
#habout ul {
	list-style: disc outside;
}

#habout li {
	margin: 0 0 20px 20px;
	margin: 0 0 1.25rem 1.25rem;
}
 		
#habout-pic {
	width: 22.72%;
	margin-right: 3.03%;
	}

#habout-pic img {
	width: 100%;
	}
#habout-copy {
	width: 74.25%;
	}

#habout-mask {
	width: 48.48%;
	margin-right: 2%;
	margin-bottom: 1.25rem;
	}
#habout-mask img {
	width: 100%;
	}

/*Things*/
#hthings {
	margin: 0 2.10%;
	}

#hthings .widget-area .front-widgets {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border: 3px solid #56c271;
	padding: 10px;
	padding: .625rem;
	overflow: hidden;
	}

		
				
/*Hover on Ad image*/
	#hthings .widget-area .front-widgets a:hover img {
		opacity: 0.5;
		
		}
							
/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.2;
	font-weight: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 20px;
	margin-top: 1.25rem;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	color: #4e5c59;
}
.comments-link a,
.entry-meta a {
	color: #4e5c59;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #ff9940;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #4e5c59;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.5;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 20px 0 10px 0;
	margin: 1.25rem 0 .625rem 0;
}
.entry-content h1,
.comment-content h1 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.5;
	color: #ff9940;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.25;
}
.entry-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.25;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
	font-size: 1.0rem;
	line-height: 1.25;
}
.entry-content h6,
.comment-content h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	line-height: 1.5;
}
.entry-content a:link,
.comment-content a:link {
	color: #ff9940;
	font-weight: 700;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #ff9940;
}
.entry-content a:hover,
.comment-content a:hover {
	color: #56c271;
}
.entry-content a:active,
.comment-content a:active {
	color: #ff9940;
}

.entry-content h1 a:link,
.comment-content h1 a:link {
	font-weight: 400;
}
.entry-content h2 a:link,
.comment-content h2 a:link {
	font-weight: 400;
}
.entry-content h3 a:link,
.comment-content h3 a:link {
	font-weight: 400;
}
.entry-content h4 a:link,
.comment-content h4 a:link {
	font-weight: 400;
}

/*Custom Shortcode Buttons*/
.entry-content a.green-button {
	background: #56c271;
	color: #fff;
	line-height: 1;
	}
	
.entry-content a.green-button:hover {
	background: #ff9940;
	color: #fff;
	}	
		
.entry-content a.ltgreen-button {
	background: #8bffa8;
	color: #4e5c59;
	line-height: 1;
	}
	
.entry-content a.ltgreen-button:hover {
	background: #4e5c59;
	color: #8bffa8;
	}
		
.entry-content a.orange-button {
	background: #ff9940;
	color: #fff;
	}
.entry-content a.orange-button:hover {
	background: #56c271;
	}
		
.entry-content a.grey-button {
	background: #4e5c59;
	color: #fff;
	line-height: 1;
	}
	
.entry-content a.grey-button:hover {
	background: #ff9940;
	color: #fff;
	}
		
	
	
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}

.entry-content ol ol{
	list-style: lower-alpha outside;
}

.entry-content ol ol ol{
	list-style: lower-roman outside;
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.75rem;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #4e5c59;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.entry-content .tablepress tbody td {
    padding: 15px 0 16px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.35;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4e5c59;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #4e5c59;
	font-weight: normal;
}


.site-content article {
	border-bottom: none;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding-bottom: 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
/* Post Image Buy Me Button*/
.fbutton-wrapper {
		clear: both;
		font-weight: 700;
		width: 100%;
		margin-bottom: 20px 20px;
		margin-bottom: 1.25rem;
		border-radius: 10px;
		text-align: center;
		text-transform: uppercase;
		display: block;
		}

/*Contact Forms */

.wpcf7-form-control {
	width: 95%;
	}
.wpcf7-form-control.wpcf7-select {
	width: auto;
	}	
.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	}

/*Search Bar*/
.entry-content #searchsubmit {
	float: left;
	width: 30%;
	margin-bottom: 2.5rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	}

.entry-content #s {
	width: 100%;
	}	

/* Optins*/

/*Opt-In Bar Main Content Area------------- */
	.optinbar {
		background: #ff9940;
		width: 100%;
		min-height: 270px;
		margin: 20px 0 32px 0;
		margin: 1.5rem 0 2.0rem 0; 
		}
	
	.optinbar-fullwrapper {
		margin: 0 auto;
		width: 100%;
		}
					
	.optinbar-full {
		background: #ff9940;
		min-height: 115px;
		margin: 20px 0 32px 0;
		margin: 1.5rem 0 2.0rem 0;
		padding: 0 48px;
		padding: 0 3rem;
		}
		
	.optin-image {
		width: 15%;
		margin: -1.5% 1% 0 1%;
		}
	
	.optin-copy {
		width: 80%;
		margin-top: 10px;
		margin-top: .625rem;
		margin-bottom: 10px;
		margin-bottom: .625rem;
		margin-right: 1%;
		}
	.optin-copy h2 {
		margin: 0;
		margin: 0;
		font-size: 18.8px;
		font-size: 1.18rem;
		}
	.optin-copy p {
		margin-bottom: 5px;
		margin-bottom: .625rem;
		}		

/*Footer Optin*/
	
	.footer-optin-image {
		width: 13%;
		margin-left: 0%;
		margin-right: 2%;
		margin-top: 1%;
		margin-bottom: 2%;
		}
	.footer-optin-image img {
		max-width: 100%;
		}
		
	.footer-optin-copy {
		width: 84%;
		margin-top: 40px;
		margin-top: 2.5rem;
		margin-bottom: 10px;
		margin-bottom: .625rem;
		}
	.footer-optin-copy h2 {
		margin: 0;
		margin: 0;
		font-size: 30px;
		font-size: 1.875rem;
		}
	.footer-optin-copy p {
		margin-bottom: 5px;
		margin-bottom: .625rem;
		}	
				
/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-bottom: 10px;
	padding-bottom: .625rem;
	border-bottom: 1px solid #a7b4b1;
}
.archive-meta {
	color: #4e5c59;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.5rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #ff9940;
}
article.format-aside h1 a:hover {
	color: #56c271;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.5rem;
	background: #f1f3f3;
	border-left: 22px solid #56c271;
}
article.format-aside p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	color: #4e5c59;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 400;
}
article.format-image footer h2 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}
article.format-image footer a h2 {
	font-weight: 400;
}

/* Link posts */
article.format-link header {
	padding: 0 12px;
	padding: 0 0.75rem;
	float: right;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2.5;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	background-color: #56c271;
	border-radius: 5px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1;
	text-decoration: none;
}

.single-format-link .site-content article {
	margin-top: 20px;
	margin-top: 1.25rem;
	}
/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #4e5c59;
}
.format-status .entry-header header a:hover {
	color: #56c271;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin-top: 0;
	margin-bottom: 20px;
	margin-bottom: 1.5rem;
	padding: 0;
}
.comments-area article header {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 64px;
	margin-left: 4rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
.comments-area cite b {
	font-weight: 700;
}
.comments-area article header time {
	line-height: 1.5;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.75rem;
	color: #4e5c59;
}
.comments-area article header a {
	text-decoration: none;
	color: #4e5c59;
}
.comments-area article header a:hover {
	text-decoration: underline;
}
.comments-area article header cite a {
	color: #4e5c59;
}
.comments-area article header cite a:hover {
	color: #4e5c59;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.375rem 0.75rem;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 6px;
	margin-left: 0.375rem;
	padding: 2px 6px;
	padding: 0.125rem 0.375rem;
	font-size: 10px;
	font-size: 0.625rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #ff9940;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #56c271;
}
.commentlist .pingback {
	line-height: 1.5;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

li.comment {
	background: #f1f3f3;
	padding: 20px;
	padding: 1.25rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	}
	
.commentlist .children li {
	background: #fff;
	border-left: 10px solid #a7b4b1;
	}
	
/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
	background: #4e5c59;
	padding: 20px;
	padding: 1.25rem;
}
#respond h3#reply-title {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.5;
	color: #fff;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 12px;
	margin-left: 0.75rem;
	font-weight: 400;
	font-size: 12px;
	font-size: 0.75rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.5rem 0;
}
#respond form p {
	margin: 10px 0;
	margin: 0.625rem 0;
	color: #fff;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	color: #fff;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
	color: #fff;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	padding: 10px;
	padding: 0.625rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
}
.required {
	color: #8bffa8;
}

/* =Front page dynamic content
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}

.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}

.template-front-page .entry-meta {
	clear: both;
}
.template-front-page .entry-header {
	margin-bottom: 10px;
	margin-bottom: .625rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.template-front-page .entry-header .entry-title {
}

.template-front-page .entry-header img.wp-post-image {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

/*.template-front-page .entry-content a:hover, {
	color: #56c271;
	}
	
.template-front-page .entry-content a:visited, {
	color: #ff9940;
	}
*/	
.template-front-page .entry-content .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}

.template-front-page .entry-content .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}

.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	border-top: none;
}


.template-front-page .widget-area .widget li {
	margin: 0;
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	list-style-type: disc;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #ff9940;
}
.template-front-page .widget-area .widget li a:hover {
	color: #56c271;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

/* =Gallery Page Template
-------------------------------------------------------------- */

.column-3 {
	/*width: 100%;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;*/
	}
.page-template-page-templatesgallery-php .rcrop {
    max-height: 175px;
    }
.page-template-page-templatesgallery-php .column-3 .entry-header {
	margin-bottom: 10px;
	margin-bottom: .625rem;
	}
	
.page-template-page-templatesgallery-php .column-3 .entry-content h4 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 0;
	}
.page-template-page-templatesgallery-php .site-content article {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	}		
.lightbox-caption {
	font-size: 12px;
	font-size: .75rem;
	margin-top: 10px;
	margin-top: .625rem;
	margin-bottom: 10px;
	margin-bottom: .625rem;
	}


			
/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* Button Main Content*/
.button-wrapper {
	clear: both;
	font-weight: 700;
	width: 100%;
	margin-bottom: 20px 20px;
	margin-bottom: 1.25rem;
	border-radius: 10px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	}

	
body a.custom-button {
	clear: both;
	font-weight: 700;
	max-width: 100%;
	padding: 20px 20px;
	padding: 1.25rem 1.25rem;
	border-radius: 10px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	}
body .tablepress a.custom-button {
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	line-height: 1.35;
    font-weight: 600;
	text-align: center;
    min-width: 124px;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #fff;
	background: #05c36c;
	border-radius: 30px;
	border: 0;
	-webkit-transition: background .2s ease-out,border .2s ease-out;
	transition: background .2s ease-out,border .2s ease-out;
	cursor: pointer;
	text-decoration: none;
	padding: 10px 4px;
}
		
body a.green-button {
	background: #56c271;
	color: #fff;
	}	
		
body a.green-button:hover {
	background: #ff9940;
	}	

body a.ltgreen-button {
	background: #8bffa8;
	color: #4e5c59;
	}	
		
body a.ltgreen-button:hover {
	background: #4e5c59;
	color: #8bffa8;
	}
body a.orange-button {
	background: #ff9940;
	color: #fff;
	}
body a.orange-button:hover {
	background: #56c271;
	}
body a.grey-button {
	background: #4e5c59;
	color: #fff;
	}
body a.grey-button:hover {
	background: #ff9940;
	color: #4e5c59;
	}	

/* Button Widgets */	
.widget-area .widget a.green-button {
	background: #56c271;
	color: #fff;
	line-height: 1;
	}
	
.widget-area .widget a.green-button:hover {
	background: #ff9940;
	color: #fff;
	}	
		
.widget-area .widget a.ltgreen-button {
	background: #8bffa8;
	color: #4e5c59;
	line-height: 1;
	}
	
.widget-area .widget a.ltgreen-button:hover {
	background: #4e5c59;
	color: #8bffa8;
	}
		
.widget-area .widget a.orange-button {
	color: #fff;
	line-height: 1;
	}
	
.widget-area .widget a.orange-button:hover {
	background: #56c271;
	color: #fff;
	}
		
.widget-area .widget a.grey-button {
	background: #4e5c59;
	color: #fff;
	line-height: 1;
	}
	
.widget-area .widget a.grey-button:hover {
	background: #ff9940;
	color: #fff;
	}	

/* Testimonial Widget*/
.testimonials-widget-testimonial q, .testimonials-widget-testimonial blockquote {
    font-size: 1rem;
    line-height: 1.5;
    quotes: none;
	}
	
.testimonials-widget-testimonial cite, .testimonials-widget-testimonial div.credit {
    display: block;
	font-size: 0.875rem;
    line-height: 1.25;
    text-align: right;
}	



/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

.tablepress th, .tablepress td{
  text-align: center;
}
/*.tablepress th:nth-child(1), .tablepress td:nth-child(1){
  width: 30%
}

.tablepress th:last-child, .tablepress td:last-child{
  width: 30%;
}*/
.tablepress img{
  max-width: 100px;
  margin: 0 auto;
}
.tablepress a.green-button{
  padding: 0.7rem 1rem;
}

/*.tablepress-id-1 .column-2{
  width: 20%;
}
.tablepress-id-5 .column-2{
  width: 25%;
}*/


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/*Minimum width of 500px */
@media screen and (min-width: 500px) {

.rcrop {
	height: auto;
	}
	
.box-1 {
		float:left; 
		clear:left; 
		width: 48%; 
		margin-right: 2%;
		}
	
	.box { 
		float:left; 
		width: 49%;
		}
		
.entry-header .rcrop img.wp-post-image {
	margin-bottom: 0;
	}
	
#gcomic-image img {
	float: right;
	}
	
.optinbar {
	min-height: 225px;
	}				
}


/* Minimum width of 660 pixels. */
@media screen and (min-width: 660px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	
	/*Site Structure*/
	
	.site {
		margin: 0 auto;
		max-width: auto;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: auto;
		}
	
	#primary {
		width: 66%;
		margin-right: 4%;
		}
		
	#secondary {
		width: 30%;
		margin-top: 44px;
		margin-top: 2.75rem;
		}
	.wpcf7-form-control.wpcf7-submit {
		width: 30%;
		}	
	/*Front Page*/
			
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: auto;
		margin: 0;
	}
	
	/* Front Page Template------------------*/
	
	.template-front-page .site-content {
		margin: 0 2.10%;
		}
	
	.template-front-page .site-content article {
		border: 0;
		margin-bottom: 0;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		margin-bottom: 16px;
		margin-bottom: 1rem;
	}

	.template-front-page .entry-meta {
		clear: both;
	}
	
	#fcomic {
	margin: 3.0rem 1.375rem 0;
	}
	#fcomic .entry-header {
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
		float: left;
		width: 66%;
		margin-right: 4%;
	}
	.template-front-page .entry-header img.wp-post-image {
		margin-bottom: 0px;
		margin-bottom: 0rem;
	}

	#fcomic .entry-content {
		float: left;
		width: 30%;
		}
	
	.template-front-page .entry-content .entry-title {
		font-size: 22px;
		font-size: 1.5rem;
		line-height: 1.125;
		font-weight: 400;
		}
		
	.template-front-page .entry-content .entry-title a {
		font-weight: 400;
		}
		
		.template-front-page .entry-content .entry-format {
		margin-top: 24px;
		margin-top: 1.5rem;
		font-weight: normal;
	}

	.template-front-page .widget-area {
		float: left;
		width: 100%;
		margin: 0;
		padding-top: 0;
	}
	
	.template-front-page .widget-area .widget {
		margin-bottom: 20px;
		margin-bottom: 1.25rem;
		}
		
	.template-front-page .widget-area .widget li {
		margin: 10px 0 0 16px;
		margin: 0.625rem 0 0 1rem;
		font-size: 16px;
		font-size: 1rem;
		list-style-type: disc;
		list-style-position: outside;
		line-height: 1.5;
	}
	.template-front-page .widget-area .widget li a {
		color: #ff9940;
	}
	.template-front-page .widget-area .widget li a:hover {
		color: #56c271;
	}
	.template-front-page .widget-area .widget_text img {
		float: left;
		max-width: 100%;
		}

	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	
	/*.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	*/

	#intro-image {
	width: 25%;
	float: left;
	}
	#intro-image img {
		width: 100%;
		margin-top: 1.25rem;
		}
	
	#intro-sig {
		width: 15%;
		float: left;
		}
	#intro-sig img {
		width: 100%;
		}
		
	#gcomic-copy {
	float: left;
	width: 70%;
	margin-right: 4%;
	}
		
	#gcomic-image {
		float: left;
		max-width: 25%;
		margin-top: -10px;
		margin-top: -.625rem;
		}				
	
	.hbutton-wrapper {
	clear: both;
	margin: 0 auto;
	width: 30%;
	}
	
	/* Anchor Nav */
	
	#anchornav {
	margin: 0 auto;
	text-align: center;
	max-width: 1044px;
	padding: 0 22px;
	padding: 0 1.375rem;
	height: 7.0rem;
	}
			
	#anchornav li {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5rem;
	display: inline-block;
	margin-right: 5%;
	font-family: 'Changa One', cursive;
	letter-spacing: .1rem;
	padding: .625rem 0;
	width: 20%;
	}
	
	#anchornav li:nth-last-child(1) {
	margin-right: 0;
	}

	#anchornav a {
		color: #fff;
		text-decoration: none;
		display: block;
	}	
	
	#anchornav a img {
		display: block;
		margin: .5rem auto -10px;
		width: 45%;
		}
			
	/*Front Page - Recent Posts*/
	.box-1 {
		float:left; 
		clear:left; 
		width: 48.48%; 
		margin-right: 2%;
		}
	
	.box { 
		float:left; 
		width: 48.48%;
		}
	.rcrop {
		height: 125px;
		overflow: hidden;
		border: 1px solid #4e5c59;
		background: #fff;
		padding: 5px;
		}

	.rcrop img {
		display: block;
		width: auto;
		}
		
	.bbutton-wrapper {
		clear: both;
		float: right;
		margin-right: 1.5%;
		margin-top: 1.25rem;
		width: 45.45%;
		}

	.hprimary {
		width: 66%;
		margin-right: 4%;
		float: left;
		}

	.hsecondary {
		width: 30%;
		float: left;
		margin-top: 1.5rem;
		}
	
	.hprimary-grey {
		width: 66%;
		margin-right: 4%;
		margin-left: 0px;
		float: left;
		}

	.hsecondary-grey {
		width: 30%;
		float: left;
		margin-right: 0px;
		margin-top: 1.5rem;
		margin-left: 0;
		}
	/*Front Page - About Me Section*/

	#habout {
		margin: 0 2.10%;
		}
	.abutton-wrapper {
		float: right;
		margin-bottom: 1.25rem;
		margin-right: 1.5%;
		width: 45.45%;
		}	
	
	/*Front Page - Things I Love Widgets*/

	#hthings {
		margin: 0 2.10%;
		}
		
	.home_love_widget {
		float: left;
		width: 30%;
		margin-right: 5%;
		}
	.home_love_widget-end {
		margin-right: 0;
		width: 30%;
		float: left;
		}	
	#hthings .widget-area {
		padding-bottom: 0;
		}

	#hthings .widget-area .front-widgets {
		margin-bottom: 20px;
		margin-bottom: 1.25rem;
		border: 3px solid #56c271;
		padding: 10px;
		padding: .625rem;
		height: 100%;
		min-height: 300px;
		min-height: 18.75rem;
		overflow: hidden;
		}
		
	


	/*Sidebar*/
	
	.widget-area {
		float: right;
		width: 30%;
	}
	
	/*Optin Widget-----*/

	.optinwidget {
		min-height: 300px;
		}
	
	/*Header*/
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	
	/*Main Nav*/
	
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: none;
		border-top: none;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #fff;
		line-height: 3rem;
		text-transform: uppercase;
		white-space: nowrap;
		font-weight: 700;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #ff9940;
	}
	.main-navigation li {
		margin: 0 6% 0 0;
		position: relative;
	}
	.main-navigation li:nth-last-child(1) {
		margin: 0;
		}
		
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #4e5c59;
		border-bottom: 1px solid #a7b4b1;
		display: block;
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 2;
		padding: 8px 10px;
		padding: 0.5rem 0.625rem;
		width: 180px;
		width: 11.25rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #ff9940;
		color: #444;
	}

	.main-navigation li ul li ul {
		position: relative;
		left: 10%;
		}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #ff9940;
		font-weight: 700;
	}
	.menu-toggle {
		display: none;
	}
	
	/*Reply and Comment*/
	
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	
	.commentlist .children {
		margin-left: 4.8%;
	}
	
	/* Main Content*/
		
	.entry-content h1, .comment-content h1, 
	.entry-content h2, .comment-content h2, 
	.entry-content h3, .comment-content h3, 
	.entry-content h4, .comment-content h4, 
	.entry-content h5, .comment-content h5, 
	.entry-content h6, .comment-content h6 {
		margin: 1rem 0 .625rem 0;
	}
	
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	
	/*Main Content - Opt In Bar */
	/*Opt-In Bar Main Content Area------------- */
	.optinbar {
		background: #ff9940;
		width: 100%;
		min-height: 115px;
		margin: 20px 0 32px 0;
		margin: 1.5rem 0 2.0rem 0; 
		}
	
	.optinbar-fullwrapper {
		margin: 0 auto;
		width: 100%;
		}
					
	.optinbar-full {
		background: #ff9940;
		min-height: 115px;
		margin: 20px 0 32px 0;
		margin: 1.5rem 0 2.0rem 0;
		padding: 0 48px;
		padding: 0 3rem;
		}
		
	.optin-image {
		width: 15%;
		margin: -1.5% 1% 0 1%;
		}
	
	.optin-copy {
		width: 80%;
		margin-top: 8px;
		margin-top: .5rem;
		margin-bottom: 10px;
		margin-bottom: .625rem;
		margin-right: 1%;
		}
	.optin-copy h2 {
		margin: 0;
		margin: 0;
		font-size: 16px;
		font-size: 1rem;
		}
	.optin-copy p {
		margin-bottom: 5px;
		margin-bottom: .625rem;
		}		
	
	/*Aweber Input Types*/
	.af-textWrap {
		width: 28%;
		float: left;
		margin-right: 4%;
		}
	
	.af-textWrap input[type="text"] {
		width: 100%;
		}			
	.af-element input[type="submit"] {
		width: 35%;
		border: none;
		background: #4e5c59;
		color: #ff9940;
		margin-top: 0;
		padding: 2.25px;
		padding: .375rem;

		}
	.af-element input[type="submit"]:hover {
		width: 35%;
		border: none;
		background: #fff;
		color: #ff9940;
		}
	
		
	/*Footer Optin*/
	
	.footer-optin-image {
		width: 13%;
		margin-left: 0%;
		margin-right: 2%;
		margin-top: 1%;
		margin-bottom: 2%;
		}
	.footer-optin-image img {
		max-width: 100%;
		}
		
	.footer-optin-copy {
		width: 84%;
		margin-top: 40px;
		margin-top: .5rem;
		margin-bottom: 8px;
		margin-bottom: .625rem;
		}
	.footer-optin-copy h2 {
		margin: 0;
		margin: 0;
		font-size: 30px;
		font-size: 1.875rem;
		}
	.footer-optin-copy p {
		margin-bottom: 5px;
		margin-bottom: .625rem;
		}	
		
					
	/*Footer Widgets*/

	.first.footer-widgets {
		margin-right: 5%;
		width: 30%;
		}
	.second.footer-widgets {
		margin-right: 5%;
		width: 30%;		
		}
	.last.footer-widgets {
		margin: 0;
		width: 30%;
		}
	.footer-widget .widget-area {
			float: left;
			margin: 0;
			padding-top: 0;
			width: 100%;
		}

	.footer-widget .widget-area .widget {
		margin-bottom: 20px;
		margin-bottom: 1.25rem;
		}

	/* Custom Shortcode Buttons---*/

	.button-wrapper {
		clear: both;
		font-weight: 700;
		width: 50%;
		margin-bottom: 20px 20px;
		margin-bottom: 1.25rem;
		border-radius: 10px;
		text-align: center;
		text-transform: uppercase;
		display: block;
		}
	.fbutton-wrapper {
		clear: both;
		font-weight: 700;
		width: 50%;
		margin-bottom: 20px 20px;
		margin-bottom: 1.25rem;
		border-radius: 10px;
		text-align: center;
		text-transform: uppercase;
		display: block;
		}
	
	
	.template-front-page .button-wrapper {
		margin-bottom: 0;
		}
	
	.widget-area .widget .button-wrapper {
		width: 100%;
		}
	
		
	/* Page Template Specific */
	
	.page-template-page-templateslanding-php .button-wrapper,
	.page-template-page-templatesfull-width-php .button-wrapper {
		width: 30%;
		}
		
	/* Gallery Page -------------------*/
	
	.page-template-page-templatesgallery-php .rcrop {
		max-height: 165px;
		}
	.page-template-page-templatesgallery-php .column-3 .entry-header {
		margin-bottom: 10px;
		margin-bottom: .625rem;
		}
	
	.page-template-page-templatesgallery-php .column-3 .entry-content h4 {
		font-size: 18px;
		font-size: 1.125rem;
		margin-top: 0;
		min-height: 100px;
		min-height: 6.25rem;
		}
	.page-template-page-templatesgallery-php .site-content article {
		margin-bottom: 0;
		}		
	.lightbox-caption {
		font-size: 12px;
		font-size: .75rem;
		margin-top: 10px;
		margin-top: .625rem;
		margin-bottom: 10px;
		margin-bottom: .625rem;
		}
	
	.column-3 {
		float: left;
		/*max-width: 30%;
		margin-right: 5%;
		margin-bottom: 20px;
		margin-bottom: 1.25rem;*/
		}	
	
	#buy-gallery div:nth-child(3n) {
		margin-right: 0;
		}
}
	
	/* Minimum width of 1024 pixels.----------------------------------------*/ 
	@media screen and (min-width: 1024px) {
		body {
			background-color: none;
		}
		body .site {
			padding: 0;
			padding: 0rem;
			margin-top: 0;
			margin-top: 0rem;
			margin-top: 0;
			box-shadow: none;
		}
		body.custom-background-empty {
			background-color: #fff;
		}
		body.custom-background-empty .site,
		body.custom-background-white .site {
			padding: 0;
			margin-top: 0;
			margin-bottom: 0;
			box-shadow: none;
		}
	
	/* Home Page ----------------------------------*/
	
	.hbutton-wrapper {
		clear: both;
		margin: 0 auto;
		width: 30%;
		}
		
	.bbutton-wrapper {
		clear: both;
		float: right;
		width: 100%;
		margin-top: 1.25rem;
		margin-right: 1.5%;
  }
  
  .bbutton-wrapper .custom-button{
    width: 50%;
    margin: 0 auto;
  }
		
	.abutton-wrapper {
		float: right;
		width: 45.45%;
		margin-right: 1.5%;
		margin-bottom: 1.25rem;
		}
	
		
		
	#anchornav {
	margin: 0 auto;
	text-align: center;
	max-width: 1044px;
	padding: 0 22px;
	padding: 0 1.375rem;
	height: 8.0rem;
	}
			
	#anchornav li {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.75rem;
	display: inline-block;
	margin-right: 10%;
	font-family: 'Changa One', cursive;
	letter-spacing: .1rem;
	padding: .625rem 0;
	width: 17%;
	}
	
	#anchornav li:nth-last-child(1) {
	margin-right: 0;
	}

	#anchornav a {
		color: #fff;
		text-decoration: none;
		display: block;
	}	
	
	#anchornav a img {
		display: block;
		margin: .5rem auto -10px;
		width: 45%;
		}	
	/* rCrop Home & excerpt Pages */
	
	/*Front Page - Recent Posts*/
	.box-1 {
		float:left; 
		clear:left; 
		width: 48.48%; 
		margin-right: 2%;
		}
	
	.box { 
		float:left; 
		width: 48.48%;
		}
	.rcrop {
		height: 175px;
		overflow: hidden;
		border: 1px solid #4e5c59;
		background: #fff;
		padding: 5px;
		}

	.rcrop img {
		display: block;
		width: auto;
		}
	
	.template-front-page .entry-content .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 1.2;
		font-weight: 400;
		}
		
	.template-front-page .entry-content .entry-title a {
		font-weight: 400;
		}
		
		.template-front-page .entry-content .entry-format {
		margin-top: 24px;
		margin-top: 1.5rem;
		font-weight: normal;
		}
	
	/* Footer Widgets -----------------------------*/

	.first.footer-widgets {
		margin-right: 5%;
		width: 30%;
		}
	.second.footer-widgets {
		margin-right: 5%;
		width: 30%;		
		}
	.last.footer-widgets {
		margin: 0;
		width: 30%;
		}

	
	
	/*Opt-In Bar Main Content Area------------- */
	.optinbar {
		background: #ff9940;
		width: 100%;
		min-height: 115px;
		margin: 20px 0 32px 0;
		margin: 1.5rem 0 2.0rem 0; 
		}
	
	.optinbar-fullwrapper {
		margin: 0 auto;
		width: 100%;
		}
					
	.optinbar-full {
		background: #ff9940;
		min-height: 115px;
		margin: 20px 0 32px 0;
		margin: 1.5rem 0 2.0rem 0;
		padding: 0 48px;
		padding: 0 3rem;
		}
		
	.optin-image {
		width: 15%;
		margin: -1.5% 1% 0 1%;
		}
	
	.optin-copy {
		width: 80%;
		margin-top: 10px;
		margin-top: .625rem;
		margin-bottom: 10px;
		margin-bottom: .625rem;
		margin-right: 1%;
		}
	.optin-copy h2 {
		margin: 0;
		margin: 0;
		font-size: 18.8px;
		font-size: 1.18rem;
		}
	.optin-copy p {
		margin-bottom: 5px;
		margin-bottom: .625rem;
		}		
	
	/*Aweber Input Types*/
	.af-textWrap {
		width: 30%;
		float: left;
		margin-right: 4%;
		}
	
	.af-textWrap input[type="text"] {
		width: 100%;
		}			
	.af-element input[type="submit"] {
		width: 30%;
		border: none;
		background: #4e5c59;
		color: #ff9940;
		margin-top: 0;
		padding: 2.25px;
		padding: .375rem;

		}
	.af-element input[type="submit"]:hover {
		width: 30%;
		border: none;
		background: #fff;
		color: #ff9940;
		}	
	
	
	/*Widgets*/
	.optinwidget .af-element input[type="submit"] {
		background: #4e5c59;
		border: none;
		float: right;
		color: #ff9940;
		width: 50%;
		padding: 6px 0;
		padding: .375rem 0;
		}

	.optinwidget .af-element input[type="submit"]:hover {
		background: #fff;
		border: none;
		float: right;
		color: #ff9940;
		width: 50%;
		margin-top: 0;
		}		
	.optinwidget {
		min-height: 300px;
		}
	#searchsubmit {
		float: right;
		width: 50%;
		margin-bottom: 2.5rem;
		}		
	/*Footer Optin*/
	
	.footer-optin-image {
		width: 13%;
		margin-left: 0%;
		margin-right: 2%;
		margin-top: 1%;
		margin-bottom: 2%;
		}
	.footer-optin-image img {
		max-width: 100%;
		}
		
	.footer-optin-copy {
		width: 84%;
		margin-top: 40px;
		margin-top: 2.5rem;
		margin-bottom: 10px;
		margin-bottom: .625rem;
		}
	.footer-optin-copy h2 {
		margin: 0;
		margin: 0;
		font-size: 32px;
		font-size: 2rem;
		}
	.footer-optin-copy p {
		margin-bottom: 5px;
		margin-bottom: .625rem;
		}	
	/*Gallery Page*/
		
	.page-template-page-templatesgallery-php .column-3 .entry-content h4 {
		font-size: 18px;
		font-size: 1.125rem;
		margin-top: 0;
		min-height: 75px;
		min-height: 4.6875rem;
		}	
	

}

@media (max-width: 320px) {
    body .tablepress a.custom-button {
        min-width: 100px;
        padding: 7px 5px;
    }
}

@media (max-width: 415px) {
    .tablepress thead th {
        width: 30%;
    }
    body .tablepress .column-1 a img {
        max-width: 80px;
    }
    body .tablepress a.custom-button {
        font-size: 10px;
        padding: 7px 7px;
    }
    /* Tables' columns hiding  */
    .tablepress.tablepress-id-1 .column-3,
    .tablepress.tablepress-id-1 .column-4 {
        display: none;
    }
}

@media (max-width: 768px) {
    .tablepress thead th {
        width: 25%;
    }
    /* Tables' columns hiding  */
    .tablepress.tablepress-id-1 .column-5,
    .tablepress.tablepress-id-1 .column-6 {
        display: none;
    }
}

			
/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	/*.wrapper {
		border-top: none;
		box-shadow: none;
	}*/
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}	