/*
	Theme Name: Jarot
	Theme URI: https://www.altitudemedia.com.au/?ref=jarot
	Description: Created for the Genesis Framework.
	Author: Altitude Media
	Author URI: https://www.altitudemedia.com.au/?ref=jarot

	Version: 1.5

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, rtl-language-support

	Template: genesis
	Template Version: 2.2+

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


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- 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: 22px;
    font-size: 2.2rem;
    -webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #3E3E3E;
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

.home .site-container {
	font-size: 24px;
	font-size: 2.4rem;
}

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: #3B6E8F;
	text-decoration: none;
}

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

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

p:last-child{
	margin-bottom: 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: 0;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 20px;
}

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

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

.image-section h2,
.solid-section h2 {
	font-size: 54px;
}

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

.front-page h3 {
    font-weight: 300;
}

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

.image-section h4,
.solid-section h4 {
	font-size: 85px;
	font-size: 8.5rem;
	font-weight: 700;
	margin-bottom: 40px;
}

.front-page-1 .image-section h4 {
	margin-bottom: 10px;
	line-height: 1;
}

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

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

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

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

img {
	height: auto;
}

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

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

input,
select,
textarea {
	background-color: #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: #B7B7B7;
	font-weight: 300;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #3B6E8F;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 30px;
	text-transform: uppercase;
	width: auto;
	word-spacing: 2px;
}

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  {
	opacity: 0.8;
}

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

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

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

.button {
	display: inline-block;
}

a.button{
	border: 3px solid #fff;
	background-color: transparent;
	border-radius: 42px;
	font-size: 26px;
	font-weight: 500;
	text-transform: initial;
	letter-spacing: 0;
	line-height: 1.2;
}

a.button.highlight{
	background-color: #FF9D00;
	border-color: #FF9D00;
}


#front-page-1 a.button.highlight{
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

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

.site-inner .gform_wrapper .gform_footer input.button, 
.site-inner .gform_wrapper .gform_footer input[type=submit] {
    font-size: 16px;
}

.site-inner .gform_wrapper input[type=text], 
.site-inner .gform_wrapper input[type=url], 
.site-inner .gform_wrapper input[type=email], 
.site-inner .gform_wrapper input[type=tel], 
.site-inner .gform_wrapper input[type=number], 
.site-inner .gform_wrapper input[type=password] {
	padding: 20px;
}

.site-inner .gform_wrapper ul li.gfield {
    margin-bottom: 20px;
}

/* Buttons and Colors */

a.button.medium {
	font-size: 16px;
	font-weight: 300;
	padding: 12px 60px;
}

a.button.large {
	font-size: 18px;
	font-weight: 300;
	padding: 15px 60px;
}

a.button.clear-button {
	background: none;
	border: 1px solid #fff;
}

a.button.clear-button:hover {
    border: 1px solid #3B6E8F;
}

a.button.black {
	background: #000;
}

a.button.white {
	background: #fff;
	color: #333;
}

