/*
	Theme Name: Atmosphere Pro
	Theme URI: http://my.studiopress.com/themes/atmosphrere/
	Description: Put your words and images at the forefront in an uncluttered design that shows them at their finest.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.2

	Tags: develop, black, blue, white, one-column, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2

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

/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Column Classes
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
- Skip Links
- Site Header
	- Site Title and Description
- Site Navigation
	- Accessible Menu
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Content Area
	- Entries
	- Intro Text
	- Entry Meta
	- After Entry
	- Pagination
	- Comments
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1024px
	- Max-width: 800px
*/


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px 20px 2px;padding:.75em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding: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:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

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


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

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

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

/* Chrome fix */
body > div {
    font-size: 2rem;
}

body {
	background-color: #eee;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.recommendations .two-thirds p a,
.button,
.gallery img {
	-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;
}

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

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

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

a:hover,
a:focus {
	color: #55acee;
}

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

p._dpd-button_cta_text, p._dpd-button_price {
	margin: 0 !important;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

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

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 40px;
}
.text-center{
	text-align: center;
}

.faded, .faded a {
	color: #ddd;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content h4 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
	margin-top: 40px;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

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

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

img {
	height: auto;
}

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

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #333;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #333;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	background-color: #eee;
	border: 1px solid #eee;
}

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

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.recommendations .two-thirds p a,
.button,
.content .widget .textwidget a.button,
.entry-content a.button,
.entry-content a.more-link {
	background-color: transparent;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

a.more-link {
	display: inline-block;
}

.archive .content a.more-link,
.page.page-template-page_blog .content a.more-link {
	margin-bottom: 30px;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.recommendations .two-thirds p a:hover,
.button:hover,
.button:focus,
.content .widget .textwidget a.button:hover,
.content .widget .textwidget a.button:focus,
.entry-content a.button:hover,
.entry-content a.button:focus,
.entry-content a.more-link:hover,
.entry-content a.more-link:focus {
	background-color: #34313b;
	border: 1px solid #34313b;
	color: #fff;
	text-decoration: none;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button,
.footer-widgets .entry-content a.more-link {
	border: 1px solid #fff;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets button:focus,
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:hover,
.footer-widgets .button:focus,
.footer-widgets .entry-content a.more-link:hover,
.footer-widgets .entry-content a.more-link:focus {
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}
.recommendations .two-thirds p a,
.button {
	display: inline-block;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Remove Box Shadow */
.nc_socialPanel .nc_tweetContainer a.nc_tweet{
	box-shadow: none;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.one-twelfth,
.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%;
}
	
.one-twelfth {
	width: 5.769230769230769%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}
.large-half-width,
.small-full-width,
.large-oneFifth-width,
.large-fourFifth-width{
	float: left;
}
.large-full-width,
.small-full-width{
	width: 100%
}
.large-oneFifth-width{
	width: 20%;
}
.large-fourFifth-width{
	width: 80%;
}
.large-half-width{
	width: 50%;
}

@media only screen and (max-width: 899px) {
	.large-fourFifth-width,
	.large-oneFifth-width,
	.small-full-width{
		width: 100%;
	}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #333;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
}

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

.atmosphere-landing .site-container {
	max-width: 960px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

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

.wrap,
.site-inner {
	margin: 0 auto;
	max-width: 1500px;
	width: 100%;
}

.site-inner {
	clear: both;
	margin-top: 77px;
	padding: 0 !important;
}

.atmosphere-landing .site-inner {
	margin-top: 0;
}

.callout.bg-yellow,
.content-box-yellow,
.callout.bg-state,
.content-box-slate,
.callout.bg-teal,
.content-box-teal,
.callout.bg-green,
.content-box-green,
.callout.bg-gray,
.callout.bg-grey,
.content-box-grey,
.content-box-gray,
.callout.bg-red,
.content-box-red,
.callout.bg-purple,
.content-box-purple{
	padding: 35px;
	margin: 30px 0;
	border-radius: 3px;
}
.callout.bg-red,
.content-box-red{
	background-color: #f98b8b;
}
.callout.bg-yellow,
.content-box-yellow {
  background-color: #ac5bad;
}
.callout.bg-state,
.content-box-slate {
  background-color: #31293e; 
}
.callout.bg-teal,
.content-box-teal {
  background-color: #63B5BB; 
}
.callout.bg-green,
.content-box-green {
  background-color: #8DB970;
}
.callout.bg-grey,
.content-box-grey,
.callout.bg-gray,
.content-box-gray {
  background-color: #eee;
}
.callout.bg-purple,
.content-box-purple {
  background-color: #a387c1;
}

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

/* Avatar
--------------------------------------------- */

.avatar-circle{
	width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 65px;
    border: 3px solid #58386b;
}

.avatar {
	float: left;
}

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

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

.author-box .avatar {
    height: 150px;
    width: 150px;
    position: relative;
    max-width: none;
    left: -3px;
    top: -3px;
}

.avatar-speech-mark{
	width: 0;
	height: 0;
	border-top: 35px solid #FFF;
	border-left: 45px solid transparent;
	position: absolute;
	top: 0;
	right: 220px;
}

.comment .avatar {
	height: 60px;
	margin: 0 16px 24px 0;
	width: 60px;
}

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

.author-box,
.breadcrumb {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}

.archive-description,
.author-box {
	padding-bottom: 30px;
}

.breadcrumb {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
    padding: 35px;
    background-image: url('images/author-box-bg.jpg');
    background-size: cover;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 40px;
    position: relative;
}

.archive-description a,
.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box a{
	color: #FFF;
}
.author-box a:hover,
.author-box a:focus {
	border-bottom: 1px solid #58386b;
	color: #58386b;
}

.author-box-container{
    height: auto;
    overflow: hidden;
}
.author-image-container{
	width: 170px;
    float: right;
}
.author-box-text-container{
	width: auto;
    overflow: hidden;
    padding-right: 35px;
}
.archive-description a:hover,
.archive-description a:focus{
	border-bottom: 1px solid #333;
	color: #333;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 1px;
}
.archive-description{
	text-align: center;
}

@media only screen and (max-width: 899px) {
	.single .author-box{
		background-size: cover;
	}
	.author-image-container {
	    width: 100%;
	    float: left;
	    padding-bottom: 20px;
	}
	.avatar-speech-mark{
		left: 40px;
	}
	.avatar-circle{
		float: none;
		margin: auto;
	}

}
/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}
.archive .sidebar-primary .widget_search{
	padding-top: 40px; 
}

.search-form input {
	-webkit-appearance: none;
}

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

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.author-box-title {
	font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    font-weight: 900;
}
.author-box-title:after{
	display: block;
    content: '';
    border-bottom: 3px solid #ac5bad;
    margin: 10px 0;
    width: 50px;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title .atmosphere-large-text {
	display: block;
	margin-bottom: 20px;
}

.entry-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #55acee;
}

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

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 50%;
}

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


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

.widget {
	word-wrap: break-word;
}

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

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

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {	
	padding-bottom: 60px;
}

.featured-content .entry-content p {
	font-size: 18px;
	font-size: 1.8rem;
}

.featuredpost .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

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

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

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

.enews-widget p {
	margin-bottom: 15px;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #333;
	border: 1px solid #333;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #333 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

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

#wpstats {
	display: none;
}

/* EDD Styles
--------------------------------------------- */
.product-button_container, .product-button_container p{
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .7px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    line-height: 16px;
    margin: 0;
}
.product-button_container a{
	box-shadow: none !important;
}
.product-button_cta {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.product-button_cta:hover .product-button_cta_text {
    background: #7bd2d8;
}
.product-button_cta_text {
	padding: 20px 29px;
    width: auto;
    border-radius: 5px;
    background: #66b5ba;
    color: #ffffff;
}
.archive .product-button_cta_text{
	margin-right:4px;
}
.edd_price{
	position: relative;
    padding: 18px 20px;
    border-radius: 5px;
    color: #eef0f4;
    background: #FFF;
    background-color: #242833;
}
.single .edd_price{
    border: 1px solid;
    border-color: #66b5ba;	
}
.edd_price:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-top: -6px;
    left: -6px;
    top: 50%;
}
.edd_price:before {
    border-left-color: #ffc107;
    border-right-color: #ffc107;
}
.edd_price:before {
    border-left-color: #66b5ba;
    border-right-color: #66b5ba;
}
.edd_price:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -6px;
    left: -5px;
    top: 50%;
}
.edd_price:after {
    border-left-color: #FFF;
    border-right-color: #FFF;
}
.edd_price:after {
    border-left-color: #242833;
    border-right-color: #242833;
}
.edd-page.edd-checkout .content{
	width: 100%;
}
#edd_checkout_form_wrap,
#edd_checkout_cart_form{
	float: left;
}
#edd_checkout_form_wrap{
	width: 40%;
	padding-left: 20px;
}
#edd_checkout_cart_form{
	width: 60%;
	padding-right: 20px;
}
#edd_purchase_form_wrap label,
.edd-gateway-option {
    display: inherit;
}
.edd-gateway-option input {
    position: relative;
    margin-right: 10px;
}
.edd_purchase_submit_wrapper {
    float: right;
}
a.edd-add-to-cart.button.dark-gray.edd-submit.edd-has-js {
    padding: 20px;
}
.edd-apply-discount {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#edd_checkout_cart_form,
	#edd_checkout_form_wrap{
		width: 100%;
		padding: 0;
	}
	.edd_purchase_submit_wrapper{
		float: left;
		padding-top: 20px;
	}
}
/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #222;
	outline: #ddd solid 1px;
}


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

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	max-width: 1500px;
	min-height: 77px;
	padding: 20px 40px;
	position: fixed;
	top: 0;	
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

