/*
Theme Name: Ramblin Jackson
Theme URI: https://ramblinjackson.com
Description: The ramblin jackson child theme
Author: Lou Divers | Ramblin Jackson
Author URI: https://ramblinjackson.com

Version: 1.4.0-hs

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: ramblin-jackson
Requires at least: 5.4
Requires PHP: 5.6
*/


/* 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 Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WP Forms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menus
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Title Area
		- Genesis Menu
		- Responsive Menu
		- Header Menus
		- Site Inner
		- Content
		- Sidebar
		- Entry
		- Entry Header
		- Headings
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
*/


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

/* Normalize v8.0.0 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

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

/* Custom Fonts */
@font-face {
  font-family: "cooper-hewitt";
  src:  url("/wp-content/themes/ramblin-jackson/fonts/CooperHewitt-Book.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "cooper-hewitt";
  src:  url("/wp-content/themes/ramblin-jackson/fonts/CooperHewitt-Medium.woff") format("woff"),
        url("/wp-content/themes/ramblin-jackson/fonts/CooperHewitt-Medium.woff2") format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "cooper-hewitt";
  src:  url("/wp-content/themes/ramblin-jackson/fonts/CooperHewitt-Bold.woff") format("woff"),
        url("/wp-content/themes/ramblin-jackson/fonts/CooperHewitt-Bold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "oswald";
  src:  url("/wp-content/themes/ramblin-jackson/fonts/Oswald-DemiBold.woff") format("woff"),
        url("/wp-content/themes/ramblin-jackson/fonts/Oswald-DemiBold.woff2") format("woff");
  font-display: swap;
}
/* End Custom Fonts */

body {
	color: #4d4d4f;
	font-family: "cooper-hewitt", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.875;
	margin: 0;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
	transition: all 0.2s ease-in-out;
}

a {
	color: #3881d0;
	text-decoration: underline;
}

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

span:target {
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 800;
}

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

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

blockquote {
	margin: 30px;
}

blockquote p {
	font-family: "oswald", sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 40px;
}

.anchor{
    display:block;
    position:relative;
    top:-120px;
    visibility: hidden;
}

/*html {
  scroll-behavior: smooth;
}*/

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

h1 {
	font-family: "oswald", sans-serif;
    color:#112d49;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 10px;
}

h2 {
    font-family: 'oswald', sans-serif;
    color:#112d49;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 10px;
}

h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	line-height: 1.25;
	margin: 0 0 10px;  
    -webkit-font-smoothing: subpixel-antialiased;
}

h3 {
	font-size: 22px;
    font-weight: 300 !important;
}

h4,h5,h6 {
	font-size: 20px;
}

.entry-content h1 {
	font-size: 44px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

input,
select,
textarea {
	background-color: #fff;
    border:1px solid #e6e7e8;
    border-radius: 4px;
	color: #000;
	font-family: "cooper-hewitt", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding: 15px 20px;
    margin:8px 0;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

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

::-ms-input-placeholder {
	color: #666;
	opacity: 1;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #666;
	opacity: 1;
	text-transform: uppercase;
}

::placeholder {
	color: #666;
	opacity: 1;
	text-transform: uppercase;
}
/*
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry-content a.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #008080;
	border-width: 0;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: "cooper-hewitt", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding: 18px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
}

.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background-color: #008080;
	border-width: 0;
}
*/

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

.button {
	display: inline-block;
}

.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: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

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

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

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

th {
	font-weight: 700;
	padding: 10px;
}

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

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

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

.more-link {
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}


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

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.author-box a,
.breadcrumb a,
.more-from-category a {
	border-bottom: 1px solid #ddd;
	box-shadow: inset 0 -7px 0 0 #eee;
	color: #000;
}

.author-box a:focus,
.author-box a:hover,
.breadcrumb a:focus,
.breadcrumb a:hover,
.more-from-category a:focus,
.more-from-category a:hover {
	box-shadow: inset 0 -22px 0 0 #eee;
	color: #000;
}

.author-box p {
	font-size: 16px;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin-bottom: 60px;
	margin-top: -20px;
	padding-bottom: 10px;
	text-align: center;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 20px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 36px;
	margin-bottom: 10px;
}

.entry-title a {
	color: #000;
	text-decoration: none;
}

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

.widget-title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}

/* 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,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: center;
}

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

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


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

.widget {
	margin-bottom: 40px;
}

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

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

.featured-content .entry .entry-header {
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}

.featured-content .entry-header::after {
	display: none;
}

.featured-content .entry-title {
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: left;
}

.featured-content .more-posts-title {
	font-size: 28px;
}

/* Notification Bar */

.notification-bar {
         background-color:#f19a4c;
         text-align: center;
         padding: 10px 0;
         height: auto;
         font-weight: 800;
         font-size: 19px;
         color:#fff;
    }

    .notification-bar .widget {
         margin-bottom: 0;
    }

    button.response{
		display:inline-block;
         background-color:#325a8c;
         border:2px solid #325a8c;
         color:#fff;
         text-transform: uppercase;
         padding: 10px 13px 5px;
		 margin-left: 15px;
		 border-radius: 4px;
    }

    button.response:hover{
         background-color:#062d4a;
         border:2px solid #fff;
         color:#fff;
    }


/* Plugins + Snippets + Scripts
---------------------------------------------------------------------------- */

/* BACK TO TOP
----------------------------------------------- */
.to-top::before {
	border-style: solid;
	border-width: 0.2em 0.2em 0 0;
	border-color: #fff;
	content: '';
	display: inline-block;
	height: 1em;
	left: -12px;
	position: relative;
	top: 0.4em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 1em;
}

.to-top {
    display:inline-block;
    position:fixed;
    z-index:9999999;
    box-shadow:0 0 10px rgba(0,0,0,0.05);
    background-color:#052d4b;
    /*background-image: url('/wp-content/themes/yellow-wagon/images/up-chevron.svg');
    background-size: 30px 30px;
    background-repeat:no-repeat;
    background-position:center;*/
    border-radius:100px;
    visibility:hidden;
    opacity:0;
    -webkit-transition:all .1s;
    -moz-transition:all .1s;
    transition:all .1s;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:1;
}

.no-touch .to-top:hover,
.to-top:hover{
	background-color:#f19a4c;
	opacity:1;
}


/*.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #FFFFFF;
    display: block;
    z-index: 99999999999999;
    background-color:#052d4b;
    line-height: 1;
    opacity: 0;
    text-align: center;
     -webkit-box-shadow: 1px 1px 5px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 100px;
    padding:15px;
}
.back-to-top.show {
    opacity: 1;
}
.back-to-top:hover, .back-to-top:focus {
    color: #ffffff;
    background-color: #ff9736;
    text-decoration: none;
}
.back-to-top span {
    line-height: 33px;
}*/

/* Wistia Player 
--------------------------------------------- */
.wistia {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.wistia img {
    width: 100%;
    top: 0; /* Change this for different ratio than 16:9 */
    left: 0;
    opacity: 0.7;
}
.wistia .play-button {
    width: 90px;
    height: 60px;
    background-color: #f19a4c !important;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.wistia .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.wistia img,
.wistia .play-button {
    cursor: pointer;
}
.wistia img,
.wistia iframe,
.wistia .play-button,
.wistia .play-button:before {
    position: absolute;
}
.wistia .play-button,
.wistia .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.wistia iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* Simple Social Icons
--------------------------------------------- */

#simple-social-icons-2 ul li a, 
#simple-social-icons-2 ul li a:hover, 
#simple-social-icons-2 ul li a:focus {
	background-color: transparent !important;
	border-radius: 0px;
	color: #255a91 !important;
	border: 0px #ffffff solid !important;
	font-size: 36px !important;
	padding: 5px !important;
}


/* Beaver Builder Customs and Hacks
--------------------------------------------- */
.fl-builder-content a.fl-button{
    box-shadow: none;
}

.fl-builder-content .orange-button a.fl-button,
.fl-builder-content .orange-button a.fl-button:visited,
.fl-builder-content .orange-button .fl-slide a.fl-button, 
.fl-builder-content .orange-button .fl-slide a.fl-button:visited{
    background:#f19a4c !important;
    border: 0 none !important;
    color:#fff !important;
    font-size: 19px;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 40px;
    vertical-align: middle;
    display:inline-block;
}


.fl-builder-content .orange-button a.fl-button *{
    color:#fff !important;
}

.fl-builder-content .orange-button a.fl-button:hover, 
.fl-builder-content .orange-button a.fl-button:focus,
.fl-builder-content .orange-button .fl-slide a.fl-button:hover,
.fl-builder-content .orange-button .fl-slide a.fl-button:focus  {
	background: #4981ca !important;
	border: 0 none !important;
	color: #000 !important;
}

.fl-builder-content .orange-button a.fl-button *, 
.fl-builder-content .orange-button a.fl-button:visited,
.fl-builder-content .orange-button .fl-slide a.fl-button *  {
	color: #fff !important;
}

.fl-builder-content .orange-button a.fl-button:hover *, 
.fl-builder-content .orange-button a.fl-button:focus * {
	color: #f19a4c  !important;
}

.fl-builder-pagination li a.page-numbers:hover, .fl-builder-pagination li span.current {
	background: #255a91 !important;
	text-decoration: none;
}

.fl-builder-content .fl-node-5f7bd04c7f2e8 .fl-post-grid-post .fl-post-grid-content, .fl-builder-content .fl-node-5f7bd04c7f2e8 .fl-post-grid-post .fl-post-grid-content p, .fl-builder-content .fl-node-5f7bd04c7f2e8 .fl-post-grid-post .fl-post-grid-content .fl-post-grid-more, .fl-builder-content .fl-node-5f7bd04c7f2e8 .fl-builder-pagination ul.page-numbers li span, .fl-builder-content .fl-node-5f7bd04c7f2e8 .fl-builder-pagination ul.page-numbers li a {
	color: #ffffff;
	background-color: #052d4b !important;
}

.fl-builder-content .fl-node-5f7bda696265e .fl-post-grid-post .fl-post-grid-content, .fl-builder-content .fl-node-5f7bda696265e .fl-post-grid-post .fl-post-grid-content p, .fl-builder-content .fl-node-5f7bda696265e .fl-post-grid-post .fl-post-grid-content .fl-post-grid-more, .fl-builder-content .fl-node-5f7bda696265e .fl-builder-pagination ul.page-numbers li span, .fl-builder-content .fl-node-5f7bda696265e .fl-builder-pagination ul.page-numbers li a {
	color: #ffffff;
	background-color: #052d4b !important;
}

/* Hubspot Forms
--------------------------------------------- */


.hs-input{
    background-color: #fff;
    border:0 none;
    border-radius: 4px;
	color: #000;
	font-family: "cooper-hewitt", sans-serif;
	font-size: 12px;
    line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding: 15px 20px;
    margin:8px 0;
	width: 100%;
}

.hs-form-required {
	display: none !important;
}

/* Home Page */
.home-footer .hs-form-required,
.section-one .hs-form-required,
.pp-modal-content .hs-form-required {
	display: none;
}

.home-footer .hs-button,
.section-one .hs-button {
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    font-family: sans-serif;
    box-shadow:
        inset 0 0 2px 0 rgba(255,255,255,.4),
        inset 0 0 3px 0 rgba(0,0,0,.4),
        inset 0 0 3px 5px rgba(0,0,0,.05),
        2px 2px 4px 0 rgba(0,0,0,.25);
    border-radius: 4px;
    padding: 8px 16px;;
    position: relative;
}

.home-footer .hs-error-msg,
.section-one .hs-error-msg {
	color: #fff;
}

.home-footer #firstname-9c8e2b3b-212d-4029-9cb2-1b6493f08660,
.home-footer #company-9c8e2b3b-212d-4029-9cb2-1b6493f08660{
    width:49%;
    float:left;
    margin: 0.5%;
}

.home-footer #website-9c8e2b3b-212d-4029-9cb2-1b6493f08660,
.home-footer #lastname-9c8e2b3b-212d-4029-9cb2-1b6493f08660{
    width: 49%;
    float: right;
    margin: 0.5%;
}

.home-footer #email-9c8e2b3b-212d-4029-9cb2-1b6493f08660{
    margin:0.5%;
    width:99%;
}

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

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

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

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

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


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

