/*
Theme Name: New Summit
Theme URI: http://elevate5.com/
Description: A business child theme created for the Genesis Framework.
Author: Elevate5
Author URI: http://elevate5.com/
Version: 1.0.0
Template: genesis
Template Version: 2.2.2
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # 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
	- Boxed 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
	- Elevate5 Testimonials
- Site Header
	- Title Area
	- Widget Area
	- Sticky Header
	- Home Hero
	- Home Opt-In
	- Homepage Extras
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Skip Links
	- Responsive Navigation
- Content Area
	- Homepage
	- Services Page
	- Our Team Section
	- Sales Page Template
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- CTA Area
- Footer Widgets
- Site Footer
- 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: 1.7rem;
}

body {
	background-color: #fff;
	color: #424851;
	font-family: 'Fira Sans', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.655;
	letter-spacing: 0.2px;
	margin: 0;
}

body {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}

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: #8ec54c;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #66368f;
	text-decoration: 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 #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: #424851;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.32;
	letter-spacing: 0.7px;
	margin: 0 0 10px;
}

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



.subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 1px;
	margin: 0 0 40px;
	text-align: left;
	text-transform: none;
	color: #66368f;
}

h2.subtitle {
	margin: 0 0 40px;
}


h2.service-subtitle {
	font-size: 28px;
	font-size: 2.8rem;
	margin: 80px 0 30px;
	text-align: left;
	text-transform: none;
	color: #66368f;
	letter-spacing: 0.4px;
}



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

.entry-content .gallery img {
    border: 0px solid #ddd !important;
    padding: 0;
}

#gallery-1 img,
#gallery-2 img {
    border: 0px solid #cfcfcf !important;
    border-radius: 6px !important;
    padding: 0px !important;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

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

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

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

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


input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }




button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background: linear-gradient(90deg, rgba(141, 112, 173) 0%, rgba(131, 96, 164,1) 27%, rgba(121, 81, 156,1) 63%, rgba(102, 54, 143,1) 100%);
	border: 1px solid #8d70ad;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1.1px;
	line-height: 1.2;
	padding: 10px 30px;
	text-transform: uppercase;
	width: auto;
}

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: linear-gradient(90deg, rgba(210, 251, 160,1) 0%, rgba(167, 230, 92,1) 27%, rgba(152, 209, 83,1) 63%, rgba(142, 197, 76,1) 100%);
	border: 1px solid #d2fba0;
	color: #ffffff;
}






.button.secondary {
	border: 2px solid  #8ec54c;
	color:  #8ec54c;
	background: transparent;
	border-radius: 6px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 1.1px;
	line-height: 1.2;
	padding: 10px 24px;
	text-transform: uppercase;
	width: auto;
}

.button.secondary:hover {
	background: linear-gradient(90deg, rgba(141, 112, 173) 0%, rgba(131, 96, 164,1) 27%, rgba(121, 81, 156,1) 63%, rgba(102, 54, 143,1) 100%);
	border: 2px solid #8d70ad;
	color: #fff;
}

.button.main {
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	padding: 16px 35px;
	text-transform: none;
} 




.reverse-button {
	background-color: #f9f9f9;
	border: 1px solid #98a84e;
	color: #98a84e;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1.2;
	padding: 8px 50px 5px;
	text-transform: uppercase;
	width: auto;
}

.reverse-button:hover,
.reverse-button:focus {
	background-color: #98a84e;
	border: 1px solid #98a84e;
	color: #fff;
}

.button {
	display: inline-block;
}





.utility-button {
	background-color: #333333;
	border: 1px solid #333333;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	border-radius: 6px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1.2;
	padding: 8px 50px 5px;
	text-transform: uppercase;
	width: auto;
}


.utility-button:hover {
	background-color: transparent;
	border: 1px solid #333333;
	color: #333333;
}








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

.contact-page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact-page .gform_wrapper textarea {
	border-radius: 1px;
}

.gform_wrapper input:not(.button),
.gform_wrapper textarea {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}

.gform_wrapper textarea {
	margin-top: 20px;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
	margin-bottom: 0 !important;
}

body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}

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

/* ## Boxed Layout
--------------------------------------------- */

.boxed {
	background: #fff url(images/boxed-bg.png) repeat;
}

.boxed .site-inner {
	background-color: #fff;
	padding: 0 40px;
	max-width: 1200px;
}

.boxed .site-header {
	margin: 0 auto;
	max-width: 100%;
}

.boxed .header-nav a {
	padding: 35px 10px 20px;
}

.boxed .home-hero,
.boxed .home-optin,
.boxed .home-about,
.boxed .home-gallery,
.boxed .homepage-general,
.boxed .home-features,
.boxed .pricing,
.boxed .home-gallery,
.boxed .homepage-blog-loop,
.boxed .cta-area,
.boxed .team-section,
.boxed.services-page .site-inner {
	margin: 0 auto;
	max-width: 1200px;
}

.boxed .home-features,
.boxed .pricing,
.boxed .homepage-blog-loop {
	background-color: #fff;
}

.boxed .hero-image {
	background-size: 1200px;
}

.boxed .site-footer {
	margin: 0 auto 40px;
	max-width: 1200px;
}

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

.boxed.content-sidebar .site-inner,
.boxed.sidebar-content .site-inner,
.boxed.page .site-inner,
.boxed.services-page .site-inner {
	padding: 0 40px;
}

.boxed .testimonial-heading {
	padding-top: 40px;
}

.boxed.content-sidebar .content,
.boxed.sidebar-content .content {
	width: 800px;
}

.boxed .cta-wrap,
.boxed .footer-widgets {
	max-width: 1200px;
	margin: 0 auto;
}

.boxed .cta-area {
	max-width: 1200px;
	margin: 0 auto;
}

.boxed .wrap {
	max-width: 1100px;
}

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

.boxed .top-title {
	margin: 50px auto 0;
	max-width: 1200px;
}

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

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

.site-inner {
	background-color: #fff;
	clear: both;
	padding: 40px 0;
}

.page .site-inner {
	padding: 0 0 40px;
}

.services-page .site-inner {
	padding: 0;
}

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

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

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

/* ### Primary Sidebar */

.sidebar-primary {
	background-color: #414042;
	border-radius: 8px;
	float: right;
	margin-top: 50px;
	width: 300px;
}

.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 {
	background-color: #66368f;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 50px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	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
--------------------------------------------- */

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

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

.top-title {
	background-color: #66368f;
	margin-top: 50px;
	padding: 10px 0;
}

.blog .entry-title.top,
.page .entry-title {
	color: #ffffff;
	font-size: 52px;
	font-size: 5.2rem;
	margin-bottom: 0;
}

.archive-title {
	color: #ffffff;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 0;
}

.post-type-archive-resources .archive-title {
	color: #ffffff;
	font-size: 52px;
	font-size: 5.2rem;
	margin-bottom: 0;
}

.single .entry-title {
	color: #ffffff;
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 0;
}

.single-podcast .entry-title {
	color: #66368f;
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 0;
}

.single  .entry-content ol > li {
	margin-bottom: 15px;
}

.single  .entry-content ul > li {
	margin-bottom: 15px;
}


.archive-text {
	color: #fff;
	font-size: 40px;
	font-size: 4rem;
	margin-bottom: 0;
}

/*
.archive-title:before,
.archive-text:before,
.blog .entry-title.top:before,
.page .entry-title:before,
.single .entry-title:before {
	font-family: FontAwesome;
	font-size: 40px;
	content: "\f054";
	margin-right: 20px;
}*/

.sidebar .widget-title a {
	color: #424851;
}

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

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





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

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

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 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-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-style: italic;
	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;
}

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


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

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

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

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

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

.site-header {
	background: rgba(102, 54, 143, 0.9);
	padding-top: 10px;
	min-height: 100px;
}

.header-extras {
	float: right;
	margin-top: 15px;
}

