/*
	Theme Name: New Perspective Design
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 5.1
	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

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

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%; }body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em; }pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0; }button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

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

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

.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 {
	clear: both;
	content: " ";
	display: table;
}


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

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

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

body {
	color: #050c17;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

.entry-content a{
	color:#3aa0b7;
}

.entry-content a.btn{
	color:#fff;
}

a:hover {
	color: #3aa0b7;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

cite {
	font-style: normal;
}

.button{
	transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: linear;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
 	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	
}

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

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

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

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

h6 {
	font-size: 20px;
	font-size: 2rem;
	font-weight:500;
}

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

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

img {
    height: auto;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

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

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #3aa0b7;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #0ebfe9;
}

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

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

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

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

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

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top: 100px;
	padding-top: 10rem;
	top: 105px;
    position: relative;
	margin-bottom: 60px;
}

.home .site-inner{
	padding-top:0px;
	top:138px;
	margin-bottom: 95px;
}

.page-template-page_services .site-inner{
	top:0px;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

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

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

/* Content */

.content {
	float: left;
	width: 720px;
}

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

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

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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

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

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

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

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

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

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

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

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

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

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	text-align: center;
}

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

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
	display:none;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

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

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

body .gform_wrapper .gfield_required {
	color: #fff;
}

.emodal .gform_wrapper label.gfield_label,body .emodal-content .gform_wrapper .gfield_checkbox li label,.emodal-title {
    font-family: 'Lato', sans-serif !important;
    
}

.emodal .gform_wrapper .gfield_checkbox li input,.emodal .gform_wrapper .gfield_checkbox li input[type="checkbox"]{
	vertical-align:top;
	top: 6px;
	position: relative;
}

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

.site-header {
	z-index: 9999;
    width: 100%;
    position: fixed;
    top: 29px;
    width: 100%;
    background: #ffffff;
	
}

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

.title-area {
	float: left;
	padding:2.3rem 0 1.8rem;
	width: 260px;
}

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

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 870px;
	padding-top:29px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

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

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

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

.genesis-nav-menu .sub-menu .menu-item{
	margin-left:0px;
}

.genesis-nav-menu a {
	border: none;
	color: #000;
	display: block;
	font-size: 15px;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 20px 0px 40px 10px;
	position: relative;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
}

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

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.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: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
	text-align:center;
	margin: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

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

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}


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

.nav-primary {
	background-color: #333;
}

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

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
	
}

.c-hamburger {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float: right;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 23px;
  left: 14px;
  right: 14px;
  height: 5px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #3AA0B7;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #3AA0B7;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}


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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

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

.entry-content ul li {
	list-style-type: none;
	list-style-image:url("images/bullet.png");
	margin-bottom:5px;
}

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

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

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

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

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

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

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

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

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

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

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

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

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

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

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

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

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 340px;
}

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

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

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

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

.footer-widgets {
	clear: both;
	background-color: #f7f7f7;	
}

.footer-widgets-1 {
	width: 100%;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.site-footer {
	background-color: #fff;
	padding: 10px 0 15px;
	padding: 1rem 0 1.5rem;
}

.site-footer .wrap{
	max-width:975px;
	font-size:13px;
	color:#292929;
}

.site-footer a{
	font-size:13px;
	color:#292929;
	text-decoration:underline;
}

#footer-left{
	width:49%;
	float:left;
}

#footer-right{
	width:23%;
	float:left;
}

/* 
Text meant only for screen readers.
---------------------------------------------------------------------------------------------------*/
/* ## 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;
}

/* ## Accessible Menu
--------------------------------------------- */

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

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

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

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
#hero{
	position:relative;
	line-height:0px;
	top: 105px;
}

#hero h1{
	position:absolute;
	width:100%;
	left:0px;
	text-align:center;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	text-transform:uppercase;
	font-size:54px;
	color:#fff;
	font-weight:300;
	text-shadow: 1px 3px 12px rgba(0,0,0,0.8);
	letter-spacing: 2px;
	margin-bottom:0px;
	line-height:1.4;
	z-index:999;
}

#hero h1 strong{
	font-weight:700;
}

#hero img{
	width:100%;
}

.site-header li{
	list-style-type:none;
	display:inline-block;
	margin-left:16px;
	font-weight:500;
	font-size:15px;
}

.site-header .widget_sow-editor li:first-child{
	padding-left:45px;
	padding-bottom: 27px;
	background:url("images/phone-icon.png") 0 0 no-repeat;
}

.site-header .widget_sow-editor li:nth-child(2){
	padding-left:40px;
	margin-left:31px;
	background:url("images/mail-icon.png") 0 0 no-repeat;
}

.site-header .widget_sow-editor li:last-child a{
	display: inline-block;
	margin: 0 0 0 24px;
	font-size: 0;
}

.site-header .widget_sow-editor li:last-child a .fab{
	font-size:22px;
	color:#3aa0b7;
}

.widget-title{
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:2px;
	font-size:26px;
	text-align:center;
	position:relative;
	line-height:1.4;
}

.widget-title:after{
	content:"";
	height:2px;
	width:100px;
	display:block;
	background:#000;
	margin:40px auto 54px;
}

.home .widget_gform_widget{
	max-width:1075px;
}

.schedule-panel.panel-row-style {
    padding: 65px 0 50px;
}

.schedule-panel .widget_gform_widget form{
	overflow:hidden;
}

.schedule-panel .gform_wrapper .gform_body {
    /*max-width: 905px;
    float: left;*/
	max-width:100%;
	float:none;
}

.schedule-panel .gform_wrapper .gform_footer {
    padding: 0;
	margin: 5px 0 0 0;
	clear: none;
	/*width: 155px;
	float: left;*/
	width:100%;
	float:none;
}

body .schedule-panel .gform_wrapper ul li.gfield {
    margin-top: 0;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 13px 4px;
    border-radius: 0;
}

body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"],body .gform_wrapper .gform_page_footer input.button,body .gform_wrapper .gform_page_footer input[type="submit"], body a.button {
    font-size: 13px;
    width: 100%;
    margin: 0;
    font-weight: 700;
    background: #3aa0b7;
    letter-spacing: 3px;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    
}

body .entry-content a.button {
	width: 160px;
	display: block;
	margin: 30px auto 0;
}

body .entry-content .five-day-challenge.blue-panel a.button {
	background-color: #FFF;
	color: #3aa0b7;
}

.home .sm-grid{
	max-width:98%;
}

.home .sm-grid .grid-sm-boxes-in{
	width:25%;
}

.home .sm-grid .grid-sm-boxes-in img{
	width:100%;
}

.home .sm-grid .grid-sm-boxes-in{
	padding:8px;
}

.home .sm-list-inline.sm-grid-boxes-news,.home .sm-grid-boxes-quote{
	display:none;
}

.home .grid-sm-border {
    border: 0px;
}

.home .smblog_masonry_numcol .sm-grid-boxes-caption {
    padding-top: 4px;
    padding-left: 0;
    text-align: center;
}

.home .sm-grid .grid-sm-boxes-in a{
	font-size:20px;
	color:#000;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
	
}

.review-panel{
	padding:50px 0px;
	background:url("images/review-panel-bg.jpg") 0 0 repeat-x;
}

.review-item{
	width:50%;
	float:left;
	color:#050c17;
	font-size:17px;
}

.review-item-left{
	width:21%;
	float:left;
	display:none;
}