.site-header > .wrap {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

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

.header-widget-area {
	position: absolute;
    top: 0;
    right: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.header-widget-area .widget{
    margin: 0 5px;
}

button.header{
    background-color:#e6e7e8;
    color:#112d49;
    padding:7px 13px;
    font-size: 16px;
    text-transform: none;
    font-weight: 100;
    border-radius: 0 0 8px 8px;
}

button.header:hover{
         background-color:#4981ca;
         color:#e6e7e8;
}

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

.title-area {
	float: left;
	margin-top: 20px;
}

.wp-custom-logo .title-area {
	margin-top: 10px;
    margin-bottom:10px;
	max-width: 244px;
	width: 100%;
}

/*.wp-custom-logo .title-area img {
	width: auto;
}*/

.site-title {
	font-family: "Playfair Display", serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
}

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

.site-description,
.wp-custom-logo .site-title {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #4d4d4f;
	display: block;
	font-family: "cooper-hewitt", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	outline-offset: -1px;
	padding-bottom: 11px;
	padding-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

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

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	position: relative;
	word-wrap: break-word;
}

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

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

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

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

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

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	box-shadow: none;
	color: #008080;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 32px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
	font-weight: 200;
	font-size: 20px;
}

/*.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: -3px;
	font-size: 24px;
}*/

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

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

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

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

/* Header Menus
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	width: 100%;
}


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 0;
}

.entry-content a {
	/*border-bottom: 1px solid #ddd;
	box-shadow: inset 0 -7px 0 0 #eee;*/
	color: #3881d0;
}

