/*!
Theme Name: Starfish Custom Theme
Theme URI: http://underscores.me/
Author: Jen Patrick Concon
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starfishcustom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

starfishcustom is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*{
	letter-spacing: 0.05em;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: PoppinsSemiBold !important;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: PoppinsSemiBold !important;
	clear: both;
}

p {
	font-family: sofiaprolight;
	margin-bottom: 1.5em;
	font-size: 16px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 25px;
	background: #00ADEF;
	color: #fff;
	font-size: 12px;
	font-size: 18px;
	line-height: 1;
	padding: 7px 20px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #49d1fd;
	color: #fff;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
    border-radius: 15px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/*
*
* Custom Styles
*
*/

/* Transitions */

header,
nav,
img,
li {
	transition: .5s all;
	-moz-transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
}

p,span {
	line-height: 1.5em;
	color: #909090;
}

section {
	padding: 150px 0;
}

.icon {
	width: 50px;
	height: auto;
}

.icon.lg {
	width: 70px;
	height: auto;
}

.icon.x2 {
	width: 100px;
	height: auto;
}

body h1, body h2, body h3,
body h4, body h5, body h6 {	
	color: #575759;
}


.connector-line {
	border-bottom: 1px solid #ddd;
	width: 75%;
	margin: 0 auto;
	margin-bottom: -40px;
	height: 70px;
}

.box-shadow-dark {
	box-shadow: -2px 3px 15px #303030;
}

.box-shadow-grey {
	box-shadow: 0 1px 17px #cccccc;
}

.box-shadow-blue {
    box-shadow: 0px 0px 30px #27b9e8;
}

.admin-bar #masthead .primary-menu {
    top: 32px;
}

/*.admin-bar #page {
}*/

.primary-menu {
	position: relative;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children a {
    padding-right: 30px !important;
}

.btn-dropdown {
    position: absolute;
    right: 5px;
    width: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer;
    transition: .2s all;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
}

.text-blue {
	color: #27b9e8;
}

.width100 {
	width: 100%;
}

.menu-item-has-children:hover .dropdown-menu{
	display: block;
}

.navbar-center {
	display: inline-block !important;
    float: none !important;
    margin-left: -14% !important;
}

.navbar-brand {
	display: flex;
    align-items: baseline;
}

.blue-dot {
    border-radius: 50%;
    background-color: #27b9e8;
    height: 5px;
    width: 5px;
    margin: 0 1px;
}

.circle {
    border-radius: 50%;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left:0;
}

.single-post .entry-content {
	margin-top: 70px;
}

.page-template-default .entry-content {
    margin-top: 70px;
}

.page-template-default .entry-footer {
    margin-bottom: 70px;
}

.single-post .entry-title {
    color: #fff;
}

.comments-area {
    margin-bottom: 70px;
}

.entry-meta span, .entry-meta a {
    color: #fff;
}

ul>li>p {
    margin: 0;
}

.btn.btn-wc-default {
    background-color: #27b9e8;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 50px;
    border-radius: 100px;
    transition: .3s all;
	-moz-transition: .3s all;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
}

.btn.btn-wc-default:hover,
.btn.btn-wc-default:focus,
.btn.btn-wc-default:active {
    color: #fff;
    box-shadow: 0px 0px 30px #27b9e8;
}

.acf-map {
	width: 100%;
	height: 520px;
}

.post-template-default.page .site-content {
	margin-top: 120px;
}

.error404 .site-content {
	margin-top: 120px;
}

.validation_error {
	display: none !important;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/*
*
* Header and Footer Navigation
*
*/

nav.primary-menu {
    background-color: #fff !important;
}

.nav-divider-left {
	border-left: 2px solid #303030;
}

.contact-phone a {
    font-weight: 600;
}

.primary-menu.navbar-default {
    background-color: rgba(255,255,255,0);
    border-color: rgba(255,255,255,0);
}

.primary-menu .title-text {
    margin-top: 1px;
}

.primary-menu.large {
	padding-top: 30px;
    padding-bottom: 30px;
}

.primary-menu.small {
	padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff !important;
    box-shadow: -2px 3px 15px #303030;
}

.contact-phone {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 35%;
    right: 15px;
    bottom: 35%;
    border-left: 2px solid #ccc;
    padding-left: 30px;
}

#menu-primary-menu li a {
    font-size: 16px;
    color: #58595B;
    padding-top: 20px;
}

a.navbar-brand {
    font-weight: 600;
    font-size: 24px;
}

.navbar-brand .title-text,
.navbar-brand .title-text:hover,
.navbar-brand .title-text:active,
.navbar-brand .title-text:visited {
    color: #5e5e60;
}

.title-text {
    display: flex;
    align-items: baseline;
}

.contact-phone i {
	margin-right: 10px;
}

.navbar-nav>li>a {
	font-family: 'PoppinsLight';
	font-size: 16px;
    color: #58595B !important;
    padding: 7px 20px !important;
    margin-top: 8px;
    border: 1px solid rgba(0,0,0,0);
	border-radius: 50px;
}

.navbar-nav>li>a:hover {
	background-color: rgba(0,0,0,0) !important;
	color: #00ADEF !important;
	border-radius: 50px;
}

.navbar-nav>li.current-menu-item>a {
	background-color: rgba(0,0,0,0) !important;
	color: #00ADEF !important;
	border: 1px solid #00ADEF;
	border-radius: 50px;
}

.contact-phone>a {
	font-family: 'PoppinsSemiBold';
	font-size: 16px;
	color: #00ADEF !important;
	text-decoration: none !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #5e5e60;
}

.navbar-toggle {
    background: #fff;
    border: none !important;
}

#footer-menu .navbar-nav>li>a {
	border: 0;
}