.review-item-right{
	width:79%;
	float:left;
	padding:0px 20px;
}

.learn-more{
	font-weight:700;
	font-size:13px;
	color:#3aa0b7;
	font-family: 'Montserrat', sans-serif;
	
	letter-spacing:2px;
	text-transform:uppercase;
	background:url("images/plus-icon.png") 0 0 no-repeat;
	padding-left: 40px;
	line-height: 1.8;
	display: inline-block;
	margin-top: 16px;
}

.review-item-right .entry-title{
	font-weight:700;
	font-size:18px;
	color:#3aa0b7;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	
	margin-bottom:15px;
}

.review-item-right .entry-title a{
	font-weight:700;
	color:#3aa0b7;
}

.review-rating{
	margin-bottom:5px;
}

.review-author{
	font-weight:700;
}

.home-bottom-slider .panel-grid-cell:first-child{}

.home-bottom-slider .panel-grid-cell:last-child{}

.home-bottom-slider .soliloquy-container .soliloquy-prev {
    width: 19px;
    height: 35px;
    margin-top: -16px;
    background: url("images/left-arrow.png") 0 0 no-repeat;
}

.home-bottom-slider .soliloquy-container .soliloquy-next {
    width: 19px;
    height: 35px;
    margin-top: -16px;
    background: url("images/right-arrow.png") 0 0 no-repeat;
}

#home-footer{
	display:none;
}

.home .internal-footer,.home #footer-panel{
	display:none !important;
}

.home #home-footer{
	display:flex;
}

#meet-angie,#get-started,#connect{
	padding:70px 40px 30px 40px;
}

#connect{
	padding:47px 0px 30px 0px;
	display:none;
}

.home #connect{
	display:flex;
}

#meet-angie .widget-title,#get-started .widget-title,#connect .widget-title{
	font-size:21px;
	color:#000101;
	font-weight:700;
	text-transform:uppercase;
}

#meet-angie .widget-title::after,#connect .widget-title::after{
	margin: 30px auto 52px;
}

#get-started .widget-title::after{
	margin: 30px auto 22px;
}

#get-started .widget-title,#get-started .gform_wrapper .top_label .gfield_label{
	color:#fff;
}

#meet-angie img.alignleft{
	margin: 0 1.4rem 1.4rem 0;
}

#meet-angie .btn{
	margin-top:30px;
}

#get-started .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    margin-top: 6px;
}

body .gform_wrapper.gf_browser_gecko select {
    padding: 7px 12px 7px 2px;
    border-radius: 0;
}

#connect li{
	padding-left: 43px;
	margin-bottom: 0;
	display: inline-block;
	margin-right: 35px;
	line-height: 2.6;
}

#connect li:first-child{
	background:url("images/location-icon.png") 0 0 no-repeat;
}

#connect li:nth-child(2){
	background:url("images/phone-icon.png") 0 center no-repeat;
}

#connect li:last-child{
	background:url("images/mail-icon.png") 0 center no-repeat;
}

#connect li strong{
	display:block;
	color:#3aa0b7;
}

.internal-footer{
	padding:55px 0px 50px;
}

.internal-footer .widget-title{
	color:#fff;
}

.internal-footer .widget-title::after{
	margin: 20px auto 30px;
	background:#fff;
}

.internal-footer li{
	display:block;
	width:33.33%;
	float:left;
	padding:0px 20px 0 55px;
	color:#fff;
}

.internal-footer li a{
	color:#fff;
	font-size: 14px;
}

.internal-footer li strong{
	display:block;
	color:#3aa0b7;
	color:#fff;
}

.internal-footer li:first-child{
	background:url("images/white-map-icon.png") 0 0 no-repeat;
}

.internal-footer li:nth-child(2){
	background:url("images/white-call-icon.png") 0 0 no-repeat;
}

.internal-footer li:last-child{
	background:url("images/white-mail-icon.png") 0 0 no-repeat;
}

body #get-started .gform_wrapper .gform_footer input.button,#get-started .gform_wrapper .gform_footer input[type="submit"]{
	background:#fff;
	color:#3aa0b7;
	width:auto;
}

body #get-started .gform_wrapper .gform_footer input.button:hover,#get-started .gform_wrapper .gform_footer input[type="submit"]:hover{
	background:#000;
	color:#fff;
}

#get-started .gform_wrapper textarea.medium {
    height: 77px;
    border-radius: 0;
}

body #get-started .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 11px 4px;
}

#field_2_3 label{
	display:none;
}

.btn{
	display:inline-block;
	padding:12px 20px;
	font-size: 13px;
	margin-top:15px;
	font-weight: 700;
	background: #3aa0b7;
	color:#fff;
	letter-spacing: 3px;
	border-radius: 0px;
	font-family: 'Montserrat', sans-serif;
	
	text-transform:uppercase
}

.btn:hover{
	background:#8a8c8f;
	color:#fff;
}

.footer-logos{
	text-align:center;
}

#entry-header h3.widget-title{
	padding-top:50px;
}

#entry-header h3.widget-title:after{
	
}

.single .site-inner .wrap{
	max-width:975px;
	padding-bottom:50px;
}

.single .soliloquy-container{
	max-height:inherit !important;
}

.single .soliloquy-container .soliloquy-pager {
    margin: 45px auto 0;
    position: relative;
    bottom: 0;
    height: 14px;
}

.single .soliloquy-container .soliloquy-pager-link {
    background: #c3c3c3;
    width: 12px;
    height: 12px;
    border-radius: 100%;
	margin:0 1px;
}

.single .soliloquy-container .soliloquy-pager-link.active,.single .soliloquy-container .soliloquy-pager-link:hover {
    background: #000;
}

.single .soliloquy-container .soliloquy-prev,
.single .soliloquy-container a.soliloquy-prev:focus {
    width: 19px;
    height: 35px;
    margin-top: -16px;
	left: -8%;
    background: url("images/left-arrow.png") 0 0 no-repeat;
}

.single .soliloquy-container .soliloquy-next,
.single .soliloquy-container a.soliloquy-next:focus {
    width: 19px;
    height: 35px;
    margin-top: -16px;
	right: -8%;
    background: url("images/right-arrow.png") 0 0 no-repeat;
}

.entry-content h2{
	font-size:28px;
	font-weight:400;
	color:#3aa0b7;
	font-family: 'Lato', sans-serif;
	line-height:1.3;
	
}

.page-template-default .site-inner .wrap{
	max-width:1170px;
}

.portfolio-video-image{
	position:relative;
}

.portfolio-video-image a{
	display:block;
	position:relative;
}

.portfolio-video-image a:before{
	width:75px;
	height:75px;
	background:url("images/play-btn.png") 0 0 no-repeat;
	display:block;
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
}

.portfolio-video-item{
	width:32%;
	float:left;
	margin-right:1.5%;
}

.portfolio-video-item:nth-child(3n+3){
	margin:0px;
}

#genesis-sidebar-primary .widget-title::after {
	margin: 40px auto 30px;
}

/*
HOVER BOXES STYLING
----------------------------------------------------------------------------------------------------*/

.view {
    width: 32.3%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
	margin-right:1.5%;
}

.page-template-page_services .view {
	width: 25%;
	margin-right: 0;
}

.view:nth-of-type(3n+3){
	margin-right:0px;
}

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view img {
    display: block;
    position: relative;
	width:100%;
}

