/*
	Theme Name:			Private Portfolio
	Theme URI:			http://tinyfrog.com/
	Description:		A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: 			Tinyfrog Technologies
	Author URI:			http://tinyfrog.com/
	Version:			5.1.6
	Template: 			genesis
	Template Version:	3.3.5
	License:			GPL-2.0+
	License URI:		http://www.opensource.org/licenses/gpl-license.php 
*/

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}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,input{overflow:visible}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:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[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
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #585a5c;
	font-family: 'Public Sans', sans-serif;
	font-size: 17px;
	font-weight:400;
	line-height: 32px;
}

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

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

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

a {
	color: #00475E;
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

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

p {
	margin: 0;
	padding: 0;
}

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #00475e;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 35px;
	margin-bottom:30px;
	text-transform:capitalize;
}
h2:after {
    display: block;
    content: '';
    width: 80px;
    height: 2px;
    background: #AC985F;
    margin: 30px auto 0;
}
h2.wsp-pages-title:after,
.strength-flexibility-area h2:after,
.privacy-policy h2:after {
	display:none;
}

h3 {
	font-size: 24px;
	font-family: 'Public Sans', sans-serif;
	font-weight:500;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 15px;
	font-family: 'Public Sans', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#907137;
}

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

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

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

figure {
	margin: 0;
}

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

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select, 
#page-container .gfield textarea {
	background-color: #f7f7f7;
	border: 1px solid #D1D1D1;
	border-radius: 0px;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
	padding: 19px 20px;
	width: 100%;
}

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

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	width: auto;
	vertical-align: top;
	margin-top: 5px;
}

:-ms-input-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

::placeholder {
	color: #8b8b8b;
	opacity: 1;
}

#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background-color: #907137;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	padding: 15px 43px;
	width: auto;
	display: inline-block;
	min-width: 240px;
	text-align: center;
    line-height: 23px;
    text-decoration: none;
}
#page-container .contact-form input[type="submit"] {
	min-width: 170px;
	color: #907137;
	background:#fff;
}
#page-container .button.white {
	color: #907137;
	background:#fff;
}
#page-container .button.white:focus,
#page-container .button.white:hover {
	color: #fff;
	background:#907137;
}

#page-container .button:hover,
#page-container .button:focus,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
	background-color: #00475E;
	color:#fff;
	text-decoration: none;
}
.strength-flexibility-area .button,
#page-container .what-sets-area .button.white {
    display: table !important;
    margin: 35px auto 40px;
}

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

.button + .button {
	margin-top: 5px;
	margin-left: 10px;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

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

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

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

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 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,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #FFF;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
	display: inline-block;
}

/* 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 {
	outline: 1px solid #000;
}

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

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

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

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}

.siteorigin-panels.full-width-content .site-inner .wrap {
	max-width: none;
	margin: 0;
}

.panel-grid.panel-no-style,
.panel-row-style:not([data-stretch-type]) {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
}

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

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


/* Content */

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

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

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

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

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

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

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

.alignleft {
	float: left;
	text-align: left;
	margin: 0 24px 24px 0;
}

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 24px 24px;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
}

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

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}
.error404 .entry-title {
	text-align:center;
}
.search .entry-title:after {
	display:none;
}
h1.archive-title {
	text-align:center;
}

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

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

.site-header {
	position: fixed;
	left: 0px;
	width: 100%;
	transition: all 0s ease 0s;
	z-index: 9999;
	background:#fff;
}
.home .site-header { 
	background:transparent;
}
.home .site-header a:focus {
	outline: 1px solid #fff;
}
.home.sticky .site-header {
	background:#fff;
}
.home.sticky .site-header a:focus {
	outline: 1px solid #000;
}
.single-team .site-header,
.single-team .hero-panel,
.single-team .entry-meta,
.single-team .site-footer {
	display:none !important;
}
.site-header .wrap {
	max-width: 100%;
	padding:0 20px;
}

.sticky .site-header {
	background-color: #fff;
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}

.site-header + * {
	margin-top: 70px;
}

.home .site-header + * {
	margin-top: 0;
}

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