/* Site Title and Description
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 8px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

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

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

.header-image .center-logo .site-title  {
	display: inline !important;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 70px;
	width: 300px;
}

.header-image .title-area {
	margin: 3px 0 0;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

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

.genesis-nav-menu {
	clear: both;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	padding: 10px;
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 180px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 179px;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px;
	position: relative;
}

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

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

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

.nav-primary {
	float: right;
	margin-top: 2px;
}

.nav-primary .sub-menu {
	border-top: 1px solid #eee;
}

.nav-primary li.highlight > a {
	background-color: #fff;
	border: 1px solid #333;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
	
.nav-primary li.highlight > a:hover,
.nav-primary li.highlight > a:focus {
	background-color: #34313b;
	border: 1px solid #34313b;
	color: #fff;
}

.nav-primary .highlight > .sub-menu {
  margin-left: 15px;
}

.nav-primary .genesis-nav-menu li li {
	margin-left: 0;
}

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

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

.nav-secondary .genesis-nav-menu a {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}

/* Responsive Navigation
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}


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

/* Entries
--------------------------------------------- */
.archive .entry,
.blog .entry,
.search .entry,
.page.page-template-page_blog-php .entry {
	border-bottom: 1px solid #eee;
    padding: 40px;
    border-right: 1px solid #eee;
}
.category .entry:nth-child(2n),
.tax-phases .entry:nth-child(2n),
.blog .entry:nth-child(2n) {
    clear: left;
}
.search .entry:nth-child(2n+1){
	clear: left;
}

.page .entry,
.single .entry {
	border-bottom: 0;
}

.page .entry {
	margin-bottom: 30px;
}
.after-entry,
.single #disqus_thread,
.single .entry {
    margin-bottom: 0;
    max-width: 1050px;
    margin: auto;
    padding: 0 40px;
}
.single .entry:after{
	display: block;
    content: '';
    border-bottom: 1px solid #eee;
    margin: 50px -50%;
    width: 200%;
}
.single .content{
	border-right: 1px solid #eee;
	width: 70%;
	overflow: hidden;
}
.archive .entry .entry-title,
.blog .entry .entry-title,
.search .entry .entry-title{
	padding-left: 20px;
	margin-bottom:0;
	font-size: 24px;
	font-size: 2.4rem;
}

.large-full-width .entry-title {
	font-size: 36px !important;
	font-size: 3.6rem !important;
}

.blog .one-half.entry .entry-title{
	width: 100%;
	padding: 0;
}

.entry-content a {
	box-shadow: inset 0 -3px 0 #c188e0;
}
.entry-content a img {
	margin-bottom: -10px;
}

.entry-content a:not(.desktop-only) img, 
.entry-content a:not(.mobile-only) img {
	margin-bottom: 0;
}


.content-box-yellow a,
.content-box-slate a,
.content-box-teal a,
.content-box-green a,
.content-box-grey a,
.content-box-red a,
.content-box-purple a{
	border-bottom: 1px solid #333;
}
.entry-content a:hover,
.entry-content a:focus {
	box-shadow: inset 0 -22px 0 #c188e0;
	color: #333;
}

.entry-content .advertisement-claim a {
	box-shadow: none !important;
}
.entry-content .advertisement-claim a:hover,
.entry-content .advertisement-claim a:focus {
	box-shadow: none !important;
	color: #58386b;
}

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

.page.page-template-page_blog-php .content p:last-child,
.search-results .page .entry-content p:last-child {
	margin-bottom: 30px;
}

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

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

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

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

/* Intro Text
--------------------------------------------- */
.entry-content p.intro,
.entry-header span.intro {
	display: block;
	font-size: 20px;
	font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.entry-content p.intro:after,
.entry-header span.intro:after {
	border-bottom: 1px solid #333;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}
/* Entry Meta
--------------------------------------------- */

.pull-left {
    left: -40px;
    position: relative;
}
.pull-right {
    right: -40px;
    position: relative;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 0;
}

.entry-header .entry-meta,
.entry-header .entry-meta:last-child {
	margin-bottom: 24px;
	margin-top: -10px;
}

.entry-footer {
	margin-bottom: 30px;
}

.entry-author,
.entry-comments-link,
.entry-footer .entry-meta,
.entry-time {
	font-weight: 400;
	margin-bottom: 0;
}

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


.entry-author a:hover,
.entry-comments-link a:hover,
.entry-footer .entry-meta a:hover,
.entry-time a:hover {
	color: #000;
	background-color:#ac5bad;
}
/* After Entry
--------------------------------------------- */

.after-entry {
	padding-bottom: 30px;
}

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

.after-entry h2 {
    font-size: 5rem;
    font-weight: 500;
}

.after-entry a:hover,
.after-entry a:focus {
	text-decoration: underline;
}

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

.after-entry ol,
.after-entry ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

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

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

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

.pagination {
	clear: both;
}

.pagination a {
	border-bottom: 1px solid #ddd;
}

.pagination a:hover,
.pagination a:focus {
	border-bottom: 1px solid #333;
	color: #333;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination {
    padding: 40px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #333;
	color: #fff;
}

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

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

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

.entry-pings,
.comment-respond {
	padding-top: 60px;
}

.entry-comments {
	padding-top: 20px;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-respond a:hover,
.comment-respond a:focus,
.entry-comments a:hover,
.entry-comments a:focus {
	border-bottom: 1px solid #333;
	color: #333;
}

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;
}

.entry-pings .reply {
	display: none;
}

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}


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

.footer-widgets {
	clear: both;
	padding: 100px 20px;
	text-align: center;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

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

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

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets,
.footer-widgets p,
.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets .widget-title {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
}


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

.site-footer {
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 2.5% 40px;
	text-align: center;
}

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


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

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

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

	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.header-image .site-title > a,
	.site-header {
		width: 100%;
	}

	.site-header {
		position: inherit;
		text-align: center;
	}
	
	.header-image .nav-primary:not(button) {
		margin-top: 0;
	}

	.nav-primary,
	.title-area {
		float: none;
	}
	
	.nav-primary li.highlight > a,
	.nav-primary li.highlight > a:hover,
	.nav-primary li.highlight > a:focus,
	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

	.nav-primary li.highlight > a {
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
		
	.nav-primary li.highlight > a:hover,
	.nav-primary li.highlight > a:focus {
		color: #55acee;
	}
	
	.nav-primary .genesis-nav-menu li.highlight > a:hover,
	.nav-primary .genesis-nav-menu li.highlight > a:focus {
		background-color: #fff;
	}

	.js nav.nav-primary {
		display: none;
		position: relative;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}
	
	.admin-bar .menu-toggle {
		top: 0;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		margin-top: 10px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #000;
		content: "\f130";
		display: inline-block;
		font: normal 20px/1 'ionicons';
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: bottom;
	}

	.sub-menu-toggle {
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "\f3d0";
		display: inline-block;
		font: normal 16px/1 'ionicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f3d8";
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
    border-top: 1px dotted #ccc;
	}

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

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
		text-align: center;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

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

	.js .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #55acee;
	}

	.comment-list ul.children {
		margin-left: 0;
	}

	.site-footer {
		padding: 20px;
	}
}

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

	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
	}

}



