/*
	Theme Name: Warfare Plugins
	Theme URI: https://warfareplugins.com/
	Description: A custom child theme created for the Genesis Framework.
	Author: Warfare Plugins, Inc.
	Author URI: https://warfareplugins.com/
	Version: 4.0.0
	Template: genesis
	Template Version: 2.3.0
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: warfare
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Color Styles
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
	- Alerts and Table of Contents
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- WPFomo
	- ZotPress
	- Ninja Forms
	- AffiliateWP
	- Heroic Knowledgebase
	- Awesome Support
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Header Navigation
	- Category/Secondary Navigation
	- Account/Tertiary Navigation
- Page Templates
	- Homepage
	- Blog
	- Easy Digital Downloads
	- Account Page
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## 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: 20px;
	font-size: 2rem;
}

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

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

a {
    color: #2A2D34;
    text-decoration: none;
}

.entry-content a:not(.nc_tweet):not(.button):not(.tab) {
	border-bottom: 2px solid #2A2D34;
}

.swp_social_panel a {
	border-bottom: none;
}

.swp_social_panel a:focus,
.swp_social_panel a:hover {
	border-bottom: none !important;
	color: #fff;
}

.entry-content a:focus:not(.nc_tweet):not(.button),
.entry-content a:hover:not(.nc_tweet):not(.button) {
    border-bottom: 2px solid #d34250;
    color: #d34250;
}

a:active,
a:focus {
	outline: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 900;
}

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

cite {
    font-size: 16px;
    display: block;
    margin-top: 16px;
}

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

blockquote {
	border-left: 8px solid #6bcce9;
	color: #313a4f;
	font-size: 26px;
	font-size: 2.6rem;
	margin: 40px 40px 40px 0;
	padding: 20px 0 20px 40px;
}

blockquote p {
	margin-bottom: 0;
}

pre {
    background-color: #dfe2e8;
    padding: 15px 25px;
    margin-bottom: 30px;
    font-size: 14px;
    border-left: 2px solid #313a4f;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    overflow: auto;
}


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

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

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

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

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

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

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

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## 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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 2px solid #eee;
	height: auto;
	padding: 4px;
}

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

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

input,
select,
textarea {
	background-color: #f1f1f1;
	border: 2px solid transparent;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 2px solid #6bcce9;
	outline: none;
}

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

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

.button,
.form-submit input[type="submit"],
.more-link {
	color: #30394f;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    padding: 10px 30px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

.button:hover {
	color: #ed464f;
}

.affwp-form input[type="submit"],
.warfare-error input[type="submit"],
.affwp-save-profile-wrap input[type="submit"],
#affwp-generate-ref-url input[type="submit"],
.form-submit input[type="submit"],
.red {
	background-color: #ed464f;
	color: #fff;
	border-color: #ed464f;
}

.affwp-form input[type="submit"]:hover,
.warfare-error input[type="submit"]:hover,
.affwp-save-profile-wrap input[type="submit"]:hover,
#affwp-generate-ref-url input[type="submit"]:hover,
.form-submit input[type="submit"]:hover,
.red:hover {
	background-color: #d34250;
	color: #fff;
	border-color: #d34250;
}

.button-container a.button.red {
	padding: 20px 30px;
    width: 100%;
}

.warfare-error input[type="submit"] {
	border-radius: 4px;
	width: auto;
}

.darkred {
    background: #D34250;
    color: #FFF;
	border-color: #D34250;
}

.gray {
	background-color: #c4c4c4;
	color: #333;
	border-color: #c4c4c4;
}

.lightgray,
.gray:hover {
	background-color: #eee;
	color: #333;
	border-color: #eee;
}

.blue {
	background-color: #30394f;
	color: #fff;
	border-color: #30394f;
}

.blue:hover {
	color: #fff;
	opacity: 0.8;
	border-color: ;
}

.lightblue {
	background-color: #6bcce9;
	color: #fff;
	border-color: #6bcce9;
}

.darkblue {
	background-color: #2A2D34;
	color: #fff;
	border-color: #2A2D34;
}

.lightblue:hover {
	color: #fff;
	opacity: 0.8;
}

.bluegray {
	background-color: #ced3dc;
	color: #fff;
	border-color: #ced3dc;
}

.green {
	background-color: #71C069;
	color: #fff;
	border-color: #71C069;
}

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

.nf-field-element input[type="email"],
.nf-field-element input[type="text"] {
    font-size: 14px;
    line-height: 2;
    padding: 15px;
    border-radius: 4px;
}

.nf-field-element input[type="button"] {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 2;
    padding: 15px 30px;
    border-radius: 4px;
    min-width: 100%;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
	font-size: 14px;
}

table.wp-block-table.dev_docs {
	word-break: initial;
    font-size: 75%;
}
table.wp-block-table.dev_docs td {
	padding:12px;
	vertical-align:top;
}

table.wp-block-table.dev_docs.three td:nth-child(1) {
	width:20%;
}

table.wp-block-table.dev_docs.two td:nth-child(1) {
	width:30%;
}

table.wp-block-table.dev_docs.three td:nth-child(2) {
	width:50%;
}

table.wp-block-table.dev_docs tr:nth-child(1) {
	font-weight:bold;
	font-size:110%;
}

table.wp-block-table.dev_docs tr:nth-child(1) td {
	border-top:none;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Color Styles
--------------------------------------------- */



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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

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

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

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

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

/* ### Content */

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