.site-header .phone-number {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-right: 20px;
}





/* Utility Bar
--------------------------------------------- */


.utility-bar {
	background-color: #ea451d;
	border-bottom: 1px solid #ea451d;
	color: #ffffff;
	padding: 25px 10px 15px;
	font-weight: 700;
	font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: none;
}


.utility-bar a {
	color: #ffffff;
}

.utility-bar a:hover {
	text-decoration: none;
}

.utility-bar-left {
	width: 70%;
}


.utility-bar-right {
	width: 30%;
}

.utility-bar-left p,
.utility-bar-right p {
	margin-bottom: 0;
}

.utility-bar-left {
	float: left;
}

.utility-bar-right {
	float: right;
	text-align: right;
}

.utility-bar input[type="search"] {
	background: inherit;
	padding: 10px 0 0;
	padding: 1.0rem 0 0;
}



/* ## Home Hero
--------------------------------------------- */

.home-hero {
	padding: 120px 0 100px;
}

.hero-box {
	color: #fff;
	max-width: 100%;
	padding: 40px 20px;
	text-align: center;
}

.hero-headline {
	color: #fff;
	font-size: 40px;
	font-size: 4.0rem;
	margin: 0 0 12px;
}

.hero-box p {
	font-size: 22px;
	font-size: 2.2rem;
	font-style: italic;
	margin: 0 0 50px;
}





/* ## Home Opt-in
--------------------------------------------- */

.home-optin {
	background-color: #ccc;
	margin-bottom: 30px;
	padding: 40px 0;
}

.home-optin .enews-widget p {
	color: #4c4c4c;
}

.home-optin .enews-widget input,
.home-optin .enews-widget input[type="submit"] {
	width: 24%;
}

.home-optin .enews-widget input[type="submit"] {
	padding: 16px;
}


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

.home-wysiwyg {
	background-color: transparent;
}

.home-wysiwyg .wrap {
	padding: 140px 0;
}

.test-widget .wrap {
	padding: 140px 0 100px;
}



/* Intro Box */

.intro-box {
	background-color: #414042;
	text-align: center;
	color: #ffffff;
	
}

.intro-box .wrap {
	padding: 100px 0 80px;
	max-width: 1050px;
	margin: 0 auto;
	
}

.intro-box h3 {
	color: #8ec54c;
	text-align: left;
	margin: 0 0 10px 25px;
}

.intro-box .one-third {
	margin-bottom: 20px;
}

.intro-box .one-third p {
    margin: 0;
}

.intro-box p {
    font-style: italic;
    font-size: 20px;
    font-size: 2rem;
}






/*Optin Section */


.optin-box {
	background-color: #f0f1f1;
	background-image: url(images/optin-bg3.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.optin-box .wrap {
	padding: 100px 0 80px;
	max-width: 1000px;
	margin: 0 auto;
}

.optin-box h2 {
	color: #66368f;
}

.optin-text {
	max-width: 70%;
}

.form-box {
	padding: 30px 0 20px;
}


.optin-box ul li {
	padding: 10px;
	list-style-type: none;
}

.optin-text ul {
    margin-left: 25px;
}

.optin-box ul li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 8px 0 -24px;
    color: #66368f;
}



/* Why Should My School...Section */
	
.why-box {
	text-align: center;
}

.why-box .wrap {
	padding: 120px 0 80px;
	max-width: 900px;
	margin: 0 auto;
}

.why-box h2 {
	color: #66368f;
	text-align: center;
	margin: 0 0 10px;
	font-size: 30px;
    font-size: 3.0rem;
    text-transform: none;
}

.why-box span {
	color: #66368f;
	font-weight: 700;
}


.why-box .one-half {
	text-align: left;
}

.why-box ul li {
	padding: 10px;
	list-style-type: none;
}


.why-box ul li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 8px 0 -24px;
    color: #66368f;
}





.lack-box .wrap {
	padding: 50px 0 80px;
	max-width: 1200px;
	margin: 0 auto;
}

.lack-box .one-third {
	padding-top: 45px;
}

.lack-box span {
	color: #66368f;
	font-weight: 700;
	font-size: 1.9rem;
}





/* Feature boxes 

.home-features .wrap {
	padding: 50px 0;
}

.features-container {
	display: block;
	margin: 40px 0;
	overflow: hidden;
}

.feature-box {
	background-color: #f4f5f5;
	margin-bottom: 30px;
	padding: 30px;
} */




/* Your Plan...*/

.home-features:nth-of-type(4) {
	background-color: #f0f1f1;
	
}



.home-features:nth-of-type(4) .wrap {
	padding: 110px 0 80px;
	max-width: 1000px;
	margin: 0 auto;
}


.home-features:nth-of-type(4) .subtitle {
	color: #66368f;   
	text-transform: none;
	text-align: center;
}


.home-features:nth-of-type(4) .feature-box {
	background-color: #fff;
	border-radius: 12px;
	margin-bottom: 30px;
	padding: 35px 24px 5px;
	text-align: center;
	box-shadow: 0 6px 17px rgb(162 162 162 / 62%);
	min-height: 430px;
}


.home-features:nth-of-type(4) .feature-title {
	color: #66368f;
	text-align: center;
	font-size: 22px;
    font-size: 2.2rem;
}



/* Newsletter CTA */