a.button.white-clear {
	background: none;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



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

/* ## 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;
    display: inline-block;
}


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

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

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

.site-header .wrap{
	max-width: 1400px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 60px;
	position: relative;
	z-index: 9;
	-word-wrap: break-word;
}

.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
	overflow: hidden;
}

body[class*="template-default"]:not(.home) .site-inner{
	padding: 0;
	max-width: 100%;
	margin-top: 0;
}

body[class*="template-default"]:not(.home) .entry-header{
	background-image: url(/wp-content/uploads/2018/12/jarot-business-assessment-main.jpg);
	background-repeat: no-repeat;
	background-position: center 25%;
	padding: 60px 0;
	background-size: cover;
}

body[class*="template-default"]:not(.home) .entry-title{
	color: #fff;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 0;
	-webkit-font-smoothing: initial;
}

body[class*="template-default"]:not(.home) .entry-content{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0;
}

body[class*="template-default"].single-post .entry-title, 
body[class*="template-default"].single-post .entry-content{
	max-width: 960px;
	position: relative;
}

body.single-post .entry-content img.size-full {
    width: 100%;
}



.squareone-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* # Social Share
---------------------------------------------------------------------------------------------------- */
.outdoor-share{
	text-align: right;
}

.single-post .outdoor-share {
    text-align: left;
    margin-bottom: 1em;
}

.single-post .__sp.__sp-content {
    margin-bottom: 1em;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0 0.25em;
  font-size: 18px;
}

.resp-sharing-button {
  border-radius: 50%;
  transition: 25ms ease-out;
  padding: 0.45em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.social-share {
    position: absolute;
    top: 60px;
    left: -80px
}

.social-share a{
    display: block;
    margin-bottom: 5px;
    font-size: 22px!important;
}

.resp-sharing-button{
    border: 0!important;
    background-color: #fff!important;
    padding-top: 0;
    padding-bottom: 0;
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle{
    fill: #c3c3c3!important;
}

.social-share a:hover .resp-sharing-button__icon--solid,
.social-share a:hover .resp-sharing-button__icon--solidcircle{
    fill: #3B6E8F!important;
}

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

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

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

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

.author-box .avatar {
	border-radius: 99%;
	-moz-border-radius: 99%;
	-ms-border-radius: 99%;
	-webkit-border-radius: 99%;
	height: 100px;
	width: 100px;
}

.entry-comments .avatar {
	height: 70px;
	width: 70px;
}

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

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

.comment .avatar {
	border-radius: 99%;
	margin: 0 16px 24px 0;
	-moz-border-radius: 99%;
	-ms-border-radius: 99%;
	-webkit-border-radius: 99%;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #222;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.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;
	margin-bottom: 0;
}

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

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

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

.sidebar .widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
}

.footer-widgets div[id*="gform_wrapper"] .gform_heading{
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

.footer-widgets div[id*="gform_wrapper"] .gform_description{
	width: 100%!important;
}

.footer-widgets div[id*="gform_wrapper"]{
	margin-top: 0;
}

.footer-widgets div[id*="gform_wrapper"] .gform_body{
	/* width: 66.66%; */
	/* float: left; */
}

.footer-widgets div[id*="gform_wrapper"] .gform_footer{
	/* width: 33.33%; */
	/* float: left; */
	/* clear: none; */
	/* padding-top: 0; */
	/* margin-top: 0; */
}

.footer-widgets div[id*="gform_wrapper"] .gfield{
	width: 50%;
	float: left;
	clear: none;
	border-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-widgets div[id*="gform_wrapper"] div.ginput_container{
	margin-top: 0!important;
}

.footer-widgets div[id*="gform_wrapper"] input[type="text"],
.footer-widgets div[id*="gform_wrapper"] input[type="email"]{
	width: 100%;
	border: 1px solid #fff;
	padding: 8px 10px!important;
}


.footer-widgets div[id*="gform_wrapper"] .gform_footer input{
	background-color: #e24100;
	font-size: 18px;
	letter-spacing: initial;
	text-transform: initial;
	border: 0;
	border-radius: 24px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.35);
}

.footer-widgets div[id*="gform_wrapper"] .gform_footer input:focus {
    color: #fff;
}

.footer-widgets div[id*="gform_wrapper"] .gform_footer input:hover{
	color: #fff;
	opacity: 0.8;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

.sticky {
}

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


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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

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

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

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

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

.enews-widget,
.enews-widget .widget-title {
	/*color: #fff;*/
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	/*border: 1px solid #333;*/
}

.enews-widget input {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 1.5px;
	margin-bottom: 16px;
	margin-right: 10px;
	padding: 16px 14px;
	width: 20%;
}

.enews-widget input[type="submit"] {
	background-color: #3B6E8F;
	color: #fff;
	margin: 0;
	/*width: 100%;*/
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	opacity: .6;
}

.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-color: #fff;
	/* border-bottom: 1px solid #ddd; */
	/* left: 0; */
	/* position: fixed; */
	/* top: 0; */
	/* width: 100%; */
	/* z-index: 999; */
}

.site-header a.account-link{
	background-color: #FF9D00;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	padding: 5px 25px;
	border-radius: 28px;
}

.site-header a.account-link:hover{
	opacity: 0.8;
}

.header-sub-links{
	background-color: #3B6E8F;
	overflow: hidden;
}

.header-sub-links .widget{
	margin-bottom: 0!Important;
}

.header-sub-links ul{
	text-align: center;
}

.header-sub-links ul li{
	display: inline-block;
	margin-right: 80px;
}

.header-sub-links ul li:last-child{
	margin-right: 0;
}

.header-sub-links ul li a{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}


.header-sub-links ul li a:hover{
	opacity: 0.75;
}


.front-page .site-header {
	border-bottom: 1px solid #ddd;
	padding-top: 0;
}

.featured-section .site-header {
	background-color: transparent;
	border:  none;
}

.site-header.light {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding-top: 0;
}

.site-header.light .nav-secondary {
	display: none;
}

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

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

.title-area {
	float: left;
	padding: 0;
	width: 15%;
	/*min-width: 235px;*/
}

.site-header.light .title-area {
	padding: 25px 0;
}

.site-title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
}

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

.front-page .site-header .site-title a,
.front-page .site-header .site-title a:hover {
	color: #fff;
}

.front-page .site-header.light .site-title a,
.front-page .site-header light .site-title a:hover {
	color: #333;
}

.header-image .title-area,
.header-image .site-header.light .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 76px;
	text-indent: -9999px;
}

.header-image .light .site-title > a {
	height: 56px;
}

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

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

.site-header .widget-area {
	float: right;
	text-align: left;
	width: 82%;
	margin-top: 95px;
}

.site-header .widget-area .widget{float: right;}

.site-header .widget-area .widget_nav_menu{
	float: left;
}


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

.genesis-nav-menu {
	line-height: 1;
}

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

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

.genesis-nav-menu a {
	color: #3E3E3E;
	display: block;
	font-size: 24px;
	font-weight: 500;
	padding: 10px 10px;
	word-wrap: break-word;
	letter-spacing: 0;
}

@media only screen and (min-width: 1023px){
	.genesis-nav-menu #menu-item-674{
		display: none;
	}

	.site-header a[href*="-newsletter"]{
		background-color: #e24100;
		color: #fff!important;
		border-radius: 50px;
		padding: 10px 25px;
	}

	.site-header a[href*="-newsletter"]:hover{
		opacity: 0.7;
	}
}

@media only screen and (max-width: 1024px){
	.site-header p a[href*="-newsletter"]{
		display: none;
	}
	.genesis-nav-menu #menu-item-674{
		display: inline-block;
	}
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item a{
	color: #3B6E8F;
	font-weight: 600;
}

.site-header.light .genesis-nav-menu a {
	/*padding: 30px 15px;*/
}

.site-header.light .genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}


.front-page .genesis-nav-menu > .menu-item > a:hover {
	color: #3B6E8F;
}

.front-page .site-header.light .genesis-nav-menu > .menu-item > a {
	color: #333;
}

.front-page .site-header.light .genesis-nav-menu > .menu-item > a:hover {
	color: #3B6E8F;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #222;
	color: #fff;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #3B6E8F;
}

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

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

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

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

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

.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

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

.nav-secondary {
	border-bottom: 1px solid #444;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 400;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}


.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

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

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	display: table;
	overflow: hidden;
	padding: 200px 0 180px;
	table-layout: fixed;
	width: 100%;
}

.image-section.two-column{
	background-color: #FBFBFB;
	color: #3E3E3E;
	padding: 0;
}

.image-section.two-column .wrap{
	max-width: 100%;
	position: relative;
}

.image-section.two-column .wrap:before{
	position: absolute;
	background: url(/wp-content/uploads/2018/12/jarot-business-assessment-3.jpg) no-repeat center center;
	background-size: cover;
	display: inline-block;
	width: 50%;
	height: 100%;
	right: 0;
}

#front-page-5 .image-section.two-column .wrap:before{
	background-image: url(/wp-content/uploads/2018/12/jarot-business-assessment-5.jpg);
}


#front-page-6 .image-section.two-column .wrap:before{
	background-image: url(/wp-content/uploads/2018/12/jarot-business-assessment-6.jpg);
}

.image-section.two-column.image-left .wrap:before{
	right: 50%;
}

.image-section.two-column .widget{
	max-width: 50%;
	margin-bottom: 0;
}

.image-section.two-column .widget .widget-wrap{
	width: 600px;
	float: right;
	padding: 60px 60px 60px 0;
}

.image-section.two-column.image-left .widget{
	margin-left: 50%;
}

.image-section.two-column.image-left .widget .widget-wrap{
	padding-left: 60px;
	padding-right: 0;
	float: left;
}

.image-section.two-column .widget p{
	font-size: 18px;
}