.centered-content .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

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

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

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

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

/* ## 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;
}

/* ## Alerts and Table of Contents
--------------------------------------------- */

.lead,
#kbe_content .kbe_leftcol p.lead {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5;
}

.define {
    background: #CED3DC;
    border-left: 2px solid #30394f;
    padding: 30px;
    border-radius: 0 4px 4px 0;
    margin-bottom: 30px;
}

.notice {
    background: #6BCCE9;
    border-left: 2px solid #30394f;
    padding: 30px;
    border-radius: 0 4px 4px 0;
    margin-bottom: 30px;
}

.announce {
	background: #eee;
    border-left: 2px solid #30394f;
    padding: 30px;
    border-radius: 0 4px 4px 0;
    margin-bottom: 30px;
}

.alert,
#kbe_content .kbe_leftcol p.alert {
    background: #EE464F;
    color: #FFF;
    border-left: 2px solid #2A2D34;
    padding: 30px;
    border-radius: 0 4px 4px 0;
}

.define h1,
.define h2,
.define h3,
.define h4,
.announce h1,
.announce h2,
.announce h3,
.announce h4,
.notice h1,
.notice h2,
.notice h3,
.notice h4,
.alert h1,
.alert h2,
.alert h3,
.alert h4 {
	margin-top: 20px;
}

p.alert a {
    color: #eee;
    border-color: #eee;
}

p.alert a:hover {
    color: #30394f;
    border-color: #30394f;
}

.define p:last-child,
.notice p:last-child,
.alert p:last-child {
	margin-bottom: 0;
}

.table_of_contents {
    background: #eee;
    border-left: 2px solid #30394f;
    border-radius: 0 4px 4px 0;
    padding: 40px;
    margin-bottom: 30px;
}

.table_of_contents p,
#kbe_content .kbe_leftcol .table_of_contents p {
	margin-bottom: 0;
}

.table_of_contents ol,
#kbe_content .kbe_leftcol .table_of_contents ol,
.table_of_contents ul,
#kbe_content .kbe_leftcol .table_of_contents ul {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.table_of_contents ol > li,
#kbe_content .kbe_leftcol .table_of_contents ol > li,
.table_of_contents ul > li,
#kbe_content .kbe_leftcol .table_of_contents ul > li {
    background-color: transparent;
    line-height: 2.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.table_of_contents ul > li,
#kbe_content .kbe_leftcol .table_of_contents ul > li {
    list-style: none;
    margin-left: -15px;
}

.table_of_contents ol > li:hover,
#kbe_content .kbe_leftcol .table_of_contents ol > li:hover,
.table_of_contents ul > li:hover,
#kbe_content .kbe_leftcol .table_of_contents ul > li:hover {
    background-color: #6BCCE9;
    padding-left: 10px;
}

.table_of_contents ol > li a,
#kbe_content .kbe_leftcol .table_of_contents ol > li a,
.table_of_contents ul > li a,
#kbe_content .kbe_leftcol .table_of_contents ul > li a {
	border-bottom: 0;
}


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

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

.avatar {
	border: 2px solid #30394f;
	border-radius: 50%;
	float: left;
}

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

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

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

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.author-box {
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 30px 0px rgba(206,211,220,0.75);
	-moz-box-shadow: 0px 3px 30px 0px rgba(206,211,220,0.75);
	box-shadow: 0px 3px 30px 0px rgba(206,211,220,0.75);
	margin-bottom: 30px;
	padding: 30px 60px;
}

.author-box a {
    color: #30394f;
	font-weight: 700;
    text-decoration: underline;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

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

.archive-description .entry-title,
.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.author-box-title {
	font-size: 30px;
	font-size: 3rem;
	margin-top: 0;
}

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

.single .entry-title {
	margin: 0 0 20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

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

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 20px 0;
}

/* ## 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: 100%;
}

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

.single-featured-image img.aligncenter {
    margin-bottom: 0;
}

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

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

.centered-content img.pull {
    margin-left: -70px;
    margin-right: -70px;
    max-width: 800px;
}

.centered-content img.pull-left {
    margin-left: -70px;
    margin-right: 30px;
    float: left;
}

.centered-content img.pull-right {
    margin-right: -70px;
    margin-left: 30px;
    float: right;
}

.error-heading {
	color: #ed464f;
	font-size: 110px;
	font-size: 11rem;
	font-weight: 900;
	text-align: center;
}

.warfare-error h2 {
	text-align: center;
}

.error-top {
	margin-bottom: 60px;
}

.warfare-error input[type="search"] {
	border-radius: 4px;
	padding: 16px;
	width: 60%;
}

.warfare-error .search-form {
	text-align: center;
}


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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 4px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.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 {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## GDPR Cookie
--------------------------------------------- */
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: #2a2d34 !important;
	border-top: none !important;
}

/* ## Akismet
--------------------------------------------- */
p.akismet_comment_form_privacy_notice {
    font-size: 14px;
    margin-bottom: 40px;
}

p.akismet_comment_form_privacy_notice a {
    text-decoration: underline;
}

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

#wpstats {
	display: none;
}

/* ## WPFomo
--------------------------------------------- */
a.ibx-notification-popup-link {
	border-bottom: none !important;
}

.ibx-wpfomo-floating-button-wrap .ibx-wpfomo-floating-button span {
    font-size: 40px;
    vertical-align: middle;
}

.ibx-wpfomo-floating-button-icon {
    top: -1px;
    left: -1px;
}

