/* # RKA ink Splash
Theme Name: RKA ink Splash
Theme URI: http://rkaink.com
Description: This NEW Wordpress theme has been custom created based on your Business + Branding Choices
Author: RKA Ink
Author URI: http://www.rkaink.com/
Template: genesis
Template Version: 2.0 (06.24.2017)
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* css variables */


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Responsive Menu
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Front Page
- Pre Footer
- Footer Widgets
- Site Footer
- One Off Customization
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # 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:700}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;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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


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

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

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

/* Chrome fix */
body > div {
	font-size: 18px;
}

body {
	color: #3F133B;
	font-family: "freight-display-pro";
	font-size: 18px;
	font-weight: 300;
	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: #B8C233;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #B8C233;
	text-decoration: none;
	opacity:.8;
}

p {
	margin: 0 0 28px;
	padding: 0;
	font-size: 24px;
	line-height: 44px;
}

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



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

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #B8C233;
	font-family: "proxima-nova";
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 28px;
	text-transform: uppercase;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 24px;
}

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

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

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

.gallery {
	overflow: hidden;
}

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

.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: rgba(255,255,255,.4);
	color: #3F133B;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 18px;
	width: 100%;
}

input:focus,
textarea:focus {
	background-color: rgba(255,255,255,.8);
	outline: none;
}

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

::-moz-placeholder {
	color: #3F133B;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #3F133B;
	font-weight: 300;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #B8C233;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 16px 60px;
    text-transform: uppercase;
    width: auto;
    text-decoration: none;
    outline: 2px solid #fff;
    outline-offset: -8px;
    font-family: "proxima-nova";
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 0 1px 3px #4a4a4a;
    box-shadow: 0 3px 6px #4a4a4a;
}

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

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

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	color: #8DD3D1;
	background-color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #6D2263;
	color: #fff;
}

.button {
	display: inline-block;
}

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

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

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

tbody {
	border-bottom: 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-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

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

.more-link {
    position: relative;
}


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

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

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

.home .site-inner {max-width:100%; padding:0}

.site-inner {
	clear: both;
}

.site-inner, .site-header .wrap {padding-right:24px; padding-left:24px}

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

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

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

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

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

/* ### Content */

.content {
	float: right;
	width: 68%;
}

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


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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 30%;
}

.sidebar-content .sidebar-primary,
.sidebar-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;
}


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

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

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	font-size: 48px;
	padding: 40px 0;
}

.author-box {margin-bottom:40px}

.author-box-title {
	font-size: 18px;
	margin-bottom: 4px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

.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
--------------------------------------------- */


.entry-title, .archive-title {
	font-size: 48px;
	text-transform: none;
	font-weight: 800;
	text-align: center;
}

.home-page-blog .entry-title {
  font-size: 32px;
  text-align: left;
}

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

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

.entry-content a.read-more {display: inline-block;}

.widget-title {
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 24px;
}

.footer-widgets .widget-title {
	color: #B497BA;
}

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

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

.sticky {
}

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


/* # 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 {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

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

.widget.featured-content .entry p {margin-bottom: 0;}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

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


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


#above-header .simple-social-icons ul li {margin-bottom: 0 !important;}

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

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid;
	border-color: #8DD3D1;
}

.enews-widget input {
	width: 66%;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
	margin-right:2%;
	float:left;}

.enews-widget input[type="submit"] {
	background-color: #8DD3D1;
	width: 32%;
	color: #fff;
	margin-right:0;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #B8C233;
	color: #fff;
}

.enews form + p {
	margin-top: 24px;
}
.enews p {font-size: 24px; margin-bottom:0}
.enews .notice { font-size: 18px; font-style: italic; text-align: center; width:100%; display:block}
.pre-footer .enews {color: #B497BA}
.pre-footer .enews h4.widgettitle {font-size: 48px; text-align: center; color: #B497BA}
.pre-footer .enews-widget input {color: #8DD3D1}
.pre-footer .enews-widget input[type="submit"] {color:#fff}



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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

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

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


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

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

#above-header {background-color: #3F133B; color: #B497BA;}
#above-header a {color: #B497BA; text-decoration:none !important}
#above-header .widget {float: left; margin-right: 24px;}
#above-header .search-form input {border: none; padding: 4px; font-size: 14px;}
#above-header li {display: inline-block; margin-right: 24px;}
#above-header .wrap {padding-right: 24px; padding-left: 24px}

.site-header {
	background-color: #fff;
	/* min-height: 160px; */
}