.image-section .widget-area {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
	color: #3B6E8F;
}

.solid-section {
	background-color: #fff;
	padding: 60px 0 60px;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7,
.front-page-8,
.footer-widgets {
	/*margin-top: -54px;*/
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7,
.footer-widgets {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .widget-wrap{
	max-width: 70%;
}

.front-page-1 .image-section {
	padding: 0;
}

.front-page-1 .flexible-widgets {
	padding: 160px 0;
}

.front-page-1 p {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.front-page-1 small {
	text-transform: uppercase;
}


.front-page-2 {
	background-color: #3B6E8F;
	position: relative;
}

.front-page-2:before{
	background: url(/wp-content/themes/jarot/images/bg-bar-left.png) no-repeat 0 0;
	width: 200px;
	height: 140px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	content: "";
	left: 5%;
}

.front-page-2:after{
	background: url(/wp-content/themes/jarot/images/bg-bar-right.png) no-repeat 0 0;
	width: 200px;
	height: 140px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	content: "";
	right: 5%
}

.front-page-2 .flexible-widgets .widget{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0;
}


.front-page-2 img {
	margin-bottom: 20px;
}

.front-page-2 h3 {
	margin-bottom: 10px;
}

.front-page-2 p {
	margin-bottom: 15px;
	font-size: 26px;
}

.front-page-6 {
  background-color: #3B6E8F;	
}

#front-page-6 .flexslider{
	background-color: transparent;
	border: 0;
	margin-bottom: 0;
}

#front-page-6 .flexslider ul.slides{
	margin-left: 0;
	margin-bottom: 0;
}

#front-page-6 .flexslider ol.flex-control-nav{
	margin-left: 0;
	margin-bottom: 0;
}

#front-page-6 .flexslider ol.flex-control-nav li{
	padding-left: 0;
}


#front-page-6 .flexslider blockquote{
	font-size: 18px;
	font-style: normal;
	margin-bottom: 20px;
	padding: 0 60px;
	position: relative;
}

#front-page-6 .flexslider blockquote:before{
	background: url(/wp-content/themes/jarot/images/quote-open.png) no-repeat 0 0;
	content: '';
	display: inline-block;
	position: absolute;
	top: -20px;
	width: 38px;
	height: 117px;
	left: 0px;
}

#front-page-6 .flexslider blockquote:after{
	background: url(/wp-content/themes/jarot/images/quote-close.png) no-repeat 0 0;
	content: '';
	display: inline-block;
	position: absolute;
	top: -20px;
	width: 38px;
	height: 117px;
	right: 0px;
}


#front-page-6 .flexslider strong{
	font-size: 20px;
	padding-left: 60px;
}

#front-page-6 .flexslider small{
	font-size: 18px;
	display: block;
	line-height: 1;
	padding-left: 60px;
	letter-spacing: 0;
}

#front-page-6 .flex-control-paging li a.flex-active{
	background: #3B6E8F;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.bottom-image {
	/*margin-bottom: -120px;*/
	margin-bottom: -140px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.fp-left {
	float: left;
	display: inline-block;
  margin-top: 100px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 49%;
  vertical-align: top;
}

.fp-right {
	display: inline-block;
  margin: 0;
  max-width: none;
  padding: 0;
  position: relative;
  text-align: left;
  width: 40%;
  vertical-align: top;
}

.fp-right img {
	max-width: none;
}

.fp-left2 {
	display: inline-block;
  margin: 0;
  max-width: none;
  min-height: 790px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 40%;
  vertical-align: top;
}

.fp-right2 {
	float: right;
	display: inline-block;
  margin-top: 100px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 49%;
  vertical-align: top;
}

.fp-left2 img {
	max-width: none;
	position: absolute;
	right: 0;
}

.fp-left li,
.fp-right2 li {
	list-style-type: disc;
}

/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

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

.flexible-widgets {
	padding-bottom: 0;
}

.flexible-widgets .widget {
	margin: 0 0 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
	
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}

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

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

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

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

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

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

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

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

.entry-content ul:not(.gform_fields) li{
	background: url(/wp-content/uploads/2018/12/logo-1-150x150.png) no-repeat left 6px;
	background-size: 20px;
	list-style-type: none;
	padding-left: 28px;
}

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


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

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

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

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

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

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

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

/* ## After Entry
--------------------------------------------- */

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

.after-entry h3 {
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

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

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

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

.archive-pagination ul {
	margin-left: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 4px 12px;
	text-decoration: none;
}

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

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

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

li.comment { }

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

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p {
	margin-bottom: 12px;
}

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 20px;
}


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

.footer-widgets {
	background-color: #000;
	background-image: url(/wp-content/themes/jarot/images/footer-bg.jpg);
	clear: both;
	font-size: 18px;
}

.footer-widgets .wrap {
	padding-bottom: 60px;
	padding-top: 60px;
}

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

.footer-widgets a {
	font-weight: 400;
}

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

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

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets .gform_widget{
	overflow: hidden;
}

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

.footer-widgets-1,
.footer-widgets-2 {
	margin: 0;
	width: 50%;
}

.footer-widgets-3 {
	width: 30.555555555%;
}

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

.footer-widgets-2 .widget-wrap,
.footer-widgets-3 .company-info{
	padding-left: 60px;
}

.footer-widgets-3 {
	float: none;
	clear: both;
	width: 100%;
}

.footer-widgets-3 .creds{
	width: 50%;
	float: left;
	margin-top: 1.5em;
}