.ibx-wpfomo-floating-popup-content p,
.ibx-wpfomo-floating-popup-content .nf-field-label {
	font-size: 14px;
}

.ibx-wpfomo-floating-popup-content select.nf-element {
	height: 40px !important;
}

.ibx-wpfomo-floating-popup-content input,
.ibx-wpfomo-floating-popup-content select.nf-element {
    max-height: 40px;
    padding: 10px;
    font-size: 12px;
    margin-top: 10px !important;
}

.ibx-wpfomo-floating-popup-content textarea {
    font-size: 14px;
    padding: 10px;
    max-height: 90px;
}

.ibx-wpfomo-floating-popup-content .nf-field-element input[type="button"] {
    font-size: 12px;
    padding: 10px;
}

.ibx-wpfomo-floating-popup-content .nf-field-container {
	margin-bottom: 10px;
}

/* ## Zotpress
--------------------------------------------- */
.zp-InText-Citation {
    vertical-align: super;
    font-size: 65%;
}

.zp-InText-Citation a,
.zp-InText-Citation a:hover {
    text-decoration: none;
    border: none;
}

.zp-Zotpress-InTextBib {
	font-size: 70%;
}

.csl-bib-body {
	line-height: 175% !important;
}

/* ## Ninja Forms
---------------------------------------------- */
.ninja-forms-required-items {
    font-size: 14px;
    margin-bottom: 10px;
}

.nf-form-fields-required {
	display: none;
}

.ninja-forms-cont {
	margin-bottom: 30px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #30394f;
}

.recaptcha-wrap label {
	display: none;
}

.nf-error-msg {
    margin-right: 10px;
    font-size: 12px;
    line-height: 1.2;
}

select.nf-element {
	height: 66px !important;
}

.bottom-cta-container {
	background-color: #ced3dc;
	color: #313a4f;
	text-align: center;
}

.bottom-cta {
	max-width: 700px;
	margin: 30px auto;
}

.bottom-cta input:not([type=button]) {
	background-color: #fff;
	border: 2px solid #fff;
}

.nf-progress-container {
    margin: 40px 0 !important;
    border: 2px solid #CED3DC !important;
	border-radius: 50px !important;
}

.nf-progress {
    background-color: #CED3DC !important;
	border-radius: 50px 0 0 50px !important;
}

/* ## AffiliateWP
--------------------------------------------- */

.open-close-btns {
	text-align: right;
	margin-bottom: 10px;
}

.open-close-btns button {
	background: transparent;
	border: none;
	padding: 0;
	color: #333;
	font-size: 12px;
}

span.pipe {
	font-size: 12px;
}

.tab {
	margin-bottom: 30px;
}

.tab .tab-title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.3;
}

.tab .tab-title a {
	color: #fff;
	display: block;
}

.tab .tab-title a:focus,
.open-close-btns button:focus {
	outline: none;
}

.entry-content .tab .tab-title a,
.entry-content .tab .tab-content {
	border-bottom: none !important;
	padding: 20px;
	border-radius: 4px;
}

.tab .tab-title {
	background-color: #313a4f;
	border-radius: 4px;
}

.tab .tab-title:hover {
	background-color: #6bccea;
}

.entry-content .tab .tab-title a:hover,
.entry-content .tab .tab-title a:focus {
    border-bottom: none;
    color: #fff;
}

.tab .tab-title.open {
	background-color: #6bccea;
}

.tab .tab-title a:after {
	content: '\f107';
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
}

.tab .tab-title.open a:after {
	content: '\f106';
}

#affwp-generate-ref-url input[type="submit"] {
	width: auto;
}

.affwp-form legend {
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.affiliate.subtitle {
	margin-bottom: 60px;
	margin-top: 0;
	text-align: center;
}

.entry-content .affwp-creative a {
	border-bottom: none;
	text-decoration: none;
}

.affwp-creative {
	overflow: hidden;
}

#affwp-affiliate-dashboard h4 {
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 1px;
	margin: 30px auto 50px;
	text-align: center;
	text-transform: uppercase;
}

/* ## Heroic Knowledgebase
--------------------------------------------- */
button.ht-voting-comment__submit {
    background: #30394f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    border: 2px solid #30394f;
	cursor: pointer;
}

button.ht-voting-comment__submit:hover {
	background: #6BCCE9;
	border-color: #6BCCE9;
}

input.hkb-site-search__field {
    border-radius: 4px 0 0 4px;
    font-size: 14px;
}


/* ## Awesome Support
--------------------------------------------- */

button.wpas-btn {
	background-color: #ed464f;
	color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    border-color: #ed464f;
    padding: 10px 30px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

button.wpas-btn:hover {
	background-color: #d34250;
	color: #fff;
	border-color: #d34250;
}

.wpas-form input {
	margin-bottom: 10px;
}

a.wpas-forgot-password-link {
	font-size: 15px;
	margin-left: 20px;
	font-style: italic;
}

.wpas-checkbox label {
	font-size: 18px;
}

#wpas_files_wrapper input {
	background-color: #fff;
}

.single-ticket .entry-title {
	margin: 0 !important;
}

.ticket-number {
	margin-bottom: 10px;
	margin-top: 0;
}

.wpas-ticket-buttons-top {
	display: none !important;
}

.awesome-buttons {
	margin-bottom: 30px;
	text-align: center;
}

.wpas-ticket-details-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.wpas-table tbody {
	border-bottom: none;
}