#footer-menu {
	border-top: 1px solid #ccc;
	padding: 15px 0;
}

#footer-menu .navbar-center {
    margin-left: 0 !important;
}

#footer-menu .navbar-nav>li>a {
    padding-left: 15% !important;
    padding-right: 15% !important;
    min-width: 175px;
}


/*
*
* Homepage Section: Banner
*
*/

section#banner {
    min-height: 700px;
    background-size: contain;
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 110px;
}

.header-wrapper h2 {
	font-family: PoppinsSemiBold;
	font-size: 30px;
	color: #052954;
	margin-top: -50px;
    margin-bottom: 160px;
}


.header-wrapper {
    display: flex;
    min-height: 700px;
    align-items: center;
}

.header-wrapper .col-md-12 {
    width: 100%;
}

/*
*
* Homepage Section: About
*
*/

section.bg-section {
    background-size: cover;
    background-position: center;
}

#about.bg-section {
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

#about h2 {
	font-weight: 600;
	margin-bottom: 20px;
}

#about .white-box p {
    margin-bottom: 30px;
}

.white-box {
    background-color: #ffffff;
    box-shadow: -2px 3px 60px #D3D3D3;
    padding: 40px;
    max-width: 425px;
}

.custom-row {
    position: relative;
    display: flex;
    align-items: center;
}

#about .col-1 {
    width: 50%;
    margin-right: 0;
    z-index: 2;
}

#about .col-1 .white-box{
    margin: 0 auto;
    margin-right: 0;
}

#about .col-2 {
    width: 50%;
    margin-left: -15px;
    margin-top: -260px;
    z-index: 1;
}

#about .img-responsive {
    width: 100%;
}

/*
*
* Homepage Section: Works
*
*/

#works .col {
	min-height: 250px;
}

#works h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}

#works p {
	margin: 0 30px;
}

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


/*
*
* Homepage Section: Features
*
*/

#features {
	background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#features .wrapper {
    text-align: left;
    display: flex;
    align-items: center;
    min-height: 150px;
}

#features .section-title {
    margin-bottom: 30px;
}

#features .content {
    padding-left: 15px;
}

#features .content p {
    max-width: 200px;
}

/*
*
* Homepage Section: Companies
*
*/

#companies {
	padding: 120px 0;
}

#companies .section-title {
	margin-bottom: 50px;
}

#companies .col-sm-4 {
    min-height: 180px;
    display: flex;
    align-items: center;
}

#companies .col-sm-4 img {
	margin: 0 auto;
}

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

/*
*
* Homepage Section: Contact
*
*/

#contact {
	padding: 120px 0;
}

#contact .section-title,
#contact .sub-title {
	color: #fff;
}

#gform_1 {
	margin-top: 70px;
    max-width: 500px;
    text-align: center;
}

.gform_wrapper .gfield_label {
	display: none !important;
}

.gform_wrapper input {
	border-radius: 50px !important;
	padding: 10px 30px !important;
    margin-bottom: 15px !important;
    outline: none !important;
}