.footer-widgets-3 .creds p{
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

.footer-widgets-3 .company-info{
	width: 50%;
	float: right;
}

.footer-widgets-3 .company-info ul{

}

.footer-widgets-3 .company-info ul li{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	width: 50%;
	float: left;
}

.footer-widgets-3 .company-info ul li a{
	color: #fff;
	text-decoration: underline;
}


/* # Plans
---------------------------------------------------------------------------------------------------- */

.plans {
	clear: both;
	color: #666;
	font-size: 20px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.plans ul {
	margin: 0;
}

.plans ul li {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.plans .first,
.plans .second,
.plans .third {
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 20px 2%;
	padding: 40px 10px;
	width: 29.3%;
}

.plans .third {
	float: right;
}

.plans .price {
	font-size: 70px;
	margin: 0 0 20px;
}

.plans sup {
	font-size: 30px;
}

.plans .monthly {
	font-size: 18px;
}

.plans h3 {
	color: #888;
	font-size: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.plans strong {
	color: #333;
}

.plans .button {
	font-size: 20px;
	margin-top: 20px;
	padding: 8px 40px;
}

.home .plans hr {
	margin: 20px auto 30px;
}

/* Circle / Arrow 
--------------------------------------------- */

.arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #3B6E8F;
  border-radius: 50%;
  margin-left: 0.75em;
  margin-bottom: 40px;
}

.arrow:hover {
	opacity: .5;
}

.arrow:after {
  content: '';
	display: inline-block;
  margin-top: 14px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #3B6E8F;
  border-right: 2px solid #3B6E8F;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}	

/* Progress Bar
--------------------------------------------- */

.progress {
	background: #eee;
	border-radius: 30px;
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.progress-bar {
	 background: #3B6E8F;
	 height: 100%;
	 padding: 8px 20px;
	 text-align: left;
}

.front-page-2 .progress-bar,
.front-page-6 .progress-bar {
	background: #222;
}

/* # Miscelaneous
---------------------------------------------------------------------------------------------------- */

.uppercase {
	text-transform: uppercase;
}

.tiny {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
}

.tiny2 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
}

small {
	letter-spacing: 1px;
}

.small {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
}

.italic {
	font-style: italic;
}

.leftrow {
	background: #fff;
	color: #333;
	float: left;
	min-height: 320px;
	padding: 70px 30px 40px;
	text-align: left;
	width: 60%;
}

.rightrow {
	background: rgba(23, 148, 255, 0.8);
	color: #fff;
	float: right;
	min-height: 320px;
	padding: 70px 30px 40px;
	text-align: center;
	width: 40%;
}

.home hr {
	border: none;
	border-top: 1px solid #fff;
	display: block;
	height: 1px;
	margin: 20px auto 30px;
	width: 120px;
}

.front-page-4 hr,
.front-page-8 hr {
	border-top: 1px solid #3B6E8F;
}

.features {
	text-align: left;
}

.features .fa {
	font-size: 40px;
	float: left;
	padding: 0 20px 0 0;
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
	background-color: #000 !important
}

div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content_container .pp_content,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
	background: none !important;
}


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

.site-footer {
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	display: none;
}

.site-footer p {
	font-size: 12px;
  letter-spacing: 1px;
	margin-bottom: 0;
}

.site-footer a {
	color: #fff;
}

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

/*** Dev custom additions */
.site-title a {
    background: url(/wp-content/uploads/2018/12/logo@2x.png) no-repeat left center;
    display: inline-block;
    text-indent: -999em;
    width: 234px;
    height: 200px;
    background-size: cover;
}

#front-page-4 .widget-wrap{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#front-page-4 .widget p{
	font-size: 22px;
}

#front-page-4 .widget a.button, #front-page-5 .widget a.button{
	font-size: 22px;
}

.entry-content div[id*="gform_wrapper"] input[type="text"],
.entry-content div[id*="gform_wrapper"] input[type="email"],
.entry-content div[id*="gform_wrapper"] textarea{
    width: 100%;
    padding: 10px 8px!important;
    font-size: 18px!important;
}

.entry-content div[id*="gform_wrapper"] .gform_button{

}

.entry-content div[id*="gform_wrapper"] .gform_footer{
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.entry-content div[id*="gform_wrapper"] .gform_footer input{
    background-color: #FF9D00;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: initial;
    text-transform: initial;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.35);
}

body[class*="search"] .content .entry,
body[class*="category"] .content .entry,
body[class*="archive"] .content .entry,
body[class*="_blog"] .content .entry {
    width: 30%;
    float: left;
    margin-right: 5%;
    box-sizing: border-box;
    margin-bottom: 5%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.35);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

body[class*="search"] .content .entry:nth-of-type(3n), 
body[class*="category"] .content .entry:nth-of-type(3n), 
body[class*="archive"] .content .entry:nth-of-type(3n), 
body[class*="_blog"] .content .entry:nth-of-type(3n){
    margin-right: 0;
}

body[class*="search"] .content .entry:nth-of-type(3n+1), 
body[class*="category"] .content .entry:nth-of-type(3n+1), 
body[class*="archive"] .content .entry:nth-of-type(3n+1), 
body[class*="_blog"] .content .entry:nth-of-type(3n+1){
	clear: left;
}

body[class*="search"] .content .entry-header,
body[class*="category"] .content .entry-header,
body[class*="archive"] .content .entry-header,
body[class*="_blog"] .content .entry-header{
    padding: 10px 30px 0 30px;
}

body[class*="search"] .content .entry-title,
body[class*="category"] .content .entry-title,
body[class*="archive"] .content .entry-title,
body[class*="_blog"] .content .entry-title{
	font-size: 24px;
}

body[class*="search"] .content .entry-title a,
body[class*="category"] .content .entry-title a,
body[class*="archive"] .content .entry-title a,
body[class*="_blog"] .content .entry-title a{
    color: #3B6E8F;
}


body[class*="search"] .content .entry-content,
body[class*="category"] .content .entry-content,
body[class*="archive"] .content .entry-content,
body[class*="_blog"] .content .entry-content{
    padding: 0 30px 20px 30px;
    font-size: 18px;
}

body[class*="search"] .content .entry-content p,
body[class*="category"] .content .entry-content p,
body[class*="archive"] .content .entry-content p,
body[class*="_blog"] .content .entry-content p{
    
}

body[class*="search"] .content .entry-content p a,
body[class*="category"] .content .entry-content p a,
body[class*="archive"] .content .entry-content p a,
body[class*="_blog"] .content .entry-content p a,{
    
}

/* # RCP
---------------------------------------------------------------------------------------------------- */
form.rcp_form {
    background-color: #f2f2f2;
    padding: 40px!important;
}

form.rcp_form input[type="text"],
form.rcp_form input[type="password"],
form.rcp_form input[type="email"]{
    padding: 10px 8px!important;
    font-size: 18px!important;
}

form.rcp_form label {
    font-size: 18px;
}

.rcp_login_link p a {
    font-weight: bold;
}

form.rcp_form .rcp_user_fieldset p[id*="wrap"]{
    width: 48%;
    float: left;
    margin-right: 4%;
    clear: left;
}

form.rcp_form .rcp_user_fieldset p[id*="wrap"]:nth-child(2n){
    margin-right: 0;
    clear: none;
}

form.rcp_form ul li{
    padding-left: 0!important;
    background: none!important;
}

form.rcp_form tr.rcp-total th, form.rcp_form tr.rcp-total td{
    font-weight: 700!important;
    color: #3B6E8F;
}

form.rcp_form input[type="submit"]{
    background-color: #FF9D00;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    padding: 12px 20px;
    text-transform: initial!important;
    font-weight: 700;
    border-radius: 28px;
    min-width: 240px;
    margin-top: 1em;
}

form.rcp_form input#rcp_activecampaign_signup, 
form.rcp_form label[for="rcp_activecampaign_signup"],
table.rcp-table a.rcp_sub_details_renew[title*="Upgrade"] {
    display: none;
}

table.rcp-table thead th {
    background-color: #3B6E8F;
    color: #fff;
    font-weight: bold;
}

table.rcp-table thead th,
table.rcp-table tbody td {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
}



table.rcp-table a.rcp_sub_details_renew {
    border: 1px solid #3B6E8F;
    padding: 5px 10px;
    border-radius: 17px;
    line-height: 1;
    display: inline-block;
    font-size: 16px;
}

table.rcp-table a.rcp_sub_details_renew:hover{
    color: #3B6E8F;
    opacity: 0.8;
}


table.rcp-table a.rcp_sub_details_renew {
    background: #e24100;
    color: #fff;
    border-color: #e24100!important;
}

table.rcp-table a.rcp_sub_details_renew:hover{
    color: #fff;
    opacity: 0.8;
}

span.rcp_expiry_separator {
    display: none;
}

@media only screen and (min-width: 1200px){
	/*form#rcp_update_card_form .rcp_card_fieldset p,
	.rcp_form .rcp_gateway_stripe_fields p {
	    width: 23%;
	    float: left;
	    display: inline-block;
	    box-sizing: border-box;
	    margin-left: 5px;
	}

	form#rcp_update_card_form .rcp_card_fieldset p label,
	.rcp_form .rcp_gateway_stripe_fields p label{
	    font-size: 14px;
	}

	form#rcp_update_card_form .rcp_card_fieldset p[id*="cvc"],
	form#rcp_update_card_form .rcp_card_fieldset p[id*="zip"],
	.rcp_form .rcp_gateway_stripe_fields p[id*="cvc"],
	.rcp_form .rcp_gateway_stripe_fields p[id*="zip"] {
	    width: 15%;
	}

	form#rcp_update_card_form .rcp_card_fieldset p[id*="exp"],
	.rcp_form .rcp_gateway_stripe_fields p[id*="exp"]{
	    width: 20%;
	}


	form#rcp_update_card_form .rcp_card_fieldset p[id*="exp"] select,
	.rcp_form .rcp_gateway_stripe_fields p[id*="exp"] select{
	    width: 55%;
	    -webkit-appearance: none;
	    padding: 0 5px;
	    border-radius: 0;
	    height: 43px;
	}

	form#rcp_update_card_form .rcp_card_fieldset p[id*="exp"] select[name*="exp_month"],
	.rcp_form .rcp_gateway_stripe_fields p[id*="exp"] select[name*="exp_month"]{

	}

	form#rcp_update_card_form .rcp_card_fieldset p[id*="exp"] select[name*="exp_year"],
	.rcp_form .rcp_gateway_stripe_fields p[id*="exp"] select[name*="exp_year"]{
	    width: 40%;
	}*/
}

.rcp_current_cards_fieldset {
    
}

.rcp_current_cards_fieldset p{
    padding: 1em;
    background-color: #fff;
    margin-bottom: 1em;
    overflow: auto;
    font-size: 18px;
}

.rcp_current_cards_fieldset span{
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #ddd;
}

.rcp_current_cards_fieldset span:last-child{
    border-right: 0;
}

/* # Member Dashboard
---------------------------------------------------------------------------------------------------- */
div#tab-resources {

}