.wpas-table>tbody>tr>td {
    padding: 20px 10px;
}

.wpas-reply-content p {
	font-size: 18px;
	font-size: 1.8rem;
}

.wpas-table {
	word-break: break-word !important;
}

.wpas-ticket-replies>tbody>tr.wpas_user_administrator>td,
.wpas-ticket-replies>tbody>tr.wpas_user_wpas_agent>td,
.wpas-ticket-replies>tbody>tr.wpas_user_wpas_manager>td,
.wpas-ticket-replies>tbody>tr.wpas_user_wpas_support_manager>td {
	background-color: #f1f2f1;
}

#wpas_ticketlist_filters input,
#wpas_ticketlist_filters select {
	margin-bottom: 10px;
	padding: 5px;
	width: auto;
}

#wpas_ticketlist {
	font-size: 16px;
	font-size: 1.6rem;
}

#wpas_ticketlist .wpas-label-status {
	padding: 5px;
}

.wpas-form input {
    padding: 25px 20px;
    font-size: 14px;
    line-height: 1;
    border: 2px solid #eee;
	box-shadow: none;
    border-radius: 4px;
}

div#wp-wpas-message-wrap,
.wp-editor-container {
    border: 2px solid #eee;
}

.select2-selection.select2-selection--single {
    font-size: 14px;
    padding: 15px;
    line-height: 1;
    height: auto;
	border: 2px solid #eee;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 8px 7px 0 7px;
}

p.wpas-help-block {
    font-size: 14px;
	line-height: 2;
}

.wpas-user-profile img {
	margin: 0 0 0 -10px;
	border-radius: 50%;
}

article.ticket.entry {
    padding: 0;
}

.wpas-ticket-replies>tbody>tr>td:last-child {
	padding-left: 30px;
}

.wpas-alert {
	border-radius: 8px;
	padding: 20px 30px;
}

.wpas-alert-info {
    color: #fff;
    background-color: #6bcce9;
    border-color: #6bcce9;
}

.wpas-alert-warning {
    color: #fff;
    background-color: #ee464f;
    border-color: #ee464f;
}

.wpas-alert-danger {
    color: #fff;
    background-color: #ee464f;
    border-color: #ee464f;
}

.wpas-alert-success {
    color: #fff;
    background-color: #71C069;
    border-color: #71C069;
}

input.wpas-form-control {
    min-width: 300px;
    height: 48px;
    box-shadow: none;
    background: #ced3dc;
    border-radius: 4px;
	border: none;
	margin-left: auto;
	padding: 15px !important;
}

#wpas_filter_wrap .wpas-clear-filter:before {
    font-family: dashicons;
    content: "\f335";
    margin-top: -14px;
    right: 10px;
    width: 16px;
    height: 24px;
    position: absolute;
}

#wpas_filter_wrap .wpas-clear-filter {
	background: none;
}

li.footable-page-arrow a,
li.footable-page.active a,
li.footable-page a {
    border: 2px solid #eee !important;
}

li.footable-page.active a {
    background-color: #eee;
    color: #30394f;
}

li.footable-page.active a:hover {
    background-color: #30394f;
    color: #fff !important;
	border-color: #30394f !important;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

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

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #30394f;
}

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

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


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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 32px 20px;
	text-decoration: none;
}

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

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #323a4f;
	border-radius: 4px;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 180px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #313a4f;
	border: 2px solid #323a4f;
	border-top: 0;
	color: #ced3dc;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 180px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.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 {
	float: right;
}

/* ## 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;
}

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

/* ## Header Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
	margin-top: 20px;
	width: auto;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding: 15px;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu a.button {
	margin-left: 15px;
}

.nav-primary .genesis-nav-menu > .menu-item-has-children > a:after {
	vertical-align: bottom;
}

.warfare-home .nav-primary .genesis-nav-menu a:focus,
.warfare-home .nav-primary .genesis-nav-menu a:hover {
	color: #2A2D34;
	text-decoration: none;
}

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

.nav-primary .button {
	font-size: 16px;
	font-size: 1.6rem;
}

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

.nav-primary .genesis-nav-menu > .menu-item-has-children > a:after {
	color: #fff;
    content: "\f140";
    font: normal 16px/1 'dashicons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    padding-left: 3px;
    vertical-align: top;
}

.postid-63157 .nav-primary .buy-button {
	display: none;
}

/* ## Category/Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin: 50px 0;
	text-align: center;
}

.nav-secondary .genesis-nav-menu a {
	letter-spacing: 2px;
	margin: 12px;
	padding: 0 0 3px 0;
	text-transform: uppercase;
}

.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a {
	border-bottom: 2px solid #6bcce9;
	color: #333;
	text-decoration: none;
}

/* ## Account/Tertiary Navigation
--------------------------------------------- */

.account-menu-container {
	display: inline-block;
	margin-top: 30px;
}

.nav-tertiary {
	background-color: #aeb4bf;
	border-radius: 8px 8px 0 0;
}

.account-first a {
	border-radius: 8px 0 0 0;
}

.account-last a {
	border-radius: 0 8px 0 0;
}

.nav-tertiary a {
	padding: 20px 30px;
	font-weight: 900;
	text-transform: uppercase;
}