.view h3{
	position:absolute;
	width:100%;
	padding:0 15px;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	font-size:26px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	text-shadow: 1px 4px 7px #000;
}

#products-panel .view h3{
	color:#fff;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	background:rgba(0,0,0,0.7);
}

.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.mask-inner{
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	position:absolute;
	padding: 30px 30px 0 30px;
	width: 100%;
	text-align: left;
	color: #fff;
	font-size:15px;	
}

.mask-inner h5{
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
}

.view-first:hover h3{
	display:none;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.view-first:hover p, .view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view p {
    font-size: 15px;
    position: relative;
    color: #fff;
    padding: 0px 35px;
    text-align: center;
	font-weight:400;
	margin-bottom:30px;
}

.view-first:hover p{
	margin-bottom:10px;
	text-align:left;
	padding:0px;
}

.mask-inner a{
	font-family: 'Montserrat', sans-serif;
	
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	font-size:13px;
	background:url("images/plus-icon-white.png") 0 0 no-repeat;
	padding-left:40px;
	line-height: 1.8;
	display: inline-block;
}

#portfolio-grid{}

#footer-popup-form{
	position:fixed;
	bottom:0px;
	left:calc((100% - 975px) / 2);
}

#footer-popup-form .btn{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.portfolio-page .site-inner {
	background:url("images/gradient.png") 0 0 no-repeat;
	background-size:100%;
	padding-bottom:50px;
	padding-top:70px;
	top: 137px;
}

.portfolio-page #portfolio-grid {
	margin-top: 19px;
}

.portfolio-page .site-inner .heading-bottom-border::after {
	margin: 30px auto 30px;
	height:2px;
}

.portfolio-page h1{
	font-size:42px;
	letter-spacing:2px;
}

#portfolio-grid .view{
	width: calc(34% - 2%);
	margin-right: 2%;
	margin-bottom: 2%;
}

#portfolio-grid .view:nth-child(3n+3) {
    margin-right: 0;
}

#portfolio-grid .mask-inner{
	text-align: center;
}

#portfolio-grid .mask-inner h5 {
    font-size: 26px;
    text-align: center;
}

#portfolio-grid a{
	display:block;
}

#portfolio-grid .view-first:hover p{
	text-align:center;
}

body .emodal-content .gform_wrapper ul li.gfield {
	margin-top: 4px;
}

body .emodal-content .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}

body .emodal-content .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
	list-style-type:none;
}

body .emodal .gform_wrapper .gfield_checkbox li input, .emodal .gform_wrapper .gfield_checkbox li input[type="checkbox"]{
	width:auto;
}

body .emodal-content .gform_wrapper .gfield_checkbox li label{
	max-width:93%;
}

body .emodal-content .gform_wrapper {
	margin: 0px 0;
}

.emodal-content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 9px 4px;
}

.single-portfolio .site-inner{
	padding-top:0px;
}

.single-portfolio .widget-title::after {
	margin:40px auto 40px
}

.lsow-portfolio.js-isotope .entry{
	margin-bottom:0px;
}

.lsow-portfolio.js-isotope .entry h3 a{
	font-size: 19px;
	color: #000;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;

}

.home-portfolio-panel{
	padding:0 20px !important;
}

.post-image {
    max-width: 270px;
    float: left;
    margin-right: 15px;
}

body.blog .entry-footer div[id*="share-buttons"], .archive .entry-footer div[id*="share-buttons"],.page-template-page_press .entry-footer div[id*="share-buttons"]{
    padding: 10px 0 6px;
    padding: 1rem 0 .6rem;
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    margin-top: 20px;
}

.metaslider h5 {
    color: #3aa0b7;
    font-weight: 700;
}

body .metaslider .caption-wrap {
    position: relative;
    bottom: inherit;
    left: inherit;
    background: transparent;
    color: #000;
	opacity: 1;
	text-align:center;
}

body .metaslider .slides img{
	display:none;
}

body .metaslider .caption-wrap br{
	display:none;
}

.review-rating .fas{
	color:#CDCFCF;
}

.review-author{
	color:#3aa0b7;
}

.metaslider .review-excerpt {
    padding: 0 25px;
}

.testimonial-slider{
	padding-top:30px;
}

.book-thumbnail{
	text-align:center;
}

#view-entire-article{
	position:relative;
}

#view-entire-article .panel-last-child{
	width:100%;
	text-align:center;
}

#view-entire-article:hover .panel-first-child{
	opacity:0.8;
}

#view-entire-article .panel-first-child{
	margin-bottom:0px !important;
}

.single-portfolio .soliloquy-container .soliloquy-image{
	max-height:552px;
}

.single-portfolio .soliloquy-container .soliloquy-viewport{
	min-height:557px;
}

body .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image:hover img{
	-ms-filter:alpha(brightness=50%);
	filter:alpha(brightness=50%);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(brightness=50%)";
    /*opacity: 0.5;*/
  
}

.gf_browser_ie.gform_wrapper .gform_footer input.button{
	padding:12px 40px !important;
}

.schedule-panel .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.schedule-panel .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.schedule-panel .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){
    width: 27%;
}

.schedule-panel ul li.gfield:last-child{
	display:inline-block;
	width: 18%;
}

body .schedule-panel .gform_wrapper .gform_footer input.button,.schedule-panel .gform_wrapper .gform_footer input[type="submit"]{
	max-width: 300px;
	margin: 0 auto;
	display: block;
}

.schedule-panel .g-recaptcha,.schedule-panel .ginput_recaptcha {
    transform: scale(0.67);
	transform-origin: 0px -6px;
}

.contact-column .btn{
	margin-left:75px;
}

#blog-subscribe-blog{
	margin-top:30px;
}

body.blog .site-inner{
	padding-top:5rem;
}

/*
NEW DESIGN CUSTOM STYLING
-------------------------------------------------------------------------*/

.five-day-challenge .panel-grid-cell{
	width:775px !important;
	margin:0 auto;
	padding-top:55px;
	padding-bottom:50px;
}

.five-day-challenge .panel-grid-cell h3:after{
	content: "";
	height: 1px;
	width: 100px;
	display: block;
	background: #000;
	margin: 24px auto 0;
}

.five-day-challenge .panel-grid-cell h3{
	font-weight: 300;
	letter-spacing: 0px;
	font-size: 26px;
	text-align: center;
	position: relative;
}

.five-day-challenge .panel-grid-cell h3 strong{
	font-weight:600;
}

.five-day-challenge .panel-grid-cell .gform_wrapper .gform_body {
    width: 76%;
    float: left;
}

.five-day-challenge .panel-grid-cell .gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 34px 0 0;
    clear: none;
    width: 23%;
    float: right;
}

.five-day-challenge .panel-grid-cell .gform_wrapper label.gfield_label{
	font-weight:400;
}

.perspective-difference-panel h3{
	font-weight: 600;
	letter-spacing: 0px;
	font-size: 26px;
	text-align: center;
	position: relative;
	padding-bottom: 27px;
}

.heading-bottom-border{
	position:relative;
}

.perspective-difference-panel h3:before,
.heading-bottom-border:after{
	content: "";
	height: 1px;
	width: 100px;
	display: block;
	background: #000;
	margin: 0px auto 45px;
}

.heading-bottom-border:after{
	margin: 45px auto 0px;
}

.gap{
	padding:45px 0 5px;
}

.perspective-difference-panel .lsow-tabs.style6 .lsow-tab-nav {
    text-align: center;
    display: block;
}

