/*!
Theme Name: Project Sonic
Theme URI: http://underscores.me/
Author: Geek Powered Studios
Author URI: http://Geek%20Powered%20Studios
Description: Geek Powered Test Site Built on Underscores
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: project-sonic
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.

Project Sonic is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------


# Normalize
# Typography
# Elements
	## Coupons
	## Buttons
    ## lists
# Forms
# Header
    ## Top Bar
	## Navigation
    ## Menus
# Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Utility Classes
# Stripes
# Blog


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */


strong {
	font-weight: 700 !important;
}
b {
	font-weight: 700 !important;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

.gform_wrapper .gform_heading .gform_description {
   margin-bottom: 0px !important;
   width: 100% !important;
}
.gform_wrapper .gform_body ul li {
   margin-top: 0px !important;
}

.gform_wrapper {
  background: #fff;
  border: 5px solid #277798;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
  margin-top: 0px !important;
}
.gform_wrapper * {
  color: #000 !important;
}
.gform_wrapper .gform_heading {
  width: 100%;
  padding-bottom: 5px;
  margin: 0px !important;
}
.gform_wrapper .gform_heading h3.gform_title {
  min-height: 200px;
  max-height: 200px;
  width: 100% !important;
  display: block;
  background: #277596 url(/wp-content/uploads/2020/05/office-photo-form-topper.jpg) no-repeat bottom center;
  background-size: contain !important;
  color: #fff !important;
  margin: 0px 0px 20px;
  font-size: 24px;
  text-shadow: 5px 5px 20px #16489E;
  line-height: 1.25em;
  text-align: center;
  padding: 30px 20px !important;
}
.gform_wrapper .gform_heading h3.gform_title span {
    text-transform: uppercase;
    display: block;
    color: #fff !important;
    font-size: 24px;
}
.gform_wrapper .gform_heading .gform_description {
  padding: 0 20px;
  display: block;
  line-height: 1.25em;
  text-align: center;
}
.gform_wrapper .gform_heading .gform_description strong,
.gform_wrapper .gform_heading .gform_description a {
  display: block !important;
}
.gform_wrapper .gform_body{
  padding: 0px 20px;
}
.gform_wrapper .gform_body label{
  margin: 15px 0px 0px !important;
  font-weight: bold !important;
}
.gform_wrapper .gform_body label span.gfield_required{
  color: red !important;
}
.gform_wrapper .ginput_container_name,
.gform_wrapper .ginput_container_name label {
    margin: 0px !Important;
}
.gform_wrapper .gform_body input,
.gform_wrapper .gform_body select, .gform_wrapper .gform_body textarea {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.gform_wrapper .gform_body input:focus,
.gform_wrapper .gform_body select:focus,
.gform_wrapper .gform_body textarea:focus{
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.gform_wrapper .gform_footer{
  padding: 10px 20px 20px !important;
  margin: 0px !important;
  text-align: center;
}

.gform_widget .gform_wrapper,
.gform_widget .gform_wrapper .gform_heading {
    width: 100%;
    margin: 0;
}

/* ----This Rests CSS on the Button---- */
#main .gform_wrapper .gform_footer input[type="submit"]{
  animation: none;
  animation-delay: 0;
  animation-direction: normal;
  animation-duration: 0;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: none;
  animation-play-state: running;
  animation-timing-function: ease;

  backface-visibility: visible;
  background: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;

  border: 0;
  border-style: none;
  border-width: medium;
  border-color: inherit;
  border-bottom: 0;
  border-bottom-color: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-collapse: separate;
  border-image: none;
  border-left: 0;
  border-left-color: inherit;
  border-left-style: none;
  border-left-width: medium;
  border-radius: 0;
  border-right: 0;
  border-right-color: inherit;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0;
  border-top: 0;
  border-top-color: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;

  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;

  columns: auto;
  column-count: auto;
  column-fill: balance;
  column-gap: normal;
  column-rule: medium none currentColor;
  column-rule-color: currentColor;
  column-rule-style: none;
  column-rule-width: none;
  column-span: 1;
  column-width: auto;

  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;

  font: normal;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  height: auto;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  line-height: normal;

  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;

  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;

  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;

  opacity: 1;
  orphans: 0;

  outline: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;

  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;

  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;

  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;

  perspective: none;
  perspective-origin: 50% 50%;

  position: static; /* May need to alter quotes for different locales (e.g fr) */
  quotes: '\201C' '\201D' '\2018' '\2019';
  right: auto;
  tab-size: 8;
  table-layout: auto;

  text-align: inherit;
  text-align-last: auto;
  text-decoration: none;
  text-decoration-color: inherit;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;

  top: auto;

  transform: none;
  transform-style: flat;
  transition: none;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;

  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 0;
  width: auto;
  word-spacing: normal;
  z-index: auto;
}

#main .gform_wrapper .gform_footer input[type="submit"]{
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    color: #fff !important;
    background: #bb0000;
}

#main .gform_wrapper .gform_footer input[type="submit"]:hover{
    background: #e60000;
    color: #fff;
    cursor: pointer;
}

/* ========== Float Contact Form ========== */

/* Float Form */
@media screen and (min-width: 767px) {
    /*.form-float .gform_widget*/
    .form-float > .wpb_wrapper {
        position: absolute;
        width: 100%;
        z-index: 1;
    }
    .form-float{
        position: relative;
    }
}

/*======================================================================================
------------------------------------------------ END GRAVITY FORMS -------------------------------------------------
======================================================================================*/











/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: "montserrat";
	clear: both;
	word-break: break-word;
	margin-bottom:10px;
}

h1, .h1-size {
    font: normal normal normal 46px / 52px "Montserrat",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}

h2, .h2-size {
    font: normal normal normal 36px / 42px "Montserrat",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}

h3, .h3-size {
    font: normal normal bold 26px / 34px "Montserrat",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}

h4, .h4-size {
    font: normal normal normal 20px / 28px "Montserrat",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}

h5, .h5-size {
    color: #0c253e;
    font: normal normal normal 18px / 27px "Montserrat",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}

p {
	margin-bottom: 20px;
    font: normal normal normal 16px / 1.8 "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    word-spacing: normal;
	font-weight:300;
}

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


.page-title.solid-bg {
    background-color: #f4fbff;
    background-image: none;
    background-repeat: no-repeat;
    background-attachment: ;
    background-position: center center;
    background-size: auto auto;
	padding: 30px;
}


/*--------------------------------------------------------------
# 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 https://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 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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

/*--------------------------------------------------------------
# Coupons
--------------------------------------------------------------*/

.coupon {
 padding: 25px;
    background: #EDEDED;
    border: 3px dashed #bbb;
    -webkit-box-shadow:inset 0 0 0 5px #fff;
    box-shadow:inset 0 0 0 5px #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    line-height: 1.25em;
	color: #404040 !important;
}

.gps-coupon{
    padding: 25px;
    background: #EDEDED;
    border: 3px dashed #bbb;
    -webkit-box-shadow:inset 0 0 0 5px #fff;
    box-shadow:inset 0 0 0 5px #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    line-height: 1.25em;
}
.gps-coupon i{
    position: absolute;
    font-size: 2em;
    top: -17px;
    left: 20px;
}
.gps-coupon strong{
    display: block;
    margin-bottom: 12px;
    font-size: 1.5em;
    line-height: 1.25em;
}