/* 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: 920px;
}

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

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

.content {
	width: 1120px;
}

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

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

.full-width-content .content {
	width: 100%;
	max-width: 960px;
	margin: auto;
}
.full-width-content.recommendations .content,
.full-width-content.products .content,
.edd-page.edd-checkout .content,
.post-type-archive-download .content,
.page-template-page-resources .content {
	max-width: 100%;
}

.page-template-page-landing-noheader .content,
.page-template-page-landing-noheader-nofooter .content {
	padding: 30px 15px;
}
.page-template-page-success .content{
	margin: auto;
	float: none;
}
.page-template-case-studies .content {
	max-width: 1200px;
	padding-top: 0 !important;
}
.page-template-default.full-width-content .content,
.single.full-width-content .content {
    float: none;
    margin: auto;
}
.error404 .entry-content,
.page-template-default .entry-content,
.page-template-page_archive .entry-content {
	padding: 0 40px;
}
.single.full-width-content .content{
	max-width: 960px;
}
.archive.category .content,
.search .content,
.archive.tax-phases .content,
.content-sidebar .content,
.error404 .content,
.blog .content{
	width: 70%;
}
.athird{
	width:33.33%;
	float: left;
}
@media only screen and (max-width: 799px){
	.athird{
		width: 100%;
	}
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 30%;
/*	min-height: 720px;
*/}
.single .sidebar-primary section,
.archive .sidebar-primary section,
.search .sidebar-primary section,
.page-template-default .sidebar-primary section,
.error404 .sidebar-primary section,
.blog .sidebar-primary section{
    padding: 0 40px 40px;
}

.blog .sidebar-primary section.widget_wp_coupons_widget, .single .sidebar-primary section.widget_wp_coupons_widget{
	padding: 0 0 15px 0 !important;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
@media screen and (max-width: 1023px) {
	.page-template-page-success .content,
	.archive.tax-phases .content,
	.archive.category .content,
	.blog .content,
	.single .content,
	.sidebar-primary {
		width: 100%;
	}
	.page-template-page-success .content{
		padding: 20px;
	}
	.archive .entry, .blog .entry, .search .entry, .page.page-template-page_blog-php .entry{
		border-right: none;
	}
}

/* Secondary Sidebar */

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

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
/* TYPOGRAPHY */
body, h1, h2, h3, h4, h5, h6, p, li, ._dpd-button_container, ._dpd-button_container p {
  font-family: 'brandon-grotesque','HelveticaNeue','Helvetica Neue','Helvetica','Arial',sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}
h1, h2, h3 {
  font-weight: 900;
  line-height: 1.1;
  -webkit-font-smoothing: subpixel-antialias;
}
h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
}
.thin {
  font-weight: 100;
}
.caps {
  text-transform: uppercase;
}
.text-center {
  text-align:center;
}
.no-margin {
  margin: 0 !important;
}
.full {
  width: 100% !important;
  display: block;
}
._dpd-button_container, ._dpd-button_container p {
  font-weight: 500;
}

/* COLORS */
.white {
  color: #FFF;
}
.yellow {
  color: #ac5bad;
}
.slate {
  color: #31293e; 
}
.teal {
  color: #63B5BB; 
}
.green {
  color: #8DB970;
}

.bg-yellow {
  background-color: #ac5bad;
}
.bg-slate {
  background-color: #31293e; 
}
.bg-teal {
  background-color: #63B5BB; 
}
.bg-green {
  background-color: #8DB970;
}
.bg-grey {
  background-color: #999;
}
.bg-red {
  background-color: #f98b8b;
}
.bg-purple {
  background-color: #a387c1;
}

.bg-gradient, .front-page-2b {
  background: rgb(172, 91, 173);
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d01f', endColorstr='#389eab',GradientType=1 );
*/  background: -moz-linear-gradient(45deg,  rgb(172, 91, 173) 0%, rgb(49, 41, 62) 100%);
  background: -webkit-linear-gradient(45deg,  rgb(172, 91, 173) 0%,rgb(49, 41, 62) 100%);
  background: linear-gradient(45deg,  rgb(172, 91, 173) 0%,rgb(49, 41, 62) 100%);
  color: rgba(255,255,255,0.75);
}


/* TOP NAV */
.genesis-nav-menu li a {
  color: #31293e;
  border-bottom: 3px solid #FFF;
}
.genesis-nav-menu li a:hover {
  color: #000;
  font-weight: 500;
  border-color: #58386b;
}

.genesis-nav-menu li.current-menu-item a, .genesis-nav-menu li.current_page_item a {
  border-color: #ac5bad;
}

.genesis-nav-menu li:first-child a {
  border: 1px solid #31293e;
  border-radius: 3px;
  padding: 12px 10px;
  font-weight: bold;
}
.genesis-nav-menu li:first-child a:hover {
  background-color: #58386b;
  border-color: #58386b;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: 0 3px 2px rgba(0,0,0,0.1);
}
#menu-footer.genesis-nav-menu li:last-child a {
    border: 1px solid #31293e;
    border-radius: 3px;
    padding: 12px 10px;
    font-weight: 500;
}
#menu-footer.genesis-nav-menu li:last-child a:hover {
    background-color: #63B5BB;
    border-color: #63B5BB;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: 0 3px 2px rgba(0,0,0,0.1);
}
#checkout{
	position: relative;
}
#checkout a{
	padding: 12px 21px;
}
#checkout span{
	position: relative;
    top: -15px;
    font-size: 14px;
}
#checkout svg{
	width: 35px;
    position: absolute;
    left: 10px;
    top: 4px;
}
/* HOME */
.flexible-widgets.widget-area .widget:nth-of-type(1) .widget-title {
  display: inline-block;
}
.flexible-widgets.widget-area .widget:nth-of-type(1) .widget-title:after {
  display: block;
  content: '';
  border-bottom: 3px solid #ac5bad;
  margin: 10px auto;
  width: 50px;
}
.front-page .widget-title {
  text-transform: initial;
  letter-spacing: 0;
}
.front-page-1 .widget{
	margin-bottom: 0;
	margin-top: 0;
	display: table-cell;
	vertical-align: middle;
}
.front-page-1 .widget-title {
  font-weight: 900;
}
.front-page-1 h4 {
  font-weight: 100;
  opacity: 0.7;
  text-transform: initial;
  font-size: 24px;
  font-size: 2.4rem;
}
.front-page-1b {
  padding: 40px 0;
  opacity: 0.5;
  border-bottom: 0;
  text-align: center;
}
.front-page-1b .widget-title {
  font-weight: 100;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.front-page-1b .widget.widget_text {
  margin-bottom: 0;
}
.front-page-2 {
  border-top: 1px solid #eee;
  border-bottom: 0;
  padding: 0;
  text-align: center;
}
.front-page-2 .widget-title {
  font-size: 42px;
  font-size: 4.2rem;
  margin-bottom: 0;
}
.flexible-widgets.widget-thirds .widget {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  margin-bottom: 0;
  padding: 0;
} 
.flexible-widgets.widget-area .widget:nth-of-type(1), .flexible-widgets.widget-thirds .widget:nth-child(3n+2) {
  border-left: 0;
}
.front-page-2 .flexible-widgets.widget-thirds .widget a {
  display: block;
  padding: 50px;
  border-bottom: 0;
}
.front-page-2 .flexible-widgets.widget-thirds .widget a:hover {
  background: #F6F6F6;
}
.front-page-2 .flexible-widgets.widget-thirds .widget p {
  margin-bottom: 0;
}
.front-page-2 .flexible-widgets.widget-area .widget:nth-of-type(1) .widget-title {
  margin-bottom: 0;
  padding: 40px 0;
}
.front-page-2b {
  padding: 0;
}
.front-page-2b .widget-title {
  font-weight: 100;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0;
  text-transform: uppercase;
}
.front-page-2b .widget.widget_text {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 0 !important;
  text-align: center;
}
.front-page-2b .flexible-widgets.widget-area .widget:nth-of-type(1) {
  display: none;
}
.front-page-2b .flexible-widgets.widget-thirds .widget:nth-child(3) {
  padding: 0;
}
.front-page-2b input {
  background-color: #FFF;
  border: 1px solid #FFF;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  border-radius: 3px;
}
.front-page-2b input[type="text"], 
.front-page-2b input[type="email"] {
	margin-bottom: 0;
}

.front-page-2c {
  padding: 0;
  border-bottom: 1px solid #eee;
}
.front-page-2c .flexible-widgets.widget-area .widget {
  padding: 20px;
  border-bottom: 0;
}
.front-page-2c .flexible-widgets.widget-area .widget .widget-wrap {
  padding-bottom: 20px;
}
/*
.front-page-2c .flexible-widgets.widget-area .widget:nth-of-type(2) .widget-wrap {
  background-color: #ac5bad;
}
.front-page-2c .flexible-widgets.widget-area .widget:nth-of-type(3) .widget-wrap {
  background-color: #8DB970;
}
.front-page-2c .flexible-widgets.widget-area .widget:nth-of-type(4) .widget-wrap {
  background-color: #64B6BC;
}*/
.sidebar-primary #featured_post_widget-3 .widget-title:before,
.front-page-2c .flexible-widgets.widget-area .widget:nth-of-type(2) .widget-title:before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  margin: 0 8px -8px 20px;
  background: transparent url('https://www.abetterlemonadestand.com/wp-content/uploads/2016/03/Design_star.svg') center no-repeat;
}
.front-page-2c .flexible-widgets.widget-area .widget:nth-of-type(3) .widget-title:before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  margin: 0 8px -8px  20px;
  background: transparent url('https://www.abetterlemonadestand.com/wp-content/uploads/2016/03/SociaI-icons_Share.svg') center no-repeat;
}
.sidebar-primary #recent-posts-5 .widget-title:before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  margin: 0 8px -8px  20px;
  background: transparent url('https://www.abetterlemonadestand.com/wp-content/uploads/2016/03/Userinterface_clock.svg') center no-repeat;
}

