/*
  Theme Name: NETA 2023
  Description: This is the genesis child theme created by Vivid Image.
  Author: VI Team
  Author URI: https://www.vimm.com/
  Version: 1.3.6

  Template: genesis
  Template Version: 1.2

  License: GPL-2.0+
  License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents

  - HTML5 Reset
    - Baseline Normalize
    - Box Sizing
    - Float Clearing
  - Defaults
    - Typographical Elements
    - Headings
    - Objects
    - Forms
    - Tables
  - Structure and Layout
    - Site Containers
    - Column Widths and Positions
    - Column Classes
  - Common Classes
    - WordPress
    - Genesis
    - Titles
  - Widgets
    - Featured Content
  - Plugins
    - Genesis eNews Extended
    - Genesis Latest Tweets
    - Gravity Forms
    - Jetpack
  - Site Header
    - Title Area
    - Widget Area
  - Site Navigation
    - Header Navigation
    - Primary Navigation
    - Secondary Navigation
  - Content Area
    - Entries
    - Pagination
    - Comments
  - Sidebars
  - Footer Widgets
  - Site Footer
  - Shiftnav
  - VIMM CSS
  - Custom Styling
  - Media Queries
    - max-width: 1139px
    - max-width: 1023px
    - max-width: 767px

*/
/*
HTML5 Reset 
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
  normalize.css v3.0.0 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  /*margin: 1em 40px;*/
  margin: 0;
}



hr {
  border: 1px solid #ebebeb;
  margin: 38px 0 38px 0;
  background: none;
  clear: both;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-style: inherit;
  font-size: 100%;
}

body {
  background: #ffffff;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; 
  letter-spacing: 0.36px;
}

body#tinymce.mce-content-body {
  float: none !important;
}


button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
::-moz-selection {
  background-color: #000;
  color: #fff;
}

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

a {
    font-weight: 700;
    color: #492F92;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
  color: #492F92;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
}

ol,
ul {
  font-size: 1em;
  line-height: 24px;
  margin-left: 50px;
  padding: 0;
}

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

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

cite {
  font-size: 0.688em;
  display: block;
  margin: 10px 0 0;
  color: #858585;
  font-style: normal;
}

blockquote {
  margin: 40px 0;
  position: relative;
}

blockquote p{
     font-size: 34px;
     line-height: 42px;
     font-weight: 400;
     font-style: italic;
     color: #492F92;
     padding: 0 45px 0 90px;
     box-sizing: border-box;
}

blockquote::before {
  content: url('images/quote-icon.png');
  display: block;
  height: 0;
  left: 20px;
  position: absolute;
  top: -60px;
}

pre {
  margin: 0;
  font-size: 16px;
  font-family: "Times New Roman";
}

.clearfix {
  clear: both;
}


.entry-content img{
  border-radius: 25px;
}
/* Headings
--------------------------------------------- */
h1 {
  font-size: 50px;
  line-height: 55px;
  margin: 0px 0 45px 0;
  color: #09233E;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

h1.page__title {
  color: #ffffff;
}

h1.page__title__cat a {
  color: #ffffff;
  list-style-type: none;
  text-align: center;
  font-weight: 300;
}

h1.page__title__cat li {
  list-style-type: none;
  text-align: center;
  padding-top: 30px;
}

h2 {
  font-size: 45px;
  line-height:  55px;
  margin: 0px 0 20px 0;
  color: #492F92;
  font-weight: 700;
}

h2.post__date {
  font-size: .8em;
  margin-bottom: 25px;
  color: #333333;
  font-weight: 600;
}

h3 {
  font-size: 40px;
  line-height:  49px;
  margin: 20px 0 10px 0;
  color: #1F1F1F;
  font-weight: 700;
  letter-spacing: 1px;
}


h1.post__title {
  font-size: 1.625em;
  color: #cc4a1a;
}

h4 {
  font-size: 26px;
  line-height:  32px;
  margin: 20px 0 10px 0;
  color: #492F92;
  letter-spacing: 0.65px;
}

h5 {
  font-size: 24px;
  line-height:  30px;
  margin: 10px 0 5px 0;
  color: #4D4D4D;
  font-weight: 400;
  letter-spacing: 0.48px;
}

h6 {
  font-size: 20px;
  line-height:  26px;
  margin: 10px 0 5px 0;
  color: #492F92;
  font-weight: 700;
  letter-spacing: 0.2px;
}


h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol {
  margin: 30px 0 30px 0;
}

h1 + blockquote, h2 + blockquote, h3 + blockquote, h4 + blockquote, h5 + blockquote, h6 + blockquote {
  margin: 45px 0 45px 0;
}

h1 + hr, h2 + hr, h3 + hr, h4 + hr, h5 + hr, h6 + hr {
  margin: 20px 0 25px 0;
}

h1 + h2, h1 + h3, h2 + h3, h2 + h4, h3 + h4, h3 + h5, h4 + h5, h4 + h6, h5 + h6 {
  margin: 0 0 10px 0;
}








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

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #F8F8F8;
  border: 1px solid #BCBCBC;
  color: #000;
  font-size: 16px;
  padding: 22px;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid #999;
  outline: none;
  background-color: #F8F8F8;
  color: #000;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  opacity: 1;
  font-weight: normal;
  font-size: 13px;
}

::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 13px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.vivid-button,
div.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  width: auto;
  background-color: #492F92;
  border: 0;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding: 14px 25px;
  margin-bottom: 15px;
  margin-right: 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.8px;
  text-align: center;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
a.vivid-button:hover,
div.gform_wrapper .gform_footer input[type=submit]:hover {
  text-decoration: none;
  color: #1F1F1F;
  background-color: #7BC143;
}

.button {
  display: inline-block;
}

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

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

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

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}


.neta-table td {
    padding: 20px 20px 20px 0;
    font-size: 18px;
    line-height: 26px;
    border-top: 2px solid #ebebeb;
}

.neta-table h2{
  margin-bottom: 0
}

.neta-table td:nth-of-type(5n) {
    padding-right: 0;
}

.neta-table tbody{
  border-bottom: 2px solid #ebebeb;
}
@media only screen and (max-width: 768px){
  .neta-table td {
    width: 100%;
      display: block;
      text-align: center;
      padding: 15px 20px;
  }

  .neta-table td:nth-of-type(5n) {
      padding-right: 20px;
  }
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */


/*.message-bar .site-container{
  padding-top: 45px;
}

.message-bar.admin-bar .site-container{
  padding-top: 0px;
}*/
.site-inner {
 margin: 0 auto;
  max-width: 1380px;
 padding: 0 20px;
}


.wrap {
  margin: 0 auto;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
}
.home .site-inner {
  max-width: 100%;
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
}

.site-inner {
  clear: both;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ffffff;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px;
}

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

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

/* Content */
.content {
  float: right;
  width: 740px;
}

 .content-sidebar .content-sidebar-wrap {
    max-width: 1340px;
    margin: 0 auto;
 }
  .content-sidebar .content-sidebar-wrap:after {
    content: " ";
    clear: both;
    display: table;
  }

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
  width: 62.5%;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 520px;
}

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

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 29.166%
}

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

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

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

/* Column Classes
  Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-fifth {
  width: 17.9487179487179488%;
}

.two-fifths {
  width: 38.4615384615384616%;
}

.three-fifths {
  width: 58.9743589743589744%;
}

.four-fifths {
  width: 79.4871794871794872%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}
.author .entry-image-link,
.page-template-page_blog .entry-image-link{
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}

.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 40px;
  display: none;
}

.archive-description {
  display: none;
}

.author-box-title {
  font-size: 16px;
  margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}


#vi-top-search-bar .search-form{
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
#vi-top-search-bar .search-form input[type="submit"] {
     width: 15%;
     float: right;
     background: #1F1F1F;
     margin-top: 20px;
     clear: none;
}

#vi-top-search-bar .search-form input[type="submit"]:hover {
   background: #7BC143;
   color: #1F1F1F;
}

#vi-top-search-bar .search-form input[type="search"]{
  background: transparent;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  float: left;
  width: 80%;
  color: #FFFFFF;
  padding: 5px 5px 8px 0;
}

#vi-top-search-bar .search-form input::-moz-placeholder {
    font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #FFFFFF;
}

#vi-top-search-bar .search-form input::-webkit-input-placeholder {
    font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #FFFFFF;
}

#vi-top-search-bar .search-form input:-ms-input-placeholder { 
    font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #FFFFFF;
}

#vi-top-search-bar .search-form input::placeholder{
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #FFFFFF;
}








/* Titles
--------------------------------------------- */
.archive-title {
  font-size: 20px;
}

header .entry-title {
  font-size: 60px;
  line-height: 70px;
  text-transform: none;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}

.entry-title {
    font-size: 52px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}


.archive .site-inner .entry-title {
  text-align: left;
  /*line-height: 30px;*/
}

.archive header.site-header h2.entry-title {
  display: none;
}

.archive .entry-header .entry-meta {
      color: #5f5f5f;
}

/*.entry-title a {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  text-align: center;
}
*/
/*.entry-title a:hover {
  color: #ffffff;
  text-decoration: none;
}*/

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

.widget-title {
  font-size: 18px;
  margin-bottom: 20px;
}


/* WordPress
--------------------------------------------- */
.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignright {
  max-width: 100%;
}

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 10px 25px 10px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 10px 0 10px 25px;
}

.wp-caption-text {
  text-align: center;
  letter-spacing: 0.36px;
  color: #707070;
  margin-top: 10px;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar table td,
.widget_calendar table th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}

.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
  font-size: 20px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff;
}

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #000;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
  background-color: #e5554e;
  color: #fff;
  margin: 0;
  width: 100%;
}

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #000;
}

.sidebar .widget.enews-widget {
  background-color: #000;
}

.enews form + p {
  margin-top: 24px;
}


/* ## Screen reader text
--------------------------------------------- */

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

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

.more-link {
    position: relative;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
  left: auto;
  opacity: 1;
  left: 50%;
  margin-left: -124px;
}



/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper select {
  font-size: 18px;
  padding: 12px !important;
}
div.gform_wrapper .ginput_complex label{
  padding-left: 0;
}
div.gform_wrapper .ginput_complex label {
  padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
}

.gform_wrapper.gf_browser_chrome select{
  padding: 12px !important;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
    margin-top: -80px;
    position: relative;
    z-index: 10;
    width: 100%;
    float: left;
}

.site-header .wrap {
  padding: 0px 20px;
}

.home2 .site-header .wrap {
  padding: 30px 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 20px 0 0;
  width: 376px;
  position: relative;
  top: 22px;
  z-index: 9;
  left: -27px;   
}

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

.site-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.site-title a,
.site-title a:hover {
  color: #000;
}

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 149px;
  width: 100%;
}

.site-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 60%;
  margin-top: 80px;
}

.site-header .widget-area hr {
  border: 0;
  border-bottom: 1px solid rgba(103, 91, 109, 0.5);
  background: none;
  clear: both;
  margin: 8px 0;
}

.site-header .widget-area ul {
  margin: 0;
}


.site-header .widget-area p {
  margin: 0;
}

.site-header .widget-area .button__conversion,
.site-header .widget-area .button__conversion:visited {
    background-color: #492F92;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    border-radius: 0;
    padding: 16px 24px;
    margin-bottom: 0;
    letter-spacing: 0.8px;
}


.site-header .widget-area .button__conversion:hover {
    color: #1F1F1F;
    background-color: #7BC143;
}
.site-header .widget-area .header__social-icons {
  float: right;
}

.site-header .widget-area .header__social-icons li {
  list-style-type: none;
  text-indent: -9999px;
  font-size: 25px;
  float: left;
  text-align: left;
}

.site-header .widget-area .header__social-icons li a,
.site-header .widget-area .header__social-icons li a:visited {
  margin: 0 auto;
  display: block;
  width: 37px;
  height: 37px;
  position: relative;
  color: #ffffff;
}

.site-header .widget-area .header__social-icons li a:before {
  font-family: 'icomoon';
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: normal;
}

.site-header .widget-area .header__social-icons li.twitter a:before {
  content: "\e76d";
}

.site-header .widget-area .header__social-icons li.facebook a:before {
  content: "\e769";
}

.site-header .widget-area .header__social-icons li.youtube a:before {
  content: "\e773";
}

.site-header .widget-area .header__social-icons li.linkedin a:before {
  content: "\e79f";
}

.site-header .widget-area .header__social-icons li.instagram a:before {
  content: "\f16d";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


.site-header .widget-area .header__phone__text a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.89em;
}

.site-header .widget-area .header__phone,
.site-header .widget-area .header__phone:visited,
.site-header .widget-area .header__phone:hover {
  display: inline-block;
  letter-spacing: 2px;
  font-size: 42px;
  line-height: 52px;
  color: #707070;
  font-weight: 700;
  text-decoration:none;
  position: relative;
  top: 10px;
  margin-right: 20px;
}

.site-header .widget-area .header__phone:hover {
  text-decoration: none;
}




/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.nav-primary {
  clear: both;
  background-color: rgba(31, 31, 31, 0.9);
  position: relative;
  z-index: 8;
}
.genesis-nav-menu {
    margin: 0;
    border-radius: 0px;
    padding: 0px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 9999;
    float: right;
}

.genesis-nav-menu .menu-item {
  float: left;
  list-style-type: none;
  position: relative;
  line-height: 1em;
  text-align: center;
  font-size: 1em;
  margin-right: 18px;
}

.genesis-nav-menu .menu-item:last-child {
  margin-right: 0px;
}

.genesis-nav-menu a {
    padding: 18px 7px 17px;
    display: block;
    color: #FFFFFF;
    border-radius: 0px;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    z-index: 999;
    position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu li:hover > a
 {
  color: #7BC143;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu {
    position: absolute;
    display: block;
    width: 248px;
    top: 100%;
    left: -9999px;
    z-index: 9998;
    margin: 0;
    background-color: #492F92;
    padding: 22px 0 30px;
    margin-top: 0;
}

.genesis-nav-menu .sub-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: -1.25rem;
    left: 12.5%;
    border: 0.75rem solid transparent;
    border-bottom-color: #492F92;
    left: 50%;
    margin-left: -12px;

  }

.genesis-nav-menu .sub-menu .menu-item {
  margin-right: 0px;
  width: 100%;
}

.genesis-nav-menu .sub-menu a {
    border: none;
    color: #ffffff;
    padding: 8px;
    margin: 0 15px 0 15px;
    font-size: 18px;
    text-transform: none;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
}

.genesis-nav-menu .sub-menu li:hover{
    color: #ffffff;
    background-color: #1F1F1F;
}

.genesis-nav-menu .sub-menu li:hover a{
    color: #FFFFFF !important;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
  left: 50%;
  margin-left: -124px;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 10px 0 0;
}

.genesis-nav-menu .menu-item.contact {
  display: none;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.content .entry {
  background-color: #fff;
}

.entry-content ol,.entry-content ul {
  margin: 5px 0 25px 0;
}

.entry-content ol li{
   margin: 0 0 10px 20px;
   list-style-type: decimal; 
}

.entry-content ul li,
.tribe-events-single-event-description ul li,
.pum ul li{
   list-style-type: none;
   list-style-image: url('images/green-bullet.png');
   margin: 0 0 12px 20px;
}

.pum p + ul{
	margin-top: -15px;
}

.entry-content ol ol,
.entry-content ul ul{
  margin: 12px 0 0px 18px;
}


.entry-content code {
  background-color: #000;
  color: #ddd;
}


.entry-content form ul li {
    list-style-type: none;
    line-height: 1em;
    margin-bottom: 6px;
}


/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  margin: 0 0 25px 0;
}

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

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}

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

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #e5554e;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
  
}

.entry-comments {
  padding: 40px;
}

