/*
	Theme Name: RetroRenovation 2014
	Theme URI:
	Description:
	Author: Maintainn
	Author URI: http://www.maintainn.com/

	Version: 2.1

	Tags: black, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Genesis Grid Loop
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Responsive Menu
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- eleven40 Pro Blue
		- eleven40 Pro Green
		- eleven40 Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside, details, figcaption, figure, footer, header, hgroup, main, nav,
section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-comments:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.featured-content .entry-header:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry-comments:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.featured-content .entry-header:after {
    clear: both;
    content: " ";
    display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #fff;
    color: #000;
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 1.625;
    -webkit-font-smoothing: antialiased;
}

body.eleven40-landing {
    background-color: #000;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

a {
    color: #ed702b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

blockquote,
blockquote::before {
    color: #000;
}

blockquote {
    margin: 40px 40px 24px;
}

.entry-content code {
    background-color: #000;
    color: #ddd;
}

cite {
    font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 6px;
    padding: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #eee inset;
    color: #999;
    font-family: 'Lora', serif;
    font-size: 16px;
    padding: 16px;
    width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

input:focus,
textarea:focus {
    border: 1px solid #ccc;
    outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #000;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
    -webkit-font-smoothing: antialiased;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
    background-color: #ed702b;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
	border-bottom: none;
}
.textwidget tbody {
	border-bottom: none;
}
th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: none;
    padding: 6px 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
    margin: 0 auto;
    max-width: 996px;
}

.eleven40-landing .wrap {
    max-width: 800px;
}

.site-inner {
    clear: both;
    margin: 65px 0 40px;
}

.site-inner .wrap {
    /* border-bottom: double #ddd; */
    background: #fff;
    padding: 20px 0;
}

.eleven40-landing .site-inner {
    margin: 0;
    padding: 0;
}

.eleven40-landing .site-inner .wrap {
    border: none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 950px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-sidebar-content .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap {
    float: right;
}

/* Content */

.content {
    border-right: 1px dashed #aaa;
    border-left: 1px dashed #aaa;
    margin: 0;
    float: right;
    padding: 10px 31px 20px;
    width: 587px;
}

.home .content {
    padding-top: 0;
    border-right: 1px dashed #aaa;
    border-left: 1px dashed #aaa;
    margin: 0;
    float: right;
    padding: 10px 19px 0px;
    width: 587px;
}

.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
    width: 660px;
}

.content-sidebar .content {
    /* border-left: none; */
    float: left;
    padding-left: 33px;
    margin-left: 20px;
    padding-right: 33px;
    width: 60%;
}

.content-sidebar-sidebar .content {
    border-left: none;
    float: left;
    padding-left: 0;
}

.sidebar-content-sidebar .content {
    float: left;
}

.sidebar-content .content {
    border-right: none;
    padding-right: 0;
}

.sidebar-sidebar-content .content {
    border-right: none;
    padding-right: 0;
}

.full-width-content .content {
    border: none;
    /* padding: 30px 0 0; */
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 250px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 150px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* Fixed Sidebar */

#sidebar .widget:last-child {
    z-index: 100;
}

.footer-widgets,
.site-footer {
    z-index: 200;
    position: inherit;
}

/* Genesis Grid Loop
--------------------------------------------- */

.genesis-grid-even,
.genesis-grid-odd {
    margin-bottom: 20px;
    width: 48%;
}

.genesis-grid-even {
    float: right;
}

.genesis-grid-odd {
    clear: both;
    float: left;
}

.genesis-grid .entry-title,
.genesis-grid .entry-title a {
    font-size: 24px;
    line-height: 1.2;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths, 813
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.author-box .avatar {
    height: 64px;
    width: 64px;
}

.entry-comments .avatar {
    height: 48px;
    margin: 0 16px 24px 0;
    width: 48px;
}

.sticky {}

.search-form {
    overflow: hidden;
    width: 50%;
}

.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

img.alignleft,
.featured-content .alignleft img,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

img.alignright,
.featured-content .alignright img,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.gallery-caption {}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td {
    text-align: center;
}
.widget_text td {
	border-top: 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: transparent;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 12px 16px;
}

.archive-description,
.author-box {
    background-color: #000;
    color: #fff;
    margin-bottom: 40px;
    padding: 40px;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
    margin: 0 -40px 40px;
}

.archive-description h1,
.author-box h1 {
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.archive-description p,
.author-box p {
    font-size: 15px;
    margin-bottom: 0;
}

/* Headings
--------------------------------------------- */

.entry-title {
    font-size: 23px;
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    line-height: 1;
    background: url( "images/multi-flower-sm.gif" ) no-repeat scroll left top transparent;
    padding-left: 30px;
}
.content article .entry-header h2.entry-title {
	margin-bottom: 2px;
}
.entry-title a,
.sidebar .widgettitle a {
    color: #000;
}

.entry-title a:hover {
    color: #ed702b;
    text-decoration: none;
}

.widgettitle {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.site-header .widget-area .widgettitle {
    /* color: #fff; */
    margin-bottom: 4px;
}

.sidebar .widgettitle a {
    border: none;
}

.archive-title {
    font-size: 20px;
    margin-bottom: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 12px;
    padding: 0;
}
.featured-content .entry-content {
	border-bottom: none;
}

.featured-content .entry-title {
    font-size: 24px;
}

.featured-content .alignnone,
.featured-content .alignleft {
    height: 95px;
    width: 135px;
    display: block;
}

/* RR Retro renovation Genesis featured posts
--------------------------------------------- */

#sidebar .widgettitle,
#sidebar h4 {
    font-size: 21px;
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-weight: 100;
    margin: 0 0 .4em .4em;
    letter-spacing: 0px;
    border-bottom: 1px dotted #aaa;
    text-transform: none;
    text-align: left;
    color: #000;
    width: 89.5%;
}

#sidebar .featured-content a {
    float: left;
    display: inline-block;
}

#sidebar .featured-content > a {
    float: left;
    display: block;
}

