/*
	Theme Name: A Coastal Drive
	Theme URI: http://acoastaldrive.thesuitcasedesigns.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: The Suitcase Designs using StudioPress
	Author URI: http://www.thesuitcasedesigns.com

	Version: 2.0

	Tags: neutral, beach tones, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	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
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
                -Slider
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/* Import Fonts
------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

/*
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 {
    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 {
    clear: both;
    content: " ";
    display: table;
}

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

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

html {
    font-size: 62.5%; /* 10px browser default */
    
}

body {
    color: #333;
	font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.675;
    font-weight: 300;
}

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

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

.entry a {
    -webkit-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
}

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

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

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

a:hover {
    color: #888;
}

p {
    margin: 0 0 20px;
    margin: 0 0 2rem;
    padding: 0;
}

strong {
    font-weight: 700;
}

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

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

blockquote {
    margin: 40px 40px 24px;
    margin: 4rem 4rem 2.4rem;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.entry-content code {
    background-color: #fff;
    color: #444;
}

cite {
    font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: nassim-latin, sans-serif !important;
color: #111;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    padding: 0;
}

h1 {
    font-size: 48px;
    font-size: 3.2rem;
}

h2 {
    font-size: 36px;
    font-size: 2rem;
}

h3 {
    font-size: 24px;
    font-size: 1.4rem;
}

h4 {
    font-size: 18px;
    font-size: 1rem;
}

h5 {
    font-size: 12px;
    font-size: 0.8rem;
}

h6 {
    font-size: 6px;
    font-size: 0.6rem;
}

.dropcap p:first-child:first-of-type:first-letter {
font-size: 150px;
line-height: 00px;
padding-top: 10px;
padding-right: 13px;
padding-left: 4px;
float: left;
font-family: nassim-latin, sans-serif;
font-weight: 700;
color: #111;
}

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

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

img {
    height: auto;
    margin-bottom: 4px !important;
}

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

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


input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    color: #000;
    font-family: proxima-nova, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    padding: 6px;
    padding: 0.6rem ;
    width: 100%;
    outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #464648;
border: none;
box-shadow: none;
color: #fff;
cursor: pointer;
font-family: proxima-nova, sans-serif;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
letter-spacing: 0.1rem;
padding: 8px;
width: 165px;
}

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

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

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

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

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
}

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

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
    padding: 0.6rem 0;
}

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

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

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

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

.site-inner {
    clear: both;
    margin: 10px 0 40px;
    margin: 1.0rem 0 4rem;
}

.site-inner .wrap {}

.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: 980px;
}

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

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

/* Content */

.content {
    float: right;
    width: 725px;
}

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

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

.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;
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {float: right;
width: 240px;
overflow: hidden;
/* margin-top: 7px; */
/* text-align: center; */}

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

/* Secondary Sidebar */

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

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

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

.genesis-grid-even,
.genesis-grid-odd {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    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;
    font-size: 2.4rem;
    line-height: 1.2;
}

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

.five-sixths,
.four-sixths,
.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 {
    margin-right: 24px;
    margin-right: 2.4rem;
}

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

.sticky {}

.search-form {
    width: 100%;
    position: relative;
}

.search-form input[type="submit"] {
    display: none;
}

li.custom-search {
    width: 200px;
    float: right !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 7px;
    display: inline;
}

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

img.alignnone {
    margin-bottom: 0px;
    margin-bottom: 0rem;
}

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

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

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

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

.wp-caption-text {
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: normal;
    margin: 0;
    text-align: center;
}

.gallery-caption {}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td {
    text-align: center;
}

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

.breadcrumb {
    background-color: #f5f5f5;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 32px;
    margin-bottom: 3.2rem;
    padding: 12px 16px;
    padding: 1.2rem 1.6rem;
}

.archive-description,
.author-box {
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding: 10px;
    padding: 1rem;
}

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

.archive-description h1,
.author-box h1 {
    color: #000;
    font-family: 'century gothic', serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 4px;
    margin-bottom: 0.4rem;
}

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