ul.smile-gallery{
    list-style: none;
    overflow: hidden;
}
ul.smile-gallery li{
    float: left;
    margin-left: 2%;
    position: relative;
}
ul.smile-gallery li em{
    position: absolute;
    background: #fff;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    font-size: 4em !important;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
ul.smile-gallery li:hover em{
    opacity: 1;
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.textwidget .video-link {
    margin-bottom: -35px;
    margin-top: 15px;
}


/*======================================================================================
-------------------------------------------------- CUSTOM BUTTONS -------------------------------------------------
======================================================================================*/

/* ========== General GPS Button Styling  ========== */

.gps-button-wrapper {
	margin-top:25px;
}

.btn-primary{
	display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    color: #fff;
	border: none;
    background: #3192bb;
    background: -moz-linear-gradient(top,  #3192bb 0%, #277697 100%);
    background: -webkit-linear-gradient(top,  #3192bb 0%,#277697 100%);
    background: linear-gradient(to bottom,  #3192bb 0%,#277697 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3192bb', endColorstr='#277697',GradientType=0 );
}

.btn-primary:hover {
    background: #277697;
    background: -moz-linear-gradient(top,  #277697 0%, #3192bb 100%);
    background: -webkit-linear-gradient(top,  #277697 0%,#3192bb 100%);
    background: linear-gradient(to bottom,  #277697 0%,#3192bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#277697', endColorstr='#3192bb',GradientType=0 );
    color: #fff;
}

.btn-secondary {
    background: #bb0000;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    color: #fff;
	border: none;
}

/* Default GPS Button */
.gps-button-wrapper a.gps-button {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    color: #fff;
    background: #3192bb;
    background: -moz-linear-gradient(top,  #3192bb 0%, #277697 100%);
    background: -webkit-linear-gradient(top,  #3192bb 0%,#277697 100%);
    background: linear-gradient(to bottom,  #3192bb 0%,#277697 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3192bb', endColorstr='#277697',GradientType=0 );

}

/* GPS Button Hover */
.gps-button-wrapper a.gps-button:hover {
    background: #277697;
    background: -moz-linear-gradient(top,  #277697 0%, #3192bb 100%);
    background: -webkit-linear-gradient(top,  #277697 0%,#3192bb 100%);
    background: linear-gradient(to bottom,  #277697 0%,#3192bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#277697', endColorstr='#3192bb',GradientType=0 );
    color: #fff;
}

/* GPS Button Before Hover */
.gps-button-wrapper:hover a.gps-button:before {
    left: 10px;
}

/* ========== Small Button Styling ========== */

/* Small GPS Button */
.gps-button-wrapper a.gps-button.small {
    padding: 5px 10px;
    font-size: 0.9em;
}

/* ========== Button 2 Styling ========== */

/* GPS Button 2 */
.gps-button-wrapper a.gps-button.button-2{
    background: #bb0000;
    color: #fff;
}
.gps-button-wrapper a.gps-button.button-2:hover{
    background: #e60000;
}

.review-button-wrapper .review-button.google-plus {
    background: #DA4F46;
}
.review-button-wrapper .review-button {
    display: inline-block;
    position: relative;
    background: #666;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    padding: .5em 1em .5em 4em;
    overflow: hidden;
}

.review-button-wrapper .review-button.google-plus:before {
    font-family: FontAwesome;
    content: "\f0d5";
    font-size: 2.5em;
    position: absolute;
    left: 5px;
    top: -10px;
}

/*======================================================================================
----------------------------------------------- END CUSTOM BUTTONS -----------------------------------------------
======================================================================================*/


gps-link {
    border: none!important;
    color: #bb0000!important;
    position: relative!important;
}


/* Normalize */

a.btn, a.btn:focus, a.btn:active, a.btn:visited, a.btn:hover {
	outline: none;
	box-shadow: none;
	padding: 10px 20px;
	line-height: 1.2em;
	background: #000;
	color: #fff;
}





/*======================================================================================
---------------------------------------------------- CUSTOM LISTS ---------------------------------------------------
======================================================================================*/

/* ========== General GPS List Styling ========== */

/* GPS List Items */
.gps-list li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

/* GPS List Items — First */
.gps-list li:first-of-type {
    padding-top: 0;
}

/* GPS List Items — Last */
.gps-list li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

/* GPS Sub-List */
.gps-list li ul,
.gps-list li ol {
    padding-top: 5px;
}

/* GPS Sub-List Items */
.gps-list li ul li:first-of-type,
.gps-list li ol li:first-of-type {
    border-top: 1px solid #ccc;
    padding: 5px 0;
}

/* GPS List Anchor */
.gps-list a {
    text-decoration: none;
}

/* GPS List Anchor Hover*/
.gps-list a:hover {
    text-decoration: underline;
}

ul.gps-list{
    list-style: none;
}
ul.gps-list li, ol.gps-list li{
    position: relative;
    z-index: 0 !important;
}
ul.gps-list li:before{
    content: url(/wp-content/uploads/2020/05/bullet.png);
    position: absolute;
    top: 7px;
    left: -25px;
}
ul.gps-list li:first-of-type:before{
    top: 2px;
}
ol.gps-list li{
    padding-left: 10px;
}
ol.gps-list li:before{
    content: "";
    display: block;
    height: 25px;
    width: 25px;
    background: #EDEDED;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: -25px;
    z-index: -1 !important;
}
ol.gps-list li:first-of-type:before{
    top: 1px;
}
.stripe-style-1 ol.gps-list li:before, .stripe-style-3 ol.gps-list li:before{
    background: #277697;
}
.stripe-style-2 ol.gps-list li:before{
    background: #fff;
}

.stripe-style-2 p, .stripe-style-2 li {
  color: #616f7c !important;
}





/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
 background-color: #267695;
 padding: 0px 20px;
}

.site-title{
  margin-bottom: 0px;
}

.site-branding {
  max-width: 250px;
	margin: auto;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/

.top-bar{
  padding: 25px 0px 10px 0px;
  background-color: white !important;
  border-bottom: 0px;
  color: dark-grey;
}

.top-bar-container {
	display:flex;
	width:95%;
	max-width:1100px;
	margin-right:auto;
	margin-left:auto;
}

.top-bar a {
  color: #DB624D;
}

.top-bar p h3 {
  margin-bottom:5px !important;
}

#hours {
    color: #0C253E;
    font-size: 18px!important;
    font-weight: bolder;
}

#contact-top {
	text-align:center;
}

#contact-top p {
	font-size:15px;
}


.top-link-h3 {
    color: #C2080F;
    text-decoration: none;
    font-weight: 800;
}

.top-link-h3:hover {
    color: #C2080F;
    text-decoration: underline;
    font-weight: 800;
}

.top-link {
    color: #DB624D;
    text-decoration: underline;
}

.top-txt {
    display: block;
    margin-bottom: 10px;
    padding-left: 25px;
    background-image: url(/wp-content/uploads/2020/05/emergency-icon.png);
    background-position: 0% 0%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #4b4b4b;
    font-size: 15px;
    line-height: 24px;
}

.header-hours {
	color: #0c7ead;
}

.contact-col {
	width:33.3%
}

.logo-col {
	width:33.3%
}

.mobile-hidden-col {
	display:flex;
	width:33.3%;
    justify-content: center;
    align-items: center;
}

.mobile-cta-container {
	display:none;
}

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

    .mobile-hidden-col {
	display:none;
    }

	.contact-col {
	width:40%
    }

    .logo-col {
	width:60%
    }

	.mobile-cta-container {
    position: fixed;
	display:none;
    top: 0;
    left: 0;
    display: flex;
    z-index: 700!important;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    height: 50px!important;
    width: 100%;
    align-items: center!important;
    font-size: 16px!important;
}

	.mobile-cta-container a {
		color:white !important;
	}

	#schedule {
    display: flex;
    justify-content: center!important;
    align-items: center!important;
    background-color: #0C253E;
    width: 50%;
    height: 100%;
}

	#mobile-call {
    display: flex;
    justify-content: center!important;
    align-items: center!important;
    background-color: #b00;
    width: 50%;
    height: 100%;
}

	.post, .page {
		margin-top:50px;
	}

}

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

	.contact-col {
	display:none;
    }

    .logo-col {
	width:100%;
	text-align:center;
    }

	.site-branding {
    max-width: 250px;
	margin-left:auto;
	margin-right:auto;
    }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3193BC;
}

a:visited {
	color: purple;
}

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

a:focus {
	outline: none;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.main-navigation {
	clear: both;
	display: block;
	width: 100%;
    text-align: center;
}

#site-navigation a{
  color: white;
}

#site-navigation a:hover{
  color: white !important;
}

ul.main-navigation li.menu-item:hover {
    background: #0C253E;
}

.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 {
	display: inline-block !important;
	position: relative;
    padding: 20px;
}

.main-navigation li:hover {
	background-color:#18607b;
}

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

/* Mobile Menu */

.menu-toggle, .main-navigation.toggled ul {
	display: none;
}

.main-navigation li.menu-item-has-children {
	/* padding-right: 20px; */
}

.main-navigation li.menu-item-has-children>a {
	padding-right: 0px;
}

li.menu-item-has-children .dropdown-arrow::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f078";
	font-size: 13px;
	line-height: 1;
}

li.menu-item-has-children .dropdown-arrow {
	position: absolute;
	top: 18px;
	right: 10px;
	line-height: 1;
	transition: all ease 0.3s;
}

.nav-wrapper {
	background: #007E7D;
}

/* --- Mobile Hamburger Menu Button --- */

.menu-toggle, .menu-toggle:focus, .menu-toggle:hover {
	outline: none;
	background: none;
	margin-left: auto;
	margin-right: 15px;
	padding: 5px;
	padding-left: 40px;
	position: relative;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	font-size: 18px;
	line-height: 23px;
}

.menu-toggle .hamburger-line {
	width: 20px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease 0.4s;
	border-radius: 50px;
}

.menu-toggle .hamburger-line-01 {
	top: 8px;
}

.menu-toggle .hamburger-line-02 {
	top: 15px;
}

.menu-toggle .hamburger-line-03 {
	top: 22px;
}

.menu-toggle .hamburger-line {
	left: 10px;
	right: auto;
}

.menu-toggle[aria-expanded="true"] .hamburger-line {
	top: 50%;
	top: calc(50% - 1.5px);
	transform: rotate(135deg);
}

.menu-toggle[aria-expanded="true"] .hamburger-line-03 {
	transform: rotate(225deg);
}

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

/* Sub Navigation */

.sub-menu {
	background-color: #fff;

}

.sub-menu ul {
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	z-index: 200;
    top: 150%;
	position: absolute;
}

.sub-menu li {
	padding: 0px;
	color: #676F76 !important;
}

.sub-menu li:hover {
	background-color: black;
	color: white !important;
}

.sub-menu li:current {
	color: #E5C674;
}

.main-navigation .sub-menu li {
	margin-left: 0px;
	text-align: left;
}

.main-navigation .sub-menu li a {
	padding: 15px;
	color: #676F76 !important;
}



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

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

.main-navigation.toggled li{
  padding: 5px 25px;
  display: none !important;
  text-align: left;
  font-size: 18px;
}

.menu-main-menu-container{
  position: absolute;
  width: 100vw;
  right: 0px;
  top: 150px;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
}



	#site-navigation a{
 	 color: #888 !important;
	}

	#nav-menu {
		position: unset;
	}
	#site-navigation {
		display: block;
	}
	#primary-menu {
		width: 100%;
		background: #fff;
		z-index: 99999;
	}

	.site-tagline {
		display: none;
	}

	.branding-wrapper {
		padding: 0;
	}

	.header-wrapper h2 {
		font-size: 26px;
	}

	.nav-wrapper .container, .nav-wrapper .container > .row, .nav-wrapper .container > .row > div {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}

	.main-navigation ul {
		display: none;
	}
	.main-navigation li {
		display: block;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	.main-navigation li.menu-item-has-children {
		margin-right: 0;
	}

	.main-navigation a, .main-navigation .nav-menu>li>a, .main-navigation .sub-menu li a {
		padding: 0 15px;
	}

	.main-navigation a, .main-navigation .nav-menu>li>a, .main-navigation .sub-menu li a, .menu-item-has-children .dropdown-arrow::after {
		line-height: 50px;
	}

	.main-navigation li.menu-item-has-children {
		padding: 0;
	}

	.main-navigation li.menu-item-has-children a {
		margin-right: 30px;
	}

	li.menu-item-has-children .dropdown-arrow {
		padding: 0 20px;
		top: 0;
		right: 0;
		line-height: 50px;
		background: #f7f7f7;
	}
	.main-navigation ul.sub-menu {
		position: absolute;
		float: none;
		background: #f7f7f7;
		box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.2);
		display: none;
		top: 100%;
		left: auto;
	}
	.main-navigation ul.sub-menu li {
		padding: 0;
	}
	.main-navigation ul.sub-menu li a {
		width: 100%;
	}
	.main-navigation li.active-dropdown ul.sub-menu {
		display: block;
	}
	li.menu-item-has-children .dropdown-arrow::after {
		display: inline-block;
		transition: all ease 0.3s;
		transform-origin: 6px 5px;
	}
	.main-navigation li.active-dropdown .dropdown-arrow::after {
		transform: rotate(-180deg);
	}
	.main-navigation .nav-menu>li {
		margin-right: 0;
		border-top: solid 1px #eee;
	}
}




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




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer{
  background-color: #698086;
  color: white;
}

