/*
 __          __  _                                       _
 \ \        / / | |         /\                          | |
  \ \  /\  / /__| |__      /  \   ___  ___ ___ _ __   __| | ___ _ __
   \ \/  \/ / _ \ '_ \    / /\ \ / __|/ __/ _ \ '_ \ / _` |/ _ \ '__|
    \  /\  /  __/ |_) |  / ____ \\__ \ (_|  __/ | | | (_| |  __/ |
     \/  \/ \___|_.__/  /_/    \_\___/\___\___|_| |_|\__,_|\___|_|

Theme Name: Alpha
Theme URI: http://webascender.com
Author: Web Ascender
Author URI: http://webascender.com
Description: A WordPress theme designed and developed by Web Ascender
Version: 4.7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alpha

*/

/*--------------------------------------------------------------
NORMALIZE
--------------------------------------------------------------*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  overflow-x: hidden !important;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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: 30px 0px;
}

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: 1;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1;
}

h1 {
  margin: 24px 0;
}

p {
  margin-bottom: 30px;
}

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

/*--------------------------------------------------------------
A11Y - ACCESSIBILITY
--------------------------------------------------------------*/

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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: 1.5;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

span.alt-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*--------------------------------------------------------------
ALIGNMENTS
--------------------------------------------------------------*/

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/*--------------------------------------------------------------
GALLERIES
--------------------------------------------------------------*/

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

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

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

.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-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
POST AND PAGES
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.page .entry-content {
  padding-left: 15px;
  padding-right: 15px;
}

.hentry {
  margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

embed,
iframe,
object {
  max-width: 100%;
}

/*-------------------------------------------
BASICS
--------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #404040;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-top: 0;
  line-height: 1.5;
}

ul li {
  margin-bottom: 15px;
}

ol li {
  margin-bottom: 15px;
}

.clear {
  clear: both;
}

.wrapper {
  margin: 0 auto;
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
  clear: none;
}

.inline-block {
  display: inline-block;
}

.full-width {
  width: 100%;
}

#secondary {
  padding-left: 15px;
  padding-right: 15px;
}

main {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 60px;
}

.page main,
.woocommerce main {
  width: 100%;
  padding: 0;
}

:target::before {
  content: "";
  display: block;
  height: 60px;
  margin: -60px 0 0;
  visibility: hidden;
  pointer-events: none;
}
.gform_anchor:target {
  outline: none;
}

/*-------------------------------------------
WIDGETS
--------------------------------------------*/

.widget {
  margin: 0 0 1.5em;
}

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

.widget:not(.widget_text) ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_categories ul li {
  padding: 5px 0;
}

/*-------------------------------------------
VISUAL COMPOSER OVERWRITES
--------------------------------------------*/

.block {
  display: block;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin.wpb_content_element p,
.no-margin.wpb_content_element h3 {
  margin: 0;
}

.no-bottom-margin,
.no-bottom-margin.wpb_content_element {
  margin-bottom: 0;
}

.vc_row.no-padding,
.no-padding.wpb_content_element {
  padding: 0;
}

.vc_row.no-padding .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.vc_row.no-padding .wpb_content_element {
  margin: 0;
}

.lead {
  font-size: 1.5rem;
}

.text-white {
  color: #fff;
}

.text-white *:not(i) {
  color: #fff;
}

.text-white .gform_wrapper .gform_footer input[type="submit"] {
  border: 2px solid #fff;
  background: transparent;
}

.text-white .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #fff;
  color: #000;
}

.text-white .gfield_required {
  color: #fff;
}

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

.text-center-xs {
  text-align: center;
}

.text-small,
.text-small * {
  font-size: 80%;
}

.hidden-xs {
  display: none;
}

/*-------------------------------------------
HEADER
--------------------------------------------*/

.site-header-flex {
  transition: transform 300ms ease;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 15px;
  min-height: 60px;
}

.site-header-flex .header-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 60px;
}

.site-header-flex .site-branding {
  text-align: center;
  margin: 0 auto;
}

.site-header-flex .site-branding h1 {
  margin: 0;
  font-size: 1.5rem;
}