div#tab-resources ul{
    margin-left: 0;
    overflow: auto;
}

div#tab-resources ul li{
    padding-left: 0;
    width: 49%;
    float: left;
    padding: 1em 0.5em;
    background: #FF9D00;
    box-sizing: border-box;
    margin-right: 2%;
    font-size: 17px;
    text-align: center;
    border: 2px solid #FF9D00;
    border-radius: 50px;
}

div#tab-resources ul li:last-child{
    margin-right: 0;
}

div#tab-resources ul li a{
 	color: #fff;
 	font-weight: 700;
 	font-family: Arial, serif;
 	letter-spacing: -0.5px;
}

@media only screen and (max-width: 767px){
    div#tab-resources ul li{
        width: 100%;
        float: none;
        margin-right: 0;
        line-height: 1.2;
        margin-bottom: 1em;
    }
}

#tab-resources table.rcp-table thead th {
    background-color: #fff;
    color: #3B6E8F;
    border-bottom: 2px solid #3B6E8F;
}

#tab-resources td{
    line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
    min-width: 180px;
    padding: 15px 5px;
}

#tab-resources td em{
    display: block;
    font-style: normal;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 300;
}

#tab-resources td[data-th*="Year"] em{
    /* 
    color: #fff;
    background-color: #ddd;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 15px; */
}

#tab-resources td a.download{
    border: 1px solid #3B6E8F;
    padding: 5px 15px;
    border-radius: 17px;
    line-height: 1;
    display: inline-block;
    font-size: 16px;
}

#tab-resources td a.download:hover{
    background-color: #3B6E8F;
    color: #fff;
}
p.logout-link{
	text-align: center;
    margin-top: 2em;
}

p.logout-link a{
    border: 1px solid #3B6E8F;
    font-size: 18px;
    padding: 5px 30px;
    line-height: 1;
    display: inline-block;
    border-radius: 20px;
}

p.logout-link a:hover{
	color: #fff;
	background-color: #3B6E8F;	
}