footer a{
  color: white !important;
  text-decoration: none !important;
}

footer h2{
  color: white !important;
  font-size:18px;
  line-height:1.5;
	margin-bottom:20px;
}

#footer ul {
    margin: 0;
    padding: 0 0 10px;
	list-style: none;
}

#footer li {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255,255,255,.15);
    border-left: none;
    border-right: none;
    border-bottom: none;
	padding-bottom: 10px;
    padding-top: 10px;
	font-size:15px;
}

footer a:hover{
  color: white !important;
	text-decoration: underline !important;

}

.social-links {
	display:flex;
	flex-wrap:wrap;
    padding-bottom: 25px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 25px;
    font-size: 2em;
}

.social-links a {
	margin-right:10px;
}

.gps-badge {
	max-width:100%;
}

.bottom-bar {
  background-color: #698086;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(255,255,255,0.4)!important;
	border-top: 1px solid rgba(255,255,255,.15);
}

.footer.full-width-line.empty-footer,
.style-ios #footer.transparent-bg.empty-footer {
	border: none;
}
.style-minimal .empty-footer.transparent-bg .wf-container-bottom,
.style-minimal .empty-footer.transparent-bg #bottom-bar.full-width-line {
	border-color: transparent;
}
.footer-overlap .page-inner {
	position: relative;
	z-index: 100;
}
.engage-opened.footer-overlap .page-inner {
	z-index: 9400;
}

.mobile-false .footer-overlap .footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
	opacity: 0;
}
.mobile-false .footer-overlap .show-header .footer {
	visibility: hidden;
}
.wf-container-footer {
	padding-top: 50px;
}
#footer.transparent-bg .wf-container-footer {
	border-top: none;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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;
	padding: 1.5rem 0 0 0;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.container {
		width:95% !important;
		max-width:1200px;
		margin-left:auto;
		margin-right:auto;
}

@media only screen and (max-width: 768px) {
	.container {
		width:95% !important;
		max-width:1200px;
		margin-left:auto;
		margin-right:auto;
    }
}