#sidebar .featured-content img {
    width: 135px;
    height: 95px;
}

#sidebar .featured-content .entry-title {
    margin-left: 115px;
    text-align: left;
}

.single #sidebar .featured-content .entry-title {
    margin-left: 115px;

    text-align: left;
}

#sidebar .featured-content .entry-title,
#sidebar .featured-content .entry-title a {
    background: transparent;
    font-family: Helvetica, Arial, sans-serif;
    color: #000 !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3em;
}

.page #sidebar .featured-content .entry-title {
    padding-top: 0;
}

.page #sidebar .featured-content .entry-title {
}

.single #sidebar .featured-content article,
.page #sidebar .featured-content article {
    padding: 5px 10px 17px 13px !important;
}

/* Single sidebar adjustment */

.single #sidebar {
/*     width: 351px; */
}

#sidebar p.more-from-category {
	padding: 0 10px 0 13px;
}

#sidebar {
	width: 34.2%;
	float: right;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 16px;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 14px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-container {
    padding-top: 1em !important;
}

.site-header {
    /* background-color: #000; */
    /* min-height: 65px; */
    /* position: fixed; */
    /* width: 100%; */
    /* z-index: 999; */
}

.site-header .wrap {
    background: url('images/header2014.png') no-repeat !important;
    background-size: cover;
    width: 100% !important;
    max-width: 1000px;
}

.header-image .site-header {
    padding: 0;
}

#header_text {
    padding: 1.5em 1em 0em 0em;
    background: #FFF;
    width: 520px;
    line-height: 18px;
    margin-top: -2em;
    margin-left: -.8em;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 19px;
    color: #000;
}

#header_text .blue {
    color: #326e82;
    font-size: 16px;
}

#header_text a {
    color: #326e82;
    text-decoration: underline;
}

#header_text .more-link {
    font-size: 15px;
    margin-left: 0;
}
.more-link {
	margin-left: .5em;
}

/* Retro Renovation RR header
--------------------------------------------- */

#logoTop {
    background: transparent !important;
    height: 0 !important;
}

/*
Retro Renovation RR homepage
---------------------------------------------------------------------------------------------------- */

/* homepage thumbs - remove border */

.home .entry-content .post-image {
    border: 0;
    width: auto;
    height: auto;
    float: none;
}

/* Retro Renovation RR header
--------------------------------------------- */

.rr-homepage-top-sidebar {
    padding: 0em 2em 1em 2.3em;
    border-left: 1px dashed #999;
    border-right: 1px dashed #999;
    margin-left: 20px;
    margin-right: 20px;

}

.archive .rr-homepage-top-sidebar {
    padding: 0 2em 1em 2em;
    border-left: 1px dashed #999;
    border-right: 1px dashed #999;
    margin-left: 20px;
    margin-right: 20px;

}

.rr-homepage-top-sidebar:after {
    content: '';
    display: inline-block;
    width: 98.5%;
    height: 1px;
    border-bottom: 1px dashed #999;
}

.rr-homepage-top-sidebar article {
    float: left;
    width: 33%;
    margin-right: .5%;
}

.rr-homepage-top-sidebar article:last-child {
    margin-right: 0;
}

.rr-homepage-top-sidebar article .wp-post-image {
    width: 280px;
    height: 237px;

}

.rr-homepage-top-sidebar .entry {
    margin-bottom: 0;
}

.home .rr-homepage-top-sidebar h3:before {
    margin: -7px 0 0 -19px;
    position: absolute;
    content: '';
    /* background: #C6E5EE; */
    background: transparent;
    border: 2px solid #C6E5EE;
    border-radius: 30px;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    display: inline-block;
    height: 18px;
    width: 2px;
}

.home .rr-homepage-top-sidebar h3:after {
    margin: -7px 0 0 15px;
    position: absolute;
    content: '';
    /* background: #C6E5EE; */
    background: transparent;
    border: 2px solid #C6E5EE;
    border-radius: 30px;
    border-left: 0;
    border-bottom: 0;
    border-top: 0;
    display: inline-block;
    height: 18px;
    width: 2px;
}

.rr-homepage-top-sidebar h3 a {
    color: #ed702b;
}

.rr-homepage-top-sidebar h3 {
    position: static;
    margin: -25px auto 20px;
    background: none;
    font-size: 19px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    width: intrinsic;
    width: -moz-max-content;
    padding: 0;
    color: #D3754E;
    border: 0;
}