.title-area {
	float: left;
	padding: 18px 0;
	width: auto;
}
.home .title-area { 
	padding: 30px 0 18px;
}
.home.sticky .title-area { 
	padding: 18px 0;
}
.title-area a {
	display: block;
	font-size: 0;
	background-repeat:no-repeat;
	background-position:left top;
	background-image: url("images/colored-logo.svg");
	width: 316px;
	height: 34px;
	position: relative;
    z-index: 999;
}
.home .title-area a {
	background-image: url("images/logo.svg");
}
.home.sticky .title-area a {
	background-image: url("images/colored-logo.svg");
}

/* Full width header, no widgets */

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

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

.site-header .widget-area {
	text-align: right;
	width: auto;
	position:relative;
}
.site-header .widget-area .widget_sow-editor {
	position: absolute;
    right: 0;
}
.site-header .search-form {
	float: right;
	margin-top: 10px;
}
#page-container .site-header .widget-area .button.white {
    min-width: 176px;
    line-height: 22.66px;
    font-size: 17px;
    padding: 14px 43px;
	position:relative;
	z-index:9999;
	margin-top: 9px;
}
#page-container .site-header .widget-area .button.white {
	background-color: #907137;
	color: #fff;
}
.home #page-container .site-header .widget-area .button.white {
	background-color: #fff;
	color: #907137;
}
.home #page-container .site-header .widget-area .button.white:focus,
.home #page-container .site-header .widget-area .button.white:hover {
	background-color: #907137;
	color: #fff;
}
.home.sticky #page-container .site-header .widget-area .button.white {
	background-color: #907137;
	color: #fff;
}
.sticky #page-container .site-header .widget-area .button.white:focus,
#page-container .site-header .widget-area .button.white:focus,
.sticky #page-container .site-header .widget-area .button.white:hover,
#page-container .site-header .widget-area .button.white:hover,
#page-container .site-header .widget-area .button.white:focus {
	background-color: #00475E;
}

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

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
	position: absolute;
    text-align: center;
	top:20px;
}
.home .genesis-nav-menu { 
	top:35px;
}
.home.sticky .genesis-nav-menu { 
	top:20px;
}

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

.genesis-nav-menu a {
	border: none;
	color: #00475E;
	display: block;
	font-size: 18px;
	font-family: 'Playfair Display', serif;
	font-weight:400;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
}
.home .genesis-nav-menu a { 
	color: #fff;
}
.home.sticky .genesis-nav-menu a {  
	color: #00475E;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.home.sticky .genesis-nav-menu a:hover,
.home.sticky .genesis-nav-menu a:focus,
.home.sticky .genesis-nav-menu .current-menu-item>a,
.home.sticky .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #907137;
}
.home .genesis-nav-menu a:hover,
.home .genesis-nav-menu a:focus,
.home .genesis-nav-menu .current-menu-item>a,
.home .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color:#fff;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	padding-top: 10px;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu li {
	display: block;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: none;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	color: #0064FA;
}

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

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

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu,
.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}
li#menu-item-92 {
	display:none !important;
}

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

.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: #907137;
	display: block;
	margin: 0 auto;
	text-align: center;
	visibility: visible;
	outline: none;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: #fff;
	border-width: 0;
	color:#907137;
}

.menu-toggle {
	float: right;
	padding: 0;
	position: relative;
	z-index: 1000;
	font-size: 0px;
}

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

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

body .dashicons-before:before {
	display: inline-block;
	width: 33px;
	height: 30px;
	font-size: 33px;
}

.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;
	font-size: 25px;
}

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

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

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

.dashicons-icon::before {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}

.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

.menu-toggle::before {
	font-size: 35px;
}

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

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

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

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

.entry-content p a {
	text-decoration: underline;
}

.entry-content p a:hover {
	text-decoration: none;
}

.entry-content ol {
	margin-left: 26px;
}

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

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

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

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

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

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

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

.site-inner .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	padding: 2px 12px;
}

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

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

.sidebar {
	float: right;
	width: 340px;
}

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

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

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

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

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

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

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