.nav-tertiary a:focus,
.nav-tertiary a:hover,
.nav-tertiary .current-menu-item > a {
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

.account-mobile {
	display: none !important;
}


/* # Page Templates
---------------------------------------------------------------------------------------------------- */

/* ## Homepage
--------------------------------------------- */

.warfare-home .site-header {
	background: rgb(48,57,79);
	background: -moz-linear-gradient(left, rgb(48,57,79) 0%, rgb(107,204,233) 100%);
	background: -webkit-linear-gradient(left, rgb(48,57,79) 0%,rgb(107,204,233) 100%);
	background: linear-gradient(to right, rgb(48,57,79) 0%,rgb(107,204,233) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30394f', endColorstr='#6bcce9',GradientType=1 );
}

.hero-cta {
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 20px 30px -10px rgba(206,211,220,0.75);
	-moz-box-shadow: 0px 20px 30px -10px rgba(206,211,220,0.75);
	box-shadow: 0px 20px 30px -10px rgba(206,211,220,0.85);
	display: flex;
	margin-bottom: 50px;
	margin-top: -70px;
	max-width: 600px;
	overflow: hidden;
	padding: 40px;
}

.second-cta {
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 3px 30px 0px rgba(206,211,220,0.75);
	-moz-box-shadow: 0px 3px 30px 0px rgba(206,211,220,0.75);
	box-shadow: 0px 3px 30px 0px rgba(206,211,220,0.75);
	display: flex;
	margin: 0 auto 90px;
	max-width: 700px;
	overflow: hidden;
	padding: 40px;
}

.hero-cta .one-third,
.hero-cta .two-thirds {
	align-self: center;
}

.hero-container {
	display: inline-block;
	margin: 90px 0;
}

.hero-container img {
	margin-bottom: 0;
}

.hero-title,
.hero-subtitle {
	color: #fff;
}

.hero-title {
	font-size: 60px;
	font-size: 6rem;
	font-style: italic;
}

.hero-subtitle {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 50px;
}

.deemphasize {
	font-weight: 400;
}

.hero-cta-text {
	margin: 0;
}

.mejs-container .mejs-controls {
    opacity: 0 !important;
    transition: opacity 0.5s linear;
}

.mejs-container:hover .mejs-controls {
	opacity: 1 !important;
    transition: opacity 0.5s linear;
}

.benefits-heading {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 400;
	margin: 60px auto;
	max-width: 700px;
	text-align: center;
}

.benefit-title {
	font-size: 30px;
	font-size: 3rem;
	margin-top: 0;
}

.benefit-left,
.benefit-right {
	display: flex;
	margin-bottom: 80px;
	overflow: hidden;
}

.benefit-left img,
.benefit-right img {
	margin-bottom: 0;
}

.benefit-left .one-half,
.benefit-right .one-half {
	align-self: center;
	margin: 30px auto;
	max-width: 500px;
}

.home-buttons {
	background-color: #f5f6f7;
	margin-bottom: 50px;
}

.home-buttons .wrap {
	padding: 0 0 50px;
	text-align: center;
}

.home-buttons .swp_social_panel {
	clear: both;
	margin: 0 auto;
	max-width: 700px;
}

.features-heading {
	font-size: 50px;
	font-size: 5rem;
	letter-spacing: 1px;
	text-align: center;
}

.features-subheading {
	margin: 20px auto 50px;
	max-width: 800px;
	text-align: center;
}

.feature-title {
	letter-spacing: 1px;
	margin: 20px 0;
	text-transform: uppercase;
}

.feature-box {
	background-color: #f5f6f7;
	border-radius: 4px;
	margin-bottom: 30px !important;
	padding: 30px;
	text-align: center;
}

.icon-circle {
	background-color: #ced3dc;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #30394f;
	display: inline-block;
	font-size: 38px;
	font-size: 3.8rem;
	height: 74px;
	line-height: 2;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: 74px;
}

.feature-desc {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.feature-button {
	margin: 50px auto 20px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

section.testimonials {
	margin-top: 120px;
}

.featured-testimonial {
	border-radius: 12px;
	-webkit-box-shadow: 0px 3px 30px 0px rgba(206,211,220,0.75);
	-moz-box-shadow: 0px 3px 30px 0px rgba(206,211,220,0.75);
	box-shadow: 0px 3px 30px 0px rgba(206,211,220,0.75);
	display: flex;
	overflow: hidden;
}

.featured-testimonial .one-third,
.testimonial-large {
	align-self: center;
}

.testimonial-large {
	padding: 40px;
}

.testimonial-large-text {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	margin-top: 0;
}

.testimonial-large .ion-android-star {
	color: #6bcce9;
	font-size: 40px;
	font-size: 4rem;
}

.featured-testimonial img {
	margin: 0;
}

.testimonial-grid {
	display: inline-block;
	margin: 60px 0 0;
	overflow: hidden;
	padding: 40px;
	width: 100%;
}

.testimonial-item {
	margin-bottom: 60px;
}

.testimonial-item p {
	font-size: 22px;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 0;
}

.testimonial-item p.small-author {
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	margin-top: 15px;
}

.testimonial-grid img {
	width: 125px;
	height: 125px;
	border-radius: 50%;
}

/* ## Blog
--------------------------------------------- */

.latest-post {
	margin-top: 30px;
}

.latest-post .blog-image {
	max-width: 720px;
}

.latest-post .blog-footer {
	float: right;
	width: 470px;
}

.latest-post .entry {
	margin-bottom: 10px;
	padding: 30px 30px 20px;
}

.latest-post .entry-header .entry-meta,
.single .entry-header .entry-meta {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 0;
}

.latest-meta {
	display: flex;
	margin-bottom: 15px;
}

.latest-meta .entry-meta,
.latest-meta .author-gravatar {
	align-self: center;
}

.author-gravatar {
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
}

.latest-post img {
	margin-bottom: 0;
}

.page-header {
	background-color: #ced3dc;
	padding: 60px 0;
	text-align: center;
}

.page-header .entry-title {
	margin: 20px 0;
}

.page-header .subtitle {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
	margin: 0 auto;
	max-width: 700px;
}

.archive .entry,
.blog .entry,
.search .entry {
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 30px 0px rgba(206,211,220,0.75);
	-moz-box-shadow: 0px 3px 30px 0px rgba(206,211,220,0.75);
	box-shadow: 0px 3px 30px 0px rgba(206,211,220,0.75);
	margin-bottom: 60px;
	padding: 30px;
}

.archive .entry-title,
.blog .entry-title,
.search .entry-title {
	margin-top: 0;
}

.blog-footer .swp_social_panel {
	margin: 8px 0 0 !important;
}

/* ## Easy Digital Downloads
--------------------------------------------- */

.post-type-archive-download .entry-title {
	text-align: center;
}

.product-image-top {
	margin: 20px auto;
	text-align: center;
}

.single-download .entry-title {
	text-align: center;
}

.single-product-top {
	background-color: #2a2d34;
	padding: 50px 0;
	color: #fff;
}

.single-product-top img {
	float: right;
	box-shadow: 0px 10px 40px #111;
}

.single-product-top .wrap {
	display: flex;
}

.single-product-top .one-half {
	align-self: center;
}

.edd-download .entry-title {
	margin: 0 0 20px;
}

.edd_price {
	font-size: 65px;
	font-weight: 700;
}

.top-price {
	font-size: 30px;
	line-height: 1;
}

.price-detail {
	clear: both;
	display: block;
	font-size: 20px;
}

.sidebar .widget.widget_edd_product_details {
	background-color: #30394f;
	color: #fff;
	border-radius: 8px;
}

span.edd_price_option_name {
	font-weight: 700;
	font-size: 18px;
}

span.edd-sl-upgrade-link {
    margin-top: 15px;
}

a.edd-submit.button.blue,
.edd-submit,
#edd-purchase-button,
input[type="submit"].edd-submit {
    background: #EE464F !important;
    border-color: #EE464F !important;
    padding: 10px 30px !important;
    line-height: 2 !important;
    font-weight: bolder !important;
    letter-spacing: 2px !important;
    border: 2px solid #EE464F !important;
    width: auto;
}

.edd_download_purchase_form .edd_price_options li {
	margin: 15px 0;
	font-size: 14px;
}

.edd_price_options span.old-priced-container {
    display: block;
    padding: 5px;
    line-height: 1;
    border-radius: 2px;
    margin-left: 24px;
    font-style: italic;
}

.edd_price_options.edd_single_mode ul li label input[type="radio"] {
	margin-right: 10px;
	height: 18px;
}

.edd_price_options label input[type="radio"]:checked:before {
    background: #EE464F;
	content: "";
	display: inline-block;
    height: 40px;
    margin-left: -38px;
    margin-top: -10px;
	width: 5px;
}

li#edd_price_option_63157_unlimited {
    margin-top: 20px;
}

#edd_price_option_63157_unlimited span.edd_price_option_name:before {
    background: #71C069;
	border-radius: 3px;
	color: #30394f;
	content: "best deal";
	font-size: 10px;
	letter-spacing: 1px;
    margin: -12px 0 0 -8px;
    padding: 1px 5px;
	position: absolute;
    text-transform: uppercase;
	transform: rotate(-1.5deg);
	z-index: -1;
}

a.edd-add-to-cart.button.edd-submit.edd-has-js {
    width: 100%;
    margin-top: 30px;
}

a.edd-add-to-cart.button.edd-submit.edd-has-js:hover {
	width: 100%;
}

.single-download .edd_download_purchase_form {
	margin-bottom: 0;
}

a.edd-submit.button.blue.active,
a.edd-submit.button.blue:focus,
a.edd-submit.button.blue:hover,
.edd-submit:active,
#edd-purchase-button:active,
input[type="submit"].edd-submit:active,
.edd-submit:focus,
#edd-purchase-button:focus,
input[type="submit"].edd-submit:focus,
.edd-submit:hover,
#edd-purchase-button:hover,
input[type="submit"].edd-submit:hover {
    background: #d34250 !important;
    border-color: #d34250 !important;
    width: auto;
}

.edd-submit.button,
.edd-submit.button.gray,
.edd-submit.button:visited {
    color: #fff !important;
    font-weight: bolder !important;
}

#edd_checkout_cart td,
#edd_checkout_cart th {
	border: 2px solid #eee !important;
}

#edd_checkout_form_wrap legend {
    width: auto !important;
    padding: 0 10px !important;
}