.comment-header {
  font-size: 16px;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

.comment-content {
  clear: both;
  word-wrap: break-word;
}

.comment-list li {
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
}

.sidebar .before_sidebar_widgets h1,
.sidebar .before_sidebar_widgets h2,
.sidebar .before_sidebar_widgets h3,
.sidebar .before_sidebar_widgets h4,
.sidebar .before_sidebar_widgets h5,
.sidebar .before_sidebar_widgets h6,
.sidebar .after_sidebar_widgets h1,
.sidebar .after_sidebar_widgets h2,
.sidebar .after_sidebar_widgets h3,
.sidebar .after_sidebar_widgets h4,
.sidebar .after_sidebar_widgets h5,
.sidebar .after_sidebar_widgets h6 {
  color: #cc4a1a;
  font-size: 23px;
  margin-bottom: 5px;
}



.sidebar li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

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

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

.sidebar .widget ol {
  margin: 0px;
}

.sidebar .widget ol li {
  list-style-type: decimal;
}

.sidebar .widget ul li {
  list-style-type: disc;
}

.sidebar .widget ul li a,
.sidebar .widget ul li span {
  line-height: 24px;
}

.sidebar .widget_recent_entries h3 {
    font-size: 1.438em;
    color: #492f92;
    margin: 0 0 5px 0;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #3A276F;
  clear: both; 
  color: #fff;
  padding-bottom: 50px;
  padding-top: 60px;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets p {
  color: #fff;
}

.footer-widgets p {
    font-size: 18px;
    line-height: 26px;
}

.footer-widgets a {
  color: #ffffff;
  transition: none;
  font-weight: 400;
  margin-bottom: 15px;
  text-decoration: none;
}

.footer-widgets a:hover{
  text-decoration: underline;
}

.footer-widgets hr {
  background-color: #ffffff;
  margin: 20px 0;
  opacity: 0.6;
}

.footer-widgets h3 {
    color: #7AC142;
    text-transform: none;
    padding: 0;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.footer-widgets .button,
.footer-widgets .button:hover,
.footer-widgets .gform_button, 
.footer-widgets .gform_button:visited,
.footer-widgets div.gform_wrapper .gform_footer input[type=submit] {
  padding: 15px 25px;
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.footer-widgets .gform_wrapper .gform_body{
  width: 68%;
  float: left;
}

.footer-widgets .gform_wrapper .gform_footer{
  width: 32%;
  clear: none;
  float: right;
  padding-top: 4px;
}

.footer-widgets .gform_widget .gform_wrapper,
.footer-widgets .gform_wrapper .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-widgets .gform_wrapper span.gform_description,
.footer-widgets .gform_wrapper .gform_heading{
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-widgets input {
  border: 1px solid #BCBCBC;
}
.footer-widgets .gform_widget .gform_wrapper ul.gform_fields li.gfield{
  padding-top: 0px;
  margin-top: 0;
}

.footer-widgets input::-moz-placeholder {
    color: #707070;
    font-size: 18px;
    line-height: 26px;
}

.footer-widgets input::-webkit-input-placeholder {
   color: #707070;
   font-size: 18px;
    line-height: 26px;
}

.footer-widgets input:-ms-input-placeholder { 
   color: #707070;
   font-size: 18px;
   line-height: 26px;
}

.footer-widgets input::placeholder{
   color: #707070;
   font-size: 18px;
   line-height: 26px;
}



.footer-widgets a.button,
.footer-widgets a:hover {

}

.footer-widgets ul {
  margin: 0;
}

.footer-widgets li {
  margin-bottom: 15px;
  padding-bottom: 0px;
  list-style-type: none;
}

.footer-widgets .gfield_label {
  display: none;
}

.footer-widgets .gform_validation_container {
  display: none;
}

.footer-widgets div.gform_wrapper input[type="email"] {
  padding: 6px;
  margin-bottom: 10px;
}

.footer-widgets .widget {
  margin-bottom: 20px;
}

.footer-widgets .wp-fbrev .wp-facebook-text {
    color: #ffffff !important;
}
.footer-widgets  .gform_wrapper div.validation_error{
    color: #FFF;
    margin-top: 25px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}
.footer-widgets .gform_wrapper .validation_message {
    color: #FFFFFF;
}

.footer-widgets .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
    margin-top: 0 !important;
}
.footer-widgets p.copyright {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-widgets p:last-child,
.footer-widgets ul > li:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 33.333%;
  float: left;
}

.footer-widgets-1 {
  padding-right: 50px;
  width: 33.3333%;
  float: left;
  box-sizing: border-box;
}


.footer-widgets-1 .widget_custom_html{
     font-weight: 400;
     margin-bottom: 30px;
}

.footer-widgets-1 .widget_sp_image{
  margin-bottom: 0;
}
.footer-widgets-1 .widget_custom_html .phone{
     font-size: 42px;
     line-height: 52px;
     font-weight: bold;
     text-decoration: none;
     margin-bottom: 15px;
     display: block;
}

.footer-widgets-1 .widget_custom_html p{
  color: #FFFFFF;
}

.footer-widgets-1 .gform_wrapper .top_label .gfield_label {
  display: none;
}


.footer-widgets-1 .header__social-icons {
  float: left;
}

.footer-widgets-1 .header__social-icons li {
  list-style-type: none;
  text-indent: -9999px;
  font-size: 25px;
  float: left;
  text-align: left;
  margin-right: 10px;
}

.footer-widgets-1 .header__social-icons li a,
.footer-widgets-1 .header__social-icons li a:visited {
  margin: 0 auto;
  display: block;
  width: 37px;
  height: 37px;
  position: relative;

}

.footer-widgets-1 .header__social-icons li a:hover{
    opacity: 0.8;
}

.footer-widgets-1 .header__social-icons li a:before {
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: normal;
}

.footer-widgets-1 .header__social-icons li.twitter a:before {
  content: url(images/icons/x-twitter.1.png);
}

.footer-widgets-1 .header__social-icons li.facebook a:before {
  content: url(images/facebook.png);
}

.footer-widgets-1 .header__social-icons li.youtube a:before {
  content: url(images/youtube.png);
}

.footer-widgets-1 .header__social-icons li.linkedin a:before {
  content: url(images/linkedin.png);
}

.footer-widgets-1 .header__social-icons li.instagram a:before {
  content: url(images/icons/icon-instagram.1.png);
}


.footer-widgets-2 {
  width: 33.333%;
  padding-right: 0;
  padding-left: 0%;
  float: left;
  box-sizing: border-box;
}

.footer-widgets-2 .gform_widget{
    max-width: 562px;
    float: right;
    margin-right: 0;
    width: 100%;
}

.footer-widgets-2 .jetpack_subscription_widget{
    max-width: 562px;
    float: right;
    margin-right: 0;
    width: 100%;
}
.footer-widgets .jetpack_subscription_widget h3{
  margin-bottom: 15px;
}

.footer-widgets .jetpack_subscription_widget #subscribe-text{
  margin-bottom: 15px;
}

.footer-widgets .jetpack_subscription_widget #subscribe-email{
  width: 68%;
  float: left;
}

.footer-widgets .jetpack_subscription_widget #subscribe-submit{
  width: 32%;
  clear: none;
  float: right;
  padding-top: 4px;
}

.footer-widgets .jetpack_subscription_widget #subscribe-submit button{
    width: 100%;
    text-align: center;
     padding: 17px 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: -5px;
	background: #492F92;
    border-radius: 0;
}
.footer-widgets .jetpack_subscription_widget #subscribe-submit button:hover{
	background:#7BC143;
}

.footer-widgets .jetpack_subscription_widget #subscribe-email input {
  border: 1px solid #BCBCBC;
  padding: 12px;
  color: #707070;
  font-size: 18px;
  line-height: 26px;
}

.footer-widgets .jetpack_subscription_widget #subscribe-submit button:focus{
    color: #FFFFFF;
    outline: none;
}
.footer-widgets .jetpack_subscription_widget #subscribe-email input::-moz-placeholder {
    color: #707070;
    font-size: 18px;
    line-height: 26px;
}

.footer-widgets .jetpack_subscription_widget #subscribe-email input::-webkit-input-placeholder {
   color: #707070;
   font-size: 18px;
    line-height: 26px;
}

.footer-widgets .jetpack_subscription_widget #subscribe-email input:-ms-input-placeholder { 
   color: #707070;
   font-size: 18px;
   line-height: 26px;
}

.footer-widgets .jetpack_subscription_widget #subscribe-email input::placeholder{
   color: #707070;
   font-size: 18px;
   line-height: 26px;
}

    
.footer-widgets-3 {
  width: 33.3333%;
  float: left;
  text-align: left;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #492F92;
  display: block;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0;
  text-decoration: none;
  padding: 20px 0;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 13px;
}

.site-footer .left{
  width: 55%;
  float: left;
  text-align: left;
}
.site-footer .right{
  width: 45%;
  float: right;
  text-align: right;
}

.site-footer .right a{
   text-decoration: none;
   color: #FFFFFF;
   margin-right: 6px;
}
.site-footer .right a:last-child{
  margin-right: 0;
}
.site-footer .right a:hover{
   text-decoration: underline;
   color: #FFFFFF;
}


/*
Shiftnav
---------------------------------------------------------------------------------------------------- */
/*Shift Nav */
.shiftnav-loading {
  display: none !important;
}

/*
VIMM Styling
---------------------------------------------------------------------------------------------------- */
/** Responsive Alerts **/
#wp-admin-bar-responsive_check * {
  background: yellow;
  color: #000;
  text-shadow: none;
  padding: 0px 60px !important;
}

#wp-admin-bar-responsive_check .ab-item:hover {
  background: red !important;
  color: #000 !important;
}

/** basic accordion styling **/
.accordion-wrap .accordion {
  width: 100%;
  margin-bottom: 15px;
    color: #707070;
    background-color: #F8F8F8;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.accordion-wrap:after,
.accordion-wrap .accordion .accordion:after,
.accordion-wrap .accordion .accordion-content:after {
  content: " ";
  clear: both;
  display: table;
}

.accordion-wrap > div:first-child {
  border-top: 0;
}

.accordion-wrap .accordion .accordion-title{
  width: 100%;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #492F92;
  cursor: pointer;
}


.accordion-wrap .accordion .accordion-title:before {
  content: url(images/close-accordion.png);
  float: right;
}
.accordion-wrap .accordion.open .accordion-title:before {
  content: url(images/open-accordion.png);
}

.accordion-wrap .accordion .accordion-content {
    padding: 8px 30px 30px 30px;
    margin: 0 0 20px;
}

.page-id-231 .accordion-wrap .accordion,
.page-id-125 .accordion-wrap .accordion {
  margin-bottom: 5px;
}

.page-id-125 h4 + .accordion-wrap {
  margin: 15px 0 10px 0;
}


/* basic tab styling */
.vimm-tabs-wrap {
  position: relative;
  margin: 10px 0px;
  /* Vertical Tabs */
}

.vimm-tabs-wrap .tabs {
  margin: 0px;
  padding: 0px;
}

.vimm-tabs-wrap .tabs a {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
  background: #ddd;
  color: #000;
}

.vimm-tabs-wrap .tabs a.active {
  background-color: #eee;
}

.vimm-tabs-wrap .tab-content {
  display: none;
  padding: 5px 10px;
  margin: 0 !important;
  width: 100%;
  max-width: 600px;
  background-color: #eee;
  color: #000;
}

.vimm-tabs-wrap .tab-content.active {
  display: block;
}

.vimm-tabs-wrap.vertical .tabs {
  float: left;
  width: 25%;
}

.vimm-tabs-wrap.vertical .tabs a {
  display: block;
}

.vimm-tabs-wrap.vertical .tab-content {
  width: 75%;
  float: left;
}

.vivid-callout{
  background: #F8F8F8;
  border-radius: 2px;
  padding: 55px 40px;
  box-sizing: border-box;
  margin: 30px 0;
  width: 100%;
  border-radius: 25px;
}
.vivid-callout p:last-child{
  margin-bottom:0;
}

.post-48938 .vivid-callout {
    margin-top: 0px!important;
}


.vivid-callout h1,
.vivid-callout h2,
.vivid-callout h3,
.vivid-callout h4,
.vivid-callout h5,
.vivid-callout h6{
    margin-top: 0;
}

.vivid-callout .accordion {
  background-color: #ffffff;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------- */
#vi-top-search-bar-container{
  width: 100%;
  float: left;
  background: #492F92;
  padding: 35px 0;
  display: none;
  position: relative;
  z-index: 99;
}

#vi-top-search-bar{
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
#vi-top-search-bar .widget_sp_image {
    position: absolute;
    top: -10px;
    right: 20px;
    cursor: pointer;
    background: transparent;
}

#vi-top-search-bar-container .widget_search{
  background: transparent;
  margin-bottom: 0;
}

#vi-top-bar-container {
  background-color: transparent;
  padding: 10px;
  position: relative;
  z-index: 15;
}

#vi-top-bar-container:after {
  content: " ";
  display: table;
  clear: both;
}

#vi-top-bar {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

#vi-top-bar-container .widget,
#vi-top-bar-container .widget p {
  margin: 0;
  padding: 0;
}





#vi-top-bar-container .widget_search {
  float: left;
  width: 20%;
  background: transparent;
  min-width: 268px;
}

#vi-top-bar-container .widget_search .widget-wrap {
  position: relative;
}

#vi-top-bar-container .widget_search .widget-wrap:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 9px;
  right: 27px;
}

#vi-top-bar-container .widget_search input[type="search"] {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0 6px 5px;
  width: 85%;
}

#vi-top-bar-container .widget_search input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 15%;
  height: 35px;
  margin: 0px;
  clip: inherit;
  background: transparent;
  text-indent: -99999px;
}

#vi-top-bar-container .widget_search input[type="submit"]:focus {
  clip: inherit;
  padding: 0px;
  box-shadow: none;
  background: transparent;
}


#vi-top-bar-container .widget.widget_sp_image{
  float: right;
  margin-top: 8px;
  margin-left: 16px;
  cursor: pointer;
}

.customer__button:before {
  content: url(images/icon-account.png);
  padding-right: 8px;
  position: relative;
  top: 3px;
}

.cart__button:before {
  content: url(images/icon-cart.png);
  padding-right: 8px;
  position: relative;
  top: 3px;
}

.cart__button, .customer__button {
  float: right;
  text-align: center;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 400;
  color: #707070;
  text-decoration: none;
}

#vi-home-cta-container .grid__16column {
    width: 66.666%;
    float: left;
}

#vi-home-cta-container .grid__8column {
    width: 33.333%;
    float: left;
}



#vi-top-bar-container .cart__button:hover,
#vi-top-bar-container .customer__button:hover {
  text-decoration: underline;
}


#vi-home-section-1-container{
  width: 100%;
  float: left;
  padding: 14rem 0;
  background: url(images/main-img.jpg);
  background-size: cover;
  margin-top: -57px;
  background-position: center;
}

#vi-home-section-1{
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}



#vi-home-section-1 .widget_custom_html{
    text-align: center;
    color: #FFFFFF;
    max-width: 830px;
    margin: 0 auto;
}


#vi-home-section-1 .widget_custom_html .widget-title{
    color: #FFFFFF;
    font-size: 50px;
    line-height: 61px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

#vi-home-section-1 .widget_custom_html h5{
    color: #FFFFFF;
     font-size: 40px;
     line-height: 49px;
     letter-spacing: 0.8px;
}

#vi-home-section-1 .widget_custom_html .button{
  margin-top: 40px;
  margin-right: 0;

}

.home .button{
  padding: 16px 24px;
  margin-right: 0;
}

.home .button:hover{
    color: #1F1F1F;
    background-color: #7BC143;
}


.home p{
  font-size: 18px;
  line-height: 26px;
}

#vi-home-section-2-container{
  width: 100%;
  float: left;
  padding: 0;
}

#vi-home-section-2{
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
}


#vi-home-section-2 .widget_custom_html{
  width: 50%;
  float: left;
  text-align: center;
  color: #FFFFFF;
  padding: 0px;
  box-sizing: border-box;
  background: #1F1F1F;
  margin-bottom: 0;
}


#vi-home-section-2 .widget_custom_html:last-child{
  background: #492F92;
}


#vi-home-section-2 .widget_custom_html h2{
    color: #FFFFFF;
    font-size: 50px;
    line-height: 61px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0px;
}

#vi-home-section-2 .widget_custom_html h3{
  letter-spacing: 2px;
  color: #7BC143;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 49px;
  font-weight: 400;
}

#vi-home-section-2 .widget_custom_html .button{

    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
}

#vi-home-section-2 .widget_custom_html:last-child .button{
  background:  #1F1F1F;
}
#vi-home-section-2 .widget_custom_html:last-child .button:hover{
  background: #7BC143;
}

#vi-home-section-2 .widget_custom_html .top{
    padding: 85px 20px;
}
#vi-home-section-2 .widget_custom_html .bottom{
    border-top: 1px solid #707070;
    padding: 15px 40px;
}

#vi-home-section-2 .widget_custom_html .bottom a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
}

#vi-home-section-2 .widget_custom_html .bottom a:hover{
  text-decoration:  underline;
}

#vi-home-section-2 .widget_custom_html .bottom a:after{
    /*font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #7BC143;*/
    content: url(images/green-arrow-home.png);
    display: inline-block;
    text-decoration: none;
    margin-left: 6px;
    font-size: 14px;
}


#vi-home-section-3-container{
  width: 100%;
  float: left;
  padding: 65px 0;
}

#vi-home-section-3{
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

#vi-home-section-3 .widget_custom_html:nth-child(2){

     width: 100%;
     text-align: center;
     border-bottom: 1px solid #BCBCBC;
     padding-bottom: 35px;
     margin-bottom: 110px;
}

#vi-home-section-3 .widget_custom_html:nth-child(2) .widget-title{
     letter-spacing: 2px;
    color: #492F92;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 49px;
    font-weight: 400;
    margin-bottom: 8px;

}

#vi-home-section-3 .widget_custom_html:nth-child(2) p{
  font-size: 18px;
  line-height: 26px;
}


#vi-home-section-3 .widget_custom_html:nth-child(2) .widget-title:before{
  content: url('images/icon-certified.png');
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 5px;
}



#vi-home-section-3 .widget_sp_image{
    float: left; 
    width: 35%;
}


#vi-home-section-3 .widget_custom_html{
  float: right;
  width: 65%;
  padding-left: 2.5%;
  box-sizing: border-box;
}

#vi-home-section-3 .widget_custom_html .widget-title{
  font-size: 50px;
    line-height: 61px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #1F1F1F;
    margin-top: 0;
}
#vi-home-section-3 .widget_custom_html .button{
  margin-top: 10px;
}




#vi-home-section-4-container{
  width: 100%;
  float: left;
  padding: 105px 0 70px;
  background: #F8F8F8 url(images/bg-img-shoes.png) no-repeat bottom right;
  background-size: contain;
}

#vi-home-section-4{
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}


#vi-home-section-4 .widget_sp_image{
    float: right; 
    width: 35%;
    text-align: right;
}


#vi-home-section-4 .widget_custom_html{
  float: left;
  width: 65%;
  padding-right: 2.5%;
  box-sizing: border-box;
}

#vi-home-section-4 .widget_custom_html .widget-title{
  font-size: 50px;
    line-height: 61px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #1F1F1F;
    margin-top: 0;
}
#vi-home-section-4 .widget_custom_html .button{
  margin-top: 10px;
}


#vi-home-section-5-container{
  width: 100%;
  float: left;
  padding: 105px 0 70px;
}

#vi-home-section-5{
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

#vi-home-section-5 .widget_sp_image{
    float: left; 
    width: 35%;
}


#vi-home-section-5 .widget_custom_html{
  float: right;
  width: 65%;
  padding-left: 2.5%;
  box-sizing: border-box;
}
#vi-home-section-5 .widget_custom_html h6{
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.8px;
  color: #7BC143;
  text-transform: uppercase;
  margin-top: 0;
}
#vi-home-section-5 .widget_custom_html h2{
  font-size: 50px;
    line-height: 61px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #1F1F1F;
    margin-top: 15px;
    margin-bottom: 20px;
}
#vi-home-section-5 .widget_custom_html .button{
  margin-top: 10px;
}

/*#vi-home-section-6-container:before{
  background: url(images/img-group.jpg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}*/