.newsletter-cta {
	text-align: center;
	background-color: #414042;
	background-image: url(images/footer-logo.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #ffffff;
	font-style: italic;
}


.newsletter-cta .wrap {
	padding: 90px 0 80px;
	max-width: 850px;
	margin: 0 auto;
}


.newsletter-cta h2 {
	text-align: center;
	color: #ffffff;
	font-style: normal;
}


.newsletter-cta .button {
	font-style: normal;
}



/* Our hearts break...*/



.signup-box {
	background-image: url(images/computer-phone-img3.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

.signup-box .wrap {
	padding: 100px 0 80px;
	max-width: 1100px;
	margin: 0 auto;
}

.hidden-laptop-image {
	display: none;
}

.signup-box span {
	color: #66368f;
	font-weight: 700;
	font-size: 1.9rem;
}

.signup-box ul {
	margin: 0 0 20px 25px;
}

.signup-box ul li {
	padding: 10px;
	list-style-type: none;
}


.signup-box  ul li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 8px 0 -22px;
    color: #66368f;
}


.box-inner {
	max-width: 600px;
}





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

.home-testimonials {
	background-image: url(images/testimonial-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
}

.home-testimonials .wrap {
	padding: 40px 0 20px;
	max-width: 1100px;
	margin: 0 auto;
}

ul.testimonials-list li {
    font-size: 1.8rem;
}

ul.testimonials-list li img {
    max-width: 150px;
    max-height: 150px;
    display: inline;
}

ul.testimonials-list li blockquote {
	display: inline-block;
	width: 700px;
	margin: 30px 40px 50px;
	text-align: left;
}

.home-testimonials h5 {
	color: #fff;
	font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 5px;
}


.home-testimonials h6 {
	color: #fff;
	font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
}

.bolder {
	font-weight: 700;
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #66368f !important;
}







/* Stop Stressing...*/


.getstarted-box {
	overflow: auto;
	background-image: url(images/green-bubble-bg2.jpg), url(images/green-bubble-bg.jpg);
	background-position: left bottom, right top;
	background-repeat: no-repeat, no-repeat;
}


.getstarted-box .wrap {
	padding: 120px 0 80px;
	max-width: 800px;
	margin: 0 auto;
}


.getstarted-box h2 {
	color: #66368f;
	text-align: center;
	text-transform: none;
	font-size: 30px;
    font-size: 3.0rem;
}


.getstarted-box-two {
	padding: 45px 40px 25px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 6px 17px rgb(162 162 162 / 62%);
}

.getstarted-box ol {
	margin: 0 0 32px 32px;
}


.getstarted-box ol > li {
  margin: 0;
  padding: 0 0 0.3em 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.getstarted-box ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}





/* Genesis Simple FAQ
--------------------------------------------- */


.home-faq .wrap {
	padding: 100px 0 60px;
	margin: 0 auto;
	max-width: 900px;
}

.home-faq h2.subtitle {
	color: #66368f;
	text-align: center;
	text-transform: none;
	font-size: 30px;
    font-size: 3.0rem;
}


.gs-faq {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 12px;
    margin: 0 auto;
    max-width: 700px;
    padding: 40px 40px 25px 40px !important;
    box-shadow: 0 6px 17px rgb(162 162 162 / 62%);
}


.gs-faq__question,
button .gs-faq__question {
    color: #333;
    background: none;
    background-color: #f0f1f1;
    border: 0px solid #f0f1f1;
    padding: 20px 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 1.25;
    text-transform: none;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
    color: #333;
    background: none;
    background-color: #f0f1f1;
    border: 0px solid #f0f1f1;
}

.gs-faq__question::after {
    content: "\f132";
    font-family: "dashicons";
    float: right;
}

.gs-faq__question.gs-faq--expanded::after {
    content: "\f460";
}

.gs-faq__answer p {
    margin-bottom: 15px !important;
}






/* Social Media Training */

.training-box {
	text-align: center;
	overflow: auto;
	background-image: url(images/green-bubble-bg5.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}


.training-box .wrap {
	padding: 100px 0 80px;
	max-width: 900px;
	margin: 0 auto;
}



.training-box h2.subtitle {
	color: #66368f;
	text-align: center;
	text-transform: none;
	font-size: 30px;
    font-size: 3.0rem;
}




.training-box .video-box {
	margin: 0 0 35px;
}







/* Services */

.home-features:nth-of-type(12) {
	background-color: #414042;
}

.home-features:nth-of-type(12) .wrap {
	padding: 100px 0 120px;
	max-width: 1100px;
	margin: 0 auto;
}

.home-features:nth-of-type(12) .subtitle {
	color: #ffffff;   
	text-transform: none;
	font-size: 30px;
    font-size: 3.0rem;
    text-align: center;
}

.home-features:nth-of-type(12) .feature-box {
	background-color: #ffffff;
	border-radius: 15px;
	min-height: 575px;
	text-align: center;
}

.home-features:nth-of-type(12) .feature-box p {
    padding: 0 24px;
    margin: 20px 0 20px;
	font-size: 1.5rem;
	font-size: 15px;	
}

.home-features:nth-of-type(12) .feature-header {
	color: #ffffff;
	background: linear-gradient(90deg, rgba(141, 112, 173) 0%, rgba(131, 96, 164,1) 27%, rgba(121, 81, 156,1) 63%, rgba(102, 54, 143,1) 100%);
	border-bottom: 6px solid #8ec54c;
	text-align: center;
	padding: 45px 0 35px;
	border-radius: 10px 10px 0 0;
}

.home-features:nth-of-type(12) .feature-header .feature-title {
	color: #ffffff;
}





/* Pricing tables */

.pricing-2 .wrap,
.pricing-3 .wrap,
.pricing-4 .wrap {
	padding: 60px 0 120px;
}

.pricing-headline {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 30px;
	text-align: center;
}

.pricing-columns {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.pricing-table {
	background-color: #fff;
	border: 1px solid #333;
	padding: 20px;
	text-align: center;
}

.pricing-table ul {
	margin-left: 0;
}

.pricing-table ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
}

.pricing-table ul li:last-child {
	border-bottom: none;
}

.pricing-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.price {
	font-size: 50px;
	font-size: 5rem;
}



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

	.pricing-2 .wrap,
	.pricing-3 .wrap,
	.pricing-4 .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.pricing-2 .wrap,
	.pricing-3 .wrap,
	.pricing-4 .wrap {
		padding: 30px 5%;
	}

}

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

	.pricing-columns {
		display: block;
	}

	.pricing-table {
		margin-bottom: 30px;
	}

	.pricing-table:last-child {
		margin-bottom: 0;
	}

}
	

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

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

.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: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 54px; /* 120px */
	width: 100%;
}

.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: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

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

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

.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: 220px;
	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: 220px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 219px;
}

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

.header-nav {
	margin-top: 0px;
}

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

.nav-primary {
	float: right;
	width: auto;
}

