/*
Theme Name: Feeling Better
Author: Creatency
Author URI: https://creatency.com
Description: Custom theme based off WP feelingbetter shell.
Version: 1.0
*/

/* Table of Contents
========================================================================================================== */
/*
01: Global
02: Header
03: Content
04: Footer
05: Forms
06: Tables
07: Bootstrap Over-rides
08: Responsive (Media Queries)
/*


/* 01: Global
========================================================================================================== */
/* ---------- Eric Meier Reset (thanks, Eric) ---------- */
html,body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-align: left;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body {
	background: url(images/page-bg-tree.jpg) fixed center center no-repeat #fff;
	font-family: 'Anek Latin', Arial, sans-serif;
	font-weight: 300;
}

body.page-template-page-homepage {
	background: url(images/page-bg-tree.jpg) fixed center center no-repeat #000;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.page-template-page-the-path {
	background: url(images/page-bg-walking.jpg) fixed center center no-repeat #000;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.page-template-page-why-mike {
	background: url(images/page-bg-mike-gaze.jpg) fixed center center no-repeat #000;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.page-template-page-connect {
	background: url(images/page-bg-connect.jpg) fixed center center no-repeat #000;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.page-template-page-retreat {
	background: url(images/page-bg-retreat.jpg) fixed center center no-repeat #000;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6, p {margin: 0 0 20px;}
h1, h2, h3, h4, h5, h6 {font-weight: 700; letter-spacing: -1px; line-height: 1.4em; color: #333;}
h1 {font-size: 4em; font-weight: 400;}
h2 {font-size: 3em; font-weight: 300; line-height: 1.2;}
h3 {font-size: 2em; margin: 0 0 20px;}
h4 {font-size: 1.8em;}
h5 {font-size: 1.6em; margin: 0 0 10px;}
h6 {font-size: 1.4em; margin: 0 0 10px;}
p {font-size: 1.2em; line-height: 1.6em; color: #333;}
ul, ol {font-size: 1.2em;}

.headline {font-size: 2em; letter-spacing: -0.025em; line-height: 1.4; margin: 0 0 30px;}
.headline.small {font-size: 1.5em;}
.headline.large {font-size: 3em;}
.headline.jumbo {font-size: 6em; line-height: 1; margin: 0 0 40px;}
.headline sup {top: -.55em;}
.caption {padding: 10px; font-weight: bold; text-align: center; background: #ddd; color: #333;}
.terms {font-size: .75em; margin: 20px 0;}

.headline-content p {
	font-size: 1.2em;
}
.headline-content.centered p {
	text-align: center;
}

blockquote {
	padding: 20px;
	margin: 0 0 30px;
	background: #f4f8ef;
	color: #333;
	border-left: 4px solid #9cd754;
}
blockquote p {
	font-size: 1.5em;
}
blockquote p:last-child {
	margin: 0;
}

a {
	color: #09b7dc;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
a:hover {
	color: #000;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
img.user-avatar {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}
img.logo-bw {
	-ms-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
	transition: all 0.25s;
}
img.logo-bw:hover {
	filter: grayscale(0);
    opacity: 1;
	transform:scale(1.05);
}

iframe {
	max-width: 100%;
	margin: 0 0 20px;
}
.embed-left {
	float: left;
	margin: 0 20px 10px 0;
}
.embed-right {
	float: right;
	margin: 0 0 10px 20px;
}
.embed-mosaic {
	display: block;
	width: 100%;
	margin: 0 0 30px;
}

.brand {
	font-weight: 700;
	letter-spacing: -0.025em;
}

hr {
	border-top-color: #ddd;
}
.hr-10 {
	margin: 10px 0;
}
.hr-15 {
	margin: 15px 0;
}
.hr-20 {
	margin: 20px 0;
}
.hr-30 {
	margin: 30px 0;
}
.hr-dark {
	border-top: 1px solid #036;
}
.hr-thin {
	border-top-width: 1px;
}
.hr-thick {
	border-top-width: 5px;
}
.hr-trans {
	border-top: 1px solid rgba(255, 255, 255, .25);
	opacity: 1.0;
}
.hr-half {
	width: 50%;
	margin: 20px auto;
}
.hr-slim {
	width: 20%;
	margin: 20px 0;
}
.hr-spacer {
	border: none;
	margin: 30px 0;
}
.hr-mobile {
	display: none;
}

.spacer-dots {
	display: block;
	width: 100%;
	height: 18px;
	margin: 20px 0;
	background: url(images/pattern-dots.png) repeat-x;
}

/* text helpers */
.caps {
	text-transform: uppercase !important;
}
.centered {
	text-align: center !important;
}
.clear {
	clear: both !important;
}
.bold,
strong {
	font-weight: 700 !important;
}
.font-300 {
	font-weight: 300 !important;
}
.font-400 {
	font-weight: 400 !important;
}
.font-700 {
	font-weight: 700 !important;
}
.spaced-3 {
	letter-spacing: 3px;
}
.spaced-5 {
	letter-spacing: 5px;
}
.spaced-10 {
	letter-spacing: 10px;
}
.no-margin {
	margin: 0 !important;
}
.margin-10 {
	margin: 0 0 10px;
}

/* ----- colors ----- */
/* primary colors */
.color-green {color: #519302 !important;}
.color-green-light {color: #93d50a !important;}
.color-cta {color: #b7d800 !important;}
.color-lime {color: #a0bf34 !important;}
.color-dark {color: #292c1e !important;}

.color-blue {color: #09b7dc !important;}
.color-blue-light {color: #02bee6 !important;}
.color-blue-dark {color: #0357b5 !important;}

/* secondary colors */
.color-yellow {color: #d3d44a !important;}
.color-orange {color: #e87905 !important;}
.color-red {color: #c00 !important;}
.color-purple-dark {color: #601d59 !important;}

/* neutral colors */
.color-black {color: #000 !important;}
.color-black-trans-50 {color: rgba(0, 0, 0, .5) !important;}
.color-white {color: #fff !important;}
.color-white-trans-50 {color: rgba(255, 255, 255, .5) !important;}
.color-grey {color: #999 !important;}

/* trans colors */
.color-trans-white-25 {color: rgba(255, 255, 255, .25) !important;}
.color-trans-white-50 {color: rgba(255, 255, 255, .5) !important;}
.color-trans-white-75 {color: rgba(255, 255, 255, .75) !important;}

.color-content p,
.color-content ul,
.color-content ol {
	color: #fff;
}

/* ----- backrounds ----- */
.bg-red {background: #de441e !important;}
.bg-red-dark {background: #ad212e !important;}
.bg-red-darkest {background: #660f2d !important;}

.bg-blue {background: #09b7dc !important;}
.bg-blue-dark {background: #0357b5 !important;}

.bg-white {background: #fff !important;}
.bg-grey-light {background: #eee !important;}
.bg-dark {background: #292c1e !important;}

.bg-trans-black-25 {background: rgba(0, 0, 0, .25) !important;}
.bg-trans-black-50 {background: rgba(0, 0, 0, .5) !important;}
.bg-trans-black-75 {background: rgba(0, 0, 0, .75) !important;}

.bg-trans-red-50 {background: rgba(102, 15, 45, .5) !important;}

/* color content */
.content-light p {
	color: rgba(255, 255, 255, .75);
}
.content-light h2,
.content-light h3,
.content-light h4,
.content-light h5,
.content-light h6,
.content-light ul,
.content-light ol {
	color: #fff;
}
.content-light blockquote {
	background: rgba(0, 0, 0, .5);
	color: #fff;
}

/* ----- icons ----- */
.icon-left {
	margin-right: 5px;
}
.icon-right {
	margin-left: 5px;
}

/* ----- titles ----- */
.faq-question {
	position: relative;
	margin: 0 0 10px;
	padding-left: 25px; 
}
.faq-question i {
	position: absolute;
	top: 4px;
	left: 0;
}

/* ----- buttons ----- */
.btn {
	display: inline-block;
	padding: 10px 30px;
	font-family: 'Anek Latin';
	font-size: 1em;
	font-weight: 700;
	letter-spacing: -0.025em;
	text-decoration: none;
	border-radius: 0;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.btn.btn-sm {
	font-size: .85em;
    padding: 7px 15px;
}
.btn.btn-trans {
	background: none;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, .5);
}
.btn.btn-trans:hover {
	background: #fff;
	color: #09c;
}
.btn.btn-default {
	background: none;
	color: #04212f;
	border: 2px solid #04212f;
}
.btn.btn-default:hover {
	background: #04212f;
	color: #fff;
	border-color: #04212f;
}
.btn.btn-cta {
	background: #09c;
	color: #fff;
	border: 2px solid #09c;
}
.btn.btn-cta:hover {
	background: #069;
	border-color: #069;
}
.btn.btn-primary {
	background: #519302;
	color: #fff;
	border-color: #519302;
}
.btn.btn-primary:hover {
	background: #93d50a;
	color: #fff;
	border-color: #93d50a;
}
.btn.btn-white {
	background: #fff;
	color: #519302;
	border-color: #fff;
}
.btn.btn-white:hover {
	background: #519302;
	color: #fff;
	border-color: #519302;
}
/* button sizes */
.btn-sm {
	font-size: .85em;
	padding: 7px 20px;
}
.btn-lg {
	font-size: 1.2em;
	padding: 12px 40px;
}
.btn-xl {
	font-size: 1.5em;
	padding: 15px 50px;
}
/* button variations */
.btn-cancel {
	font-weight: 400;
}
.btn.btn-icon-only i {
	opacity: 1.0;
}

/* social buttons */
.btn.btn-facebook {
	padding: 10px 20px;
	background: #3a5795;
	color: #fff;
}
.btn.btn-facebook:hover {
	background: #1e3870;
}

/* ----- links ----- */
.link {
	display: inline-block;
}
.link-white {
	color: #fff;
}
.link-white:hover {
	color: #ccc;
}
.link-light:hover {
	color: #fff;
}

/* ----- lists ----- */
ul,
ol {
	margin: 0 0 30px 30px;
}
ul li,
ol li {
	line-height: 1.4;
	margin: 0 0 10px;
}
/* standard list */
.list-standard {
	list-style: square;
	font-size: .85em;
	margin: 0 0 20px 20px;
}
.list-standard li {
	margin: 0 0 10px;
}
/* check lists */
.list-checks {
	list-style: none;
	margin: 0 0 20px;
}
.list-checks li {
	margin: 0 0 15px;
}
.list-checks.two-column li {
	display: inline-block;
	width: 48%;
}
.list-checks li i {
	margin: 0 5px 0 0;
	color: #9c0;
}
/* inline lists */
.list-inline {
	list-style: none;
	margin: 0 0 20px;
}
.list-inline li {
	display: inline-block;
	margin: 0 30px 0 0;
}
/* icon lists */
.list-icon {
	list-style: none;
	margin: 0 0 30px;
}
.list-icon li {
	position: relative;
	padding: 0 0 0 43px;
	margin: 0 0 20px;
	line-height: 1.4;
}
.list-icon li i {
	position: absolute;
	top: -5px;
	left: 0;
	width: 30px;
	font-size: .85em;
	text-align: center;
}
/* nav list */
.list-nav {
	list-style: none;
	font-weight: 400;
	margin: 0 0 30px; 
}
.list-nav li {
	border-top: 1px solid #ddd;
	margin: 0;
}
.list-nav li a {
	display: block;
	padding: 15px 0;
}
.list-nav li a:hover {
	padding-left: 15px;
	background: #f5f5f5;
}
/* step lists */
.list-steps {
	list-style: none;
	margin: 0 0 20px;
}
.list-steps li {
	position: relative;
	padding: 15px 0 15px 45px;
	margin: 0;
	border-top: 1px solid #ccc;
}
.list-steps li .list-number {
	position: absolute;
	top: 15px;
	left: 0;
	width: 32px;
	padding: 5px 0;
	background: #c00;
	color: #fff;
	font-weight: 400;
	text-align: center;
	border-radius: 30px;
}
/* user lists */
.list-users {
	list-style: none;
	margin: 0 0 20px;
}
.list-users li {
	min-height: 70px;
	padding: 10px 0 10px 60px;
	border-top: 1px solid #cbdae4;
}
.list-users li:first-child {
	border-top: none;
}
.list-users li .user-avatar {
	top: 10px;
}

/* large lists */
.list-large {
	font-size: 1.5em;
}
.list-large li {
	margin: 0 0 20px;
}
.list-large.list-icon li i {
	top: 6px;
}

/* ----- icons ----- */
.icon-left {
	margin-right: 5px;
}
.icon-right {
	margin-left: 5px;
}
.icon-jumbo {
	display: block;
	font-size: 5em;
	line-height: 1;
	margin: 0 0 10px;
}

/* ----- social ----- */
.social-nav {
	list-style: none;
	margin: 0;
}
.social-nav li {
	display: inline-block;
	margin: 0 5px 5px 0;
}
.social-nav li a {
	display: inline-block;
	line-height: 1;
	text-align: center;
	padding: 10px 0;
	width: 40px;
	background: #519302;
	color: #fff;
	border-radius: 50px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.social-nav li a:hover {
	background: #93d50a;
}
.social-nav.nav-large {
	font-size: 1.5em;
}
.social-nav.nav-large li a {
	width: 60px;
	height: 60px;
	padding: 15px 0;
}
.social-nav.nav-block li {
	display: block;
	margin: 0 0 10px;
}
.social-nav.nav-block li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 20px;
	text-align: left;
}
.social-nav.nav-block li a i {
	margin-right: 10px;
}
.social-nav.nav-block li a .block-text {
	font-size: .85em;
}

/* ----- social share links ----- */
.share-links {
	display: inline-block;
	list-style: none;
	font-size: 1em;
	margin: 0;
	vertical-align: top;
}
.share-links li {
	display: inline-block;
	margin: 0;
}
.share-links li a {
	display: inline-block;
	vertical-align: top;
	padding: 8px 0;
	width: 43px;
	height: 43px;
	color: #333;
	text-align: center;
	border: 2px solid;
	border-radius: 100px;
}
.share-links li a:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}

.screen-reader-text {
	display: none;
}

.spacer-dots {
	display: block;
	width: 100%;
	height: 20px;
	margin: 15px 0;
	background: url(images/pattern-dots.png) top repeat-x;
}
.spacer-dots.spaced-50 {
	margin: 50px 0;
}

/* videos */
.video-container {
	position: relative;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 50px;
	margin: 0 0 15px;
	background: url(images/loading-squares.gif) center center no-repeat #000;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

/* 02: Header
========================================================================================================== */
.site-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 350px;
	height: 100%;
	padding: 70px;
	background: rgba(51, 51, 51, .75);
	backdrop-filter: blur(3px);
	z-index: 1000;
	overflow-y: auto;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
/* header brand */
.site-header .header-brand {
	display: block;
	height: auto;
	padding: 0 0 30px;
	color: #fff;
	font-family: 'Anek Latin', sans-serif;
	text-decoration: none;
	z-index: 1003;
}
.site-header .header-brand:hover {
	opacity: .5;
}
.site-header .header-brand .brand-logo {
	display: block;
	font-size: 5em;
	font-weight: 900;
	line-height: 1;
}
.site-header .header-brand .brand-text {
	display: block;
	font-size: 1em;
}
.site-header .header-brand .brand-text span {
	font-weight: 700;
}
.site-header .header-brand img {
	display: block;
	margin: 0 auto;
}
/* header nav */
.site-header .header-nav {
	padding: 10px 0;
	margin: 0 0 20px;
}
.site-header .header-nav ul {
	list-style: none;
	font-family: 'Anek Latin', sans-serif;
	font-size: 1em;
	margin: 0 0 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.site-header .header-nav ul li {
	position: relative;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, .15);
}
.site-header .header-nav ul li a {
	position: relative;
	display: block;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
}
.site-header .header-nav ul li a .nav-icon {
	display: none; /* hide for now */
	position: absolute;
	top: 15px;
	right: 0;
	width: 60px;
	font-size: 2em;
	line-height: 1;
	text-align: center;
	opacity: .5
}
.site-header .header-nav ul li.active a:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 15px;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 100px;
}
body.page-template-page-retreat .site-header .header-nav ul li.active a:after {
	background: #93d50a;
}
.site-header .header-nav ul li .nav-label,
.site-header .header-nav ul li a .nav-label {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	color: #fff;
	margin: 0 0 5px;
}
.site-header .header-nav ul li > .nav-label {
	padding-top: 15px;
}
.site-header .header-nav ul li a .nav-desc {
	display: block;
	font-size: .9em;
	font-weight: 300;
	color: rgba(255, 255, 255, .5);
}
.site-header .header-nav ul li a:hover {
	padding-left: 15px;
	background: rgba(255, 255, 255, .1);
	border-left: 2px solid #fff;
}
.site-header .header-nav ul li a:hover .nav-icon {
	opacity: 1.0;
}

.site-header .header-foot {
	font-size: .9em;
	color: #fff;
}
.site-header .header-foot p {
	font-size: .8em;
	color: rgba(255, 255, 255, .5);
}
.site-header .header-label {
	display: block;
	font-size: .85em;
	font-weight: 700;
	margin: 0 0 5px;
}
.site-header .header-nav ul.social-nav {
	border: none;
	margin: 0;
}
.site-header .header-nav ul.social-nav li {
	border: none;
}
.site-header .header-nav ul.social-nav li a {
	padding: 12px 0;
	background: rgba(0, 0, 0, .25);
	border: none;
}
.site-header .header-nav ul.social-nav li a:hover {
	padding: 12px 0;
	background: #519302 !important;
	border: none;
}

.site-header .gform-footer {
	margin: 10px 0 0 !important;
}
.site-header .ginput_container input[type="email"],
.site-header .ginput_container input[type="text"] {
	background: rgba(0, 0, 0, .5);
	color: #fff;
}
.site-header #gform_submit_button_3 {
	background: #519302 !important;
}
.site-header #gform_submit_button_3:hover {
	background: #93d50a !important;
}

/* mobile navicon */
.site-header .header-mobile-toggle {
	display: none;
	font-size: 1.5em;
	color: #fff;
}
/* mobile menu */
.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 0px;
	overflow: hidden;
	height: 100%;
	background: #151515;
	z-index: 2000;
}
.mobile-menu ul {
	list-style: none;
	font-family: 'Anek Latin', sans-serif;
	font-size: 1.3em;
	font-weight: 300;
}
.mobile-menu ul li {
	border-top: 2px solid rgba(255, 255, 255, .1);
}
.mobile-menu ul li:first-child {
	border-top: none;
}
.mobile-menu ul li a {
	display: block;
	padding: 15px 0;
	color: #999;
}
.mobile-menu ul li a.brand {
	color: #fff;
}
.mobile-menu .x-close {
	position: absolute;
	top: 3px;
	right: 17px;
	font-size: 3em;
	font-weight: 300;
	line-height: 1;
	color: #999;
	text-decoration: none;
}
.mobile-menu .x-close:hover {
	color: #fff;
}
.mobile-menu.menu-visible {
	width: 100%;
	padding: 0 15px;
}


/* 03: Content
========================================================================================================== */
.site-content {
	min-height: 100vh;
	margin: 0 0 0 350px;
}
.site-content .content-block {
	padding: 100px;
}

.page-title {
	font-weight: 700;
	line-height: 1;
	color: #333;
}

/* ----- page header ----- */
.page-header {
	padding: 0 10%;
	margin: 0;
	border: none;
}
.page-header .header-label {
	display: inline-block;
	padding: 15px 50px;
	background: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.page-header h1 {
	font-size: 3em;
	margin: 0;
}
.page-header h1 span {
	display: inline-block;
	padding: 20px 50px;
	background: #047ebe;
	color: #fff;
}

/* ----- page sections ----- */
.page-section {
	padding: 10%;
	overflow: auto;
}
.page-section h2 {
	font-weight: 400;
	margin: 0 0 20px;
	padding: 0 0 10px;
}
.page-section .section-label {
	display: inline-block;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid;
}
.page-section .section-title {
	padding: 15px 30px;
	background: #15597d;
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.page-section.section-bordered {
	border: 1px solid;
}
.page-section.less-padding {
	padding: 20px 0;
}
.page-section.section-no-pad {
	padding: 0;
}

.page-section.section-white {
	background: #fff;
}
.page-section.section-dark {
	background: #151515;
}
.page-section.section-grey {
	background: #e5e5e5;
}
.page-section.section-dark-grey {
	background: #333;
}
.page-section.section-dark-grey h2 {
	color: #eee;
	border-bottom: 2px solid #555;
}
.page-section.section-dark-grey p {
	color: #999;
}

.page-section.section-images {
	padding: 30px;
}
.page-section.contact h2 {
	color: #fff;
	border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.page-section.contact p {
	color: #fff;
}

/* section backgrounds */
.page-section.section-mike-work {
	background: url(images/section-bg-mike-work.jpg) top right no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
.page-section.section-mike-inner {
	background: url(images/section-bg-mike-writing.jpg) top right no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
.page-section.section-tags p {
	color: #fff;
}
.page-section.section-tags hr {
	border-top: 2px solid rgba(255, 255, 255, 0.1);
}

/* ----- containers ----- */
.bordered-container {
	padding: 20px;
	margin: 0 0 10px;
	border: 2px solid rgba(255, 255, 255, 0.15);
}
.bordered-container h3 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.bordered-container img {
	display: block;
	margin: 0 0 15px;
	border: 5px solid rgba(255, 255, 255, 0.15);
}

.bottom-line {
	margin: 20px 0 0;
}

/* ----- Column Grid (table layout) ----- */
.column-grid {
	display: table;
	width: 100%;
	min-height: 100vh;
}
.column-grid .grid-container {
	display: table-cell;
	padding: 100px;
	vertical-align: top;
}
.column-grid .grid-container.container-20 {
	width: 20%;
}
.column-grid .grid-container.container-25 {
	width: 25%;
}
.column-grid .grid-container.container-30 {
	width: 30%;
}
.column-grid .grid-container.container-33 {
	width: 33.33%;
}
.column-grid .grid-container.container-40 {
	width: 40%;
}
.column-grid .grid-container.container-50 {
	width: 50%;
}
.column-grid .grid-container.container-60 {
	width: 60%;
}
.column-grid .grid-container.container-66 {
	width: 66.66%;
}
.column-grid .grid-container.container-70 {
	width: 70%;
}
.column-grid .grid-container.container-75 {
	width: 75%;
}
.column-grid .grid-container.container-80 {
	width: 80%;
}

.grid-container.container-no-padding {
	padding: 0;
}
.grid-container .container-block {
	padding: 100px;
}
.grid-container .container-block.block-h-50 {
	min-height: 50vh;
}

/* ----- Flex grid ----- */
.flex-grid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.flex-grid .grid-block {
	padding: 30px;
}
.flex-grid.grid-columns-2 .grid-block {
	width: 50%;
}
.flex-grid.grid-columns-3 .grid-block {
	width: 33.33%;
}
.flex-grid.grid-columns-4 .grid-block {
	width: 25%;
}

/* ----- Responsive Grid (3 columns) ----- */
/* responsive grid */
.rsp-grid {
	font-size: 0;
}
.rsp-grid .grid-container {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
}
.rsp-grid .grid-container.container-20 {
	width: 20%;
}
.rsp-grid .grid-container.container-25 {
	width: 25%;
}
.rsp-grid .grid-container.container-30 {
	width: 30%;
}
.rsp-grid .grid-container.container-33 {
	width: 33.33%;
}
.rsp-grid .grid-container.container-40 {
	width: 40%;
}
.rsp-grid .grid-container.container-50 {
	width: 50%;
}
.rsp-grid .grid-container.container-66 {
	width: 66.66%;
}
.rsp-grid .grid-container.container-75 {
	width: 75%;
}
/* spaced grid */
.rsp-grid.grid-spaced {
	margin-left: -2%;
}
.rsp-grid.grid-spaced .grid-container {
	margin: 0 0 2% 2%;
}
.rsp-grid.grid-spaced .grid-container.container-20 {
	width: 18%;
}
.rsp-grid.grid-spaced .grid-container.container-25 {
	width: 23%;
}
.rsp-grid.grid-spaced .grid-container.container-30 {
	width: 28%;
}
.rsp-grid.grid-spaced .grid-container.container-33 {
	width: 31.33%;
}
.rsp-grid.grid-spaced .grid-container.container-40 {
	width: 38%;
}
.rsp-grid.grid-spaced .grid-container.container-50 {
	width: 48%;
}
.rsp-grid.grid-spaced .grid-container.container-66 {
	width: 64.66%;
}
.rsp-grid.grid-spaced .grid-container.container-75 {
	width: 73%;
}

/* ---------- cards ---------- */
.card-container {
	position: relative;
}
.card-container .container-image {
	position: relative;
}
.card-container .container-image img {
	display: block;
}
.card-container .container-image h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 50px 20px 20px;
	margin: 0;
	color: #fff;
	background: -webkit-gradient(linear, center top, center bottom, from(transparent), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .7));
	background: -moz-linear-gradient(transparent, rgba(0, 0, 0, .7));
	background: -o-linear-gradient(transparent, rgba(0, 0, 0, .7));
	background: linear-gradient(transparent, rgba(0, 0, 0, .7));
}
.card-container .container-content {
	padding: 20px;
}
.card-container .container-content p {
	font-size: .85em;
}
.card-container .container-content .list {
	font-size: 1.2em;
	font-weight: 700;
	list-style: square;
	margin: 0 0 0 18px;
}
.card-container .container-content .list li {
	margin: 0 0 10px;
}

/* -------------------- Features -------------------- */
.feature {
	position: relative;
	padding-left: 80px;
	margin: 0 0 30px;
}
.feature .feature-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	font-size: 3em;
	line-height: 1;
	text-align: center;
}
.feature .feature-icon.icon-green svg {
	fill: #9cd754;
}
.feature .feature-icon.icon-large {
	width: 100px;
}
.feature .feature-title {
	line-height: 1.2;
	margin: 0 0 10px;
}
/* feature links */
.feature.feature-link {
	padding: 0;
}
.feature.feature-link > a {
	position: relative;
	display: block;
	padding: 30px 60px 30px 75px;
	color: #777;
	text-decoration: none;
}
.feature.feature-link > a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	height: 50px;
	margin-top: -25px;
	content: "\f105";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
	font-size: 3em;
	line-height: 1;
	color: #999;
}
.feature.feature-link > a:hover {
	background: #f5f5f5;
	border-color: #000;
	text-decoration: none;
}
.feature.feature-link > a:hover:after {
	color: #000;
}
.feature.feature-link.link-trans > a {
	background: rgba(0, 0, 0, .35);
	color: #fff;
}
.feature.feature-link.link-trans > a:hover,
.feature.feature-link.link-trans > a:hover:after {
	background: rgba(0, 0, 0, .7);
	color: #fff;
}
.feature.feature-link .feature-icon {
	top: 25px;
	left: 25px;
	width: 40px;
	padding: 0;
	font-size: 2em;
	line-height: 1;
	color: #999;
	border: none;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.feature.feature-link .feature-title {
	display: block;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: none;
	color: #333;
	margin: 0 0 10px;
}
.feature.feature-link .feature-desc {
	display: block;
	margin: 0 0 10px;
	font-size: 1em;
	line-height: 1.4;
}
.feature.feature-link .feature-more {
	font-weight: 700;
	color: #1489cc;
}
/* block features */
.feature.feature-block {
	padding: 0;
}
.feature.feature-block .feature-icon {
	position: static;
	display: block;
	text-align: left;
	margin: 0 0 15px;
}
/* step features */
.feature.feature-step {
	padding-bottom: 30px;
	margin: 0;
}
.feature.feature-step:before {
	position: absolute;
	top: 0;
	left: 28px;
	content: "";
	height: 100%;
	width: 2px;
	background: #ddd;
}
.feature.feature-step.step-last:before {
	display: none;
}
.feature.feature-step .step-number {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	padding: 20px 0;
	margin: 0 0 10px;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	background: #1a1b21;
	color: #fff;
	border-radius: 100px;
	z-index: 5;
}
.feature.feature-step .step-title {
	margin: 0 0 10px;
}

/* ---------- items ---------- */
.item {
	position: relative;
	padding: 30px;
	margin: 0 0 30px;
	background: #fff;
}
.item.item-with-image {
	min-height: 210px;
	padding: 30px 30px 30px 210px;
}
.item .item-image {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 150px;
	background: #000;
	text-align: center;
}
.item .item-image img {
	display: block;
	width: 100%;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.item .item-image img:hover {
	opacity: .5;
}
.item .item-image .image-icon {
	display: block;
	font-size: 3em;
	padding: 50px 0;
	background: #57217f;
	color: #fff;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.item .item-image .image-icon:hover {
	opacity: .5;
}
.item .meta a {
	color: #036;
}
.item .meta a:hover {
	color: #00ade5;
}
.item .item-title {
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 5px;
}
.item .item-title a {
	text-decoration: none;
}
.item .item-title a:hover {
	color: #000;
}
.item .item-label {
	display: block;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #57217f;
	margin: 0 0 10px;
}
.item p:last-child {
	margin: 0;
}


/* -------------------- Homepage -------------------- */
.hero {
	position: relative;
	padding: 10%;
}
.hero h1 {
	letter-spacing: 0;
	color: #fff;
}

.hero .intro {
	width: 35%;
	margin: 0 0 30px;
}

.cycle-slideshow {
	margin: 0 auto;
	opacity: .7;
}
.cycle-slideshow img {
	display: block;
	width: 100%;
}
.cycle-pager {
	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
	padding: 25px 0 20px;
  	background: rgba(0, 0, 0, .5);
  	text-align: center;
  	z-index: 100;
}
.cycle-pager span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #999;
	margin-right: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-decoration: none;
	text-indent: -9999px;
	cursor: pointer;
}
.cycle-pager span:hover {
	background: #fc0;
}
.cycle-pager span.cycle-pager-active {
	background: #fff;
}

/* -------------------- Quotes -------------------- */
.quote {
	position: relative;
	margin: 0 0 30px;
}
.quote blockquote {
	position: relative;
	padding: 60px 0 30px;
	margin: 0 0 20px;
	background: none;
	border: none;
}
.quote blockquote:before {
	position: absolute;
	top: 15px;
	left: -15px;
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 5em;
	line-height: 1;
	color: #de441e;
	opacity: .1;
}
.quote blockquote:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100px;
	height: 4px;
	background: rgba(255, 255, 255, .15);
}
.quote .quote-name {
	margin: 0 0 10px;
	color: #58a300;
}
/* small quotes */
.quote.quote-small blockquote {
	font-size: 1em;
}
/* light quotes */
.quote.quote-light {
	color: #fff;
}
.quote.quote-light:after {
	opacity: .25;
}
.quote.quote-light blockquote {
	color: #fff;
}
.quote.quote-light blockquote:before {
	opacity: .25;
}
.quote.quote-light blockquote:after {
	background: rgba(255, 255, 255, .25);
}
/* padded quotes */
.quote.quote-padded {
	padding: 30px;
}


/* -------------------- Tiles -------------------- */
.tile {
	position: relative;
	background: #000;
	vertical-align: top;
	overflow: hidden;
}
.tile img {
	display: block;
	width: 100%;
	height: auto;
	opacity: .5;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.tile .tile-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 50px;
	background: linear-gradient(transparent, rgba(0, 0, 0, .75));
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.tile .tile-content .content-icon {
	display: block;
	font-size: 4em;
	line-height: 1;
	margin: 0 0 20px;
	color: #fff;
}
.tile .tile-content .content-title {
	font-size: 1.2em;
	color: #fff;
	margin: 0;
}
.tile .tile-content .content-desc {
	opacity: 0;
	color: rgba(255, 255, 255, .75);
	margin-bottom: -50px;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.tile:hover img {
	opacity: 1.0;
	-webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
     transform: scale(1.15);
}
.tile:hover .tile-content {
	height: auto;
}
.tile:hover .tile-content .content-desc {
	opacity: 1.0;
	margin: 0;
}

/* -------------------- Users -------------------- */
.user {
	position: relative;
	min-height: 80px;
	padding-left: 100px;
	margin: 0 0 20px;
}
.user .user-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
}
.user .user-avatar img {
	border-radius: 300px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.user .user-avatar > a:hover img {
	transform: scale(1.10);
}
.user .user-label {
	display: block;
	font-size: .85em;
	color: #0b1c21;
	margin: 0 0 5px;
}
.user .user-subtitle {
	display: block;
	margin: 0 0 10px;
	font-size: 1em;
}
.user .user-title {
	display: block;
	line-height: 1.2;
	margin: 0 0 10px;
}
.user .user-desc {
	display: block;
	font-size: .85em;
	font-weight: 300;
	line-height: 1.4;
}
.user .user-headline {
	font-size: 2em;
	font-weight: 400;
	line-height: 1.2;
	padding: 10px 0 0;
	margin: 0 0 10px;
}

.user p:last-child,
.user .user-desc:last-child {
	margin: 0;
}
.user .user-nav {
	list-style: none;
	font-size: .9em;
	margin: 0 0 20px;
}
.user .user-nav li {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	border-left: 1px solid;
}
.user .user-nav li:first-child {
	padding-left: 0;
	border-left: none;
}
.user .user-nav.nav-light li {
	border-color: rgba(255, 255, 255, .25);
}
.user .user-nav.nav-light li a {
	color: rgba(255, 255, 255, .7);
}
.user .user-nav.nav-light li a:hover {
	color: #fff;
}
/* size variations */
.user.user-micro {
	min-height: 45px;
	padding-left: 55px;
}
.user.user-micro .user-avatar {
	width: 45px;
}
.user.user-small {
	min-height: 60px;
	padding-left: 80px;
}
.user.user-small .user-avatar {
	width: 60px;
}
.user.user-large {
	min-height: 130px;
	padding-left: 140px;
}
.user.user-large .user-avatar {
	width: 120px;
}
.user.user-large p {
	font-size: 1.1em;
}
.user.user-large .user-desc {
	font-size: .9em;
}



/* 04: Foooter
========================================================================================================== */
.site-footer {
	width: 100%;
	padding: 40px 0 0;
	background: #333;
}
.site-footer .container {
	padding-bottom: 20px;
}
.site-footer hr {
	border-top-color: #555;
}
.site-footer h6 {
	color: #fff;
	margin: 0 0 20px;
}
.site-footer p {
	color: #666;
}
.site-footer a {
	color: #09f;
}
.site-footer a:hover {
	color: #06c;
}
.site-footer p.copyright {
	font-size: .85em;
	margin: 0 0 20px;
	color: #555;
}
.site-footer i {
	margin-right: 5px;
}

/* 05: Forms
========================================================================================================== */
.form-container {
	padding: 30px;
	margin: 0 0 20px;
	border: 2px solid #ddd;
}
.input-container {
	margin: 0 0 15px;
}

label {
	font-size: 1em;
	margin: 0 0 5px;
}
label.label-block {
	display: block;
}
/* check labels */
.label-check {
	position: relative;
	display: block;
	padding: 15px 0 15px 35px;
	margin: 0;
	border-top: 1px solid #eee;
	cursor: pointer;
}
.label-check input {
	display: none;
}
.label-check .check-title {
	font-size: .9em;
	font-weight: 700;
}
.label-check input[type="checkbox"] + .check-title:before {
	position: absolute;
	top: 12px;
	left: 0;
	width: 30px;
	font-family: FontAwesome;
    content: "\f096";
    font-size: 2em;
    line-height: 1;
    color: #aaa;
}
.label-check input[type="checkbox"]:checked + .check-title:before {
    content: "\f14a";
    color: #78b501;
}
/* option labels */
.label-option {
	position: relative;
	display: inline-block;
	padding: 12px 20px 12px 40px;
	margin: 0 0 5px;
	border: 1px solid #ddd;
	cursor: pointer;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.label-option:hover {
	border-color: #000;
}
.label-option input {
	position: absolute;
	top: 10px;
	left: 15px;
}
.label-option .option-title {
	display: block;
	font-size: .9em;
	font-weight: 700;
}
.label-option .option-desc {
	display: block;
	font-size: .85em;
	font-weight: 300;
	line-height: 1.4;
	color: #888;
	margin: 10px 0 0;
}
.label-option.option-block {
	display: block;
	margin: 0 0 10px;
}

.required {
	color: #c00;
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="date"],
input[type="password"],
select,
textarea {
	display: block;
	width: 100%;
	padding: 15px;
	height: auto;
	background: #eee;
	box-shadow: inset 0 2px 2px #ddd;
	-webkit-box-shadow: inset 0 2px 2px #ddd;
	border: none;
	color: #333;
}
select {
	height: 50px;
	border: none;
}
textarea {
	height: 150px;
	border: none;
	color: #333;
}
label.checkbox,
label.radio {
	font-weight: normal;
	cursor: pointer;
}
input[type="submit"],
button[type="submit"] {
	display: inline-block;
	padding: 12px 50px;
	font-family: 'Anek Latin', sans-serif;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	background: #de441e;
	color: #fff;
	border: none;
	border-radius: 100px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
	background: #ad212e;
}

select.cc-select {
	display: inline-block;
	width: 40%;
	height: 42px;
	margin: 0 10px 10px 0;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {
	color: #333;
}

span.wpcf7-list-item {
  display: inline-block;
  font-size: .9em;
  margin: 0 20px 0 0;
}

.screen-reader-response {
	display: none;
}


/* 06: Tables
========================================================================================================== */
/* contact tables */
.table.table-contact {
	border-top: 2px solid #333;
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px;
}
.table.table-contact thead,
.table.table-contact tbody,
.table.table-contact tr,
.table.table-contact th,
.table.table-contact td {
	display: block;
	width: 100%;
}
.table.table-contact th {
	padding: 15px 0 5px;
	border-top: 1px solid #ccc;
}
.table.table-contact th i {
	width: 18px;
	text-align: center;
	margin-right: 10px;
	color: #333;
}
.table.table-contact td {
	padding: 5px 0 15px 35px;
	border: none;
}

/* partner tables */
.table.table-partner th,
.table.table-partner td {
	padding: 15px 30px 15px 0;
	vertical-align: middle;
}
.table.table-partner tr td:last-child {
	padding-right: 0;
}
.table.table-partner .column-image {
	width: 80px;
}

.column-right-align {
	text-align: right;
}

.mobile-header {
	display: none;
}
.mobile-label {
	display: none;
}

/* 07: Bootstrap over-rides
========================================================================================================== */
.container {
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}

/* alert */
.alert {
	padding: 0;
}
.alert img {
	margin: 0 0 10px;
}

/* btn */
.btn-block {
	margin: 0 0 10px;
}

/* dropdown menu */
.dropdown-menu > li > a {
	padding: 8px 20px;
	color: #369;
}
.dropdown-menu > li > a i {
	margin-right: 3px;
}
.dropdown-menu .divider {
	margin: 2px 0;
}

/* modal */
.modal-backdrop.in {
	opacity: .7;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	margin-right: 0;
}
.modal {
	--bs-modal-width: 600px;
}
.modal textarea {
	height: 100px;
}
.modal-content {
	border: none;
	border-radius: 0;
}
.modal-header {
	position: relative;
	padding: 20px 50px 20px 30px;
}
.modal-header .close {
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 3em;
	font-weight: 300;
	line-height: 1;
	padding: 10px;
	margin: 0;
	border: none;
	background: none;
}
.modal-header .close:hover {
	color: #aaa;
}
.modal-header h2 {
	font-size: 2em;
	margin: 0;
}
.modal-body {
	padding: 30px;
}
.modal-footer {
	padding: 30px;
	background: #eee;
	margin-top: 0;
	text-align: left;
}
.modal-footer .btn {
	margin: 0 5px 0 0;
}
.modal input[type="submit"] {
	display: block;
	width: 100%;
}

/* super modals */
.modal.modal-super .modal-dialog {
	width: auto;
	max-width: 1400px;
}
.modal.modal-super .modal-body {
	display: table;
	width: 100%;
	padding: 0;
}
.modal.modal-super .modal-body .body-rail {
	display: table-cell;
	width: 30%;
	padding: 40px;
	background: #252525;
	vertical-align: top;
}
.modal.modal-super .modal-body .body-rail .rail-header {
	position: relative;
	padding: 0 30px 0 0;
	margin: 0 0 20px;
}
.modal.modal-super .modal-body .body-rail .rail-header .header-close {
	position: absolute;
	top: -8px;
	right: 0;
	font-size: 2.5em;
	line-height: 1;
	color: rgba(255, 255, 255, .5);
	cursor: pointer;
	text-decoration: none;
}
.modal.modal-super .modal-body .body-rail .rail-header .header-close:hover {
	color: #fff;
}
.modal.modal-super .modal-body .body-rail p {
	color: rgba(255, 255, 255, .75);
}
.modal.modal-super .modal-body .body-rail ul {
	color: rgba(255, 255, 255, .75);
}
.modal.modal-super .modal-body .body-content {
	display: table-cell;
	width: 70%;
	padding: 30px;
	vertical-align: top;
}

/* video modal */
.modal.modal-video .modal-dialog {
	width: 960px;
}
.modal.modal-video .modal-content {
	background: none;
	border: none;
	box-shadow: none;
}
.modal.modal-video .modal-header,
.modal.modal-video .modal-body {
	padding: 0;
	border: none;
}
.modal.modal-video .modal-header .close {
	position: absolute;
	top: 0;
	right: -70px;
	font-size: 5em;
	color: #fff;
}
.modal.modal-video iframe,
.modal.modal-video video {
	width: 100%;
}

/* ----- offcanvas ----- */
.offcanvas.offcanvas-end {
	width: 600px;
}
.offcanvas-header {
	padding: 30px 30px 0;
}
.offcanvas-body {
	padding: 30px;
}

/* nav */
.nav.nav-pills {
	font-weight: 700;
	margin: 0 0 30px;
}
.nav.nav-pills li a {
	border-radius: 0;
}
.nav.nav-pills li.active a {
	background: #09b7dc;
}

/* well */
.well {
	padding: 50px;
	border-radius: 0;
	box-shadow: none;
}

/* ---------- Galleries ---------- */
.gallery-thumbs {
	list-style: none;
	margin: 0 0 0 -2%;
}
.gallery-thumbs li {
	float: left;
	width: 18%;
	margin: 0 0 2% 2%;
	/*max-height: 140px;*/
	background: #000;
	overflow: hidden;
}
.gallery-thumbs li a {
	display: block;
}
.gallery-thumbs li img {
	width: 100%;
}
.gallery-thumbs li img:hover {
	opacity: .5;
}

/* ---------- Gravity Forms ---------- */
.gform_fields {
	list-style: none;
	margin: 0;
}
/*
.gform_fields .gfield {
	margin: 0 0 15px;
}
*/
.gform_fields .gfield select {
	width: 100%;
}
/* hide labels */
.gform_fields .gfield_label {
	font-weight: 700 !important;
}
/* hide sub-labels */
.gform_fields .name_first label,
.gform_fields .name_last label {
	display: none;
}
.gform_fields .name_first {
	display: block;
	margin: 0 0 15px;
}
.gfield_description {
	font-family: 'Anek Latin';
	font-size: .9em;
	font-weight: 700;
	margin: 0 0 5px;
}
/* error styling */
.gform_wrapper .validation_error {
	display: block;
	padding: 10px;
	margin: 0 0 15px;
	font-size: .85em;
	background: #c00;
	color: #fff;
}
.gform_fields .gfield .validation_message {
	display: block;
	margin: 5px 0 0;
	font-size: .85em;
	color: #c00;
}
.gform_required_legend {
	font-size: .85em;
	display: none;
}
/* success styling */
.gform_confirmation_message {
	display: block;
	padding: 10px;
	margin: 0 0 15px;
	font-size: .85em;
	background: #690;
	color: #fff;
}

.gfield_required {
	color: #c00;
}

/* 08: Responsive (Media Queries)
========================================================================================================== */
/* Retina-specific styles */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

}

/* LARGE DESKTOP */
@media (min-width: 1200px) {

	.container {
		max-width: 1200px;
	}

}

@media (max-width: 1199px) {

	.container {
		width: auto;
	}
	
	.value-prop h1 {
		font-size: 4.5em;
	}
	.value-prop p.headline {
		font-size: 2.4em;
	}
	.value-prop p.headline span a {
		padding: 10px 15px;
	}

}

/* TABLET */
@media (max-width: 1024px) {

	h1 {font-size: 3em;}
	
	/* header */
	.site-header {
		position: relative;
		width: 100%;
		height: 60px;
		padding: 0;
		overflow-y: inherit;
	}
	.site-header .header-brand {
		display: inline-block;
		width: 200px;
		padding: 15px;
	}
	.site-header .header-nav {
		display: none;
	}
	.site-header .header-nav li {
		margin: 0;
		border-top: 1px solid rgba(255, 255, 255, .15);
	}
	.site-header .header-nav li:first-child {
		border-top: none;
	}
	.site-header .header-nav ul li a {
		padding: 15px 20px;
	}
	.site-header .header-foot {
		display: none;
	}
	.mobile-nav-visible {
		overflow: hidden;
	}
	.mobile-nav-visible .site-header .header-nav {
		display: block;
		position: fixed;
		top: 60px;
		width: 100%;
		height: auto;
		min-height: 100vh;
		background: rgba(0, 0, 0, .85);
		z-index: 1001;
	}
	.site-header.resized .header-logo {
		padding: 8px 0;
	}
	.site-header .header-util {
		padding: 20px;
	}
	
	.site-header .header-mobile-toggle {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 12px 20px;
		z-index: 1002;
	}
	.site-header .spacer-dots {
		display: none;
	}

	/* content */
	.site-content {
		margin: 60px 0 0;
	}
	.site-content .content-block {
		padding: 50px;
	}
	
	.content-area {
		margin-left: 0;
	}
	
	/* hero */
	.hero .intro {
		width: 45%;
	}

	/* modal */
	.modal.modal-super .modal-body {
		display: block;
	}
	.modal.modal-super .modal-body .body-rail,
	.modal.modal-super .modal-body .body-content {
		display: block;
		width: 100%;
	}
	.modal.modal-super .modal-body .body-rail {
		padding: 50px;
	}
	
}

/* MOBILE */
@media (max-width: 768px) {

	h1 {font-size: 2.2em;}
	h2 {font-size: 1.8em;}
	h3 {font-size: 1.4em;}
	p.headline {font-size: 1.2em;}
	p.headline.jumbo {font-size: 4em;}
	
	.label {
		display: block;
		text-align: left;
	}
	.cta-button.large {
		font-size: 1.4em;
		padding: 15px 20px;
	}

	.page-header h1 {
		font-size: 2.2em;
	}

	.page-section {
		padding: 30px;
	}
	
	.sponsor-container .container-body {
		min-height: inherit;
	}
	
	ul.contact-list {
		font-size: .85em;
	}
	ul.contact-list li {
		padding-left: 55px;
	}
	ul.contact-list li i {
		width: 44px;
	}

	/* hero */
	.hero .intro {
		width: 50%;
	}
	
	/* cycle slideshow */
	.cycle-pager {
		position: static;
		padding: 15px 0 10px;
		background: #333;
	}
	
	.responsive-table thead {
		display: none;
	}
	.responsive-table tbody,
	.responsive-table tr,
	.responsive-table th,
	.responsive-table td {
		display: block !important;
	}
	.responsive-table tr {
		border-top: 4px solid #ddd;
	}
	.responsive-table th,
	.responsive-table td {
		padding: 10px !important;
		border: none !important;
	}
	.mobile-header {
		display: block;
		background: #eee;
	}
	.mobile-label {
		display: inline-block;
		font-weight: 700;
		margin-right: 5px;
	}
	.mobile-label.label-block {
		display: block;
	}
	.column-right-align {
		text-align: left;
	}
	
	.modal-header .close {
		font-size: 3.2em;
	}

}

/* SUPER MOBILE */
@media (max-width: 600px) {

	/* mobile page backgrounds */
	body.page-template-page-the-path {
		background: url(images/page-bg-walking_mobile.jpg) top center no-repeat #000;
		background-size: 100%;
	}
	body.page-template-page-why-mike {
		background: url(images/page-bg-mike-gaze_mobile.jpg) top center no-repeat #000;
		background-size: 150%;
	}
	body.page-template-page-connect {
		background: url(images/page-bg-connect_mobile.jpg) top center no-repeat #000;
		background-size: 150%;
	}

	h4 {
		font-size: 1em;
	}

	.container {
		padding: 0 15px;
	}
	
	.btn-mobile-block {
		display: block;
		width: 100%;
		text-align: center;
	}

	.list-large {
		font-size: 1.2em;
	}
	
	.table.event-table .cta-button {
		display: block;
		width: 100%;
	}

	/* ----- grids ----- */
	.rsp-grid {
		margin-left: 0;
	}
	.rsp-grid .grid-container {
		display: block;
		width: 100% !important;
		margin: 0 0 20px;
	}

	.item.item-with-image {
		min-height: inherit;
		padding: 30px 30px 30px 100px;
	}
	.item .item-image {
		width: 50px;
	}

	.gallery-thumbs li {
		width: 31.33%;
	}

	/* offcanvas */
	.offcanvas.offcanvas-end {
		width: 100%;
	}

	.well {
		padding: 30px;
	}

}

/* SUPER DUPER MOBILE */
@media (max-width: 480px) {

	/* hero */
	.hero .intro {
		width: 80%;
	}
	.hero .btn {
		display: block;
		width: 100%;
		margin: 0 0 15px;
		font-size: 1em;
	}

}