.home .rr-homepage-top-sidebar h3 {
    position: absolute;
    margin-top: -43px;
    background: #FFF;
    font-size: 19px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    width: intrinsic;
    width: -moz-max-content;
    padding: .5em 1em .5em 1em;
    color: #D3754E;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 2px solid #C6E5EE;
    /*border-left: 2px solid #C6E5EE;
    	border-right: 2px solid #C6E5EE;*/
    border-bottom: 0;
}

.rr-homepage-top-sidebar .entry-title,
.rr-homepage-top-sidebar .entry-title a {
    background: transparent;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #D3754E !important;
    padding-left: 0;
    text-align: center;
}

/* RR Retro Renovation Child categories menu
--------------------------------------------- */

.rr-child-categories-wrap {
	background: #D7815D;
}

.rr-child-categories {
    background: #D7815D;
}

.rr-child-categories ul {
    background: #D7815D;
}

.rr-child-categories li {
    background: #D7815D;
    padding: .3em;
    font-family: Arial, sans-serif;
    font-size: 13px;
    list-style: none;
    float: left;
    color: #FFF;
    text-transform: lowercase;
    border-left: 2px dotted #7DB2C4;
}

.rr-child-categories li:first-child {
    border-left: none;
}

.rr-child-categories li a {
    color: #FFF;
    font-weight: bolder;
}

.rr-child-categories li:hover,
.rr-child-categories .current-cat {
    background: #5F9CB0;
}

/** Fixed nav correction */

.archive .rr-child-categories.fixed {
	width: 100%;
	z-index: 9999;
	position: fixed;
	max-width: 996px;
	margin-top: -122px;
}

/* RR Retro renovation category grid pages
--------------------------------------------- */

/* remove the top cat title */
.archive.category .category-title.entry-title {
    display: none;
}

.archive-description.taxonomy-description {
    background: transparent;
    color: #4a4a4a;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    padding: 1em 0 2em 0;
}

.archive-description.taxonomy-description h1 {
    color: #4a4a4a;
    font-size: 23px;
    font-weight: bolder;
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    line-height: 1.1;
    background: url("images/multi-flower-sm.gif" ) no-repeat scroll left top transparent;
    padding-left: 30px;
}

.cat-grid article .entry-meta {
    display: none;
}

.rr-cat-grid-item,
.rr-cat-grid-item li,
.rr-cat-grid-item article,
.rr-cat-grid-item a,
.rr-cat-grid-item h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px !important;
    font-weight: bolder;
    color: #4a4a4a;
}

.rr-cat-grid-item.one-fourth {
    margin: 1%;
    float: left;
    width: 31%;
    height: 200px;
}
.rr-cat-grid-item.one-fourth a + a {
	clear: both;
}
.content .rr-cat-grid-item img {
    height: 125px;
    width: 169px;
}

.archive.category #sidebar {
    /* max-width: 191px; */
}

.archive.category #sidebar .entry-title {
    margin-left: 145px;
    margin-top: 0px;
    padding-left: 0;
}

.archive.category #sidebar * {
    /* max-width: 171px; */
}

.archive.category #sidebar td,
.archive.category #sidebar tbody {
    border: 0 !important;
}

.archive.category .content {
    min-width: 50%;
}

#rr-gba-728x90 li img.alignnone,
#rr-gba-728x90 li img {
	margin-bottom: 0 !important;
}

/* RR Retro Renovation Footer widgets
--------------------------------------------- */

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
    display: inline-block;
    padding: 1em;
}

.footer-widgets-1 {
    width: 75%;
}

.footer-widgets-2 {
    width: 25%;
}

/* RR Bottom footer */

.creds .widget {
    text-align: center;
    display: inline;
    color: #CCCCCC;
    margin: 0px;
    font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.creds .widget-wrap {
    padding-top: 1em;
    margin-bottom: -1em;
}

.creds p {
    padding: 0 !important;
}

/* RR Retro Renovation after content ad on homepage
--------------------------------------------- */

#rr-after-content-ad {
    padding: 1em;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    width: 320px;
    height: 138px;
    margin-top: -1em;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
}

.header-image .site-title {
    padding: 0;
}

.site-title a,
.site-title a:hover {
    color: #fff;
    text-decoration: none;
}

.header-image .site-title a {
    display: block;
    float: left;
    min-height: 65px;
    text-indent: -9999px;
    width: 100%;
}

.site-description {
    /* border-bottom: double #ddd; */
    /* border-top: double #ddd; */
    /* font-family: 'Lora', serif; */
    /* font-size: 30px; */
    /* overflow: hidden; */
    /* margin: 40px 0 0; */
    /* padding: 24px 0; */
    /* text-align: center; */
    text-indent: -9999px;
}

.site-title a {
    text-indent: -9999px;
    width: 381px;
    height: 138px;
    display: block;
    margin: 0 0 0 35px !important;
    background: transparent url('images/logo-transparent.png') no-repeat left;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    /* color: #fff; */
    float: right;
    /* text-align: right; */
    width: 526px;
    padding: 20px 0px 0px 0px;
}

.site-header .search-form {
    float: right;
    margin-top: 6px;
}

.site-header .widget_text {
    margin-top: 20px;
}

.site-header .widget_text p {
    margin-bottom: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    border-width: 0;
    display: inline-block;
    margin: 0;
    padding-bottom: 0;
    text-align: left;
}