.perspective-difference-panel .lsow-tabs.style6 .lsow-tab-nav .lsow-tab {
    margin-right: 20px;
	display: inline-block;
}

.perspective-difference-panel .lsow-tabs.style6 .lsow-tab-nav .lsow-tab a,
.tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab{
	padding: 23px 35px !important;
	margin-right:25px !important;
	color: #020000;
	background: #f7f7f7;
}

.tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:last-child{
	margin-right:0px !important;
}

.perspective-difference-panel .lsow-tabs .lsow-tab-nav .lsow-tab span.lsow-tab-title,
.tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Montserrat',sans-serif;
}

.perspective-difference-panel .lsow-tabs.style6 .lsow-tab-nav .lsow-tab.lsow-active a,
.tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected{
	background: #3aa0b7 !important;
	color: #fff !important;
}

.tabs-panel .sow-tabs .sow-tabs-panel-container .sow-tabs-panel{
	padding-top:60px !important;
}

.perspective-difference-panel .widget_lsow-odometers{
	max-width:692px;
	margin:0 auto;
}

.perspective-difference-panel .so-widget-lsow-odometers .lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item {
    margin-left: 55px;
    background: #3aa0b7;
    min-height: 192px;
    max-width: 192px;
    border-radius: 50%;
}

.perspective-difference-panel .so-widget-lsow-odometers .lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item:first-child{
	margin-left:0px;
}

.perspective-difference-panel .lsow-odometers .lsow-odometer .lsow-number {
    font-size: 50px;
    line-height: 1;
    letter-spacing:0px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
	padding-top: 35px;
	margin-bottom: 0;
}

.perspective-difference-panel .lsow-odometers .lsow-odometer .lsow-suffix {
    margin-left: 0;
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
    line-height: 1.2;
	padding: 0 30px;
}

.perspective-difference-panel .lsow-odometers .lsow-odometer .lsow-number span {
    font-size: 50px;
    font-family: 'Montserrat',sans-serif;
}

.process-panel{
	color:#050c17;
}

.process-panel .lsow-services.lsow-style1 .lsow-service .lsow-service-text {
    text-align: left;
    max-width: 361px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
}

.process-panel .lsow-services.lsow-style1 .lsow-service .lsow-service-text .lsow-title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 700;
    color: #3aa0b7;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.home-video-panel{
	text-align:center;
}

.home-video-panel .widget_sow-video{
	padding:0% 1.5%;
}

.testimonial-panel{
	font-style:italic;
	max-width:800px;
	margin:0px auto 0px;
}

.testimonial-panel .lsow-testimonials-slider .lsow-testimonial-text i{
	display:none;
}

.testimonial-panel .lsow-testimonials-slider .lsow-testimonial-text {
    font-size: 17px;
    line-height: 28px;
    color: #050c17;
}

.testimonial-panel .lsow-testimonials-slider .lsow-testimonial-text{
	margin: 0 auto 20px;
}

.testimonial-panel .lsow-testimonials-slider .lsow-testimonial-user .lsow-text .lsow-author-name {
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #050c17;
    text-transform: normal;
    clear: none;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
}

.testimonial-panel .lsow-author-credentials{
	display:none;
}

.services-panel{
	padding:0% 1.7% !important;
}

.home-portfolio-panel{
	padding-top:55px !important;
	padding-bottom:40px !important;
}

.five-day-challenge.blue-panel{
	margin-top:30px;
	color:#fff;
	padding-left:20px !important;
	padding-right:20px !important;
}

.five-day-challenge.blue-panel .panel-grid-cell h3,.five-day-challenge.blue-panel .panel-grid-cell .gform_wrapper label.gfield_label{
	color:#fff;
}

.five-day-challenge.blue-panel .panel-grid-cell h3::after{
	background:#fff;
}

body .five-day-challenge.blue-panel .gform_wrapper .gform_footer input.button,.five-day-challenge.blue-panel .gform_wrapper .gform_footer input[type="submit"], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type="submit"] {
    background: #fff;
    color: #3aa0b7;
}

.footer-social a{
	display:inline-block;
	margin-left:25px;
	font-size: 0;
}

.footer-social a .fab{
	font-size: 22px;
	color: #3aa0b7;
}

.home #genesis-footer-widgets .wrap{
	max-width:975px;
}

#genesis-footer-widgets .wrap{
	
}

.small-container{
	max-width:975px;
	margin:0 auto;
}

.product-boxes{
	counter-reset: my-sec-counter;
}

.product-boxes .widget-title:after{
	display:none;
}

.product-boxes .widget-title{
	font-size: 22px;
	background: #3aa0b7;
	height: 92px;
	text-transform: none;
	letter-spacing: 0px;
	display: table;
	width: 100%;
}

.product-boxes .widget-title a{
	font-weight: 600;
	display: table-cell;
	text-align: left;
	padding: 0 10px 0 84px;	
	height: 100%;
	vertical-align: middle;
	position:relative;
}

.product-boxes .widget-title a:before{
	content:"";
	display: block;
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter);
	width: 44px;
	height: 44px;
	background: #fff;
	color: #3aa0b7;
	text-align: center;
	font-size: 26px;
	border-radius: 50%;
	margin-right: 0;
	line-height: 1.7;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.product-boxes .image-container img{
	width:100%;
}

.product-boxes .image-container a{
	display:block;
	position:relative;
}

.product-boxes .image-container a:after{
	content:"";
	display:block;
	background-color:rgba(58,160,183,0.7);
	background-image:url("images/down-arrow.png");
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
}

.product-boxes .image-widget-container:hover .image-container a:after{
	opacity:1;
}

.client-review-panel{
	padding-bottom:35px !important;
}

.client-review-panel h6{
	font-family:'Lato',sans-serif;
	font-weight:700;
	margin-bottom:5px;
}

.our-goal-panel .panel-grid-cell .so-panel:first-child{
	margin-bottom:0px !important;
}

.product-panel-title{
	margin-bottom:0px;
}

.product-panel-title h3{
	background:#3aa0b7;
	color:#fff;
	font-size:26px;
	min-height:65px;
	position:relative;
	text-align: center;
	padding-top: 16px;
	margin-bottom:0px;
	font-weight:700;
}

.product-panel-title h3:before{
	display: none;
	content: "1";
	width: 44px;
	height: 44px;
	background: #fff;
	color: #3aa0b7;
	text-align: center;
	font-size: 26px;
	border-radius: 50%;
	margin-right: 0;
	line-height: 1.7;
	position: relative;
	top: 0px;
	margin-right: 15px;
	font-style:italic;
	font-weight:700;
}

.product-panel-title.second-product h3:before{
	content: "2";
}

.product-panel-title.third-product h3:before{
	content: "3";
}

.product-panel-title h3 strong{
	font-weight:400;
}

.product-data-panel{
	box-shadow:0px 40px 104px -30px rgba(0,0,0,.4);
	padding:50px;
	margin-bottom:100px;
	font-size:18px;
	background: #f7f7f7;
}

.product-data-container{
	background:#3aa0b7;
	padding:55px 33px 39px;
	color:#fff;
	overflow: hidden;
}

.page-id-21279 .product-price{
	width:155px;
	height:155px;
	float:left;
	margin-right:30px;
	border-radius:50%;
	background:#fff;
	color:#3aa0b7;
	text-align:center;
	font-size:24px;
	font-weight:700;
	line-height: 1.1;
	padding-top:52px;
	display:block;
	font-family:'Montserrat',sans-serif;
}