.author-box .avatar {
    margin-right: 24px;
    margin-right: 2.4rem;
}

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

.entry-title {
    font-size: 48px;
    font-size: 3.2rem;
	line-height:1em;
    font-weight: 600;
    text-align: left;
	margin-bottom:0.5em;
	margin-top:0.5em;
}

.entry-title a,
.sidebar .widgettitle a {
    color: #111;
}

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

.widgettitle {
    margin: 0 0 1em 0;
	font-family: proxima-nova, sans-serif !important;
	letter-spacing:0.05em;
	font-weight:600;
	color: #333;
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 10px;
    margin-bottom: 1.0rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
	display: inline-block;
	width: 100%;
}

#archives-3 label{
display:none;}


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

.sidebar .widgettitle a {
    border: none;
}

.archive-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 4px;
    margin-bottom: .4rem;
}

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

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

.featured-content .entry {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    padding: 0;
}

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

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

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

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

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

#subscribe-enews-ext-2{
border: 1px solid #dfdfdf;
padding: 20px;
}
/* Genesis Latest Tweets
--------------------------------------------- */

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

/* 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;
    font-size: 1.6rem;
    padding: 16px;
    padding: 1.6rem;
}

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

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

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

/* Before Header
--------------------------------------------- */
 
.before-header {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

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

.site-header {
    margin-bottom: 0px;
    overflow: hidden !important;
    width: 100%;
    z-index: 999;
}

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

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

.title-area {
    margin: auto;
    background-position: center;
}

.site-title {
    font-family: 'century', serif;
    font-size: 30px;
    font-size: 3.0rem;
    color: #000 !important;
    font-weight: 400;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
    line-height: 1;
    margin: 0;
    text-align: center;
}

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

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

.site-description {
    display: none;
    border-bottom: double #ddd;
    border-top: double #ddd;
    font-family: 'Lora', serif;
    font-size: 30px;
    overflow: hidden;
    margin: 40px 0 0;
    margin: 4rem 0 0;
    padding: 24px 0;
    padding: 2.4rem;
    text-align: center;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
}

.header-image .site-title a {
    display: block;
    text-indent: -9999px;
}

/* Logo, hide text */

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

.header-image .site-title a {
min-height: 220px;
width: 100%;
margin-top: 20px;
margin-bottom: -45px;
overflow: hidden !important;
background-position: center center !important;
}

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

.site-header .widget-area {
    color: #fff;
    float: right;
    text-align: right;
    width: 800px;
}

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

.site-header .widget_text {
    margin-top: 12px;
    margin-top: 1.2rem;
}

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

.genesis-nav-menu {
    clear: both;
    color: #999;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .08em;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: center;
}

.genesis-nav-menu a {
    border: none;
    color: #111;
    display: block;
    position: relative;
    text-align: center;
}

.genesis-nav-menu a:hover {
    color: #000;
    text-decoration: none;
}

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

.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
    opacity: 0;
    position: absolute;
    left: -9999px;
    -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: 110px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    letter-spacing: 0;
    padding: 10px 10px;
    padding: 1.0rem 1rem;
    position: relative;
    width: 110px;
    text-transform: lowercase;
    text-align: left;
    margin-left: 20px;
}

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

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

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

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    list-style-type: none;
    padding: 10px 10px;
    padding: 1.0rem 1.0rem;
    text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
    margin-left: 4.8rem;
}

.genesis-nav-menu > .search {}

.genesis-nav-menu .search-form {
    width: 100%;
}

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

.site-header .sub-menu a {
    background: url(images/texture.png);
}

.site-header .current-menu-item > a,
.site-header .genesis-nav-menu a:hover,
.site-header .sub-menu a:hover {
    color: #807f7d;
}

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

.nav-primary,
.nav-primary .sub-menu a {
    background-color: #fff;
}

.nav-primary {
    z-index: 9999;
    width: 100%;
    border-bottom: 2px solid #f4f2ed;
    position: fixed;
}