.entry-content a:hover {
	color: #255a91;
    text-decoration:none;
}

.content .sticky .entry-content a {
	border-bottom: 0;
	box-shadow: none;
	text-decoration: underline;
}

.content .sticky .entry-content a:hover {
	box-shadow: none;
	text-decoration: none;
}

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

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

.entry-meta a {
	border-bottom: 1px solid #ddd;
	box-shadow: inset 0 -7px 0 0 #eee;
	color: #000;
}

.entry-meta a:focus,
.entry-meta a:hover {
	box-shadow: inset 0 -22px 0 0 #eee;
	color: #000;
}

.content .sticky .entry-meta a {
	border-bottom: 0;
	box-shadow: none;
	text-decoration: underline;
}

.content .sticky .entry-meta a:focus,
.content .sticky .entry-meta a:hover {
	box-shadow: none;
	text-decoration: none;
}

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

.entry-header {
	text-align: center;
}

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	width: 2.5%;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #000;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

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

.comment-respond a,
.entry-comments a,
.entry-pings a {
	border-bottom: 1px solid #ddd;
	box-shadow: inset 0 -7px 0 0 #eee;
	color: #000;
}

.comment-respond a:focus,
.comment-respond a:hover,
.entry-comments a:focus,
.entry-comments a:hover,
.entry-pings a:focus,
.entry-pings a:hover {
	box-shadow: inset 0 -22px 0 0 #eee;
	color: #000;
}

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

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