.content-container {
	display: block;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	max-width:1200px;
}

.content-container .flex-content {
	display: flex;

}

#main {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3)!important;
	padding-top:60px !important;
	padding-bottom:60px !important;
}

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

.post,
.page {
	margin: 0 0;
}

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




/*===============================================================================================
-------------------- UTILITY CLASSES ------------------------------------------------------------
===============================================================================================*/

/* ========== Display  ========== */

.inline {display: inline !important;}
.inline-block {display: inline-block !important;}
.block {display: block !important;}
.none {display: none !important;}

/* ========== Alignment  ========== */

.float-left {float: left !important;}
.float-center {
    display: block !important;
    margin: inherit auto !important;
}
.float-right {float: right !important;}

/* ========== Clear  ========== */

.clear-left {clear: left !important;}
.clear-both {clear: both !important;}
.clear-none {clear: none !important;}
.clear-right {clear: right !important;}

/* ========== Text-Align  ========== */

.text-left {text-align: left !important;}
.text-center {text-align: center !important;}
.text-right {text-align: right !important;}

/* ========== Font-Weight  ========== */

.fw-n {font-weight: normal !important;}
.fw-b {font-weight: bold !important;}
.fw-br {font-weight: bolder !important;}
.fw-l {font-weight: lighter !important;}

.fw-100 {font-weight: 100 !important;}
.fw-200 {font-weight: 200 !important;}
.fw-300 {font-weight: 300 !important;}
.fw-400 {font-weight: 400 !important;}
.fw-500 {font-weight: 500 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-700 {font-weight: 700 !important;}
.fw-800 {font-weight: 800 !important;}
.fw-900 {font-weight: 900 !important;}



/* ========== Margin  ========== */

.m-xl-n {margin: -75px !important;}
.m-lg-n {margin: -50px !important;}
.m-md-n {margin: -25px !important;}
.m-sm-n {margin: -15px !important;}
.m-xs-n {margin: -10px !important;}
.m-0 {margin: 0px !important;}
.m-xs {margin: 10px !important;}
.m-sm {margin: 15px !important;}
.m-md {margin: 25px !important;}
.m-lg {margin: 50px !important;}
.m-xl {margin: 75px !important;}

/* ========== Margin-Top  ========== */

.mt-xl-n {margin-top: -75px !important;}
.mt-lg-n {margin-top: -50px !important;}
.mt-md-n {margin-top: -25px !important;}
.mt-sm-n {margin-top: -15px !important;}
.mt-xs-n {margin-top: -10px !important;}
.mt-0 {margin-top: 0px !important;}
.mt-xs {margin-top: 10px !important;}
.mt-sm {margin-top: 15px !important;}
.mt-md {margin-top: 25px !important;}
.mt-lg {margin-top: 50px !important;}
.mt-xl {margin-top: 75px !important;}

/* ========== Margin-Right  ========== */

.mr-xl-n {margin-right: -75px !important;}
.mr-lg-n {margin-right: -50px !important;}
.mr-md-n {margin-right: -25px !important;}
.mr-sm-n {margin-right: -15px !important;}
.mr-xs-n {margin-right: -10px !important;}
.mr-0 {margin-right: 0px !important;}
.mr-xs {margin-right: 10px !important;}
.mr-sm {margin-right: 15px !important;}
.mr-md {margin-right: 25px !important;}
.mr-lg {margin-right: 50px !important;}
.mr-xl {margin-right: 75px !important;}

/* ========== Margin-Bottom  ========== */

.mb-xl-n {margin-bottom: -75px !important;}
.mb-lg-n {margin-bottom: -50px !important;}
.mb-md-n {margin-bottom: -25px !important;}
.mb-sm-n {margin-bottom: -15px !important;}
.mb-xs-n {margin-bottom: -10px !important;}
.mb-0 {margin-bottom: 0px !important;}
.mb-xs {margin-bottom: 10px !important;}
.mb-sm {margin-bottom: 15px !important;}
.mb-md {margin-bottom: 25px !important;}
.mb-lg {margin-bottom: 50px !important;}
.mb-xl {margin-bottom: 75px !important;}

/* ========== Margin-Left  ========== */

.ml-xl-n {margin-left: -75px !important;}
.ml-lg-n {margin-left: -50px !important;}
.ml-md-n {margin-left: -25px !important;}
.ml-sm-n {margin-left: -15px !important;}
.ml-xs-n {margin-left: -10px !important;}
.ml-0 {margin-left: 0px !important;}
.ml-xs {margin-left: 10px !important;}
.ml-sm {margin-left: 15px !important;}
.ml-md {margin-left: 25px !important;}
.ml-lg {margin-left: 50px !important;}
.ml-xl {margin-left: 75px !important;}



/* ========== Padding  ========== */

.p-0 {padding: 0px !important;}
.p-xs {padding: 10px !important;}
.p-sm {padding: 15px !important;}
.p-md {padding: 25px !important;}
.p-lg {padding: 50px !important;}
.p-xl {padding: 75px !important;}

/* ========== Padding-Top  ========== */

.pt-0 {padding-top: 0px !important;}
.pt-xs {padding-top: 10px !important;}
.pt-sm {padding-top: 15px !important;}
.pt-md {padding-top: 25px !important;}
.pt-lg {padding-top: 50px !important;}
.pt-xl {padding-top: 75px !important;}

/* ========== Padding-Right  ========== */

.pr-0 {padding-right: 0px !important;}
.pr-xs {padding-right: 10px !important;}
.pr-sm {padding-right: 15px !important;}
.pr-md {padding-right: 25px !important;}
.pr-lg {padding-right: 50px !important;}
.pr-xl {padding-right: 75px !important;}

/* ========== Padding-Bottom  ========== */

.pb-0 {padding-bottom: 0px !important;}
.pb-xs {padding-bottom: 10px !important;}
.pb-sm {padding-bottom: 15px !important;}
.pb-md {padding-bottom: 25px !important;}
.pb-lg {padding-bottom: 50px !important;}
.pb-xl {padding-bottom: 75px !important;}

/* ========== Padding-Left ========== */

.pl-0 {padding-left: 0px !important;}
.pl-xs {padding-left: 10px !important;}
.pl-sm {padding-left: 15px !important;}
.pl-md {padding-left: 25px !important;}
.pl-lg {padding-left: 50px !important;}
.pl-xl {padding-left: 75px !important;}



/* ========== Max-Width ========== */
.mw-full {max-width: 100% !important;}
.mw-fourth {max-width: 25% !important;}
.mw-third {max-width: 33.333% !important;}
.mw-half {max-width: 50% !important;}
.mw-two-thirds {max-width: 66.666% !important;}
.mw-three-fourths {max-width: 75% !important;}

/* ========== GPS List Rows ========== */

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

    /* All Columns after the first */
    .gps-list-row .wpb_column + .wpb_column {margin-top: 0;}

    /* All List Row list items*/
    .gps-list-row .wpb_column li {
        padding: 5px 0;
        border-bottom: 1px solid #ccc;
    }

    /* Last List Row Column, Last List Item */
    .gps-list-row .wpb_column:last-of-type li:last-of-type {border-bottom: 0;}

}



/* ==================== Utility Class Media Queries ==================== */