.home .site-header.ctb {background-color: transparent; position: absolute; width: 100%; z-index:100}
.home .ctb .nav-primary .genesis-nav-menu a {color: #B497BA;}

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

.title-area {
	float: left;
	width: 360px;
}

.title-area a {text-decoration: none;}

.center .title-area, .inline .title-area {width:100%}

.inline .wrap {position: relative;}
.inline .title-area {position:absolute}



.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

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

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

.header-image .center .site-title a, .header-image .inline .site-title a {width: 100%; margin-top:8px; min-height:150px; }

.site-header.inline {min-height: 80px;}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	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: 18px;
	font-size: 1.8rem;
	line-height: 1;
	width: 100%;
	text-align: center;
}

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

.genesis-nav-menu a, .genesis-nav-menu .sub-menu li:first-child a {
	color: #6D2263;
	text-decoration: none;
	display: block;
	padding: 16px 24px;
}

.genesis-nav-menu li:first-child a {padding-left:0;}
.genesis-nav-menu li:last-child a {padding-right:0;}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #B8C233;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 240px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover {opacity:1}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

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

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

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

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

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

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

.nav-primary {float:right; margin-top:8px;}
.center .nav-primary, .inline .nav-primary {float: none; text-align: center;}
.inline .logo-adjust {padding-right:200px}
.inline nav {margin-right:0;}