.product-right-content{
	display:inline-block;
	font-style:italic;
	width:810px;
	float:left;
}

.page-id-21279 .product-price span{
	display:block;
}

.product-data-container strong{
	display:block;
}

.product-data-container a.btn{
	background:#fff;
	color:#3aa0b7;
	font-style:normal;
	min-width:230px;
	text-align:center
}

.product-data-container a.btn.grey{
	background:#cbcbcb;
	margin-right:30px;
	color:#fff;
}

.product-data-container a.btn:hover,.product-data-container a.btn.grey:hover{
	background:#3AA0B7;
	color:#fff;
}

.product-data-panel.last{
	margin-bottom:160px;
}

body .woocommerce-message{
	/*display:none;*/
}

body .wc-proceed-to-checkout a.button,
body .woocommerce-message a.button{
	margin: 0;
	width: auto;
}

.woocommerce-page #s-share-buttons{
	display: none;
}

.entry-content .woocommerce-checkout-payment ul li{
	list-style-image:none;
}

body .select2-container .select2-selection--single{
	height:42px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:36px;
}

.single-product .entry-meta{
	display:none;
}

.related.products {
    clear: both;
}

body .entry-content a.button.add_to_cart_button {
    width: auto;
    margin: 20px auto 0;
	font-size: 15px;
	text-align: center;
}

.single-product .site-inner{
	padding-top:50px;
}

.single-product.woocommerce div.product form.cart .button,.single-product.woocommerce ul.products li.product .button,.woocommerce.columns-3 ul.products li.product .button{
	background:#3aa0b7;
	color:#fff;
}

.single-product.woocommerce div.product form.cart .button:hover,.single-product.woocommerce ul.products li.product .button:hover,.woocommerce.columns-3 ul.products li.product .button:hover {
    background:#8a8c8f;
}

/*.woocommerce.columns-3 ul.products li.product a img{
	margin-bottom:0px;
	transition: all .8s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}

.woocommerce.columns-3 ul.products li.product:hover img{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
    -webkit-transform: scale(1.2);
}*/

body .order-again a.button{
	width: 220px;
	text-align: center;
	margin: 0;
}

body .download-file a.button{
	width: 100%;
	margin: 0;
}

.woocommerce ul.order_details li{
	list-style: none !important;
}

.woocommerce-product-gallery__trigger{
	pointer-events: none;
	display: none;
}

.woocommerce-product-gallery__image{
	pointer-events: none;
}

.woochimp_checkout_checkbox #woochimp_user_preference{
	width: auto;
	margin-right: 10px;
}

.header_my_account{

}

.header_cart{

}

.top_header_shop_menu{
	background: #999;
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.top_header_shop_menu .widget-wrap{
	max-width: 1170px;
	margin: 0 auto;
}

.top_header_shop_menu .menu{
	list-style: none;
	display: block;
	text-align: right;
}

.top_header_shop_menu .menu .menu-item{
	display: inline-block;
	list-style: none;
}

.top_header_shop_menu .menu .menu-item:last-child{
	border-left: 1px #fff solid;
	line-height: 14px;
	margin: 3px 0;
}

.top_header_shop_menu .menu .menu-item a{
	display: inline-block;
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
}

.woocommerce .input-checkbox{
	width: auto;
}

body .sow-slider-base .sow-slide-nav.sow-slide-nav-next,
body .sow-slider-base .sow-slide-nav.sow-slide-nav-prev{
	display:block !important;
	left:5%;
	opacity:1;
}

body .sow-slider-base .sow-slide-nav.sow-slide-nav-next{
	right:5%;
	left:inherit;
}

body .sow-slider-base .sow-slide-nav.sow-slide-nav-next a,
body .sow-slider-base .sow-slide-nav.sow-slide-nav-prev a{
	width:21px;
	height:37px;
	padding:0px;
}

body .sow-slider-base .sow-slide-nav.sow-slide-nav-next a{
	background:url("images/right-arrow-v1.png");	
}

body .sow-slider-base .sow-slide-nav.sow-slide-nav-prev a{
	background:url("images/left-arrow-v1.png");
}

body .sow-slider-base .sow-slide-nav.sow-slide-nav-next a em,
body .sow-slider-base .sow-slide-nav.sow-slide-nav-prev a em{
	display:none !important;
}

body #hero .sow-slider-base .sow-slider-pagination{
	display:none !important;
}

.home #hero{
	top:0px;
	position:relative;
}

.home #hero:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
}

.cta-panel{
	padding:105px 0px;
}

.cta-panel .panel-grid-cell .so-widget-sow-editor{
	background:#fff;
	padding:50px 40px 20px 40px;;
	max-width:470px;
	font-family: 'Montserrat',sans-serif;
	font-weight:500;
}

.cta-panel .panel-grid-cell .so-widget-sow-editor strong {
	font-family: 'Lato', sans-serif;
}

.testimonial-slider.small{
	max-width:760px;
	margin:0 auto;
}

.testimonial-slider .metaslider .review-excerpt {
	font-style: italic;
	color: #48614e;
}

.testimonial-slider .metaslider .caption-wrap{
	line-height:1.6;
}

.press-grid-panel{
	margin-bottom:65px;
}

.press-grid-panel #press-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.press-entry {
    width: 270px;
}

.press-entry h4{
	font-size:26px;
	line-height:1.3;
}

.press-image{
	width:270px;
	height:350px;
	background:#000;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	margin-bottom:15px;
}

.press-image img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.testomonials-with-image{
	padding:65px 0;
}

.testomonials-with-image .sow-slider-base .sow-slider-pagination{
	text-align:center;
}

body .testomonials-with-image .sow-slider-base .sow-slide-nav.sow-slide-nav-next{
	right:0px;
}

body .testomonials-with-image .sow-slider-base .sow-slide-nav.sow-slide-nav-next a{
	filter:invert(1);
}

body .testomonials-with-image .sow-slider-base .sow-slide-nav.sow-slide-nav-prev{
	left:0px;
}

body .testomonials-with-image .sow-slider-base .sow-slide-nav.sow-slide-nav-prev a{
	filter:invert(1);
}

#shop-hero{
	background: url("images/gradient.png") 0 0 no-repeat;
	background-size: 100%;
	margin-top: 140px;
}

#shop-hero h1{
	text-align:center;
	text-transform: uppercase;
	font-size: 54px;
	color: #000;	
	letter-spacing: 2px;
	line-height: 1.4;
	z-index: 999;
	padding:65px 20px 35px 20px;
	font-size: 42px;
	position:relative;
}

#shop-hero h1:after{
	margin: 30px auto 30px;
	content: "";
	height: 2px;
	width: 100px;
	display: block;
	background: #000;
	margin: 0px auto 45
}

.woocommerce-shop.woocommerce-page .site-inner{
	padding-top:0px;
	top:0px;
}

.woocommerce-shop.woocommerce-page ul.products li.product .button {
    background: #3aa0b7;
    color: #fff;
    padding: 19px 20px;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 2px;
	margin:0px;
	text-align:center;
}

.woocommerce-shop.woocommerce-page ul.products li.product .woocommerce-loop-category__title, 
.woocommerce-shop.woocommerce-page ul.products li.product .woocommerce-loop-product__title, 
.woocommerce-shop.woocommerce-page ul.products li.product h3 {
    padding: 0 0 3px;
    margin: 0;
    font-size: 18px;
    color: #3aa0b7;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.woocommerce-shop.woocommerce-page ul.products li.product .price{
	font-size: 18px;
    color: #3aa0b7;
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}