.nav-primary .genesis-nav-menu a,
.header-nav a {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 1.0px;
	padding: 35px 14px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.header-nav a:hover,
.header-nav a:focus {
	color: #8ec54c;
}

.nav-primary .genesis-nav-menu .sub-menu a,
.header-nav .sub-menu a {
	background-color: #f0f1f1;
	border: 1px solid #ccc;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1.0px;
	padding: 15px;
	color: #66368f;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.header-nav .sub-menu a:hover,
.header-nav .sub-menu a:focus {
	background-color: #fff;
	color: #8ec54c;
}


.nav-primary  .menu-item-9660 a,
.header-nav .menu-item-9660 a {
	background: linear-gradient(90deg, rgba(141, 112, 173) 0%, rgba(131, 96, 164,1) 27%, rgba(121, 81, 156,1) 63%, rgba(102, 54, 143,1) 100%);
	border: 1px solid #8d70ad;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 1.1px;
	line-height: 1.2;
	padding: 10px 30px !important;
	text-transform: uppercase;
	width: auto;
}


.nav-primary .menu-item-9660 a:hover,
.nav-primary .menu-item-9660 a:focus,
.header-nav .menu-item-9660 a:hover,
.header-nav .menu-item-9660 a:focus {
	background: linear-gradient(90deg, rgba(210, 251, 160,1) 0%, rgba(167, 230, 92,1) 27%, rgba(152, 209, 83,1) 63%, rgba(142, 197, 76,1) 100%);
	border: 1px solid #d2fba0;
	color: #ffffff;
}




/* ## Sticky Header
----------------------------------------------------- */

.mini-header {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	display: none;
	background: rgba(102, 54, 143, 0.95);
	border-bottom: 1px solid #66368f;
}

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

.mini-header .alignleft {
	margin-top: 12px;
	margin-bottom: 4px;
}


.mini-header .alignright .header-nav a {
	padding: 30px 14px 20px;
}

.mini-header .alignright .header-nav .sub-menu a {
	padding: 15px;
}



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

.nav-primary .responsive-menu-icon::before {
	color: #fff;
}

.menu-text {
	line-height: 1;
	vertical-align: top;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 10px;
	margin-left: 3px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
}

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

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

.home .services {
	background-color: #f4f4f5 !important;
	overflow: hidden;
	margin-bottom: 30px !important;
	padding: 40px;
	position: relative;
}

.home .featured-title {
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
}

.home-service-content {
	display: block;
	text-align: center;
}

.service-desc {
	display: inline-block;
}

.service-button {
	display: block;
}

.service-button .reverse-button {
	font-size: 14px;
	font-size: 1.4rem;
}

.service-image:hover {
	opacity: 0.8;
}

.home-about {
	background-color: #f4f4f5;
	padding: 80px 0;
}

.home-services {
	padding: 60px 0 80px;
}

.homepage-blog-loop .wrap {
	padding: 60px 0;
}

.homepage-blog-loop .entry {
	padding: 20px 0;
}

.home .site-inner {
	padding-bottom: 0;
}

.home-gallery .wrap {
	padding: 60px 0;
}

/* ## Services Page
--------------------------------------------- */

.services-page .site-inner {
	max-width: 100%;
}

.services-page .content .entry {
	background-color: transparent;
	margin: 0 auto;
	max-width: 1200px;
}

.service-wrap:nth-child(even) {
    background-color: #efefef;
    margin: auto -40px;
    padding: 0 40px;
}

.service-content {
	clear: both;
}

.service-gallery {
	border-top: 1px solid #dadada;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 50px 0 0;
	margin-top: 30px;
}

.service-gallery-image:hover {
	opacity: 0.8;
}

.service-wrap {
	overflow: hidden;
}

.anchor:before {
	content: "";
	display: block;
	height: 130px;
	margin: -130px 0 0;
}

.single-services .site-inner {
	padding-top: 60px;
}

.single-services .service-gallery {
	border-bottom: 1px solid #dadada;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.service-bottom {
	margin-bottom: 80px;
}









/* Services Non-CPT and Non-Archive Pages 
--------------------------------------------- */




.services-box {
	overflow: auto;
	text-align: center;
	
}



.member-box {
	background-color: #f0f1f1;
	margin-bottom: 45px;
	border-radius: 0 0 15px 15px;
	min-height: 250px;
	overflow: auto;
}

.member-box p {
	padding: 0 20px;
	margin: 20px 0 20px;
}


.services-box .one-half {
	background-color: #f0f1f1;
	margin-bottom: 45px;
	border-radius: 0 0 15px 15px;
	min-height: 300px;
}


.services-box .one-half p {
	padding: 0 20px;
	margin: 20px 0 20px;
}



.services-box h2 {
	color: #ffffff;
}


.story-box {
	background-color: #f0f1f1;
	border-radius: 12px;
	padding: 40px 40px 15px;
	font-style: italic;
	max-width: 900px;
	margin: 35px auto 60px;
	border-left: 4px solid #8ec54c;
}

.story-box blockquote {
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    color: #424851;
    margin: 20px 40px 20px 40px;
}

.story-box blockquote::before {
    font-size: 35px;
    font-size: 3.5rem;
    left: -20px;
    top: -10px;
}


.graphics-packages {
	background-color: #f0f1f1;
	border-radius: 12px;
	padding: 35px 25px 20px;
	margin: 45px 50px 40px 50px;
	border-left: 4px solid #8ec54c;
}

.graphics-packages span {
	font-weight: 700;
	font-style: italic;
	color: #66368f;
}


.header-box {
	background: linear-gradient(90deg, rgba(141, 112, 173) 0%, rgba(131, 96, 164,1) 27%, rgba(121, 81, 156,1) 63%, rgba(102, 54, 143,1) 100%);
	border-bottom: 4px solid #8ec54c;
	padding: 25px;
	border-radius: 10px 10px 0 0;
}


.member-testimonials {
	background-color: #f0f1f1;
	border-radius: 12px;
	padding: 25px;
	font-style: italic;
}

.member-testimonials img {
	border-radius: 8px;
}

.member-testimonials span {
	font-style: normal;
	font-weight: 700;
}


.service-video {
    float: left;
    margin: 0 40px 35px 0;
    overflow: hidden;
}

.speaking-video {
    float: right;
    margin: 0 0 35px 40px;
}

.service-question {
	font-size: 21px;
	font-weight: 700;
	font-style: italic;
	margin: 0 0 35px 0;
	background-color: #f0f1f1;
    border-radius: 12px;
    padding: 25px 30px 0px;
    overflow: auto;
    line-height: 1.5;
}
	
.service-question mark {
	background: #aef35b;
	color: #000000;
	vertical-align: middle;
}




.case-study-box {
	background-color: #f0f1f1;
    border-radius: 12px;
    padding: 40px 40px 15px;
    margin: 35px 0 60px;
    border-left: 4px solid #8ec54c;
    overflow: auto;
    font-size: 18px;
    font-weight: 400;
    color: #424851;
}

.case-study-box h3 {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 0 0 25px;
}



.flowchart-box {
	padding: 25px;
	margin-top: 70px;
	margin-bottom: 30px;
	background-color: #f0f1f1;
    border-radius: 12px;
    padding: 40px 30px 20px;
    border-left: 4px solid #8ec54c;
    overflow: auto;
}




.bootcamp-video {
	float: right;
    margin: 0 0 35px 40px;
}

/*

.member-buttons-box ul {
	margin-left: 0 !important;
}


.member-buttons-box ul li:before {
	display: none;
}


.member-buttons-box ul li {
	display: inline;
    vertical-align: middle;
    list-style-type: none;
    margin-right: 3%;
}


.member-buttons-box ul li:last-child {
    margin-right: 0;
} */


.bonus-box {
	background-color: #fff;
    border-radius: 12px;
    margin-top: 80px;
    margin-bottom: 30px;
    padding: 35px 24px 5px;
    box-shadow: 0 6px 17px rgb(162 162 162 / 62%);
}





/*
.service-question:before {
	font-family: 'FontAwesome';
    content: '\f0a9';
    margin: 0 10px 0 -27px;
    color: #8ec54c;
    font-style: normal;
    font-size: 22px;
}*/





/* Awards Page */


.awards-box {
	text-align: center;
	background-color: #f0f1f1;
    border-radius: 12px;
    padding: 40px 30px 20px;
    border-left: 4px solid #8ec54c;
    overflow: auto;
    margin-bottom: 40px;
    font-size: 16px;
    font-size: 1.6rem;
}


.awards-box .one-third {
	margin-top: 20px;
}



/* ## Our Team Section
--------------------------------------------- */


.page-template-page_about h3 {
    font-size: 23px;
    font-size: 2.3rem;
    margin: 0 0 35px;
}

.page-template-page_about h2.subtitle {
	color: #66368f;
	text-align: center;
	text-transform: none;
	font-size: 30px;
    font-size: 3.0rem;
    text-align: left;
    margin: 0 0 10px;
}

.leadership-section {
	background-color: #f4f4f5;
	overflow: visible;
	padding: 100px 0 40px;
}

.team-section {
	background-color: #f4f4f5;
	overflow: visible;
	padding: 80px 0 100px;
}



.leadership-section h2.subtitle,
.team-section h2.subtitle {
	color: #66368f;
	text-align: center;
	text-transform: none;
	font-size: 30px;
    font-size: 3.0rem;
    margin: 0 0 40px;
}



.leadership-section .bio {
	background-color: #fff;
    border-radius: 12px;
    margin-bottom: 40px;
    padding: 30px 25px 10px;
    text-align: center;
    box-shadow: 0 6px 17px rgb(162 162 162 / 62%);
    min-height: 390px;
}

.team-section .bio {
	background-color: #fff;
    border-radius: 12px;
    margin-bottom: 40px;
    padding: 30px 25px 10px;
    text-align: center;
    box-shadow: 0 6px 17px rgb(162 162 162 / 62%);
    min-height: 370px;
}

.team-heading {
	margin: 0 0 3px;
}

.team-title {
	clear: both;
	display: block;
	font-style: italic;
	margin-bottom: 20px;
	font-size: 1.6rem;
	letter-spacing: 0px;
}

.team-bio {
    display: none;
    opacity: 0;
    text-align: left;
}

.page-template-page_about .bio-button {
    padding: 5px 22px;
}

.page-template-page_about .bio-button::after {
    content: "\f132";
    font-family: "dashicons";
    float: right;
    margin-top: 1px;
    margin-left: 5px;
}

.page-template-page_about .bio-button.active::after {
    content: "\f460";
}

.team-bio.active {
    clear: both;
    display: block;
    opacity: 1;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: .7s;
    animation-name: fadeIn;
    animation-duration: .7s;
    margin-top: 25px;
    font-size: 1.5rem;
    font-size: 15px;
    font-style: italic;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: .3
    }

    60% {
        opacity: .5
    }

    80% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: .3
    }

    60% {
        opacity: .5
    }

    80% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

/* ## Sales Page Template
--------------------------------------------- */

.sales-about {
	background-color: #f4f4f5;
	padding: 80px 0;
}

.sales-services{
	padding: 60px 0 80px;
}

.sales-blog-loop .wrap {
	padding: 60px 0;
}

.sales-blog-loop .entry {
	padding: 20px 0;
}

.sales-gallery .wrap {
	padding: 60px 0;
}

.sales-blog-loop .entry-title:before {
	content: "";
	margin-right: 0;
}

.sales-wysiwyg {
	background-color: transparent;
}

.sales-wysiwyg .wrap {
	padding: 140px 0;
}



.sales-intro .wrap {
	padding: 120px 0 80px;
	max-width: 1100px;
	margin: 0 auto;
}




.page-id-9298 .sales-intro .wrap {
	padding: 0 0 80px;
	max-width: 1200px;
	margin: 0 auto;
}

.wp-image-9605 {
	margin-bottom: 60px !important;
}

.sales-video {
    margin-bottom: 60px;
    text-align: center;
}

.sales-narrow-text {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.sales-narrow-text .sales-form {
	max-width: 600px;
	background: linear-gradient(90deg, rgba(210, 251, 160,1) 0%, rgba(167, 230, 92,1) 27%, rgba(152, 209, 83,1) 63%, rgba(142, 197, 76,1) 100%);
    border-radius: 12px;
    margin: 15px auto 30px;
    padding: 35px 15px 25px;
    text-align: center;
    box-shadow: 0 6px 17px rgb(162 162 162 / 62%);
}

.sales-narrow-text .moonray-form-p2c29378f58 .moonray-form {
    text-align: left !important;
    margin: 0 auto !important;
}



.mirror-box {
	background-color: #414042;
	background-image: url(images/footer-logo4.png);
    background-position: left top;
    background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
}

.mirror-box h3 {
	color: #ffffff;
	
}



.mirror-box .wrap {
	padding: 80px 0 60px;
	max-width: 1100px;
	margin: 0 auto;
}

.mirror-box  .one-half {
	text-align: left;
}


.mirror-box ul li {
	list-style-type: none;
	padding: 5px 0;
}

.mirror-box ul {
	margin-bottom: 35px;
	text-align: left;
}


.mirror-box ul li:before {
	font-family: 'FontAwesome';
	content: '\f058';
	margin: 0 8px 0 -24px;
	color: #8ec54c;
	padding: 10px 0 0 25px;
}



.mirror-box .sales-form {
	background-color: #f0f1f1;
	background-image: url(images/access-bg-bw.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 35px;
	border-radius: 12px;
	margin: 55px 0 35px;
}

 .sales-form .one-half.wht-bg {
	 background-color: #fff;
	 border-radius: 8px;
	 padding: 35px;
 }

.mirror-box .sales-form h2 {
	color: #424851;
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
}



.mirror-box .moonray-form-p2c29378f58 .moonray-form {
	max-width: 600px;
	margin: 0 auto;
}

.mirror-box .moonray-form .moonray-form-element-wrapper .moonray-form-label{
	color: #424851;
	text-align: left;
}



.sales-features .wrap {
	padding: 80px 0 80px;
	max-width: 1100px;
	margin: 0 auto;
}

.sales-features h2.subtitle,
.sales-features .features-subheading {
	text-align: center;
}



.sales-features .one-third .feature-header {
	color: #ffffff;
	background: linear-gradient(90deg, rgba(141, 112, 173) 0%, rgba(131, 96, 164,1) 27%, rgba(121, 81, 156,1) 63%, rgba(102, 54, 143,1) 100%);
	border-bottom: 6px solid #8ec54c;
	text-align: center;
	padding: 45px 0 30px;
	border-radius: 10px 10px 0 0;
}

.sales-features .one-third .feature-title {
	color: #fff;
	font-size: 22px;
    font-size: 2.2rem;
}

.sales-features .feature-box  {
	background-color:  #f0f1f1;
	border-radius: 15px;
	min-height: 220px;
	text-align: center;
}


.sales-features .feature-box p {
    padding: 0 25px;
    margin: 20px 0 20px;
	font-size: 18px;
	font-size: 1.8rem;
}


.sales-cta {
	text-align: center;
	background-image: url(images/footer-logo3.png);
    background-position: center bottom;
    background-repeat: no-repeat;
	background-color: #414042;
	color: #ffffff;
}

.sales-cta:nth-of-type(7) {
	text-align: center;
	background-color: #66368f;
	color: #ffffff;
	background-image: url(images/footer-logo3.png);
    background-position: center center;
    background-repeat: no-repeat;
}


.sales-cta .wrap {
	padding: 80px 0 60px;
	max-width: 1100px;
	margin: 0 auto;
}



.sales-cta  h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
}

.sales-cta .moonray-form-p2c29378f58 .moonray-form {
	max-width: 800px;
	margin: 0 auto;
}

.sales-cta .moonray-form .moonray-form-element-wrapper .moonray-form-label{
	color: #ffffff;
	text-align: left;
}

.moonray-form .moonray-form-input-type-submit .moonray-form-input {
    float: left !important;
    padding: 10px 25px !important;
    font-size: 15px !important;
}

.sales-cta:nth-of-type(7) .moonray-form .moonray-form-input-type-submit .moonray-form-input {
	background-color: #414042 !important;
}





.sales-testimonials  .wrap {
 	padding: 80px 0 60px;
}


.sales-testimonials h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
	margin: 0 0 28px;
}

.sales-testimonials .one-fourth {
	background-color: #f0f1f1;
	border-radius: 15px;
	padding: 25px;
	font-style: italic;
}

.sales-testimonials .one-fourth img {
	border-radius: 15px;
}

.sales-testimonials .one-fourth span {
	font-style: normal;
	font-weight: 700;
}


.sales-about-box {
	overflow: auto;
}

.sales-about-box .wrap {
 	padding: 80px 0 60px;
	max-width: 1100px;
	margin: 0 auto;
}

.sales-about-box h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
	margin: 0 0 28px;
}