/* ========== Mobile Only ========== */
@media screen and (max-width: 749px) {

    /* Add 25px margains to VC Columns after other columns */
    .wpb_column + .wpb_column {margin-top: 25px;}

    /* Hide on Mobile */
    .hide-on-mobile {display: none !important;}

    /* Text Align â€” Mobile */
    .text-left-mobile {text-align: left !important;}
    .text-center-mobile {text-align: center !important;}
    .text-right-mobile {text-align: right !important;}


    /* Margin â€” Mobile */
    .m-xl-n-mobile {margin: -75px !important;}
    .m-lg-n-mobile {margin: -50px !important;}
    .m-md-n-mobile {margin: -25px !important;}
    .m-sm-n-mobile {margin: -15px !important;}
    .m-xs-n-mobile {margin: -10px !important;}
    .m-0-mobile {margin: 0px !important;}
    .m-xs-mobile {margin: 10px !important;}
    .m-sm-mobile {margin: 15px !important;}
    .m-md-mobile {margin: 25px !important;}
    .m-lg-mobile {margin: 50px !important;}
    .m-xl-mobile {margin: 75px !important;}

    /* Margin-Top  â€” Mobile */
    .mt-xl-n-mobile {margin-top: -75px !important;}
    .mt-lg-n-mobile {margin-top: -50px !important;}
    .mt-md-n-mobile {margin-top: -25px !important;}
    .mt-sm-n-mobile {margin-top: -15px !important;}
    .mt-xs-n-mobile {margin-top: -10px !important;}
    .mt-0-mobile {margin-top: 0px !important;}
    .mt-xs-mobile {margin-top: 10px !important;}
    .mt-sm-mobile {margin-top: 15px !important;}
    .mt-md-mobile {margin-top: 25px !important;}
    .mt-lg-mobile {margin-top: 50px !important;}
    .mt-xl-mobile {margin-top: 75px !important;}

    /* Margin-Right â€” Mobile */
    .mr-xl-n-mobile {margin-right: -75px !important;}
    .mr-lg-n-mobile {margin-right: -50px !important;}
    .mr-md-n-mobile {margin-right: -25px !important;}
    .mr-sm-n-mobile {margin-right: -15px !important;}
    .mr-xs-n-mobile {margin-right: -10px !important;}
    .mr-0-mobile {margin-right: 0px !important;}
    .mr-xs-mobile {margin-right: 10px !important;}
    .mr-sm-mobile {margin-right: 15px !important;}
    .mr-md-mobile {margin-right: 25px !important;}
    .mr-lg-mobile {margin-right: 50px !important;}
    .mr-xl-mobile {margin-right: 75px !important;}

    /* Margin-Bottom  â€” Mobile */
    .mb-xl-n-mobile {margin-bottom: -75px !important;}
    .mb-lg-n-mobile {margin-bottom: -50px !important;}
    .mb-md-n-mobile {margin-bottom: -25px !important;}
    .mb-sm-n-mobile {margin-bottom: -15px !important;}
    .mb-xs-n-mobile {margin-bottom: -10px !important;}
    .mb-0-mobile {margin-bottom: 0px !important;}
    .mb-xs-mobile {margin-bottom: 10px !important;}
    .mb-sm-mobile {margin-bottom: 15px !important;}
    .mb-md-mobile {margin-bottom: 25px !important;}
    .mb-lg-mobile {margin-bottom: 50px !important;}
    .mb-xl-mobile {margin-bottom: 75px !important;}

    /* Margin-Left  â€” Mobile */
    .ml-xl-n-mobile {margin-left: -75px !important;}
    .ml-lg-n-mobile {margin-left: -50px !important;}
    .ml-md-n-mobile {margin-left: -25px !important;}
    .ml-sm-n-mobile {margin-left: -15px !important;}
    .ml-xs-n-mobile {margin-left: -10px !important;}
    .ml-0-mobile {margin-left: 0px !important;}
    .ml-xs-mobile {margin-left: 10px !important;}
    .ml-sm-mobile {margin-left: 15px !important;}
    .ml-md-mobile {margin-left: 25px !important;}
    .ml-lg-mobile {margin-left: 50px !important;}
    .ml-xl-mobile {margin-left: 75px !important;}


    /* Padding  â€” Mobile */
    .p-0-mobile {padding: 0px !important;}
    .p-xs-mobile {padding: 10px !important;}
    .p-sm-mobile {padding: 15px !important;}
    .p-md-mobile {padding: 25px !important;}
    .p-lg-mobile {padding: 50px !important;}
    .p-xl-mobile {padding: 75px !important;}

    /* Padding-Top  â€” Mobile */
    .pt-0-mobile {padding-top: 0px !important;}
    .pt-xs-mobile {padding-top: 10px !important;}
    .pt-sm-mobile {padding-top: 15px !important;}
    .pt-md-mobile {padding-top: 25px !important;}
    .pt-lg-mobile {padding-top: 50px !important;}
    .pt-xl-mobile {padding-top: 75px !important;}

    /* Padding-Right  â€” Mobile */
    .pr-0-mobile {padding-right: 0px !important;}
    .pr-xs-mobile {padding-right: 10px !important;}
    .pr-sm-mobile {padding-right: 15px !important;}
    .pr-md-mobile {padding-right: 25px !important;}
    .pr-lg-mobile {padding-right: 50px !important;}
    .pr-xl-mobile {padding-right: 75px !important;}

    /* Padding-Bottom  â€” Mobile */
    .pb-0-mobile {padding-bottom: 0px !important;}
    .pb-xs-mobile {padding-bottom: 10px !important;}
    .pb-sm-mobile {padding-bottom: 15px !important;}
    .pb-md-mobile {padding-bottom: 25px !important;}
    .pb-lg-mobile {padding-bottom: 50px !important;}
    .pb-xl-mobile {padding-bottom: 75px !important;}

    /* Padding-Left â€” Mobile */
    .pl-0-mobile {padding-left: 0px !important;}
    .pl-xs-mobile {padding-left: 10px !important;}
    .pl-sm-mobile {padding-left: 15px !important;}
    .pl-md-mobile {padding-left: 25px !important;}
    .pl-lg-mobile {padding-left: 50px !important;}
    .pl-xl-mobile {padding-left: 75px !important;}



    /* Max-Width â€” Mobile */
    .mw-full-mobile {max-width: 100% !important;}
    .mw-fourth-mobile {max-width: 25% !important;}
    .mw-third-mobile {max-width: 33.333% !important;}
    .mw-half-mobile {max-width: 50% !important;}
    .mw-two-thirds-mobile {max-width: 66.666% !important;}
    .mw-three-fourths-mobile {max-width: 75% !important;}

}

/* ========== Mobile & Tablet Only ========== */
@media screen and (max-width: 980px) {

    /* Display on Desktop Only */
    .desktop-only {display: none !important;}

}