@media only screen and (min-width: 767px){
  .group-exercise-background{

    background: url(images/img-group.jpg);
  }

  #vi-home-section-6-container.group {
    background: url(images/img-group.jpg);
    background-size: cover;
  }
}
#vi-home-section-6-container{
  width: 100%;
  float: left;
  padding: 120px 0 90px;
  background: url(images/img-pt.jpg);
  background-size: cover;
  -webkit-transition: all 0.5ms ease-in-out;
   -moz-transition: all 0.5ms ease-in-out;
   -o-transition: all 0.5ms ease-in-out;
   -ms-transition: all 0.5ms ease-in-out;
   transition: all 0.5ms ease-in-out;
}




#vi-home-section-6{
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

#vi-home-section-6-top-container .widget_custom_html{
  width: 100%;
  text-align: center;
  float: left;
}
#vi-home-section-6-top-container .widget_custom_html .widget-title{
    font-size: 45px;
    letter-spacing: 55px;
    letter-spacing: 2.25px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#vi-home-section-6-top-container .widget_custom_html .custom-html-widget{
  max-width: 690px;
  margin: 0 auto;
  width: 100%;
}


#vi-home-section-6-top-container .widget_custom_html .custom-html-widget .rotate{
  width: 50%;
  background: #FFFFFF;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #707070;
  text-transform: uppercase;
  float: left;
  text-decoration: none;
  padding: 28px 24px;
  -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#vi-home-section-6-top-container .widget_custom_html .custom-html-widget .rotate:focus{
  outline: none;
  border: 0;
}

#vi-home-section-6-top-container .widget_custom_html .custom-html-widget .rotate.active{
    font-weight: 700;
    color: #1F1F1F;
    background: #7BC143;
    position: relative;

}
#vi-home-section-6-top-container .widget_custom_html .custom-html-widget .rotate.active:after{
  content: url(images/green-arrow.png);
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: 0 auto;
    
}



#vi-home-section-6-personal-top,
#vi-home-section-6-personal-trainer,
#vi-home-section-6-group-exercise-container{
  width: 100%;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#vi-home-section-6-personal-trainer,
#vi-home-section-6-group-exercise{
  margin-top: 30px;
  
}


#vi-home-section-6-group-exercise-container{
    display: none;
}


#vi-home-section-6-personal-trainer .widget_sp_image,
#vi-home-section-6-group-exercise .widget_sp_image{
    width: 31.623931623931625%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    box-sizing: border-box;
    margin-left: 2.564102564102564%;
}
#vi-home-section-6-personal-trainer .widget_sp_image:first-child,
#vi-home-section-6-group-exercise .widget_sp_image:first-child,
#vi-home-section-6-personal-trainer .widget_sp_image:nth-of-type(2),
#vi-home-section-6-group-exercise .widget_sp_image:nth-of-type(2){
     margin-left: 0;
}
#vi-home-section-6-personal-trainer .widget_sp_image .widget-title,
#vi-home-section-6-group-exercise .widget_sp_image .widget-title{
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    text-transform: uppercase;
}
#vi-home-section-6-personal-trainer .widget_sp_image .widget_sp_image-description,
#vi-home-section-6-group-exercise .widget_sp_image .widget_sp_image-description{
    color: #BCBCBC;
}


#vi-home-section-6-personal-trainer .widget_custom_html:first-child,
#vi-home-section-6-group-exercise .widget_custom_html:first-child{
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    width: 100%;
   max-width: 1200px;
    float: none;
    margin: 0 auto 50px;
}


#vi-home-section-6-personal-trainer .widget_custom_html,
#vi-home-section-6-group-exercise .widget_custom_html{
     text-align: center;
     /*margin-top: 30px;*/
     width: 100%;
     float: left;
     clear: both;
}
#vi-home-section-6-personal-trainer .widget_custom_html .button,
#vi-home-section-6-group-exercise .widget_custom_html .button{

  margin-top: 40px;

}

.hero-container {
  background-image: url(images/featured-subpage.jpg);
  background-size: cover; 
  margin-top: -57px;
  position: relative;
  z-index: 7;
  background-position: center;
}

.hero-container .hero-wrap {
    max-width: 1380px;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto;
    min-height: 378px; 
}
.hero-container .hero-wrap:after {
    content: " ";
    clear: both;
    display: table; 
}
.hero-container .hero-wrap .hero-vertical-wrap {
    display: table;
    height: 300px;
    width: 100%; 
}
.hero-container .hero-wrap .hero-vertical-wrap .entry-header {
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle; 
}



#vi-home-cta-container {
  margin-top: 50px;
}

#vi-home-cta-container:after{
  content: " ";
  clear: both;
  display: table;
}

#vi-home-cta-container #vi-home-cta {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

#vi-home-cta-container .widget {
  background: none;
  padding: 0;
  text-align: left;
}

/**NETA 2023 Homepage**/
#neta-2023-home-section-1-container{
  width: 100%;
  float: left;
  padding: 6rem 0 6.5rem;
  background: url(images/home-img.jpg);
  background-size: cover;
  background-position: center;
}

#neta-2023-home-section-1{
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}



#neta-2023-home-section-1 .widget_custom_html{
    text-align: center;
    color: #FFFFFF;
    max-width: 1140px;
    margin: 0 auto;
}


#neta-2023-home-section-1 .widget_custom_html .widget-title{
    color: #FFFFFF;
    font-size: 50px;
    line-height: 61px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

#neta-2023-home-section-1 .widget_custom_html h5{
    color: #FFFFFF;
     font-size: 30px;
     line-height: 37px;
     letter-spacing: 0.6px;
     max-width: 960px;
     margin-left: auto;
     margin-right: auto;
}

#neta-2023-home-section-1 .widget_custom_html .button{
  margin-top: 24px;
  margin-right: 0;
}


#neta-2023-home-section-2-container{
  width: 100%;
  float: left;
  padding: 0 0 3rem ;
  background: url(images/repeating-bg.jpg);
}

#neta-2023-home-section-2{
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  text-align: center;
  margin-top: -50px;
}


#neta-2023-home-section-2 .widget_custom_html{
  flex: 1;
  background: #FFFFFF;
  border-radius: 25px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 35px 20px 35px;
  margin-bottom:0;
}

#neta-2023-home-section-2 .widget_custom_html .text-wrap h5{
    color: #1F1F1F;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 32px;
}
#neta-2023-home-section-3-container{
  width: 100%;
  float: left;
  padding: 2rem 0 6rem;
  background: url(images/repeating-bg.jpg);
}

#neta-2023-home-section-3{
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}



#neta-2023-home-section-3 .widget_custom_html{
 float: left;
  width: 33.3333%;

}
#neta-2023-home-section-3 .widget_custom_html .text-wrap h5{
    color: #1F1F1F;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 32px;
}

#neta-2023-home-section-3 .widget_custom_html .text-wrap{
  padding: 0 5%;
}

#neta-2023-home-section-3 .widget_custom_html .vivid-button{
  margin-right: 0;
}

#neta-2023-home-section-4-container{
  width: 100%;
  float: left;
  padding: 0;
}

#neta-2023-home-section-4{
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: -75px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

#neta-2023-home-section-5-container{
  width: 100%;
  float: left;
  padding: 2rem 0 9rem;
}

#neta-2023-home-section-5{
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

#neta-2023-home-section-5 .widget_sp_image{
    float: right; 
    width: 50%;
    text-align: center;
}


#neta-2023-home-section-5 .widget_custom_html{
  float: left;
  width: 47.5%;
  padding-right: 2.5%;
  box-sizing: border-box;
  padding-top: 4%;
}
#neta-2023-home-section-5 .widget_custom_html h6{
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.8px;
  color: #7BC143;
  text-transform: uppercase;
  margin-top: 0;
}
#neta-2023-home-section-5 .widget_custom_html h2{
  font-size: 50px;
    line-height: 61px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #1F1F1F;
    margin-top: 15px;
    margin-bottom: 20px;
}
#neta-2023-home-section-5 .widget_custom_html .button{
  margin-top: 10px;
}


#neta-2023-home-section-6-container{
  width: 100%;
  float: left;
  padding: 0rem 0 3rem;
  background: url(images/img-trustedby-bg.jpg);
  background-size: cover;
}

#neta-2023-home-section-6{
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 45px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: -85px;
}

#neta-2023-home-section-6 .widget_custom_html{
  width: 100%;
  margin-bottom: 0;
}

#neta-2023-home-section-6 .widget_custom_html:first-child{
  margin-bottom: 65px;
}

#neta-2023-home-section-6 .testimonials-wrapper{
    padding: 55px 8.5%;
    background: rgba(73, 47, 146, 1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

#neta-2023-home-section-6 .testimonial .author{

   color: #FFFFFF;
   text-transform: uppercase;
   font-size:18px;
   line-height: 30px;
   font-weight: bold;
}

#neta-2023-home-section-6 .testimonial .testimonial-details:before{
    content: url(images/goldstars.png);
    position: relative;
    text-align: center;
    top:-20px;
    height: 64px;
}

#neta-2023-home-section-6 .testimonial .testimonial-text{
    color:#FFFFFF;
    font-style: italic;
    font-size: 23px;
    line-height:30px;
}
#neta-2023-home-section-6 .testimonial .testimonial-details{
    padding: 25px 0 10px;
    text-align: left;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

#neta-2023-home-section-6  .owl-dots {
    text-align: center;
    margin: 25px 0 0 0;
}

#neta-2023-home-section-6  .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background: transparent;
    border: solid 2px #FFFFFF;
    margin: 0 0 0 20px;
    border-radius: 50%;
}

#neta-2023-home-section-6 .owl-dots .owl-dot.active {
    background: #FFFFFF;
}

#neta-2023-home-section-6 .owl-dots .owl-dot:first-of-type {
    margin-left: 0;
}

#neta-2023-home-section-6 .owl-dots .owl-dot span{
  background: transparent;
}
#neta-2023-home-section-6 .widget_sp_image{
  flex: 1;
  background: #FFFFFF;
  border-radius: 25px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  min-height: 136px;
  min-height: 136px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 10px;
}

#neta-2023-home-section-6 h2{
  font-size: 50px;
  line-height: 61px;
  margin-bottom:0;
}



#neta-2023-home-section-7-container{
  width: 100%;
  float: left;
  padding: 6rem 0 4rem;
  background: url(images/repeating-bg.jpg);
}

#neta-2023-home-section-7{
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  text-align: center;
}

#neta-2023-home-section-7 .widget_custom_html:first-child{
  width: 100%;
  flex: none;
  margin-bottom: 8px;
}

#neta-2023-home-section-7 h2{
  font-size: 40px;
  line-height: 50px;
  margin-bottom:0;
}

#neta-2023-home-section-7 .widget_custom_html{
  flex: 1;
}


#neta-2023-home-section-7 .widget_custom_html .image-wrap{
  height: 80px;
}

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

  #neta-2023-home-section-5 .widget_custom_html,
  #neta-2023-home-section-5 .widget_sp_image{
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

}
@media only screen and (max-width: 796px){
  #neta-2023-home-section-7{
    flex-direction: column;
  }
}

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


  #neta-2023-home-section-1 .widget_custom_html .widget-title {
      font-size: 30px;
      line-height: 36px;
      letter-spacing: 0.75px;
  }
  #neta-2023-home-section-1 .widget_custom_html h5{
    display: none;
  }

  #neta-2023-home-section-2{
    flex-direction: column;
  }

  #neta-2023-home-section-3 .widget_custom_html{
    width: 100%;
  }

  #neta-2023-home-section-6{
    flex-direction: column;
  }
  

  #neta-2023-home-section-6 .widget_sp_image{
    width: 100%;
    margin-bottom: 0;
  }

  #neta-2023-home-section-7 .widget_custom_html{
    margin-bottom:0;
  }

  .home h2,
  #neta-2023-home-section-6 h2,
  #neta-2023-home-section-5 .widget_custom_html h2,
  #neta-2023-home-section-7 h2{
    font-size: 36px;
    line-height: 42px;
  }

  #neta-2023-home-section-5-container{
    padding-top: 0;
    padding-bottom: 6rem;
  }

  #neta-2023-home-section-6 .widget_custom_html:first-child{
    margin-bottom: 25px;
  }

}

/**End NETA 2023 Homepage**/

.home .button{
  padding: 16px 24px;
  margin-right: 0;
}

.home .button:hover{
    color: #1F1F1F;
    background-color: #7BC143;
}


.home p{
  font-size: 18px;
  line-height: 26px;
  color: #1F1F1F;
  letter-spacing: 0;
}





/*-- Coupon Area within (4b. Hero Area) --*/
#vi-home-cta-container .coupon {
  background: rgba(0, 0, 0, 0.5);
  padding: 2%;
  margin: 0 70px 30px 0;
  border: 1px dashed #ffffff;
  padding: 25px 30px 30px;
  position: relative;
  letter-spacing: 3px;
  line-height: 1.313em;
}

#vi-home-cta-container .coupon h2 {
  font-size: 3em;
  color: #ffffff;
  text-transform: uppercase;
}

#vi-home-cta-container .coupon p {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 0;
}

#vi-home-cta-container .coupon p a {
  border-bottom: 1px solid #ffffff;
}

#vi-home-cta-container .coupon p a:hover {
  border-bottom: 1px solid #7bc143;
  color: #7bc143;
}

#vi-home-cta-container .coupon .button__conversion {
  position: absolute;
  right: 29px;
  top: 37%;
  padding: 15px;
  letter-spacing: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#vi-home-cta-container .coupons__content {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 30px 30px 80px;
}

#vi-home-cta-container .coupons__content__sidebar {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 30px 30px 80px;
  border: 1px #ffffff dashed;
  text-align: center;
}

#vi-home-cta-container .caption p, #vi-home-cta-container .coupon p, #vi-home-cta-container .coupon span, #vi-home-cta-container .coupon a {
  color: #ffffff;
}

#vi-home-cta-container .coupons__content__promo {
  border: 1px #ffffff dashed;
  width: 40%;
  margin: 0 3% 3% 0;
  float: left;
  min-height: 300px;
  background-size: cover;
}

#vi-home-cta-container .coupons__content__promo form label, #vi-home-cta-container main .coupons__content__promo .gform_wrapper #vi-home-cta-container .top_label .gfield_label {
  color: #ffffff;
}

#vi-home-cta-container .coupons__content__promo hr {
  background-color: rgba(255, 255, 255, 0.4);
}

#vi-home-cta-container .coupons__content__promo .coupons__summary {
  font-size: 1em;
}

#vi-home-cta-container .coupons__title {
  font-size: 1.688em;
  text-transform: uppercase;
  color: #ffffff;
}

#vi-home-cta-container .coupons__summary {
  color: #ffffff;
  font-size: .875em;
  font-weight: 700;
}

#vi-home-cta-container .coupons__summary__sidebar {
  color: #ffffff;
  font-size: 1.2em;
  margin: 10px 0 50px;
  display: block;
}

#vi-home-cta-container .coupons__title__sidebar {
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #ffffff;
}

#vi-home-cta-container .coupons__content__sidebar a:hover span {
  color: #7bc143;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#vi-home-cta-container .lity-hide {
    display: none;
}

#vi-home-cta-container .caption p {
  margin-bottom: 20px;
}

#vi-home-cta-container .caption p,
#vi-home-cta-container .coupon span {
  font-size: 1.7em;
}

#vi-home-cta-container .caption h1 {
  font-size: 3.7em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
}

/*-- Secondary Nav within (4b. Hero Area)--*/
#vi-home-cta-container .header__secondary__nav {
  padding: 3px 0 0 30px;
  border-left: 5px solid #492f92;
  position: relative;
}

#vi-home-cta-container .header__secondary__nav a {
  list-style-type: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  padding: 15px 0;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.7;
  display: block;
}

#vi-home-cta-container .header__secondary__nav a:first-child {
  padding: 0 0 12px;
}

#vi-home-cta-container .header__secondary__nav a:after {
  content: ">";
  float: right;
}

#vi-home-cta-container .header__secondary__nav:before {
  content: "";
  position: absolute;
  top: 42%;
  left: -15px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #492f92 transparent transparent;
}

#vi-home-cta-container .header__secondary__nav a:hover {
  opacity: 10;
}

/*-- 4c. Main Area --*/
#vi-home-cta-container .main {
  background-color: #ffffff;
  position: relative;
  z-index: 8;
}

#vi-home-cta-container .list__schedule li {
  float: left;
  padding-right: 6px;
}

#vi-home-cta-container .staff__half {
  width: 48%;
  float: left;
}

#vi-home-cta-container .half__right {
  margin-left: 1%;
}

#vi-home-cta-container h5.staff {
  background-repeat: no-repeat;
  padding: 15px 0 15px 85px !important;
  background-size: 68px;
  margin-bottom: 5px;
}

#vi-home-cta-container h5.staff::after {
  margin-right: 30px;
}

#vi-home-cta-container .coupon .button__conversion {
  position: absolute;
  right: 29px;
  top: 37%;
  padding: 15px;
  letter-spacing: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #7bc143;
  border-radius: 5px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  margin: 25px 0;  
}

#vi-home-cta-container .coupon .button__conversion:hover {
  color: #ffffff;
  background-color: #639d34;
}

#vi-home-cta-container .coupon .button__conversion:hover a {
  text-decoration: none;
}


.caption p, .coupon span {
  font-size: 1.7em; }

.caption h1 {
  font-size: 3.7em;
  color: #ffffff;}

.hero__slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -999;
}

.hero__slider ul {
  margin: 0;
}


.flexslider .slides img {
    width: 100%;
    display: block;
    height: 100vh;
}

.button,
.button:visited,
.button__conversion,
.button__conversion:visited {
    background-color: #492f92;
    color: #ffffff;
    padding: 10px 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-radius: 0px;
    text-transform: uppercase;
    margin-bottom: 25px;
    clear: both;
    display: inline-block;
    text-align: center;
}

.button__conversion:hover {
    color: #ffffff;
    background-color: #639d34;
}

.button__fullwidth.button__nomarg {
  margin: 0 0 7px 0;
  display: block;
}