.gform_wrapper textarea {
    border-radius: 18px !important;
    padding: 10px 30px !important;
    margin-bottom: 15px !important;
    outline: none !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100%;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

.gform_footer input[type=submit] {
	margin: 0 !important; 
	background-color: #27b9e8;
    font-size: 14px !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 50px !important;
    border-radius: 100px !important;
	border: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    outline: none;
    /*box-shadow: 0px 0px 30px #27b9e8;*/
    transition: .3s all;
	-moz-transition: .3s all;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
}
.gform_footer input[type=submit]:hover {
	background-color: #49d1fd;
    color: #fff;
    box-shadow: 0px 0px 30px #27b9e8;
}

#contact .text-blue {
    color: #2DE7F6;
}


/*
*
* Homepage Section: Download
*
*/

#download {
    padding: 30px 0;
    background-color: #27b9e8;
}

#download h2,
#download p {
	color: #fff;
}

.dl-form {
    min-height: 120px !important;
    display: flex;
    align-items: center;
}

#gform_3 { 
	display: flex; 
	align-items: center;
}

#gform_wrapper_3 {
    margin: 0 !important;
    width: 100% !important;
}

#gform_3 .gfield_label { display: none;}

#gform_3 .gform_footer.top_label {
	margin: 0;
	padding: 0;
	width: auto!important;
}

#input_3_1,#field_3_1 { margin: 0 !important; }

#input_3_1 {
    width: 95%;
}

#gform_3 .ginput_container_text { margin: 0; }

#gform_submit_button_3 {
    box-shadow: 0px 0px 30px 5px #81d9f7;
}

#gform_submit_button_3:hover {
    box-shadow: 0px 0px 30px 0px #068dbb;
}

/*
*
* Footer Section: Footer Copy 
*
*/

#footer-copy {
	padding: 70px 0;
}

#footer-copy .navbar-brand {
    width: 100%;
    padding: 0;
    max-height: 30px;
    float: none;
    position: relative;
    margin-bottom: 15px;
}

#footer-copy h3 {
	margin-top: 0;
}

#footer-copy p {
    margin-bottom: 5px;
}

#footer-copy .title-text {
    font-size: 32px;
}

#footer-copy .col-md-6 {
    margin-bottom: 30px;
}


/*
*
* Inner Page Section: Banner
*
*/

#inner-banner {
	padding: 0;
	min-height: 350px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
}

#inner-banner h1.section-title {
	font-family: PoppinsSemiBold;
	font-size: 30px;
	text-transform: uppercase;
	color: #ffffff;
}

/*
*
* Products Page Section: Content
*
*/

#content-products {
    background-size: 800px 100%;
    background-position: 16% 0%;
    background-repeat: no-repeat;
}

#content-products .image {
	position: relative;
	z-index: 2;
}

#content-products .image img {
	position: absolute;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-right: 0;
    top: 30px;
    right: -30px;
}

#content-products .content .white-box {
	max-width: 500px;
}

#content-products .content {
	z-index: 1;
}

#content-products .content h2 {
	font-size: 20px;
}

#content-products .content p {
	font-size: 16px;
}

/*
*
* Products Page Section: Product
*
*/

#our-products .col-md-12 {
	margin-bottom: 50px;
}

#our-products .products-wrapper {
	position: relative;
	margin-bottom: 30px;
}

#our-products .products-wrapper>img{
	height: 370px;
	object-fit: : cover;
	object-position-position: center;
}

#our-products .products-wrapper {
	background-color: #fff;
}

#our-products .products-wrapper.col-1 .btn-wc-default {
	display: none;
}

#our-products .products-wrapper.col-1 .overlay:hover {
	background-color: rgba(0,0,0,0) !important;
}

#our-products .overlay {
	position: absolute;
	top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
	background-color: rgba(0,0,0,0);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .5s;
    transition: all .5s;
}

#our-products .overlay:hover {
	background-color: rgba(0,0,0,.5);
}

#our-products .overlay:hover .btn.btn-wc-default {
	opacity: 1;
}

#our-products .content-wrapper {
	text-align: center;
}

#our-products .content-wrapper h3 {
	font-size: 20px;
	color: #fff;
}

#our-products .content-wrapper p {
	font-size: 20px;
	color: #fff;
}

#our-products .content-wrapper {
	position: relative;
}

#our-products .content-wrapper .btn.btn-wc-default {
	margin-top: 15px;
	opacity: 0;
}

/*
*
* Contact Page Section: Contact Us and Get in Touch
*
*/
#contact-us .row>p {
    margin-bottom: 75px;
}

#gform_4 .gform_footer input[type=submit] {
	box-shadow: none !important;
}

#get-in-touch h2 {
	color: #fff;
}

#field_4_1 {
	padding-right: 10px !important;
}

#field_4_2 {
	padding-left: 10px !important;
}

#get-in-touch .map {
    min-height: 510px;
    display: flex;
    align-items: center;
}