.site-footer {
	padding: 0px;
	color:#00475E;
}

.footer-above-area {
    padding-top: 95px;
    padding-bottom: 87px;
    background-size: 100% 100% !important;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
	background-color:#000;
}
.footer-above-area a {
	color:#fff;
}
.footer-above-area a:focus {
	outline: 1px solid #fff;
}
.footer-above-area img {
	margin-top: -15px;
}
.footer-menu-area {
	text-align:center;
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
}
.footer-menu-area a {
	padding:0 10px;
	color:#fff;
}
.footer-menu-area a:hover {
	text-decoration:underline;
}
.copyright-area {
    padding-top: 10px;
    padding-bottom: 10px;
	font-size:13px;
}
.copyright-area a {
	color:#00475E;
}
.copyright-area a:hover {
	text-decoration:underline;
}
.footer-widget-two {
	padding-left: 40px;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}

.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
	padding-top: 90px;
}

.bottom-gap {
	padding-bottom: 90px;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-size: cover;
	background-position: center center;
	padding-top: 130px;
	padding-bottom: 130px;
}

.dark-bg-section * {
	color: #fff;
}

/*
inside page hero section
------------------------------------------------- */

.hero-panel {
	background: #000;
	position: relative;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 507px;
	padding: 100px 0;
	margin-bottom: 80px !important;
}
.error404 .hero-panel,
.search-results .hero-panel { 
	margin-bottom: 40px !important;
}
.hero-panel h1 {
	line-height:75px;
	text-transform:capitalize;
	margin-bottom: 25px;
}
.hero-panel h3 {
	font-family: 'Public Sans', sans-serif;
    font-size: 25px;
    margin-top: 30px;
    line-height: 35px;
}
/*.hero-panel:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}*/
.hero-panel * {
	color: #fff;
	height: 100%;
}
#page-container .hero-panel .widget_sow-image {
	margin-bottom: 0;
}
.hero-panel > img,
#page-container .hero-panel .so-widget-image,
#page-container .hero-panel .widget_custom_html {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.hero-panel video {
	width: 100%;
	object-fit: cover;
}
.hero-panel .wrap,
.hero-panel .widget_siteorigin-panels-builder {
	max-width: 1210px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 9;
}
.home .hero-panel {
	min-height: 920px;
	margin-bottom: 110px !important;
	position:relative;
}
.home .hero-panel:after {
    display: block;
    content: '';
    width: 1px;
    height: 125px;
    background: #ad8842;
    margin: 0 auto;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
}

/*
List Styling
------------------------------------------------- */

.site-inner ul {
	margin-left: 0;
}

.site-inner ul li {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 30px;
}

.site-inner ul li:before {
	content: '';
	background: url("images/arrow-list.svg");
	width: 9px;
	height: 17px;
	position: absolute;
	top: 8px;
	left: 0;
	border-radius: 50%;
}

#page-container form li,
#page-container .slider li,
#page-container .sidebar ul li,
#page-container .page-numbers li,
#page-container ul.products li {
	padding-left: 0px;
	margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before,
#page-container .pagination ul li::before {
	display: none;
}

#page-container form li {
	font-weight: 400;
}

#page-container form li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container form li a:hover {
	text-decoration: none;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
	width: 100%;
	margin: 0 auto;
}

#page-container .large-container {
	max-width: 1040px;
}

#page-container .medium-container {
	max-width: 980px;
}

#page-container .small-container {
	max-width: 740px;
}

/*
Additional Styling
------------------------------------------------- */

*:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

.entry-content a {
	color: #907137;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .read-more {
	color: #15497e;
	font-style: italic;
	text-decoration: underline;
}

.entry-content .read-more:hover {
	text-decoration: none;
}

/*
Sharing Icons Styling
------------------------------------------------- */

#page-container .sharing-btns {
	display: inline-block;
	vertical-align: middle;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
	margin: 0;
	padding: 0;
}

#page-container .sharing-btns li {
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
}

#page-container .sharing-btns li::before {
	display: none;
}

#page-container .sharing-btns li a:hover {
	text-decoration: none;
}