.nav-primary .genesis-nav-menu a {
	color: #3F133B;
	text-decoration: none;
	text-transform:uppercase;
	font-family: "proxima-nova";
	font-weight: 700;
	font-size: 15px;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #B8C233;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

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

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

.nav-secondary {
	background-color: #fff;
}

.nav-secondary .genesis-nav-menu a {padding: 8px 24px; font-family: "proxima-nova"; text-transform: uppercase; color: #fff; text-shadow: 0 1px 3px #4a4a4a;}

/* Responsive Menu
--------------------------------------------- */
 
.responsive-menu-icon {
cursor: pointer;
display: none;
margin-bottom: -1px;
text-align: center;
}
 
.responsive-menu-icon::before {
content: "\f333";
display: inline-block;
font: normal 20px/1 'dashicons';
margin: 0 auto;
padding: 10px 4px;
vertical-align:middle;
}

.responsive-menu-text {display: inline-block; text-transform: uppercase; top: 1px; position: relative;}
.home .ctb .responsive-menu-text {color: #B497BA;}
.nav-primary .responsive-menu-icon::before {color: #3F133B;}
.home .ctb .nav-primary .responsive-menu-icon::before {color: #B497BA;}


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

.featured-image-above {line-height: 0; padding-top: 50px; margin-bottom: -26px;}
.sidebar-primary.fi-above {padding-top: 10px;}

.featured-image-behind .wrap {padding-right:24px; padding-left:24px}
.featured-image-behind .make-a-table {background-size: cover; background-position: center; background: url(/wp-content/uploads/2017/09/Purple-Co-Puzzle.jpg)!important; background-attachment: fixed; background-size: 100%!important; height: 400px;  border-width: 0 0 4px 0;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    -webkit-border-image: -webkit-linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    -moz-border-image: -moz-linear-gradient(to left, #919191 0%, #ffffff 50%, #919191 100%) 1 1 1 1;
    -o-border-image: -o-linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    border-image: linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;}
.featured-image-behind .entry-header, .featured-image-behind .archive-description {padding: 80px 0;}
.featured-image-behind .entry-header h1, .featured-image-behind .archive-description h1 {margin: 0; color:#B497BA; text-shadow:0 0 8px #444}
.sidebar-primary.fi-behind {padding-top: 0px; margin-top:-12px}


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

.entry {padding: 25px 0; margin-bottom: 0}

.single .entry {margin-bottom: 40px;
	padding: 50px 0;}

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

.entry-content ol > li {
	list-style-type: decimal;
	font-size: 24px;
	line-height: 44px;
}

.entry-content ul > li {
	list-style-type: disc;
	font-size: 24px;
	line-height: 44px;
}

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

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

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	text-align :center;
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
	display: none;
}

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

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

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

.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	text-decoration: underline;
}

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

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

.entry-comments {
	padding: 40px;
}

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

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

.comment-content {
	clear: both;
	word-wrap: break-word;
}

ol.comment-list {list-style:none}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

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

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

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


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

.sidebar-primary {
  padding-top: calc(60px + 20px);
}

.sidebar {
	font-size: 18px;
}

.sidebar li {
	padding-bottom: 10px;
}

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

.sidebar .widget {
	padding: 40px;
}


/* # Home Page
---------------------------------------------------------------------------------------------------- */

.home .site-inner .widgettitle, .home .home-page-hero .widgettitle {display:none}


.title {padding-top:var(--home-title-pad); padding-bottom:var(--home-title-pad);}
.home-col {float:none; display: table-cell; height: 100%;}
.home-col img {width:100%; margin-bottom:0; height:100%}
.home-col p:last-child {margin-bottom: 0;}

.home-page-hero {background-size:cover; background-position:center; background-image:url('/wp-content/uploads/2017/09/Header-background-s.jpg'); background-attachment:fixed;}
.rkainksplash-mobile .home-page-hero {background-attachment: scroll !important;}
.home-page-hero .wrap {display: table; width: 100%; height: 100%;}
.home-page-hero  .widget-area {display:table-cell; height:100%; width:100%; vertical-align:middle}
.home-page-hero h1 {font-size:90px; margin-bottom: 0; text-transform: uppercase; letter-spacing: 3px; color:rgba(255,255,255,.8); line-height:1.4}
.home-page-hero h3 {font-size:54px; text-transform: uppercase; letter-spacing: 2px; color:rgba(255,255,255,.8)}
.home-page-hero p {letter-spacing: 1px; color:rgba(255,255,255,.8); font-size:20px}

.home-page-hero.box {padding: 60px 0 60px 80px;}
.home-page-hero.fw {padding: 60px 0;}
.home-page-hero.fs .wrap, .home-page-hero.fw .wrap {padding-left:24px}

.home-page-full-width {background-size:cover; background-position:center; background-image:url(''); background-color: var(--home-full-bg-c); background-attachment:scroll; padding-bottom:4%; padding-top:4%;}
.home-page-full-width .wrap {width: 80%; margin: auto; background: rgba(255,255,255,.92); padding:4%; }

.home-page-halves {padding-top:0; padding-bottom:4%; background-size:cover; background-position:center; background-image:url(''); background-color: #f3eeea; background-attachment:fixed;}
.home-page-halves .wrap { height: 100%; width: 100%; border-spacing:24px 0;}
.home-page-halves .widget:nth-child(2) {display: block; text-align: center; width: 100%; border: none; margin:0;}
.home-page-halves .one-half {padding: 24px; display:table-cell; float:none; height:100%; border-width:0; border-style:solid; border-color:#6D2263}

.home-page-thirds {padding-top:0; padding-bottom:4%; background-size:cover; background-position:center; background-image:url(''); background-color: ; background-attachment:fixed;}
.home-page-thirds .wrap {height: 100%; width: 100%; border-spacing:24px 0;}
.home-page-thirds .widget:nth-child(2) {display: block; text-align: center; width: 100%; border: none; margin:0; padding-top:0}
.home-page-thirds .one-third {float:none; height:100%; border-width:4px; border-style:solid; border-color:#6D2263; padding:24px;}
.home-page-thirds i {color: #8DD3D1; font-size: 80px; margin-top: 24px;}
.home-page-thirds .title h4, .home-page-thirds .title h3 {margin-bottom:0}

.home-page-quarters {padding-top:4%; padding-bottom:4%; background-size:cover; background-position:center; background-image:url(''); background-color: ; background-attachment:fixed;}
.home-page-quarters .wrap {height: 100%; width: 100%; border-spacing:24px 0;}
.home-page-quarters .widget:nth-child(2) {display: block; text-align: center; width: 100%; border: none; margin:0;}
.home-page-quarters .one-fourth {display:table-cell; float:none; height:100%; border-width:0; border-style:solid; border-color:#6D2263; padding:0}

.home-page-one-two-thirds .widget:nth-child(2) {display: block; margin: 0; padding-top: 0; text-align: center; width: 100%;}
.home-page-one-two-thirds {padding-top:0;padding-bottom:4%; background-size:cover; background-position:center; background-image:url(''); background-color: ; background-attachment:var(  --home-one-two-3-bg-scroll);}
.home-page-one-two-thirds .wrap {height: 100%; width: 100%; border-spacing:24px 0;}
.home-page-one-two-thirds .widget:nth-child(4) {width: 66.66%;}
.home-page-one-two-thirds .home-col {vertical-align: middle; padding:0}

.home-page-two-one-thirds .widget:nth-child(2) {display: block; margin: 0; padding-top: 0; text-align: center; width: 100%;}
.home-page-two-one-thirds {padding-top:0;padding-bottom:4%; background-size:cover; background-position:center; background-image:url(''); background-color: var(--home-two-one-3-bg-c); background-attachment:var(  --home-two-one-3-bg-scroll);}
.home-page-two-one-thirds .wrap { height: 100%; width: 100%; border-spacing:24px 0;}
.home-page-two-one-thirds .widget:nth-child(3) {width: 66.66%;}
.home-page-two-one-thirds .home-col {vertical-align: middle; padding:0; }

.home-page-one-three-quarters .widget:nth-child(2) {display: block; margin: 0; padding-top: 0; text-align: center; width: 100%;}
.home-page-one-three-quarters {padding-top:4%;padding-bottom:4%; background-size:cover; background-position:center; background-image:url('')); background-color: url('')-c); background-attachment:var(  --home-one-three-4-bg-scroll);}
.home-page-one-three-quarters .wrap {height: 100%; width: 100%; border-spacing:24px 0;}
.home-page-one-three-quarters .widget:nth-child(4) {width: 75%;}
.home-page-one-three-quarters .home-col {vertical-align: middle; padding:0;}

.home-page-three-one-quarters .widget:nth-child(2) {display: block; margin: 0; padding-top: 0; text-align: center; width: 100%;}
.home-page-three-one-quarters {padding-top:4%;padding-bottom:4%; background-size:cover; background-position:center; background-image:url(''); background-color: ; background-attachment:fixed;}
.home-page-three-one-quarters .wrap { height: 100%; width: 100%; border-spacing:24px 0;}
.home-page-three-one-quarters .widget:nth-child(3) {width: 75%;}
.home-page-three-one-quarters .home-col {vertical-align: middle; padding:0;}

.home-page-blog {padding-top:0; padding-bottom:var(--home-blog-bottom); background-image:url(''); background-color:; background-attachment:fixed; background-repeat:repeat}
.home-page-blog .wrap {padding-right:24px; padding-left:24px}
.home-page-blog-item {overflow: auto; margin-bottom: 4%;}
.home .site-inner .home-blog-sidebar .widgettitle {display: inherit;}
.home-blog-title.widget {margin-bottom: 24px;}
.home-blog-sidebar.widget {margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid; border-color: #6D2263;}


a.read-more {text-transform:uppercase; margin-top: 8px; padding:6px 12px 4px; background-color:#6D2263; color:#fff; text-decoration:none; display:block; width:auto; width:-moz-fit-content; width: -webkit-fit-content}
a.read-more:hover {background-color:#8DD3D1}

/* # Pre Footer
---------------------------------------------------------------------------------------------------- */

.pre-footer {background-color: #6D2263}
.pre-footer .wrap {padding-right:24px; padding-left:24px}
.pre-footer .widget-area {padding-top:4%; padding-bottom:4%;}


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

.footer-widgets {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
}

.footer-widgets .wrap {padding-right:24px; padding-left:24px}

.footer-widgets,
.footer-widgets a {
	color: #aaa;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

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

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

.footer-widgets ul {list-style: none;}

.footer-widgets ::-moz-placeholder {color: #B497BA;}
.footer-widgets ::-webkit-input-placeholder {color: #B497BA;}
.footer-widgets :placeholder {color: #B497BA;}

.footer-widgets input {border-color:#B497BA}

.footer-widgets .widget-area {float:left; width: 100%;}
.footer-wrap-4 .widget-area {width: 22%; margin-right: 4%;}
.footer-wrap-4 .widget-area:last-child {margin-right:0}
.footer-wrap-3 .widget-area {width: 32%; margin-right: 2%;}
.footer-wrap-3 .widget-area:last-child {margin-right:0}
.footer-wrap-2 .widget-area {width: 48%; margin-right: 4%;}
.footer-wrap-2 .widget-area:last-child {margin-right:0}
.footer-wrap-2 .widget-area {width: 100%; margin-right: 0;}

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

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

.site-footer {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 8px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
	font-size: 18px;
}

.creds {opacity: .8;}

/* # Homepage Hero
---------------------------------------------------------------------------------------------------- */
.home-page-hero h2 {
text-transform: none;
color: #3F133B;
text-align: center;
font-weight: 300;
font-size: 60px;
}

.home-page-hero p {
color: #3F133B;
width: 700px;
margin: 0 auto;
float: none;
letter-spacing: 0;
font-size: 24px;
text-align: center;
}

.home-page-hero h2 strong {
color: #6D2263;
display: block;
font-weight: 800;
}

.home-page-hero img {
width: 80px;
margin-top: 20px;
}

.site-header.inline {
    box-shadow: 0 7px 10px #919191;
    z-index: 999;
    position: relative;
    border-width: 0 0 4px 0;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    -webkit-border-image: -webkit-linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    -moz-border-image: -moz-linear-gradient(to left, #919191 0%, #ffffff 50%, #919191 100%) 1 1 1 1;
    -o-border-image: -o-linear-gradient(to right, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    border-image: linear-gradient(to right, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
  }
  
.home-page-hero {
border-width: 0 0 4px 0;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    -webkit-border-image: -webkit-linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    -moz-border-image: -moz-linear-gradient(to left, #919191 0%, #ffffff 50%, #919191 100%) 1 1 1 1;
    -o-border-image: -o-linear-gradient(to right, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    border-image: linear-gradient(to right, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
        box-shadow: 0 7px 10px #919191;
    }

.nav-secondary {
    background-color: #fff;
    position: relative;
    z-index: 9999;
}


/* # Homepage Full-Width
---------------------------------------------------------------------------------------------------- */

.home-page-full-width h2 {
font-size: 60px;
color: #6D2263;
text-transform: uppercase;
text-align: center;
font-weight: 800;
}

.home-page-full-width img {
width: 40%;
float: right;
position: relative;
    outline: 2px solid #fff;
    outline-offset: -10px;
}

.info-box {
width: 65%;
box-shadow: 0 3px 6px #4a4a4a;
background: #fff;
padding: 60px;
float: left;
margin-right: -5%;
position: relative;
z-index: 999;
font-size: 24px;
margin-top: 110px;
}

.home-page-full-width {
    background: url(http://purpleco.flywheelsites.com/wp-content/uploads/2017/09/P.png) transparent;
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: bottom -20px left;
background-color: #F0EFEF;
background-color: -moz-linear-gradient(left, #e9e8e7 0%, #ffffff 51%, #e9e8e7 100%);
background-color: -webkit-linear-gradient(left, #e9e8e7 0%,#ffffff 51%,#e9e8e7 100%);
background-color: linear-gradient(to right, #e9e8e7 0%,#ffffff 51%,#e9e8e7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e7', endColorstr='#e9e8e7',GradientType=1 );
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  z-index: -1;
  position: relative;
}

.home-page-full-width .wrap {
background: transparent;

}

.home-page-full-width h3 {
display: block;
}

.home-page-full-width {
padding-bottom: 250px;
}


/* # Feature Section
---------------------------------------------------------------------------------------------------- */


.home-page-full-width.b {
background: #fff;
padding-top: 0;
margin-top: -300px;
background: transparent;
padding-bottom: 0;
  -webkit-clip-path: unset;
  clip-path: unset;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.home-page-full-width.b img {
width: 100%;
float: none;
outline: none;
box-shadow: 0 3px 6px #4a4a4a;
margin-bottom: 15px;
}

.home-page-full-width.b h3 {
text-transform: none;
text-align: center;
color: #3F133B;
font-size: 44px;
margin-bottom: 50px;
}

.home-page-full-width.b h3 strong {
color: #6D2263;
display: block;
font-weight: 800;
}

.home-page-full-width.b .wrap {
padding-bottom: 0;
}



/* # Video
---------------------------------------------------------------------------------------------------- */

.home-page-full-width.c img {
outline: none;
float: left;
width: 100%;
padding-bottom: 50px;
}

.home-page-full-width.c .wrap {
padding-top: 0;
padding-bottom: 0;
}

.home-page-full-width.c {
background: transparent;
  -webkit-clip-path: unset;
  clip-path: unset;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -400px;
  position: relative;
  z-index: 999;
  }
  

.home-page-full-width.c h2 strong {
display: block;
font-weight: 800;
}

.home-page-full-width.c h2 {
padding: 50px 0;
}


/* # Testimonials
---------------------------------------------------------------------------------------------------- */


.home-page-full-width.d {
background: #F0EFEF;
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
  padding-bottom: 0;

  }
  
    .home-page-full-width.d h3 {
text-transform: none;
text-align: center;
color: #3F133B;
font-size: 44px;
margin-bottom: 0;
}

.home-page-full-width.d h3 strong {
color: #6D2263;
display: block;
font-weight: 800;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: transparent!important;
    color: #3F133B!important;
    text-shadow: none!important;
    text-align: left!important;
    font-size: 24px!important;
    line-height: 44px!important;
    padding-top: 40px!important;
}


.home-page-full-width.d img {
    width: 25%;
    float: left;
    position: relative;
    outline: none;
    outline-offset: none;
}

.soliloquy-caption-inside strong {
    font-weight: 700;
    display: block;
    text-align: right;
}


.home-page-full-width.d .wrap {
padding-bottom: 0;
}


/* # Bottom Border
---------------------------------------------------------------------------------------------------- */


.home-page-full-width.e {
  border-width: 0 0 4px 0;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    -webkit-border-image: -webkit-linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    -moz-border-image: -moz-linear-gradient(to left, #919191 0%, #ffffff 50%, #919191 100%) 1 1 1 1;
    -o-border-image: -o-linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    border-image: linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
     box-shadow: 0 7px 10px #919191;
     background: #F0EFEF;
       -webkit-clip-path: unset;
  clip-path: unset;
  padding: 0;
  margin-top: -1px;
  z-index: 999;
     }
    
.home-page-full-width.e .wrap {
padding: 0;
}




/* # Home Blog
---------------------------------------------------------------------------------------------------- */
/*
.home-page-full-width.f h2 {
font-size: 60px;
color: #6D2263;
text-transform: uppercase;
text-align: center;
font-weight: 800;
}

.home-page-full-width.f h2 strong {
display: block;
font-weight: 800;
}

.home-page-full-width.f {
       -webkit-clip-path: unset;
  clip-path: unset;
background: #fff;
}

.home-page-full-width.f img {
    width: 100%;
    float: left;
    position: relative;
    outline: 2px solid #fff;
    outline-offset: -10px;
}*/

.home-page-blog h2 {
font-size: 60px;
color: #6D2263;
text-transform: uppercase;
text-align: center;
font-weight: 800;
padding-bottom: 4%;
}

.home-page-blog h2 strong {
display: block;
font-weight: 800;
}

.home-page-blog {
padding-top: 100px;
border-width: 0 0 4px 0;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    -webkit-border-image: -webkit-linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    -moz-border-image: -moz-linear-gradient(to left, #919191 0%, #ffffff 50%, #919191 100%) 1 1 1 1;
    -o-border-image: -o-linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    border-image: linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
     box-shadow: 0 0 20px #000;
}

.home-blog-sidebar.widget {
display: none;
}

.home-page-blog .two-thirds.first {
    width: 100%;
}

.home-page-blog img {
    outline: 2px solid #fff;
    outline-offset: -10px;
    }
    
.home-page-blog .entry-title {
    font-size: 32px;
    text-transform: none;
    font-weight: 800;
}

.home-page-blog .entry-title a {
color: #3F133B;
}

.home-page-blog .blog-excerpt p {
font-size: 24px;
line-height: 44px;
}

a.read-more {
   background-color: #B8C233;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 40px;
    text-transform: uppercase;
    text-decoration: none;
    outline: 2px solid #fff;
    outline-offset: -8px;
    font-family: "proxima-nova";
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 0 1px 3px #4a4a4a;
    box-shadow: 0 3px 6px #4a4a4a;
    float: right;
    margin-top: 50px;
    }





.pre-footer h2 {
text-align: center;
font-weight: 800;
color: #fff;
}

.pre-footer h2 strong {
font-weight: 800;
display: block
}

.pre-footer p {
color: #fff;
font-size: 24px;
line-height: 44px;
text-align: center;
}

.pre-footer p strong {
display: block;
}

#bloomwidget-2 .et_bloom_widget_content .et_bloom_form_header {
    display: none;
}

#bloomwidget-2 .et_bloom_form_container .et_bloom_form_content {
background: transparent;
}

#bloomwidget-2 .et_bloom_form_container {
background: transparent;
}

#bloomwidget-2 .et_bloom_bottom_stacked p.et_bloom_popup_input {
    width: 32.33%;
    margin-right: 1%;
    }
    
#bloomwidget-2 .et_bloom_bottom_stacked button.et_bloom_submit_subscription {
    width: 33.33%;
}

#bloomwidget-2 .et_bloom_form_container .et_bloom_form_content input {
    background: rgba(255,255,255,.6);
    outline: 2px solid #fff;
    outline-offset: -8px;
    font-weight: 800!important;
    text-shadow: 0 1px 3px #4a4a4a;
    font-family: "proxima-nova";
    text-align: center;
    text-transform: uppercase;
}

#bloomwidget-2 .et_bloom_form_container .et_bloom_form_content span {
text-transform: uppercase;
font-family: "proxima-nova";
}

.pre-footer {
    background-color: #6D2263;
    background: url(/wp-content/uploads/2017/09/Purple-Co-People.png) #6D2263;
    background-size: 100%;
    position: relative;
}

/* # One-off customizations
---------------------------------------------------------------------------------------------------- */

.menu-primary {
margin-top: 40px;
letter-spacing: 1px;
}

#menu-item-185 {
    background: #BEBCBB;
    border-top: 3px solid #95989A;
    width: 30.5%;
    margin-right: 3.5%;
    box-shadow: 0 3px 6px #4a4a4a;
}

#menu-item-86 {
    background: #B8C233;
    border-top: 3px solid #909824;
    width: 30.5%;
    box-shadow: 0 3px 6px #4a4a4a;
}

#menu-item-187 {
    background: #8DD3D1;
    border-top: 3px solid #72ADAC;
    width: 30.5%;
    margin-left: 3.5%;
    box-shadow: 0 3px 6px #4a4a4a;
}

.nav-secondary .genesis-nav-menu a, .nav-secondary .genesis-nav-menu li:first-child a, .nav-secondary .genesis-nav-menu li:last-child a {
    padding: 8px 0;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1px;
}

.inline .wrap {
padding-left: 0;
padding-right: 0;
}

.pre-footer {
 border-width: 0 0 4px 0;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    -webkit-border-image: -webkit-linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    -moz-border-image: -moz-linear-gradient(to left, #919191 0%, #ffffff 50%, #919191 100%) 1 1 1 1;
    -o-border-image: -o-linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    border-image: linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
     box-shadow: 0 7px 10px #919191;
     }

.full-width-content .content {
    width: 1000px;
    margin: 0 auto;
    float: none;
    background: #fff;
    margin-top: -300px;
    padding: 40px 80px;
    box-shadow: 0 0 20px #4a4a4a;
}

.page-template-page_blog .site-inner {
    background: #fff;
    box-shadow: 0 0 20px #4a4a4a;
    margin-top: -300px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
}

.page-template-page_blog h2.entry-title {
font-size: 36px;
}

.sidebar .widget {
padding-right: 0;
padding-bottom: 0;
}

.widget-title {
text-align: center;
margin-bottom: 28px;
}

.home.full-width-content .content {
    width: 100%;
    margin: 0 auto;
    float: none;
    background: transparent;
    margin-top: 0;
    padding: 0;
    box-shadow: none;
}

.home .site-container {
background: transparent;
}

.site-container {
background: #F0EFEF;
}

h2.purple, h3.purple {
color: #6D2263;
text-transform: none;
}

img.image-border {
    outline: 2px solid #fff;
    outline-offset: -15px;
    }

hr {
    border-style: solid;
    border-width: 2px 0 0 0;
    -webkit-border-image: -webkit-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    -webkit-border-image: -webkit-linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    -moz-border-image: -moz-linear-gradient(to left, #919191 0%, #ffffff 50%, #919191 100%) 1 1 1 1;
    -o-border-image: -o-linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
    border-image: linear-gradient(to left, #919191 0%,#ffffff 50%,#919191 100%) 1 1 1 1;
     margin: 60px 0;
     }
     
    .su-spoiler-style-default > .su-spoiler-title {
    font-size: 24px;
    }
    
blockquote {
    padding-left: 40px;
    border-left: 10px solid #B8C233;
}

blockquote:before {
display: none;
}

.entry-content a.read-more {
margin-top: 20px;
}

.home-page-hero.fs .wrap, .home-page-hero.fw .wrap {
    padding-left: 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price  {
color: #B8C233;
text-align: center;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
border-radius: 0;
padding: .83em 1em;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #B8C233;
}

.woocommerce-message {
    border-top-color: #B8C233;
}

.woocommerce-message::before {
    color: #B8C233;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
width: 150px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 10px 6px 11px;
    }
    
.woocommerce-info {
    border-top-color: #B8C233;
}

.woocommerce-info::before {
    color: #B8C233;
}

.woocommerce-checkout .entry-content ul > li {
    list-style-type: none;
    }
    

.archive-pagination li a:hover, .archive-pagination li a:focus, .archive-pagination .active a {
    background-color: #B8C233;
    }
    
.comment-respond, .entry-comments, .entry-pings {
background: transparent;
}

#bloomwidget-2 .et_bloom_optin_1 .et_bloom_form_container .et_bloom_form_content {
    background: transparent!important;
}


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

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


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

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

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

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

	.sidebar-primary,
	.title-area {
		width: 300px;
	}


	.sidebar-primary,
	.title-area {
		width: 300px;
	}
	
	
	.nav-primary .genesis-nav-menu a {
	font-size: 12px;
	}
	
.full-width-content .content {
width: 900px;
}

.home-page-full-width.b  {
margin-top: -200px;
}

.soliloquy-container {
padding-top: 100px;
}
.soliloquy-outer-container {
    padding-top: 50px!important;
}




}

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


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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area, .site-header.left .nav-primary {
		width: 100%;
	}

	.entry-title, .archive-title {text-align: center;}

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

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

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

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

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

    .sidebar .widget {padding: 40px 0;}

 	.footer-widgets .widget-area {width:100% !important; margin-right:0 !important; text-align:center}
 	.sidebar-primary {margin-bottom: 40px;}
 	
 	.nav-primary .genesis-nav-menu a {
    font-size: 12px;
    letter-spacing: 0;
}

.info-box {
width: 100%;
margin-top: 50px;
margin-bottom: 50px;
}

.home-page-full-width.b {
    margin-top: -100px;
}

.soliloquy-outer-container {
    display: none!important;
}

.pre-footer p {
    font-size: 20px;
    line-height: 36px;
}

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

.button {
    text-align: center;
}

}

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

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}


	.wrap, .site-inner, #genesis-footer-widgets .wrap, .pre-footer .wrap, .featured-image-behind .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

.genesis-nav-menu.responsive-menu { height: auto; padding:12px; background: #fff; border-top:3px solid #B8C233; }

.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
.genesis-nav-menu.responsive-menu {
display: none;
}
 
.genesis-nav-menu.responsive-menu .menu-item,
.responsive-menu-icon {
display: block;
}
 
.genesis-nav-menu.responsive-menu .menu-item {
margin: 0;
}
 
.genesis-nav-menu.responsive-menu .menu-item a {padding: 6px 0;font-size: 18px;}

.genesis-nav-menu.responsive-menu .menu-item:hover {
position: static;
}
 
.genesis-nav-menu.responsive-menu .current-menu-item > a,
.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu.responsive-menu a,
.genesis-nav-menu.responsive-menu a:hover {
background: none;
line-height: 1;
/* padding: 16px 20px; */
}
.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
.nav-primary .genesis-nav-menu.responsive-menu a,
.nav-primary .genesis-nav-menu.responsive-menu a:hover {
color: var(--body-color);
border:none;
}
 
.genesis-nav-menu.responsive-menu .menu-item-has-children {
cursor: pointer;
}
 
.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
/* margin-right: 60px; */
}
 
.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
content: "\f347";
float: left;
font: normal 16px/1 'dashicons';
height: 16px;
padding: 6px 12px 0 0;
right: 0;
text-align: right;
z-index: 9999;
}
.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
color: var(--body-color);
}
 
.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
content: "\f343";
}
 
.genesis-nav-menu.responsive-menu .sub-menu {
border: none;
left: auto;
opacity: 1;
padding-left: 27px;
position: relative;
-moz-transition: opacity .4s ease-in-out;
-ms-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
-webkit-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
z-index: 99;
width:100%;
}
 
.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
margin: 0;
}
 
.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu.responsive-menu .sub-menu li a,
.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
background: none;
border: none;
padding: 6px 12px 6px 0;
position: relative;
width: 100%;
}

.nav-secondary {
  display: none;
}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

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

	.pre-footer .enews input {width:100%; margin-right:0;}


.home-col {display: block !important; margin-bottom: 4%; width:100% !important}
.button {margin: auto; display: block;  width: auto; width: -moz-fit-content; width: -webkit-fit-content}


.home-page-hero.fs .wrap, .home-page-hero.fw .wrap {
    padding-left: 0;
    padding-right: 0;
}

.responsive-menu-text {
padding-top: 150px;
}

.home-page-hero p { 
width: 100%;
}


.home-page-hero {
height: 600px!important;
}

.home-page-hero h2 {
font-size: 36px;
}

.home-page-hero p {
    width: 100%;
    padding: 0 5%;
}

.home-page-hero img {
    width: 50px;
    }
    
    .home-page-full-width h2, .pre-footer h2 {
    font-size: 36px;
    }
    
    
.home-page-full-width .wrap {
    width: 100%;
    }
    
    .info-box {
    margin-top: 0;
    padding: 40px;
}

.info-section img {
display: none;
}

.home-page-full-width.b {
    margin-top: 0;
}

.home-page-full-width.c {
margin-bottom: 0;
}

.home-page-full-width.d {
padding-top: 100px;
}

.home-page-full-width.d h3, .home-page-full-width.b h3 {
font-size: 28px;
}

.home-page-blog h2 {
    font-size: 36px;
    }
    
    a.read-more {
    float: none;
    margin-top: 20px!important;
    margin: 0 auto;
}

.home-page-blog img {
width: 100%;
margin-bottom: 20px;
}

.pre-footer p strong {
    display: inline;
}

.full-width-content .content {
padding: 40px;
}

.entry-title, .archive-title {
font-size: 36px;
}

.entry-content a.read-more {
    margin-top: 20px;
    float: none;
    display: block;
    margin: 0 auto;
}

.entry-title a {
font-size: 28px;
}

}


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

}