/*
*
* Find your Local Page
*
*/

#gmap {
	width: 100%;
	height: 500px;
	margin-top: 110px;
}

.wrap_controls {
    display: none;
}

#addresses .nav-local {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 60px;
    width: 90%;
}

#addresses .nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #909090;
    border-radius: 0;
    background-color: #fff !important;
    border: none;
}

#addresses .nav>li>a:hover {
	color: #303030;
}

#addresses .nav-tabs>li {
    float: left;
    margin-bottom: -8px;
    margin-left: 30px;
    margin-right: 30px;
}

#addresses .card {
    background: #fff;
    box-shadow: 1px 1px 20px -1px #ccc;
    max-width: 290px;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

#addresses .card {
	position: relative;
}

#addresses .card .title {
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
}

#addresses .card .view-on-map {
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -96px;
    width: 200px;
    bottom: 30px;
}

#addresses .card .content a p {
	color: #00adef;
	word-break: break-all;
}

#addresses .nav-tabs>li.active>a, 
#addresses .nav-tabs>li.active>a:focus, 
#addresses .nav-tabs>li.active>a:hover {
    border: none;
    font-weight: 600;
    border-bottom: 3px solid #00adef;
}

#addresses .nav-tabs>li>a:hover {
	color: #00ADEF;
}

#addresses .nav.nav-tabs {
    display: inline-block;
    border: none;
}

/*
*
* About Page
*
*/
#about-2 {
	padding-bottom: 0;
}

#about-2 .content {
    margin: 30px 0;
}

#about-2 .col-md-6 {
	min-height: 645px;
	margin-bottom: 15px;
}

#about-2 .bg-light-green {
	display: flex;
	align-items: center;
	padding: 0 100px;
}

#how-it-works {
	padding-top: 0;
}

#how-it-works .row.header-title {
    margin-bottom: 70px;
}

#how-it-works .flexed .row{
    height: 350px;
}

#history .content {
    margin: 30px 0;
}

#history .col-md-6 {
	min-height: 645px;
	margin-bottom: 15px;
}

#history .bg-light-green {
	display: flex;
	align-items: center;
	padding: 0 100px;
}

.flexed .row{
	display: flex;
	align-items: center;
}

.bg-light-green {
	background-color: #f6f9f7;
}

/*
*
* Error 404 Page
*
*/

.error-404 .page-content ul,
.no-results .page-content ul {
	margin: 0;
}

.error-404 .page-content,
.no-results .page-content{
	margin-top: 0;
}

.search-field.search-query {
    padding: 5px 15px;
}

.search-submit {
	-webkit-transition: all .3s;
    transition: all .3s;
}

.search-submit:hover {
	background-color: #27b9e8 !important;
}

.search-submit:hover .text-blue {
	color: #fff !important;
}

.error-404 .search-form,
.no-results .search-form {
    max-width: 560px;
}

/*
*
* QA Revision Codes
*
*/
#gform_confirmation_message_1 {
    color: #fff;
    font-weight: 100 !important;
    font-size: 16px;
    font-family: 'sofiaprolight' !important;
}

#features .wrapper .content {
    width: 70%;
    text-align: left;
}

#features .wrapper .image {
    width: 30%;
    text-align: right;
}

.hidden-md-up {
	display: none;
}

#addresses .card .content>a>p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#addresses .card .content {
    width: 230px;
}

#gform_confirmation_message_3 {
    color: #fff;
}


/*Min width*/
@media (min-width: 768px) {
	
}

/*Max width*/
@media (max-width: 1460px) {
	section#banner {
		background-size: cover;
	}
}

@media (max-width: 1199px) {
	section#banner {
	    background-size: 150%;
	    background-position: 50% 25%;
	}
	.addresses .nav-local {
	    margin-left: 0;
	    width: 100%;
	}
	#features .wrapper {
	    height: 150px;
	}
}

@media (max-width: 1024px) {
	.navbar-nav>li>a {
	    padding: 7px 15px !important;
	}
	.header-wrapper h3 {
	    margin-top: -50px;
	    margin-bottom: 140px;
	}
	.contact-phone {
	    padding-left: 20px;
	}
	#footer-menu .navbar-nav>li>a {
	    padding-left: 10% !important;
	    padding-right: 10% !important;
	}
}