.sales-about-box img {
	border-radius: 8px;
}

.sales-about-box ul li:before{
	font-family: 'FontAwesome';
	content: '\f058';
	margin: 0 8px 0 -24px;
	color: #66368f;
	
}


.about-featured {
	background-color: #f0f1f1;
	border-radius: 12px;
	padding: 40px 45px 35px;
	overflow: auto;
	text-align: center;
}

.about-featured ul {
	margin-left: 25px;
}

.about-featured li {
	text-align: left;
	margin-bottom: 5px;
}


.sales-blog-loop .entry-title {
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
}

.sales-service-content {
	display: block;
	text-align: center;
}

.sales-blog-loop img:hover {
	opacity: 0.9;
}

.page-template-page_sales .site-inner {
	padding-bottom: 0;
}

@media only screen and (max-width: 800px) {
	.sales-gallery .wrap,
	.sales-wysiwyg .wrap,
	.sales-features .wrap,
	.sales-blog-loop .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
}





/* IGNITE IG CHALLENGE SALES PAGE
_____________________________________	*/




.ignite-intro .wrap {
	padding: 120px 0 80px;
	max-width: 1100px;
	margin: 0 auto;
}




.page-id-11251 .ignite-intro .wrap {
	padding: 0 0 80px;
	max-width: 1200px;
	margin: 0 auto;
}

.wp-image-11300 {
	margin-bottom: 60px !important;
	margin-top: 60px !important;
}

.ignite-video {
    margin-bottom: 60px;
    text-align: center;
}

.ignite-narrow-text {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}


.ignite-narrow-text ul {
	margin-bottom: 35px;
}



.ignite-narrow-text ul li {
	list-style-type: none;
	padding: 5px 0;
}

.ignite-narrow-text ul li:before {
	font-family: 'FontAwesome';
	content: '\f058';
	margin: 0 8px 0 -24px;
	color: #8ec54c;
	padding: 10px 0 0 25px;
}




.ignite-narrow-text .ignite-form {
	max-width: 600px;
	background: linear-gradient(90deg, rgba(210, 251, 160,1) 0%, rgba(167, 230, 92,1) 27%, rgba(152, 209, 83,1) 63%, rgba(142, 197, 76,1) 100%);
    border-radius: 12px;
    margin: 15px auto 30px;
    padding: 35px 15px 25px;
    text-align: center;
    box-shadow: 0 6px 17px rgb(162 162 162 / 62%);
}


