/*
    Theme Name: JYE Tech
    Theme URI: https://jyetech.com
    Description: Template for JYE Tech
    Author URI: https://jyetech.com

    Version: 1.0
    Template: genesis
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* @import url("editor-style.css"); */
@import url("https://use.typekit.net/yzg7koh.css");

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#253234}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:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before,
.step::before {
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after,
.step::after {
    clear: both;
    display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
    background-color: #fff;
    color: #474748;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

a,
button,
.block,
.button,
.related-post,
.site-header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}

::-moz-selection {
    background-color: #253234;
    color: #fff;
}

::selection {
    background-color: #253234;
    color: #fff;
}

a {
	color: #000;
	text-decoration: none;
}

a:focus,
a:hover {
}

a img {
	border-bottom: 0;
}

a:hover img {
	border-bottom: 0;
}

a.noborder {
    border-bottom: 0;
}

a.noborder:focus,
a.noborder:hover {
    background: none;
}

p {
    margin: 0 0 1.5em;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
	list-style-position: inside;
}

li {
    margin: 0 0 0.5em;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 16px;
    font-size: 1.6rem;
}

cite,
em,
i {
    font-style: italic;
}

.white {
    color: #fff;
}

blockquote {
    margin: 0 0 30px;
    padding: 0;
}

blockquote p {
    background: #f9d46b;
    display: inline;
    font-family: edita, serif;
    line-height: 2em;
    padding: 3px 0;
}

code {
	font-size: 1.2rem;
}

code.section {
    background: #000;
    color: #aaa;
    padding: 1.5em;
    display: block;
    border-left: 10px solid #284565;
    margin: 0 0 30px;
}

acronym {
    text-decoration: underline dotted #ccc;
}

hr {
    background: transparent url(/wp-content/uploads/2018/10/dotted-wave-bg.png) repeat-x 50% 0;
    border: 0;
    clear: left;
    height: 33px;
}

.inline-quote {
    border-left: 1px solid #000;
    font-family: "Karma", serif;;
    font-size: 1.6rem;
    font-size: 16px;
    padding: 2.5em 0 2.5em 2.5em;
}

.inline-quote.right {
	border-right: 1px solid #000;
	border-left: 0;
	padding: 2.5em 2.5em 2.5em 0;
	text-align: right;
}

.inline-quote a {
	font-style: italic;
}

.wrap {
	width: 66%;
	margin: 0 auto;
}

.centered {
	margin: 0 auto;
    text-align: center;
}

.left {
	margin: 0;
}

/* Site Container
---------------------------------------------------------------------------------------------------- */

.site-container {
    -webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* FLEX */

.container {
	display: flex;
	flex-wrap: wrap;
}

.container.justify {
	justify-content: space-between;
}

.container.nowrap {
	flex-wrap: nowrap;
}

.container.halves > * {
	flex: 1 1 calc(50% - 1rem);
}

.container.thirds > * {
	margin: 2.5em 0.5rem;
	width: calc(33.3333% - 1rem);
	flex: 1 1 auto;
}

.container.quarters > * {
	margin: 0.5rem;
	flex: 1 1 calc(25% - 1rem);
}

.container.fifths > * {
	margin: 0.5rem;
	flex: 1 1 calc(20% - 1rem);
}

.container.grid-3366 > *:nth-child(1) {
	width: calc(100% / 3 * 1);
    margin: 0 1.5rem 0 0;
}
    
.container.grid-3366 > *:nth-child(2) {
	width: calc(100% / 3 * 2);
}
    
.container.grid-6633 > *:nth-child(1) {
	width: calc(100% / 3 * 2);
    margin: 0 1.5rem 0 0;
}

.container.grid-6633 > *:nth-child(2) {
	width: calc(100% / 3 * 1);
}

.container.grid-2575 > *:nth-child(1) {
	margin: 0 2.5rem 2.5em 0;
	width: calc(100% / 4 * 1);
}

.container.grid-2575 > *:nth-child(2) {
	width: calc(100% / 4 * 3);
}

.container.grid-7525 > *:nth-child(1) {
	width: calc(100% / 4 * 3);
}

.container.grid-7525 > *:nth-child(2) {
	width: calc(100% / 4 * 1);
}

.container > * {
	margin: 0.5rem;
}

.container.icons img {
    width: 50%;
}

@media only screen and (max-width: 1023px) {
	
	.container.justify, .container.nowrap {
		flex-wrap: wrap;
	}
	
	.container > * {
		flex: 1 100%;
	}
	
	.container.thirds > * {
		margin: 0.5rem 0;
		width: auto;
	}
	
	.container.quarters > * {
		flex: 1 100%;
	}
	
	.container.grid-3366 > *:nth-child(1), .container.grid-6633 > *:nth-child(1), .container.grid-2575 > *:nth-child(1) {
		margin-right: 0;
	}
}

/* Site Inner
---------------------------------------------------------------------------------------------------- */

.site-inner {
    background-color: #fff;
    clear: both;
    margin: 5rem auto 0;
    padding: 0;
}

.home.page .site-inner {
    padding: 0;
}

/* Hero Background
---------------------------------------------------------------------------------------------------- */

.hero-background {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.hero-background h1 {
    color: #000;
	font-family: edita, serif;
    font-size: 3.5em;
    font-size: 35px;
    font-weight: 700;
}

.hero-background h1 .typed {
    color: #e26554;
}

.hero-background h1 em {
	font-weight: 300;
}

.hero-background.homepage {
    background: #fff url(/wp-content/uploads/2018/06/jyetech-baner.jpg) no-repeat center center;
    background-size: 100%;
    padding: 100px 0;
	text-align: left;
}

.hero-background.homepage > * > * {
    width: 60%;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    padding-bottom: 0;
    padding-top: 0;
}

.site-header .wrap {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.admin-bar .site-header {
    top: 32px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #474748;
    font-family: skolar-sans-latin-extended, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    margin: 0;
    text-align: left;
}

.genesis-nav-menu a {
    color: #474748;
    display: block;
	padding: 5px 10px;
    border: 2px solid #fff;
}

.genesis-nav-menu .menu-item.menu-item-109 a {
	background: #284565;
    border: 2px solid #284565;
    color: #fff;
}

.genesis-nav-menu .menu-item.menu-item-109 a:hover {
	background: #222;
    border: 2px solid #222;
    color: #fff;
}

.genesis-nav-menu .first a {
    margin-left: 0;
}

.genesis-nav-menu.menu-tertiary a {
	color: #b5b5b5;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
    border-bottom: 2px solid #f0efed;
}

.genesis-nav-menu.menu-tertiary a:focus,
.genesis-nav-menu.menu-tertiary a:hover {
	color: #474748;
}

.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: 230px;
    z-index: 99;
    margin-left: -20px;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    position: relative;
    width: 230px;
}

.genesis-nav-menu .sub-menu .menu-item {
    margin: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 220px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    letter-spacing: 4px;
    list-style-type: none;
    padding: 20px 0;
    text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 40px;
}

.genesis-nav-menu > .search {
    padding: 4px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu .sub-menu {
    margin-top: -34px;
}

/* Responsive Menu */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

.nav-primary {
    border-top: none;
}

@media only screen and (max-width: 1023px) {

	input, select, textarea {
		width: 100% !important;
	}
	.sub-menu-toggle,
	.menu-toggle {
		display: block;
		visibility: visible;
	}

	.nav-primary,
	.nav-primary .sub-menu {
		width: 100%;
		display: none;
		margin: 0;
	}

	.menu-toggle {
		display: block;
		float: right;
		background: none;
		padding: 6px 2px 0;
		text-indent: 9999px;
		color: transparent;
		overflow: hidden;
		width: 40px;
		height: 40px;
		position: relative;
		box-shadow: none;
	}

	.menu-toggle:hover,
	.sub-menu-toggle:hover {
		box-shadow: none;
		background-color: #fff;
	}

	.header-image .menu-toggle {
		margin-top: 12px;
	}

	.menu-toggle:before {
		position: absolute;
		content: "☰";
		color: #12302e;
		top: 0;
		right: 0;
		display: inline-block;
		font-size: 3rem;
		margin: 0 auto;
		padding: 0;
	}

	.menu-toggle.activated::before {
	  content: "☰";
	  right: 0;
	}

	.sub-menu-toggle {
		position: absolute;
		right: 0;
		top: 10px;
		background: transparent;
		padding: 6px 2px 0;
	}

	.sub-menu-toggle:before {
		content: "\f123";
		color: #12302e;
		font: normal 16px/1 'ionicons';
		padding: 14px 5px 14px;
		cursor: pointer;
	}

	.nav-primary .genesis-nav-menu li {
		width: 100%;
	}

	.nav-primary .genesis-nav-menu > li:first-child {
		margin-top: 20px;
	}

	.nav-primary .genesis-nav-menu li .sub-menu {
		margin: 0 0 0 24px;
		width: calc( 100% - 24px );
	}
    
    .genesis-nav-menu .menu-item {
        padding: 0;
    }

	.nav-primary .genesis-nav-menu a {
		margin: 0;
		padding: 0.5em;
	}

	.genesis-nav-menu .menu-item.menu-item-15, .genesis-nav-menu .menu-item.menu-item-15 a {
		background: none;
	}
	
}

@media only screen and (min-width: 800px) {

	.nav-primary {
		text-align: right;
		padding: 1.5em 0.5em;
	}

	.nav-primary .genesis-nav-menu > li > a {
		margin: 0 0 0 24px;
		padding: 3px 10px;
	}

	.nav-primary .genesis-nav-menu > li.left {
		float: left;
	}

	.nav-primary .genesis-nav-menu > li.menu-item-has-children > a:after {
	    top: 18px;
	}
}

@media only screen and (min-width: 1024px) {

	.nav-primary .genesis-nav-menu > li > a {
		margin: -2px 0 0 36px;
	}
}

/* Secondary Navigation
--------------------------------------------- */
 
.nav-secondary {
    float: right;
    text-align: right;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.nav-secondary .wrap {
    margin: 0 auto;
    max-width: 1024px;
}

.nav-secondary .genesis-nav-menu a {
    padding: 25px 0;
}

/* Site Title
--------------------------------------------- */

.site-title {
	display: inline-block;
    font-family: edita, serif;
    font-size: 2rem;
	font-size: 20px;
	font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
	margin: 0;
	padding: 1.5em 0.5em;
}

.site-title .blue {
    color: #db8398;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	border-bottom: none;
    color: #284565;
	text-decoration: none;
}

.site-description {
    display: inline-block;
	margin: 0 0 0 15px;
    font-family: edita, serif;
	font-size: 1.6rem;
	font-size: 16px;
    font-style: italic;
    letter-spacing: 0.02em;
	border-left: 1px solid #565264;
	padding: 0 0 0 15px;
}

/* After Header + Before Footer
--------------------------------------------- */
 
.after-header {
	background: #fff url(/wp-content/uploads/2018/10/wave-bg.png) repeat left center;
	position: relative;
    text-align: center;
	z-index: 15;
}

.select-path img {
	width: 50%;
}

.select-path > * > a {
	background: #f1f4e1;
	padding: 20px;
}

.select-path > * > a:hover, .select-path > * > a:focus {
	background: #d3dbb9;
}

/* Before Footer
--------------------------------------------- */
 
.before-footer, .before-footer-about, .before-footer-services, .before-footer-course {
    /* padding: 50px 0 40px; */
}

.before-footer {
}

.before-footer-about, .before-footer-services, .before-footer-course {
	background: #565264;
}

.before-footer > .wrap, .before-footer-about > .wrap, .before-footer-services > .wrap, .before-footer-course> .wrap {
    margin: 0 auto;
    width: 1024px;
}

.before-footer-about p, .before-footer-about h2, .before-footer-services p, .before-footer-services h2, .before-footer-course p, .before-footer-course h2 {
	color: #fff;
}

/* Featured Header
--------------------------------------------- */

.featured-home {
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 600px;
    width: 1903px;
    z-index: -999998;
    position: absolute;
}

.featured-home img {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 1903px;
    height: 1268.35px;
    max-height: none;
    max-width: none;
     z-index: -999999;
     left: 0px;
    top: -334.175px;
}

.featured-wrap {
    background: #fff;
}

.featured-links > * {
    display: inline-block;
    margin: 25px 0;
    padding: 0 0 25px;
    width: 33%;
}

.featured-links > * > * {
    margin: 0 auto;
}

.featured-links > * > h6 {
    font-weight: 300;
    text-transform: none;
    width: 70%;
}

.featured-links > * > img {
    width: 50%;
}

.urgent {
	color: #565264;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 1;
	text-transform: uppercase;
}

div.sales-accordion {
    cursor: pointer;
    padding: 25px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	margin: 5px auto;
	font-weight: 600;
}

div.sales-accordion.sales {
    color: #fff;
    background-color: #7dbbd3;
}

div.sales-accordion.bonus {
    color: #474748;
    background-color: #fff;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
div.sales-accordion.sales.active, div.sales-accordion.sales:hover {
    background-color: #6db1cc;
}

/* Style the accordion panel. Note: hidden by default */
div.sales-panel {
    background-color: #fff;
    padding: 0 25px;
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

div.sales-bonus-panel {
    background-color: #f2f2f2;
    padding: 25px;
	margin: 0;
}

/* Sticky Message
---------------------------------------------------------------------------------------------------- */

.sticky-message {
    background-color: #fff;
    box-shadow: 0 0 5px #ddd;
    display: none;
    font-size: 16px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999;
}

.sticky-message,
.sticky-message a:hover,
.sticky-message p {
    color: #474748;
}

.sticky-message p:last-child {
    margin-bottom: 0;
}

.sticky-message a.tertiary-btn {
	padding: 2px 25px;
}

/* Callout
---------------------------------------------------------------------------------------------------- */

.callout {
    color: #000;
    background: #f7f7f7;
    padding: 2em 0;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

.content-sidebar-wrap {
	background: #fff;
	position: relative;
	z-index: 15;
}

.page .content, .archive .content, .single-product .content {
	margin: 0 auto;
	width: 66%;
}

.page.page-id-260 .content {
	width: 100%;
}

.single .entry-content, .blog .entry-content, .single .comment-respond, .single .entry-header {
    width: calc(66% - 22%);
    margin: 0 auto;
}

.entry-header {
    margin: 0 0 2.5rem 0;
}

.single .entry-header, .blog .entry-header {
    padding: 100px 0 0;
}

/* Featured Image
---------------------------------------------------------------------------------------------------- */

#featured-img-id {
    margin: 0 0 30px;
}

/* Product backgrounds
---------------------------------------------------------------------------------------------------- */
.product-background {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
	color: #222;
    min-height: 450px;
    width: 100%;
    display: flex;
    align-items: center;
}

.product-background h3 {
	color: #b58627;
}

.product-background a {
	border-bottom: 1px solid #b58627;
	color: #222;
}

.product-background a:hover {
	border-bottom: 3px solid #b58627;
}

.product-background strong {
	background: #284565;
	color: #fff;
}

.product-background > * {
	margin: 0 auto;
	width: 1024px;
}

.product-background.dso138 {
    background: #f7f7f7;
    background-size: 25%;
	text-align: left;
}

/* Entries
---------------------------------------------------------------------------------------------------- */

.page-template-page_blog article {
    border-bottom: 1px solid #222;
    padding: 0 0 50px;
    margin: 0 0 50px;
}

.page-template-page_blog article:last-of-type {
    border-bottom: 0;
}

.single article {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.category .entry {
    border-bottom: none;
    float: left;
    margin-bottom: 60px;
    padding-right: 20px;
    width: 33%;
}

.category .entry:nth-child(3n+1) {
    clear: left;
}

/* .entry-content {
	margin: 0 auto;
	width: 66%;
} */

.entry-content blockquote {
    text-align: left;
}

.entry-content table, .content-block table {
	padding: 0 0 30px;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.entry-content table th, .entry-content table td, .content-block table th, .content-block table td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top;
}

.entry-content table td.green {
	background: #e4eace;
}

.entry-content table th {
    background-color: #f4f4f4;
}

.entry-content a:not(.primary-btn):not(.noborder), .content-block a:not(.primary-btn):not(.noborder) {
	border-bottom: 1px solid #284565;
	color: #284565;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.entry-content ol, .entry-content ul, .content-block ol, .content-block ul {
    margin-bottom: 1.5em;
}

.entry-content ol > li {
    list-style-type: decimal;
    margin: 0 0px 0.5em;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.entry-content ul > li, .content-block ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}


/* Entry Meta
---------------------------------------------------------------------------------------------------- */

p.entry-meta,
p.entry-meta a {
	box-shadow: none;
    color: #b0b0b0;
}

p.entry-meta {
    font-family: henriette, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: lowercase;
}

p.entry-meta a:hover {
    color: #db8398;
}

.entry-footer {
    margin: 0 auto;
    padding: 10px 0 2px;
    text-align: center;
}

/* DISQUS
---------------------------------------------------------------------------------------------------- */

#disqus_thread, .entry-comments, .error404 .content {
    margin: 0 auto;
    max-width: 660px;
    padding: 50px 0 0;
}

.single .wp-post-image {
    display: none;
}

/* After Entry
---------------------------------------------------------------------------------------------------- */

.after-entry {
    background-color: #f6f6f6;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px 20px 30px;
    text-align: center;
}

.after-entry input {
    display: inline !important;;
    padding: 6px 10px 8px !important;
    width: 200px !important;
}

.after-entry label,
.after-entry input[type=email],
.after-entry input[type=text] {
    font-family: 'ff-tisa-web-pro', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.4;
}

.after-entry input[type=submit] {
    background-color: #d37583 !important;
    border-bottom: 3px solid #d37583;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 20px;
    padding: 6px 100px !important;
    width: auto !important;;
}

.after-entry input:hover[type=submit] {
    background-color: #d37583;
    border-bottom: 3px solid #d37583;
}

/* Author Box
---------------------------------------------------------------------------------------------------- */

.author-box {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 20px;
}

.author-box-title {
    font-family: henriette, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

/* Category Pages
---------------------------------------------------------------------------------------------------- */

.featured-image {
    margin-bottom: 20px;
    text-align: center;
}


/* Pagination
---------------------------------------------------------------------------------------------------- */

.pagination {
    clear: both;
    font-family: skolar-sans-latin-extended, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
}

.single .pagination {
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.single .pagination-next,
.single .pagination-previous {
    float: left;
    padding: 50px;
    text-align: center;
    width: 50%;
}

.single .pagination-previous {
    border-right: 1px solid #eee;
}

.pagination .title {
    color: #d37583;
    display: inline-block;
    font-family: 'ff-tisa-web-pro', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: lowercase;
}

.pagination a {
    border-bottom: 0;
    color: #232525;
}

.pagination a:focus,
.pagination a:hover {
    color: #d37583;

}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #232525;
    border: 1px solid #232525;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #e85555;
    border: 1px solid #e85555;
    color: #fff;
}


/* Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232525;
    font-family: edita, serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 20px;
}

h1 {
	color: #474748;
    font-style: normal;
    font-size: 45px;
    font-size: 4.5rem;
}

h2 {
	color: #d32725;
    font-style: normal;
    font-size: 35px;
    font-size: 3.5rem;
}

h3 {
    color: #565264;
    font-size: 25px;
    font-size: 2.5rem;
	letter-spacing: 0.01em;
    text-transform: none;
	font-weight: 400;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    text-transform: none;
}

.comment-respond h3,
.entry-comments h3 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 60px;
    margin-top: 100px;
}

h5 {
	font-style: italic;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
	letter-spacing: 0.01em;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: skolar-sans-latin-extended, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .2em;
	margin-bottom: 10px;
}

.shadow::after {
    background: #d5f5ee;
    height: 12px;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -2px;
    left: -3px;
    width: 4em;
}

/* Titles
---------------------------------------------------------------------------------------------------- */

.entry-title, archive-title {
    font-family: edita, serif;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 5px;
    word-wrap: break-word;
    text-transform: initial;
}

#featured-post-7 .entry-title {
    font-size: 35px;
    font-size: 3.5rem;
}

body:not(.home):not(.blog) .entry-title, .archive-title {
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.page-id-2655 .entry-title {
    font-size: 35px;
    font-size: 3.5rem;
    padding: 0;
    text-align: left;
}

.content .entry-title a,
.content .entry-title a:focus,
.content .entry-title a:hover {
    border-bottom: none;
    color: #474748;
}

.content .entry-title a:focus,
.content .entry-title a:hover {
    color: #474748;
}

.widget-title {
    font-family: skolar-sans-latin-extended, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 20px;
}


/* Objects
---------------------------------------------------------------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}


/* Forms
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
    background-color: #f7f7f7;
    border: 1px solid #999;
    color: #253234;
	display: inline-block;
    font-family: skolar-sans-latin-extended, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 5px 0;
    padding: 16px 20px;
    width: 100%;
}

input[type="number"] {
    background-color: #fff;
    border: 1px solid #253234;
    padding: 7px;
}

input:focus,
textarea:focus {
    background-color: #fff;
    border: 1px solid #222;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #999;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #000;
	border: none;
    color: #fff;
    display: inline-block;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    padding: 12px 25px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
	width: 100%;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:focus,
.button:hover {
    background-color: #284565;
    border: none;
    color: #fff;
    text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

a.button.small,
.entry-content a.button.small,
.textwidget a.button.small {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 12px 20px;
}

a.alignleft, a.alignleft:hover{
    border: none;
    background: none;
}

input[type="submit"],
.content input[type="submit"] {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 25px;
    width: 100%;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
    padding: 8px 16px;
}

.primary-btn, .primary-btn:visited, .primary-btn:active {
    background: #222;
    color: #fff;
    display: inline-block;
    font-family: skolar-sans-latin-extended, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
	margin: 5px 0;
    padding: 12px 25px;
    transition: all 0.3s ease 0s;
}

.primary-btn:hover {
	background: #284565;
    transform: translatey(-3px);
}

.dark .primary-btn {
    background: #e26554;
    color: #fff;
}

.dark .primary-btn:hover {
    background: #fff;
    color: #000;
}

.secondary-btn {
    background: #1b3349;
    color: #fff;
    text-align: center;
}

.secondary-btn:hover {
    background: #222;
}

.tertiary-btn {
    border-bottom: 2px solid #284565;
    color: #284565;
    text-align: center;
}

.tertiary-btn:hover {
	border-bottom: 2px solid #d32725;
}

.btn-arrow::after {
    content: "→";
    margin-left: 3px;
    left: 0;
}

.btn-pointer::before {
    content: "→";
    margin-right: 3px;
    left: 0;
}

/* Screen Reader Text
---------------------------------------------------------------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    background-color: #fff;
    border: 0;
    clip: rect(0, 0, 0, 0);
    color: #232525;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	background: #f2f2f2;
    clip: auto !important;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    height: auto;
    padding: 20px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/* Avatars
---------------------------------------------------------------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 20px;
}

.alignright .avatar {
    margin-left: 20px;
}

.author-box .avatar {
    height: 80px;
    margin-left: 20px;
    width: 80px;
}


/* Search Form
---------------------------------------------------------------------------------------------------- */

.search-form {
    overflow: hidden;
}

.search-form input {
    width: auto;
    -webkit-appearance: none;
}

.search-form input[type="search"] {
    margin-right: 10px;
    padding: 6px 10px 8px;
    width: 170px;
}

.search-form input[type="submit"] {
	background: #284565;
    border: none;
    color: #fff;
    padding: 8px 12px !important;
}

.search-form input[type="submit"]:hover {
    background-color: #222;

}


/* Miscellaneous
---------------------------------------------------------------------------------------------------- */

a.aligncenter img {
    display: block;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 30px 0 0;
}

.archive a.alignleft,
.archive img.alignleft,
.archive .wp-caption.alignleft {
    margin: 0 30px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 0 30px;
}

img .add-border{
  border: 5px solid #f4f4f4;
}

[class^='imghvr-'],
[class*=' imghvr-'] {
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: #2266a5;
  color: #303036;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
  margin: 0;
}
[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
  background-color: #253234;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}
[class^='imghvr-'] figcaption h1,
[class*=' imghvr-'] figcaption h1,
[class^='imghvr-'] figcaption h2,
[class*=' imghvr-'] figcaption h2,
[class^='imghvr-'] figcaption h3,
[class*=' imghvr-'] figcaption h3,
[class^='imghvr-'] figcaption h4,
[class*=' imghvr-'] figcaption h4,
[class^='imghvr-'] figcaption h5,
[class*=' imghvr-'] figcaption h5,
[class^='imghvr-'] figcaption h6,
[class*=' imghvr-'] figcaption h6 {
  color: #fff;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* add-hover-*
   ----------------------------- */
[class^='imghvr-fade'] figcaption,
[class*=' imghvr-fade'] figcaption {
  opacity: 0;
}
[class^='imghvr-fade']:hover > img,
[class*=' imghvr-fade']:hover > img {
  opacity: 0;
}
[class^='imghvr-fade']:hover figcaption,
[class*=' imghvr-fade']:hover figcaption {
  opacity: 1;
}
[class^='imghvr-fade']:hover > img,
[class*=' imghvr-fade']:hover > img,
[class^='imghvr-fade']:hover figcaption,
[class*=' imghvr-fade']:hover figcaption {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
figure > p {
	margin: 0;
  line-height: 0;
}

/* 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;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    color: #232525;
    outline: #ddd solid 1px;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
    float: right;
    font-size: 15px;
    font-size: 1.5rem;
    width: 280px;
    text-align: center;
}

.sidebar .widget {
    margin-bottom: 60px;
}

.sidebar #text-24.widget {
    margin-bottom: 0;
}

.sidebar .widget-title {
    font-family: skolar-sans-latin-extended, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.sidebar .widget_search {
    margin-bottom: 80px;
}

.sidebar img {
    margin-bottom: 20px;
}

/* .sidebar a, .sidebar a:hover {
    background: none;
    border-bottom: none;
} */

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar .simple-social-icons {
    margin-bottom: 40px;
}

.sidebar .simple-social-icons ul li {
    margin: 0 3px !important;
}

.sidebar .simple-social-icons ul li a {
    padding: 8px !important;
}

/* Business PLan
--------------------------------------------- */

.sidebar .gray {
    background-color: #f6f6f6;
    padding: 25px;
    text-align: center;
}

.sidebar .gray-title {
    font-family: henriette, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sidebar .gray-title .large {
    font-size: 20px;
    font-size: 2rem;
}

.sidebar .gray .description {
    font-family: 'ff-tisa-web-pro', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.4;
}

.sidebar .gray .cta {
    background-color: #d1b288;
    border-bottom: 3px solid #bb9e74;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-family: henriette, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    padding: 12px 20px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.sidebar .gray .cta:hover {
    background-color: #bb9e74;
}

/* I Want to Read...
--------------------------------------------- */

.sidebar .read {
    border: 5px solid #f6f6f6;
    overflow: hidden;
    text-align: center;
}

.sidebar .read img {
    margin-bottom: 5px;
}

.sidebar .read .block {
    background-color: transparent;
    border-radius: 3px;
    display: block;
    padding: 20px 10px;
}

.sidebar .read .block:hover {
    background-color: #f6f6f6;
}

.sidebar .read a:hover {
    color: #253234;
}

.sidebar .read span.read-link {
    display: block;
    font-family: 'ff-tisa-web-pro', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: lowercase;
}

.sidebar .read-1,
.sidebar .read-2,
.sidebar .read-3,
.sidebar .read-4 {
    display: block;
    float: left;
    width: 50%;
}

.sidebar .read-1,
.sidebar .read-2 {
    border-bottom: 5px solid #f6f6f6;
}

.sidebar .read-2,
.sidebar .read-4 {
    border-left: 5px solid #f6f6f6;
}

.sidebar .read-1 img {
    height: 72px;
    width: 80px;
}

.sidebar .read-2 img {
    height: 72px;
    width: 47px;
}

.sidebar .read-3 img {
    height: 66px;
    width: 75px;
}

.sidebar .read-4 img {
    height: 66px;
    width: 55px;
}

/* Before Footer Spacer 
---------------------------------------------------------------------------------------------------- */

.footer-spacer {
    z-index: -1;
    position: relative;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #000;
    line-height: 0;
    padding: 30px 0;
    text-align: left;
}

.site-footer .wrap > *:last-child {
    text-align: right;
}

.site-footer a,
.site-footer p {
    color: #fff;
}

.site-footer a {
    color: #fff;
	box-shadow: none;
}

.site-footer a:focus,
.site-footer a:hover {
    color: #999;
}

.site-footer p {
    font-family: proxima-nova, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.site-footer p:last-child {
    margin-bottom: 0;
}

.site-footer .simple-social-icons {
    margin-bottom: 40px;
    margin-top: 40px;
}

.site-footer .simple-social-icons ul li {
    margin: 0 3px !important;
}

.site-footer .simple-social-icons ul li a {
    padding: 8px !important;
}

.menu-footer-menu-container {
    font-family: edita, serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.menu-footer-menu-container ul {
	display: table;
    margin: 30px auto 40px;
}

.menu-footer-menu-container ul li {
	display: table-cell;
	padding: 0 25px;
}

.menu-footer-menu-container ul li a:hover {
    color: #999;
}

/* Related Posts
---------------------------------------------------------------------------------------------------- */
.related-posts {
    background: #f2f2f2;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    overflow: hidden;
    padding-bottom: 25px;
}
.related-title {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}
.related-list a {
    box-shadow: none;
    color: #232525;
	font-style: italic;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.related-list a:focus, .related-list a:hover {
	background: none;
}
.related-list {
    margin: 0 auto;
    max-width: 660px;
}
.related-list li {
    float: left;
    margin: 0 3% 0 0;
    width: 31.3%;
}
.related-list ul:last-child li {
    margin: 0;
}
.related-list img {
    display: block;
    margin: 0 auto 15px;
}

/* Page Footer
--------------------------------------------- */

.book-me {
	margin: 0;
	padding: 3em 0;
}

.book-me > * {
	width: 1024px;
	margin: 0 auto;
}

.book-me h2 {
	color: #fff;
}

.page-footer > * {
    border-top: 1px solid #7096c5;
	font-size: 1.2rem;
	font-size: 12px;
    font-family: skolar-sans-latin-extended, sans-serif;
    font-weight: 400;
    letter-spacing: .2em;
	margin: 0 auto;
    padding: 3em 0 0;
    text-transform: uppercase;
	width: 1024px;
}

.page-footer > * > *:first-child {
    text-align: left;
}

.page-footer > * > *:last-child {
    text-align: right;
}

.page-footer, .page-footer a {
	color: #adc2db;
}

.page-footer a:hover {
	color: #fff;
}

/* Social Footer
--------------------------------------------- */

.social-footer li > a {
	display: table;
}

.social-footer li > a > * {
    display: table-cell;
}

.social-footer li svg {
	color: #fff;
	width: 1em;
    height: 1em;
}

.social-footer li span {
    font-family: proxima-nova, sans-serif;
    font-size: 1.4rem;
    letter-spacing: .2em;
    padding-left: 1rem;
    vertical-align: middle;
}

/* Footer Menu
--------------------------------------------- */

.footer-menu-container {
	background: #ECDD50;
	padding: 30px 0 0;
	text-align: center;
}

/* Instagram Slider
--------------------------------------------- */

.jr-insta-thumb ul.thumbnails {
	margin: 0 !important;
}

.jr-insta-thumb ul.thumbnails.jr_col_6 li {
	width: 14.5% !important;
}

.jr-insta-thumb ul.thumbnails li {
	margin: 0 0 0 2.5% !important;
}

.jr-insta-thumb ul.thumbnails li:first-of-type {
	margin: 0 !important;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 460px) {
	.site-description {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
    .hero-background.homepage {
        box-shadow: inset 0 0 0 1000px rgba(255,255,255,.8);
        background-position: 100% 0;
        background-size: auto;
        text-align: center;
    }
	
	.hero-background > * > *, .hero-background.homepage > * > * {
		width: 100%;
	}
    
    .genesis-nav-menu .menu-item.menu-item-109 a {
        color: #2261ae;
        background: none;
    }
    
    .title-area {
        width: auto;
    }

	.site-title {
		margin: 0;
        padding: 10px;
	}

    .site-header, .content-sidebar .content, .content-sidebar .sidebar {
        width: 100%;
    }
    
    .primary-btn {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .site-header {
        padding: 1em 0;
        position: inherit;
        text-align: center;
    }

    .nav-secondary .title-area {
        display: none;
    }

    .content-sidebar .content,
    .content-sidebar .sidebar,
    .sidebar-content .content,
    .sidebar-content .sidebar {
        float: none;
    }


    .after-header > .wrap, .before-footer > .wrap, .before-footer-about > .wrap, .before-footer-services > .wrap, .before-footer-course > .wrap {
        padding: 0 5%;
        width: 100%;
    }

    .featured-links > * {
        display: block;
        width: auto;
    }

    .big-leader .wrap {
        width: 100% !important;
        padding: 0 5%;
    }

    .single .entry-header, .page .entry-header, .blog .entry-header, .page .content .wrap {
        width: 100%;
    }

    .page .content, .archive .content, .single-product .content, .entry-comments, .error404 .content {
        margin-bottom: 0;
        margin-top: 0;
        width: 90%;
	}
	
	.single .entry-content, .blog .entry-content, .single .comment-respond, .single .entry-header, .page .content .wrap > .wrap {
		width: 90%;
	}
    
    .featured-guide a.alignleft {
        width: 100%;
    }

    .featured-posts .widget-wrap {
        display: block;
        justify-content: inherit;
    }

    .featured-posts .widget-wrap > *, .featured-posts .widget-wrap > *:last-of-type {
        margin: 0;
        width: 100%;
    }
    
    .comment-list ul.children {
        margin-left: 0;
    }

    .category .entry {
        width: 100%;
        padding: 0;
    }

    .related-posts {
        padding: 0 5% 8%;
    }

    .sidebar {
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }

    h1, .page .entry-title {
        font-size: 30px;
        font-size: 3rem;
        text-align: center;
    }
    
    .hero-background h1 {
        font-size: 21px;
        font-size: 2.1rem;
        text-align: center;
    }
    
    .cd-words-wrapper {
        text-align: center;
    }

    h2 {
        font-size: 25px;
        font-size: 2.5rem;
    }

    h3 {
        font-size: 20px;
        font-size: 2rem;
        margin: 20px 0;
    }

    h4, h5, h6 {
        font-size: 20px;
        font-size: 2rem;
    }

    a.alignleft, img.alignleft, .wp-caption.alignleft {
        margin: 0 0 30px;
    }
    
    .page-footer > * {
        font-size: 1.0rem;
        font-size: 10px;
    }
    
    .page-footer > * > *:first-child, .page-footer > * > *:last-child {
        text-align: center;
    }
    
    .page-footer p {
        margin: 0;
    }

}

/* CK
---------------------------------------------------------------------------------------------------- */
.ck_form.ck_naked {
    margin: 0;
}

.content .ck_form.ck_naked .ck_form_fields {
    padding: 0;
}

.content .ck_form.ck_naked .ck_subscribe_button {
    vertical-align: middle;
}

/* Progress Bar */
#wtr-progress {
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* Cookie Policy */
.cookie-notice-container {
	padding: 2em;
}

#cookie-notice {
	color: #fff;
	font-size: 1.6rem;
	font-size: 16px;
}

#cookie-notice a {
	color: #aaa;
}

#cookie-notice a:hover {
	color: #fff;
}

.cn-button {
	border: 2px solid #fff;
	font-family: skolar-sans-latin-extended, sans-serif;
	letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 12px;
}

/* Custom
---------------------------------------------------------------------------------------------------- */

.heading {
    color: #284565;
    font-family: edita, serif;
    font-size: 3rem;
    font-size: 30px;
    left: 75px;
    line-height: 1.5;
    position: relative;
}

.heading::before {
    width: 170px;
    content: " ";
    background-image: url(/wp-content/uploads/2018/10/arrow-left.png);
    position: absolute;
    left: -180px;
    top: -10px;
    height: 120px;
}

.content-block {
	padding: 100px 0;
}

.alternate {
	background: #f2f2f2;
}

.lightroom {
	background: #222;
}

.content-block p:last-child  {
    margin: 0;
}

.line-waves {
    background: #fff url(/wp-content/uploads/2018/10/wave-bg.png) repeat left center;
    overflow: hidden;
}

.waves {
    color: #fff;
    background: -webkit-linear-gradient(-0deg, #f9d46b 40%, rgba(0, 0, 0, 0) 40%), #284565 url(/wp-content/uploads/2019/01/water-bg.png) repeat-x 50% 0%;
    background: -o-linear-gradient(-0deg, #f9d46b 40%, rgba(0, 0, 0, 0) 40%), #284565 url(/wp-content/uploads/2019/01/water-bg.png) repeat-x 50% 0%;
    background: -moz-linear-gradient(-0deg, #f9d46b 40%, rgba(0, 0, 0, 0) 40%), #284565 url(/wp-content/uploads/2019/01/water-bg.png) repeat-x 50% 0%;
    background: linear-gradient(-0deg, #f9d46b 40%, rgba(0, 0, 0, 0) 40%), #284565 url(/wp-content/uploads/2019/01/water-bg.png) repeat-x 50% 0%;
}

.waves.grey {
    color: #fff;
    background: -webkit-linear-gradient(-0deg, #f9d46b 40%, rgba(0, 0, 0, 0) 40%), #284565 url(/wp-content/uploads/2019/01/water-grey-bg.png) repeat-x 50% 0%;
    background: -o-linear-gradient(-0deg, #f9d46b 40%, rgba(0, 0, 0, 0) 40%), #284565 url(/wp-content/uploads/2019/01/water-grey-bg.png) repeat-x 50% 0%;
    background: -moz-linear-gradient(-0deg, #f9d46b 40%, rgba(0, 0, 0, 0) 40%), #284565 url(/wp-content/uploads/2019/01/water-grey-bg.png) repeat-x 50% 0%;
    background: linear-gradient(-0deg, #f9d46b 40%, rgba(0, 0, 0, 0) 40%), #284565 url(/wp-content/uploads/2019/01/water-grey-bg.png) repeat-x 50% 0%;
}

.waves.red {
    background: -webkit-linear-gradient(-0deg, #f9d46b 50%, rgba(0, 0, 0, 0) 50%), #e26554 url(/wp-content/uploads/2018/10/water-red-bg.png) repeat-x 50% 0%;
    background: -o-linear-gradient(-0deg, #f9d46b 50%, rgba(0, 0, 0, 0) 50%), #e26554 url(/wp-content/uploads/2018/10/water-red-bg.png) repeat-x 50% 0%;
    background: -moz-linear-gradient(-0deg, #f9d46b 50%, rgba(0, 0, 0, 0) 50%), #e26554 url(/wp-content/uploads/2018/10/water-red-bg.png) repeat-x 50% 0%;
    background: linear-gradient(-0deg, #f9d46b 50%, rgba(0, 0, 0, 0) 50%), #e26554 url(/wp-content/uploads/2018/10/water-red-bg.png) repeat-x 50% 0%;
    margin: 25px 0 0;
}

.waves h2, .waves h3 {
    color: #fff;
}

.waves h3.alt {
	color: #f9d46b;
}

.waves .paper h2 {
    color: #000;
}

.waves.red .paper h2 {
    color: #e26554
}

.paper {
    background: #fff;
    color: #000;
    margin: 50px 0;
    padding: 100px;
}

.paper::after {
    width: 300px;
    content: " ";
    background: url(/wp-content/uploads/2018/10/nav-hover.png) 0% 0% no-repeat;
    background-size: 75%;
    position: absolute;
    height: 244px;
    right: 300px;
}

.paper.waves {
    background: #fff url(/wp-content/uploads/2018/10/wave-bg.png) repeat left center;
}

.waves.red .paper {
    padding: 100px 50px;
}

.paper h3 {
    color: #000;
}

.paper p.emphasis {
    color: #e26554;
}

.step {
    background: #fff;
    color: #000;
    margin: 50px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.highlight {
    background: #f7f7f7;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}

.step .icon, .highlight .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex; /* add */
    justify-content: center; /* add to align horizontal */
    align-items: center;
    width: 230px;
}

.step .icon img, .highlight .icon img {
    width: 75%;
}

.step .copy, .highlight .copy {
    margin: 0 0 0 170px;
    padding: 50px;
    position: relative;
}

.number::before {
    background: #000;
    content: "";
    color: #f9d46b;
    display: inline-block;
    font-family: edita, serif;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    position: absolute;
    left: -18px;
    top: -18px;
    width: 36px;
    height: 36px; 
    -moz-border-radius: 18px; 
    -webkit-border-radius: 18px; 
    border-radius: 18px;
}

.number:first-of-type::before {
    content: "1";
}

.number:nth-of-type(2)::before {
    content: "2";
}

.number:nth-of-type(3)::before {
    content: "3";
}

.number:last-of-type::after {
    width: 300px;
    content: " ";
	background: transparent url(/wp-content/uploads/2018/10/nav-hover.png) center no-repeat;
    background-size: 75%;
    position: absolute;
    height: 244px;
    right: -250px;
}

.form {
    background: #fff;
    padding: 5em;
	border: 1px solid #000;
}

.cards > * {
    background: #fff;
    padding: 50px;
}

.cards h3 {
	color: #000;
}

.cards > a {
    border: 1px solid #000;
}

.cards > a:hover {
    background: #000;
    color: #fff;
    transform: scale(1.05);
}

.cards > a:hover > *, .cards > a:hover > * > * {
    color: #fff;
}

.cards > a:hover .secondary-btn {
    color: #284565;
}

.cards p {
	color: #000;
}

.tape::before {
    width: 150px;
    content: " ";
    background-image: url(/wp-content/uploads/2019/01/tape.png);
    background-size: cover;
    position: absolute;
    left: 27%;
    height: 39px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tape {
   position: relative;
}

.tape > * {
    margin-top: 1em;
    padding: 2em 1em;
}

.shadow {
    border: 1px solid #ddd;
    box-shadow: 10px 10px #eee;
}

.quote {
	font-family: "Karma", serif;
    font-size: 2.5rem;
    margin: 2.5em;
}

.footnote {
    font-family: edita, serif;
    font-style: italic;
    font-size: 14px;
    font-size: 1.4rem;
}

.vertical-line {
	background: transparent url(/wp-content/uploads/2018/10/arrow-down.png) 50% 0% no-repeat;
    content: " ";
	margin: 0 auto 30px;
	height: 60px;
}

.no-bottom {
    margin-bottom: 0;
}

.no-padding.top {
    padding-top: 0;
}

.padding.left {
    padding-left: 1.5em;
}

.padding-right {
    padding-right: 1.5em;
}

.no-margin {
	margin: 0;
}

.extra-margin {
	margin-bottom: 30px;
}

.extra-extra-margin {
	margin: 30px auto;
}

.overflow {
	overflow: hidden;
}

.left {
    text-align: left;
}

h3 .underline {
    border-bottom: 2px solid #f4c83d;
}

p .underline, li .underline {
    background: #f7f7f7;
    font-family: edita, serif;
    margin: 0 5px;
}

.nc_socialPanel {
	width: 660px !important;
}

.ck_form_container {
    margin: 0 0 30px;
}

/* Text colors */
.dark .subheading {
    color: #fff;
}

.dark h2 {
    color: #f4c83d;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	margin: 0 auto;
	text-align: center;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

ul.leaf li {
	list-style-image: url(//bebright.co/wp-content/uploads/2018/01/bullet.png);
}

#accordion > h5 {
    border: none;
    outline: none;
    transition: 0.4s;
    cursor: pointer;
	color: #a9a9a9;
    margin: 0;
    padding: 0.1em 0;
}

#accordion > div {
	border-left: 1px solid #a9a9a9;
    padding: 0 1em;
    margin: 1em 0;
	display: none;
    overflow: hidden;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}

@media only screen and (max-width: 1023px) {

    .wrap, .waves > .wrap {
        width: 90%;
    }
	
	.wrap > .wrap {
		width: 100%;
	}
	
	.nc_socialPanel {
		width: 90% !important;
	}
	
	.content-block > .wrap, .wrap > .wrap {
        margin: 50px auto;
	}
    
    .heading {
        left: 0;
    }
    
    .heading::before {
        display: none;
    }
    
    .vertical-line {
        height: 60px;
    }
    
    .paper, .waves.red .paper {
        padding: 30px;
    }

    .paper::after {
        background: none;
    }
    
    .number::before {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    
    .number:last-of-type::after {
        bottom: -275px;
        right: -50px;
    }
    
    .step .icon, .step .copy, .highlight .icon, .highlight .copy {
        margin: 0;
		padding: 1em;
		text-align: center;
        width: 100%;
    }
    
    .step .icon, .highlight .icon {
        position: relative;
        top: 25px;
    }
	
	.form {
		padding: 1em;
	}
	
	.form .ck_form_container {
		margin-top: 1em;
	}
    
    .cards > * {
        margin: 10px 0;
    }
	
	.quote {
		margin: 0;
	}
	
	.padding.left, .padding.right {
	    padding: 0;
	}
    
    .photo {
        display: none;
    }
    
    .inline-quote {
        border: none;
        padding: 2.5em 0 0;
    }
    
    .site-footer {
        line-height: 1.5;
        text-align: center;
        height: 100px;
    }
    
    .site-footer * {
        text-align: center;
    }
    
    .menu-footer-menu-container ul {
        display: none;
    }
    
    .mobile-only {
        display: block;
        margin: 30px auto;
    }
    
    .desktop-only {
        display: none;
    }
}