.tinynav {
    display: none;
}

.post-date {
    clear: both;
    display: block;
}

/*-- Homepage Footer Callout Area --*/

.highlight-section:after {
  content: "";
  clear: both;
  display: table;
}

.highlight__service {
   width: 25%;
   float: left;
}

.highlight__service {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 270px;
  position: relative;
  border-right: 1px dotted #ffffff;
  background-color: #000000;
  text-align: center;
}

.highlight__service h3 {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  opacity: 10;
  color: #ffffff;
}

.highlight__service:hover p {
  opacity: 10;
}

.highlight__service:hover p a {
  color: #7bc143;
}

.highlight__service:hover p a:hover {
  text-decoration: underline;
}

.highlight__service p {
  opacity: 0;
  color: #ffffff;
  position: absolute;
  top: 20%;
  left: 0;
  margin: 0 20px;
}

.highlight__service:hover h3 {
  opacity: 0;
}

.highlight__service h3, .highlight__service p {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.highlight__service:last-child {
  border: none;
}


#vi-footer-nav-container {
  background: #F8F8F8;
  width: 100%;
  float: left;
  padding:60px 0;
}


#vi-footer-nav-container .widget_sp_image {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 3%;
  box-sizing: border-box;
  margin: 0;
}

#vi-footer-nav-container #vi-footer-nav {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

#vi-footer-nav-container #vi-footer-nav .widget {
  background: none;
}

#vi-footer-nav-container .widget_sp_image a.title-link{
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 0;
  color: #492F92;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 15px;
  display: block;
}

#vi-footer-nav-container .widget_sp_image a.title-link:hover{
  text-decoration: underline;
}



#vi-footer-nav-container #vi-footer-nav ul {
  margin: 0;
  padding: 12px 0;
}

#vi-footer-nav-container #vi-footer-nav ul li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 15px;
}

#vi-footer-nav-container #vi-footer-nav ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.89em;
  opacity: 0.6;
  margin-right: 57px;
  line-height: 15px;
}

#vi-footer-nav-container #vi-footer-nav ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}

#vi-footer-nav-container #vi-footer-nav ul li a:active,
#vi-footer-nav-container #vi-footer-nav ul li:last-child a {
    color: #7bc143;
    opacity: 10;
}

.sidebar-primary.widget-area {
    padding: 30px 30px 10px;
    border: 1px solid #7BC143;
    border-radius: 0;
}

.home .sidebar-primary.widget-area {
    background-color: transparent;
    border: none;
    padding: 0;
}


.sidebar-primary.widget-area .button__fullwidth.button__nomarg {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 12px;
}
.sidebar-primary.widget-area .button__fullwidth.button__nomarg:hover{
  color: #1F1F1F;
    background-color: #7BC143;
}
    

.sidebar-primary.widget-area .widget {
  background: transparent;
  margin-bottom: 20px;
}

.sidebar-primary.widget-area .widget .widget_fit_fest .accordion-wrap .accordion .accordion-title {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 23px;
}


.sidebar-primary.widget-area .widget ul {
  margin: 0px;
}

.sidebar-primary.widget-area .widget ul li {
  margin: 0 0 0 0;
  margin: 0 0 0 30px;
  /*list-style-type: none;*/
}



.sidebar-primary.widget-area .widget_product_categories ul {
  margin: 0 0 0 20px;
}

.sidebar-primary.widget-area .widget_product_categories ul li {
  margin: 0 0 0 0;
  list-style-type: none;
  list-style-image: url('images/green-bullet.png');
}


.sidebar-primary.widget-area .gform_widget .widget-title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 5px;
  letter-spacing: 0.65px;
}

.sidebar-primary.widget-area .gform_widget .gform_validation_container {
  display: none;
}

.sidebar-primary.widget-area .gform_widget .gform_wrapper .top_label .gfield_label {
    margin: 0;
    text-transform: none;
    color: #492f92;
    font-weight: 700;
    line-height: 26px;
    font-size: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}

.sidebar-primary.widget-area .gform_widget .gform_wrapper .gform_footer{
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-primary.widget-area .gform_widget  div.gform_wrapper .gform_footer input[type=submit]{
  margin-bottom: 0;
}

.sidebar-primary.widget-area .gform_widget .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  padding: 12px;
}
.sidebar-primary.widget-area .gform_widget .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}

.sidebar-primary.widget-area .gform_widget .gform_wrapper ul.gform_fields li.gfield{
  margin-bottom: 18px;
}

.sidebar-primary.widget-area .gform_widget .gform_wrapper button {
  margin: 0;
  background-color: #7bc143;
}

.sidebar-primary.widget-area .gform_widget input,
.sidebar-primary.widget-area .gform_widget input select,
.sidebar-primary.widget-area .gform_widget input textarea {
  padding: 6px;
}


.sidebar-primary.widget-area .widget-title {
    font-size: 23px;
    line-height: 25px;
    margin: 0 0 5px 0;
}

.sidebar-primary.widget-area h1,
.sidebar-primary.widget-area h2,
.sidebar-primary.widget-area h3,
.sidebar-primary.widget-area h4,
.sidebar-primary.widget-area h5 {
    font-size: 26px;
    line-height: 32px;
    color: #1F1F1F;
    margin: 0 0 5px 0;
    font-weight: 700; 
}