#edd_checkout_form_wrap .edd-payment-icons {
	margin: 30px 0 20px !important;
}

#edd_checkout_form_wrap fieldset {
    border: 2px solid #eee;
    border-radius: 4px !important;
}

#edd_checkout_form_wrap fieldset#edd_mailchimp {
    border: none !important;
}

fieldset#edd_terms_agreement,
#edd_checkout_form_wrap #edd_purchase_submit {
	border: none !important;
}

.edd_terms_links,
#edd_show_terms a {
	background-color: #313a4f;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 10px 4px;
	text-transform: uppercase;
	border-radius: 4px;
}

#edd_show_terms a:hover {
	border-bottom: 2px solid #313a4f;
	opacity: 0.8;
}

.edd-terms-agreement {
	margin-top: 15px;
}

.edd-terms-agreement label,
#edd_checkout_form_wrap #edd_mailchimp label {
    font-size: 14px !important;
    font-weight: 400 !important;
}

#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount {
    background: #fff !important;
    border: none !important;
    padding: 16px !important;
    margin-bottom: 0 !important;
}

#edd_purchase_submit input#edd-purchase-button {
    float: right !important;
    width: auto !important;
    margin: 10px !important;
}

fieldset#edd_discount_code {
	padding: 20px !important;
}

p#edd-discount-code-wrap {
	width: 100%;
}