/* # Responsive Tables
---------------------------------------------------------------------------------------------------- */
.table{
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

table thead tr {
    background: #CD8100;
    color: #fff;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

@media only screen and (max-width: 767px) {
    /** Tables **/
    .rwd-table {
      margin: 1em 0;
      min-width: 200px;
    }
    .rwd-table tr {
      border-top: 1px solid #ddd;
      border-bottom: 3px solid #ddd;
    }
    .rwd-table th {
      display: none;
    }
    .rwd-table td {
      display: block;
    }
    .rwd-table td:first-child {
      padding-top: .5em;
    }
    .rwd-table td:last-child {
      padding-bottom: .5em;
    }


    .rwd-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline-block;
    }

    .rwd-table td.bg-warning:before{
        display: none;
    }

    .rwd-table th, .rwd-table td {
      text-align: left;
    }


}

@media (min-width: 767px) {
    .rwd-table td:before {
      display: none;
    }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, 
  .rwd-table td:first-child {
    /*padding-left: 0;*/
  }

  .rwd-table tr.indented td:first-child{
    padding-left: 30px;
  }

  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
	cursor: pointer;
	display: none;
	font-size: 32px;
	font-weight: 300;
	color: #3B6E8F;
	position: absolute;
	right: 120px;
	line-height: 46px;
}

body:not(.logged-in) .responsive-menu-icon {
	right: 200px;
}


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

/*@media only screen and (max-width: 1800px) {
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7{
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size: auto;
	}
}*/

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

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

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

	.home .site-container,
	body > div {
	    font-size: 18px;
	    font-size: 1.8rem;
	}

	.site-inner,
	.wrap,
	.site-header .wrap,
	body[class*="template-default"]:not(.home) .entry-title,
	body[class*="template-default"]:not(.home) .entry-content{
		max-width: 94%;
	}

	.title-area{
		min-width: 150px;
	}

	.site-title a{
		width: 150px;
    	height: 120px;
	}

	.genesis-nav-menu a{
		font-size: 18px;
	}

	.site-header .widget-area{
		margin-top: 45px;
		width: 82%;
	}

	.site-header a.account-link{
		font-size: 18px;
		/* padding: 5px 10px; */
	}

	.site-header a.account-link{
	    position: relative;
/* 	    text-indent: -9999em;
	    max-width: 40px;
	    font-weight: 600;
	    color: #FF9D00;
	    overflow: hidden;
	    height: 40px;
	    width: 40px; */
	}

	.site-header a.account-link span{
/* 		display: none; */
	}

/* 	.site-header a.account-link:before {
	    content: "\f007";
	    display: inline-block;
	    font-family: "Font Awesome 5 Free";
	    position: absolute;
	    left: 11px;
	    top: 50%;
	    text-indent: 0;
	    transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    color: #fff;
	} */

	/** Homepage Widgets */
	.image-section h4, 
	.solid-section h4{
	    font-size: 70px;
		font-size: 7.0rem;
	}

	.front-page-1 p{
		font-size: 30px;
    	font-size: 3.0rem;
	}

	.front-page-2:before,
	.front-page-2:after{
	    width: 100px;
	    height: 70px;
	    background-size: cover;
	}

	.front-page-2 p,
	#front-page-4 .widget p{
		font-size: 24px;
	}

	.image-section.two-column .widget .widget-wrap {
	    width: 94%;
	    float: right;
	    padding: 7% 5%;
	}

	#front-page-4 .flexible-widgets .widget {
	    margin-bottom: 0;
	}

	/** Member Dashboard */
	ul.tabs li.tab-link{
		font-size: 16px!important;
	}

	table.rcp-table thead th, 
	table.rcp-table tbody td{
		font-size: 16px;
	}

	form.rcp_form input[type="submit"]{
		font-size: 18px;
    	padding: 12px 10px;
	}

	ul.tabs li.tab-link {
	    padding: 8px 20px!important;
	    width: 100%;
	    float: none!important;
	    border-radius: 0!important;
	}

	ul.tabs li.tab-link.current:after{
		display: none;
	}

	table.rcp-table a.rcp_sub_details_renew,
	#tab-resources td,
	#tab-resources td a.download,
	table.rcp-table thead th, 
	table.rcp-table tbody td{
		font-size: 14px;
	}

	#tab-resources td{
		padding: 10px 5px;
	}



}

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

	
	.front-page .site-inner {
		max-width: none;
	}

	.site-header {
		position: static;
	}
	
	.front-page .site-header {
		
	}
	
	.front-page .site-header > .wrap {
		border: none;
	}

	.content,
	.sidebar{
		width: 100%;
	}
	
	.site-header .title-area,
	.site-header.light .title-area {
		padding: 15px 0;
	}
	
	.header-image .light .site-title > a {
		height: 76px;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: left;
	}
	
	.header-image .site-title > a {
		background-position: center !important;
	}
	
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	
	.nav-secondary,
	.site-header.light .nav-secondary {
		border-bottom: none;
		display: block;
	}

	.genesis-nav-menu a,
	.site-header.light .genesis-nav-menu a {
		padding: 30px;
	}

	.front-page .site-inner {
		margin-top: 0;
	}
	
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7,
	.footer-widgets {
		background-attachment: scroll;
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
	}

	.site-inner {
		margin-top: 80px;
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 40px;
		width: 100%;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
	
	.plan .price {
	  font-size: 60px;
	}
	
	.plan sup {
    font-size: 30px;
    top: -.7em;
	}
	
	.enews-widget input {
		width: 40%;
	}

	/** Custom additions go here */
	.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{
		text-align: left;
		margin: 0;
		border-bottom: 1px solid #f2f2f2;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	
	.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 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.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 li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #fff;
	}

	/** custom */
	.menu-active #menu-primary-menu a.close-btn {
	    color: #fff;
	}

	.genesis-nav-menu a{
		font-size: 24px;
	}

	.genesis-nav-menu a.close-btn{
		text-align: right;
		position: absolute;
		right: 0;
		font-weight: 300;
		color: #fff;
		background-color: #ddd;
		z-index: 555;
		color: #3E3E3E;
	}

	.genesis-nav-menu a:hover, 
	.genesis-nav-menu .current-menu-item > a, 
	.genesis-nav-menu .v .current-menu-item > a:hover {
	    color: #FF9D00!important;
	}

	.site-header .genesis-nav-menu{
		background-color: #fff;
		color: #fff;
		top: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		-o-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
		right: -100%;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		-o-transition: opacity 0.3s linear, right 0.3s ease-out;
		transition: opacity 0.3s linear, right 0.3s ease-out;
		display: block!important;
		z-index: 444;
		overflow: auto;
	}

	.menu-active .site-header .genesis-nav-menu{
		right: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item.control{
		margin-top: 0;
		border-bottom: 0;
	}

	.title-area,
	.site-header .widget-area{
		width: 50%;
	}

	.site-header .wrap{
		position: relative;
	}

	.site-header .widget-area{
		text-align: right;
		margin-top: 55px;
	}

	.site-header .widget-area .widget{
		float: none;
	}

	.site-header .widget-area .widget p {
	    display: inline-block;
	}

	/** Page Title */
	body[class*="template-default"]:not(.home) .entry-header,
	body[class*="template-default"]:not(.home) .entry-content{
		padding: 5% 0;
	}

	body[class*="template-default"]:not(.home) .entry-title{
		font-size: 32px;
	}

	/** Homepage Widgets */
	.front-page-1 .widget-wrap{
		max-width: 100%;
	}

	.image-section.two-column .wrap:before{
		width: 100%;
		height: 40vw;
		right: 0;
		min-height: 300px;
		min-height: 40vw;
	}
	.image-section.two-column .widget{
		max-width: 100%;
	}

	.image-section.two-column .widget .widget-wrap{
	    width: 100%;
	    float: none;
	    padding: 7% 5%;
	    padding-top: 45vw;
	}

	#front-page-6 .image-section.two-column .widget .widget-wrap{
		padding-top: 0;
	}

	#front-page-6 .image-section.two-column .wrap:before{
		display: none;
	}

	.image-section.two-column.image-left .widget{
		margin-left: 0;
	}

	.image-section.two-column.image-left .widget .widget-wrap {
	    padding-left: 5%;
	    padding-right: 5%;
	    float: none;
	}
	
	/** Dashboard Member */
	ul.tabs li.tab-link{
		padding: 10px 20px!important;
	}

	ul.tabs li.tab-link span{
		display: none;
	}

	.rcp_current_cards_fieldset span{
	    width: 50%;
	    text-align: left;
	    border-right: 0;
	}

	#genesis-content .wp-block-column{
    	flex-basis: 45%;
	}

	/** Archive */
	body[class*="search"] .content .entry, 
	body[class*="category"] .content .entry, 
	body[class*="archive"] .content .entry, 
	body[class*="_blog"] .content .entry{
		width: 47.5%;
	}

	body[class*="search"] .content .entry:nth-of-type(3n+1), 
	body[class*="category"] .content .entry:nth-of-type(3n+1), 
	body[class*="archive"] .content .entry:nth-of-type(3n+1), 
	body[class*="_blog"] .content .entry:nth-of-type(3n+1){
		clear: none;
	}

	body[class*="search"] .content .entry:nth-of-type(2n+1), 
	body[class*="category"] .content .entry:nth-of-type(2n+1), 
	body[class*="archive"] .content .entry:nth-of-type(2n+1), 
	body[class*="_blog"] .content .entry:nth-of-type(2n+1){
		clear: left;
	}

	body[class*="search"] .content .entry:nth-of-type(3n), 
	body[class*="category"] .content .entry:nth-of-type(3n), 
	body[class*="archive"] .content .entry:nth-of-type(3n), 
	body[class*="_blog"] .content .entry:nth-of-type(3n) {
	    margin-right: 5%;
	}

	body[class*="search"] .content .entry:nth-of-type(even), 
	body[class*="category"] .content .entry:nth-of-type(even), 
	body[class*="archive"] .content .entry:nth-of-type(even), 
	body[class*="_blog"] .content .entry:nth-of-type(even){
		margin-right: 0;
	}

	.site-inner {
	    margin-top: 5%;
	}

	body[class*="template-default"].single-post .entry-content{
		padding-top: 7.5%;
	}

	/** Social Share */
	.social-share{	
		top: 0;
	    left: 50%;
	    margin: 5px 0;
	    width: 100%;
	    transform: translateX(-50%);
	    text-align: center;
	}

	.resp-sharing-button{
		padding: 0.45em 0.25em!important;
	}

	.social-share a{
		display: inline-block;
	}

	.resp-sharing-button__link{
		margin: 0;
	}

	/** Footer Section */
	.footer-widgets{
		background: #3B6E8F;
	}

	.footer-widgets .widget{
		text-align: center;
	}

	.footer-widgets div[id*="gform_wrapper"] {
	    margin-left: 16px;
	}

	.footer-widgets div[id*="gform_wrapper"] .gform_description{
		text-align: center;
	}

	.footer-widgets div[id*="gform_wrapper"] .gform_body {
	    width: 100%;
	    float: none;
	}

	.footer-widgets div[id*="gform_wrapper"] .gform_footer{
		min-width: 300px;
	    width: 100%;
	    text-align: center;
	    float: none;
	    clear: both;
	}

	.footer-widgets div[id*="gform_wrapper"] .gform_footer input{
	    margin-top: 20px;
	    min-width: 200px;
	}

	.footer-widgets .wrap {
	    padding-bottom: 0;
	    padding-top: 5%;
		max-width: 100%;
	}

	.footer-widgets-3 .creds {
	    width: 100%;
	    float: none;
	    margin-top: 0;
	    text-align: center;
	}
	.footer-widgets-3 .company-info {
	    width: 100%;
	    float: none;
	}

	.footer-widgets-1, 
	.footer-widgets-2 {
	    float: none;
	    width: 100%;
	    text-align: center;
	    max-width: 94%;
	    margin-left: auto;
	    margin-right: auto;
	}

	.footer-widgets-2{
		margin-bottom: 5%;
	}

	.footer-widgets-3{
	    float: none;
	    clear: both;
	    width: 100%;
	    background-color: #3E3E3E;
	    overflow: auto;
	    padding: 20px 0;
	}

	.footer-widgets-3 .company-info{
		display: none;
	}

}

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

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.site-header .wrap {
		padding: 0 5%;
	}

	/*.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}*/
	
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 40px;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.fp-left,
	.fp-right,
	.fp-left2,
	.fp-right2 {
		clear: both;
		text-align: center;
		width: 100%;
	}
	
	.fp-left,
	.fp-right2 {
		margin: 40px 0 80px;
		min-height: auto;
	}
	
	.fp-left2,
	.fp-right {
		min-height: 300px;
	}
	
	.fp-left2 img,
	.fp-right img {
		position: relative;
		max-width: 100%;
	}
	
	.leftrow,
	.rightrow {
		clear: both;
		text-align: center;
		width: 100%;
	}
	
	.home .content ol,
	.home .content ul {
		margin-left: 0;
	}
	
	.home .content ul > li {
	  list-style-type: none;
	}

	/** Custom additions */
	.site-header{
		position: fixed;
	    width: 100%;
	    height: 60px;
	    z-index: 222;
	    background-color: #fff!important;
	}

	.header-sub-links{
		margin-top: 60px;
	}

	.site-header .title-area{
		padding: 5px 0;
	}


	.title-area{
		min-width: 120px;
	}

	.site-title a {
		width: 70px;
	    height: 50px;
	    background-position: left -5px;
	    background-size: cover;
	}

	.site-header > .wrap{
		padding: 0;
	}

	.site-header .widget-area{
		margin-top: 8px;
	}

	.header-sub-links ul li{
		width: 100%;
	}

	.header-sub-links ul li:not(:first-child) {
	    display: none;
	}

	.header-sub-links ul li:not(:first-child) {
	    display: none;
	}

	.genesis-nav-menu a{
		font-size: 18px;
		padding: 20px 15px;
	}

	.front-page-1 .flexible-widgets {
	    padding: 10% 0;
	}

	.image-section h4, 
	.solid-section h4 {
	    font-size: 32px;
	    font-size: 3.2rem;
	}

	#front-page-1 .widget {
	    margin-bottom: 0;
	}

	.front-page-1 .image-section h4{
		text-align: center;
	}

	.front-page-1 p {
		text-align: center;
	    font-size: 18px;
	    font-size: 1.8rem;
	    line-height: 1.2;
	}

	#front-page-1 a.button {
	    margin-bottom: 0.5em;
	    width: 100%;
	    text-align: center;
	    font-size: 18px;
	    border-width: 2px;
	    max-width: 250px;
	}

	.solid-section{
		padding: 5% 0;
	}

	.front-page-2 p {
	    margin-bottom: 0;
	}

	.front-page-2 p, 
	#front-page-4 .widget p{
		font-size: 16px;
	}

	.front-page-2:before, 
	.front-page-2:after{
		display: none;
	}

	.image-section.two-column .wrap:before{
		height: 61vw;
    	min-height: 61vw;
	}

	.image-section.two-column .widget .widget-wrap{
		padding-top: 65vw;
	}

	.image-section.two-column .widget p {
	    font-size: 16px;
	}

	#front-page-4 .widget a.button {
	    font-size: 16px;
	}

	#front-page-6 .flexslider blockquote{
		font-size: 16px;
		padding: 0 50px;
	}

	#front-page-6 .flexslider{
		margin-bottom: 5%;
	}

	.home .site-container, 
	body > div {
	    font-size: 16px;
	    font-size: 1.6rem;
	}

	.entry-content h2{
		font-size: 2rem;
	}
	
	#front-page-4 .widget a.button, 
	#front-page-5 .widget a.button{
	    font-size: 16px;
	    text-align: center;
	    line-height: 1.2;
	}

	#genesis-content a.button.highlight{
        text-align: center;
	    padding-left: 5px;
	    padding-right: 5px;
	    display: block;
	    max-width: 90%;
	    margin: 0 auto;
	    font-size: 16px;
	}

	/** Archive Pages */

	body[class*="template-default"]:not(.home) .entry-title{
		font-size: 24px;
	}

	body[class*="search"] .content .entry, 
	body[class*="category"] .content .entry, 
	body[class*="archive"] .content .entry, 
	body[class*="_blog"] .content .entry {
	    width: 94%;
	    float: none;
	    margin-right: auto!important;
	    clear: both!important;
	    margin-left: auto!important;
	}

	body[class*="search"] .content .entry img, 
	body[class*="category"] .content .entry img, 
	body[class*="archive"] .content .entry img, 
	body[class*="_blog"] .content .entry img{
		margin: 0 0 5% 0;
	}

	body[class*="search"] .content .entry-header, 
	body[class*="category"] .content .entry-header, 
	body[class*="archive"] .content .entry-header, 
	body[class*="_blog"] .content .entry-header{
		padding: 10px 5% 0 5%;
	}

	body[class*="search"] .content .entry-title, 
	body[class*="category"] .content .entry-title, 
	body[class*="archive"] .content .entry-title, 
	body[class*="_blog"] .content .entry-title{
		font-size: 18px;
		margin-bottom: 5%;
	}

	body[class*="search"] .content .entry-content, 
	body[class*="category"] .content .entry-content, 
	body[class*="archive"] .content .entry-content, 
	body[class*="_blog"] .content .entry-content {
	    padding: 0 5% 5% 5%;
	    font-size: 16px;
	}

	.pagination {
	    clear: both;
	    margin: 5% auto;
	    text-align: center;
	}

	.archive-pagination ul{
		margin-bottom: 0;
	}
	
	body[class*="template-default"].single-post .entry-content{
		padding-top: 18%;
	}

	#genesis-content .wp-block-column {
	    flex-basis: 100%;
	}

	form.rcp_form {
	    margin-bottom: 5%!important;
	    padding: 5%!important;
	}

	form.rcp_form input[type="submit"]{
		width: 100%;
	}

	form.rcp_form label{
		font-size: 16px;
	}

	form.rcp_form .rcp_user_fieldset p[id*="wrap"] {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    clear: both;
	}

	.rcp-table{
		margin-bottom: 5%;
	}

	.rcp_current_cards_fieldset span {
	    width: 100%;
	    float: none;
	}

	.footer-widgets div[id*="gform_wrapper"] .gform_footer{
    	margin-top: 0;
    	padding-top: 0;	
    }

	.footer-widgets .widget-title{
		font-size: 18px;
	    font-size: 1.8rem;
	    font-weight: 600;
	}

	.footer-widgets div[id*="gform_wrapper"]{
		margin-left: 0;
	}

	.footer-widgets div[id*="gform_wrapper"] .gfield {
	    width: 100%;
	    float: none;
	    margin-bottom: 10px;
	}

	.footer-widgets div[id*="gform_wrapper"] input[type="text"], 
	.footer-widgets div[id*="gform_wrapper"] input[type="email"]{
		padding: 5px 8px!important;
    	font-size: 16px!important;
	}

	.footer-widgets div[id*="gform_wrapper"] .gform_footer input{
	    min-width: 100px;
	    font-size: 18px;
	    max-width: 100%!important;
	    margin-top: 0;
	    line-height: 1!important;
	}

	.footer-widgets-3 .creds p{
		font-size: 12px;
		max-width: 210px;
	    margin-left: auto;
	    margin-right: auto;
	}

}



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

}