h1.woocommerce-products-header__title.page-title {
    display: none;
}

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

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

	.page-template-page_services .site-inner {
		margin-bottom: 0;
	}
	
}

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

	.wrap,.portfolio-page .site-inner .wrap,.single .site-inner .wrap,.page-template-default .site-inner .wrap {
		max-width: 960px;
	}
	
	.title-area{
		width:185px;
	}

	.site-header .widget-area {
		width: 745px;
		padding-top: 20px;
	}
	
	.genesis-nav-menu a{
		margin: 8px 0px 0px 0px;
		font-size:13px;
	}
	
	.site-header .widget_sow-editor li:last-child a {
		margin: 0 0 0 17px;
	}
	
	#hero h1{
		font-size:44px;
	}
	
	.view h3{
		font-size:22px;
	}
	
	.mask-inner{
		padding: 15px 20px 0 20px;
		font-size:14px;
	}
	
	.mask-inner h5{
		font-size:14px;
	}
	
	.view p {
		font-size: 13px;
	}
	
	.schedule-panel.panel-row-style {
    	padding: 20px 0 30px;
	}
	
	.home .sm-grid .grid-sm-boxes-in a {
		font-size: 15px;
	}

	.content {
		width: 580px;
	}
	
	#meet-angie .widget-title, #get-started .widget-title, #connect .widget-title {
		font-size: 17px;
	}
	
	#meet-angie, #get-started, #connect {
    	padding: 40px 25px 20px 25px;
	}
	
	.btn{
		padding:10px 11px;
	}
	
	#footer-popup-form{
		right:15px;
	}
	
	#connect li {
		padding-left: 47px;
	}
	
	.site-footer {
    	padding: 10px 0 45px;
    	padding: 1rem 0 4.5rem;
	}
	
	.site-inner{
		padding-top:30px;
	}
	
	#entry-header h3.widget-title {
    	padding-top: 10px;
    	margin-bottom: 10px;
	}
	
	.single .soliloquy-container .soliloquy-prev{
		left: -5%;
	}
	
	.single .soliloquy-container .soliloquy-next{
		right: -5%;
	}
	
	.schedule-panel .gform_wrapper .gform_body {
		max-width: 803px;
	}
	
	.gap {
    	padding: 15px 0 5px;
	}
	
	#hero h1 {
    	font-size: 38px;
	}
	
	.widget-title{
		font-size: 23px;
	}
	
	.widget-title:after{
		margin: 30px auto 25px;
	}
	
	.entry-content h2 {
		font-size: 23px;
	}
	
	.product-boxes .widget-title{
		font-size:17px;
		height:80px;
	}
	
	.product-boxes .widget-title a:before{
		height:36px;
		width:36px;
		font-size:20px;
	}
	
	.product-boxes .widget-title a{
		padding:0 10px 0 73px;
	}
	
	.entry-content ol, .entry-content ul {
    	margin-left: 2rem;
	}
	
	.client-review-panel {
    	padding-bottom: 15px !important;
    	padding-top: 30px !important;
	}
	
	.product-price{
		width:110px;
		height:110px;
		font-size:19px;
		margin-right:20px;
	}
	
	.product-right-content{
		width:625px;
	}
	
	.product-data-panel.last{
		margin-bottom:100px;
	}
	
	.product-data-panel{
		box-shadow:0px 40px 60px -35px rgba(0,0,0,.4);
		padding:35px;
	}
	
	.press-image {
		width: 100%;
		height: 250px;
	}
	
	.press-grid-panel #press-grid{
		gap: 25px;
	}
	
	.press-entry {
    	width: calc(23%);
	}
	
	.press-entry h4 {
		font-size: 17px;
	}
	
	.portfolio-page .site-inner{
		padding-top:70px;
	}
	
	.genesis-nav-menu a {
    	padding: 10px 0 40px 0px;
		letter-spacing: 1px;
	}

}

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

	.wrap, .portfolio-page .site-inner .wrap,.single .site-inner .wrap,.page-template-default .site-inner .wrap,.site-footer .wrap {
		max-width:95%;
	}

	.site-header {
		/*position: relative;*/
	}
	
	.title-area {
    	width: 150px;
	}
	
	.site-header .widget-area {
    	width: 541px;
	}
	
	.site-header li{
		font-size:13px;
	}
	
	.site-header .widget_sow-editor li:first-child {
    	padding-bottom: 20px;
	}
	
	.site-header li{
		margin-left:0px;
	}
	
	.site-header .widget_sow-editor li:nth-child(2) {
    	margin-left: 11px;
    	padding-bottom: 10px;
	}
	
	.site-header .widget_sow-editor li:last-child a {
    	margin: 0 0 0 8px;
	}
	
	.site-header .widget_sow-editor li:last-child a .fab {
		font-size: 16px;
	}
	
	.genesis-nav-menu a {
    	margin: 8px 0 0 4px;
    	font-size: 12px;
    	letter-spacing: 0px;
	}
	
	.perspective-difference-panel .lsow-tabs .lsow-tab-nav .lsow-tab span.lsow-tab-title{
		font-size:16px;
	}
	
	.perspective-difference-panel .lsow-tabs.style6 .lsow-tab-nav .lsow-tab a {
		padding: 15px 22px;
	}
	
	.perspective-difference-panel .so-widget-lsow-odometers .lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item {
		margin-left: 25px;
	}
	
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	#hero h1 {
    	font-size: 29px;
	}
	
	.view {
		width: 32.33%;
	}
	
	.view h3 {
    	font-size: 17px;
	}
	
	.mask-inner h5 {
    	font-size: 13px;
    	margin-bottom: 0px;
	}
	
	.view p {
    	font-size: 11px;
	}
	
	.schedule-panel .gform_wrapper .gform_body {
		max-width: 575px;
	}
	
	.schedule-panel .gform_wrapper .gform_footer{
		width:120px;
	}
	
	.home .sm-grid .grid-sm-boxes-in a {
    	font-size: 11px;
	}
	
	.review-item-right .entry-title{
		font-size:14px;
	}
	
	.review-item{
		font-size:14px;
	}
	
	#meet-angie, #get-started, #connect {
    	padding: 30px 15px 20px 15px;
	}
	
	#meet-angie img.alignleft {
    	float: none;
    	margin: 0 auto 15px;
    	display: block;
	}
	
	#connect li strong{
		font-size:14px;
	}
	
	.schedule-panel.panel-row-style {
    	padding: 20px 0 0px;
	}
	
	.footer-logos img {
    	max-width: 180px;
	}
	
	body .smblog_masonry_numcol {
    	padding-bottom: 0;
	}
	
	#portfolio-grid .mask-inner h5 {
		font-size: 18px;
	}
	
	.internal-footer li:first-child,.internal-footer li:nth-child(2),.internal-footer li:last-child {
    	background-size: 25px;
	}
	
	.internal-footer li{
		padding: 0px 20px 0 34px;
		font-size: 14px;
	}
	
	#portfolio-grid .view-first p{
		font-size: 13px;
	}
	
	.single .soliloquy-container .soliloquy-prev {
    	left: 0%;
	}
	
	.single .soliloquy-container .soliloquy-next{
		right:0px;
	}
	
	.single .site-inner .wrap {
    	padding-bottom: 10px;
	}
	
	.single-portfolio .soliloquy-container .soliloquy-viewport {
    	margin: 0 auto;
    	min-height: 425px;
    	max-width: 90%;
	}
	
	.widget-title:after{
		margin: 30px auto 30px;
	}
	
	.entry-content h2 {
		font-size: 23px;
	}
	
	.perspective-difference-panel .widget_lsow-odometers {
		max-width: 625px;
	}
	
	#connect li {
    	padding-left: 40px;
		margin-right: 15px;
		line-height: 3;
    	font-size: 15px;
	}
	
	.footer-social a{
		margin-left:15px;
	}
	
	.perspective-difference-panel .widget_lsow-odometers .lsow-grid-container{
		margin:0px !important;
		width:100%;
	}
	
	.process-panel .lsow-services.lsow-style1 .lsow-service .lsow-service-text{
		font-size:16px;
	}
	
	.product-boxes .widget-title{
		font-size:13px;
		height:60px;
		margin-bottom:0px;
	}
	
	.product-boxes .widget-title a{
		padding:0 10px 0 42px;
	}
	
	.product-boxes .widget-title a:before{
		height:30px;
		width:30px;
		font-size:18px;
		left:5px;
	}
	
	.product-price{
		height:80px;
		width:80px;
		font-size:15px;
		margin-right:10px;
		padding-top:27px;
	}
	
	.product-right-content{
		width:calc(100% - 200px);
		font-size:15px;
	}
	
	.product-data-container{
		padding:25px 14px 15px;
	}
	
	.product-data-container a.btn.grey{
		margin-right:14px;
	}
	
	.product-data-container a.btn{
		min-width:208px;
		font-size:11px;
	}
	
	.product-data-panel{
		box-shadow:0px 40px 60px -50px rgba(0,0,0,.4);
		margin-bottom:50px;
	}
	
	.home .site-inner{
		top:113px;
	}
	
	.perspective-difference-panel .lsow-tabs .lsow-tab-nav .lsow-tab span.lsow-tab-title, .tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
		font-size: 15px;
	}
	
	.perspective-difference-panel .lsow-tabs.style6 .lsow-tab-nav .lsow-tab a, .tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab{
		margin-right:10px !important;
	}
	
	.press-entry {
		width: calc(22.5%);
	}
	
	.press-grid-panel #press-grid {
		gap: 23px;
	}
	
	.portfolio-page h1 {
		font-size: 35px;
	}

}