input.edd-apply-discount.edd-submit.button.blue.button {
    width: 120px;
    margin: 10px 10px 0 !important;
    vertical-align: middle;
}

input#edd-discount {
    height: 52px;
    margin: 0 !important;
    vertical-align: middle;
}

tr.edd_sl_license_row th.edd_sl_item {
    width: 50%;
    line-height: 1.5;
}

.edd_sl_license_row input.edd_sl_license_key {
    max-width: 220px;
    padding: 5px;
}

input.edd_sl_license_key { font-size: 12px }
fieldset#edd_profile_submit_fieldset {
    border: none;
    padding: 0;
}

.edd-purchase-history tr.edd_sl_license_row th.edd_sl_item {
	width: 30%;
}

.edd-page th,
.edd-page tr,
.edd-page td {
    font-size: 14px !important;
    line-height: 1.4 !important;
    padding: 30px 15px !important;
}

#edd_user_history td {
	line-height: 1.4;
}

#edd_user_history td,
#edd_user_history th {
	padding: 10px;
}

.edd-sl-upgrade-link a:before {
    content: "\f174";
    font-family: dashicons;
    margin-right: 10px;
}

.edd-sl-upgrade-link a {
	color: #fff !important;
	background: #6BCCE9;
    padding: 15px;
    text-align: center;
    border-radius: 4px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.edd-sl-upgrade-link a:hover {
	background: #71C069;
	border-bottom: none;
	transform: scale(1.03);
}

.product-view {
	text-align: center;
}

#edd-privacy-policy-agreement {
	border: none !important;
	font-size: 14px !important;
	margin-top: 20px !important;
}

#edd-show-privacy-policy {
	margin-bottom: 20px;
}

.single-download .sidebar .widget:first-of-type {
    margin-bottom: 0;
}

/* ## Account Page
--------------------------------------------- */

.account-header {
	background-color: #ced3dc;
	padding: 60px 0 0;
}

.account-top {
	clear: both;
	display: flex;
	overflow: hidden;
}

.account-top .account-section {
	align-self: center;
}

.account-header .entry-title {
	margin: 20px 0;
}

.account-subtitle {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 20px;
}

.account-top .button {
	border: 2px solid #313a4f;
	float: right;
	font-size: 20px;
	font-size: 2rem;
}

.edd_form fieldset {
	border: none;
}

.edd_form legend {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 900;
}

.edd_form select {
	height: 64px;
}

.edd_submit {
	color: #fff;
	display: inline-block !important;
	font-weight: 900 !important;
	text-transform: uppercase;
	width: auto;
}

.page-template-page_account h2 {
	margin-top: 0;
}

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

.flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-align: stretch;
    -ms-flex-line-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction:row;
    flex-wrap:wrap;
	margin: 30px -20px;
}

.flex-item {
    width: 1px;
	min-width: 300px;
	padding: 20px;
	text-align: center;
	border-radius: 8px;
    margin: 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 30%;
}

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

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 50px;
}

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

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

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

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

.entry-content code {
    background-color: #eee;
    color: #30394F;
    padding: 4px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.entry-content a.nc_tweet:focus,
.entry-content a.nc_tweet:hover {
    color: #fff;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	padding-top: 24px;
}

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

span.entry-categories::before {
    font-family: 'ionicons';
    content: "\f139";
    margin-right: 10px;
}

span.entry-categories a {
    background: #ced3dc;
    padding: 3px 5px 5px;
    border-radius: 3px;
    font-weight: bold;
}

time.entry-time::before {
    font-family: 'ionicons';
    content: "\f2d1";
    margin: 0 10px 0 0;
}

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

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

.pagination {
	clear: both;
	margin: 40px auto 60px;
	max-width: 250px;
}

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

.archive-pagination li {
	display: inline;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

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

.comment-header p {
	margin-bottom: 0;
}

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

.comment-list .bypostauthor > article,
.comment-list .children > .bypostauthor > article {
	background-color: #e6e8ed;
	border: 2px solid #d3d8e0;
	padding: 25px;
}

.comment-reply {
	font-weight: 900;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
}

.comment-reply a {
	background-color: #fff;
	border: 2px solid #30394f;
	border-radius: 4px;
	padding: 8px 12px;
}

.comment-reply a:hover {
	color: #ed464f;
	border: 2px solid #ed464f;
}

.comment-author {
	font-weight: 900;
}

.says {
	font-weight: 400;
}

.comment .comment-content p a {
    color: #ed464f;
	border-bottom: 2px solid #ed464f;
}

.comment .comment-content p a:hover {
    color: #30394f;
	border-bottom: 2px solid #30394f;
}


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 30px 40px;
}

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

    .single-download .content-sidebar-wrap,
    .single-post .content-sidebar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .single-download .sidebar-primary .widget:last-child,
    .single-post .sidebar-primary .widget:last-child {
        position: -webkit-sticky;
        position: sticky;
        top: 40px;
    }

    .admin-bar .single-download .sidebar-primary .widget:last-child,
    .admin-bar .single-post .sidebar-primary .widget:last-child {
        top: 72px;
    }

}

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

	.content-sidebar-wrap {
		flex-direction: column;
	}

}


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