.site-header-flex .site-branding img {
  max-height: 60px;
  width: auto;
  height: auto;
  padding: 5px 0;
  vertical-align: middle;
}
.site-branding a:focus {
  outline: none;
}
.site-branding a:focus-visible {
  outline: initial;
}

/*-------------------------------------------
BUTTONS
--------------------------------------------*/

a.btn-primary {
  padding: 18px 25px;
}

.btn.btn-large a.vc_general.vc_btn3,
.btn.btn-large button.vc_general.vc_btn3,
a.btn-large {
  padding: 20px 0px;
  font-size: 18px;
  display: block;
}

.btn-inverted button.vc_general.vc_btn3,
.btn-inverted a.vc_general.vc_btn3,
a.btn-inverted {
  background: #fff;
}

.btn-primary button.vc_general.vc_btn3,
.btn-primary a.vc_general.vc_btn3,
a.btn-primary {
  color: #fff;
  border: 0;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
}

.btn-primary button.vc_general.vc_btn3:hover,
.btn-primary a.vc_general.vc_btn3:hover,
a.btn-primary:hover {
  opacity: 0.9;
  color: #fff;
  border: 0;
}

.btn-outline.btn-primary a,
a.btn-outline.btn-primary {
  background: transparent;
}

.btn-outline.btn-primary a:hover,
a.btn-outline.btn-primary:hover {
  border: 2px solid #000;
  color: #000 !important;
  background: transparent !important;
}

/*-------------------------------------------
SITE NAVIGATION
--------------------------------------------*/

.main-navigation {
  margin-left: auto;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 270px;
  max-width: 100%;
  z-index: 999;
  padding: 30px 30px 0 30px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
  -webkit-overflow-scrolling: touch;
  -ms-transition: -ms-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  overflow-y: auto;
}
.main-navigation.loaded {
  visibility: visible;
}
.main-navigation.active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.main-navigation ul {
  padding: 0px;
  margin: 0;
}

.main-navigation ul ul {
  width: 100%;
  height: 0;
  position: relative;
  left: -999em;
  z-index: 999;
}

.main-navigation ul li {
  display: block;
  list-style: none;
  margin: 0;
}

.main-navigation ul li a {
  display: block;
  padding: 15px 0px;
  text-decoration: none;
}

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

.main-navigation ul ul li a {
  border: 0;
  padding: 10px 20px 10px 20px;
  text-transform: none;
}

.main-navigation .pull-right {
  float: none;
}
.main-navigation.clickable ul li:hover > ul {
  height: 0;
}
.main-navigation.clickable ul ul {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  border-radius: 4px;
  padding: 5px;
  transform: translateY(10px);
}
.main-navigation.clickable ul li.focus > ul {
  height: auto;
  left: auto;
  opacity: 1;
  transform: translateY(0px);
}
.main-navigation.clickable ul li a {
  cursor: pointer;
}
.mobile-phone {
  font-size: 22px;
}

.mobile-company-address {
  font-size: 13px;
}

/*-------------------------------------------
PAGE
--------------------------------------------*/

#main article {
  max-width: 1180px;
  margin: 0 auto;
}

#main-image {
  overflow: hidden;
  max-height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

#main-image .hero {
  padding-top: 5%;
  padding-bottom: 5%;
}

#main-image .hero h1 {
  text-align: center;
}

#main-image.has-main-image .hero h1 {
  color: #fff;
}

#main-image.has-main-image {
  background-color: #000;
}

/*-------------------------------------------
COMMENTS
--------------------------------------------*/

#main #comments {
  max-width: 1180px;
  margin: 0 auto;
}

#main #comments label {
  display: block;
}

/*-------------------------------------------
FOOTER
--------------------------------------------*/

.site-footer {
  clear: both;
  float: left;
  width: 100%;
  padding: 35px 15px;
}

.site-footer .footer-contact {
  padding: 10px 0;
}

.menu-footer-menu-container {
  display: block;
}

.site-footer .footer-copyright {
  font-size: 14px;
  padding: 10px 0;
}

.site-footer .footer-navigation {
  display: inline-block;
}

.site-footer ul.footer-navigation {
  padding: 0;
  margin: 0;
}

.site-footer ul.footer-navigation li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 10px;
}