.genesis-nav-menu a {
    border: none;
    color: #fff;
    display: block;
    padding: 26px 18px 25px;
    position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
    color: #ed702b;
    text-decoration: none;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 190px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    letter-spacing: 0;
    padding: 16px 20px;
    position: relative;
    width: 190px;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
    margin: -47px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    /* float: right; */
}

.nav-primary .genesis-nav-menu a {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}

.nav-primary .genesis-nav-menu > .menu-item > a {
    /* letter-spacing: 1px; */
    /* text-transform: uppercase; */
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
    color: #ed702b;
}

.nav-primary .sub-menu a {
    background-color: #000;
    padding: 16px 20px;
}

.nav-primary .sub-menu .current-menu-item > a {
    color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    margin-top: 10px;
}

.nav-secondary a {
    font-family: 'Lora', serif;
    margin: 0 10px;
    padding: 0;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
    color: #ed702b;
}

.nav-secondary .sub-menu .current-menu-item > a {
    color: #fff;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
    cursor: pointer;
    display: none;
    /* margin-bottom: 10px; */
    padding-top: 7px;
}

#responsive-menu-icon::before {
    color: #fff;
    content: "\f333";
    font: normal 24px/1 'dashicons';
    margin: 0 auto;
}

/* Subhead Area
--------------------------------------------- */

.sub-header .wrap {
    background: url('images/navigation-art.JPG');
    overflow: hidden;
    position: relative;

    /* top: -15px; */
    border-bottom: 1px solid #B2DCE8;
    max-height: 48px;
}

.sub-header,
.sub-header a {
    color: #416a7c;
    font-weight: bold;
}

.sub-header .menu {
    background: none repeat scroll 0 0 #d7815d;
    overflow: hidden;
    padding: 0 5px;
    margin: 0;
    clear: both;
}

.sub-header .menu li {
    float: left;
    padding: 5px 15px;
    list-style: none;
    font-size: 12px;

}

.sub-header .menu li a {
    color: #fff;

}

.sub-header .menu li.current-menu-item,
.sub-header .menu li.current-menu-item a,
.sub-header .menu li.current-post-ancestor,
.sub-header .menu li.current-post-ancestor a,
.sub-header .menu li.current-menu-parent,
.sub-header .menu li.current-menu-parent a,
.sub-header .menu li.current-post-parent,
.sub-header .menu li.current-post-parent a {
    background: #5f9cb0;
    color: #fff;
}

.sub-header .menu li:hover {
    background: #5f9cb0;

}

.subhead-left {
    width: 475px;
    float: left;
    padding: 8px 10px;
}

.subhead-left h1 {
    color: #416A7C;
    font-weight: bold;
    margin: 0 0 0 30px;
    line-height: 26px;
    *line-height: 24px;
    font-size: 26px;
}

.subhead-right {
    float: right;
    clear: right;
    padding: 0;
    position: relative;
    top: -2px;
    margin: 0 56px 0 0;
    width: 46%;
    text-align: right;
}

.subhead-right span.social {
    display: inline;
    float: none;
    margin-left: 0;
    width: 100%;
}

.subhead-right span img {
    height: 30px;
    position: relative;
    top: 12px;
    padding: 0 1px;
}

.subhead-right a.gplus img {
    height: 26px;
    top: 9px;
    width: 26px;
}

.subhead-right .fb_iframe_widget span {
    top: -1px;
}

.fb-like-box {
    text-align: left !important;
}

.google-search {
    float: right;
    padding: 10px 10px 0px 20px;
    width: 190px;
}

.entry-content .google-search {
    float: none;
    padding: 10px 10px 0px 20px;
    width: 190px;
    margin: 0 auto 10px 80px;
}

.gsc-search-box {
    border: 1px solid #eee;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    clear: both;
    padding: 3px;
    background: #fff;

    /* height: 25px!important; */
}

.gsc-clear-button {
    display: none;
}

.subhead-right .gsc-search-button {
    border: none;
    background: transparent url(../images/retro-go.png) no-repeat center right;
    color: transparent;
    cursor: pointer;
    width: 20px;
}

.gsc-search-button {
    text-transform: lowercase !important;
    font-size: 11px !important;
    padding: 0px 0px 1px 0px !important;
    margin: 0px 3px 0px 0px !important;
}

.faux-input {
    height: 22px;
}

.faux-input input {
    color: #999 !important;
    padding: 4px 0px 0px 0px;
}

.faux-input .submit {
    padding: 0px 6px 1px 6px !important;
    border-radius: 10px !important;
    margin-top: 3px !important;
    font-size: 11px !important;
    color: #fff !important;
    width: 65px;
}

.gsc-input {
    border: none !important;
    width: 250px;
    background: #eee;
    text-align: left;
    margin: 0 !important;
    background: #fff;
    padding: 2px !important;
}
.gsc-result .gs-title {
	height: 1.6em !important;
}

.sub-head-forms {
    margin-left: 30px;

}

.sub-head-forms .google-search * {
    /*  */
    margin: 0;
    padding: 0;
    height: auto;
    border: 0 none;
    box-shadow: none;
    line-height: 1.25;
}

.sub-head-forms,
.sub-head-newletter,
.sub-head-forms .google-search {
    margin-left: 22em;
    float: none;
    display: inline-block;
}

.sub-head-newletter-title {
    color: #d7815d;
    text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
    float: left;
    line-height: 28px;
    font-size: 14px;
    position: relative;
    top: 3px;
    font-family: 'oswald', sans-serif;
    left: -10px;
}