/* ========== Tablet Only ========== */
@media screen and (min-width: 750px) and (max-width: 980px) {

    /* Hide on Tablet */
    .hide-on-tablet {display: none !important;}

    /* Text Align â€” Tablet */
    .text-left-tablet {text-align: left !important;}
    .text-center-tablet {text-align: center !important;}
    .text-right-tablet {text-align: right !important;}


    /* Margin â€” Tablet */
    .m-xl-n-tablet {margin: -75px !important;}
    .m-lg-n-tablet {margin: -50px !important;}
    .m-md-n-tablet {margin: -25px !important;}
    .m-sm-n-tablet {margin: -15px !important;}
    .m-xs-n-tablet {margin: -10px !important;}
    .m-0-tablet {margin: 0px !important;}
    .m-xs-tablet {margin: 10px !important;}
    .m-sm-tablet {margin: 15px !important;}
    .m-md-tablet {margin: 25px !important;}
    .m-lg-tablet {margin: 50px !important;}
    .m-xl-tablet {margin: 75px !important;}

    /* Margin-Top  â€” Tablet */
    .mt-xl-n-tablet {margin-top: -75px !important;}
    .mt-lg-n-tablet {margin-top: -50px !important;}
    .mt-md-n-tablet {margin-top: -25px !important;}
    .mt-sm-n-tablet {margin-top: -15px !important;}
    .mt-xs-n-tablet {margin-top: -10px !important;}
    .mt-0-tablet {margin-top: 0px !important;}
    .mt-xs-tablet {margin-top: 10px !important;}
    .mt-sm-tablet {margin-top: 15px !important;}
    .mt-md-tablet {margin-top: 25px !important;}
    .mt-lg-tablet {margin-top: 50px !important;}
    .mt-xl-tablet {margin-top: 75px !important;}

    /* Margin-Right â€” Tablet */
    .mr-xl-n-tablet {margin-right: -75px !important;}
    .mr-lg-n-tablet {margin-right: -50px !important;}
    .mr-md-n-tablet {margin-right: -25px !important;}
    .mr-sm-n-tablet {margin-right: -15px !important;}
    .mr-xs-n-tablet {margin-right: -10px !important;}
    .mr-0-tablet {margin-right: 0px !important;}
    .mr-xs-tablet {margin-right: 10px !important;}
    .mr-sm-tablet {margin-right: 15px !important;}
    .mr-md-tablet {margin-right: 25px !important;}
    .mr-lg-tablet {margin-right: 50px !important;}
    .mr-xl-tablet {margin-right: 75px !important;}

    /* Margin-Bottom  â€” Tablet */
    .mb-xl-n-tablet {margin-bottom: -75px !important;}
    .mb-lg-n-tablet {margin-bottom: -50px !important;}
    .mb-md-n-tablet {margin-bottom: -25px !important;}
    .mb-sm-n-tablet {margin-bottom: -15px !important;}
    .mb-xs-n-tablet {margin-bottom: -10px !important;}
    .mb-0-tablet {margin-bottom: 0px !important;}
    .mb-xs-tablet {margin-bottom: 10px !important;}
    .mb-sm-tablet {margin-bottom: 15px !important;}
    .mb-md-tablet {margin-bottom: 25px !important;}
    .mb-lg-tablet {margin-bottom: 50px !important;}
    .mb-xl-tablet {margin-bottom: 50px !important;}

    /* Margin-Left  â€” Tablet */
    .ml-xl-n-tablet {margin-left: -75px !important;}
    .ml-lg-n-tablet {margin-left: -50px !important;}
    .ml-md-n-tablet {margin-left: -25px !important;}
    .ml-sm-n-tablet {margin-left: -15px !important;}
    .ml-xs-n-tablet {margin-left: -10px !important;}
    .ml-0-tablet {margin-left: 0px !important;}
    .ml-xs-tablet {margin-left: 10px !important;}
    .ml-sm-tablet {margin-left: 15px !important;}
    .ml-md-tablet {margin-left: 25px !important;}
    .ml-lg-tablet {margin-left: 50px !important;}
    .ml-xl-tablet {margin-left: 75px !important;}


    /* Padding  â€” Tablet */
    .p-0-tablet {padding: 0px !important;}
    .p-xs-tablet {padding: 10px !important;}
    .p-sm-tablet {padding: 15px !important;}
    .p-md-tablet {padding: 25px !important;}
    .p-lg-tablet {padding: 50px !important;}
    .p-xl-tablet {padding: 75px !important;}

    /* Padding-Top  â€” Tablet */
    .pt-0-tablet {padding-top: 0px !important;}
    .pt-xs-tablet {padding-top: 10px !important;}
    .pt-sm-tablet {padding-top: 15px !important;}
    .pt-md-tablet {padding-top: 25px !important;}
    .pt-lg-tablet {padding-top: 50px !important;}
    .pt-xl-tablet {padding-top: 75px !important;}

    /* Padding-Right  â€” Tablet */
    .pr-0-tablet {padding-right: 0px !important;}
    .pr-xs-tablet {padding-right: 10px !important;}
    .pr-sm-tablet {padding-right: 15px !important;}
    .pr-md-tablet {padding-right: 25px !important;}
    .pr-lg-tablet {padding-right: 50px !important;}
    .pr-xl-tablet {padding-right: 75px !important;}

    /* Padding-Bottom  â€” Tablet */
    .pb-0-tablet {padding-bottom: 0px !important;}
    .pb-xs-tablet {padding-bottom: 10px !important;}
    .pb-sm-tablet {padding-bottom: 15px !important;}
    .pb-md-tablet {padding-bottom: 25px !important;}
    .pb-lg-tablet {padding-bottom: 50px !important;}
    .pb-xl-tablet {padding-bottom: 75px !important;}

    /* Padding-Left â€” Tablet */
    .pl-0-tablet {padding-left: 0px !important;}
    .pl-xs-tablet {padding-left: 10px !important;}
    .pl-sm-tablet {padding-left: 15px !important;}
    .pl-md-tablet {padding-left: 25px !important;}
    .pl-lg-tablet {padding-left: 50px !important;}
    .pl-xl-tablet {padding-left: 75px !important;}



    /* Max-Width â€” Tablet */
    .mw-full-tablet {max-width: 100% !important;}
    .mw-fourth-tablet {max-width: 25% !important;}
    .mw-third-tablet {max-width: 33.333% !important;}
    .mw-half-tablet {max-width: 50% !important;}
    .mw-two-thirds-tablet {max-width: 66.666% !important;}
    .mw-three-fourths-tablet {max-width: 75% !important;}

}

/* ========== Tablet & Desktop Only ========== */
@media screen and (min-width: 750px) {

    /* Display on Mobile Only */
    .mobile-only {display: none !important;}

    /* Gravity Form Float */
    .form-float > .wpb_wrapper,
    .form-float > .vc_column-inner {
        position: absolute;
        z-index: 1;
    }

}