.sidebar-primary.widget-area .widget_fit_fest h5 {
    color: #492f92;
    background-color: #F8F7FC;
    border-radius: 3px 3px 0 0;
    border-top: 1px dotted #492f92;
    border-bottom: none;
    border-right: none;
    border-left: none;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sidebar-primary.widget-area .widget_fit_fest .accordion__content {
  background: transparent;
}

.sidebar-primary.widget-area .widget_fit_fest .accordion__content p {
  font-size: 14px;
  margin: 15px 0;
  font-weight: 400;
  color: #5f5f5f;
}

.staff__half {
    width: 48%;
    float: left;
}

h5.staff {
  background-repeat: no-repeat;
  padding: 23px 0 23px 85px !important;
  background-size: 68px;
  margin-bottom: 5px;
}

h5.staff::after {
  margin-right: 30px;
}


/*-- 8b. Accordion --*/
h5.accordion {
  color: #492f92;
  background-color: #F8F7FC;
  border-radius: 3px 3px 0 0;
  border-top: 1px dotted #492f92;
  border-bottom: none;
  border-right: none;
  border-left: none;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 1.25em;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.staff__half h5.accordion {
  height: 70px; }

h5.accordion:hover {
  background-color: #ebe8f6;
  border-top: 1px solid #492f92; }

h5.accordion:after {
  float: right;
  border-style: solid;
  border-width: 0.12em 0.12em 0 0;
  content: '';
  height: 0.71em;
  width: 0.71em;
  position: relative;
  transform: rotate(135deg);
  vertical-align: top;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

h5.accordion.active:after {
  transform: rotate(-45deg);
  margin-top: 5px; }

.accordion__content {
  padding: 0 18px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out;
  -ms-transition: max-height 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out; }

.accordion__content p {
  margin-top: 15px; }

.accordion__content li {
  font-size: 0.9em;
  line-height: 1.35em;
  font-weight: 600; }

.accordion__content .list__title {
  margin-bottom: 8px;
  font-weight: 600; }

.accordion__content .fee {
  font-weight: 600; }

.search-results .site-inner .entry,
.page-template-page_blog .site-inner .entry,
.archive .site-inner .entry{
  padding-bottom: 32px;
  border-bottom: 1px solid #BCBCBC;
}

.search-results .site-inner .entry-header .entry-title,
.page-template-page_blog .site-inner .entry-header .entry-title,
.archive .site-inner .entry-header .entry-title {
  font-size: 45px;
  line-height: 55px;
  text-align: left;
}

.search-results .site-inner .entry-header .entry-title a,
.page-template-page_blog .site-inner .entry-header .entry-title a,
.archive .site-inner .entry-header .entry-title a{
  text-decoration: none;
}

.search-results .site-inner .entry-header .entry-title a:hover,
.page-template-page_blog .site-inner .entry-header .entry-title a:hover,
.archive .site-inner .entry-header .entry-title a:hover{
  text-decoration: underline;
}
.search-results p.entry-meta,
.page-template-page_blog p.entry-meta {
  color: #5f5f5f;
  font-size: 20px;
  margin-bottom: 5px;
}

.search-results article .more-link,
.page-template-page_blog article .more-link {

    display: block;
    width: 100%;
    clear: both; 
    margin: 20px 0 0 0;
    max-width: 240px;
    float: left;
}
.search-results article .more-link:hover,
.page-template-page_blog article .more-link:hover {

}

.search-results img.alignleft {
  float: none;
}

body .vi-message-bar p{
  font-size: 18px; 
  line-height: 30px;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #1F1F1F;
  padding-right: 45px;
}

body .vi-message-bar{
  font-size: 18px; 
  line-height: 30px;
  font-family: 'Montserrat';
  color: #1F1F1F;
  padding: 5px 0;
  height: auto;
  max-height: 40px;
}

body .vi-message-bar span.close{
  top: 5px;
}

body .vi-message-bar.admin-bar{
  position: fixed;
}

body.message-bar.admin-bar{
  padding-top: 0 !important;
}

body #vi-message-bar a,
body #vi-message-bar a.button{
  background: transparent;
  font-weight: 700;
  padding: 0;
  text-transform: none;
  clear: none;
  margin-bottom: 0;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 18px; 
  line-height: 30px;
  font-family: 'Montserrat';
  color: #fff;
  position: relative;
  z-index: 9999999999;
  text-decoration: underline;
}


body .vi-message-bar a:hover,
body .vi-message-bar a.button:hover{
  opacity: 0.8;
  background: transparent;
}

body .vi-message-bar.one{

}
body .vi-message-bar.two p{
   color: #FFFFFF;
}
body .vi-message-bar.three p{
   color: #FFFFFF;
}
body .vi-message-bar.two a,
body .vi-message-bar.two a.button
body .vi-message-bar.three a,
body .vi-message-bar.three a.button,
body .vi-message-bar.two a:hover,
body .vi-message-bar.two a.button:hover,
body .vi-message-bar.three a:hover,
body .vi-message-bar.three a.button:hover{
  color: #FFFFFF;
}
body .vi-message-bar.four{

}
body .vi-message-bar.five p,
body .vi-message-bar.five a.button  {
  color: #fff;
}

/* WooCommerce -------------------------------------------------------*/

body.woocommerce ul.products li.product .button,
body.woocommerce-cart .button{
  background-color: #7bc143;
  color: #1F1F1F;
  border-radius: 0;
}

body.woocommerce ul.products li.product{
  padding-bottom: 45px;
}

body.woocommerce ul.products li.product .button{
  position: absolute;
  bottom: 0;
}

body.woocommerce .related.products ul.products li.products .button {
  position: relative;
}

body.woocommerce ul.products li.product .button{
    width: 100%;
  text-align: center;
}
body.woocommerce ul.products li.product.product_cat-renewals .button {
    position: static;
}
body.woocommerce .cart .button{
  margin-top: 15px;
}
body.woocommerce ul.products li.product .button:hover,
body.woocommerce .cart .button:hover{
  background-color: #1F1F1F;
  color: #FFFFFF;
}

body.woocommerce ul.products li.product .woocommerce-loop-category__title, 
body.woocommerce ul.products li.product .woocommerce-loop-product__title, 
body.woocommerce ul.products li.product h3{
   color: #492f92;
   text-align: center;
   width: 100%;
   font-size: 18px;
   line-height: 26px;
}

body.woocommerce ul.products li.product .woocommerce-loop-category__title:hover, 
body.woocommerce ul.products li.product .woocommerce-loop-product__title:hover, 
body.woocommerce ul.products li.product h3:hover{
   color: #2c1c58;
}
body.woocommerce ul.products li.product .price{
 color: #5f5f5f;
 font-weight: bold;
 text-align: center;
 font-size: 1em;
 display: block;
 clear: both;
}

body.woocommerce div.product p.price, 
body.woocommerce div.product span.price{
   color: #5f5f5f;
   font-size: 2em;

}

body.woocommerce .product_meta > span{
    display: block;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.related.products h2{
  margin-bottom: 25px;
  float: left;
  margin-top: 45px;
}

body.woocommerce{
  font-family: 'Montserrat', sans-serif;
}


body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt {
  background-color: #492f92;
  border-radius: 0;
}

body .woocommerce #respond input#submit.alt:hover, 
body .woocommerce a.button.alt:hover, 
body .woocommerce button.button.alt:hover, 
body .woocommerce input.button.alt:hover{
  background-color: #7BC143;
  color: #1F1F1F;
}

body.woocommerce #respond input#submit.alt, 
body.woocommerce a.button.alt, 
body.woocommerce button.button.alt, 
body.woocommerce input.button.alt {
  background-color: #492f92;
  border-radius: 0;
}

body.woocommerce #respond input#submit.alt:hover, 
body.woocommerce a.button.alt:hover, 
body.woocommerce button.button.alt:hover, 
body.woocommerce input.button.alt:hover{
  background-color: #7BC143;
  color: #1F1F1F;
}

.woocommerce-cart .woocommerce .quantity .qty{
  padding: 8px;
}
.single-product.woocommerce .quantity .qty {
    width: 75px;
}
body .woocommerce-info {
    border-top-color: #492f92;
}

body .woocommerce-info::before{
  color: #492f92;
}
body .woocommerce-message{
    border-top-color: #7bc143;
}
body .woocommerce-message:before{
    color: #7bc143;
}

body.woocommerce div.product .product_title {
  display: none;
}

body.woocommerce .coupon {
  background: none;
  padding: 0;
}

body.woocommerce .coupon #coupon_code {
  width: 100px;
}

body ul.product-categories{
  margin-left: 25px;
}

body .product.woocommerce.add_to_cart_inline{
   max-width: 340px;
   border: 0px solid #ccc !important;
   text-align: center;
   background: #F8F8F8;
   padding: 30px !important;
   box-sizing: border-box;
}

body .vivid-callout > .product.woocommerce.add_to_cart_inline {
  background-color: none;
}


body .product.woocommerce.add_to_cart_inline .woocommerce-Price-amount{
  font-weight: bold;
  margin-right: 30px;
  color: #492F92;
  font-size: 20px;
    line-height: 26px;
}

body .product.woocommerce.add_to_cart_inline  a.button{
    background-color: #7BC143;
  color: #1F1F1F;
  border-radius: 0;
  font-size: 16px;
  line-height: 19px;
}

body .product.woocommerce.add_to_cart_inline  a.button:hover{
  background-color: #1F1F1F;
  color: #FFFFFF;
}

body .woocommerce-products-header__title {
  display: none;
}

body.woocommerce .woocommerce-ordering select {
    padding: 2px;
    font-size: 15px;
    font-weight: normal;
}


#add_payment_method table.cart td.actions .coupon .input-text, 
body.woocommerce-cart table.cart td.actions .coupon .input-text, 
body.woocommerce-checkout table.cart td.actions .coupon .input-text{
  width: 108px;
  padding: 10px 6px 9px;
}


body .woocommerce ul.products li.product .woocommerce-loop-category__title, 
body .woocommerce ul.products li.product .woocommerce-loop-product__title, 
body .woocommerce ul.products li.product h3{
    color: #492f92;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
}

body.woocommerce .products .star-rating {
    display: block;
    margin: 0 auto 15px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}


 body .tribe-block__tickets__item__attendee__fields{
     padding: 25px;
     background: #F8F8F8;
 }

 body .tribe-block__tickets__item__attendee__fields input[type=color], 
 body .tribe-block__tickets__item__attendee__fields input[type=date], 
 body .tribe-block__tickets__item__attendee__fields input[type=datetime-local], 
 body .tribe-block__tickets__item__attendee__fields input[type=datetime], 
 body .tribe-block__tickets__item__attendee__fields input[type=email], 
 body .tribe-block__tickets__item__attendee__fields input[type=month], 
 body .tribe-block__tickets__item__attendee__fields input[type=number], 
 body .tribe-block__tickets__item__attendee__fields input[type=password], 
 body .tribe-block__tickets__item__attendee__fields input[type=range], 
 body .tribe-block__tickets__item__attendee__fields input[type=search], 
 body .tribe-block__tickets__item__attendee__fields input[type=tel], 
 body .tribe-block__tickets__item__attendee__fields input[type=text], 
 body .tribe-block__tickets__item__attendee__fields input[type=time], 
 body .tribe-block__tickets__item__attendee__fields input[type=url], 
 body .tribe-block__tickets__item__attendee__fields input[type=week], 
 body .tribe-block__tickets__item__attendee__fields select, 
 body .tribe-block__tickets__item__attendee__fields textarea{
  background: #FFFFFF;
}

.woocommerce-cart table.cart img {
  width: 185px;
}

.woocommerce .custom_cart_buttons{
    text-align: right;
    float: left;
    width: 100%;
    margin: 15px;
}

.widget_product_search .search-field{
    margin: 10px 0 15px;
    padding: 12px;
    font-size: 14px;
}

.widget_product_search button{
  margin-bottom: 5px;

}

.widget_product_search button:focus{
     color: #FFFFFF;
}
.widget_product_search,
.widget_product_categories{
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 23px;
}

.woocommerce-widget-layered-nav{
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 30px;
}

.sidebar-primary.widget-area #subscribe-email{
  margin-bottom: 15px;
}
.sidebar-primary.widget-area .select2-container--default .select2-selection--single{
  border-radius: 0;
  padding: 12px;
  background-color: #F8F8F8;
  border: 1px solid #BCBCBC;
}

.sidebar-primary.widget-area .select2-container .select2-selection--single{
  height: 50px;
}

.sidebar-primary.widget-area .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 10px;
}

.coupons__content__sidebar {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 30px 30px 80px;
  border: 1px #ffffff dashed;
  text-align: center; }

.caption p, .coupon p, .coupon span, .coupon a {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif; }

.coupons__content__promo {
  border: 1px #ffffff dashed;
  width: 40%;
  margin: 0 3% 3% 0;
  float: left;
  min-height: 300px;
  background-size: cover; }

.coupons__content__promo form label, main .coupons__content__promo .gform_wrapper .top_label .gfield_label {
  color: #ffffff; }

.coupons__content__promo hr {
  background-color: rgba(255, 255, 255, 0.4); }

.coupons__content__promo .coupons__summary {
  font-size: 1em; }

.coupons__title {
  font-size: 1.688em;
  text-transform: uppercase;
  color: #ffffff; }

.coupons__summary {
  color: #ffffff;
  font-size: .875em;
  font-weight: 700; }

.coupons__summary__sidebar {
  color: #ffffff;
  font-size: 1.2em;
  margin: 10px 0 50px;
  display: block; }

.coupons__title__sidebar {
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #ffffff; }

.coupons__content__sidebar a:hover span {
  color: #7bc143;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.bg__color {
    padding: 30px 30px 80px;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    min-height: 300px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.coupons__content__promo {
  border: 1px #ffffff dashed;
  width: 40%;
  margin: 0 3% 3% 0;
  float: left;
  min-height: 300px;
  position: relative;
  background-size: cover; }

.coupons__content__promo form label, main .coupons__content__promo .gform_wrapper .top_label .gfield_label {
  color: #ffffff; }

.coupons__content__promo hr {
  background-color: rgba(255, 255, 255, 0.4); }

.coupons__content__promo .coupons__summary {
  font-size: 1em; }


.button__conversion,
.button__conversion:visited {
  background-color: #7bc143;
  border-radius: 0px;
  text-transform: uppercase;
  color: #1F1F1F;
  display: block;
  text-decoration: none;
  border-radius: 0;
  text-align: center;
}
.button__conversion:hover {
    color: #ffffff;
    background-color: #1F1F1F;
    text-decoration: none;
}

body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper #order_comments_field {
  width: 100%;
}

.woocommerce-checkout .woocommerce form .form-row textarea{
  height: auto;
}


.woocommerce-checkout .woocommerce form .form-row label, .woocommerce-checkout.woocommerce-page form .form-row label{
    line-height: 26px;
}
/*-- 8b. Modal (lity) Overlay --*/
.lity {
  z-index: 999990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-styles {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 20px; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container,
.lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }


/* TRIBE EVENTS */
  #tribe-events-pg-template, .tribe-events-pg-template {
    max-width: inherit;
    max-width: 1240px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .events-list .tribe-events-loop {
    max-width: inherit;
  }
 /* .tribe-events-filters-horizontal .tribe-events-filters-content {
    background: transparent;
    border: none;
  }

  #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label {
      font-style: italic;
      text-transform: none;
      color: #dfdfdf;
      font-size: 15px;
      margin-top: 4px;
  }*/

  /*#tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle {
    display: none;
  }*/


.single-tribe_events .jp-relatedposts{
  display: none;
}

.tribe-events-tickets .woocommerce.add-to-cart{
    padding-left: 0;
}

.single-tribe_events .tribe-events-tickets .tribe-button{
  background: #7bc143;
  font-size: 16px;
}

.single-tribe_events .tribe-events-tickets .tribe-button:hover{
  background: #639d34;
}

  #tribe-events-content-wrapper{
    position: relative;
  }
 
  #tribe-events{
      font-family: 'Montserrat', sans-serif;
      font-size: 1em;
      line-height: 1.5em;
      color: #5f5f5f;
  }

  #tribe-events h1{
     color: #5f5f5f;
     text-transform: none;
     font-size: 3em;
     font-weight: 500;
  }

  .events-archive .tribe-events-pg-template  #tribe-events h1{
    display: none;
  }

  #tribe-events .tribe-events-cal-links{
    width: auto;
    float: left;
    margin-bottom: 15px;
    padding: 0;
    box-sizing: border-box;
    margin-top: 40px;
    clear: left;
  }

  #tribe-events .tribe-events-cal-links a{
      float: left;
      clear: none;
      margin-right: 15px;
  }

  #tribe-events h5.workshop-message,
  #tribe-events h4.workshop-message-discount,
  #tribe-events .workshop-message-button {
    text-align: center;
    max-width: 958px;
    margin: 0 auto 20px;
  }

  #tribe-events .workshop-message-button {
    display: block;
    max-width: 280px;
    margin-bottom: 40px;
  }


    #tribe-events .cat-workshop-button{
    text-align: right;
    margin-top: -20px;
  }

  .tribe-events-single-section.tribe-events-event-meta{
      background-color: #F8F8F8;
      padding: 10px;
      font-family: 'Montserrat', sans-serif;
      font-size: 1em;
      line-height: 1.5em;
      color: #5f5f5f;
      margin: 20px 0 40px;
      width: 100%;
      float: left;
  }

  .tribe-events-tickets{
      display: inline-block;
      background-color: #F8F8F8;
      padding: 30px;
      margin-bottom: 0;
  }

  .tribe-events-meta-group-details dt{
    font-weight: bold;
  }

  .tribe-events-event-meta .tribe-events-meta-group{
      padding: 0 2%;
  }

  .tribe-events-cost{
       margin-left: 25px;
       font-family: 'Montserrat', sans-serif;
      font-size: 1em;
      line-height: 1.5em;
  }

  #tribe-events .tribe-events-button, 
  .tribe-events-button.tribe-active, 
  .tribe-events-button.tribe-inactive, 
  .tribe-events-button{
    background-color: #492f92;
  }


  #tribe-events .tribe-events-button:hover, 
  .tribe-events-button.tribe-active:hover, 
  .tribe-events-button.tribe-inactive, 
  .tribe-events-button:hover{
   background-color: #2c1c58;
  }

  .tribe-events-notices {
      background-color: #f8f7fc;
      border: 1px solid #d8d0f0;
  }

  .tribe-events-grid .tribe-grid-header .tribe-week-today{
     background: #7bc143;
  }

  #tribe-events .tribe-events-button, 
  #tribe-events .tribe-events-button:hover, 
  #tribe_events_filters_wrapper input[type=submit], 
  .tribe-events-button, .tribe-events-button.tribe-active:hover, 
  .tribe-events-button.tribe-inactive, .tribe-events-button:hover, 
  .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], 
  .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{
    background: #7bc143;
  }


  /*.tribe-filters-closed #tribe_events_filters_form, 
  .tribe-filters-closed #tribe_events_filters_reset, 
  .tribe-filters-closed #tribe_events_filters_wrapper .tribe-events-filters-label {
      display: none;
  }*/

  .tribe-events-list .type-tribe_events{
      border-bottom: 0;
      box-sizing: border-box;
      margin-bottom: 20px;
      padding: 0;
      width: 32%;
      float: left;
      background: #f5f5f5;
      padding: 25px 25px 45px 25px;
  }

  .tribe-events-list .type-tribe_events:first-of-type,
  .tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{
      margin-top: 0;
      padding-top: 25px;
  }

  .tribe-events-list .type-tribe_events:nth-of-type(3n+1) {
      margin-right: 2%;
      clear: both;
  }

  .tribe-events-list .type-tribe_events:nth-of-type(3n) {
      margin-left: 2%;
  }

  .tribe-events-list-separator-month{
    clear: both;
  }

  #tribe-events-content a {
      color: #492f92;
  }

  .tribe-events-list .type-tribe_events h2{
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-right: 75px;
  }

  .tribe-events-list .tribe-event-schedule-details{
      color: #707070;
      font-size: 18px;
      line-height: 26px;
  }

  .tribe-events-venue-details{
        border-bottom: 1px solid #c1c1c1;
        font-size: 15px;
      line-height: 20px;
      padding-bottom: 20px;
  }

  .tribe-events-list .category-icon{
     position: absolute;
     top: 0;
     right: 15px;
  }
  .single-tribe_events .tribe-events-schedule .time{
      text-transform: lowercase;
  }

  .tribe-events-venue .tribe-events-list .category-icon{
      display: none;
  }

  .tribe-events-venue .tribe-events-list .tribe-event-schedule-details .time{
      display: block;
  }

  .tribe-events-venue .tribe-events-list .tribe-events-read-more{
    text-align: left;
    width: 100%
  }

  #tribe-events .tribe-events-content p{
      font-size: 16px;
     line-height: 20px;
  }

  .tribe-events-list  .tribe-events-event-cost form{
      display: none;
  }

  .tribe-events-list  .tribe-events-event-cost{
      float: left;
      width: 100%;
      display: block; 
  }

  .tribe-events-list  .tribe-events-event-cost span{
    float: left;
  }

  .tribe-bar-search-filter,
  .tribe-bar-date-filter{
    width: 50% !important;
  }


  #tribe-bar-form input::-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    opacity: 1;
    font-size: 14px;
  }

  #tribe-bar-form input::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
  }

  .tribe-bar-filters-inner .tribe-bar-submit{
    width: 25%;
  }

  .tribe-bar-geoloc-filter, 
  .tribe-events-uses-geolocation .tribe-bar-date-filter, 
  .tribe-events-uses-geolocation .tribe-bar-search-filter, 
  .tribe-events-uses-geolocation .tribe-bar-submit{
       width: 25%;
  }

  .tribe-bar-submit{
    margin-left: 0;
    text-align: center;
  }

  #tribe-bar-form .tribe-bar-submit input[type=submit]{
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      width: auto;
      padding: 10px 20px;
  }

  .tribe-events-meta-group .tribe-events-single-section-title{
      color: #cc4a1a;
      font-size: 20px;
      line-height: 25px;
  }

  .tribe-events-meta-group-details dt,
  .tribe-events-event-meta .tribe-events-meta-group dt{
       color: #333333;
       font-weight: bold;
  }

  .tribe-events-tickets .tribe-button, .tribe-events-tickets a.tribe-button, .tribe-events-tickets button.tribe-button, .tribe-events-tickets input.tribe-button{
        -webkit-appearance: button;
      background: #666;
      background-image: none;
      border: none;
      border-radius: 0;
      color: #fff;
      font-size: 13px;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      padding: 15px;
      margin-left: -10px;
      cursor: pointer;
  }

  .tribe-events-back{
       margin-bottom: 25px;
  }

  .tribe-events-single .tribe-events-cost{
     font-size: 20px;
     line-height: 25px;
     color: #333333;
     border-left: 2px solid #c1c1c1;
     padding-left: 12px;
     margin-left: 12px;
     font-weight: bold;
  }

  .tribe-events-single .tribe-events-event-image{
       float: right;
       width: 50%;
       padding-left: 2%;
       box-sizing: border-box;
       text-align: right;
  }

  .tribe-events-event-image + .tribe-events-single-event-description{
      float: left;
      width: 50%;
  }


  #tribe-events .tribe-events-single .tribe-events-content p{
    line-height: 25px;
  }

  .event-top{
    padding-bottom: 15px;
    margin-bottom: 60px;
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
    float: left;
  }

  #tribe-events .tribe-events-single .category-icon{
      float: left;
      margin-right: 25px;
      margin-top: 12px;

  }

  #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
  .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal{
     /*background: #45338e;*/
     /*display: none;*/
    border-bottom: solid 2px #45338e;
    border-left: solid 2px #45338e;
    border-right: solid 2px #45338e;
  }

  .tribe-events-filters-horizontal h3 .horizontal-drop-indicator:before{
      border-color: #92c04e transparent transparent;
  }

  #tribe_events_filters_wrapper .tribe-events-filters-group-heading{
      color: #45338e;
      font-size: 15px;
  }

  #tribe_events_filter_control #tribe_events_filters_toggle {
    background: #45338e;
    color: #fff;
    padding: 10px 0;
  }

  #tribe-events-bar{
    margin-bottom: 24px;
    margin-bottom: 5px;
  }

  #tribe-bar-form{
    padding: 15px;
    padding: 15px 5px 0 5px;
    box-sizing: border-box;
    border-top: solid 2px #45338e;
    border-left: solid 2px #45338e;
    border-right: solid 2px #45338e;      
  }

  /*.tribe-events-single .title-details{
    padding-left: 100px;
  }*/

  .tribe-events-list .tribe-events-ical{
      display: none !important;
  }

  .tribe-events-list .tribe-events-list-separator-month + .type-tribe_events:nth-of-type(3n){
     margin-left: 0;
  }

  #tribe-events-content-wrapper .tribe-events-list .type-tribe_events {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }

  #tribe-events-content-wrapper .tribe-events-list .category-icon,
  #tribe-events-content-wrapper .tribe-events-list .detail-container,
  #tribe-events-content-wrapper .tribe-events-list .type-tribe_events h2,
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta,
  #tribe-events-content-wrapper .tribe-events-list .title-container {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
  }

  #tribe-events-content-wrapper .tribe-events-list .type-tribe_events h2 a{
       font-size: 24px;
       line-height: 26px;
       color: #1F1F1F;
  }

  #tribe-events-content-wrapper .tribe-events-list .detail-container {
    width: calc(100% - 75px);
    display: inline-block;
    vertical-align: middle;
    height: auto;
    padding: 5px 5px;
    margin: 0;
  }
  
  #tribe-events-content-wrapper .tribe-events-list .detail-container .date,
  #tribe-events-content-wrapper .tribe-events-list .detail-container .time {
    display: block;
    text-align: center;
  }

  .tribe-events-single .tribe-events-schedule .date{
    margin-right: 8px;
  }


  #tribe-events-content-wrapper .tribe-events-list .category-icon {
    position: relative;
    top: inherit;
    right: inherit;
    width: 75px;
    display: inline-block;
    vertical-align: top;
  }

  #tribe-events-content-wrapper .tribe-events-list .category-icon img {
    display: block;
  }


  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
    width: 21%;
  }

  #tribe-events-content-wrapper .tribe-events-list .title-container {
    width: 60%;
    padding-left: 15px;
  }

  #tribe-events-content-wrapper .tribe-events-venue-details {
    margin: 0;
    padding: 0;
    border-bottom: none;
    border-top: 0;
    font-style: normal;
    color: #707070;
  }

  #tribe-events-content-wrapper .tribe-events-venue-details a{
    text-decoration: underline;
  }

  #tribe-events-content-wrapper .tribe-events-venue-details a:hover{
    color: #1F1F1F;
  }
  .tribe-events-list .tribe-events-read-more {
    width: 16%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
  }

  #tribe-events .button.live-webinar{
      margin-bottom: 25px;
      display: block;
      max-width: 228px;
  }

  .tribe-events-filters-horizontal .tribe_events_filter_control button:hover{
    color: #45338e;
  }

  #tribe-events .tribe-events-single-event-description .grid__15column{
    width: 100%;
  }

  #tribe_events_filters_wrapper .tribe-filter-status{
      color: #45338e;
  }

  body.single-tribe_events #tribe-events-content div.cart, 
  .single-tribe_events #tribe-events-content form.cart{
    width: 100%;
    float: left;
    margin-bottom: 0;
  }


  body.tribe-events-style-full.tribe-events-style-theme h2.tribe-events-tickets-title{
     font-size: 1.4em;
    font-weight: 700;
  }

  .tribe-events-tickets td{
      width: 100%;
  }

  .tribe-events-tickets td.woocommerce{
    width: 20%;
  }

  .button_spacing{
    display: inline-block;
    margin-top: 15px;
  }

.page-tribe-attendee-registration .entry-title a{
    color: #FFFFFF;
    font-weight: 300;
}

.page-tribe-attendee-registration .entry-title a:hover{
    color: #FFFFFF;
    cursor: text;
}

.page-tribe-attendee-registration .tribe-block__tickets__registration__tickets__item__icon{
    display: none;
}

.page-tribe-attendee-registration .tribe-block__tickets__registration__back__to__cart:before{
    display: inline-block;
    text-decoration: none;
}

.page-tribe-attendee-registration .breadcrumb{
  display: none;
}

.page-tribe-attendee-registration .tribe-block__tickets__registration__description .date{
  margin-right: 15px;
}

.page-tribe-attendee-registration .archive-pagination{
  display: none;
}

.page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields button{
  color: #FFFFFF !important;
}

.page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields button:hover{
  color: #1F1F1F !important;
}

.single-tribe_events.tribe-events-tickets tr:not(:first-child){
    border: 0;
}


.page-tribe-attendee-registration .sidebar-primary .widget_recent_entries{
  display: none;
}


body.woocommerce form .form-row label{
  line-height: 26px;
}


.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{
    padding: 16px !important;
}

#add_payment_method #payment ul.payment_methods li, 
body.woocommerce-cart #payment ul.payment_methods li, 
body.woocommerce-checkout #payment ul.payment_methods li{
  list-style-image: none
}

@media (min-width: 768px) {
  body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__actions {
      margin: 25px auto 28px;
  }
}


body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__back__to__cart{
  color: #492F92;
}

body .tribe-common .tribe-common-h1{
  font-size: 50px;
    line-height: 55px;
    margin: 0px 0 45px 0;
    color: #09233E;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
} 
body .tribe-common .tribe-common-h2{
  font-family: 'Montserrat', sans-serif;
}

body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__title, 
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__title h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 35px;
}

body .tribe-common .tribe-common-h5, 
body .tribe-common .tribe-common-h6,
body .tribe-common .tribe-common-h7, 
body .tribe-common .tribe-common-h8,
body .tribe-common .tribe-common-b2,
body .tribe-common .tribe-common-b3,
body .tribe-common .tribe-common-b1{
  font-family: 'Montserrat', sans-serif;
}

body .tribe-common .tribe-common-form-control-text__input{
  padding-left: 5px;
}

body.page-tribe-attendee-registration .wrap {
    max-width: 1380px;
}


@media (min-width: 768px){
  body.page-tribe-attendee-registration .tribe-common .tribe-tickets__item__attendee__fields .tribe-ticket h4 {
      margin: 16px 0;
      font-size: 20px;
  }

  body .tribe-common .tribe-common-b2--min-medium{
      font-size: 18px;
  }

  body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__actions {
    margin: 25px auto 28px !important;
    font-size: 16px;
  }
}
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart .tribe-ticket-quantity, 
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart .tribe-tickets__item__extra__price, 
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart .tribe-tickets__item__total{
    font-family: 'Montserrat', sans-serif;
}