.sub-head-forms .faux-input {
    display: inline-block;
    width: 210px;
    margin-right: 5px;
}

.sub-head-forms .faux-input .submit {
    float: right;
    margin-right: 3px;
}

.sub-head-forms .faux-input,
.google-search form.gsc-search-box {
    width: 268px;
    border: 1px solid #a3cfdd !important;
    background: #fff;
    padding: 2px !important;
    border-radius: 6px !important;
}

.sub-head-forms .google-search {
    float: left;
}

.google-search form.gsc-search-box {
    padding: 1px 2px 0 4px !important;
}

.sub-head-forms input[type="text"] {
    border: 0 none;
    font-style: italic;
    width: 200px;
    position: relative;
    top: -1px;
}

.entry-content .google-search input[type="button"],
.sub-head-forms input[type="submit"],
.sub-head-forms input[type="button"] {
    background: #5f9cb0;
    color: #fff;
    border-radius: 8px;
    border: 0 none;
    padding: 0px 5px;
    line-height: 1.5;
    font-weight: normal;
    font-family: 'Lucida Grande';
}

.sub-head-newletter,
.sub-head-forms .google-search {
    margin: 10px 10px 10px 0px;
    padding: 0;
}

.fb_edge_widget_with_comment {
    position: relative;
    top: -2px;
}

.sub-head-newletter {
    float: left;
}

.sub-head-forms .google-search {
    width: 235px;
    height: auto;
}

.subhead-right {
    width: 30%;
    margin-left: -10px;
}

.subhead-right .youtube img {
    height: 26px;
    top: 9px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry-content {
    font-family: Helvetica, Arial, sans-serif;
    border-bottom: 1px dotted #bbb;
}

.entry {
    margin-bottom: 40px;
}

.single .entry {
    margin-bottom: 16px;
}

.eleven40-landing .entry {
    background-color: #fff;
    padding: 40px 40px 16px;
}

.genesis-grid {
    font-size: 16px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
    margin-bottom: 27px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
    margin-bottom: 0;
}

.entry-meta {
    clear: both;
    color: #999;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
}

.single .entry-meta {
    margin-left: 30px !important;
}

.genesis-grid .entry-meta {
    font-size: 14px;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: double #ddd;
    padding-top: 12px;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
    display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    background-color: #fff;
    margin-bottom: 0;
    padding: 40px 40px 0;
    text-align: center;
}

.after-entry .widget {
    margin-bottom: 40px;
    clear: both;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
    margin: 0;
}

.after-entry li {
    list-style-type: none;
}

/* Share & Comment
--------------------------------------------- */
.share-and-comment {
    margin-top: 35px;
    ;
    /* border-bottom: 1px dotted #bbb; */
    height: 12px;
}

.single .share-and-comment {
    margin-top: 8px;
    height: 32px;
}

.comment-count {
    background: url( 'images/comment-bubble.gif' ) no-repeat scroll right top;
    color: #444;
    float: right;
    height: 32px;
    padding: 3px 30px 0 0;
    text-align: right;
    color: #444444;
    float: right;
    /* font: 14px "Trebuchet MS",Arial,Helvetica,sans-serif; */
    font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 32px;
    margin: -25px 0 0 0;
    padding: 3px 30px 0 0;
    text-align: right;
    width: 161px;
}

.single .comment-count {
    margin: -4px 0 0 0;
}

.comment-bubblecount {
    color: #fff;
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 20px;
    margin-left: 30px;
    position: relative;
    top: -3px;
    color: #fff !important;
    font: 18px Georgia, "Times New Roman", Times, serif;
    display: inline-flex;
}

.comment-count a,
.comment-count a:visited {
    color: #444;
    text-decoration: none;
    display: inline-flex;

    text-align: left;
}

.commentcount a:hover {
    color: #D7815D;
}

.fb_iframe_widget {
    display: inline-block !important;
    position: relative;
    margin-bottom: 10px;
    width: 80px !important;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
    clear: both;
    font-family: 'Arial', sans-serif;
    margin: 40px 0;
    color: #333333;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    clear: both;
    overflow: hidden;
}

.archive-pagination li {
    display: inline;
    background: transparent;
}

.archive-pagination a {
    background: transparent;
    color: #fff;
    font-weight: bold;
    border: 1px solid #E6E6E6;
    padding: 5px 8px 5px 8px;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
    background-color: #ed702b;
    text-decoration: none;
    font-weight: bold;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.ping-list {
    margin-bottom: 40px;
}

.comment-header {
    font-size: 16px;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.bypostauthor {}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

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

.sidebar {
    display: inline;
    font-size: 16px;
    padding-top: 32px;
}

.sidebar img {
    margin-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul {
    margin-bottom: 0;
}

.widget li {
    border-bottom: 1px solid #ddd;
    list-style-type: none;
    margin-bottom: 8px;
    padding-bottom: 8px;
    text-align: left;
    word-wrap: break-word;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget ul ol > li {
    list-style-position: outside;
    text-indent: 0;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
    border-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar .search-form {
    width: 100%;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #5f9cb0;
    color: #fff;
    clear: both;
    font-size: 16px;
    padding: 0px 0 4px;
}

.footer-widgets-1 {
}

.footer-widgets .widget {
    margin-bottom: 32px;
}
.footer-widgets .widget.widget_text {
	margin-bottom: 0;
}
.footer-widgets .entry-title a,
.footer-widgets .widgettitle {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    color: #faf0c6;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-widgets li {
    border-bottom: 0;
    list-style-type: square;
    list-style-position: inside;
    margin-bottom: 8px;
    padding-bottom: 8px;
    word-wrap: break-word;
    color: #CCC;
}

.footer-widgets li a {
    color: #FFF;
}

.footer-widgets li a:hover {
    text-decoration: underline;
}

.footer-widgets .search-form {
    width: 100%;
}

.footer-widgets .latest-tweets li span a {
    color: #ccc;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    font-size: 16px;
    padding: 40px 0;
    text-align: center;
}

.site-footer,
.site-footer a {
    color: #000;
}

.site-footer a:hover {
    color: #ed702b;
    text-decoration: none;
}

.site-footer p {
    margin-bottom: 0;
}

.featured-post-box img {
    width: 280px;
    height: 237px;
}

/*
favorites styles
---------------------------------------------------------------------------------------------------- */

.fave-group {
	margin-left: 59px;
}

.fave-group .type-favorite {
	max-width: 189px;
	float: left;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 0px;
}

.page-template-default #rr-gba-728x90 {
	margin: 0 auto;
}

/*
404 page
---------------------------------------------------------------------------------------------------- */

.error404 #content {
    padding: 3em;
    font-family: Arial, sans-serif;
    width: 509px;
    margin: 0 0px 0 20px;
    padding: 10px 20px 20px;
    float: left;
    border-right: 1px dashed #AAAAAA;
    border-left: 1px dashed #AAAAAA;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 0 20px;
    padding: 10px 40px 20px;
    width: 578px;
    min-height: 2450px;
}

.error404 h1 {
    color: #4a4a4a;
    font-size: 23px;
    font-weight: bolder;
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

.error404 li {
    list-style-position: inside;
}

#text-474396592 {
    margin-top: 3em !important;
}

.page .entry-title {
    min-height: 32px;
}


ul#menu-top-level-navigation .mobile-only-insert {
    display: none;
}

/* homepage sidebar adjustments */

.home #l_sidebar {
	display: none;
}

.home #r_sidebar {

	float: none;
	top: 0px;
	width: 100%;
	border-left: 0px;

}
#r_sidebarwidgeted {
	padding-right: 40px;
}