.nav-primary a {
    padding: 18px 30px 3px;
    padding: 1.8rem 3.0rem 0.3rem;
}

.nav-primary .wrap {
    border: none;
}

.nav-primary a:hover {
    color: #999;
}

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

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

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

.nav-secondary,
.nav-secondary .sub-menu a {}

.nav-secondary {
    margin-bottom: 15px;
    text-align: center;
}

.nav-secondary .wrap {
    border: none;
}

.nav-secondary a {
    padding: 13px 17px;
    padding: 1.3rem 1.7rem;
}

.first-menu-item a{
padding-left: 0px;}

.last-menu-item a{
padding-right: 0px;}

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

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

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

.responsive-menu-icon {
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: center;
    padding-top: 20px;
    min-height: 76px;
}

.responsive-menu-icon::before {
    content: "\f333";
    display: inline-block;
    font: normal 20px / 1 'dashicons';
    margin: 0 auto;
    padding: 10px;
}

.nav-primary .responsive-menu-icon::before,
.nav-secondary .responsive-menu-icon::before {
    color: #acacac;
}

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

    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
    .genesis-nav-menu.responsive-menu {
        display: none;
        background: none;
    }

    .genesis-nav-menu.responsive-menu .menu-item,
    .responsive-menu-icon {
        display: block;
    }

    .genesis-nav-menu.responsive-menu .menu-item {
        margin: 0;
    }

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

    .genesis-nav-menu.responsive-menu .current-menu-item > a,
    .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
    .genesis-nav-menu.responsive-menu a,
    .genesis-nav-menu.responsive-menu a:hover {
        background: none;
        line-height: 1;
        padding: 16px 20px;
        text-align: center;
    }

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

    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
}

    .genesis-nav-menu.responsive-menu > .menu-item-has-children:after {
        content: "\f347";
        float: center !important;
        font: normal 16px / 1 'dashicons';
        height: 16px;
        padding: 16px 16px;
        text-align: center;
        z-index: 9999;
        color: #000 !important;
    }

    .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        color: #000;
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f343";
        float: center;
        font: normal 16px / 1 'dashicons';
        padding: 16px 16px;
        color: #000 !important;
    }

    .genesis-nav-menu.responsive-menu .sub-menu {
        border: none;
        left: auto;
        opacity: 1;
        position: relative;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
    .genesis-nav-menu.responsive-menu .sub-menu li a,
    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        background: #fff;
        border: none;
        padding: 0px 0px 10px 0px;
        position: relative;
        width: 100%;
    }
}

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

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

.entry {
    margin-top: 14px;
    margin-bottom: 40px;
padding-bottom:30px;
border-bottom: 1px solid #e1e1e1;
}

.entry-content {
}

.home .entry-content p,
.search .entry-content p,
.archive .entry-content p{
text-align: justify;}

.entry-content a{
clear: both !important;
float: none !important;
margin-bottom: 0em !important;
margin-left: 0em !important;
margin-right: 0em !important;}

.single .entry {
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
}

.eleven40-landing .entry {
    background-color: #fff;
    padding: 10px 10px 6px;
    padding: 1rem 1rem 0.6rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}

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

.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: 20px;
}

.entry-meta {
    color: #111;
    font-family: proxima-nova, sans-serif;
	font-weight: 600;
    font-size: 11px;
    font-size: 1.1rem;
    overflow: visible !important;
    text-align: left;
    letter-spacing: .05em;
}

.entry-header .entry-meta{
letter-spacing: .05em;
margin-bottom:8px;
text-transform: uppercase;}

.entry-footer .entry-meta {
padding-top: 0px;
padding-top: 0rem;
text-align: left;
font-style: normal;
text-transform: uppercase;
font-size: 11px;
margin-top: 15px;
display: inline-block;
}

.socialshare {float: right;
padding-bottom: 5px;
font-size: 12px;
margin-top: 0px;}

.socialshare a {margin-left: 2px;
margin-right: 2px;}