.wa-credit {
  text-transform: uppercase;
  display: block;
  clear: both;
  font-size: 10px;
  margin-top: 10px;
}

/*-------------------------------------------
FRONT PAGE
--------------------------------------------*/

.home .hero {
  padding-top: 10%;
  padding-bottom: 10%;
}

/*-------------------------------------------
INDEX
--------------------------------------------*/

.blog article.type-post {
  padding: 0 0 30px 0;
}

.post-navigation {
  clear: both;
}

.nav-next {
  margin-top: 10px;
}

.nav-previous a,
.nav-next a {
  display: block;
  text-align: center;
}

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

.nav-previous a,
.nav-next a {
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 10px 20px;
  color: #666;
  text-decoration: none;
}

/* POST */

.entry-title {
  margin-top: 0;
  margin-bottom: 0px;
}

.blog h2 {
  margin-bottom: 10px;
}

.post .entry-meta .posted-on {
  font-size: 14px;
  margin-right: 10px;
}

.post .entry-meta .cat-links {
  font-size: 14px;
}

.post .entry-meta .cat-links a {
  text-decoration: none;
}

.post .entry-footer .tags-links {
  display: block;
  padding: 0 0 20px 0;
}

.post .entry-footer .tags-links {
  color: #999999;
  font-size: 14px;
}

.post .entry-footer .tags-links a {
  text-decoration: none;
}

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

.post .entry-content p {
  margin-top: 0;
}

.post .entry-footer .cat-links a {
  text-decoration: none;
}

.post .entry-footer .edit-link {
  display: none;
}

.post .post-image-overlay {
  width: 30%;
  float: left;
  max-width: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

.post .post-image-overlay.blank-image {
  opacity: 0.1;
}

.post .post-image-overlay img {
  display: block;
}

.blog .post .post-body,
.archive .post .post-body,
.search .post .post-body {
  padding-left: 2%;
  margin-left: 23%;
  overflow: hidden;
}

.single .post-image {
  text-align: center;
  margin-bottom: 30px;
}

/*------------------------------------------------------------
MOBILE
-------------------------------------------------------------*/

.menu-header {
  color: #6c7082;
}

.nav-icon.toggle-button {
  display: block;
  position: absolute;
  z-index: 999;
}

.nav-icon {
  background: transparent;
  border: 0;
  width: 24px;
  height: 15px;
  position: relative;
  margin: 0px auto;
  cursor: pointer;
  padding: 0;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
}

.nav-icon span:nth-child(2) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -ms-transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -ms-transform-origin: left center;
}

.nav-icon span:nth-child(4) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -ms-transform-origin: left center;
}

.close-button {
  display: block;
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 22px;
  height: 19px;
  visibility: hidden;
}
.close-button:focus {
  outline: none;
}
.close-button:focus-visible {
  outline: initial;
}

.main-navigation.active .close-button {
  visibility: visible;
}

.close-button.nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 0px;
  left: 4px;
}

.close-button.nav-icon span:nth-child(3) {
  width: 0%;
  opacity: 0;
}

.close-button.nav-icon span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 17px;
  left: 4px;
}

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200% /*safari button menu fix */;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background-color: rgba(17, 17, 17, 0.4);
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}

/* SEARCH BOX */

form.search-form {
  position: relative;
}

input.search-field {
  border: 1px solid #ddd;
  border-radius: 0;
  width: 100%;
  height: 40px;
  padding: 10px 110px 10px 5px;
  -webkit-appearance: none;
}

.search-submit {
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #286dae;
  color: #fff;
  padding: 13px 20px;
  font-weight: bold;
}

.search-submit:hover {
  background: #000;
}

/*-------------------------------------------
WOOCOMMERCE
--------------------------------------------*/