.footer-widgets {
	color: #fff;
	float: right;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
	width: 50%;
}

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

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

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


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

.site-footer {
	background-color: #30394f;
	border-top: 1px solid #eee;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0 100px;
	text-align: center;
}

.site-footer li.highlight {
    margin-top: 15px;
}

.site-footer a {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}

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

.site-footer .highlight a {
    background: #ee464f;
    padding: 10px;
    border-radius: 4px;
    margin-left: -10px;
}

.site-footer p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: 0;
}

.creds {
	float: left;
	text-align: left;
	max-width: 250px;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-title > a {
		background: url(images/logo@2x.png) no-repeat left !important;
		background-size: 205px 80px !important;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-primary {
		width: 300px;
	}

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

	.footer-widgets-1 {
		margin-right: 60px;
	}

}


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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.footer-widgets-1 {
		margin-right: auto;
	}

	.hero-title {
		font-size: 55px;
		font-size: 5.5rem;
		margin-top: 0;
	}

	.entry {
		padding: 0;
	}

	.latest-post img {
		clear: both;
		float: none;
		width: 100%;
	}

	.latest-post .blog-image {
		max-width: 100%;
	}

	.kb-top-search .button {
    	font-size: 11px;
  	}

  	.nav-tertiary a {
		padding: 20px;
	}

}

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

	.account-mobile {
    	display: inline-block !important;
    	font-size: 40px;
    	font-size: 4rem;
    }

    .account-menu-container {
    	display: block;
    }

    .nav-tertiary {
    	background-color: transparent;
    	text-align: center;
    }

    .account-desktop {
    	display: none !important;
    }

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

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

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

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

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

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

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		border-width: 0;
		color: #d34250;
	}

	.home .menu-toggle:focus,
	.home .menu-toggle:hover {
		color: #ccc;
	}

	.menu-toggle {
		line-height: 22px;
		padding: 20px 0 30px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

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

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

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

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

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

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

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

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

	.account-top {
		text-align: center;
	}

	.account-gravatar img {
		display: block;
		float: none;
		margin: 0 auto;
	}

	.account-section .button {
		float: none;
	}

	.hero-cta {
		margin: -20px auto 0;
	}

	.hero-container {
		text-align: center;
	}

	.hero-container .one-half {
		margin: 0;
		width: 100%;
	}

	.wp-video {
		width: 100% !important;
	}

	.benefit-right {
		display: block;
		margin: 0 auto;
		max-width: 500px;
	}

	.benefit-left {
		display: inline-flex;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		flex-direction: column;
	}

	.benefit-left .one-half.first {
		order: 2;
	}

	.benefit-left .one-half,
	.benefit-right .one-half {
		width: 100%;
	}

	.benefits-container {
		text-align: center;
	}

	.nav-primary {
		float: left;
		width: 100%;
	}

	.nav-primary .wrap {
		width: 50%;
	}

	.nav-primary .button {
		text-align: left;
	}

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

	.footer-widgets {
		width: 60%;
	}

	.edd-download .entry-title {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.sidebar .widget.widget_edd_product_details {
		margin: 0 auto;
		max-width: 400px;
		text-align: center;
	}

	.sidebar .edd_download_purchase_form .edd_price_options {
		text-align: left;
	}

}

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

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

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

	img.alignleft.entry-image,
    img.alignright.entry-image,
    .centered-content img.pull,
    .centered-content img.pull-left,
    .centered-content img.pull-right {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .featured-testimonial {
    	display: block;
    }

    .featured-testimonial img {
    	margin-top: 60px;
    }

    .button-container {
		text-align: center;
	}

	.account-top {
		display: block;
	}

	.featured-testimonial img {
		max-width: 400px;
	}

	.testimonial-large p:last-child {
		text-align: center;
	}

	.testimonial-item {
		margin-bottom: 50px;
	}

	.creds {
		float: none;
		margin-bottom: 40px;
		text-align: center;
		max-width: 100%;
	}

	.footer-widgets {
		display: none;
	}

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

	.product-image {
		max-width: 400px;
		margin: 0 auto;
	}

	.archive .entry,
	.blog .entry,
	.search .entry {
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.latest-post .blog-footer {
		float: none;
		width: 100%;
	}

	.blog-footer .swp_social_panel {
		margin-top: 20px !important;
	}

	.single-product-top {
		text-align: center;
	}

	.single-product-top .wrap {
		display: inline-flex;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		flex-direction: column;
	}

	.single-product-top .first {
		width: 100%;
		order: 2;
	}

	.single-product-top img {
		float: none;
		margin-bottom: 30px;
	}

}

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

	.hero-cta,
	.second-cta {
		display: block;
		text-align: center;
	}

	.hero-cta-text {
		margin-bottom: 20px;
	}

	.nav-tertiary a {
		padding: 12px 16px;
	}

}

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

	.account-mobile {
		font-size: 23px;
		font-size: 2.3rem;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 2px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