.gsc-control-cse div,
.gsc-control-cse td,
.gsc-control-cse tbody  {
	border: none !important;

}
.gsc-result-info {
	margin: 0 !important;
}
.gsc-control-cse table {
	margin-bottom: 0 !important;
}
.gsc-table-result {
	border: none;
	margin-bottom: 15px !important;
}

.gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
	max-width: 170px !important;
	max-height: 340px !important;
}
.gs-web-image-box, .gs-promotion-image-box {
	width: 180px !important;
}



.more_from_rr-mini {
	padding: 15px 30px;
	margin: 15px -15px 20px;
/*	background: url("../images/icon-frog175.png") no-repeat scroll 95% bottom #F3F3EA; */
	background: #fff;
	border-top: 0px solid #dddace;
	border-bottom: 0px solid #dddace;
	position: relative;
}
.more_from_rr-mini img {
	position: absolute;
	bottom: -44px;
	right: 0;

}
.more_from_rr-mini h3 {
	font-size: 1.75em;
}
.more-from-wrap {
	position: relative;
	z-index: 1000;
	width: 300px;
}
.more-from-wrap + a {
	display: block;
	float: right;
	margin-right: -30px;
	margin-top: -100px;
}
.more-from-wrap input[type="text"] {
	width: 210px;
}

.more_from_rr-mini input[type="text"] {
	border-color: #dddace;
	padding: 7px 20px;
	background: #F9F9F5;
	width: 225px;
}

.more_from_rr-mini input[type="submit"] {
	padding: 7px 20px;
}
.more_from_rr-mini p {
	text-indent: 80px;
}
.more-from-wrap {
}

/* lightbox adjustments */

#lightbox-image {
	width: auto !important;
	max-height: 700px !important;
}

/* Newsletter footer popup */

.newsletter-signup-footer {
	position: fixed;
	text-align: left;
	letter-spacing: .5px;
	top: auto;
	left: 0;
	width: 342px;
	height: 125px;
	bottom: -100%;
	background: rgba(255,255,255,.7);
	padding: 5px 0px 13px 10px;
	-webkit-transition: 0.6s bottom cubic-bezier(0.415, 0.115, 0.535, 1.3);
	-moz-transition: 0.6s bottom cubic-bezier(0.415, 0.115, 0.535, 1.3);
	-o-transition: 0.6s bottom cubic-bezier(0.415, 0.115, 0.535, 1.3);
	-ms-transition: 0.6s bottom cubic-bezier(0.415, 0.115, 0.535, 1.3);
	transition: 0.6s bottom cubic-bezier(0.415, 0.115, 0.535, 1.3);
	-webkit-box-shadow: 0 5px 7px rgba( 0,0,0,0.1);
	box-shadow: 0 5px 7px rgba( 0,0,0,0.1);
	z-index: 2;
}