@media (max-width: 991px) {
	.btn.btn-wc-default {
		padding: 10px 50px; 
	}
	#menu-primary-menu {
	    display: inline-block !important;
	    float: right !important;
	    margin-left: 0 !important;
	}
	.contact-phone {
		display: none;
	}
	.connector-line {
		border: none;
		height: 100px;
	}
	#about .col-1 {
	    width: 60%;
	    margin-right: 0;
	    z-index: 2;
	}
	#about .col-2 {
	    width: 70%;
	    margin-left: -155px;
	    margin-top: -50%;
	    z-index: 1;
	}
	#features .col-md-7.pull-right.text-right {
		text-align: center;
		float: none !important;
	}
	#footer-menu .navbar-nav>li>a {
	    padding-left: 5px !important;
	    padding-right: 5px !important;
	    min-width: 100px;
	}
	#content-products .image img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#footer-copy [class*="col-"] {
		margin-bottom: 30px;
	}
	.hidden-md-up {
		display: block;
	}
	.hidden-md-down {
		display: none;
	}
	#how-it-works .flexed .row {
	    height: auto;
	}
	#how-it-works .flexed .row {
	    display: block;
	    align-items: center;
	}
	#how-it-works .flexed .text-left {
		text-align: center !important;
	}
	#how-it-works .flexed .text-right {
		text-align: center !important;
	}
	#our-products .products-wrapper {
	    width: 400px;
	    margin: 15px auto;
	}
	#addresses .nav-local {
	    margin-top: 70px;
	    margin-bottom: 70px;
	    width: 100%;
	    margin-left: 0;
	}
	#addresses .nav.nav-tabs {
	    margin-left: 0;
	}
	#contact-us .col {
	    margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	#wpadminbar {
	    position: fixed;
	}
	.navbar-toggle {
	    display: block !important;
	}
	#menu-primary-menu {
		float: none !important;
        text-align: left;
	    width: 100%;
	}
	.navbar-nav>li.current-menu-item>a {
		border: none;
	}
	#about .container {
	    max-width: 90%;
	}

	section#banner {
	    background-position: 50% 50%;
	}

	.header-wrapper h3 {
	    margin-top: 0px;
	    margin-bottom: 140px;
	}

	#about .col-1 {
	    width: 100%;
	    z-index: 0;
	}

	#about .col-2 {
	    width: 100%;
	    margin-left: 0;
	    margin-top: 0;
	    z-index: 0;
	}

	.custom-row {
		display: block;
	}

	#about .col-1 .white-box,
	#about .img-responsive {
		max-width: 100%;
	    box-shadow: -2px 3px 60px #D3D3D3;
	}

	#features .wrapper {
	    justify-content: center;
	}
	
	.admin-bar #masthead .primary-menu {
	    top: 45px;
	}

	#content-products .no-gutter > [class*='col-'] {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	#content-products .image img {
		position: relative;
		top: 0;
		right: 0; 
	    max-width: 100%;
	    margin: 0 auto;
	}
	#content-products .content .white-box {
		max-width: 100%;
	}
	.addresses .nav-tabs>li {
	    margin-left: 0px; 
	    margin-right: 0px; 
	}
	#features .wrapper .content {
	    width: 60%;
	}

	#features .wrapper .image {
	    width: 40%;
	}
	#about-2 {
		padding-bottom: 0;
		padding-top: 0;
	}
	#history {
		padding-top: 0;
	}
	#addresses .nav.nav-tabs li {
	    width: 100%;
	    float: left;
	    margin-bottom: 0;
	    margin-left: 0;
	    margin-right: 0;
	}
}

@media (max-width: 575px) {
	ul.nav.nav-tabs {
		margin: 0;
	}
	.addresses .nav-tabs>li {
		width: 100%;
		margin-bottom: 0;
	}
	#our-products .products-wrapper {
	    width: 100%;
	    margin: 15px auto;
	}
	#gform_wrapper_4 li#field_4_2, #gform_wrapper_4 li#field_4_1 {
	    padding-left: 0px !important;
	    padding-right: 0px !important;
	}

}

@media (max-width: 480px) {
	#banner { background-position: 50% 40%; }
	#gform_3 { display: block; }
	#input_3_1 { width: 100%; }
	#field_3_1 { padding-bottom: 15px; }
}

@media (max-width: 375px) {
	#footer-copy .title-text {
	    font-size: 21px;
	}

	a.navbar-brand {
	    font-size: 20px;
	}
}

@media (max-width: 320px) {
	#history .col-md-6 {
		min-height: 0;
	}
	#about-2 .col-md-6 {
	    min-height: 0;
	}
	#about-2 .bg-light-green {
		padding: 70px 15px;
	}
	#history .bg-light-green {
		padding: 70px 15px;
	}
	

}