.socialshare a:hover {
    color: #000;
}

.share {text-transform: uppercase;
font-size: 13px;
padding-top: 0px;
padding-top: 0rem;
text-align: left;
font-style: normal;
text-transform: uppercase;
font-size: 11px;
margin-top: 16px;
margin-right: 5px;
display: inline-block;
font-family: nassim-latin, sans-serif;
font-weight: 700;
color: #999;}

.socialshare a{width: 25px;
height: 25px; 
display: inline-block;
background: #454547;
color: #fff;
border-radius: 20px;
text-align: center;
padding-top: 4px;}

.socialshare a:hover{
background: #fff;
color: #454547;}

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

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

.archive-pagination,
.entry-pagination {
    clear: both;
    font-family: 'century', serif;
    color: #898989;
    text-decoration: none;
    padding: 15px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    text-transform: lowercase;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination a {
font-family: proxima-nova, sans-serif;
background: none;
color: #898989;
cursor: pointer;
text-transform: uppercase;
}

.archive-pagination a:hover {
    text-decoration: none;
    color: #000;
}

.archive-pagination li.active {
    color: #000;
    font-size: 18px;
}

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

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

.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;
    margin-right: 1.2rem;
}

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

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

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

.comment .avatar {
    margin: 0 16px 24px 0;
    margin: 0 1.6rem 2.4rem 0;
}

.bypostauthor {}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 24px;
    padding: 2.4rem;
}

/* ## Genesis Responsive Slider
--------------------------------------------- */
.home-slider {
margin-bottom: 30px;
display:inline-block;
width: 100%;
}

.home-slider #genesis-responsive-slider {
    border: none !important;
    margin-bottom: 20px;
    padding: 0px !important;
}

.home-slider .caption-wrap{
background: transparent !important;
border: 0 !important;
opacity: 1 !important;}

.home-slider h2{
color: #888;
text-align: center;
font-weight: 400;
background: #fff;
padding: 20px;
opacity: 1 !important;
width: 55%;
margin: 0 auto;
margin-bottom: 45px;
font-family: nassim-latin, sans-serif;
color: #888;
font-size: 14px;
font-size: 1.4rem;
font-style: italic;
}

.slide-excerpt {
    background-color: transparent !important;
    margin: 0 25% 20% !important;
}

html > body .slide-excerpt-border {
    background: none;
    border: 0px solid #ddd !important;
    display: inline;
    margin: 0 auto !important;
    position: relative;
    text-align: center;
    z-index: 8;
    width: 100% !important;
}

#genesis-responsive-slider h2 a {
    background-color: #fff;
    color: #545454;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 auto !important;
    overflow: visible;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    line-height: 3.6rem;
    width: 100% !important;
}