div.woocommerce .woocommerce-error,
div.woocommerce .woocommerce-info,
div.woocommerce .woocommerce-message {
  margin-bottom: 20px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page[class*="columns-"] ul.products li.product,
.woocommerce[class*="columns-"] ul.products li.product {
  width: 100%;
}

.woocommerce figure {
  margin: 0;
}

.woocommerce .quantity .qty {
  width: 70px;
  text-align: center;
  font-weight: bold;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
.woocommerce .input-text,
.woocommerce input[type="email"],
.woocommerce input[type="url"],
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce textarea {
  border: 1px solid #cccccc;
  padding: 10px;
  color: #43454b;
  -webkit-appearance: none;
  border-radius: 0px;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}

select {
  border: 1px solid #cccccc;
}

/*---------------------------------------------------------
SITEMAP
---------------------------------------------------------*/

ul.sitemap.page-list {
  margin: 0;
  padding: 0;
}

ul.sitemap.page-list li {
  list-style: none;
  margin: 0;
}

ul.sitemap.page-list a {
  text-decoration: none;
}

ul.sitemap.page-list > li {
  padding: 10px 0;
  font-size: 24px;
  border-bottom: 1px solid #ededed;
}

ul.sitemap.page-list li li {
  font-size: 16px;
}

ul.sitemap.page-list li li li {
  font-size: 14px;
}

/*---------------------------------------------------------
GRAVITY FORMS
---------------------------------------------------------*/

.gform_wrapper .gform_footer input[type="submit"],
.gf_browser_ie.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  padding: 16px 40px;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #000;
}

.gform_wrapper textarea {
  border: 1px solid #cccccc;
}

a.gform_anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -60px;
}

/*------------------------------------------------------------
SEARCH
-------------------------------------------------------------*/

.search #main article {
  margin-bottom: 40px;
}

/*------------------------------------------------------------
CUSTOM CSS
-------------------------------------------------------------*/

.main-navigation ul li.light-blue-link a {
  color: #00c1cf;
  border: 2px solid transparent;
}

.main-navigation ul li.light-blue-link a:hover {
  color: #00c1cf;
  border: 2px solid #00c1cf;
  background: transparent;
}

/*------------------------------------------------------------
DEPRECATED CLASSES
-------------------------------------------------------------*/

.woocommerce .alpha-woo {
  margin-top: 80px;
  padding: 0 15px;
}

.white-text {
  color: #fff;
}

.white-text *:not(i) {
  color: #fff;
}

.white-links a {
  color: #fff;
}

.white-links a:hover {
  color: #000;
}

.site-header {
  transition: transform 300ms ease;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 15px;
  min-height: 60px;
}

.site-header .site-branding {
  font-size: 0;
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}

.site-header .site-branding img {
  max-width: 216px;
  max-height: 60px;
  width: auto;
  height: auto;
  padding: 5px 0;
}

.site-header .site-branding h1 {
  margin: 0;
  font-size: 1.5rem;
}

.site-header .header-content,
.container {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.site-header .toggle-button {
  top: 22px;
  position: relative;
}
.admin-bar .site-header-flex {
  margin-top: 46px;
}
@media (min-width: 768px) {
  .admin-bar .site-header {
    margin-top: 32px;
  }
}

@media (min-width: 1024px) {
  .site-header {
    height: 97px;
  }
  .site-header .site-branding {
    text-align: left;
    height: auto;
  }
  .site-header .site-branding {
    width: 30%;
  }
  .site-header .site-branding img {
    padding: 10px 0;
  }
  .site-header #site-navigation {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    height: 97px;
  }
  .main-navigation ul {
    display: block;
  }
}

@media (min-width: 1180px) {
  .site-header .site-branding {
    display: table-cell;
    vertical-align: middle;
  }
}

/*------------------------------------------------------------
RESPONSIVE CSS
-------------------------------------------------------------*/