.newsletter-signup-footer:before {
	top: -85px;
	left: -2px;
	z-index: -1;
}
.newsletter-signup-footer.popup {
	bottom: 0;
}

.popup-heading {
	font-family: 'Hevletica', Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 1.4em;
	line-height: 1.4rem;
	vertical-align: top;
	margin: 13px 47px 11px 0;
}

.popup-image {
	display: inline-block;
	float: left;
	height: 100px;
	width: 100px;
	background: url('images/popup.png') no-repeat left;
	background-size: contain;
	margin-top: -2px;
}

.popup-content {
	display: inline-block;
	float: right;
	width: 227px;
	margin-left: 5px;
}

.newsletter-signup-footer input#subbox {
	width: 174px;
	border: 2px solid #5f9cb0;
	letter-spacing: 0px;
	border-radius: 4px;
	height: 30px;
}

.newsletter-signup-footer form {
	padding: 0 !important;
}

.newsletter-signup-footer input[type="submit"] {
	padding: 4px !important;
  font-family: Arial, sans-serif;
  font-size: .75em !important;
  font-weight: bold;
  background: #d2724a !important;
  width: 42px;
  height: 30px;
  margin: 0px 0px 0px -6px !important;
}

.newsletter-signup-footer::-webkit-input-placeholder { /* WebKit browsers */
    color:    #464646;
}
.newsletter-signup-footer:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #464646;
   opacity:  1;
}
.newsletter-signup-footer::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #464646;
   opacity:  1;
}
.newsletter-signup-footer:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #464646;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1024px) {

.nav-primary li a, .nav-primary li a:link {
		padding: 8px 12px 8px 13px !important;
	}

	.newsletter-signup-footer {
	display: none;
  }

}
.comment-count {
	width: 180px;
}
@media screen and (max-width: 768px) {

    article.featured-post-box:nth-child(1) {
        margin-top: 1em;
    }

    .rr-homepage-top-sidebar article .wp-post-image {
        width: 100%;
        height: auto;
    }

    .home .content {
        padding-top: 0;
        border-right: none;
        border-left: none;
    }

    #sidebar,
    .content {
        width: 95% !important;
        margin: 0 auto;
        float: none;
    }

    #sidebar {
        border: none !important;
    }

    #sidebar ul#sidebarwidgeted {
        margin: 0 auto !important;
        width: 100% !important;
    }

    #sidebar .textwidget {
        max-width: 100%;
    }

    #sidebar-bottom {
        width: 95% !important;
        word-wrap: break-word;
    }

    #sidebar .featured-content .entry-title,
    .archive.category #sidebar .entry-title {
        margin: 0;
        padding-left: 0;
        width: 79%;
    }

    #sidebar {
        width: 280px;
        margin: 0 auto;
    }

    .sub-head-forms .google-search {
        margin-left: 25%;
        width: 235px;
    }

    .rr-homepage-top-sidebar h3 {
        margin-top: -2.1em;
        background: transparent;
        border: 0;
    }

    .header-image .site-header .title-area {
        background-position: center center !important;
    }

    .wrap {
        max-width: 768px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;

    }

    .site-header {
        position: relative;
        background: transparent;
    }

    .site-header .wrap {
        background-size: contain !important;
    }

    .site-header h1 {
        background: #FFF;
    }

    .site-inner {
        margin-top: 0;
        padding-left: 5%;
        padding-right: 5%;
    }

    #header_text {
        width: 100% !important;
        padding: 1em;
        margin: 0 auto;
        margin-left: 0;
        margin-top: -2.1em;
    }

    .comment-respond,
    .entry,
    .entry-comments,
    .entry-footer .entry-meta,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }

    .genesis-nav-menu li {
        float: none;
    }

    .genesis-nav-menu,
    .site-header .title-area,
    .site-title,
    #responsive-menu-icon {
        text-align: center;
    }

    .nav-primary {
        float: none;
    }

    .nav-primary .genesis-nav-menu a {
        padding: 20px 10px;
    }

    .content {
        border: none;
        /* padding-left: 0; */
        /* padding-right: 0; */

        margin-left: 0 !important;
    }

    .entry-footer .entry-meta {
        margin: 0;
        padding-top: 12px;
    }

    .author-box {
        padding: 20px;
    }

    .sidebar-content-sidebar .author-box {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-widgets {
        padding: 40px 5% 16px;
    }

    .footer-widgets-1 {
        margin: 0;
    }

    .sub-head-forms,
    .sub-head-newletter,
    .sub-head-forms .google-search {
        margin-left: 25%;

    }
}