/* ========== Desktop Only ========== */
@media screen and (min-width: 981px) {

    /* Hide on Desktop */
    .hide-on-desktop {display: none !important;}

    /* Text Align â€” Desktop */
    .text-left-desktop {text-align: left !important;}
    .text-center-desktop {text-align: center !important;}
    .text-right-desktop {text-align: right !important;}


    /* Margin â€” Desktop */
    .m-xl-n-tablet {margin: -75px !important;}
    .m-lg-n-tablet {margin: -50px !important;}
    .m-md-n-tablet {margin: -25px !important;}
    .m-sm-n-tablet {margin: -15px !important;}
    .m-xs-n-tablet {margin: -10px !important;}
    .m-0-desktop {margin: 0px !important;}
    .m-xs-desktop {margin: 10px !important;}
    .m-sm-desktop {margin: 15px !important;}
    .m-md-desktop {margin: 25px !important;}
    .m-lg-desktop {margin: 50px !important;}
    .m-xl-desktop {margin: 75px !important;}

    /* Margin-Top  â€” Desktop */
    .mt-xl-n-desktop {margin-top: -75px !important;}
    .mt-lg-n-desktop {margin-top: -50px !important;}
    .mt-md-n-desktop {margin-top: -25px !important;}
    .mt-sm-n-desktop {margin-top: -15px !important;}
    .mt-xs-n-desktop {margin-top: -10px !important;}
    .mt-0-desktop {margin-top: 0px !important;}
    .mt-xs-desktop {margin-top: 10px !important;}
    .mt-sm-desktop {margin-top: 15px !important;}
    .mt-md-desktop {margin-top: 25px !important;}
    .mt-lg-desktop {margin-top: 50px !important;}
    .mt-xl-desktop {margin-top: 75px !important;}

    /* Margin-Right â€” Desktop */
    .mr-xl-n-desktop {margin-right: -75px !important;}
    .mr-lg-n-desktop {margin-right: -50px !important;}
    .mr-md-n-desktop {margin-right: -25px !important;}
    .mr-sm-n-desktop {margin-right: -15px !important;}
    .mr-xs-n-desktop {margin-right: -10px !important;}
    .mr-0-desktop {margin-right: 0px !important;}
    .mr-xs-desktop {margin-right: 10px !important;}
    .mr-sm-desktop {margin-right: 15px !important;}
    .mr-md-desktop {margin-right: 25px !important;}
    .mr-lg-desktop {margin-right: 50px !important;}
    .mr-x-desktop {margin-right: 75px !important;}

    /* Margin-Bottom  â€” Desktop */
    .mb-xl-n-desktop {margin-bottom: -75px !important;}
    .mb-lg-n-desktop {margin-bottom: -50px !important;}
    .mb-md-n-desktop {margin-bottom: -25px !important;}
    .mb-sm-n-desktop {margin-bottom: -15px !important;}
    .mb-xs-n-desktop {margin-bottom: -10px !important;}
    .mb-0-desktop {margin-bottom: 0px !important;}
    .mb-xs-desktop {margin-bottom: 10px !important;}
    .mb-sm-desktop {margin-bottom: 15px !important;}
    .mb-md-desktop {margin-bottom: 25px !important;}
    .mb-lg-desktop {margin-bottom: 50px !important;}
    .mb-xl-desktop {margin-bottom: 75px !important;}

    /* Margin-Left  â€” Desktop */
    .ml-xl-n-desktop {margin-left: -75px !important;}
    .ml-lg-n-desktop {margin-left: -50px !important;}
    .ml-md-n-desktop {margin-left: -25px !important;}
    .ml-sm-n-desktop {margin-left: -15px !important;}
    .ml-xs-n-desktop {margin-left: -10px !important;}
    .ml-0-desktop {margin-left: 0px !important;}
    .ml-xs-desktop {margin-left: 10px !important;}
    .ml-sm-desktop {margin-left: 15px !important;}
    .ml-md-desktop {margin-left: 25px !important;}
    .ml-lg-desktop {margin-left: 50px !important;}
    .ml-xl-desktop {margin-left: 75px !important;}


    /* Padding  â€” Desktop */
    .p-0-desktop {padding: 0px !important;}
    .p-xs-desktop {padding: 10px !important;}
    .p-sm-desktop {padding: 15px !important;}
    .p-md-desktop {padding: 25px !important;}
    .p-lg-desktop {padding: 50px !important;}
    .p-xl-desktop {padding: 75px !important;}

    /* Padding-Top  â€” Desktop */
    .pt-0-desktop {padding-top: 0px !important;}
    .pt-xs-desktop {padding-top: 10px !important;}
    .pt-sm-desktop {padding-top: 15px !important;}
    .pt-md-desktop {padding-top: 25px !important;}
    .pt-lg-desktop {padding-top: 50px !important;}
    .pt-xl-desktop {padding-top: 75px !important;}

    /* Padding-Right  â€” Desktop */
    .pr-0-desktop {padding-right: 0px !important;}
    .pr-xs-desktop {padding-right: 10px !important;}
    .pr-sm-desktop {padding-right: 15px !important;}
    .pr-md-desktop {padding-right: 25px !important;}
    .pr-lg-desktop {padding-right: 50px !important;}
    .pr-xl-desktop {padding-right: 75px !important;}

    /* Padding-Bottom  â€” Desktop */
    .pb-0-desktop {padding-bottom: 0px !important;}
    .pb-xs-desktop {padding-bottom: 10px !important;}
    .pb-sm-desktop {padding-bottom: 15px !important;}
    .pb-md-desktop {padding-bottom: 25px !important;}
    .pb-lg-desktop {padding-bottom: 50px !important;}
    .pb-xl-desktop {padding-bottom: 75px !important;}

    /* Padding-Left â€” Desktop */
    .pl-0-desktop {padding-left: 0px !important;}
    .pl-xs-desktop {padding-left: 10px !important;}
    .pl-sm-desktop {padding-left: 15px !important;}
    .pl-md-desktop {padding-left: 25px !important;}
    .pl-lg-desktop {padding-left: 50px !important;}
    .pl-xl-desktop {padding-left: 75px !important;}



    /* Max-Width â€” Desktop */
    .mw-full-desktop {max-width: 100% !important;}
    .mw-fourth-desktop {max-width: 25% !important;}
    .mw-third-desktop {max-width: 33.333% !important;}
    .mw-half-desktop {max-width: 50% !important;}
    .mw-two-thirds-desktop {max-width: 66.666% !important;}
    .mw-three-fourths-desktop {max-width: 75% !important;}

}

/* ========== Desktop & Mobile Only ========== */
@media
screen and (max-width: 749px),
screen and (min-width: 981px) {

    /* Display on Tablet Only */
    .tablet-only {display: none !important;}

}

/*===============================================================================================
-------------------- END UTILITY CLASSES --------------------------------------------------------
===============================================================================================*/


/*--------------------------------------------------------------
# Stripes
--------------------------------------------------------------*/
.stripe {
	position: relative;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.stripe a {
	color: #3193BC;
}



.stripe-1 {
  background: #3192bb;
	color:white !important;
}

.stripe-1 a {
	color: #ffeeca;
}

.stripe-2 {
  background-color: #ededed;
  color: dark-gray;
}

.stripe-2 a{
  color: #3193bc;
}

.stripe-3 {
  background-color: #698086;
  color: white;
}

.stripe-3 a{
  color: #8fdeff;
}


.static-height {
	position: relative;
}
.page-title .wf-container-title,
.page-title.full-width-line,
.article-top-bar .wf-container-top {
	border-bottom: 1px solid;
}
.page-title.solid-bg .wf-container-title,
.page-title.full-width-line .wf-container-title,
.page-title.disabled-bg .wf-container-title,
.page-title.transparent-bg .wf-container-title {
	border-bottom: none;
}
	.page-title.disabled-bg .wf-td,
	.page-title.title-center.disabled-bg .wf-table,
	.page-title.content-left.disabled-bg .wf-table,
	.page-title.content-right.disabled-bg .wf-table {
		vertical-align: bottom;
		padding: 0;
	}
	.page-title.title-left.disabled-bg h1,
	.page-title.title-right.disabled-bg h1 {
		margin: 0;
	}
.stripe-parallax-bg,
.fancy-parallax-bg,
.page-title-parallax-bg {
	background-attachment: fixed !important;
	background-position-x: 50%;
}
.no-touch .stripe-parallax-bg,
.no-touch .fancy-parallax-bg,
.no-touch .page-title-parallax-bg {
	opacity: 0;
}

	#main-slideshow.fixed:after,
	#main-slideshow.layer-fixed:after,
	#main-slideshow.fix:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		content: "";
	}
	#main-slideshow.fixed:after,
	#main-slideshow.layer-fixed:after,
	#main-slideshow.fix:after {
		top: auto;
		bottom: 0;
	}

	.style-ios #main-slideshow.fixed:after,
	.style-ios #main-slideshow.layer-fixed:after,
	.style-ios #main-slideshow.fix:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		content: "";
	}

	.style-ios #main-slideshow.fixed:after,
	.style-ios #main-slideshow.layer-fixed:after,
	.style-ios #main-slideshow.fix:after {
		top: auto;
		bottom: 0;
	}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/


/* Displays previously hidden blog title links in blog index page */

.blog .single-article-wrapper {
	border: solid 1px #dddddd;
	background: #f3f3f3;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 20px;
}

.blog-index .entry-header {
	display: block;
}


.blog-index-entry {
	padding: 30px 25px;
    margin-bottom: 35px;
    background-color: #F9F9FA;
	border-radius: 5px;  
    box-shadow: 0px 2px 5px #03384e29; 
}