#page-container .sharing-btns li:last-child {
	margin: 0;
}

/* gravity form styling
--------------------------------------------- */

#page-container .gfield label {
	 color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.35;
	vertical-align: top;
}
#page-container .contact-form .gfield label {
	color: #fff;
}

#page-container .gfield .gfield_required {
	font-weight: 700;
	color:#00475e;
}

#page-container .contact-form .gfield .gfield_required {
	color:#fff;
}

#page-container .gform_footer {
	text-align: center;
	padding-top: 5px;
	margin-bottom:30px;
}
#page-container .contact-form .gform_footer {
	padding-top: 35px;
	margin-bottom:0px;
}
body .gform_body {
	margin-top: 45px;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 230px;
}
h2.gform_submission_error:after {
	display:none;
}
.contact-form {
    margin-top: 60px;
    margin-bottom: 100px;
    box-shadow: 0px 40px 40px rgb(0 37 107 / 20%);
    border-radius: 0px;
    padding: 50px 90px 50px;
}
.contact-form h2 {
	color:#fff;
}

/*
Gravity Forms Error Styling
------------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
	display: none;
}

#page-container .gform_validation_errors .gform-icon {
	height: auto;
	top: 10px;
}

#page-container .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 48px;
	border-radius: 0;
	border-width: 1px;
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 400;
	line-height: inherit;
	font-family: inherit;
	margin-bottom: 5px;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
}

/*
Blog Page
------------------------------------------------- */

.featured-image {
	float: left;
	margin: 9px 20px 7px 0;
}

.featured-image a,
.featured-image a img {
	display: block;
}

.featured-image a img {
	margin: 0px auto;
}

.type-post .entry-title,
.search article .entry-title {
	margin: 0 0 20px;
	font-size: 30px;
}
.single-top-area {
	margin-top:30px;
}
.single-team .entry-title {
	font-size:35px;
	text-align:center;
	display:none;
}
.single-team .single-top-area .entry-title { 
	display:block;
}
.single-team .single-top-area h4 {
	font-size:20px;
	font-family: 'Public Sans', sans-serif;
	color:#585A5C;
	text-align:center;
}
.single-team .entry-title:after {
	display: block;
    content: '';
    width: 80px;
    height: 2px;
    background: #AC985F;
    margin: 20px auto;
}

.entry-footer {
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	padding: 7px 0;
	overflow: hidden;
	margin-top: 15px;
}

.entry-footer span {
	display: inline-block;
	margin-right: 10px;
}

.entry-footer:empty {
	display: none;
}

#page-container .type-post:last-child {
	margin-bottom: 50px;
}

#page-container .search-form input[type="submit"] {
	display: none;
}

/*----------For Accessibility Icon Placement----------------*/

body #pojo-a11y-toolbar {
	bottom: 20px !important;
	top: unset !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
	bottom: 0 !important;
}

/*-----------------------------CALLOUT PANEL STYLING-----------------------------*/

.cta-panel{
	position:relative;
}

.cta-panel .widget_siteorigin-panels-builder {
	position: absolute;
	left: 50%;
	width: 1170px;
	max-width: 100%;
	text-align: left;
	font-size: 20px;
	top: 50%;
	transform: translate(-50%,-50%);
}

/*
Custom css
---------------------------------------------------------------------------------------------------- */