body .tribe-common.tribe-tickets{
  clear: both;
}


body .tribe-common.tribe-tickets{
  max-width: 100%;
  background-color: #f8f8f8;
    border-radius: 0px;
    border: 1px solid #f8f8f8;
    font-family: 'Montserrat', sans-serif;
}

body .entry .entry-content .tribe-common .tribe-tickets__title, body  .tribe-common .tribe-tickets__title{
  color: #492f92;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
}

body .tribe-tickets-attendees-list-optout--wrapper{
    display: none !important
}


body .entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn, 
body .entry .entry-content .tribe-common .tribe-tickets__submit.tribe-common-c-btn, 
body .tribe-common .tribe-tickets__buy.tribe-common-c-btn, .tribe-common .tribe-tickets__submit.tribe-common-c-btn,
body .tribe-common .tribe-common-c-btn, 
body .tribe-common a.tribe-common-c-btn{
  background: #7bc143;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
body .entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:hover, 
body .entry .entry-content .tribe-common .tribe-tickets__submit.tribe-common-c-btn:hover, 
body .tribe-common .tribe-tickets__buy.tribe-common-c-btn:hover, 
body .tribe-common .tribe-tickets__submit.tribe-common-c-btn:hover,
body .tribe-common .tribe-common-c-btn:focus, 
body .tribe-common .tribe-common-c-btn:hover, 
body .tribe-common a.tribe-common-c-btn:focus, 
body .tribe-common a.tribe-common-c-btn:hover,
body .tribe-common.event-tickets .tribe-common-c-btn:hover, 
body .tribe-common.event-tickets a.tribe-common-c-btn:hover{
  background: #639d34;
}


body .entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, 
body .entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled, 
body .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, 
body .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled{
  background: #7bc143;
}

body .tribe-common a.tribe-common-c-btn--small, 
body .tribe-common button.tribe-common-c-btn--small, 
body .tribe-common input[type=button].tribe-common-c-btn--small, 
body .tribe-common input[type=submit].tribe-common-c-btn--small,
body .tribe-common.event-tickets .tribe-common-c-btn, 
body .tribe-common.event-tickets a.tribe-common-c-btn{
  background: #7bc143;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

span.tribe-tickets__item__total:before {
    content: "Total: ";
}

body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart .tribe-tickets__item__extra, 
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart .tribe-tickets__item__total__wrap{
  float: right;
}

body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart .tribe-ticket-quantity:before{
  content: "Quanity: ";
}


body .tribe-checkout-backlinks a{
  margin-right: 35px;
}

@media (max-width: 960px){
  body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart{
    border: 1px solid #e4e4e4;
    padding: 20px;
  }

  body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart .tribe-tickets__item{
    margin-top: 30px;
  }
}


@media (min-width: 768px){
  body.page-tribe-attendee-registration .tribe-common .tribe-ticket__heading {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 20px;
  }
}
@media (max-width: 450px){
  body .tribe-checkout-backlinks a {
      display: block;
      text-align: right;
      margin-bottom: 8px;
      margin-right: 0;
  }
}

/**Hide Event Tickets Mini Cart and adjust columns**/
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart {
  display: none;
}


@media only screen and (min-width: 960px) {
  body.page-tribe-attendee-registration .tribe-common #tribe-tickets__registration__form .tribe-tickets__registration__grid {
    grid-template-columns: auto;
  } 
}


@media only screen and (min-width: 768px) {
  body.page-tribe-attendee-registration .tribe-common #tribe-tickets__registration__form .tribe-tickets__registration__footer {
    max-width: 100%
  }
}
/**End Hide Event Tickets and adjust columns*/



/*In Media Query
  .tribe-events-filters-horizontal #tribe_events_filters_form{
    clear: none;
    float: left;
    margin-left: 25px;
   }


   #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label{
      font-style: italic;
      text-transform: none;
      color: #dfdfdf;
      font-size: 15px;
      margin-top: 4px;
    }

  .tribe-events-filters-horizontal .tribe-events-filters-content {
      background: transparent;
      border: 0;
  }

  .tribe-events-filters-horizontal #tribe_events_filter_control a{
        color: #FFFFFF;
        font-size: 15px;
  }

  .tribe-events-filters-horizontal #tribe_events_filter_control a.tribe_events_filters_close_filters{
     color: #d1d1d1;
     display: none;
  }

  #tribe_events_filters_wrapper .tribe-events-filters-group-heading{
    color: #FFFFFF;
    font-size: 15px;
  }

  #tribe_events_filters_wrapper .tribe-filter-status{
      color: #FFFFFF;
  }

  .tribe-events-filters-horizontal .tribe-events-filter-group{

  }

  .single-tribe_events .tribe-events-tickets-title {
    display: none;
  }
*/
/* GRAVITY FORMS */
  .gform_wrapper .top_label .gfield_label {
    letter-spacing: 0.2px;
    color: #492F92;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px; 
    text-transform: none; 
  }

  body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
  }

  .gform_wrapper .gfield_description {
    color: #5f5f5f;
    font-size: 16px;
    line-height: 18px;
  }

  .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
  .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
      font-size: 18px;
      line-height: 26px;
      font-family: 'Montserrat', sans-serif;
     letter-spacing: 0.36px;
      color: #707070;
      text-transform: none;
      margin-left: 5px;
      font-weight: 400;
  }

  .gform_wrapper .gfield_checkbox li,
  .gform_wrapper .gfield_radio li {
    margin-bottom: 2px;
  }

  .gform_wrapper ul.gfield_checkbox li label,
  .gform_wrapper ul.gfield_radio li label {
    text-transform: none;
    color: #492f92;
    font-weight: 400;
    line-height: 26px;
    font-size: 18px;
    margin-top: 5px;
    margin-left: 5px;
  }

  .gquiz-container .gquiz-correct-choice {
    font-weight: normal;
  }


form label {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    color: #492f92;
    font-weight: bold;
    text-transform: none;
    margin-left: 5px;
}

.gform_wrapper input[type='tel'] {
    padding: 12px !important;
}

.jetpack_subscription_widget .wp-block-button__link{
	background: #492F92;
	border-radius: 0;
}
.jetpack_subscription_widget .wp-block-button__link:hover{
    color: #1F1F1F;
    background-color: #7BC143;
}
#subscribe-email input {
  padding: 6px;
}

#subscribe-email input::-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  opacity: 1;
  font-size: 14px;
  font-weight: normal;
}

#subscribe-email input::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

#subscribe-submit input[type=submit] {
    font-size: 1em;
    padding: 10px 15px;
    margin: 0;
    width: auto;
    height: auto;
    border: none;
    cursor: pointer;
    color: #ffffff;
    background-color: #7bc143;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
    border-radius: 0px;
}

#subscribe-submit input[type=submit]:hover {
    background-color: #96ce69;
}


.error404 .search-form input[type="submit"] {
    clear: none;
    height: inherit;
    position: relative;
    margin: 10px 0 0 0;
    width: auto;
    clear: both;
}

.error404  .entry-content .search-form {
  width: 100%;
}

.error404  .entry-content .search-form-input{
  width: 100%;
  float: left;
}

/* GRAVITY FORMS - QUIZZES */

.single-quizzes .header__page {
  display: none;
}

.single-quizzes .gform_wrapper ul.gfield_radio {
  margin-left: 9px;
}

.single-quizzes .gform_wrapper ul.gfield_radio li {
  margin-bottom: 0px;
}

.single-quizzes .quizzes .gform_heading {
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}

.single-quizzes .quizzes .gform_heading .gform_title {
  margin-bottom: 15px;
  color: #333;
  font-size: 2em;
}

.single-quizzes .quizzes .gform_description {
  color: #5f5f5f;
}

.single-quizzes .quizzes .gform_body .gfield .ginput_container {
  margin: 5px 0 15px;
}

.single-quizzes .quizzes .gform_body .ginput_container.ginput_complex label {
    margin-bottom: 15px;
    text-transform: none;
    color: #5f5f5f;
    margin-left: 0;
}

.single-quizzes .quizzes .gform_body li.gfield > label {
  color: #5f5f5f !important;
  text-transform: none;
  font-style: normal;
  font-size: 1em;
  font-weight: 600;
  margin-top: 10px;
}

.single-quizzes .quizzes .gform_wrapper ul.gfield_radio li label {
  text-transform: none;
  color: #5f5f5f;
  margin-left: 0;
}

.single-quizzes .quizzes .gform_body .gfield .ginput_container ul li {
  margin-bottom: 0px;
}

.single-quizzes .quizzes .gquiz-field {
  margin-bottom: 30px;
}

.single-quizzes .quizzes .gform_confirmation_wrapper {
  font-family: 'Montserrat', sans-serif;
}

.single-quizzes .quizzes .gform_confirmation_wrapper .gform_confirmation_message {
  margin-bottom: 10px;
  font-size: 18px;
}

.single-quizzes .quizzes .gform_wrapper .gform_footer input.button, 
.single-quizzes .quizzes .gform_wrapper .gform_footer input[disabled=disabled] {
  opacity: 0.5;
  cursor: default;
}

.single-quizzes .quizzes .gsection_title,
.single-quizzes .quizzes .gfield_required {
  color: #492F92 !important;
}

.single-quizzes .quizzes form input[type=radio],
.single-quizzes .quizzes form input[type=checkbox] {
  margin: 0 10px 0 0;
}

.single-quizzes .quizzes form select {
     padding: 3px 4px;
}

.single-quizzes .quizzes label {
    text-transform: none;
    color: #5f5f5f;
    margin-left: 0;
}