.comment-header {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

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

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

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

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


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

.footer-widgets {
	background-color: #fff;
	clear: both;
	padding: 40px 0;
    text-align:center;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widgets a{
    text-decoration: none;
}

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

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #255a91;
}

.footer-widgets .widget-title{
    color:#062d4a;
    font-size:44px;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets-3 a {
    text-transform: uppercase;
}

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

.footer-widgets-1 .fa-mobile-alt {
    color: #255a91 !important;
    transform: rotate(-20deg);  
}

.footer-widgets-1 .fa-envelope {
    color: #255a91 !important;
}

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

.links-area .widget{
    margin-bottom: 0;
}

.links-area .wrap{
    text-align:center;  
}


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

.site-footer {
    
    background-color:#062d4a;
	border-top: 0 none;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
    color:#fff;
}

.site-footer a,
.site-footer a:focus,
.site-footer a:hover {
	text-decoration: none;
}

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

.site-footer a:focus,
.site-footer a:hover {
	color: #008080;
}

.site-footer p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.site-footer .dashicons-heart {
	font-size: 12px;
	height: 14px;
	vertical-align: middle;
	width: 14px;
}

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

.home .fl-row.section-one{
    position:relative;
    z-index:90;
}

.home .fl-row.section-two{
    position:relative;
    z-index:99;
    margin-top:-100px;
}

.home .fl-row.section-three{
    position:relative;
    z-index:90;
    /*top:-100px;*/
}

.home .fl-row.section-four{
    position:relative;
    z-index:99;
}

.home .fl-row.section-five{
    position:relative;
    z-index:100;
}

.home .fl-row.section-six{
    position:relative;
    z-index:100;
}

.home .fl-row.section-seven{
    position:relative;
    z-index:90;
    margin-top:-160px;
}

.home .fl-row.section-fourteen{
    position:relative;
    z-index:100;
}

.home .fl-row.section-fifteen{
    position:relative;
    z-index:90;
}

.alt-body{
   font-family: 'Montserrat', sans-serif;
}


.home-footer .pp-heading-content .pp-heading.pp-separator-inline .heading-title span::before, 
.home-footer .pp-heading-content .pp-heading.pp-separator-inline .heading-title span::after {
	content: "";
	display: block;
	position: absolute;
	top: 24% !important;
	border-width: 0;
}

.video-shadow{
    box-shadow: 1px 1px 7px 1px rgba(77,77,79,0.16);
}

/* Services Page 
----------------------------------------------*/ 
.services .fl-row.section-one{
    position:relative;
    z-index:90;
}

.services .fl-row.section-two{
    position:relative;
    z-index:99;
    margin-top:-145px;
}


.services .fl-row.section-five{
    position:relative;
    z-index:100;
}

.services .fl-row.section-six{
    position:relative;
    z-index:90;
}

.services .fl-row.section-seven{
    position:relative;
    z-index:100;
}

 /* Inner Pages 
    ----------------------------------------------*/

    .fl-row.section-one {
        position: relative;
        z-index: 999;
    }

    .fl-row.section-two{
        position:relative;
        z-index:999;
    }

    .fl-row.section-three{
        position:relative;
        z-index:99;
    }


    .fl-row.section-four{
        position:relative;
        z-index:90;
    }



/* Quiz GF Form Styling 
----------------------------------------------*/
.new-lead-quiz .gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .new-lead-quiz .gform_wrapper ul.gfield_radio li input[type="radio"] {
	width: 20px !important;
	height: 20px !important;
}

.new-lead-quiz .gform_wrapper .gfield_required {
	color: #790000;
	margin-left: 4px;
	display: none;
}

.new-lead-quiz .gform_wrapper .description, 
.new-lead-quiz .gform_wrapper .gfield_description, .new-lead-quiz .gform_wrapper .gsection_description, .new-lead-quiz .gform_wrapper .instruction {
	font-size: 24px;
	line-height: inherit;
	clear: both;
	font-family: inherit;
	letter-spacing: normal;
}



/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 280px) {

/* Notification Bar
--------------------------------------------- */
.notification-bar {
	font-size:17px;
	font-weight:800;
	padding:10px 20px;
}   

button.response{
	font-size: 1.2rem;
	font-weight: 800;
}


/* Header Widget Area
--------------------------------------------- */

    .site-header > .wrap {
        padding-top: 40px;
    }
    
    .header-widget-area {
        top: 0;
    }
    
    h1,h2 {
        font-size: 30px;
    }
    
    .header-widget-area {
        width: 100%;
    }
    
    .wp-custom-logo .title-area img {
        width: 118px;
    }
    
    .footer-widgets a,
    .footer-widgets p{
        font-family: 'Montserrat', sans-serif;
        color: #656566;
        font-weight: 400;
        font-size: 20px;
    }
	
   /* CSS for Animated Hamburger Menu Icon */

    /* Hamburgers */

    .hamburger {
      padding: 20px 15px 0;
      display: inline-block;
      cursor: pointer;
      transition-property: opacity, filter;
      transition-duration: 0.15s;
      transition-timing-function: linear;
      font: inherit;
      color: inherit;
      text-transform: uppercase;
      background-color: transparent;
      border: 0;
      margin: 10px 0 0;
      overflow: visible; 
      float: right;
    }

    .hamburger:hover {opacity: 0.7; }

    .hamburger-box {
      width: 40px;
      height: 24px;
      display: inline-block;
      position: relative; }

    .hamburger-inner { 
        display: block; top: 50%; margin-top: -2px; 
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #112d49;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease; 
    }

    .hamburger-inner::before, .hamburger-inner::after { content: ""; display: block;}

    .hamburger-inner::before {top: -10px; }
    .hamburger-inner::after {bottom: -10px; }


    /* Slider */
	/*Note: If you want to use any other menu icon, 
	search for it and copy appropriate css code from this resource: 
	https://github.com/jonsuh/hamburgers/blob/master/dist/hamburgers.css*/
	
	

    .hamburger--slider .hamburger-inner { top: 2px; }
    .hamburger--slider .hamburger-inner::before {
        top: 10px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s; 
    }

    .hamburger--slider .hamburger-inner::after {top: 20px; }

    .hamburger--slider.activated .hamburger-inner {
        transform: translate3d(0, 10px, 0) rotate(45deg);}

    .hamburger--slider.activated .hamburger-inner::before {
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0; }

    .hamburger--slider.activated .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-90deg); }
	

    /* Hamburger Label*/

    .hamburger-label {
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }

	
	/* Back To Top Button
	---------------------------------------- */
	.to-top {
        height:64px;
        width:64px;
        bottom:10px;
        right:10px;
		padding:10px 5px;
    }
	
	.to-top::before{
		left:0;
	}
	
    
    /* Inner Pages 
    ----------------------------------------------*/

    .fl-row.section-two{
        margin-top:20px;
    }


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

	/* Notification Bar
	--------------------------------------------- */
	.notification-bar {
		font-size:19px;
		font-weight:800;
		padding:10px 0;
	} 

	button.response{
		font-size: 1.6rem;
  		font-weight: 700;
	}


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

	.site-header {
		background-color: #fff;
		padding-bottom: 32px;
		padding-top: 32px;
		position: fixed;
		width: 100%;
		z-index: 9999;
	}
    
    .admin-bar .site-header{
        z-index:99;
    }

	.shrink .site-header {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		padding-bottom: 17px;
		padding-top: 17px;
		top:0;
	}

	.site-header > .wrap {
		max-width: 1280px;
		padding-left: 30px;
		padding-right: 30px;
        padding-top:0;
	}
    
    .header-widget-area {
        top: 0;
    }

	.wp-custom-logo .site-header {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.wp-custom-logo .shrink .site-header {
		padding-bottom: 5px;
		padding-top: 5px;
	}
    
    .header-widget-area {
        width: 1200px;
    }
    

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

	.title-area {
		margin-top: 3px;
		text-align: center;
		width: 20%;
	}

	.wp-custom-logo .title-area {
		margin-top: 5px;
	}
    
    .wp-custom-logo .title-area img {
        width: 180px;
    }

	/* Genesis Menu
	--------------------------------------------- */

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

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

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -44px 0 0 179px;
	}

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

	.genesis-responsive-menu {
		display: block;
	}

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

	/* Header Menus
	--------------------------------------------- */

	.nav-primary,
	.nav-secondary {
		float: left;
		width: 40%;
	}

	.nav-primary .genesis-nav-menu a,
	.nav-secondary .genesis-nav-menu a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav-secondary {
		float: right;
		text-align: right;
	}

	.nav-secondary .menu-item {
		text-align: left;
	}

	.wp-custom-logo .nav-primary,
	.wp-custom-logo .nav-secondary {
		margin-top: 30px;
		margin-bottom: 10px;
		width: calc((100% / 2) - 122px);
	}

	.has-one-menu .nav-primary,
	.has-one-menu .nav-secondary,
	.wp-custom-logo.has-one-menu .nav-primary,
	.wp-custom-logo.has-one-menu .nav-secondary {
		width: 70%;
	}

	/* Site-Inner
	--------------------------------------------- */

    .fl-builder-bar .site-inner{
        margin-top:175px;
    }
    
    
	.site-inner {
		margin-top: 143px;
		max-width: 100%;
		padding-bottom: 0;
		padding-top: 0;
	}

	/* Content
	--------------------------------------------- */
    
    h1,h2 {
	   font-size: 44px;
    }


	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 100%;
	}

	/* Sidebar
	--------------------------------------------- */

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

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

	/* Entry
	--------------------------------------------- */

	.entry-title {
		font-size: 48px;
	}

	/* Entry Header
	--------------------------------------------- */

	.full-width-content .entry-header {
		margin-left: -80px;
		margin-right: -80px;
	}

	.sticky .entry-header {
		margin-left: 0;
		margin-right: 0;
	}

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

	/*.entry-content h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 48px;
	}*/

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

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

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 0px;
	}

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

	.boxshadow {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	}
	
	/* Back To Top Button
	---------------------------------------- */
	.to-top {
        height: 60px;
        width: 60px;
        bottom: 10px;
        right: 60px;
        background-size: 30px 30px;
        padding: 10px 25px;
    }
	
	.to-top::before {
        left: -8px;
    }

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

	.footer-widgets {
		padding: 80px 0 20px;
	}

	.footer-widgets .wrap {
		max-width: 1280px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}
    
    .footer-widgets a,
    .footer-widgets p{
        font-size: 24px;
    }
    
    /* Inner Pages 
    ----------------------------------------------*/
    .fl-row.section-two{
        margin-top:-100px;
    }
}
@media only screen and (max-width: 380px) {
	.wp-custom-logo .title-area {
		max-width: 100px;
		width: 100%;
	}
}