.strength-flexibility-area h6 {
	margin-bottom:20px;
}
.what-sets-area {
	min-height:565px;
	padding-top:100px;
	background-position:100% 100% !important;
	margin-top: 30px;
	padding-bottom: 40px;
}
.what-sets-area h2 {
	color:#fff;
}
.what-sets-area h2:after {
    display: block;
    content: '';
    width: 80px;
    height: 2px;
    background: #AC985F;
    margin: 30px auto 0;
}
.what-sets-area h5 {
	color:#fff;
	line-height: 30px;
}
.what-sets-area .widget_media_image {
	text-align:center;
}
.icon-boxes {
	width: 1000px;
    margin: 60px auto 0;
}
.independent-financial-area {
	margin-top:70px;
	position:relative;
}
.two-boxes-area {
	position:relative;
}
.independent-financial-area:after,
.two-boxes-area:after {
	display: block;
    content: '';
    width: 100%;
    height: 751px;
    position: absolute;
    top: 170px;
    background: url(images/curve-vector-line.png) no-repeat;
    background-size: 100% 100%;
}
.two-boxes-area:after {
	top: -75px;
}
.two-boxes-area.right-text-side:after {
	display:none;
}
.independent-financial-area h2:after {
	display:none;
}
.get-touch-area h2:after,
.two-boxes-area h2:after {
	margin:20px 0 0;
}
.independent-financial-area .panel-grid-cell:last-child .textwidget,
.two-boxes-area .panel-grid-cell:last-child .textwidget {
    background: #F5F5F5;
    padding: 70px;
    width: 670px;
    margin-left: -200px;
	position: relative;
    z-index: 99;
}
.aos-init {
	position:relative;
	z-index:999;
}
.two-boxes-area {
	margin-top:70px;
}
.two-boxes-area .panel-grid-cell:last-child .textwidget { 
    width: 770px;
    margin-left: -300px;
    padding: 40px 65px;
}
.independent-financial-area h2 {
	line-height:50px;
	margin-bottom: 20px;
}
.independent-financial-area h6:after {
    display: block;
    content: '';
    width: 80px;
    height: 2px;
    background: #AC985F;
    margin-top: 25px;
    margin-bottom: 20px;
}
.independent-financial-area .panel-grid-cell:last-child p {
	margin-bottom: 10px;
}
.entry-content a.plus-link {
	text-decoration: none;
    color: #907137;
    font-size: 17px;
    height: 43px;
    background: url(images/plus-icon.svg) no-repeat;
    background-position: right center;
	padding-top: 5px;
    padding-right: 40px;
    display: table;
	font-family: 'Playfair Display', serif;
}
.entry-content a.plus-link:hover:after {
	display:block;
	content:'';
	width:100%;
	height:2px;
	background:#AC985F;
}
.get-touch-area {
	margin-top:73px;
}
.get-touch-area .panel-grid-cell:first-child .textwidget,
.two-boxes-area.right-text-side .panel-grid-cell:first-child .textwidget {
    background: #F5F5F5;
    padding: 70px;
    width: 670px;
	position:relative;
	float:right;
    margin-right: -200px;
}
.two-boxes-area.right-text-side .panel-grid-cell:first-child .textwidget {
	 width: 770px;
	 padding: 50px 65px;
	 margin-right: -300px;
}
.cta-area {
	min-height:475px;
	margin-top:30px;
	margin-bottom:80px;
	color:#fff;
}
#page-container .cta-area .button.white {
	min-width: 270px;
}
.cta-area h2 {
	color:#fff;
	line-height: 50px;
}
.cta-area .button.white {
	display:table !important;
	margin:50px auto 0;
}
.cta-area.universal-cta-area {
	min-height:413px;
}
.universal-cta-area h6 {
	color:#fff;
}
.universal-cta-area h6:after {
    display: block;
    content: '';
    width: 80px;
    height: 2px;
    background: #AC985F;
    margin: 30px auto 25px;
}
.universal-cta-area h2:after {
	display:none;
}
.universal-text-img .panel-grid-cell:last-child {
    padding-left: 15px;
}
.team-item {
	float:left;
	margin-right:59px;
	width:248px;
	min-height:370px;
	text-align:center;
}
.team-item a:hover {
	text-decoration:none !important;
}

.team-item a.no-click {
	pointer-events: none;
}