.widget-title.preferred-partners:before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  margin: 0 8px -8px 20px;
  background: transparent url('https://www.abetterlemonadestand.com/wp-content/uploads/2016/03/map-and-locations_flag-1.svg') center no-repeat;
}
.widget-title.preferred-partners {
	text-align: left;
}

.front-page-2c .flexible-widgets.widget-area .widget:nth-of-type(1) {
  border-bottom: 1px solid #eee;
  padding: 0;
}
.front-page-2c .flexible-widgets.widget-area .widget:nth-of-type(1) .widget-wrap {
  padding-bottom: 0;
  text-align: center;
}
.front-page-2 .flexible-widgets.widget-area .widget:nth-of-type(1) .widget-title,
.front-page-2c .flexible-widgets.widget-area .widget:nth-of-type(1) .widget-title {
  font-size: 42px;
  font-size: 4.2rem;
  text-transform: initial;
  font-weight: 900;
  border-bottom: 0;
  margin: 0 auto;
  padding: 40px 0;
  color: #31293e;
  text-shadow: none;
}
.front-page-2c .widget-title {
  margin: 0 auto 20px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 10px;
  color: #31293e;
}
.widget_featured_post_widget .widgettitle.widget-title,
.widget_swp_popular_posts_widget .widgettitle.widget-title,
.widget_recent_entries .widgettitle.widget-title {
  background: #f1f1f3;
  font-weight: 900;
  padding: 15px 0;
  margin-bottom: 0;
}
.sidebar #featured_post_widget-3 li,
.sidebar #recent-posts-5 li,
.front-page-2c ul li, .swp_popular_post {
  text-align: left;
  padding: 0;
  border-bottom: 1px dashed rgba(0,0,0,0.15);
}

.sidebar #featured_post_widget-3 li:last-child,
.sidebar #recent-posts-5 li:last-child.
.front-page-2c ul li:last-child,
.swp_popular_post:last-child {
  border-bottom: 1px dashed rgba(0,0,0,0.15);
}
.sidebar #featured_post_widget-3 li a,
.sidebar #recent-posts-5 li a,
.front-page-2c ul li a, .swp_popularity {
  padding: 20px;
  display: block;
  font-weight: 500;
}
.front-page-2c ul.first_style li a, .front-page-2c ul.second_style li a {
  font-weight: 100;
  color: rgba(0,0,0, 0.4);
}
.front-page-2c ul.first_style li a b, .front-page-2c ul.second_style li a b, .swp_popularity b {
  font-weight: 500;
  display: block;
  color: #333;
}
.sidebar #featured_post_widget-3 li a:hover,
.sidebar #recent-posts-5 li a:hover,
.front-page-2c ul li a:hover, .swp_popularity:hover {
  background-color: #F6F6F6;
  color: #31293e;
}
.swp_popular_post a.swp_popularity {
	margin: 0 !important;
}
.front-page-3b {
  background-color: #31293e;
  padding: 80px 40px;
  color: #FFF;
  text-align: center;
}
.site-footer {
  background: #31293e;
  color: rgba(255,255,255,0.3);
  border-color: rgba(255,255,255,0.1);
}
.nav-secondary {
  background: #31293e;
  text-align: center;
  padding: 40px;
  margin-top: 0;
}
.nav-secondary .genesis-nav-menu li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(255,255,255,0.8);
  border-color:#31293e;
}
.nav-secondary a:hover {
  color: #64B6BC;
}

@media screen and (max-width: 1023px) {
  .front-page-2b .flexible-widgets.widget-thirds .widget h2 {
  	font-size: 24px;
    font-size: 2.4rem;
  }
  .front-page-2b .flexible-widgets.widget-thirds .widget:nth-child(4) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .front-page-2c .flexible-widgets.widget-area .widget {
    padding: 10px;
  }
  .nav-secondary .genesis-nav-menu li, .nav-secondary .genesis-nav-menu li a {
  	display: inline !important; 
    text-align: center !important;
  }
  .nav-secondary {
  	padding: 15px;
	}
}
  
@media screen and (max-width: 767px) {
  .front-page-2b .flexible-widgets.widget-thirds .widget, .front-page-2b .flexible-widgets.widget-thirds .widget:nth-child(4) {
  	padding-top: 20px;
    padding-bottom: 20px;
  }
  .front-page-2b .flexible-widgets.widget-thirds .widget:nth-child(3) {
    padding-bottom: 0;
  }
  .front-page-2b .flexible-widgets.widget-thirds .widget h2 {
  	font-size: 20px;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 480px) {
  .front-page-2b .flexible-widgets.widget-thirds .widget, .front-page-2b .flexible-widgets.widget-thirds .widget:nth-child(4) {
  	padding: 5px 10px;
  }
  .front-page-2b .flexible-widgets.widget-thirds .widget:last-child {
   	padding-bottom: 30px;
  }
  .front-page-2b .flexible-widgets.widget-thirds .widget h2 {
  	font-size: 20px;
    font-size: 2.0rem;
  }
}

/* INNER PAGES */

.post-entry-header{
	text-align: center;
}

.post-entry-header, .archive-description, .page-template-page-resources #front-page-2 .widget.widget_text:nth-of-type(1) .widget-wrap {
  background-color: #31293e;
  padding: 40px;
  margin-bottom: 0;
}

.post-entry-header h1, .archive-description h1, .page-template-page-resources #front-page-2 .widget.widget_text:nth-of-type(1) .widget-wrap h3 {
  color: #FFF !important;
  font-size: 36px;
  font-size: 3.6rem;
  text-transform: initial;
  text-align: center;
  margin: 0 auto;
}