@media (max-width: 767px) {
  .xs-text-center * {
    text-align: center !important;
  }
  .xs-block,
  .xs-block * {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .hidden-xs {
    display: block;
  }

  /*ALIGNMENTS*/
  .text-center-xs {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  ul.page-list.child-navigation li {
    display: inline-block;
  }
  .nav-previous a,
  .nav-next a {
    display: inline-block;
  }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 49%;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 49%;
  }
  .admin-bar .site-header-flex {
    margin-top: 32px;
  }
  /*INDEX*/
  .nav-next {
    margin-top: 0px;
  }
  /*PAGE LAYOUTS*/
  main {
    float: left;
    width: 70%;
    padding: 0;
    padding-left: 15px;
  }
  #secondary {
    float: left;
    padding-left: 15px;
    width: 30%;
    position: relative;
  }
  .btn.btn-large a.vc_general.vc_btn3,
  .btn.btn-large button.vc_general.vc_btn3 {
    padding: 20px 100px;
    display: inline-block;
  }
  /*WOOCOMMERCE*/
  .woocommerce .alpha-woo {
    padding: 0px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce-page[class*="columns-"] ul.products li.product,
  .woocommerce[class*="columns-"] ul.products li.product {
    width: 22.05%;
  }
}

@media (min-width: 1024px) {
  .text-lg-right {
    text-align: right;
  }
  .main-navigation .pull-right {
    float: none;
  }
  .main-navigation.drill-down ul li:hover > ul,
  .main-navigation.drill-down ul li.focus > ul {
    height: auto;
    left: auto;
  }
  .nav-icon.toggle-button,
  .nav-icon.close-button {
    display: none;
  }
  .main-navigation {
    visibility: visible;
    position: relative;
    height: auto;
    width: auto;
    max-width: 100%;
    z-index: 999;
    padding: 0;
    box-shadow: none;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    overflow: visible;
  }
  .site-header-flex .main-navigation ul#primary-menu {
    display: flex;
    flex-wrap: nowrap;
  }

  .main-navigation ul {
    margin: 0;
    padding-left: 0;
  }
  .main-navigation ul li {
    font-size: 0.8125rem;
    list-style: none;
  }
  .main-navigation ul li a {
    display: block;
  }
  .main-navigation ul li {
    display: inline-block;
    margin: 0;
  }
  .main-navigation ul > li {
    vertical-align: middle;
  }
  /*LEVEL 1*/
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: absolute;

    width: auto;
  }
  .main-navigation ul ul li {
    display: block;
    font-size: 0.8125rem;
  }
  .main-navigation ul ul li a {
    display: block;
    padding: 14px 12px;
  }
  .mobile-phone {
    display: none;
  }
  .mobile-company-address {
    display: none;
  }
  /* INNER PAGE - CHILD NAVIGATION*/
  ul.page-list.child-navigation {
    text-align: center;
    font-size: 0;
  }
  ul.page-list.child-navigation {
    margin: 0;
    padding: 20px 15px;
    background: #ededed;
  }
  ul.page-list.child-navigation li {
    list-style: none;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0;
  }
  ul.page-list.child-navigation li a {
    color: #5a5a5a;
    display: block;
    border-bottom: 4px solid transparent;
    text-decoration: none;
    padding: 12px 20px 8px 20px;
  }
  ul.page-list.child-navigation li:hover {
    background: #ddd;
    border-radius: 30px;
  }
  ul.page-list.child-navigation li a:hover {
    color: #666;
  }
  ul.page-list.child-navigation li:last-child a {
    border-right: none;
  }
  ul.page-list.child-navigation li.current_page_item {
    background: #fff;
    border-radius: 30px;
    font-size: 0.8125rem;
  }
  ul.page-list.child-navigation li.current_page_item:hover a {
    border-bottom: 4px solid #fff !important;
  }
  .site-header-flex .site-branding {
    text-align: left;
    height: auto;
    margin: 0;
  }
  .site-header-flex .site-branding img {
    padding: 10px 0;
  }
  .footer-contact strong {
    padding-right: 8px;
  }
  .footer-contact strong,
  .menu-footer-menu-container {
    display: initial;
  }
}

@media (min-width: 1025px) {
  ul.page-list.child-navigation {
    padding: 0;
  }
  ul.page-list.child-navigation li.current_page_item {
    border-radius: 0px;
    font-size: 14px;
  }
  ul.page-list.child-navigation li:hover {
    border-radius: 0px;
  }
  ul.page-list.child-navigation li a {
    padding: 26px 20px 22px 20px;
  }
}

@media (min-width: 1180px) {
  .wrapper {
    width: 1180px;
  }
  main {
    padding-left: 0;
  }
  .site-header-flex {
    padding: 0;
  }
  .main-navigation ul > li > a {
    margin: 0;
  }
  ul.page-list.child-navigation li a {
    padding: 26px 30px 22px 30px;
  }
  .page .entry-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .site-footer {
    padding: 35px 0;
  }
}