@media only screen and (max-width: 730px) {
	
	.wrap, .portfolio-page .site-inner .wrap, .single .site-inner .wrap,.page-template-default .site-inner .wrap,.site-footer .wrap{
		max-width:95%;
	}
	
	.title-area,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;		
	}

	.genesis-nav-menu a {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon,.c-hamburger {
		display: block;
		position: absolute;
    	top: 0px;
    	right: 0;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 0;
    	margin: 0px !important;
    	max-width: 100% !important;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}
	
	.title-area {
    	padding: 1.3rem 0 0.6rem;
	}
	
	.site-header .widget-area{
		padding-top:15px;
	}
	
	.site-header li {
    	font-size: 16px;
    	display: block;
		max-width: 298px;
    	margin: 0 auto !important;
	}
	
	.site-header .widget_sow-editor li:first-child{
		max-width:200px;
	}
	
	#hero h1 {
    	font-size: 14px;
    	font-weight: 600;
    	padding: 0 10px;
	}
	
	.view {
    	width: 50% !important;
    	/*float: none;*/
	}
	
	.schedule-panel .gform_wrapper .gform_body {
    	max-width: 100%;
    	float: none;
	}
	
	.schedule-panel .gform_wrapper .gform_footer {
    	width: 170px;
    	margin: 20px auto 0;
    	float: none;
	}
	
	.view h3 {
    	font-size: 32px;
	}
	
	.home .sm-grid .grid-sm-boxes-in {
    	width: 50%;
	}
	
	.review-item {
    	font-size: 16px;
	}
	
	.review-item {
    	width: 100%;
		float: none;
		margin-bottom: 25px;
    	overflow: hidden;
	}
	
	#footer-left,#footer-right {
    	width: 100%;
    	float: none;
    	text-align: center;
	}
	
	.site-header .widget_sow-editor li:last-child a .fab {
    	font-size: 26px;
	}
	
	.site-header .widget_sow-editor li:last-child a {
    	margin: 5px 0 10px 16px;
	}
	
	#portfolio-grid .view {
    	width: 100%;
    	margin-right: 0;
    	margin:0 auto 20px;
    	float: none;
	}
	
	#portfolio-grid .view:nth-child(3n+3) {
		margin-right: auto;
	}
	
	.internal-footer li {
    	font-size: 16px;
    	width: 100%;
    	display: inline-block;
    	margin-bottom: 15px;
	}
	
	.widget-title:after{
		margin: 25px auto 30px;
	}
	
	#entry-header h3.widget-title{
		font-size: 19px;
	}
	
	.portfolio-video-item {
    	width: 100%;
    	float: none;
    	margin: 0 auto;
    	max-width: 320px;
	}
	
	.portfolio-video-item:nth-child(3n+3) {
    	margin: auto;
	}
	
	.review-panel {
		padding: 50px 0px 0px;
	}
	
	.home-bottom-slider {
    	text-align: center;
	}
	
	.center .sow-image-container img{
		margin:0 auto;
	}
	
	.post-image {
    	float: none;
    	margin: 0 auto 15px;
		text-align: center;
	}
	
	.metaslider .flexslider .slides li{
		display:none !important;
	}
	
	.metaslider .flexslider .slides li.flex-active-slide {
    	display: block !important;
	}
	
	.contact-column{
		text-align:center;
	}
	
	.contact-column .btn {
    	margin-left: 0px;
	}
	
	#footer-left {
		width: 62%;
	}
	
	#footer-right {
    	width: 34%;
    	float: right;
	}
	
	.five-day-challenge .panel-grid-cell {
    	width: 100% !important;
		margin: 15px auto 0;
	}
	
	.five-day-challenge .panel-grid-cell .gform_wrapper .gform_body {
    	width: 100%;
    	float: none;
	}
	
	.five-day-challenge .panel-grid-cell .gform_wrapper .gform_footer {
    	padding: 0;
    	margin: 23px 0 0;
    	width: 100%;
    	float: none;
	}
	
	.perspective-difference-panel .lsow-tabs.style6 .lsow-tab-nav .lsow-tab {
		margin-right: 0;
	}
	
	.perspective-difference-panel .lsow-tabs.style6 .lsow-tab-nav .lsow-tab a {
    	padding: 5px 8px;
	}
	
	.perspective-difference-panel .lsow-tabs .lsow-tab-nav .lsow-tab span.lsow-tab-title {
    	font-size: 11px;
		letter-spacing: 0px;
	}
	
	.perspective-difference-panel .lsow-tabs.style6 .lsow-tab-pane {
    	padding: 20px 0 0;
    	font-size: 15px;
	}
	
	.perspective-difference-panel .widget_lsow-odometers {
    	max-width: 100%;
	}
	
	.perspective-difference-panel .so-widget-lsow-odometers .lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item {
    	float: none;
    	margin: 0 auto 20px;
    	display: block;
	}
	
	#footer-left {
    	width: 100%;
    	float: none;
	}
	
	#footer-right {
    	width: 100%;
    	float: none;
		margin-top:10px;
	}
	
	.footer-social{
		text-align:center;
	}
	
	.perspective-difference-panel .so-widget-lsow-odometers .lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item:first-child {
    	margin-left: auto;
	}
	
	.widget-title {
    	font-size: 17px;
	}
	
	.entry-content h2 {
    	font-size: 18px;
	}
	
	.client-review-panel{
		text-align:center;
	}
	
	.product-panel-title h3:before{
		height:35px;
		width:35px;
		font-size:20px;
	}
	
	.product-panel-title h3{
		font-size:24px;
	}
	
	.product-price{
		float:none;
		margin:0 auto;
	}
	
	.product-right-content{
		font-size:16px;
		float:none;
		width:100%;
		margin:10px auto 0;
	}
	
	.product-data-container a.btn.grey{
		margin-right:0px;
	}
	
	.perspective-difference-panel .lsow-tabs .lsow-tab-nav .lsow-tab span.lsow-tab-title, .tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
    	font-size: 14px;
	}
	
	.perspective-difference-panel .lsow-tabs.style6 .lsow-tab-nav .lsow-tab a, .tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
		padding: 15px 15px !important;
	}
	
	.tabs-panel .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
		padding-top: 30px !important;
		padding-right: 0px !important;
	}
	
	.cta-panel .panel-grid-cell .so-widget-sow-editor{
		max-width:100%;
	}
	
	.press-entry {
		width: calc(30.5%);
	}
	
	.page-id-21279 .product-price{
		float:none;
		margin:0 auto !important;
	}
	
	img.alignnone,
	img.alignleft,
	img.alignright{
		margin: 0 auto 15px;
		display: block;
	}
	
	.product-data-container a.btn {
		margin: 0 auto;
		display: block;
	}
	
	.page-template-page_services #hero {
		top: 0;
		margin-top: 130px;
	}
	
	.page-template-page_services #hero h1 {
		font-size: 32px;
	}
	
	.product-data-panel br{
		display:none;
	}
	
}

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

	.woocommerce-page table.shop_table, 
	.woocommerce-page table.shop_table thead, 
	.woocommerce-page table.shop_table tbody, 
	.woocommerce-page table.shop_table th, 
	.woocommerce-page table.shop_table td, 
	.woocommerce-page table.shop_table tr { 
		display: block; 
	}

	.woocommerce-page table.shop_table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.woocommerce-page table.shop_table tr { 
		/*border: 1px solid #d2d3d3; */
	}

	.woocommerce-page table.shop_table td { 
		/* Behave  like a "row" */
		border: 1px solid #d2d3d3; 
		position: relative;
		/*padding-left: 30% !important; */
	}

	.woocommerce-page table.shop_table {
		border: none;
	}

	.woocommerce-page table.shop_table td.product-spacer {
		border-color: #FFF;
		height: 10px;
	}

	.woocommerce-page table.shop_table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 40%;
		text-align: left; 
		padding-right: 10px;
		padding-left: 10px;
		white-space: nowrap;
	}

	.woocommerce-page table.shop_table td{
		padding-left: 50% !important;
	}

	/*
	Label the data
	*/
	.woocommerce-page table.shop_table td.product-remove:before {
		content: "DELETE";
	}

	.woocommerce-page table.shop_table td.product-thumbnail:before {
		content: "IMAGE";
	}

	.woocommerce-page table.shop_table td.product-name:before {
		content: "PRODUCT";
	}

	.woocommerce-page table.shop_table td.product-price:before {
		content: "PRICE";
	}

	.woocommerce-page table.shop_table td.product-quantity:before {
		content: "QUANTITY";
	}

	.woocommerce-page table.shop_table td.product-subtotal:before {
		content: "SUBTOTAL";
	}

	.woocommerce-page table.shop_table td.product-total:before {
		content: "TOTAL";
	}

	.woocommerce-page .product-price{
		margin: 0;
		width: 100%;
	}

	.woocommerce .quantity, 
	.woocommerce #content .quantity, 
	.woocommerce-page .quantity, 
	.woocommerce-page #content .quantity {
		margin: 0;
	}

	.woocommerce-page table.cart td.actions, 
	.woocommerce-page #content table.cart td.actions {
		text-align: left;
		border:0;
		padding-left: 6px !important;
	}

	.woocommerce-page table.cart td.actions .button.alt, 
	.woocommerce-page #content table.cart td.actions .button.alt {
		float: left;
		margin-top: 10px;
	}

	.woocommerce-page table.cart td.actions div, 
	.woocommerce-page #content table.cart td.actions div,
	.woocommerce-page table.cart td.actions input, 
	.woocommerce-page #content table.cart td.actions input {
		margin-bottom: 10px;
	}

	.woocommerce-page .cart-collaterals .cart_totals {
		float: left;
		width: 100%;
		text-align: left;
	}

	.woocommerce-page .cart-collaterals .cart_totals th, 
	.woocommerce-page .cart-collaterals .cart_totals td {
		border:0 !important;
	}

	.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
	.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
	.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
		padding-left: 6px !important;
	}

	.woocommerce-page table.shop_table tr.cart-subtotal td,
	.woocommerce-page table.shop_table tr.shipping td,
	.woocommerce-page table.shop_table tr.total td,
	.woocommerce-page table.shop_table.order_details tfoot th,
	.woocommerce-page table.shop_table.order_details tfoot td {
		padding-left: 6px !important;
		border:0 !important;
	}

	.woocommerce-page table.shop_table tbody {
		padding-top: 10px;
	}

	.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-2,
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last {
		float: none;
		width: 100%;
	}

	.woocommerce .order_details ul, 
	.woocommerce-page .order_details ul,
	.woocommerce .order_details, 
	.woocommerce-page .order_details {
		padding:0;
	}

	.woocommerce .order_details li, 
	.woocommerce-page .order_details li {
		clear: left;
		margin-bottom: 10px;
		border:0;
	}
	
	body .sow-slider-base .sow-slide-nav.sow-slide-nav-next, body .sow-slider-base .sow-slide-nav.sow-slide-nav-prev{
		display:none !important;
	}
	
	.home #hero h1 {
		font-size: 20px;
	}
	
	.tabs-panel .sow-tabs .sow-tabs-tab-container {
		display: block !important;
		padding: 0 !important;
	}
	
	.tabs-panel .sow-tabs .sow-tabs-tab-container .sow-tabs-tab{
		margin-right:0px !important;
		display: block !important;
	}
	
	#hero{
		top:131px;
	}
	
	.site-inner{
		top:130px;
	}
	
	.press-grid-panel #press-grid {
		gap: 0;
		display: block;
	}
	
	.press-entry {
		width: 270px;
		margin: 0 auto 35px;
	}
	
	.press-grid-panel {
    	margin-bottom: 20px;
	}

}

@media only screen and (max-width: 575px) {
	
	.view {
    	width: 100% !important;
    	float: none;
	}

}

@media only screen and (max-width: 480px) {
	
	#lsow-services-710006 .lsow-image-wrapper img{
		max-width: 70px;
	}
	
	body.woocommerce ul.products[class*=columns-] li.product, body.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
		float: none;
		clear: both;
		margin: 0 0 1.2em;
	}
	
}

@media only screen and (max-width: 415px) {
	
	.title-area {
    	width: 235px;
	}

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

	.wc_payment_methods{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.payment_box{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

}

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