.post-entry-header h1{
	padding-bottom: 10px; 	
}

.post-entry-header p.entry-meta{
	font-weight: 500;
	padding-bottom: 20px; 	
}

.post-entry-header p.entry-meta,
.post-entry-header p.entry-meta a,
.post-entry-header p.entry-meta span{
	color: #FFF;
}

.post-entry-header .bullet-list{
	float: none; 
    width: auto; 
    padding: 0; 
    display: inline-block;
    color: #fff;
}
.post-entry-header .bullet-list li{
	padding: 0 5px;
}

.post-entry-header .bullet-list a{
    color: #fff;
    cursor: pointer;
}

.post-entry-header .bullet-list a:hover{
    color: #58386b;
}


.entry-header-image-container{
	text-align: center;
	
    background: #31293e;
    margin: 0 0 20px;
    position: relative;
}
.entry-header-image-link{
	display: block;
	padding: 20px 0;
}
.entry-header-image-link:hover{
	color: #333;
}

.phase-container{
	background-color: #FFF;
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 1;
}

.phase-container li {
    display: inline-block;
    padding: 4px 0 6px 10px;
    font-size: 15px;
    font-weight: bold;
}
.phase-container li:before{
    content: '•';
    display: inline-block;
    margin: 0 5px 0 0;

}
.phase-container li:first-child:before{
	display: none;
}
.phase-container li:last-child {
	padding-right: 10px;
}
.large-full-width .blog-post-header-meta{
    padding: 0;
}
.small-full-width .blog-post-header-meta{
    padding: 0 5px 0 20px;
}
.blog-post-header-meta li {
  font-size: 14px;
  list-style: none
}
.large-full-width .blog-post-header-meta li {
  text-align: right;
}

.small-full-width .blog-post-header-meta li:last-child:after{
	content: '';
	display: none;
	margin: 0;
}
.small-full-width .blog-post-header-meta{
	border: none;
	padding: 0 0 0 20px;
}
.small-full-width .blog-post-header-meta li{
	display: inline;
}
.small-full-width .blog-post-header-meta li:first-child{
	list-style: none;
}
.small-full-width .blog-post-header-meta li:before{
	display: inline-block;
	content: '•';
	margin: 0 5px;
}
.small-full-width .blog-post-header-meta li:first-child:before{
	margin: 0 2px 0 0;
}

.blog-post-header-meta li
.blog-post-header-meta .entry-comments-link,
.blog-post-header-meta .entry-time,
.blog-post-header-meta .entry-comments-link{
	text-transform: none;
}
.blog-post-header-meta .entry-comments-link:before{
	display: none;
}
.single-post-header-meta{
	padding-bottom: 10px;
}
.single-post-header-meta li {
    display: list-item;
    color:#FFF;
    font-size: 1.5rem;
    list-style: initial;
}
.single-post-header-meta .entry-author, .single-post-header-meta .entry-comments-link, .single-post-header-meta .entry-footer .entry-meta, .single-post-header-meta .entry-time{
	text-transform: none;
}
/*.single-post-header-meta .entry-comments-link{
	position: relative;
	padding-left:20px; 
}
.single-post-header-meta .entry-comments-link a{
	color:#FFF; 
}
.single-post-header-meta .entry-comments-link::before{
	content: '';
    position: absolute;
    top: 7px;
    left: 5px;
    height: 5px;
    width: 5px;
    background: #FFF;
    border-radius: 50%;
}*/
.single-post-header-meta .entry-comments-link::before{
	display: none;
}
.single-case-study .post-entry-header img,
.single-download .post-entry-header img,
.single-product .post-entry-header img,
.single-post .post-entry-header img,
.post-entry-header.landing img {
    max-width: 760px; 
    width: 100%;
}
.single-case-study .post-entry-header img{
	max-width: 300px;
}
.single-product .content{
	padding-top: 40px;
}
.page-template-page-resources #front-page-2 .widget.widget_text:nth-of-type(1) .widget-wrap h3 {
  padding: 0;
}
.page-template-page-resources #front-page-2 .widget.widget_text:nth-of-type(1) .widget-wrap h3:after {
  display: none;
}

.content, .sidebar {
  padding-top: 40px;
}

/* OFFERS */
.archive .content,
.archive .sidebar,
.search .sidebar,
.blog .content,
.products .content,
.search-results .content {
  padding: 0 !important;
}