.ignite-narrow-text .ignite-form h3 {
	text-transform: uppercase;
	margin-bottom: 5px;
}


.ignite-narrow-text .ignite-form span {
	font-weight: 700;
	font-style: italic;
	margin-bottom: 15px;
}


.ignite-narrow-text .moonray-form-p2c29378f63 .moonray-form {
    text-align: left !important;
    margin: 0 auto !important;
} 



/* Section Two */


.ignite-section-two {
	background-color: #414042;
	background-image: url(images/footer-logo4.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
	color: #ffffff;
	text-align: center;
}

.page-id-11251 .ignite-section-two .wrap {
	padding: 80px 0 60px;
	max-width: 1075px;
	margin: 0 auto;
}



.ignite-section-two h3 {
	color: #ffffff;
	
}


.ignite-section-two  .one-half {
	text-align: left;
	margin-top: 50px;
	margin-bottom: 50px;
}


.ignite-section-two ul li {
	list-style-type: none;
	padding: 5px 0;
}

.ignite-section-two ul {
	margin-bottom: 35px;
	text-align: left;
}


.ignite-section-two ul li:before {
	font-family: 'FontAwesome';
	content: '\f058';
	margin: 0 8px 0 -24px;
	color: #8ec54c;
	padding: 10px 0 0 25px;
}




.ignite-section-two .moonray-form-p2c29378f63 .moonray-form {
	max-width: 600px;
	margin: 0 auto;
}

.ignite-section-two .moonray-form .moonray-form-element-wrapper .moonray-form-label{
	color: #424851;
	text-align: left;
} 



/* First CTA */


.ignite-cta {
	text-align: center;
	background-color: #f0f1f1;

}


.page-id-11251 .ignite-cta:nth-of-type(3) {
	text-align: center;
}


.page-id-11251 .ignite-cta .wrap {
	padding: 80px 0 60px;
	max-width: 1100px;
	margin: 0 auto;
}



.ignite-cta  h2 {
	color: #66368f;
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
}


.ignite-cta .ignite-form .moonray-form-p2c29378f63 {
	background-color: #ffffff;
	max-width: 600px;
	margin: 35px auto 30px;
    padding: 35px 15px 25px;
    text-align: center !important;
    box-shadow: 0 6px 17px rgb(162 162 162 / 62%);
    border-radius: 12px;
}


.ignite-cta .moonray-form-p2c29378f63 .moonray-form {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.ignite-cta .moonray-form .moonray-form-element-wrapper .moonray-form-label{
	color: #333333;
	text-align: left;
}

.ignite-cta .moonray-form .moonray-form-input-type-submit .moonray-form-input {
    float: left !important;
    padding: 10px 25px !important;
    font-size: 15px !important;
}

.ignite-cta:nth-of-type(3) .moonray-form .moonray-form-input-type-submit .moonray-form-input {
	background-color: #414042 !important;
} 



/* Incentive Section */





.ignite-incentive {
	background-color: #414042;
	background-image: url(images/footer-logo2.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
	color: #ffffff;
	text-align: center;
}

.page-id-11251 .ignite-incentive .wrap {
	padding: 80px 0 60px;
	max-width: 1100px;
	margin: 0 auto;
}



.ignite-incentive h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
	
}



.ignite-incentive h3 {
	color: #ffffff;
	
}



.ignite-incentive .ignite-form {
	background-color: #f0f1f1;
	background-image: url(images/access-bg-bw.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 35px;
	border-radius: 12px;
	margin: 55px 0 35px;
}

 .ignite-form .one-half.wht-bg {
	 background-color: #fff;
	 border-radius: 8px;
	 padding: 35px;
	 color: #333333;
 }

.ignite-incentive .ignite-form h2 {
	color: #424851;
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
}


.ignite-incentive .ignite-form h3 {
	color: #424851;
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
}




/* Feature Boxes */

.page-id-11251 .sales-features h2.subtitle {
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
}



/* Final CTA */


.ignite-cta-two {
	text-align: center;
	background-image: url(images/footer-logo3.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color: #414042;
	color: #ffffff;
}

.page-id-11251 .ignite-cta-two:nth-of-type(8) {
	text-align: center;
	background-color: #66368f;
	color: #ffffff;
	background-image: url(images/footer-logo3.png);
    background-position: center center;
    background-repeat: no-repeat;
}


.page-id-11251 .ignite-cta-two .wrap {
	padding: 80px 0 60px;
	max-width: 1100px;
	margin: 0 auto;
}



.ignite-cta-two  h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
}


.ignite-cta-two .moonray-form-p2c29378f63 .moonray-form {
	max-width: 800px;
	margin: 0 auto;
}

.ignite-cta-two .moonray-form .moonray-form-element-wrapper .moonray-form-label{
	color: #ffffff;
	text-align: left;
}

.ignite-cta-two .moonray-form .moonray-form-input-type-submit .moonray-form-input {
    float: left !important;
    padding: 10px 25px !important;
    font-size: 15px !important;
}

.ignite-cta-two:nth-of-type(8) .moonray-form .moonray-form-input-type-submit .moonray-form-input {
	background-color: #414042 !important;
} 





/* Book Sales Page
--------------------------------------------- */


.soon-intro {
	background-color: #414042;
	color: #ffffff;
	text-align: center;
}


.soon-intro .wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 80px;
}



.soon-intro h1 {
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 48px;
    font-size: 4.8rem;
    margin: 0 0 35px;
}


.soon-intro .wp-image-13111 {
	margin-bottom: 80px;
}


.soon-intro h2 {
	color: #ffffff;
	font-size: 36px;
    font-size: 3.6rem;
}


.soon-tests {
	background-color: #f0f1f1;
}



.soon-tests .wrap {
	max-width: 1050px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 80px;
}


.soon-tests h1 {
	text-align: center;
	margin: 0 0 35px;
}



.soon-tests .one-third {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 35px 24px 5px;
    text-align: center;
    box-shadow: 0 6px 17px rgb(162 162 162 / 62%);
    font-style: italic;
}


.soon-tests .one-third span {
	font-style: normal;
	font-weight: 700; 
}


.soon-tests .one-third img {
	border-radius: 50%;
}



/* ## Book page 
--------------------------------------------- */






/* Podcast Page 
--------------------------------------------- */


.podcast-box {
	text-align: center;
	max-width: 900px;
	margin: 25px auto 25px;
	padding: 45px 15px 10px;
	background-color: #f0f1f1;
    border-radius: 12px;
}



.podcast-box ul li {
   display: inline;
   vertical-align: middle;
   list-style-type: none;
   margin-right: 5%;
}

.podcast-box ul li:last-child {
	margin-right: 0;
}



.podcast-video {
	float: right;
    margin: 0 0 35px 40px;
}







/* Contact Page 
--------------------------------------------- */


.moonray-form-p2c29378f60 {
	background-color: #f0f1f1 !important;
	border-radius: 12px !important;
	padding: 40px 40px 40px 35px !important;
	border-left: 4px solid #8ec54c !important;
}

.moonray-form-p2c29378f60 .moonray-form {
    width: 100% !important;
}



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

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

.page .entry {
	margin-bottom: 0;
}

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

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

ul.speaking-topics li {
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 10px;
}

.entry-content ul > li:before {
	font-family: 'FontAwesome';
	content: '\f058';
	margin: 0 8px 0 -24px;
	color: #66368f;
	font-style: normal;
}

.podcast-box ul > li:before {
    font-family: 'FontAwesome';
    content: '';
    margin: 0;
}





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

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

.blog .entry-footer .entry-meta,
.archive .entry-footer .entry-meta {
	border-bottom: 0px solid #dcd9d6;
	margin-top: 28px;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.home-loop img:hover,
.archive .entry-content img:hover,
.blog .entry-content img:hover {
	opacity: 0.9;
}

.blog .content,
.category-blog .content,
.archive.category .content {
    margin-top: 50px;
}

.blog .entry,
.category-blog .entry,
.archive.category .entry {
	padding: 35px 35px 25px;
    border-radius: 12px;
    background-color: #f0f1f1;
}



.blog .entry-title,
.category-blog .entry-title,
.archive.category .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 20px;
}

.blog .entry-title a,
.category-blog .entry-title a,
.archive.category .entry-title a {
	color: #424851;
}

.blog .entry-title a:hover,
.category-blog .entry-title a:hover,
.archive.category .entry-title a:hover {
	color: #66368f;
}

.blog .blog-image img.alignnone,
.category-blog .blog-image img.alignnone,
.archive.category .blog-image img.alignnone {
    margin-bottom: 12px;
}



.single .blog-image img {
    width: 100%;
}



.single-post .entry-content a {
	color: #8ec54c;
}


.single-post .entry-content a:hover {
	color: #66368f;
} 


.single-post  .entry-content ol > li {
	margin-bottom: 15px;
}

.single-post  .entry-content ul > li {
	margin-bottom: 15px;
}


.single-post .entry-content .button {
	color: #ffffff;
}


.single-post .entry-content .button:hover {
	color: #ffffff;
}



/* This is from old site for Blogs */

.temp-box {
    background-color: rgb(141,198,65, 0.3);
    padding: 40px 35px 15px;
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 16px;
    font-style: italic;
    overflow: auto;
    border-radius: 10px;
}



.temp-box .button {
	font-style: normal;
	color: #ffffff !important;
}



.temp-box-two {
	padding: 20px 18px 0;
	margin-top: 25px;
	margin-bottom: 40px;
	background-color: #f0f1f1;
    border-radius: 12px;
    padding: 40px 30px 20px;
    border-left: 4px solid #8ec54c;
    overflow: auto;
}



/* End Temp Box */





/* ## Resources Archive
--------------------------------------------- */

.post-type-archive-resources .content {
    margin-top: 50px;
}

.resources.entry {
	padding: 35px 20px 35px;
    border-radius: 8px;
    background-color: #f0f1f1;
}

.resources .subtitle {
    font-size: 20px;
    font-size: 2.0rem;
    margin: 0 0 0 0;
    text-transform: none;
    text-align: center;
}

.resources .entry-title a {
	color: #424851;
}

.resources .entry-title a:hover {
	color: #66368f;
}

.resources .entry-content {
	display: none
	
}

.resource-image .aligncenter {
    display: block;
    margin: 0 auto 24px;
}

.resources .entry-footer {
    text-align: center;
}

.resources .entry-footer .entry-meta {
    margin-top: 8px;
    margin-bottom: 24px;
    padding-bottom: 5px;
}




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

p.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	margin-bottom: 0;
	color: #424851;
}

p.entry-meta a {
	color: #424851;
}

p.entry-meta a:hover {
	color: #66368f;
}

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

.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: #66368f;
	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: #8ec54c;
}

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

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

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

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

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


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