#team .team-item:focus-within {
	outline:1px solid #000;
}
#team .team-item:nth-child(4n) {
	margin-right:0;
}
.team-member-area {
	margin-top: 75px;
}
.team-item h3 {
	font-family: 'Playfair Display', serif;
	text-align:center;
	font-size:22px;
	margin-bottom:5px;
}
.team-item h3 a:hover,
.team-item h4 a:hover {
	text-decoration:none;
}
.team-item h4 a {
	color:#585a5c;
}
.team-item img {
	margin-bottom:20px;
}
.team-item h4 {
	text-align:center;
	color:#585a5c;
	font-size:17px;
	margin-bottom: 5px;
	font-family: 'Public Sans', sans-serif;
	font-weight:400;
}
#fancybox-overlay {
	background:none !important;
}
#fancybox-outer {
	box-shadow:none !important;
	filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.15));
}
#fancybox-close {
	top: 20px !important;
    right: 20px !important;
	width:19px !important;
	height:19px !important;
	background:url("images/cross-icon.png") no-repeat !important;
}
.entry-content .sample-list-area ul {
	margin-bottom:0;
}
.entry-content .sample-list-area .panel-grid-cell {
	margin-bottom:0 !important;
}

/*
Accordian
---------------------------------------------------------------------------------------------------- */

body .sow-accordion {
	margin-top: 20px;
}
body .sow-accordion .sow-accordion-panel p {
	margin-bottom:15px;
	line-height: 1.7;
}
body .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    background: #F5F5F5 !important;
    border-radius: 5px;
    color: #00475E !important;
    font-weight: 500 !important;
	padding: 17px 30px 17px 30px !important;
}
body .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title { 
	font-weight:700;
}
body .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
	background-color:transparent !important;
	padding: 30px 30px 5px 30px !important;
}
body .sow-accordion .sow-accordion-panel {
    margin-bottom: 30px !important;
} 
body .sow-accordion-panel span.sow-icon-ionicons {
    width: 24px;
    height: 14px;
    background: url(images/arrow-down-accordian.svg) no-repeat;
    margin-top: 10px;
    margin-right: -10px;
}
body .sow-accordion-panel.sow-accordion-panel-open span.sow-icon-ionicons {
    background: url(images/arrow-up-accordian.svg) no-repeat;
}
body .sow-icon-ionicons[data-sow-icon]:before {
	display:none;
}

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

@media only screen and (max-width: 1440px) {
	.independent-financial-area .panel-grid-cell:last-child .textwidget,
	.get-touch-area .panel-grid-cell:first-child .textwidget {
		padding: 30px;
	}
	.two-boxes-area.right-text-side .panel-grid-cell:first-child .textwidget {
		padding: 35px 45px;
	}
	.independent-financial-area:after, .two-boxes-area:after {
		top: -30px;
	}
	.two-boxes-area:after {
    	top: -80px;
    	background-size: contain;
	}
}

@media only screen and (max-width: 1366px) {
	.genesis-nav-menu a {
		padding: 0 15px 30px;
	}
}