.search .sidebar {
  padding-top: 40px !important;
}
.archive .type-download,
.products .product,
.products .guide {
  padding: 40px;
  padding-bottom: 60px; 
  border-bottom: 1px solid #EEE;
  border-right:1px solid #EEE;
  margin: 0;
  text-align: center;
  width: 33.3%;
}
.archive .type-download:nth-of-type(3n+3),
.products .guide:nth-of-type(3n+3),
.products .product:nth-of-type(3n+3) {
  border-right: 0;
}
.post-type-archive-case-study #genesis-content {
    max-width: 100%;
    background-color: #f8f8f8;
    float: left;
}
.post-type-archive-case-study div.entry{
	width: 100%;
    text-align: center;
    font-weight: 900;
}
.archive .entry.case-study{
    padding: 20px;
    margin: 0;
}
.archive .entry.case-study .entry-content{
	padding: 20px;
    background-color: #FFF;
    -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;
}
.archive .entry.case-study .entry-content:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
.archive .entry.case-study .entry-content a {
	display: inline-block;
    box-shadow: none;
    position: relative;
    min-height: 100%;
    width: 100%;
    padding-bottom: 60px;
}
.archive .entry.case-study .entry-content .button-container {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.case-study .image-container{
	height: 200px;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 180px;
    border-radius: 50%;
    width: 200px;
    margin: 20px auto;
    border: 10px solid #eeeeee;
}
.category-select-container {
    border: 1px solid;
    border-radius: 5px;
    margin: 10px;
    width: 300px;
    position: relative;
}
.category-select-container .category-select{
	position: absolute;
}
.category-select-container .category-select a{
	display: inherit;
    cursor: pointer;
}
.select-multi{
	float: initial;
    display: inline-block;
}
.case-study-container .image-link,
.type-download .image-link,
.guide .image-link,
.product .image-link{
	display: block;
	max-width: 300px;
	margin: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.case-study-container .image-link:hover img,
.type-download .image-link:hover img,
.guide .image-link:hover img,
.product .image-link:hover img, 
.entry-header-image-link:hover img {
    -webkit-transform:scale(1.02); /* Safari and Chrome */
    -moz-transform:scale(1.02); /* Firefox */
    -ms-transform:scale(1.02); /* IE 9 */
    -o-transform:scale(1.02); /* Opera */
     transform:scale(1.02);
}
.case-study-container img,
.type-download img,
.guide img,
.product img, 
.entry-header-image-link img {
    -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;
    padding: 10px;
}

@media screen and (max-width: 767px) {
  .archive .type-download,
  .products .product,
  .offers .offer {
  	padding: 20px;
    width: 100%;
    border: 0;
  	border-bottom: 1px solid #EEE;
  }
  .archive .type-download:last-child,
  .products .product:last-child,
  .offers .offer:last-child {
  	border-bottom: 0;
  }
}

/* RECOMMENDATIONS */
.recommendations .content {
  padding: 0 !important;
  overflow: hidden;
}
.recommendations .two-sixths {
  width: 30%;
  padding: 40px 5px 0 40px;
}

.recommendations .two-sixths .list-cat {
	padding-bottom: 40px;
}

.recommendations  .four-sixths {
  margin-left: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  border-left: 1px solid #EEE !important;
  border-right: 0 !important;
  width: 70%;
}
.recommendation_cat-introduction h4 {
  display: none;
}
.recommendations .entry-content {
  padding-left: 40px;
}
.recommendations .entry-content .entry {
  margin-bottom: 40px; 
  border-right: 0 !important; 
  margin-left: -40px;
}


.recommendations .entry-content .two-thirds{
  margin-left: 0;
}
.recommendations .entry-content a{
	box-shadow: none;
}
.recommendations .entry-content h2 {
  display: inline-block;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: -1px;
  outline: none;
}
.recommendations .entry-content h3 {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  outline: none;
}
.recommendations .entry-content h4 {
  font-size: 30px;
  font-size: 3rem;
  text-transform: initial;
  font-weight: 900;
  margin-top: 0;
  outline: none;
}
.recommendations .entry-content p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1079px) {
  .recommendations .entry-content .one-third, .recommendations .entry-content .two-thirds {
    float: none;
    margin-left: 0;
    width: 100%;
  }    
}
@media screen and (max-width: 799px) {
  .recommendations .entry-content {
    padding-left: 0;
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid #EEE;
  }
}

/* CASE STUDIES */
.page-template-case-studies .entry{
	margin-bottom: 0;
}
.page-template-case-studies .entry-content {
	padding: 40px 40px 0 !important;
	border: 1px solid #EEE;
  border-top: none;
}

.case-study-container{
    position: relative;
    height: auto;
    overflow: hidden;	
    border: 1px solid #EEE;
    border-top: none;
    padding: 40px;
}
.case-study-image{
	width: 400px;
  position: relative;
  float: right;
  margin-right: -40px;
}
.case-study-container:nth-child(2n) .case-study-image{
	float: left;
	margin-left: -40px;
	margin-right: 0;
}
.case-study-content{
	position: relative;
  width: auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
	.case-study-container{
    position: static;
    overflow: visible;
	}
	.case-study-image{
		width: 100%;
	  position: static;
	  float: none;
	  margin-right: 0;
	}
	.case-study-container:nth-child(2n) .case-study-image{
		float: none;
		margin-left: 0;
	}
	.case-study-content{
		position: static;
	  width: auto;
	  overflow: visible;
	}
}

/* FOOTER */
.footer-widgets {
  padding: 0;
}
  
.footer-widgets .widget-area  {
  width: 25%;
  display:inline-block;
  margin:0;
  background: #FFF;
  color: #31293e;
  padding: 0;
  border: 1px solid #EEE;
  border-left: 0;
}

.footer-widgets .widget-area a {
  color: #31293e;
  display: block;
  padding: 40px 20px;
}
.footer-widgets .widget-area h5 {
  margin-bottom: 0;
}

.footer-widgets .wrap a:hover, .footer-widgets .wrap .entry-title a:hover {
  background: #F6F6F6;
  text-decoration: none;
}

.footer-widgets .widget-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.footer-widgets .widget h1 {
  margin-bottom: 0;
}
.footer-widgets .footer-widgets-1  {
  padding: 80px 40px;
  width: 100%;
  display:block;
  background: #31293e;
  border: 0;
}
.footer-widgets .footer-widgets-1 h2 {
  font-weight: 500;
}
.footer-widgets .footer-widgets-1 a {
  display: inline-block;
  padding: 15px 20px;
  color: #FFF !important;
}
.footer-widgets .footer-widgets-1 a:hover {
  background: #64B6BC;
  color: #FFF !important;
}
.footer-widgets .footer-widgets-2 {
  padding: 0 40px;
  background: #FFF;
  color: #31293e;
  width: 100%;
  display:block;
  border: 0;
}
.after-entry .widget-wrap{
	text-align: center;
}
.after-entry .widget-wrap h2,
.footer-widgets .footer-widgets-2 h3.widgettitle.widget-title {
  color: #31293e;
  font-size: 42px;
  font-size: 4.2rem;
  text-transform: initial;
  font-weight: 900;
  border-bottom: 0;
  padding: 40px 0;
  text-shadow: none;
  margin-bottom: 0;
}
.after-entry .widget-wrap h2:after,
.footer-widgets .footer-widgets-2 h3.widgettitle.widget-title:after {
  display: block;
  content: '';
  border-bottom: 3px solid #ac5bad;
  margin: 10px auto;
  width: 50px;
}
.footer-widgets .footer-widgets-6 {
  border-right:0;
}

@media screen and (max-width: 767px) {
  .footer-widgets .widget-area  {
  	width: 100%;
  }
}

/* BUTTONS */
.recommendations .two-thirds p a,
.button {
  border-radius: 3px;
}

.front-page-3b .button {
  border-color: #FFF !important;
  color: #FFF !important;
}

.content .front-page-1 .widget a.button, .front-page-1 button, .front-page-1 input[type="button"], .front-page-1 input[type="reset"], .front-page-1 input[type="submit"], .front-page-1 .entry-content a.button, .front-page-1 .entry-content a.more-link, .ninja-forms-form-wrap input[type="submit"], .guide .entry-content .button, .case-study-container .button, input[type="submit"].edd-submit, .button.blue {
  background-color: #63B5BB;
  border-color: #63B5BB;
  color: #FFF;
  font-weight: 900;
  border-radius: 3px;
}
.content .front-page-1 .widget a.button:hover, .front-page-1 button:hover, .front-page-1 input[type="button"]:hover, .front-page-1 input[type="reset"]:hover, .front-page-1 input[type="submit"]:hover, .front-page-1 .entry-content a.button:hover, .front-page-1 .entry-content a.more-link:hover, .footer-widgets button:hover, .footer-widgets input[type="button"]:hover, .footer-widgets input[type="reset"]:hover, .footer-widgets input[type="submit"]:hover, .footer-widgets .button:hover, .footer-widgets .entry-content a.more-link:hover, .front-page-3b .button:hover, .ninja-forms-form-wrap input[type="submit"]:hover, .guide .entry-content .button:hover, .case-study-container .button:hover, input[type="submit"].edd-submit:hover, .button.blue:hover {
  background-color: #ac5bad !important;
  color: #31293e !important;
  border-color: #ac5bad !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: 0 3px 2px rgba(0,0,0,0.1);
}

.button.solid {
  background-color: #31293e;
  border-color: #31293e;
  color: #FFF;
  font-weight: 500;
}
.button.solid:hover {
  background-color: #000;
  border-color: #000;
  color: #63B5BB;
}

/* CART BUTTONS */
._dpd-button_cta_text {
  padding: 10px 25px 10px 15px;
}
._dpd-button_price {
  padding: 20px;
}
.post-type-archive-download a.learn-more-price,
.entry-content a.learn-more-price {
	font-size: 1.4rem;
	background: #31293e;
	border: 1px solid #31293e;
	font-weight: 900;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	border-radius: 5px;
	box-shadow: none;
}
.post-type-archive-download a.learn-more-price p,
.entry-content  a.learn-more-price p {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .7px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    font-weight: 900;
}
.post-type-archive-download a.learn-more-price .price,
.entry-content a.learn-more-price .price {
    border-color: #31293e;
    color: #31293e;
    background-color: #c188e0;
    margin: 0 0 0 5px;
    border-radius: 5px;
    position: relative;
}
.post-type-archive-download a.button,
.entry-content a.button{
	box-shadow: none;
}
a.learn-more-price .price {
    border-left-color: #31293e;
    border-right-color: #31293e;
}

a.learn-more-price .price:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-top: -6px;
    left: -6px;
    top: 50%;
}
a.learn-more-price .price:before {
    border-left-color: #ffc107;
    border-right-color: #ffc107;
}
a.learn-more-price .price:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -6px;
    left: -5px;
    top: 50%;
}
a.learn-more-price .price:after {
    border-left-color: #FFF;
    border-right-color: #FFF;
}
a.learn-more-price .price:after {
    border-left-color: #c188e0;
    border-right-color: #c188e0;
}
/* ICONS */
.icon-square {
  display: block;
  margin: 0 auto 15px;
  max-width: 38px;
  max-height: 38px;
  opacity: 0.3;
}

.inline-svg.icon {
  display: inline-block;
  margin: 0 15px 0 0;
  max-width: 38px;
  max-height: 38px;
}
.inline-svg.icon.teal path,
.inline-svg.icon.teal ellipse,
.inline-svg.icon.teal line,
.inline-svg.icon.teal polygon,
.inline-svg.icon.teal ellipse {
  stroke: #63B5BB;
}
	
.inline-svg.icon.slate path,
.inline-svg.icon.slate ellipse,
.inline-svg.icon.slate line,
.inline-svg.icon.slate polygon,
.inline-svg.icon.slate ellipse {
  stroke: #31293e;
}
	