@media screen and (max-width: 768px) {

    .sub-header .wrap {
        height: auto;
        min-height: 140px;
        overflow: visible;

    }
    #responsive-menu-icon {
        display: block;
    }
    .responsive-menu {
        display: none;
    }

    .subhead-right {
        float: none;
        margin-left: -150px;
    }

    #sidebar {
        margin-bottom: -500px;
    }

	.home .content {
	    border-right: none;
	}

    .single #sidebar .featured-content .entry-title {
        margin-left: 140px;
        margin-top: -98px;
        width: 46%;
    }

    .title-area {
        margin-top: 0;
    }

    .site-header,
    .site-header .widget-wrap {
        background: #FFF;
    }

    .site-header .widget-area {
        padding-top: 0;
        width: 98%;

        margin:  0 auto;
        /* float: left; */
}

    #header_text {
        width: 100%;
        margin-top: 0;
        padding: 0;
    }

    .home .content {
        width: 96%;
    }

    .home #sidebar {
        width: 94% !important;
        float: none;
        margin: 0 auto;
    }
    .home .rr-homepage-top-sidebar {
		margin-right: 23px;
	}
    .home .rr-homepage-top-sidebar h3 {
        position: absolute;
        margin-top: -31px;
        background: transparent;
        font-size: 19px;
        font-family: Arial, sans-serif;
        font-weight: 700;
        width: intrinsic;
        width: -moz-max-content;
        padding: .5em 1em 0.5em 1em;
        color: #D3754E;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-top: none;
        border-bottom: 0;
        margin-bottom: 0em;
        text-align: center;
        margin: -30px 20% 0px 20%;
    }

    .home .rr-homepage-top-sidebar h3:before,
    .home .rr-homepage-top-sidebar h3:after {
        border: 0;
    }

    .rr-homepage-top-sidebar article,
    .featured-post-box {
        width: 31% !important;
    }
	.rr-homepage-top-sidebar article,
    .featured-post-box {
		margin-right: 3.5%;
	}
    .subhead-right {
        margin: 0 auto;
        width: auto;
        text-align: center;
    }

    .subhead-right span.social {
        display: inline-block;
        float: none;
        margin: 0 auto;
        width: auto;
    }

    .site-description {
        font-size: 24px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .genesis-grid-even,
    .genesis-grid-odd {
        width: 100%;
    }

    .archive.category #sidebar {
        max-width: 100%;
    }

    .archive.category #sidebar * {
        max-width: 100%;
    }

    #sidebar .featured-content .entry-title {
    	clear: both;
        width: 100%;

    }
	.single  #sidebar .featured-content .entry-title {
		margin-left: 0;
		width: 100%;
	}
    textarea#comment {
        width: 100%;
    }

    .content {
        width: 100%;
    }
    ul#menu-top-level-navigation .mobile-only-insert {
	    display: block;
	    clear: both;
    }
    ul#menu-top-level-navigation .mobile-only-insert .google-search {
	    float: none;
	    margin: 0 auto;
	    padding: 0;
		width: 268px;
    }
    ul#menu-top-level-navigation .mobile-only-insert .social {
	    float: none;
	    display: inline-block;
	    width: auto;
    }
    ul#menu-top-level-navigation .mobile-only-insert .social a {
	    display: inline-block;
	    position: static;
	    vertical-align: middle;
    }
    .sub-header {
	    display: none;
    }
    .archive .rr-homepage-top-sidebar {

    }
}

@media only screen and (max-width: 481px) {

    .title-area {
        height: auto;
    }

    .home .rr-homepage-top-sidebar h3 {
        position: absolute;
        margin-top: -31px;
        background: transparent;
        font-size: 19px;
        font-family: Arial, sans-serif;
        font-weight: 700;
        width: intrinsic;
        width: -moz-max-content;
        padding: .5em 1em 0.5em 1em;
        color: #D3754E;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-top: none;
        border-bottom: 0;
        margin-bottom: 0em;
        text-align: center;
        margin: -30px 20% 0px 10%;
    }

    .site-header .widget-wrap {
        background: #FFF;
    }
	.rr-homepage-top-sidebar {
		padding: 0;
		margin-right: 10px;
	}
	.rr-homepage-top-sidebar article,
    .featured-post-box {
		margin-right: .5%;
	}
    .rr-homepage-top-sidebar article,
    .featured-post-box {
        /* width: 90% !important; */
    }

    .sub-head-forms,
    .sub-head-newletter,
    .sub-head-forms .google-search {
        margin-left: 9%;

    }

    .site-title a {
        width: 90%;
        height: 140px;
		-moz-background-size:    contain;
		-webkit-background-size: contain;
        background-size:         contain;
        margin: 0 auto !important;
    }
    .site-header .wrap {
	    height: auto !important;
    }
    .site-header .widget-area,
    .site-header .title-area {
	    float: none;
    }
	.site-header .widget_text {
		margin-top: 0;
	}
    #header_text {
        margin-top: -3.1em;
        max-width: 100%;
        margin-left: 0%;
        padding: .5em;
        font-size: 12px;
    }
    #header_text .blue {
	    font-size: 12px;
    }

    #sidebar,
    .content {
        width: 90%;
        margin: 0 auto;
    }
    .after-entry {
	    padding: 40px 5px 0;
    }
	.more-from-wrap {
		position: static;
		width: 100%;
	}
	.more-from-wrap + a {
		position: static;
		float: none;
		margin: 0 auto;
	}
	.more-from-wrap input[type="text"]{
		width: 100%;
		margin-bottom: 5px;
	}
	.archive-pagination.pagination,
	.pagination,
	.archive-pagination,
	.entry-pagination {
		overflow: visible;
		height: auto;
	}
    aside.header-widget-area, p.site-description, .single .breadcrumb {
        display: none;
    }
}

@media only screen and (max-width: 320px) {

    .header-image .site-header .title-area {
        background-size: contain !important;
    }
}
.adsbygoogle, .adsbygoogle iframe {
    max-width: 100% !important;
}

.widget_text table {
    line-height: 1.5;
}
.widget_text td {
    vertical-align: top;
    width: 40%;
}