/* WooCommerce My Account */

  .woocommerce-account h2.section-title,
  .account-history h2.section-title {
    font-size: 25px;
    color: #5f5f5f;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .woocommerce-account h2.section-title a.vivid-button,
  .account-history h2.section-title a.vivid-button {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 30px;
  }

  .woocommerce-account h2.section-title.renewal,
  .account-history h2.section-title.renewal {
    font-size: 20px;
    line-height: 25px;
  }

  .woocommerce-account .norecords,
  .account-history .norecords {
    color: #cc4a1a;
    font-size: 16px;
    font-weight: bold;
  }

  .woocommerce-account .section table,
  .account-history .section table {
    margin: 0;
    border: none;
  }

  .woocommerce-account .section tbody tr:nth-child(even),
  .account-history .section tbody tr:nth-child(even) {
    background: #e6e6e6;
    border: none;
  }

  .woocommerce-account .section tbody tr:nth-child(odd),
  .account-history .section tbody tr:nth-child(odd) {
    background: #f2f2f2;
    border: none;
  }

  .woocommerce-account .section thead td,
  .account-history .section thead td {
    padding: 13px 20px;
    border: none;
    line-height: 20px;
  }

  .woocommerce-account .section tbody td,
  .account-history .section tbody td {
    padding: 10px 20px;
    border: none;
    line-height: 20px;
  }

  .woocommerce-account a.vivid-button.logout,
  .account-history a.vivid-button.logout {
    background-color: #7bc143;
    border-radius: 0px;
    margin: 45px 0 0 0;
    padding: 10px 15px;
  }

  .woocommerce-account .section,
  .account-history .section {
    padding: 50px 0;
  }

  .woocommerce-account .section.profile,
  .account-history .section.profile {
    border-top: solid 1px #c2c2c2;
    border-bottom: solid 1px #c2c2c2;
    padding-bottom: 80px;
  }

  .woocommerce-account .section.profile a.vivid-button.profile,
  .account-history .section.profile a.vivid-button.profile {
    background-color: #7bc143;
    border-radius: 0px;
    margin: 45px 0 0 0;
    padding: 10px 15px;
  }

  .woocommerce-account .section.profile .two-sixths,
  .account-history .section.profile .two-sixths {
    text-align: center;
  }

  .woocommerce-account .section.profile .one-half.background,
  .account-history .section.profile .three-sixths.background {
    /*background: #f2f2f2;*/
    border: 1px solid #7bc143;
    padding: 35px;
  }

  .woocommerce-account .section.profile .one-half.background ul,
  .account-history .section.profile .three-sixths.background ul {
    margin-bottom: 0;
  }

  .woocommerce-account .section.profile .three-sixths.background a,
  .account-history .section.profile .three-sixths.background a {

  }

  .woocommerce-account .section.profile p.profile-detail,
  .account-history .section.profile p.profile-detail {
    color: #333333;
    font-size: 16px;
    line-height: 23px;
    margin:0;
  }

  .woocommerce-account .section.profile p.profile-detail.bold,
  .account-history .section.profile p.profile-detail.bold {
    font-weight: bold;
  }

  .woocommerce-account .section.workshops td.green,
  .account-history .section.workshops td.green {
    color: #92c04e;
    font-weight: bold;
  }

  .woocommerce-account .section.workshops td.red,
  .account-history .section.workshops td.red {
    color: #cc4a1a;
    font-weight: bold;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li {
    display: inline-block;
    list-style-type: none;
    margin-left: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: inline-block;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    border-radius: 5px;
    color: #1F1F1F;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    background-color: #7bc143;
    border-radius: 0px;
    margin: 0 10px 5px 0;
    padding: 10px 15px;
    text-decoration: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li:hover a {
    background-color: #1F1F1F;
    color: #FFFFFF;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    text-decoration: none;
  }

  .woocommerce-account .section {
    overflow: auto;
  }

  .woocommerce-account .edit-account fieldset {
    margin-bottom: 30px;
  }

  .woocommerce-account .edit-account fieldset textarea {
    height: inherit;
  }


  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads,
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--payment-methods {
    display: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account {
    text-transform: capitalize;
  }

  .woocommerce-account .woocommerce-MyAccount-content p {
    margin-bottom: 0px;
  }

  .woocommerce-account .woocommerce-MyAccount-content img {
    border: solid 1px #000;
    margin: 0 0 10px 0;
  }

  .woocommerce-account .woocommerce-MyAccount-content p {
    margin-bottom: 10px;
  }

  .woocommerce-account .woocommerce-MyAccount-content #neta_customer_number_field {
    display: none;
  }
  
  @media only screen and (max-width: 1360px) {
    .woocommerce-account .site-inner {
      padding-left: 5%;
      padding-right: 5%;
    }  
  }

  @media only screen and (max-width: 768px) {
    .woocommerce-account .section.profile .two-sixths {
      text-align: left;
      margin: 20px 0;
    }

    .woocommerce-account .section.profile a.vivid-button.profile {
      margin: 0;
    }

    .woocommerce-account .section.profile .one-half.first {
      margin-bottom: 30px;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1 {
      margin-bottom: 30px;
    }

    .woocommerce-account h2.section-title a.vivid-button {
      margin-left: 0px;
      margin-bottom: 15px;
      display: block;
      margin-top: 15px;
    }
  }



/*Woocommerce / Gravity Forms
----------------------------------------------------------------------------------------------------- */
.single-product .gform_wrapper .gfield_label{
    font-weight: 700;
}

.single-product.woocommerce #content div.product.product_cat-renewals div.summary, 
.single-product.woocommerce div.product.product_cat-renewals div.summary, 
.single-product.woocommerce-page #content div.product.product_cat-renewals div.summary, 
.single-product.woocommerce-page div.product.product_cat-renewals div.summary{

     width: 98%;
}

.woocommerce #content div.product.product_cat-renewals div.images, 
.woocommerce div.product.product_cat-renewals div.images, 
.woocommerce-page #content div.product.product_cat-renewals div.images, 
.woocommerce-page div.product.product_cat-renewals div.images{
      display: none;
}

.woocommerce #content div.product.product_cat-renewals .woocommerce-product-details__short-description, 
.woocommerce div.product.product_cat-renewals .woocommerce-product-details__short-description, 
.woocommerce-page #content div.product.product_cat-renewals .woocommerce-product-details__short-description, 
.woocommerce-page div.product.product_cat-renewals .woocommerce-product-details__short-description{

  display: none;

}


.single-product .gform_wrapper table.gfield_list thead th{
  text-align: center;
}


.woocommerce-cart table.cart td{
  vertical-align: top
}

.woocommerce .cart_item td.product-name dl.variation dt{
    font-weight: bold;
}
.woocommerce .cart_item td.product-name dl.variation dd{
    float: left;
    margin-top: 5px;
}

.woocommerce .cart_item .map-it-link{
  display: none;
}

.woocommerce .cart_item .variation-AdultCPRAEDCertificationCardorCertificate,
.woocommerce .cart_item .variation-ContinuingEducationCreditsCECs{
  display: block;
  clear: both;
}
.woocommerce .cart_item td.product-name dl.variation dt.variation-RenewalTotal
.woocommerce .cart_item td.product-name dl.variation dd.variation-RenewalTotal{
  display: none;
}

.woocommerce .checkout-duplicate{
  text-align: right;
  font-weight: bold;
}
#gform_fields_133 .gchoice_133_4_3 {
  display: none;
}

/*Events Calendar:  V2
*********************************************************************************/
body .tribe-events input {
  background: transparent;
}

.tribe-common--breakpoint-medium.tribe-events   .tribe-events-header--has-event-search .tribe-events-c-events-bar {
    width: 100%;
    background-color: #f5f5f5;
  border: solid 2px #45338e;

}
body .tribe-events .tribe-events-c-events-bar__search-container{
  background-color: transparent;
}

body.archive .tribe-common .entry,
body .tribe-events-view .entry{
    background: #f5f5f5;
    margin-bottom: 20px;
    border-bottom: 0 !important;
    padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.tribe-common .tribe-events-calendar-list .category-icon {
    position: relative;
    top: inherit;
    right: inherit;
    width: 75px;
    display: inline-block;
    vertical-align: top;
  }

.tribe-common .tribe-events-calendar-list .category-icon img {
    display: block;
  }


.tribe-common .tribe-events-calendar-list header {
    width: 60%;
    padding-left: 15px;
    display: inline-block;
}

.tribe-common .tribe-events-calendar-list header .tribe-events-venue-details {
    margin: 0;
    padding: 0;
    border-bottom: none;
    border-top: 0;
    font-style: normal;
    color: #707070;
  }

.tribe-common .tribe-events-calendar-list header .tribe-events-venue-details a{
    text-decoration: underline;
  }

.tribe-common .tribe-events-calendar-list header.tribe-events-venue-details a:hover{
    color: #1F1F1F;
  }
.tribe-common .tribe-events-calendar-list .tribe-events-read-more {
    width: 16%;
    display: inline-block;
    vertical-align: top;
    margin-top: 2%;
    text-align: right;
  color: #492f92;
}
.tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-title a{
       font-size: 24px;
       line-height: 26px;
       color: #1F1F1F;
       letter-spacing: 0;
  }
.tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-title{
  margin-bottom: 0;
}

body .tribe-common .tribe-events-calendar-list__event-venue a{
  color: #492f92;
  text-decoration: underline;
}
body .tribe-common .tribe-events-calendar-list__event-venue{
  color: #707070;
  width: 100%;
  max-width: 465px;
  line-height: 17px !important;
  
}
body .tribe-common .tribe-events-calendar-list__event-venue a:hover{
  color: #1F1F1F;
}

.tribe-common .tribe-events-calendar-list .detail-container {
    width: calc(100% - 82px);
    display: inline-block;
    vertical-align: middle;
    height: auto;
    padding: 5px 5px 0;
    margin: 0;
  }
  
body .tribe-common .tribe-events-calendar-list__event-datetime-wrapper .date,
body .tribe-common .tribe-events-calendar-list__event-datetime-wrapper .time {
    display: block;
    text-align: center;
  }

.tribe-common .tribe-events-calendar-list .date{
    margin-right: 8px;
}
body .tribe-common .tribe-events-calendar-list .date,
body .tribe-common .tribe-events-calendar-list .time{
    color: #707070;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}
body .tribe-common .tribe-events-calendar-list .time{
  text-transform: lowercase;
}

body .tribe-common .tribe-events-calendar-list__event-datetime-wrapper{
  
  width:21%;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px
}

body .tribe-events .tribe-events-c-breadcrumbs__list-item{
  font-size: 16px;
   font-family: 'Montserrat', sans-serif;
}
body .tribe-events-single .tribe-events-sub-nav{
   font-family: 'Montserrat', sans-serif;
}
body  .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container, body .tribe-events-l-container{
  padding-top: 0;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row{
  margin: 0;
}

body .tribe-common h5.workshop-message,
body .tribe-common h4.workshop-message-discount{
    text-align: center;
    max-width: 958px;
    margin: 0 auto 20px;
    display: block;
}
body .tribe-common h4.workshop-message-discount{
  font-weight: 700;
}
body .tribe-common .workshop-top{
  text-align: center;
  width: 100%;
}
body .tribe-common h5.workshop-message a{
  text-decoration: underline;
  color: #492F92;
}

body .tribe-common .tribe-common-c-svgicon{
  color: #492F92;
}
body .tribe-common h5.workshop-message a:hover{
 color: #1F1F1F;
}
body .tribe-common .workshop-message-button {
    max-width: 280px;
  width: 100%;
    margin: 0 auto 40px;
  clear: both;
  color: #FFFFFF;
}
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button{
  margin-right: 10px;
}

.tribe-common .tribe-common-h3{
      font-family: 'Montserrat', sans-serif;
}

body .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
    padding-left: 0;
    padding-right: 0;
}
body .tribe-events .tribe-events-c-view-selector{
  display: none;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col{
  padding-left: 0;
  padding-right: 0;
}
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue{
  margin-bottom: 0;
}


.tribe-events .tribe-events-calendar-list__month-separator{
     text-transform: none;
    font-size: 24px;
    margin: 1.25em auto;
    text-align: center;
    position: relative;
    background-color: transparent;
    z-index: 1;
    display: block;
}

body .tribe-common .tribe-events-calendar-list__month-separator-text{
    font-size: 24px !important;
    line-height: 55px;
  font-weight:bold;
  color: #492F92;
  background-color: #fff;
  padding: 0 7.5%;
}

body .tribe-common .tribe-events-calendar-list__month-separator-text:after{

    content: "";
    border-bottom: 1px solid #c2c2c2;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.tribe-events .tribe-events-calendar-list__month-separator:after{
  display: none;
}
body .tribe-common .filterbar-desc{
    font-style: italic;
    text-transform: none;
    color: #dfdfdf;
    color: #45338e;
    font-size: 15px;
    margin-top: 4px;
  font-weight: bold;
  margin-right: 15px;
}
.tribe-events .tribe-events-c-events-bar__filter-button:before,
.tribe-events .tribe-events-c-events-bar__search-button:before{
   background-color: #45338e;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev{
  font-weight:bold;
  color: #492F92;
}

.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{
  padding-left: 0;
  padding-right: 0;
}

body .tribe-events-meta-group.tribe-events-meta-group-gmap {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

body .tribe-events-meta-group.tribe-events-meta-group-gmap {
  width: 100%;
}
.tribe-events .tribe-events-calendar-list-nav{
    border-top: 0;
    padding-top: 0 !important;
  }
body .tribe-events-venue-map {
  width: 100%;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta {
  background-color: #f8f8f8;
  width: 100%;
  padding: 20px 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tribe-events-event-meta:before, .tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets){
  border-top: 0;
}

body .tribe-events-cal-links .tribe-events-gcal, body .tribe-events-cal-links .tribe-events-ical {
    background: #7bc143;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.62;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 5px 10px;
}
.tribe-events-back a, .tribe-events-back a:visited{
  font-family: 'Montserrat', sans-serif;
}
.tribe-events-pg-template .category-icon {
    float: left;
    margin-right: 25px;
    margin-top: 12px;
}
.tribe-events-single-event-title{
text-transform: none;
    font-size: 3em;
    font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #5f5f5f;
}

.single-tribe_events .tribe-events-schedule{
  padding: 10px 0;
  margin: 0 0 25px 0;
}
.single-tribe_events .tribe-events-schedule h2,
.tribe-events-single .tribe-events-cost{
display: inline-block;
    margin-bottom: 0;
    color: #141827;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  font-family: 'Montserrat', sans-serif;
}
body .tribe-events-single .tribe-events-event-image{
  float: right;
    width: 50% !important;
    padding-left: 2%;
    box-sizing: border-box;
    text-align: right;
}
.tribe-events-event-image + .tribe-events-single-event-description{
  width: 50% !important;
  float: left;
}
body .tribe-events-content{
  font-family: 'Montserrat', sans-serif;
}

body .tribe-events-visuallyhidden{
  visibility: hidden;
  height: 0;
}

body .tribe-events-single>.tribe_events{
  display: block;
}

body .tribe-common .cat-workshop-button,
body .tribe-common .cat-workshop-button:active{
    text-align: right;
    margin-top: -20px;
    width: 100%;
    color: #FFFFFF;
}

body .tribe-common .cat-workshop-button a,
body .tribe-common .cat-workshop-button a:active{
  color: #FFFFFF;
}

body .tribe-events-pro .tribe-events-pro-venue__meta-address-directions-link, body .tribe-events-pro .tribe-events-pro-venue__meta-website-link{
    color: #492F92;
}

body .tribe-events-content blockquote::before {
    content: url(images/quote-icon.png);
}

.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__form{
    background-color: #f5f5f5;
    border: solid 2px #45338e;
    margin-top: -25px;
    border-top: 0;
    padding: 20px;
}

.single-tribe_events .tribe-events-button.tribe-events-ics {
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
  padding: 5px 20px;
  margin-left: 40px;
  font-size: 14px;
  line-height: 1.62;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container {
  height: 340px;
  overflow-y: auto;
}


@media only screen and (max-width: 1170px) {
    body .tribe-events .tribe-events-c-events-bar__search-container{
      background: #FFFFFF;
    }

}

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

.tribe-common .tribe-events-calendar-list header,
  body .tribe-common .tribe-events-calendar-list__event-datetime-wrapper{
    width: 100%;
    padding-left: 0px;
    text-align: left;

  }
  body .tribe-common .tribe-events-calendar-list__event-datetime-wrapper{
    margin-top: 10px;
  }
.tribe-common .tribe-events-calendar-list .detail-container .date,
.tribe-common .tribe-events-calendar-list .detail-container .time {
    text-align: left;
     display: inline-block;

  }

  .tribe-events-list .tribe-event-schedule-details{
       padding: 0;
  }

.tribe-common .tribe-events-calendar-list .detail-container .date{
       margin-right: 10px;
  }

.tribe-common .tribe-events-calendar-list .tribe-events-read-more {
     width: 100%;
     text-align: left;
     margin-top: 0;
  }

  body.archive .tribe-common .tribe-events-calendar-list__event{
    margin-bottom: 0;
  }
  
  .tribe-common .tribe-events-calendar-list .detail-container {
    padding: 5px 25px;
  }
  
  body .tribe-events-single .tribe-events-event-image{
    width: 100% !important;
    padding-left: 0;
    
  }
  body .tribe-events-event-image + .tribe-events-single-event-description{
    width: 100% !important;
  }
}

@media only screen and (max-width: 400px){
  .tribe-common .tribe-events-calendar-list .category-icon{
    width: 100%;
  }
  .tribe-common .tribe-events-calendar-list .category-icon img {
    margin: 0 auto 10px;
  }

  .tribe-common .tribe-events-calendar-list .detail-container {
    width: 100%;
  }

  .tribe-common .tribe-events-calendar-list .tribe-events-read-more {
    padding: 12px;
    text-align: center !important;
    color: #FFFFFF !important;
    background: #492f92;
    margin-bottom: 15px; 
  }
  
  
}

/*End Events Calendar:  V2
*********************************************************************************/

#gform_135 .gform_legacy_markup_wrapper .gform_footer,
#gform_136 .gform_legacy_markup_wrapper .gform_footer {
  padding:0;
  margin: 0;
}

.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar {
  z-index: 9;
}

.gform_wrapper.gravity-theme .gfield_list_icons button {
  margin: 0;
}

.gform_wrapper.gravity-theme .gfield_list_icons button {
  margin: 0 0 0 5px;
}

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

@media only screen and (max-width: 1520px) {
  .genesis-nav-menu .menu-item:last-child:hover > .sub-menu {
    left: 0;
    margin-left: -174px;
  }
  .genesis-nav-menu .menu-item:last-child .sub-menu:before {
    left: 86%;
  }

  .genesis-nav-menu .menu-item:first-child:hover > .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .genesis-nav-menu .menu-item:first-child .sub-menu:before {
    left: 14%;
  }

}

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

  .genesis-nav-menu a{
      font-size: 17px;
  }

}

@media only screen and (max-width: 1360px) {
  .home2 .site-header .wrap {
    padding: 30px 25px;
  }

  .content-sidebar .content-sidebar-wrap,
  #vi-footer-nav-container #vi-footer-nav,
  .footer-widgets .wrap ,
  .site-footer .wrap{
    padding: 0 25px;
  }

  .genesis-nav-menu .menu-item {
    margin-right: 0;
    margin: 0 5px;
  }

  .genesis-nav-menu .sub-menu .menu-item {
    margin-right: 0;
    margin: 0;
  }

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

  .site-header .wrap {
    /*padding: 40px 25px;*/
  }

  .site-header .nav-primary .wrap {
    padding: 30px 0;
  }

  .site-inner {
      padding-left: 5%;
      padding-right: 5%;
  }

  .home .site-inner {
      padding-left: 0%;
      padding-right: 0%;
  }

  .site-footer .left,
  .site-footer .right{
    width: 100%;
    text-align: center;
  }

  .site-footer{
       padding: 45px;
   }

   .site-footer .right{
    padding-top: 25px;
   }
}

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

  .genesis-nav-menu a{
      font-size: 16px;
  }

  #vi-home-section-2 .widget_custom_html .top{
    padding: 70px 65px;
  }

}

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

  .site-header .wrap {
    padding: 20px 5%;
  }
  .header-image .title-area {
    background-position: center top;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }
  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }

  .genesis-nav-menu{
      float: none;
  }

  .title-area{
    top: 20px;
  }

  .hero-container {
    margin-top: 0px;
  }

  .hero-container .hero-wrap {
      min-height: 240px;
  }

  .hero-container .hero-wrap:after {
      content: " ";
      clear: both;
      display: table; 
  }
  .hero-container .hero-wrap .hero-vertical-wrap {
      height: 200px;
  }

}

@media only screen and (max-width: 1139px) {
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content {
    width: 620px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }
  .footer-widgets-1,
  .footer-widgets-2{
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }

  /*
  .footer-widgets-1{
    width: 40%;
  }

  .footer-widgets-2{
    width: 60%;
  }
  */

  #vi-home-cta-container .coupon .button__conversion {
    position: relative;
    top: inherit;
    right: inherit;
  }
}

@media only screen and (max-width: 1060px) {
  .site-header .widget-area {
    width: 50%;
    margin-top: 45px;
  }

  .site-header .widget-area .header__phone, .site-header .widget-area .header__phone:visited, .site-header .widget-area .header__phone:hover{
    margin-right: 0;
    margin-bottom: 20px;
  }

}

@media only screen and (max-width: 1023px) {
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .content-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 100%;
  }

  .site-header .wrap {
    padding: 20px 5%;
  }
  .header-image .title-area {
    background-position: center top;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }
  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
  .footer-widgets-1 {
    margin-right: 0;
  }

  .header-image .site-title > a {
    background-position: center center;
  }

  .footer-widgets-1 {
    border-right: none;
    padding: 0;
  }

  .footer-widgets-1,
  .footer-widgets-2 {
    margin-bottom: 30px;
  }
  .footer-widgets-2,
  .footer-widgets-3 {
    text-align: center;
  }

   #vi-footer-nav-container .widget_sp_image {
    width: 50%;
    margin-bottom: 60px;
  }

  #vi-footer-nav-container{
    padding-bottom: 0;
  }



  #vi-home-section-6-personal-trainer .widget_sp_image, 
  #vi-home-section-6-group-exercise .widget_sp_image{
      width: 100%;
  }

  #vi-home-section-6-personal-trainer .widget_sp_image:nth-of-type(Odd), 
  #vi-home-section-6-group-exercise .widget_sp_image:nth-of-type(Odd),
  #vi-home-section-6-personal-trainer .widget_sp_image:nth-of-type(Even), 
  #vi-home-section-6-group-exercise .widget_sp_image:nth-of-type(Even){
       margin-left: 0;
  }


}

@media only screen and (max-width: 960px) {
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3{
    text-align: center;
    width: 100%;
  }

  .footer-widgets-2{
    margin-top: 45px;
  }

  .footer-widgets .gform_wrapper .gform_footer,
  .footer-widgets .gform_wrapper .gform_body{
    clear: both;
    text-align: center;
    width: 100%;
  }

  .footer-widgets-2 .gform_widget{
    float: none;
    margin: 0 auto;
  }

  .footer-widgets .gform_wrapper span.gform_description, .footer-widgets .gform_wrapper .gform_heading{
      text-align: center;
      margin-right: 0;
      padding-left: 0;
      width: 100%;
  }

  .footer-widgets .button, 
  .footer-widgets .button:hover, 
  .footer-widgets .gform_button, 
  .footer-widgets .gform_button:visited, 
  .footer-widgets div.gform_wrapper .gform_footer input[type=submit],
  .footer-widgets .jetpack_subscription_widget #subscribe-submit button{
      width: auto;
  }

  .footer-widgets .gform_wrapper ul.gform_fields li.gfield{
    margin-right: 0;
    padding-right: 0;
  }

  .footer-widgets-2 .gform_widget{
    max-width: 450px;
  }

  .footer-widgets .jetpack_subscription_widget #subscribe-email,
  .footer-widgets .jetpack_subscription_widget #subscribe-submit{
    clear: both;
    text-align: center;
    width: 100%;
  }

    .footer-widgets-2 .jetpack_subscription_widget{
        max-width: 450px;
        float: none;
       margin: 0 auto;
    }

  .footer-widgets-1 .header__social-icons {
    float: none;
    max-width: 250px;
    margin: 0 auto;
  }

  #vi-top-search-bar .search-form input[type="submit"] {
    clear: both;
    float: left;
    width: auto;
  }
  #vi-top-search-bar .search-form input[type="search"]{
    width: 100%;
  }

  #vi-home-section-2 .widget_custom_html{
      width: 100%;
  }
  #vi-home-section-2 .widget_custom_html .top{
    padding: 40px 40px;
  }

  #vi-home-section-3 .widget_custom_html,
  #vi-home-section-3 .widget_sp_image,
  #vi-home-section-4 .widget_custom_html,
  #vi-home-section-4 .widget_sp_image,
  #vi-home-section-5 .widget_custom_html,
  #vi-home-section-5 .widget_sp_image{
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  #vi-top-search-bar .widget_sp_image {
    top: 70%;
    right: 20px;
  }

  header .entry-title{
    font-size: 50px;
    line-height: 61px;
    letter-spacing: 1.25px;
  }

   #vi-home-section-4-container{
      background-size: cover;
   }
}

@media only screen and (max-width: 885px) {
    #tribe-bar-form {
      padding: 0px 0px 0 0px;
   }
   #tribe-events-bar {
    margin-bottom: 24px;
   }
}

@media only screen and (max-width: 880px) {
  .highlight__service {
    width: 50%;
  }
  #vi-home-cta-container {
    margin-top: 0;
  }

  .site-header .widget-area .header__phone, .site-header .widget-area .header__phone:visited, .site-header .widget-area .header__phone:hover{
       font-size: 35px;
       line-height: 45px;
  }

  .site-header .widget-area{
       width: 40%;
  }

  

}