/* LOGOS */
.list-logos {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} 
.list-logos li {
  display: inline-block;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
}
.list-logos.three li {
  width:33%;
}
.list-logos.four li {
  width:24.5%;
}
.list-logos.five li {
  width:19.5%;
}
.list-logos.six li {
  width:16.5%;
}

.list-logos li:first-child {
	padding-left:0 !important;
}
.list-logos li:last-child {
	padding-right:0 !important;
}
.logo-featured {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
}

@media only screen and (max-width: 960px) {
	.list-logos li {
	  padding: 12px;
	}
}
@media only screen and (max-width: 640px) {
	.list-logos li {
	  padding: 8px;
	}
}
@media only screen and (max-width: 480px) {
	.list-logos li {
	  padding: 5px;
	}
}

/* BOXES */
.box-cta {
  padding: 40px;
}
.callout {
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.callout h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.callout p {
  color: rgba(0,0,0,0.6);
}
a:hover .callout {
  background-color: #000;
}
a:hover .callout h5 {
  color: #FFF;
}
a:hover .callout p {
  color: rgba(255,255,255,0.7);
}
a .callout, a .callout h5, a .callout p,
a:hover .callout, a:hover .callout h5, a:hover .callout p {
  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* FORMS */

#mc_embed_signup{
	padding: 40px;
    text-align: center;
}
#mc_embed_signup h2{
	color:#FFF;
	font-size: 2.8rem;
}
.mc-field-group {
	margin-top: 10px;
	    text-align: left;
}
.mc-field-group li {
    display: inline-block;
    font-size: 1.8rem;
}
.mc-field-group li label{
	padding: 0 7px;
}
#mc_embed_signup input[type="submit"]{
    margin-top: 10px;
    width: 100%;
    background: #31293e;
		border-color: #31293e;
    color: #fff;
    font-weight: 900;	
}
#mc_embed_signup input[type="submit"]:hover{
	background-color: #FFFFFF;
	color: #31293e;
	border-color: #FFFFFF;
}

input, select, textarea {
  padding: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
/* STICKY SIDE NAV */
.list-cat.sticky-side li {
  line-height: 1.1;
  margin-bottom: 15px;
  display: block;
}

.list-cat.sticky-side li a {
  padding-left: 10px;
  border-left: 3px solid #F9F9F9;
  display: block;
}

.list-cat.sticky-side li.active > a {
  border-color: #ac5bad;
  font-weight: 900;
}

.list-cat.sticky-side li a:hover {
  border-color: #63B5BB;
  color: #31293e;
  font-weight: 500;
}
.list-cat.sticky-side li a:active, .list-cat.sticky-side li a:focus {
  color: #31293e;
  border-color: #ac5bad;
  font-weight: 500;
}
.list-cat.sticky-side li.active > a:hover {
  border-color: #ac5bad;
  font-weight: 900;
}
.list-cat.sticky-side li.has-children ul {
  margin-top: 15px;
}
.list-cat.sticky-side li.has-children ul li a {
  padding-left: 25px;
}

.bullet-list{
	float: left;
	width: 100%;
	padding-left: 20px;
}
.bullet-list li {
  display: inline-block;
  font-size: 14px;
}
.bullet-list li a:before, .bullet-list li:first-child:before {
	content: '• ';
	display:inline-block;
	margin:0 5px 0 0;
}
.bullet-list li:first-child{
	list-style: none;
	padding:5px 5px 5px 0;
}
.bullet-list li:first-child a:before{
	content: '';
	display: none;
}
.bullet-list li a {
	display: block;
	padding-bottom: 0;
}
.bullet-list li .entry-author a {
	display: inline;
}
.bullet-list li a:hover {
	color: #000 !important; 
	background-color:#c188e0;
}
/* PHASE SELECTOR */
.caseStudy-filter,
.filter-section{
	text-align: center;
    padding: 25px 25px 25px 40px;
    background: #58386b;
    float: left;
    width: 100%;
    position:relative;
	min-height: 111px;
	z-index: 10;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.filter-section.is_stuck{
	padding:15px 25px 8px 40px;
	min-height: 70px;
}
.topic-select,
.phase-selector-container{
    display: inline-block;
    float: left;
}
.topic-select{
	float: right;
}
.topic-heading{
	position: relative;
	text-align: left;
    padding: 15.5px;
    cursor: pointer;
    border-radius: 5px;
}
.topic-heading:hover{
	background-color: rgba(255,255,255,0.15);	
}
.select-container {
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.75);
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: absolute;
  	left: 50%;
  	transform: translate(-50%, 0);
  	color: rgba(255,255,255,0.75);
}
.select-container.one-fourth{
	right: 40px;
}
.select-arrow-container{
	right: 0;
	width: 40px;
	border-left: 1px solid rgba(255,255,255,0.75);
	position: absolute;
	height: 100%;
	top: 0;
	border-top-right-radius: 5px;
}
.select-arrow {
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
}
.select-arrow:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 50%;
  background: rgba(255,255,255,1);
  -webkit-transform: skew(0deg, 35deg);
  -moz-transform: skew(0deg, 35deg);
  -ms-transform: skew(0deg, 35deg);
  -o-transform: skew(0deg, 35deg);
  transform: skew(0deg, 35deg);
}
.select-arrow:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 50%;
  background: rgba(255,255,255,1);
  -webkit-transform: skew(0deg,-35deg);
  -moz-transform: skew(0deg,-35deg);
  -ms-transform: skew(0deg,-35deg);
  -o-transform: skew(0deg,-35deg);
  transform: skew(0deg,-35deg);
}
.open-arrow{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.category-select,
#category-select {
    text-align: left;
    display: none;
    position: relative;
    background: #fff;
    width: 100%;
    z-index: 10;
    box-shadow: inset 0px 2px 2px #999, 0 2px 6px #999;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}
.category-select li,
#category-select li {
    padding: 3px 6px;
    margin: 0 2px;
}
.category-select li:nth-child(2n),
#category-select li:nth-child(2n) {
    background: #fbfbfb;
}
.phase-selector-ui li span,
.phase-selector-ui li a{
	border: none;
	position: relative;
	z-index: 3;
}
.phase-selector-ui li a{
	font-weight: 900;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 60px;
}
.phase-selector-ui li a:hover{
	color:#333;
}
.phase-selector-ui .dot{
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #31293e;
	z-index: 3;
	bottom: -5px;
    left: 50%;
    margin-left: -3.5px;
}
.phase-selector-ui li.active-phase:before,
.phase-selector-ui li.active-phase:after {
    background-color: #95cccf;
}
.phase-selector-ui li {
	float: left;
	position: relative;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 6px;
	height: 60px;
	z-index: 2;	
	line-height: 40px;
	width: 25%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.phase-selector-ui li a, .topic-heading, .or-seperator {
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.center-phase-selector{
	width: 75%;
	margin: auto;
	float: none;
}
.filter-section.is_stuck .phase-selector-ui li, .filter-section.is_stuck .phase-selector-ui li a {
	height: 40px;
	line-height: 40px;
	padding: 0;
}
.filter-section.is_stuck .topic-heading {
	padding: 5px 10px;
}
.filter-section.is_stuck .or-seperator {
	line-height:43px;
}

@media screen and (max-width: 899px) {
	.phase-selector-ui li{
		font-size: 1.25rem;
		padding: 17px 5px;
		line-height: 13px;
	}
	.center-phase-selector{
		width: 100%;
	}

	.post-entry-header, .archive-description, .page-template-page-resources #front-page-2 .widget.widget_text:nth-of-type(1) .widget-wrap {
  	padding: 20px;
	}
	.single .sidebar-primary section, .archive .sidebar-primary section, .search .sidebar-primary section, .page-template-default .sidebar-primary section, .error404 .sidebar-primary section, .blog .sidebar-primary section {
		padding: 0 20px 20px;
	}

}
.chev-btn{
	cursor: pointer;
}
.phase-selector-ui li.chev-btn:hover:before,
.phase-selector-ui li.chev-btn:hover:after{
	background: #82c4c9;
}
.phase-selector-ui li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 51%;
  width: 100%;
  background: #58386b;
  -webkit-transform: skew(35deg, 0deg);
  -moz-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  -o-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
  border-top: 1px solid #31293e;
  border-left: 1px solid #31293e;
  border-right: 1px solid #31293e;
}
.phase-selector-ui li:first-child:before {
	transform: inherit;
	border-top-left-radius: 5px;
	padding-right: 10px;
}
.phase-selector-ui li:first-child:after {
	transform: inherit;
	border-bottom-left-radius: 5px;
	padding-right: 10px;
}
.phase-selector-ui li:nth-child(4){
	z-index: 1;
}
.phase-selector-ui li:nth-child(4):before {
	transform: inherit;
	border-top-right-radius: 5px;
	padding-right: 5px;
	left: -10px;
}
.phase-selector-ui li:nth-child(4):after {
	transform: inherit;
	border-bottom-right-radius: 5px;
	padding-right: 5px;
	left: -10px;
}
.phase-selector-ui li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  width: 100%;
  background: #58386b;
  -webkit-transform: skew(-35deg, 0deg);
  -moz-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  -o-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
  border-bottom: 1px solid #31293e;
  border-left: 1px solid #31293e;
  border-right: 1px solid #31293e;
}