.blog-index-excerpt{
  margin-top: 10px !important; 
  font-size:15px;
	line-height:1.6;
}

.blog-index-meta{
  font-size: 13px;
    line-height: 23px;
	
}

.entry-meta>a, .entry-meta>span, .portfolio-categories>a, .portfolio-categories>span {
    position: relative;
    display: inline-block;
    margin: 0 1px 0 6px;
    padding-left: 0px;
	padding-right: 15px;
    text-decoration: none;
}


.posted-on:before { 
  content: ""; 
  text-indent: -2em;
}



#recent-posts-3 .widget-title{
	margin-top:30px;
}

#recent-posts-3 li {
	margin: 10px 0 0;
    padding: 0;
	
}

#recent-posts-3 ul {
    list-style: none !important;
}


.post-content .text-secondary, .widget .tp_recent_tweets .twitter_time, .comment-meta, .comment-meta a, a.comment-reply-link, a.clear-form, .entry-meta a, .entry-meta span, .entry-meta a *, .portfolio-categories a, .portfolio-categories a *, .portfolio-categories span, .team-author p, .color-base-transparent {
    color: rgba(97,111,124,.5);
}


.blog-index-excerpt a {
	color: #C20810 !important;
}

.blog-index-excerpt p {
	margin-bottom:15px;
}


.blog-index-meta a{
  color: #277798; 
}

.blog-index-title{
  color: #277798; 
}

.blog-index-title a{
  color: #277798; 
}

.blog-index article {
	margin-top: 0px;
	padding-bottom: 45px;
	border-bottom: solid 1px #ebf2f5;
	margin-bottom: 0px;
}

.blog-index .post-thumbnail {
	display: block;
	width:100%;
}
	
.single-article-wrapper .post-thumbnail img {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 0px;
	max-width: 700px; 
}

.blog-index .post-thumbnail img {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 0px;
	max-width: 700px; 
}

.blog-index h2 a {
	text-decoration: none;
}

.blog-index .entry-content {
	 margin-bottom: 25px; 
}

@media (max-width: 800px) {
	.blog-index .post-thumbnail img {
		float: none;
		min-width: 100%;
		margin-right: 0px;
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.blog-index article {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

.blog-index-wrapper img {
	margin-bottom: 25px;
	margin-top: 15px;
}

.corona-bar {
    text-align: center;
    padding: 10px;
    background-color: #fbdc8c;
}

/* =========== More Info =========== */

h2,
.more-info {
    display: inline-block;
}

a.more-info i {
    margin-left: 10px;
    color: #4D71DA;
    color: rgba(77, 113, 218, 0.3);

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a.more-info:hover i {
    color: #4D71DA;
    color: rgba(77, 113, 218, 1);
}

/* =========== FancyBox =========== */

#fancybox-content {
    padding: 1em;
}

#fancybox-close {
    top: -5%;
    right: -10%;
}

.more-info-content {
    max-width: 400px;
}


/*======================================================================================
------------------------------------------------------- QUOTES -------------------------------------------------------
======================================================================================*/

/* ========== All Quotes ========== */

/* Remove default box shadow */
q, blockquote,
blockquote.with-source p.quote {
    box-shadow: none !important;
}

/* ========== Pull Quote ========== */
q {
    display: inline-block;
	font-weight:300;
    background-color: rgba(119,119,119,0.04);
    color: #000;
    padding: 1em !important;
    border-right: 3px solid #777;
}

/* ==========  Blockquote ========== */
q, blockquote{
    background: #F4FBFF !important;
	font-weight:300;
    border-left: 5px solid #3193bc;
    border-right: 5px solid #3193bc;
    -webkit-border-radius: 30px 0px 30px 0px;
    border-radius: 30px 0px 30px 0px;
	padding:25px;
    position: relative;
    color: #000 !important;
	margin-bottom:25px !important;
}
q *, blockquote *{
    color: #000 !important;
}
q{
    border-color: #698086;
    font-size: 1.25em !important;
}
blockquote{
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.2) !important;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.2) !important;
}
blockquote span.source{
    display: block !important;
    font-size: .75em !important;
    font-weight: bold !important;
    margin-top: 12px !important;
}
blockquote span.source:before{
    content: "– ";
}

.stripe-style-1 blockquote{
   border-color: #277596;
}
.stripe-style-3 q{
   border-color: #277596;
}

.blockquote-style h4 {
    padding: 25px;
	margin-bottom:25px !important;
}

/* Remove Close Quote from Blockquote Source */
blockquote.with-source p.source:after {
    content: none;
}
/*======================================================================================
---------------------------------------------------- END QUOTES -----------------------------------------------------
======================================================================================*/

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

.sidebar {
	margin-bottom: 0px;
	margin-top:50px;
    position: relative;
	text-align:center;
    z-index: 2;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
    }
}



/* SMILE VIRTUAL WIDGET */

#smile-virtual-widget {
	position: relative;
}

#smile-virtual-widget p {
	font-size:14px;
	line-height:1.6;
}

.sv-body {
	font-size:14px;
	line-height:1.6;
}

.sv-widget {
	background: #eff9fc;
	text-align: center;
	border-radius: 12px;
	max-width: 400px;
	margin-top: 60px;
}

.sv-widget .sv-image {
	max-width: 200px;
	margin-top: -50px;
	border-radius: 50%;
	margin-bottom: 15px;
}

.sv-banner {
	padding: 8px;
	background-color: #db624d;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

.sv-content {
	padding: 30px;
}

.sv-heading {
  color: #1d4157;
  font-family: 'Playfair Display', serif;
  font-size: 1.4em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
}

.sv-heading:last-of-type {
  margin-bottom: 1em;
}

.sv-divider {
  border: 0;
  background-color: #979797;
  width: 22%;
  height: 1px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sv-steps {
  list-style: none;
  padding: 0;
  margin: 24px 0 30px;
}

.sv-steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  text-align: left;
}

.sv-steps li:not(:last-child) {
  margin-bottom: 25px;
}

.sv-steps li img {
  width: 38px;
  height: auto;
  margin-right: 15px;
}

.sv-link {
  background-color: #1d4157;
  display: block;
  margin: 0 12px;
  padding: 16px;
  border: 0;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sv-link:hover {
  background-color: #267695;
  color: white !important;
}

#SVCButton img {
height: auto;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li{
	width:100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li {
	width:100%;
}


@media only screen and (max-width: 900px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    width: 100%;
    border: 0;
}


/*#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu {
    float: left;
    left: -100%;
    position: absolute;
    min-width: 100vh;
}*/

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu {
    float: left;
    left: 0;
    position: relative;
    min-width: 100%;
}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
    width: 100%;
}

#site-navigation a:hover {
    color: gray !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #f3f3f3;
    color: #3192bb !important;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px 5px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative;
    width: 100%;
    max-width: none;
    padding: 12px 12px 12px 12px;
    border: 0;
    background: #f3f3f3;
    border-radius: 0;
    box-shadow: none;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    border: 0;
    padding: 0px;
    border-radius: 0;
	background:#f3f3f3 ;
	box-shadow:none;
    }

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #3192bb !important;
    font-family: inherit;
    font-size: 16px;
	padding: 5px 15px 5px 15px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #3192bb !important;
	padding: 2px 10px 2px 10px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item {
    position: relative !important;
}

}




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

}

.rll-youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.rll-youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.rll-youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(http://lakewaysonic.wpengine.com/wp-content/uploads/2020/05/youtube.png) no-repeat;
    cursor: pointer;
}

.cat-links {
	margin-bottom:20px;
}

.cat-links a {
	color:#C20811 !important;
}

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



.social-links a {
    margin-right: 10px;
    font-size: 28px;
}