.slide-excerpt-border {
    border: 0;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.flex-direction-nav li a {
    width: 52px;
    height: 52px;
    margin: -20px 0 0;
    display: block;
    content: "\f053";
    background: none !important;
    color: #fff;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 100;
}

.flex-direction-nav li .next {
    background-position: -52px 0 !important;
    opacity: .8;
    right: 10px !important;
}

.flex-direction-nav li .next:hover {
    background-position: -52px -50px !important;
    opacity: .9;
}

.flex-direction-nav li .prev {
    left: 10px !important;
    opacity: .8;
}

.flex-direction-nav li .prev:hover {
    background-position: 0 -50px !important;
    opacity: .9;
}

.flex-control-paging li a{
background: #e1e1e1 !important;}

.flex-control-paging li a.flex-active{
background: #888 !important;}

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

.sidebar {
    display: inline;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
    padding-top: 1.0rem;
}

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

.sidebar li {
    list-style-type: none;
    margin-bottom: 3px;
    margin-bottom: 0.3rem;
    padding-bottom: 3px;
    padding-bottom: 0.3rem;
    word-wrap: break-word;
}

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

.sidebar-primary .widget {
    background-color: #fff;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.sidebar .search-form {
    width: 100%;
    background-color: #fff;
}

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

.footer-widgets {
    color: #999;
    clear: both;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 40px 0 8px;
    padding: 4rem 0 0.8rem;
}

.footer-widgets-1,
.footer-widgets-3 {
    width: 350px;
}

.footer-widgets-2 {
    width: 360px;
}

.footer-widgets-1 {
    margin-right: 40px;
    margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}

.footer-widgets .widget {
    margin-bottom: 32px;
    margin-bottom: 3.2rem;
}

.footer-widgets .entry-title a,
.footer-widgets .widgettitle {
    color: #fff;
}

.footer-widgets li {
    border-bottom: 1px solid #333;
    list-style-type: none;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
    padding-bottom: 8px;
    padding-bottom: 0.8rem;
    word-wrap: break-word;
}

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

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

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

.site-footer {
    font-size: 11px !important;
    font-size: 1rem;
    color: #888;
    display: block;
    margin: 40px 0 0;
    padding: 30px 0;
    text-align: center;
}

.site-footer a {
    color: #444;
}

.site-footer a:hover {
    color: #444;
}

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

.after-footer{
margin-top: 40px;
text-align: center;
}

/*
Contact Form 7 Customization
---------------------------------------------------------------------------------------------------- */

form.wpcf7-form {
    width: 100%;
}

span.wpcf7-list-item {
    margin-left: 0em !important;
    margin-top: 0.5em;
    display: block !important;
}

#wpcf7-f158-p14-o1.wpcf7 {
    width: 100%;
}

.button {
    background: none !important;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px ! important;
    height: 25px ! important;
}

.wpcf7 textarea {
    margin-left: 0px;
    width: 100%;
}

input[type="text"] {
    width: 100% !important;
}

.wpcf7 input[type="email"] {
    margin-left: 0px;
    width: 100% !important;
}

input.wpcf7-form-control.wpcf7-submit.button {
    color: #000 !important;
    text-transform: uppercase;
}

.wpcf7 input,
.wpcf7 textarea {
    border: 1px solid #dfdfdf;
    color: #000;
}

.wpcf7-form-control.wpcf7-submit {
    border: none !important;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    background: #F8F4E6;
}

div.wpcf7-mail-sent-ok {
    border: none !important;
    background-color: #F6F3EE;
}

div.wpcf7-validation-errors {
    border: none !important;
    background-color: #F6F3EE;
}

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

.wpcf7-list-item {
    margin-left: 0.5em;
    display: block;
    margin-bottom: 10px;
}

/************ Related Posts *************/
.related {
    overflow: hidden;
    margin: 0 0 10px;
width: 100%;
}
 
.related-post {
float: left;
display:inline-block;
  list-style-type: none;
  margin: 0 3px 0 3px;
  text-align: center;
  width: 230px;
}

ul.related-list{
text-align: center;}

.related-post:hover{
opacity: 0.5;
-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;}
 
.related-image img {
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.related-post a{
color: #999;
font-family: proxima-nova, sans-serif;
font-size: 16px;}

.related-title{
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
font-size: 16px;
margin-top: 60px;
margin-bottom: 20px;}


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

.after-entry {
    margin-top: 10px;
    margin-top: 1rem;
    padding: 10px 0;
    padding: 1rem 0;
}

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

.after-entry .widget {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

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

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

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */


#thriftclubsignupbox {clear:both; border:5px solid #ccc; margin: 0 20px 20px 0 !important; padding 20px !important; float:left; display:block; width:auto;}
#thriftclubsignupbox form {margin:  0 20px!important; float:left; display:block;}
#thriftclubsignupbox form td{border:none;padding:0;margin:0;}
#thriftclubsignupbox form tr{border:none;padding:0;margin:0;}
#thriftclubsignupbox form input.image {border:none;padding:0;margin:0;}


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

    .wrap {
        max-width: 1000px;
    }

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

    .content {
        width: 68%;
        margin-left: 30px;
    }

    .sidebar-primary {
        margin-right: 30px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area {
        width: 220px;
    }
}

/* iPads (portrait)
--------------------------------------------- */

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

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

    .wrap {
        max-width: 960px;
    }

    .entry-title {
        margin-top: 0px;
        padding-top: 0px;
    }

    .content {
        width: 600px;
        margin-left: 0px;
    }

    .sidebar {
        width: 100%;
    }

    .sidebar-primary {
        margin-right: 0px;
    }

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

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

    .page.entry {
        margin-top: 0px !important;
    }

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

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: center;
    }

    .nav-primary {
        width: 100%;
    }

    .genesis-nav-menu,
    .site-header .title-area,
    .site-header .search-form,
    .site-header .widget-area,
    .site-title {
        text-align: center;
        margin-top: 60px;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
        padding: 2rem 1.6rem;
        position: static;
    }

    .site-header .search-form {
        margin: 16px auto;
        margin: 1.6rem auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .entry-footer .entry-meta {
        padding-top: 12px;
        padding-top: 1.2rem;
    }

    .author-box {
        padding: 20px;
        padding: 2rem;
    }

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

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

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

    .entry {
        padding: 20px;
        margin-bottom: 20px;
    }
}

/* iPhones (landscape)
--------------------------------------------- */

@media only screen and (max-width: 900px) {
	#thriftclubsignupbox {width:100%;clear:both;}
    .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-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .sidebar-primary {
        margin-top: 0px;
    }

    .header-image .site-header .title-area {
        background-size: contain !important;
        padding-top: 0;
        padding-left: 0;
    }

.header-image .site-title a {
background-size: contain !important;
min-height: 240px;
}
    .content {
        max-width: 100% !important;
    }

    .site-header {
        width: 100%;
        z-index: 999;
    }

    .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%;
    }

    .sidebar {
        overflow: hidden !important;
        padding: 0px;
        width: 100%;
    }
}

/* Media Query
    --------------------------------------------- */
@media only screen and (max-width: 769px) {
	#thriftclubsignupbox {width:100%;clear:both;}

    li.custom-search {
        width: 240px;
        float: none !important;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 7px;
        display: inline-block !important;
    }
}

/* iPhones (portrait)
    --------------------------------------------- */
@media only screen and (max-width: 320px) {
	#thriftclubsignupbox {width:100%;clear:both;}

    .header-image .site-header .title-area {
        background-size: contain !important;
        padding-top: 0;
        padding-left: 0;
    }

    .site-header {
        width: 100%;
        z-index: 999;
    }

    .sidebar {
        overflow: hidden !important;
    }
}

.site-container .sidebar .simple-social-icons ul li {margin-left: 7px !important;
margin-right: 7px !important;}

.site-container .sidebar .simple-social-icons ul li a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

img.nopin{
display:inline-block; float:left;}

.subscribetable {margin:20px; padding:20px; clear:both; font-size:20px;display:block; float:left; background: #efefef;}
.subscribetable td, .subscribetable tr, .subscribetable tbody  {border:none;}
a.more-link {background:#111; color:#fff; border-radius:12px; padding:5px 12px;font-family: proxima-nova, sans-serif;letter-spacing:.05em; font-weight:600; font-size:.7em;}
#menu-footer-menu {width:100%; clear:both; float:left;font-family: proxima-nova, sans-serif; font-weight:600;letter-spacing:.08em;list-style-type:none;display:inline-block;}
#menu-footer-menu ul {list-style-type:none;margin:0;padding:0;float:left;display:inline-block;}
#menu-footer-menu ul li {float:left; padding:4px 10px;display:inline-block;}
.clubcallout {display:inline-block; background:#c66e49; color:#c6c8e6; margin:0 0 0 10px; padding:10px; float:left;clear:both;}
.clubcallout a{display:inline-block; color:#c66e49; background:#c6c8e6; margin:0; padding:10px; float:left;}
.fullclear {width:100%; clear:both; float:left; height:1px; margin:0; padding:0;}