.advertisement-container{
	text-align: center;
	padding-bottom: 5px;
	overflow: hidden;
}

.advertisement-container a, .wp-coupons-widget{
	display: block;
	border: 1px solid rgba(0,0,0,0.45);
	box-shadow: none;
}
.advertisement-container img{
	display: block;
}

.advertisement-container .large-half-width {
	border-top:6px solid #fff;
}
.advertisement-container .large-half-width:nth-child(even) {
	border-right:3px solid #fff;
}
.advertisement-container .large-half-width:nth-child(odd) {
	border-left:3px solid #fff;
}
.advertisement-claim{
	text-align: left !important;
  line-height: 0;
}
.advertisement-claim a{
	border:none; 
	font-size: 1rem;
	box-shadow: none;
}
.advertisement-claim a img{
	display: initial;
	position: relative;
    top: 2px;
    left: 2px;
}
.sidebar .advertisement-claim{
	text-align: center;
}
.desktop-only,
a.desktop-only{
	display: block;
}
.mobile-only,
a.mobile-only{
	display: none;
}
.hidden{
	display: none;
}
@media only screen and (max-width: 767px) {

	#checkout span{
		top: 0;
		font-size: 12px;
	}
	.desktop-only,
	a.desktop-only{
		display: none;
	}
	.mobile-only,
	a.mobile-only{
		display: inline-block;
	}

	.advertisement-claim{
		text-align: center !important;
	}
}
.hero-text-wrap{
	display:table;
	overflow:hidden;
	height: 100%;
}
.hero-text-wrap:before{
	display: initial;
}
.bg {
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-top: 58%; /* ratio of image * 100 */
	overflow: hidden;
	position: relative;  
}

.home-bg-mockup {
	position: absolute;
	top: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 1500px;
	height: 1050px;
}


.home-bg-mockup::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.home-bg-mockup__img {
	display: block;
	width: 1500px;
	height: 984px;
	max-width: 1500px;
}

.home-bg-mask {
	overflow: hidden;
	position: absolute;
	z-index: 100;
	background: #333;
	width: 320px;
	height: 480px;
	top: 200px;
	left: 500px;
	outline: 1px solid transparent;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transform: matrix3d(0.5243254405286344, -0.07642712922173275, 0, 0.00007342143906020558, 0.21007984581497796, 0.6480717694566813, 0, 0.00000825991189427313, 0, 0, 1, 0, -395, -39, 0, 1);
	transform: matrix3d(0.5243254405286344, -0.07642712922173275, 0, 0.00007342143906020558, 0.21007984581497796, 0.6480717694566813, 0, 0.00000825991189427313, 0, 0, 1, 0, -395, -39, 0, 1);
}

.home-bg-slideshow {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	list-style-type: none;
}

.home-bg-slideshow__item {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	pointer-events: none;
	z-index: 1;
	opacity: 0;
/*	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);*/
}

.home-bg-slideshow__item.current{
	pointer-events: auto;
	z-index: 100;
	opacity: 1;
/*	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);*/
}

.home-bg-slideshow img {
	width: 100%;
	height: 480px;
}

.home-bg-slideshow__item.in--next {
	-webkit-animation: inNext 0.5s forwards;
	animation: inNext 0.5s forwards;
}

.home-bg-slideshow__item.out--next {
	-webkit-animation: outNext 0.5s forwards;
	animation: outNext 0.5s forwards;
}

.home-bg-slideshow__item.in--prev {
	-webkit-animation: inPrev 0.5s forwards;
	animation: inPrev 0.5s forwards;
}

.home-bg-slideshow__item.out--prev {
	-webkit-animation: outPrev 0.5s forwards;
	animation: outPrev 0.5s forwards;
}

@-webkit-keyframes inPrev {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes inPrev {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes inNext {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@keyframes inNext {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes outPrev {
	100% {
		opacity: 0;
	}
}

@keyframes outPrev {
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes outNext {
	100% {
		opacity: 1;
	}
}

@keyframes outNext {
	100% {
		opacity: 1;
	}
}
@media only screen and (max-width: 899px) {
	.blog-post-header-meta li:first-child,
	.archive .entry .entry-title, 
	.search .entry .entry-title, 
	.blog .entry .entry-title {
	    padding: 0 0 10px 20px;
	}
	.small-full-width .blog-post-header-meta {
		padding: 0;
	}
	.large-full-width .blog-post-header-meta li:before{
		display: inline-block;
		content: '•';
		margin: 0 5px;
	}
	.large-full-width .blog-post-header-meta li:first-child:before{
		margin: 0 2px 0 0;
	}

	.blog-post-header-meta {
		border: none;
	}
	.blog-post-header-meta li{
		float: left;
	}
	.blog-post-header-meta li:first-child{
		list-style: none;
	}
	.or-seperator{
		text-align: center;
    	line-height: 20px;
    	padding: 0;
	    margin: 0;
	}

.select-container {
	width: 90%;
}
	.select-container.one-fourth{
		width: 280px;
		left: 50%;
		top: 120px;
		margin-left: -140px;
	}
	.or-seperator{
		width: 100%;
	}
	.phase-selector-container{
		float: none;
		width: 280px;
	}
	.blog .filter-section{
		min-height: 91px;
		padding: 15px;
	}
	.phase-container li{
	  font-size: 1.2rem;
	}
	.recommendations .entry-content h2,
	.archive .entry, .blog .entry, .search .entry, .page.page-template-page_blog-php .entry{
		padding: 15px;
	}
	.recommendations .inline-svg.icon{
		margin-left: 15px;
	}
	.products .guide {
		width: 100%;
	}
	.recommendations .entry-content .entry{
		margin-left: 0;
	}
	.recommendations  .four-sixths{
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.hero-text-wrap{
		display:block;
		overflow:hidden;
		height: 100%;
		width: 100%;
	}
	.hero-text-wrap:before{
		display: none;
	}
}
@media screen and (max-height: 575px){
	#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
	}
}

.payment-icon {
	height: 24px;
	width: auto;
}

.edd_cart_item_image {
	max-height: 125px !important;
}

.edd_cart_item_image img {
	max-width: 175px !important;
	max-height: 125px !important;
	width: 100%;
}
.edd_cart_item td {
    padding-right: 10px;
}

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

#edd_checkout_cart th {
	font-weight: 700;
	padding: 10px 10px 10px 0;
}

.edd_cart_total {
	background-color: #eee;
	text-align:center;
}

#edd_final_total_wrap {
	display: none;
}
.edd-description {
    display: none;
}
.review-list li {
	list-style: none !important;
}


/* NINJA FORM ON SIGN UP PAGE */

.signup .ninja-forms-all-fields-wrap {text-align: center;}
.signup .field-wrap {display: inline-block;}
.signup .field-wrap input[type=text] {min-width:250px;border:3px solid #f5f5f5;}