.sidebar {
	font-size: 14px;
	font-size: 1.4rem;
}

.sidebar li {
	margin-bottom: 7px;
	padding-bottom: 7px;
}

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

.sidebar .widget {
	padding: 30px 30px 20px;
	color: #fff;
}

.sidebar .widget:last-child {
	padding: 30px;
}

.sidebar .widget:after {
	height: 1px;
	background: #dadada;
	width: 100%;
	display: block;
	margin: 50px auto 0;
	content: "";
}

.sidebar .widget:last-child:after {
	height: 0;
	margin: 0;
}

.sidebar .widget-title {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.sidebar .widget li a {
	color: #f0f1f1
}

.sidebar .widget li a:hover {
	color: #8ec54c;
}


.after-entry {
	color: #ffffff;
    background-color: #414042;
    background-image: url(images/optin-bg-after-entry.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 35px 25px 25px 230px;
    border-radius: 12px;
    margin-bottom: 35px;
}

.after-entry h4 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #ffffff;
}

.after-entry p {
	margin: 0 0 12px;
	font-size: 14px;
	font-size: 1.4rem;
}



/* # CTA Area
---------------------------------------------------------------------------------------------------- */

.cta-area {
	background-image: url(images/cta-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 100px 0;
	text-align: center;
}

.cta-area .wrap {
    max-width: 1000px;
    padding-left: 5%;
    padding-right: 5%;
}

.cta-heading {
	color: #fff;
	font-size: 34px;
    font-size: 3.4rem;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: none;
}

.cta-text {
	text-align: right;
}

.cta-area p {
	font-style: italic;
}

.page-id-9298 .cta-area {
	display: none;
}



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

.footer-widgets {
	background-image: url(images/footer-logo2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #414042;
	clear: both;
	color: #ffffff;
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	padding-top: 80px;
}


.footer-widgets a {
	color: #ffffff;
}


.footer-widgets a:hover {
	color: #8ec54c;
}


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

.footer-widgets li {
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.footer-widgets li:last-child {
	border-bottom: none;
}

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

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

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

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

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

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

.footer-widgets .widget-title {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
}

.footer-widgets .right {
	text-align: right;
}

.footer-widgets table {
	line-height: 1.625;
}

.footer-widgets tr:first-child > td {
	border-top: none;
}

.footer-widgets tbody {
	border-bottom: none;
}

.moonray-form-p2c29378f59 .moonray-form-element-wrapper {
    padding-left: 0px !important;
}




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

.site-footer {
	background-color: #414042;
	color: #ffffff;
	font-family: 'Fira Sans', sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
}

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

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

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


#spu-9585,
.popup-content {
    max-width: 650px !important;
}
/*
#spu-958 {
	background-size: cover;
	background-position: center bottom !important;
}
*/



/* # 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 center !important;
		background-size: 300px 54px !important;
	}

}

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

	.utility-bar-left {
		width: 50%;
	}
	
	.utility-bar-right {
		width: 50%;
	}
	
	
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-header .wrap,
	.mini-header .wrap {
		max-width: 1100px;
	}

	.boxed.content-sidebar .site-inner,
	.boxed.sidebar-content .site-inner {
		max-width: 1060px;
	}

	.boxed.content-sidebar .content,
	.boxed.sidebar-content .content,
	.content {
		width: 620px;
	}

	.cta-button a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.cta-text {
		text-align: left;
	}

	.post-type-archive-testimonials .entry {
		padding: 30px 0;
	}

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

	.boxed .footer-widgets-1,
	.footer-widgets-1 {
		margin-right: 30px;
	}

	.boxed .hero-image {
		background-size: cover;
	}

	.boxed .site-footer {
		margin: 0 auto;
	}

	.nav-primary .genesis-nav-menu a,
	.header-nav a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 35px 15px 20px;
	}
	
	.signup-box .wrap {
	    padding: 100px 5% 80px;
	    max-width: 1100px;
	    margin: 0 auto;
	    text-align: center;
	}
	
	.hidden-laptop-image {
		display: block;
	}
	
	.signup-box {
	    background-image: none;
	}
	
	.box-inner {
	    max-width: 800px;
	    margin: 35px auto 0;
	    text-align: left;
	}
	
	.optin-box .wrap {
	    padding-top: 100px;
	    padding-bottom: 80px;
	    padding-left: 5%;
	    padding-right: 5%;
	}
	
	.optin-box ul,
	.why-box ul {
	    margin: 0 0 0 25px;
	}
	
	.mirror-box .wrap,
	.sales-cta .wrap,
	.sales-testimonials .wrap,
	.sales-about-box .wrap {
	    padding-top: 80px;
	    padding-bottom: 60px;
	    padding-left: 5%;
	    padding-right: 5%;
	}
	
	.sales-features .wrap {
	    padding-top: 80px;
	    padding-bottom: 80px;
	    padding-left: 5%;
	    padding-right: 5%;
	}
	
	.resources .subtitle {
	    padding: 0;
	}
	
	.resources .entry-footer .entry-meta {
	    margin-bottom: 15px;
	}
	


}

@media only screen and (max-width: 1030px) {
	
	.top-title,
	.site-header .wrap {
		padding: 5px 5%;
	}

	.title-area {
		width: 100%;
	}

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

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

	.header-extras {
		display: none;
	}

	.nav-primary {
		float: none;
	}

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

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

	.hero-box {
		max-width: 100%;
	}
	
	ul.testimonials-list li blockquote {
		width: auto;
		overflow: hidden;
		margin: 30px 50px 40px;
		text-align: center;
	}
	
	

}

@media only screen and (max-width: 960px) {
	.utility-bar-left {
		width: 100%;
		padding-bottom: 15px;
		text-align: center;
	}
	
	.utility-bar-right {
		width: 100%;
		text-align: center;
	}
	
	.boxed.content-sidebar .site-inner,
	.boxed.sidebar-content .site-inner,
	.site-inner,
	.boxed .wrap,
	.wrap {
		max-width: 800px;
	}

	.boxed.content-sidebar .content,
	.boxed.sidebar-content .content,	
	.content,
	.sidebar-primary,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}
	
	.sidebar {
		margin-bottom: 35px;
	}

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

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

	.boxed .footer-widgets-1,
	.footer-widgets-1 {
		margin-right: 0;
	}

	.home-about {
		padding: 30px 0;
	}

	.cta-area {
		padding: 60px 0;
	}

	.cta-area .three-fourths,
	.cta-area .one-fourth {
		margin-left: 0;
		text-align: center;
		width: 100%;
	}

	.cta-area .one-fourth {
		margin-top: 15px;
	}

	.bio {
		padding: 15px;
	}

	.service-content {
		display: inline-block;
		overflow: visible;
	}

	.service-gallery {
		display: inline-block;
		padding: 30px 0 0;
	}

	.page-template-page_contact .one-half {
		width: 100%;
		margin-left: 0;
	}

	.reverse-button {
		padding: 8px 20px 5px;
	}
	
	.footer-widgets {
		text-align: center;	
	}
	
	.moonray-form-p2c29378f59 .moonray-form {
	    width: 400px;
	    margin: 0 auto !important;
	}
	
	.home-features:nth-of-type(4) .wrap {
	    padding-top: 110px;
	    padding-bottom: 80px;
	    padding-left: 5%;
	    padding-right: 5%;
	}
	
	.home-features:nth-of-type(11) .wrap {
	    padding-top: 100px;
	    padding-bottom: 120px;
	    padding-left: 5%;
	    padding-right: 5%;
	}
	
	.lack-box .wrap {
	    padding-top: 50px;
	    padding-bottom: 80px;
	    padding-left: 5%;
	    padding-right: 5%;
	}
	
	.lack-box .one-third {
	    padding-top: 0px;
	}
	
	.speaking-video,
	.service-video,
	.podcast-video {
	    float: none;
	    margin: 0 auto 45px;
	}
	
	.page-id-9298 .sales-intro .wrap {
	    padding-top: 0px;
	    padding-bottom: 80px;
	    padding-left: 5%;
	    padding-right: 5%;
	}
	
	.sales-form .one-half.wht-bg {
	    background-color: rgba(255,255,255,0.8);
	}
	
	.sales-testimonials .one-fourth {
	    margin-bottom: 35px;
	}

}

@media only screen and (max-width: 800px) {
	
	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.home-gallery .wrap,
	.home-wysiwyg .wrap,
	.home-features .wrap,
	.pricing .wrap,
	.homepage-blog-loop .wrap,
	.services-page .site-inner,
	.page .site-inner,
	.site-inner,
	.boxed .wrap,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.bio {
		background-color: transparent;
	}

	.subtitle {
		padding: 40px 0 0;
	}

	.boxed .nav-primary .genesis-nav-menu a {
		padding: 16px;
	}

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

	.home-about .reverse-button,
	.service-content .reverse-button {
		display: block;
		margin: 0 auto 30px;
		text-align: center;
		width: 100%;
	}

	.service-wrap:nth-child(even) {
		background-color: #fff;
	}

	.services-page .site-inner {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.service-image {
		max-width: 100%;
	}

	.service-gallery {
		margin-top: 0;
	}

	.page .site-inner {
		padding: 40px 5%;
	}
	
	.home .site-inner {
		padding: 0px;
	}

	.hero-headline {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.home-optin .enews-widget input, 
	.home-optin .enews-widget input[type="submit"] {
		width: 100%;
	}

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

	.feature-box,
	.pricing-table {
		margin-bottom: 30px !important;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.home .services {
		background-color: #fff !important;
	}

	.archive-title,
	.archive-text,
	.blog .entry-title.top,
	.page .entry-title,
	.single .entry-title {
		font-size: 36px;
		font-size: 3.6rem;
		padding-left: 0;
		text-align: center;
	}

	.archive-title:before,
	.archive-text:before,
	.blog .entry-title.top:before,
	.page .entry-title:before,
	.single .entry-title:before {
		font-size: 30px;
	}

	.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: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: #fff;
	}

	.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: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #424752;
	}

	.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: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

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

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

	a.alignright, 
	img.alignright, 
	.wp-caption.alignright,
    a.alignleft, 
    img.alignleft, 
    .wp-caption.alignleft {
        float: none;
        display: block;
        margin: 0 auto 28px;
    }

    .service-single-view img.alignleft {
    	max-width: 100% !important;
    }
    
    .resources.entry {
	    max-width: 800px;
	    margin: 0 auto 35px;
	}
	
	.member-testimonials {
	    max-width: 600px;
	    margin: 0 auto 35px;
	    padding: 35px 30px 15px;
	}
	
	.intro-box h3 {
	    text-align: center;
	    margin: 0 0 35px 0;
	}
	
	.home-features:nth-of-type(4) .feature-box {
	    min-height: 100px;
	}
	
	.home-features:nth-of-type(11) .feature-box {
	    min-height: 100px;
	}
	
	.optin-box h2 {
	    text-align: center;
	    margin: 0 0 40px;
	}
	
	.optin-text {
		max-width: 100%;
		background: rgba(255,255,255,0.7);
		border-radius: 15px;
		padding: 25px;
	}
	
	
	
	.service-question {
	    padding: 25px 30px 25px;
	    text-align: center;
	    display: block;
	}
	
	.graphics-packages {
	    margin: 0 5% 35px;
	}
	
	.blog .entry, 
	.category-blog .entry, 
	.archive.category .entry {
	    margin-bottom: 35px;
	}
	
	.site-footer {
	    line-height: 1.3;
	}
	
	#spu-9585,
	.popup-content {
	    max-width: 400px !important;
	}


}

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

	.testimonial-image {
		width: 100%;
		clear: both;
		display: inline-block;
		text-align: center;
	}

	.testimonial-image img {
		margin: 0;
		text-align: center;
		float: none !important;
	}

	.testimonial-text p {
		margin-left: 40px;
	}
	
	.home-hero {
	    padding: 30px 0 60px;
	}

	.hero-box .button {
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	.gs-faq {
	    padding: 20px 15px 5px 20px !important;
	}
	
	.after-entry {
	    padding: 25px 25px 230px 25px;
	}
	
	.after-entry .button.secondary {
	    background: #fff;
	}
	
	.after-entry .button.secondary:hover {
	    background: linear-gradient(
90deg
, rgba(141, 112, 173) 0%, rgba(131, 96, 164,1) 27%, rgba(121, 81, 156,1) 63%, rgba(102, 54, 143,1) 100%);
	}

}

@media only screen and (max-width: 400px) {
	.utility-button {
		padding: 8px 10px 5px;	
	}
}




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

}