@media only screen and (max-width: 1280px) {
	.genesis-nav-menu a {
		font-size: 16px;
    	padding: 0 7px 30px;
	}
	.site-header .wrap {
		padding: 0 20px;
	}
	.two-boxes-area .panel-grid-cell:last-child .textwidget {
		padding: 35px 45px;
	}
	.home .hero-panel {
    	min-height: 720px;
	}
}

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

	.wrap,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) {
		max-width: calc(100% - 40px);
	}

	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style, 
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style {
		max-width: 100%;
	}

	.content {
		width: 580px;
	}   
	.team-item {
		margin-right: 22px;
	}
}

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

	.site-header {
		position: fixed;
		background:#fff;
	}
	.home .site-header {
		background:#fff;
	}
	.title-area {
		position: relative;
    	top: 0px;
	}
	.home .title-area,
	.title-area {
		padding: 25px 0 18px;
	}
	li#menu-item-92 {
    	display: block !important;
	}
	.site-header .genesis-nav-menu {
		padding-bottom:15px;
		top:0;
	}
	.site-header .widget-area .widget_sow-editor {
		display:none;
	}
	#page-container .site-header .widget-area .button.white,
	.home #page-container .site-header .widget-area .button.white {
    	background-color: #907137;
    	color: #fff;
	}
	.content,
	.sidebar,
	.site-header .widget-area {
		float: none;
		width: 100%;
	}
	.home .genesis-nav-menu {
    	top: 0;
	}
	.genesis-nav-menu {
		position:relative;
		padding-bottom:10px;
	}
	.genesis-nav-menu a {
		padding: 5px 0;
		font-size:20px;
		color:#00475e !important;
	}
	.genesis-nav-menu .current-menu-item>a {
		color: #907137 !important;
	}
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		position: relative;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 5px 0;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .sub-menu,
	.site-header .sub-menu .sub-menu {
		margin: 0px;
	}

	.nav-header,
	.nav-primary {
		display: none;
		width: 100%;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.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 .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}
	
	.alignleft,
	.alignright {
		max-width: 300px;
	}

	.button + .button {
		margin-left: 0;
	}

	.hero-panel,
	.home .hero-panel {
		min-height: auto;
		margin-top:83px;
	}
	.hero-panel {
		margin-top:8px;
	}
	.hero-panel h1 {
		margin-bottom:0;
	}
	.hero-panel h3 {
		font-size:19px;
		margin-top:10px;
	}
	.sidebar {
		padding-top: 50px;
		clear: both;
	}
	.home .title-area a {
		background-image: url(images/colored-logo.svg);
	}
	br {
		display:none;
	}
	.what-sets-area br,
	.cta-area br {
		display:block;
	}
	.independent-financial-area .panel-grid-cell:last-child .textwidget,
	.get-touch-area .panel-grid-cell:first-child .textwidget {
		width: 580px;
	}
	.independent-financial-area .panel-grid-cell:last-child .textwidget, 
	.get-touch-area .panel-grid-cell:first-child .textwidget {
    	padding: 20px;
	}
	.footer-menu-area a {
    	padding: 0 3px;
	}
	.icon-boxes {
    	width: 875px;
	}
	.what-sets-area h5 {
		line-height: 27px;
    	font-size: 17px;
	}
	.two-boxes-area .panel-grid-cell:last-child .textwidget {
    	width: 570px;
    	margin-left: -100px;
	}
	.two-boxes-area.right-text-side .panel-grid-cell:first-child .textwidget {
		width: 570px;
		margin-right: -100px;
	}
	.team-item {
    	margin-right: 5px;
		width:auto;
	}
	#page-container .site-header .widget-area .button.white {
		display:none;
	}
}

@media only screen and (max-width: 1000px) {
	.hero-panel h1 {
		font-size: 45px;
	}
	.genesis-nav-menu {
		top:0;
	}
	.independent-financial-area .panel-grid-cell:last-child .textwidget {
		margin-left:0;
	}
	.independent-financial-area:after {
		display:none;
	}
	.get-touch-area .panel-grid-cell:first-child .textwidget {
		margin-right:0;
	}
	.independent-financial-area .panel-grid-cell:last-child .textwidget, 
	.get-touch-area .panel-grid-cell:first-child .textwidget {
    	width: 100%;
	}
	.footer-above-area {
    	padding-top: 40px;
    	padding-bottom: 40px;
		text-align:center;
	}
	.footer-menu-area a {
    	padding: 0 2px;
    	font-size: 11px;
	}
	.get-touch-area {
    	margin-top: 0;
	}
	.two-boxes-area {
    	margin-top: 0px;
	}
	.strength-flexibility-area .button, 
	#page-container .what-sets-area .button.white {
		margin: 35px auto 20px;
	}
	#page-container .what-sets-area .button.white {
    	margin: 5px auto 40px;
	}
	.two-boxes-area .panel-grid-cell:last-child .textwidget {
    	width: 100%;
    	margin-left: 0;
	}
	.two-boxes-area.right-text-side .panel-grid-cell:first-child .textwidget {
    	width: 100%;
    	margin-right: 0px;
	}
	.cta-area {
		min-height: auto;
		padding: 50px 0;
		margin-top:0;
		margin-bottom:40px;
	}
	.cta-area.wealth-management {
		margin-top:-40px;
	}
	.team-item {
    	width: 48%;
    	float: left;
	}
	#fancybox-wrap {
		width: 93% !important;
		left:0 !important;
	}
	#fancybox-content {
		width:100% !important;
	}
	.four-btns {
		text-align:center;
	}
}

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

	.alignleft,
	.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 20px;
		display: block;
	}
	.entry-content .entry-image {
		float: left;
		margin-right: 20px;
	}
	.cta-area {
		padding: 40px 50px !important;
	}
	.cta-area br {
		display:none;
	}
	.hero-panel {
		margin-bottom: 30px !important;
	}
	.hero-panel h3 {
		line-height: 1.8;
	}
	.footer-menu-area a {
    	padding: 0;
	}
	.team-item {
    	width: 50%;
    	min-height: 320px;
    	margin-right: 0;
    	margin-bottom: 20px;
	}
	.team-item .team_img {
		text-align:center;
	}
	.team-item h3 {
		font-size:20px;
	}
	.team-item img {
    	margin-bottom: 10px;
	}
	.universal-cta-area h2 {
		font-size:32px;
	}
	.contact-form {
		padding: 50px 40px 30px;
	}
	.strength-flexibility-area {
		padding-top: 60px;
	}
}