@media only screen and (max-width: 768px) {
  body {
    background-color: #fff;
    font-size: 16px;
  }
  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }
  .archive-description,
  .author-box,
  .comment-respond,
  .content .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget {
    box-shadow: none;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
  .sidebar .widget.enews-widget {
    padding: 40px;
  }
  #vi-top-bar-container {
      border-bottom: 1px solid #707070;
  }
  
  #vi-top-bar {
    max-width: 308px;
  }

  .site-header{
      margin-top: 0;
  }

  .site-header .title-area {
    width: 60%;
  }

  .header-image .site-title > a {
    background: url(images/logo-mobile.png) no-repeat left;
    min-height: 82px;
  }

  .site-header .wrap {
    padding: 5px 5%;
  }

  .site-header .widget-area {
    text-align: center;
    width: 100%;
    float: none;
  }
  .site-header .widget-area .header__social-icons {
    float: none;
    max-width: 190px;
    margin: 0 auto;
  }

  #vi-home-cta-container .grid__16column,
  #vi-home-cta-container .grid__8column {
    width: 100%;
    float: none;
    text-align: center;
  }

  #vi-home-cta-container .coupon {
    margin: 40px auto;
  }

  #vi-home-cta-container .header__secondary__nav {
    border-left: none;
    padding: 0;
  }

  #vi-home-cta-container .header__secondary__nav:before {
    display: none;
  }
  .tribe-events-sub-nav li a {
    background: transparent !important;
  }


  #tribe-events-content-wrapper .tribe-events-list .detail-container {
    padding: 5px 25px;
  }
  #tribe-events-content-wrapper .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0;
  }
  
  #tribe-events-content-wrapper .tribe-events-list .title-container {
    width: 100%;
    padding-left: 0px;
    text-align: left;
  }

  #tribe-events-content-wrapper .tribe-events-list .detail-container .date,
  #tribe-events-content-wrapper .tribe-events-list .detail-container .time {
    text-align: left;
     display: inline-block;
  }

  .tribe-events-list .tribe-event-schedule-details{
       padding: 0;
  }

  #tribe-events-content-wrapper .tribe-events-list .detail-container .date{
       margin-right: 10px;
  }

  .tribe-events-list .tribe-events-read-more {
     width: 100%;
     text-align: left;
  }


  .tribe-events-filter-view.tribe-filters-closed .tribe-events-filters-vertical+#tribe-events-content, 
  .tribe-events-filter-view.tribe-filters-open .tribe-events-filters-horizontal+#tribe-events-content{
      margin-top: 75px;
  }

  #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label, 
  .tribe-events-filters-horizontal #tribe_events_filter_control{
      border-bottom: 1px solid #e2e2e2;
  }

  .tribe-filters-open #tribe_events_filters_wrapper, .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal{
      position: relative !important;
      margin-top: -24px !important;
      border-top: 1px solid #dadada;
      border-bottom: solid 2px #45338e;
    border-left: solid 2px #45338e;
    border-right: solid 2px #45338e;
  }

  #tribe_events_filters_wrapper.tribe-events-filters-horizontal, 
  .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
    border-bottom: solid 2px #45338e !important;
    border-left: solid 2px #45338e !important;
    border-right: solid 2px #45338e !important;
  }

  #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters{
    z-index: 9999;
  }

  .tribe-reset-icon{
      position: relative;
    top: 10px;
    margin-right: 10px;
  }
  #tribe-events-pg-template, .tribe-events-pg-template{
      padding: 0;
  }

  .woocommerce .custom_cart_buttons a.vivid-button{
       width: 100%;
       text-align: center;
       margin-right: 0;
  }

  #tribe-events-bar {
    margin-bottom: 24px;
  }

  #tribe_events_filter_control #tribe_events_filters_toggle {
    padding: 0;
  }

  .hero-container{
    margin-top: 0;
  }

  .title-area{
      left: 0;
      top: 0;
      width:  65%;
      min-height: 82px;
  }

  .responsive-menu-icon{
    color: #492f92;
  }

  .site-header .widget-area .responsive-menu-icon{
      display: block;
      color: #492f92;
      text-align: right;
  }

  .site-header .widget-area .responsive-menu-icon:before{
    display: none;
  }
  

  .site-header .widget-area  .header__phone,
  .site-header .widget-area  .button__conversion.button__right{
       display: none;
  }

  .site-header .widget-area{
    width: 25%;
    position: relative;
    float: right;
    margin-top: 16px;
  }

  #vi-home-section-1-container{
      margin-top: 0;
      padding: 5rem 0;
  }

  .tribe-events-venue .tribe-events-list .type-tribe_events{
      width: 100%;
  }

  .page-id-1986 h3{
    font-size: 29px;
    line-height: 35px;
    letter-spacing: 0.72px;
  }

  .search-results .site-inner .entry-header .entry-title, 
  .page-template-page_blog .site-inner .entry-header .entry-title, 
  .archive .site-inner .entry-header .entry-title{
    font-size: 29px;
    line-height: 35px;
    letter-spacing: 0.72px;
  }

  .staff__half{
    width: 100%;
  }

  #add_payment_method table.cart td.actions .coupon .input-text, 
  body.woocommerce-cart table.cart td.actions .coupon .input-text, 
  body.woocommerce-checkout table.cart td.actions .coupon .input-text{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }


  body .woocommerce #content table.cart td.actions .coupon .button.alt, 
  body .woocommerce #content table.cart td.actions .coupon .input-text+.button, 
  body .woocommerce table.cart td.actions .coupon .button.alt, 
  body .woocommerce table.cart td.actions .coupon .input-text+.button, 
  body.woocommerce-page #content table.cart td.actions .coupon .button.alt, 
  body.woocommerce-page #content table.cart td.actions .coupon .input-text+.button, 
  body.woocommerce-page table.cart td.actions .coupon .button.alt, 
  body.woocommerce-page table.cart td.actions .coupon .input-text+.button{
      width: 100%;
  }

  body  .tribe-events-list .tribe-event-schedule-details{
      padding: 12px 0;
  }
}

@media only screen and (min-width: 767px){

  .tribe-events-filters-horizontal #tribe_events_filters_form{
    clear: none;
    float: left;
    margin-left: 25px;
   }


   #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label{
      font-style: italic;
      text-transform: none;
      color: #dfdfdf;
      color: #45338e;
      font-size: 15px;
      margin-top: 4px;
    }

  .tribe-events-filters-horizontal .tribe-events-filters-content {
      background: transparent;
      border: 0;
  }

  .tribe-events-filters-horizontal #tribe_events_filter_control a{
        color: #FFFFFF;
        font-size: 15px;
  }

  .tribe-events-filters-horizontal #tribe_events_filter_control a.tribe_events_filters_close_filters{
     color: #d1d1d1;
     display: none;
  }

  #tribe_events_filters_wrapper .tribe-events-filters-group-heading{
    color: #FFFFFF;
    color: #45338e;
    font-size: 15px;
  }

  #tribe_events_filters_wrapper .tribe-filter-status{
      color: #666;
  }

  .tribe-events-filters-horizontal #tribe_events_filter_control a+a{
    margin-left: 0;
    color: #45338e;
  }

  blockquote p {
    font-size: 24px;
    line-height: 32px;
  }
}

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

  #vi-top-bar-container .widget_search{
    width: 100%;
    margin-bottom: 5px;
  }

   #vi-home-section-6-top-container .widget_custom_html .custom-html-widget .rotate{
      font-size: 20px;
      line-height: 24px;
      padding: 16px 10px;
  }
}

@media only screen and (max-width: 600px) {
  #vi-top-bar-container .widget_search{
    width: 100%;
  }

  .tribe-event-tickets-plus-meta input[type=email], 
  .tribe-event-tickets-plus-meta input[type=password], 
  .tribe-event-tickets-plus-meta input[type=text], 
  .tribe-event-tickets-plus-meta input[type=url], 
  .tribe-event-tickets-plus-meta textarea{
    width: 100%;
  }

  body.tribe-events-style-full .tribe-events-tickets td, 
  body .tribe-events-tickets td{
    width: 100%;
  }

  .single-tribe_events .tribe-events-tickets .tribe-button{
    width: 100%;
  }

  #vi-home-section-6-personal-trainer .widget_sp_image, 
  #vi-home-section-6-group-exercise .widget_sp_image{
      width: 100%;
      margin-left: 0;
  }


  #vi-footer-nav-container .widget_sp_image {
    width: 100%;
  }

  #vi-home-section-1 .widget_custom_html h5{
      display: none;
  }

  #vi-home-section-1 .widget_custom_html .widget-title{
      font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.75px;
  }

  #vi-home-section-1-container {
    margin-top: 0;
    padding: 3rem 0;
    background-position: center;
  }

  #vi-home-section-1 .widget_custom_html .button{
       margin-top: 10px;
  }

  #vi-home-section-1 .widget_custom_html {
    max-width: 315px;
  }

  #vi-home-section-2 .widget_custom_html h2 {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.75px;
  }
  #vi-home-section-2 .widget_custom_html h3 {
    letter-spacing: 1.2px;
    font-size: 24px;
    line-height: 29px;
  }

  #vi-home-section-2 .widget_custom_html .top {
    padding: 35px 20px;
  }

  #vi-home-section-3 .widget_custom_html:first-child .widget-title{
    font-size: 23px;
    line-height:28px;
    letter-spacing: 1.15px;
  }
  #vi-home-section-3 .widget_custom_html:first-child .widget-title:before{
      display: block;
      margin-right: 0;
  }

  #vi-home-section-3-container,
  #vi-home-section-4-container,
  #vi-home-section-5-container{

       padding: 40px 0;

  }
  #vi-home-section-3 .widget_custom_html .widget-title,
  #vi-home-section-4 .widget_custom_html .widget-title,
  #vi-home-section-5 .widget_custom_html h2{
      font-size: 29px;  
      line-height: 35px;
      letter-spacing: 0.72px;
      margin-bottom: 10px;
  }


  #vi-home-section-3 .widget_custom_html,
  #vi-home-section-4 .widget_custom_html,
  #vi-home-section-5 .widget_custom_html{
      margin-bottom: 0;
  }


  #vi-home-section-3 .widget_custom_html .custom-html-widget p,
  #vi-home-section-4 .widget_custom_html .custom-html-widget  p,
  #vi-home-section-5 .widget_custom_html .custom-html-widget  p{
      display: none;
  }
  
    #vi-home-section-3 .widget_custom_html:first-child .custom-html-widget p{
        display: block;
    }

    #vi-home-section-3 .widget_custom_html:first-child{
      margin-bottom: 15px;
      border-bottom: 0;
    }

    .home .button{
      margin-bottom: 0;
    }
 
    #vi-home-section-3 .widget_sp_image, 
    #vi-home-section-4 .widget_sp_image, 
    #vi-home-section-5 .widget_sp_image{
         margin-bottom: 20px;
    }

    #vi-home-section-6-container {

      padding: 40px 0 40px;
    }

  #vi-home-section-6-top-container .widget_custom_html .widget-title{
      font-size: 30px;
      line-height: 37px;
    letter-spacing: 1.5px;
  }

  #vi-home-section-6-personal-trainer .widget_sp_image .widget-title, 
  #vi-home-section-6-group-exercise .widget_sp_image .widget-title{
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 1px;
          margin-top: 8px;
  }

  #vi-home-section-6-personal-trainer .widget_sp_image .widget_sp_image-description, 
  #vi-home-section-6-group-exercise .widget_sp_image .widget_sp_image-description{
       display: none;
  }

  #vi-home-section-6-personal-trainer .widget_sp_image .image-wrap, 
  #vi-home-section-6-group-exercise .widget_sp_image .image-wrap{
      max-width: 50px;
    margin: 0 auto;

  }

  #vi-home-section-6-personal-trainer .widget_sp_image, #vi-home-section-6-group-exercise .widget_sp_image{
      margin-bottom: 15px;
  }

  #vi-footer-nav-container .widget_sp_image a.title-link{
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 1px;
      margin-top: 8px;

  }

  #vi-footer-nav-container .widget_sp_image .image-wrap{
    max-width: 35px;
    margin: 0 auto;
  }

  #vi-footer-nav-container .widget_sp_image{
    margin-bottom: 35px;
  }

  #vi-footer-nav-container {
    padding-bottom: 15px;
  }

  #add_payment_method #payment div.payment_box .form-row, 
  body.woocommerce-cart #payment div.payment_box .form-row, 
  body.woocommerce-checkout #payment div.payment_box .form-row{
      width: 100%;
  }

  #vi-home-section-6-top-container .widget_custom_html .custom-html-widget .rotate{

      padding: 16px 20px;
  }

  .site-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  body .tribe-block__tickets__item__attendee__fields .tribe-field {
    margin-bottom: 20px;
  }


  #neta-2023-home-section-4{
    margin-top: -40px;
  }

}

@media only screen and (max-width: 450px) {
  .header-image .site-title > a {
    background-size: contain;
  }

  .tribe-events-single .title-details{
    padding-left: 0;
    clear: both;
  }

  body .product.woocommerce.add_to_cart_inline .woocommerce-Price-amount{
      display: block;
      margin-right: 0;
      margin-bottom: 15px;
  }

    .tribe-events-single .tribe-events-event-image{
    width: 100%;
    padding-left: 0;
  }

  .tribe-events-event-image + .tribe-events-single-event-description{
    width: 100%;
  }

  figure.alignleft,
  figure.alignright {
    float: none;
    text-align: none;
    margin: 0 0 10px 0;    
  }

}

@media only screen and (max-width: 400px) {
  header .entry-title {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 38px;
    line-height:  48px;
  }

  h3 {
    font-size: 34px;
    line-height: 43px;
  }

  .woocommerce-cart .woocommerce ul.products li.product .woocommerce-loop-product__title{
    line-height: 1.5em;
  }

  body #add_payment_method table.cart td.actions .coupon .input-text, 
  body.woocommerce-cart table.cart td.actions .coupon .input-text, 
  body.woocommerce-checkout table.cart td.actions .coupon .input-text{
      width: 100%;
      margin-bottom: 15px;
  }

  .woocommerce #content table.cart td.actions .coupon .button.alt, 
  .woocommerce #content table.cart td.actions .coupon .input-text+.button, 
  .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, 
  .woocommerce-page #content table.cart td.actions .coupon .button.alt, 
  .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, 
  .woocommerce-page table.cart td.actions .coupon .button.alt, 
  .woocommerce-page table.cart td.actions .coupon .input-text+.button{
       width: 100%;
  }

  body .tribe-block__tickets__registration__title h2{
       line-height: 24px;
  }

  body .tribe-ticket__heading{
      font-size: 26px;
      line-height: 30px;
  }

  #tribe-events-content-wrapper .tribe-events-list .category-icon img{
      margin: 0 auto;
  }
  #tribe-events-content-wrapper .tribe-events-list .category-icon{
     width: 100%;
  }
  #tribe-events-content-wrapper .tribe-events-list .detail-container{
    width: 100%;
  }

  header .entry-title {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h3 {
    font-size: 32px;
    line-height: 42px;
  }


 body .woocommerce form .form-row-first, 
 body .woocommerce form .form-row-last, 
 body .woocommerce-page form .form-row-first, 
 body .woocommerce-page form .form-row-last{
    width: 100%;
 }

 body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__page-title{
      font-size: 35px;
      line-height: 40px;
 }

  body .tribe-common .tribe-tickets__footer{
    display: block;
 }

  body .tribe-common .tribe-tickets__footer .tribe-common-c-btn{
    width: 100%;
    margin-top: 15px;
 }

 body .tribe-events-list .tribe-events-read-more{
     padding: 12px;
     text-align: center !important;
     color: #FFFFFF !important;
     background: #492f92;
     margin-bottom: 15px;
  }
}

@media only screen and (max-width: 360px) {
  #vi-home-section-6-top-container .widget_custom_html .custom-html-widget .rotate{

      font-size: 18px;
      line-height: 22px;
      padding: 16px 12px;
  }

  #vi-top-bar{
    padding: 0 15px;
  }
}
/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px;
}

/*.responsive-menu-icon::before {
  color: #FFFFFF;
  content: "\f0c9";
  display: inline-block;
  font: normal 20px/1 'FontAwesome';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 auto;
  padding: 10px;
}*/
.responsive-menu-icon::before {
  content: url(images/icon-menu-white.png);
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
}

.site-header .responsive-menu-icon::before {
  padding: 0;
}

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

  .genesis-nav-menu .menu-item.contact {
    display: inherit;
  }

  .genesis-nav-menu,
  .genesis-nav-menu.responsive-menu,
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: none;
  }

  .nav-primary {
    background-color: rgba(31, 31, 31, 1.0);
  }

  .genesis-nav-menu .menu-item:hover > .sub-menu,
  .genesis-nav-menu .menu-item:last-child:hover > .sub-menu {
    left: auto;
    margin-left: 0px;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
  .nav-primary .responsive-menu-icon {
    display: block;
  }

  .genesis-nav-menu.responsive-menu .menu-item {
    width: 100%;
    text-align: left;
    float: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item a {
    color: #FFFFFF;
  }

  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
    color: #492f92;
  }

  .genesis-nav-menu .sub-menu:before {
      display: none;

  }
  
  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu > .first > a,
  .genesis-nav-menu.responsive-menu > .last > a,
  .genesis-nav-menu.responsive-menu a,
  .genesis-nav-menu.responsive-menu a:hover,
  .genesis-nav-menu.responsive-menu li:hover > a {
    background: none;
    color: #FFFFFF;
    padding: 18px 20px;
  }
  
  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;  
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: url(images/menu-down.png);
    float: right;
    /*font-family: FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;*/
    height: 16px;
    padding: 16px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: url(images/menu-down.png);
  }
  
  .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    color: #FFFFFF;
  }

  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 25px;
  }

  .genesis-nav-menu.responsive-menu .sub-menu li a{
    background: none;
    border: none;
    color: #FFFFFF;
    padding: 14px 20px;
    position: relative;
    width: 100%;
  }


  .genesis-nav-menu.responsive-menu .sub-menu li a:hover{
    color: #7BC143;
  }

  .genesis-nav-menu .sub-menu{
    padding: 0 0 0 8px;
  }

  .genesis-nav-menu .sub-menu li:hover {
    color: #7BC143;
    background-color: transparent;
  }

  .genesis-nav-menu a {
    font-size: 18px;
  }
  
  .entry-categories,
  .entry-comments-link,
  .entry-tags {
    display: block;
    float: none;
  }   
}

@media only screen and (max-width: 768px) {
.nav-primary .responsive-menu-icon {
    display: none;
  }
}