@media only screen and (max-width: 600px) {
	
	.title-area {
		top:0;
	}
	.title-area a {
		width: 230px;
    	height: 29px;
    	background-size: contain;
	}
	.site-header {
		padding-bottom:0;
	}
	.site-header .wrap {
    	padding: 0 10px;
	}
	li#menu-item-92 a {
		min-width: 160px;
    	line-height: 22.66px;
    	font-size: 17px;
    	background-color: #907137;
    	color: #fff!important;
    	padding: 13px 30px;
    	position: relative;
    	z-index: 9999;
    	margin-top: 9px;
    	display: table;
	}
	#page-container .site-header .widget-area .button.white {
		min-width: 110px;
		font-size: 14px;
    	padding: 7px 5px;
	}
	.site-header .menu-toggle::before {
		top: 15px;
		font-size: 40px;
	}
	h2 {
		font-size:27px;
	}
	h1, h2, h3, h4, h5, h6 {
		line-height:1.6;
	}
	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}
	.strength-flexibility-area {
    	padding-top: 0px;
	}
	.home .hero-panel {
		margin-top: 73px;
		padding: 42px 0 90px;
    	margin-bottom: 100px !important;
	}
	.hero-panel {
    	padding: 50px 0;
	}
	.hero-panel h1 {
       font-size: 36px;
       line-height: 45px;
	}
	.hero-panel h3 {
    	line-height: 1.5;
		font-size:20px;
	}
	.what-sets-area {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.independent-financial-area h2 {
    	font-size: 28px;
    	line-height: 35px;
	}
	.cta-area {
    	padding: 40px 30px !important;
		margin-top: 40px;
	}
	.cta-area h2 {
		font-size: 23px;
    	line-height: 36px;
	}
	.cta-area.universal-cta-area {
    	min-height: auto;
	}
	#page-container .cta-area .button.white {
		padding: 15px 30px;
	}
	#fancybox-content {
		height:400px !important;
	}
	#fancybox-wrap {
    	width: 85% !important;
	}
	#fancybox-close {
		right:5px !important;
	}
	.footer-menu-area a {
		 line-height: 0;
    	display: inline-block;
	}
	.footer-above-area a {
		display:block;
	}
	.copyright-area {
		line-height: 1.7;
	}
	.footer-widget-two {
    	padding-left: 0px;
	}
	.team-item {
    	width: 100%;
    	min-height: auto;
	}
	.contact-form {
		padding: 50px 20px 30px;
	}
	body .gform_wrapper.gravity-theme .gfield textarea.large {
    	height: 160px;
	}
	.independent-financial-area .widget_media_image img,
	.get-touch-area .widget_media_image img {
		height: 320px !important;
		object-fit:cover;
	} 
	.footer-widget-two br {
		display:block;
	}
	.two-boxes-area .panel-grid-cell:last-child .textwidget {
    	padding: 35px 25px;
	}
	.two-boxes-area .widget_media_image img {
		height:245px !important;
		object-fit:cover;
	}
	.footer-above-area {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 375px) {
	.hero-panel h1 {
    	font-size: 31px;
    	line-height: 40px;
	}
}