/*
Theme Name: HVIA
Theme URI: https://uplift360.com.au/
Author: Uplift 360
Author URI: https://uplift360.com.au/
Description: This is a custom theme made for Heavy Vehicle Industry Australia
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hvia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}
.entry-content h2{
    margin: 1em 0;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    color: #30AB4C;
}
p {
    margin-bottom: 1.5em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

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

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    background: #fff;
    font-family: 'Ubuntu', sans-serif;
    /* Fallback for when there is no custom background color defined. */
    font-weight: 400;
    color: #333;
}

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

ul, ol {
    margin: 1em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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

section {
    padding: 50px 0;
    position: relative;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 0;
    background: #30AB4C;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    
}

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}
.container {
    max-width: 1180px !important;
}


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

a:visited {
    color: inherit;
}

a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

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

.container-fluid .container {
    padding: 0;
}

.align-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.read-more:hover {
    text-decoration: none;
    color: #30ab4c;
}

.read-more:hover {
    text-decoration: none;
    color: #30ab4c;
}

.btn-green {
    background: #30ab4c;
    color: #fff !important;
    padding: 5px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 1.5em 0;
    display: inline-block;
}

.btn-green:hover {
    text-decoration: none;
    background: #e87722;
}

.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.no-left {
    padding-left:  0 !important;
}
.no-right {
    padding-right:  0 !important;
}
/*--------------------------------------------------------------
## Site Branding and Menus
--------------------------------------------------------------*/
#masthead {
    position: relative;
    z-index: 999;
}
.top-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    padding: 17px 0;
}
#masthead > .container:first-child {
    padding-right: 0;
}
.site-title {
    margin: 0;
    text-transform: uppercase;
}

.site-description {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.site-branding img {
    width: auto;
    max-height: 65px;
}

nav {
    position: relative;
    width: auto;
    margin: 0 0 0 auto;
}

#site-navigation, #site-navigation ul, #site-navigation ul li, #site-navigation ul li a, #site-navigation #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#site-navigation:after, #site-navigation > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#site-navigation #head-mobile {
    display: none
}

#site-navigation {
    /* font-family: sans-serif; */
    /* background: #333 */
}

#site-navigation > ul > li {
    float: left
}

#site-navigation > ul > li > a {
    padding: 5px 15px;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #333f49;
    font-weight: 300;
    text-transform: uppercase;
}
#site-navigation > #primary-menu > li > a{
    font-size: 14px;
}
#site-navigation > ul > .btn {
    background-color: #e87722;
    border-radius: 0;
}

#site-navigation > ul > .btn > a {
    color: #fff;
    padding: 5px 15px;
}

#site-navigation > ul > li:hover > a, #site-navigation ul li.active a {
    color: #fff
}

#site-navigation > ul > li:hover, #site-navigation ul li.active:hover, #site-navigation ul li.active, #site-navigation ul li.has-sub.active:hover {
    background: #448D00 !important;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

/*#site-navigation > ul > li.has-sub > a {
    padding-right: 30px
}*/

#site-navigation > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: none;
}

#site-navigation > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: none;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#site-navigation > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

#site-navigation ul ul {
    position: absolute;
    left: -9999px
}

#site-navigation ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333f49;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#site-navigation ul ul li:hover {
}

#site-navigation li:hover > ul {
    left: auto
}

#site-navigation li:hover > ul > li {
    height: auto
}

#site-navigation ul ul ul {
    margin-left: 100%;
    top: 0
}

#site-navigation ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 13px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}

#site-navigation ul ul li:last-child > a, #site-navigation ul ul li.last-item > a {
    border-bottom: 0
}

#site-navigation ul ul li:hover > a, #site-navigation ul ul li a:hover {
    color: #fff
}

#site-navigation ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#site-navigation ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#site-navigation ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#site-navigation ul ul li.has-sub:hover, #site-navigation ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#site-navigation ul ul ul li.active a {
    border-left: 1px solid #333
}

#site-navigation > ul > li.has-sub > ul > li.active > a, #site-navigation > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333
}

.main-menu {
    background-color: #333f49;
    color: #fff;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
}

.main-menu #site-navigation > ul > li > a {
    padding: 15px 15px;
    color: #fff;
}

.secondary-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    width: 100%;
    margin: 0;
}

.menu-add-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* flex-wrap: wrap; */
}

.menu-add-on div {
    margin-left: 12px;
}
.menu-cart i {
    font-size: 20px;
    vertical-align: middle;
}
.menu-add-on a {
    display: block;
    cursor: pointer;
}
.cart-me span {
    background: #30AB4C;
    width: 15px;
    height: 15px;
    color:  #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    text-align: center;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: -10px;
    font-size: 10px;
    font-weight: bold;
}

a.cart-me {
    position: relative;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 1.5em 0 1.5em;
    overflow: hidden;
}

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

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

.single-post-nav {
    width: 100%;
    margin-top: 2em;
    border-top: 1px solid #eee;
    background: #fff;
}
 
.single-post-nav a {
    text-decoration: none;
}
 
.single-post-nav > div {
    width: 50%;
    float: left;
    padding: 30px 50px;
    text-align: right;
    line-height: 1;
}
 
.single-post-nav > div:first-child {
    border-right: 1px solid #eee;
    text-align: left;
    padding-left: 0;
}

a.nav-title {
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 1.2em;
    display: inline-block;
}

.single-post-nav > div p {
    display: inline-block;
    line-height: 1.3;
}

.single-post-nav > div:last-child {
    padding-right: 0;
}

.single-post-nav > div  img {
    margin-bottom: 1.2em;
}
.fixed {
    position: fixed;
    top:0;
    left:0;
    width: 100%; 
}

.logo-scroll img {
    max-height: 49px;
    padding: 4px 0;
}

.main-menu #site-navigation {
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.logo-scroll {
    display: none;
    margin-right: 15px;
}
.fixed .logo-scroll {
    display: block;
}
.my-account {
    display: none !important;
}
@media (min-width: 993px) {
    #site-navigation ul#mobile-menu {
        display: none !important;
    }
}

@media (max-width: 992px) {
    #masthead {
        background: #fff;
        -webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.3);
                box-shadow: 0 2px 2px 1px rgba(0,0,0,0.3);
        z-index: 999;
        position: fixed;
        width: 100%;
    }
    .site-branding img {
        max-height: 50px;
    }
    .container-fluid.main-menu {
        display: none;
    }
    #site-navigation {
        width: 100%;
    }

    #site-navigation > ul > li > a {
        color: #6F6F6E;
        padding: 15px;
    }

    #site-navigation #top-menu {
        display: none;
    }

    #site-navigation #mobile-menu {
        width: 100%;
        display: none;
        padding: 18px 0;
    }

    #site-navigation #mobile-menu li {
        width: 100%;
        border-top: 1px solid #eee;
    }

    #site-navigation #mobile-menu li:hover {
        background: #363636;
    }

    #site-navigation #mobile-menu ul li, #site-navigation li:hover > ul > li {
        height: auto
    }

    #site-navigation #mobile-menu li a, #site-navigation #mobile-menu ul li a {
        width: 100%;
        border-bottom: 0
    }

    #site-navigation > #mobile-menu > li {
        float: none
    }

    #site-navigation #mobile-menu ul li a {
        padding-left: 25px
    }

    #site-navigation #mobile-menu ul li {
        background: #333 !important;
    }

    #site-navigation #mobile-menu ul li:hover {
        background: #363636 !important
    }

    #site-navigation #mobile-menu ul ul li a {
        padding-left: 35px
    }

    #site-navigation #mobile-menu ul li a {
        color: #ddd;
        background: none
    }

    #site-navigation #mobile-menu ul li:hover > a, #site-navigation #mobile-menu ul li.active > a {
        color: #6F6F6E;
    }

    #site-navigation #mobile-menu ul, #site-navigation #mobile-menu ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #site-navigation > #mobile-menu > li.has-sub > a:after, #site-navigation > #mobile-menu > li.has-sub > a:before, #site-navigation #mobile-menu ul > li.has-sub > a:after, #site-navigation #mobile-menu ul > li.has-sub > a:before {
        display: none
    }

    #site-navigation #head-mobile {
        display: block;
        padding: 1px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .menu-toggle {
        width: 55px;
        height: 23px;
        position: fixed;
        right: 8%;
        top: 20px;
        cursor: pointer;
        z-index: 12399994;
    }

    .menu-toggle:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #6F6F6E;
        border-bottom: 2px solid #6F6F6E;
        content: ''
    }

    .menu-toggle:before {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #6F6F6E;
        content: ''
    }

    .menu-toggle.menu-opened:after {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #6F6F6E;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg)
    }

    .menu-toggle.menu-opened:before {
        top: 23px;
        background: #6F6F6E;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
    }

    #site-navigation .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 5px;
        display: block;
        border-left: 1px solid #eee;
        height: 33px;
        width: 46px;
        cursor: pointer;
    }

    #site-navigation .submenu-button.submenu-opened {
        background: #262626
    }

    #site-navigation #mobile-menu ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #site-navigation .submenu-button:after {
        position: absolute;
        top: 15px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: '';
    }

    #site-navigation #mobile-menu ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #site-navigation .submenu-button.submenu-opened:after {
        background: #fff
    }

    #site-navigation .submenu-button:before {
        position: absolute;
        top: 12px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
    }

    #site-navigation #mobile-menu ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #site-navigation .submenu-button.submenu-opened:before {
        display: none
    }

    #site-navigation #mobile-menu ul ul li.active a {
        border-left: none
    }

    #site-navigation > #mobile-menu > li.has-sub > ul > li.active > a, #site-navigation > #mobile-menu ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}

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

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

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

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

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

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

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

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

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

#secondary .widget select {
    max-width: 100%;
}
#secondary .widget-title {
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
    margin-bottom: 1.5em;
}
#secondary ul {
    list-style: none;
    margin-left: 15px;
}

#secondary li:before {
  content: "\2022";
  color: #30AB4C;
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
}
#secondary .news-col, #secondary .event-col {
    width: 100%;
    margin-bottom: 1.5em;
}

#secondary .news-col h3 {
    height: auto;
}

#secondary .news-date {
    margin-bottom: 0.5em !important;
}
.widget .featured-col {
    width: 100%;
    margin-right: 0;
}

.widget .featured-col h3 {
    height: auto;
}
#secondary .slick-dots li:before {
    content: none !important;
}
#secondary ul.slick-dots {
    display: none !important;
}
.widget.widget_media_image {
    text-align: center;
}
.widget .slick-dots li button:before, .widget .slick-dots li.slick-active button:before{
    color: #30AB4C;
}

/*Entry Content*/

.entry-content a {
    color: #30AB4C;
}
.entry-content a:hover{
    text-decoration: underline;
}
a.read-more > span {
    margin-right: 5px;
}
.news-col .woocommerce {
    display: none;
}
.popover {
  max-width: 250px !important;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #e87722 !important;
  background-clip: padding-box;
  border: 1px solid #e87722;
  border-radius: 0px !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  color: #fff !important;
}


.popover a{
  color: #fff !important;
}

.bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-right .arrow:after {
  border-right-color: #e87722 !important;
}
.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-top .arrow:after {
  border-top-color: #e87722 !important;
}
.bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-left .arrow:after {
  border-left-color: #e87722 !important;
}
.popover-body{
  color: #fff;
}


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

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

.page-content,
.entry-content,
.entry-summary {
    margin: 2em 0;
}
.entry-header, .page-header {
    background-color: #162038;
    color:  #fff;
    padding: 1.5em 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.site-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
}

.copyright, .site-info a {
    font-size: 12px;
    text-transform: uppercase;
    color: #999d9e;
}

.btnup i {
    font-size: 30px;
}
.copyright span:first-child:after{
    content: "|";
    margin: 0 8px;
}

.copyright span:last-child:before{
    content: "|";
    margin: 0 8px;
}
.section-title, .subtitle {
    display: block;
    width: 100%;
    margin: 0;
    color: #3e3e3e;
}
.entry-content ul {
  list-style: none; 
}

.entry-content li:before {
  content: "\2022";
  color: #30AB4C;
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
}
.breadcrumbs {
    width:  100%;
    color: #30AB4C;
}
.breadcrumbs a:hover{
    color: #fff;
}
.entry-title {
    margin: 5px 0 0;
}
.archive .page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.archive .page-content .news-col{
    margin-bottom: 2.5em
}
.page-news .news-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.page-news .news-row .news-col {
    margin-bottom: 2em;
    /*width: calc(50% - 20px);*/
    margin-right: 30px;
}
.page-news .news-row a.read-more, .page-news .news-row a.read-more > i,
.archive a.read-more, .archive a.read-more > i{
    font-weight: 700;
    letter-spacing: 0.5px;
}
.single .post-thumbnail {
    margin-bottom: 25px;
}
.single .post-thumbnail img{
    width: 100%;
}

.social-component {
    display: block;
    clear: both;
    margin: 15px 0;
}

.social-component a {
    border: 1.5px solid #333;
    display: inline-block;
    margin-right: 8px;
    padding: 8px 0;
    text-align: center;
    width: 38px;
    font-size: 15px;
    line-height: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #333;
    border-radius: 50%;
}
.social-component a:hover{
    color: #fff;
    border-color: #30AB4C;
    background: #30AB4C;
}
.entry-footer.post-single-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.members-list  {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.members-list .member-logo {
    width: calc(33.33% - 30px);
    margin: 15px;
}
.members-list .member-logo .logo-container {
    height: 200px;
    width: 100%;
    padding:  0;
}

.member-details {
    margin-top: 25px;
}

.member-details h3{
    font-size: 22px;
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}
#comments label {
    display: block;
}

#comments input{
    width: 100%;
}

#comments #submit {
    max-width:200px;
    padding: 20px;
    font-size:15px;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
/** Visibility fix for stacking slides during initialization. */
.slider{
    overflow: hidden;
}
/**Fix stacking issue*/
.slide:nth-child(n+1) {
display: none;
}

.slide:first-child {display: -webkit-box;display: -ms-flexbox;display: flex;min-height: 100%;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}

.slides {
    height: 100%;
    min-height: 100%;
}
/**end fix**/
.slick-slider, .slick-list, .slick-track {
    height: 100%;
    width: 100%;
}

.slider {
    /*min-height: calc((100vh - 129px) - 250px);
    height: calc((100vh - 129px) - 250px);*/
    padding: 0;
    height: 720px;
}

.slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: 0;
    bottom: 0;
}

.overlay svg {
    height: 100vh;
}

.slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.slick-initialized .slick-slide {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slide-content {
    margin: 10% 0;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 1.2;
    max-width: 700px;
}

.slide-content h2 {
    color: #fff;
    font-weight: bold;
    font-size: 4em;
}

.slide-content p {
    color: #fff;
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.2;
}

.slider-link {
    display: block;
}

.slider-link:hover {
    text-decoration: none;
}

a.btn.slider-link {
    display: inline-block;
    font-size: 20px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px;

    position: relative;
    padding-right: 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: uppercase;
    -webkit-transition: 0.1s all ease-in;
    -o-transition:0.1s all ease-in;
    transition:0.1s all ease-in;
}


a.btn.slider-link span{
  display: block;
  width: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  height: 10px;
  position: absolute;
}

a.btn.slider-link span span{
  background: url(/wp-content/themes/hvia/fonts/arrow.png);
  display: block;
  width: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
  height: 10px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: absolute;
}

a.btn.slider-link .arrow:before {
  content:"";
  background: url(/wp-content/themes/hvia/fonts/arrow.png);
  display: block;
  width: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  height: 10px;
  position: absolute;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

a.btn.slider-link .arrow:after {
  content:"";
  background: url(/wp-content/themes/hvia/fonts/arrow.png);
  display: block;
  width: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  height: 10px;
  position: absolute;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

a.btn.slider-link:hover .arrow:before{
  -webkit-animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
          animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
}

a.btn.slider-link:hover .arrow:after{
  -webkit-animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
          animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
}

a.btn.slider-link:hover .arrow span{
  -webkit-animation: animate-arrow-1 1s ease-in-out infinite;
          animation: animate-arrow-1 1s ease-in-out infinite;
}

@-webkit-keyframes animate-arrow-1 {
  0%{-webkit-transform:translateX(-40px);transform:translateX(-40px);opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
  70%,100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
}

@keyframes animate-arrow-1 {
  0%{-webkit-transform:translateX(-40px);transform:translateX(-40px);opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
  70%,100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
}
@-webkit-keyframes animate-arrow-2 {
  0%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
  70%,100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity: 0.5;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
}
@keyframes animate-arrow-2 {
  0%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
  70%,100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity: 0.5;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
}
@-webkit-keyframes animate-arrow-3 {
  0%{-webkit-transform:translateX(-10px);transform:translateX(-10px);opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
  70%,100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity: 0.3;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";}
}
@keyframes animate-arrow-3 {
  0%{-webkit-transform:translateX(-10px);transform:translateX(-10px);opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
  70%,100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity: 0.3;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";}
}

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

.slick-slider,
.slick-carousal,
.slider-nav {
    visibility: hidden; 
    opacity:0; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    -webkit-transition: opacity 0.5s linear; 
    -o-transition:opacity 0.5s linear; 
    transition:opacity 0.5s linear; 
}

.slick-initialized { 
    visibility: visible !important; 
    opacity:1 !important; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}


/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-prev:before,
.slick-next:before {
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 1;

    opacity: .75;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '\f104';
    font-family: FontAwesome;
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '\f105';
    font-family: FontAwesome;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    width: 100%;
    position: relative;
    bottom: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 1.5em 0 0;
    list-style: none;

    text-align: center;

}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    content: '\f10c';
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #fff;
    content: '\f111';
    font-family: FontAwesome;
}

.reg-slider {
    width: 100%;
    height: auto;
}

.reg-slider .slick-slide {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.reg-slider .slick-slide {
    width: 100% !important;
}

.reg-slider .slick-slide img {
    width: 100%;
    border: 1px solid #fff;
}

.reg-slider .slick-track {
    width: 100%;
}

.slick-prev, .slick-next {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.ads-row:hover .slick-prev, .ads-row:hover .slick-next {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/*--------------------------------------------------------------
## News
--------------------------------------------------------------*/
.news {
    position: relative;
    margin-top: -245px;
}

.news .section-title, .news .subtitle {
    color: #fff;
}

.section-title {
    text-transform: uppercase;
}

.news-row {
    margin-top: 1.5em;
    /*-webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
}

.news-col {
    width: calc(33.33% - 30px);
    margin-right: 30px;
}

.news-col:last-child {
    margin-right: 0;
}

.news-col h3 {
    background: #162038;
    margin: 0;
    color: #fff;
    font-size: 1.4em;
    padding: 15px;
    height: 108px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.news-date {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1.5em;
}

.news-img {
    height: 220px;
    margin-bottom: 1.5em;
    position: relative;
    overflow: hidden;
}
.news-img a {
    display: block;
    position: absolute;
    top:  0;
    left:  0;
    width:  100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-img a:hover{
    -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
        transform: scale(1.2);
}
/*--------------------------------------------------------------
## ADS Section
--------------------------------------------------------------*/
.ads-row.mobile{ display: none !important; } 
/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.events-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.5em;
}

.event-col {
    width: calc(25% - 30px);
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.event-thumb {
    width: 100%;
    height: 200px;
    margin-bottom: 1.5em;
    overflow: hidden;
    position: relative;
}
.event-thumb a {
    display: block;
    position: absolute;
    top:  0;
    left:  0;
    width:  100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.event-thumb a:hover{
    -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
        transform: scale(1.2);
}
.event-details h4 {
    font-size: 17px;
}

.event-col:last-child {
    margin-right: 0;
}

.event-details ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.event-details {
    border-left: 3px solid #299638;
    padding-left: 15px;
    margin-bottom: 1.5em;
}

a.read-more-event {
    background: #299638;
    color: #fff;
    padding: 5px;
    display: block;
    text-align: center;
    letter-spacing: 1px;
}

a.read-more-event:hover {
    text-decoration: none;
    background: #e87722;
}

a.read-more-event i {
    margin-right: 10px;
}
.tribe-events-event-cost > span, .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span {
    border: 1px solid #ddd;
    color: #333;
    display: block;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    padding: 8px 12px;
    text-align: center;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button {
    border-radius: 3px;
    line-height: 1;
    margin: 10px;
    padding: 9px 12px;
    text-transform: uppercase;
    letter-spacing: 1px; 
    background: #30AB4C !important;
    color: #fff !important;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
    display: none;
}
ul.wc-item-meta li:before {
    content: none;
}
select {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    height: 41px;
}
.member-listing .member-details {
    text-align: center;
}

.member-name {
    font-size: 1em;
    text-transform: uppercase;
}
.tribe-common-form-control-checkbox.tribe-tickets-attendees-list-optout--wrapper {
    display: none !important;
}
.entry .entry-content .tribe-common .tribe-tickets__item__quantity__add, .entry .entry-content .tribe-common .tribe-tickets__item__quantity__remove, .tribe-common .tribe-tickets__item__quantity__add, .tribe-common .tribe-tickets__item__quantity__remove {
    color: #333;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 0;
    padding:  0;
}

.entry .entry-content .tribe-common .tribe-tickets__item__quantity, .tribe-common .tribe-tickets__item__quantity {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
.entry .entry-content .tribe-common .tribe-tickets__item__quantity__add:hover, .tribe-common .tribe-tickets__item__quantity__add:hover{
    color: #30AB4C;
}

.tribe-common .tribe-tickets__item__quantity__remove:hover, .entry .entry-content .tribe-common .tribe-tickets__item__quantity__remove:hover{
    color: red;
}
h2.tribe-common-h4.tribe-common-h--alt.tribe-tickets__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #e4e4e4;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10fr 1fr;
    grid-template-columns: 10fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin: 0;
    padding: 12px 0 16px;
}

h2.tribe-common-h4.tribe-common-h--alt.tribe-tickets__title > span {
    font-size: 14px;
    text-transform: uppercase;
    
}
button.tribe-common-c-btn.sample.tribe-common-c-btn--small.tribe-tickets__buy:disabled {
    background: #ddd;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   body.page-tribe-attendee-registration .entry .entry-content .tribe-common .tribe-tickets__item, .tribe-common .tribe-tickets__item, body.page-tribe-attendee-registration .tribe-tickets__footer {
        display: table;
        width: 100%;
    }
    
    body.page-tribe-attendee-registration .tribe-common-h7.tribe-common-h6--min-medium.tribe-tickets__item__content__title.tribe-tickets--no-description,
    body.page-tribe-attendee-registration .tribe-tickets__item__extra,
    body.page-tribe-attendee-registration .tribe-ticket-quantity,
    body.page-tribe-attendee-registration .tribe-common-b2.tribe-tickets__item__total__wrap,
    body.page-tribe-attendee-registration .tribe-tickets__footer__back-link,
    body.page-tribe-attendee-registration .tribe-tickets__footer__quantity,
    body.page-tribe-attendee-registration .tribe-tickets__footer__total
    {
        display: table-cell !important;
    }
    
    body.page-tribe-attendee-registration .tribe-ticket-quantity{
        padding: 0 10px;
    }
    
    h2.tribe-common-h4.tribe-common-h--alt.tribe-tickets__title {
        display: table;
        width: 100%;
    }
    
    h2.tribe-common-h4.tribe-common-h--alt.tribe-tickets__title {}
    
    h2.tribe-common-h4.tribe-common-h--alt.tribe-tickets__title > span {
        display:  table-cell;
        text-align: right;
    }
    
    .entry .entry-content .tribe-common .tribe-tickets__item, 
    .tribe-common .tribe-tickets__item {
        display: table;
        width: 100%;
    }
    
    .entry .entry-content .tribe-common .tribe-tickets__item > div, 
    .tribe-common .tribe-tickets__item > div{
        display: table-cell;
    }
    
    .tribe-common-h4.tribe-tickets__item__quantity {
        text-align: right;
        width: 20%;
    }
    .entry .entry-content .tribe-common .tribe-tickets__item > div:first-child, 
    .tribe-common .tribe-tickets__item > div:first-child{
        width: 20%;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 540ppx) {  
   /* IE10+ specific styles go here */  
   body.page-tribe-attendee-registration .entry .entry-content .tribe-common .tribe-tickets__item, .tribe-common .tribe-tickets__item, body.page-tribe-attendee-registration .tribe-tickets__footer {
        display: table;
        width: 100%;
    }
    
    body.page-tribe-attendee-registration .tribe-common-h7.tribe-common-h6--min-medium.tribe-tickets__item__content__title.tribe-tickets--no-description,
    body.page-tribe-attendee-registration .tribe-tickets__item__extra,
    body.page-tribe-attendee-registration .tribe-ticket-quantity,
    body.page-tribe-attendee-registration .tribe-common-b2.tribe-tickets__item__total__wrap,
    body.page-tribe-attendee-registration .tribe-tickets__footer__back-link,
    body.page-tribe-attendee-registration .tribe-tickets__footer__quantity,
    body.page-tribe-attendee-registration .tribe-tickets__footer__total
    {
        display: block !important;
    }
}
@media (min-width:767px){
    table.tribe-events-tickets td.tickets_description {
        width: 50%;
    }

}
/*--------------------------------------------------------------
## Sponsors & Members
--------------------------------------------------------------*/
.sponsors .section-title, .sponsors .subtitle, .sponsors, .members .section-title, .members .subtitle, .home .members {
    color: #fff;
}

.logo-container {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 11px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sponsor-logo:last-child .logo-container, .member-logo:last-child .logo-container {
    margin-right: 0;
}

.sponsor-logo a, .member-logo a {
    display: block;
    width: 100%;
}

.sponsor-logo img, .member-logo img {
    display: block;
    margin: auto;
}

/*--------------------------------------------------------------
## Featured
--------------------------------------------------------------*/
.featured-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.5em;
}

.featured-col {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(25% - 30px);
    margin-right: 15px;
}

.featured-col:last-child {
    margin-right: 0;
}

.featured-img {
    width: 100%;
    height: 200px;
    margin-bottom: 1.5em;
    position:relative;
    overflow:hidden;
}
.featured-img  a {
    display: block;
    position: absolute;
    top:  0;
    left:  0;
    width:  100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.featured-img  a:hover{
    -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
        transform: scale(1.2);
}
.featured-col h3 {
    background: #162038;
    margin: 0;
    color: #fff;
    font-size: 1.4em;
    padding: 15px;
    height: 108px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.featured-col h3 a:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------
## Socials
--------------------------------------------------------------*/
.socials .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.socials-title {
    display: block;
    /* width: 100%; */
    margin: 0;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
}

section.socials {
    padding: 10px 0;
}

#social-accounts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}

#social-accounts li {
    display: inline-block;
    background-color: transparent;
    margin: 5px 15px;
    border-radius: 50%;
    border: 2px solid #fff;
}

#social-accounts li:hover {
    background-color: #E87722;
    border-color: #E87722;
}

#social-accounts a {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    height: 50px;
    width: 50px;

    font-size: 20px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-sidebars .widget {
    padding: 0;
    margin: 0;
}

.footer-sidebars {
    color: #fff;
}

.footer-sidebars ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.footer-sidebars .widget-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #5d6a73;
    font-weight: bold;
}

.footer-sidebars-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-widget-area {
    width: calc(33.33% - 20px);
    padding: 10px 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.serach-results-container article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2em 0;
}
.footer-sidebars-row .menu a:hover {
    color: #299638;
}
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.searching{
    position:relative;
    height: 49px;
}
.searching #content {
  position: absolute;
  top: 18px;
  width: auto;
  height: 100%;
}

.searching #content.on {
  -webkit-animation-name: in-out;
  animation-name: in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.searching input {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  background: none;
  color: #fff;
  font-weight: 400;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
  -o-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
     transition-delay: 0.4s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%);
}

.searching .search {
  background: none;
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  padding: 0;
  border-radius: 100%;
  outline: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%);
}

.searching .search:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin-top: 12px;
  margin-left: 4px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.searching .close {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
     transition-delay: 0.4s;
}

.searching .close:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 4px;
  margin-top: 4px;
  margin-left: -12px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.searching .close:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 4px;
  background-color: #fff;
  margin-top: 4px;
  margin-left: -12px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.searching .square {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 0 10px;
  width: 200px;
  height: 28px;
  border: 2px solid #FFFFFF;
  border-radius: 0;
  background: none;
  color: #fff !important;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
  -o-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
  -webkit-transition-delay: 0.4s, 0s, 0.4s;
  -o-transition-delay: 0.4s, 0s, 0.4s;
     transition-delay: 0.4s, 0s, 0.4s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%); 
  position: relative;
  top: 6px;
}
.serach-results-container article .post-thumb {
    width: 25%;
    padding-right: 15px;
}
.serach-results-container article .entry-summary{
    width: 75%;
    margin:  0;
}

.serach-results-container article > div{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.serach-results-container article .entry-summary .entry-title {
    margin:  0;
}
/*--------------------------------------------------------------
## Woocommerce Stuff
--------------------------------------------------------------*/
.full-width .entry-content {
    width: 100%;
}
.single-product-content {
    width: 100%;
    margin: 2em 0;
}
.woocommerce div.product {
    width:  100%;
}
.woocommerce-product-gallery__image--placeholder img {
    border: 1px solid #ccc;
}
.woocommerce-billing-fields__field-wrapper {
    width: 100%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    width: 100%;
}

span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-error li:before, .woocommerce-info li:before, .woocommerce-message li:before {
    content: none;
}
.woocommerce ul.order_details li:before {
    content: none;
}

.woocommerce ul.order_details {
    padding:  0;
}
.archive-product-content {
    width:  100%;
    margin: 2em 0;
}

.woocommerce-products-header {
    background-color: #162038;
    color: #fff;
    padding: 1.5em 0;
}

h1.woocommerce-products-header__title.page-title {
    margin: 5px 0 0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #30AB4C !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #e87722 !important;
}
.tribe-block__tickets__item__attendee__fields input[type=color], .tribe-block__tickets__item__attendee__fields input[type=date], .tribe-block__tickets__item__attendee__fields input[type=datetime-local], .tribe-block__tickets__item__attendee__fields input[type=datetime], .tribe-block__tickets__item__attendee__fields input[type=email], .tribe-block__tickets__item__attendee__fields input[type=month], .tribe-block__tickets__item__attendee__fields input[type=number], .tribe-block__tickets__item__attendee__fields input[type=password], .tribe-block__tickets__item__attendee__fields input[type=range], .tribe-block__tickets__item__attendee__fields input[type=search], .tribe-block__tickets__item__attendee__fields input[type=tel], .tribe-block__tickets__item__attendee__fields input[type=text], .tribe-block__tickets__item__attendee__fields input[type=time], .tribe-block__tickets__item__attendee__fields input[type=url], .tribe-block__tickets__item__attendee__fields input[type=week], .tribe-block__tickets__item__attendee__fields select, .tribe-block__tickets__item__attendee__fields textarea {
    max-width: 100% !important;
    width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
    background: #333f49;
    color:  #fff;
    margin:  0;
    padding:  0;
}

nav.woocommerce-MyAccount-navigation ul li:before {
    content: none;
}

nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #30AB4C;
    text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid;
}
.woocommerce-MyAccount-navigation li.is-active {
    background: #30AB4C;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: '\f0e4';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a:before {
    content: '\f07a';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--members-area a:before {
    content: '\f2c3';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--teams a:before {
    content: '\f0c0';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: '\f1c6';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: '\f2ba';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: '\f007';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: '\f08b';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
}
#wpua-undo-button-existing {
    display: none;
}
.my-team-section.members ul.views li:before {
    content: none;
}

.my-team-section.members ul.views li a {
   padding: 10px
}

.my-team-section.members ul.views li a.current {
    color: #fff;
    background: #30AB4C;
}
.prof-pic {
    padding: 55px;
    text-align: center;
}
ul.members-listing li:before {
    content: none;
}

ul.members-listing {
    padding:  0;
}
.company-img {
    text-align: center;
}
.company-img img{
    max-height: 200px;
    width: auto;
}
.members-listing h2 {
    text-align: center;
}
.member-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.member-box {
    width: 33.33%;
    text-align: center;
    padding:  20px;
}

.member-pic img {
    width: 200px;
    margin-bottom: 14px;
}

span.member-name {
    font-size: 1.2em;
    font-weight: 500;
}
.members-listing li {
    border-top: 2px solid #eee;
    margin-top: 50px;
    padding-top: 50px;
}
.members-listing li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
/*--------------------------------------------------------------
## The Events Calendar & Ticket Plus stuff
--------------------------------------------------------------*/
#tribe-events ul li:before {
    content:  none;
}
.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
    max-width: 100%;
}
.tribe-events-event-image {
    float: right;
    max-width: 320px;
    margin-left: 15px;
    margin-bottom: 15px;
}
body.page-tribe-attendee-registration footer.entry-header, body.page-tribe-attendee-registration header.entry-header, body.page-tribe-attendee-registration header.entry-meta, body.page-tribe-attendee-registration span.edit-link{
    display: block !important;
}

.page-tribe-attendee-registration #main .container .row > .col-lg-4 {
    display: none;
}
.page-tribe-attendee-registration #main .container .row > .col-lg-8 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

body.page-tribe-attendee-registration .entry-content, body.page-tribe-attendee-registration .entry-header {
    width: 100% !important;
}
body.page-tribe-attendee-registration .breadcrumbs{
    display: none;
}
form > button.alignright.button-primary {
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    background: #e87722 !important;
}

form > button.alignright.button-primary:hover {
    background: #30AB4C !important;
}

.company-special.input--filled {
    overflow: visible !important;
    z-index: 99  !important;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  
  /*position the autocomplete items to be the same width as the container:*/
  top: 36px;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.event-preview-details {
    display: block;
    width: 70%;
    padding-left: 25px;
}

.event-preview-details .tribe-events-list-event-description.tribe-events-content {
    float: none;
    display: block;
}

.custom-class-events-loop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 !important;
    background: none !important;
    color: #333 !important;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image, .tribe-events-list .tribe-events-loop .tribe-events-event-image{
    margin: 0;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a, .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta, .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content,
.tribe-events-list .tribe-events-loop .tribe-event-featured a,
h3.tribe-events-list-event-title a, .tribe-events-venue-details a{
    color: #333 !important;
}
.event-loop-image{
    width: 30%;
}
.tribe-events-list .tribe-events-loop a.tribe-events-read-more {
    color: #30AB4C !important;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-image {
    width: 100% !important;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title {
    margin-top: 0;
}
form input#terms {
    height: auto;
    width: auto;
    opacity: 1;
}

dt.tribe-events-event-cost-label,
dd.tribe-events-event-cost,
dt.tribe-events-event-member-cost-label,
dd.tribe-events-event-member-cost {
    display: none !important;
}

@media (max-width: 767px){
    .tribe-events-event-image {
        float: none;
        display: block;
        text-align:center;
        margin-right: auto;
        max-width: 100%;
        margin-left: auto;
    }
    .custom-class-events-loop {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .event-loop-image {
        width: 100%;
    }
    .event-preview-details {
        width: 100%;
        padding: 0;
        margin-top: 20px
    }
    
    .tribe-events-loop .tribe-events-event-meta, .tribe-events-list .tribe-events-venue-details,
    .tribe-events-list .time-details, .tribe-events-list .tribe-event-schedule-details{
        border: none;
        padding: 0;
        margin: 0;
    }
}
/************END************************************/
label {
    text-transform: uppercase !important;
    font-size: 13px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    font-size: 12px !important;
    text-transform: none !important;
    color: #aaa;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    border: none;
    color: #333;
    font-size: 1em;
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    background: #30AB4C;
    color: #fff;
    line-height: 1;
    padding: .6em 1em .4em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit] {
    background: #30AB4C;
}

/* -- import Bootstrap v3 --------------------------- */
/* -- import Bootstrap docs ------------------------- */
/* -- import Roboto Font ---------------------------- */
/* -- Body style ------------------------------------ */
/* -- Input styles ---------------------------------- */
form .form-group {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
form .input-group {
  position: relative;
}
form .form-control {
  display: block;
  height: 36px;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #757575;
}
form .input-group .form-control {
  position: relative;
  z-index: inherit;
  float: inherit;
  width: 100%;
  margin-bottom: 0;
}
form .form-control:focus {
  border-color: #757575;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type="date"]{
    color: transparent;
}
input[type="date"]:focus{
    color: #666;
}
/* -- label styles ---------------------------------- */
form label {
  /*position: absolute;
  top: -18px;*/
  color: #999;
  font-size: 12px;
  font-weight: 300;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
form .form-horizontal .control-label {
  position: relative;
  top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  form .form-horizontal .control-label {
    font-size: 16px;
  }
}
form .float-label {
  left: 15px;
  top: 7px;
  font-size: 16px;
  pointer-events: none;
}
/* active state */
form .form-control:focus ~ .float-label{
  top: -18px;
  font-size: 12px;
}
/* input colors ---- */
form .form-control:focus ~ label {
  color: #03a9f4;
}
form .form-control:focus ~ .form-bar:before,
form .form-control:focus ~ .form-bar:after {
  background: #03a9f4;
}
/* help-block */
form .form-group .help-block {
  position: absolute;
}
form .help-block {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 300;
}
/* input addon ---*/
form .input-group-addon {
  border: none;
  background: transparent;
}
/* ------  inline ----*/
form .input-group-addon,
form .form-inline .input-group {
  display: table-cell;
}
form .input-group-addon,
form .input-group-btn {
  width: inherit;
}
form .input-group {
  width: 100%;
}
@media (min-width: 768px) {
  form .form-inline .form-group {
    margin-top: 16px;
  }
  form .input-group-btn,
  form .input-group .form-control,
  .form input-group-addon,
  form .form-inline .input-group {
    display: inline-block;
  }
  form .input-group {
    width: auto;
  }
}
/* -- bar styles -------------------------------------- */
form .form-bar {
  position: relative;
  display: block;
  width: 100%;
}
form .form-bar:before,
form .form-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
form .form-bar:before {
  left: 50%;
}
form .form-bar:after {
  right: 50%;
}
/* active state */
form .form-control:focus ~ .form-bar:before,
form .form-control:focus ~ .form-bar:after {
  width: 50%;
}
/* -- highlighter styles ------------------------------ */
form .form-highlight {
  position: absolute;
  height: 60%;
  width: 60px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
/* active state */
form .form-control:focus ~ .form-highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
/* -- highlighter animation --------------------------- */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
/*-- Checkbox --------------------------- */
/* 
 * Core styles required for the checkboxes.
 * @author Jason Mayes 2014, www.jasonmayes.com
*/
form .form-group.checkbox {
  margin-top: 20px;
}
form .checkbox input[type='checkbox'] {
  height: 0;
  width: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
form .checkbox label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 10px;
  padding-left: 0;
}
form .checkbox .chk-span {
  top: 0;
  border: 1px solid #5a5a5a;
  color: #1d1d1d;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 14px;
  margin: 0 14px 14px 1px;
  outline-color: #eaeaea;
  padding: 0;
  position: relative;
  width: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
form .checkbox .chk-span.checked {
  top: -2px;
  border-left: 2px solid #03a9f4;
  border-bottom: 4px solid #03a9f4;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(-45deg) scaleY(0.5);
  -ms-transform: rotate(-45deg) scaleY(0.5);
      transform: rotate(-45deg) scaleY(0.5);
}
form .checkbox .chk-span.checked {
  border-left-color: #03a9f4;
  border-bottom-color: #03a9f4;
}
form .checkbox input[type='checkbox']:focus ~ label {
  color: #03a9f4;
}
form .checkbox input[type='checkbox']:focus ~ label .chk-span {
  border-color: #03a9f4;
}
form .checkbox input[type='checkbox']:focus ~ label .chk-span.checked {
  border-left-color: #03a9f4;
  border-bottom-color: #03a9f4;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  form .form-inline .radio label,
  form .form-inline .checkbox label {
    padding-left: 5px;
  }
}
form .form-control-static {
  font-size: 16px;
}
form .form-control[disabled],
form .form-control[readonly],
form fieldset[disabled] .form-control {
  background-color: transparent;
  border-bottom-style: dashed;
}
form #focusedInput {
  border-color: #ccc;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input:not(.search-field) {
	position: relative;
	z-index: 1;
	display: inline-block;
	/* margin: 1em; */
	max-width: 100%;
	width: 100%;
	vertical-align: top;
}

form .input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

form .input__field:focus {
	outline: none;
}

form .input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #999;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	top:  0;
	letter-spacing: 0.5px;
}

form .input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

/* Manami */
form .input--manami {
	overflow: hidden;
}

form .input__field--manami {
	width: 100%;
	background: transparent;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #404040;
	z-index: 100;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

form .input__label--manami {
	width: 100%;
	position: absolute;
	text-align: left;
	padding: 0.51em 0;
	margin-top:-1px;
	pointer-events: none;
	font-size: 1em;
}

form .input__label--manami:before,
form .input__label--manami:after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
}

form .input__label--manami:before {
	height: 100%;
	background: #eee;
	top: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

form .input__label--manami:after {
	height: 2px;
	background: #999d9e;
	top: 100%;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

form .input__label-content--manami {
	padding: 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	    transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.2s, color 0.2s;
	-webkit-transition: color 0.2s, -webkit-transform 0.2s;
	transition: color 0.2s, -webkit-transform 0.2s;
	-o-transition: transform 0.2s, color 0.2s;
	transition: transform 0.2s, color 0.2s;
	transition: transform 0.2s, color 0.2s, -webkit-transform 0.2s;
}

form .input__field--manami:focus,
form .input--filled .input__field--manami {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: opacity 0s 0.2s;
	-o-transition: opacity 0s 0.2s;
	transition: opacity 0s 0.2s;
}

form .input__label--manami:before,
form .input__label--manami:after,
form .input__label-content--manami,
form .input__field--manami:focus,
form .input--filled .input__field--manami {
	-webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	-o-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	   transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

form .input__field--manami:focus + .input__label--manami:before,
form .input--filled .input__label--manami:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

form form .input__field--manami:focus + .input__label--manami:after,
form .input--filled .input__label--manami:after {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

form .input__field--manami:focus + .input__label--manami .input__label-content--manami,
form .input--filled .input__label--manami .input__label-content--manami {
	color: #999;
	-webkit-transform: translate3d(0, 2.3em, 0) scale3d(0.85, 0.85, 1);
	transform: translate3d(0, 2.3em, 0) scale3d(0.85, 0.85, 1);
}
#fee-table tr:nth-child(odd){
    background: #E1EED5;

}
#fee-table tr:first-child td{
    font-weight: bold;
    text-transform: uppercase;
}
#fee-table tr td{
    padding: 10px;
}

span.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  /*margin-bottom: 10px;*/
}

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}
.wpcf7-form .wpcf7-radio label {
  position: relative !important;
  cursor: pointer;
  top: auto;
  color:  initial;
  text-transform: none !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: #333;
  margin-left: 20px;
  font-size: 15px !important;
  /* padding-left: 0px; */
}

.wpcf7-form .wpcf7-radio input[type=radio] {
	position: absolute;
	visibility: hidden;
	margin-left: -25px;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span {
/*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 5px;
  height: 20px;
  width: 20px;
  top: 3px;
  border: 2px solid #222;
  margin-left: -25px;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: -1px;
    left: 5px;
    visibility: hidden;
    font-size: 16px;
    margin-left: -25px;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
    background: transparent;
/*     border-color: red; */
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
/*    background: #222; */
   visibility: visible;
}
.wpcf7-submit {
    font-size: 16px !important;
    font-size: 16px !important;
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    padding: 10px 50px !important;
    display: block;
}

div.wpcf7-response-output {
	margin: 0;
	background: #ff0000;
	color: #fff;
}

div.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #fff;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	background: #ff0000;
	color: #fff;
}

div.wpcf7-spam-blocked {
	background: #ffa500;
	color: #fff;
}


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    background: #f7e700;
    color: #000;
}

.invalid .wpcf7-validates-as-required.input__field.input__field--manami + .input__label--manami:after{
    background: #f00 !important;
}
.invalid .wpcf7-validates-as-required.input__field.input__field--manami + .input__label--manami{
    color: #f00;
}

.selectMultiple {
  width: 100%;
  position: relative;
  margin-bottom: 1.6em;
}
.selectMultiple select {
  display: none;
}
.selectMultiple > div {
  position: relative;
  z-index: 2;
  padding: 8px 0.6em 2px 0.6em;
  background: #fff;
  /* font-size: 14px; */
  min-height: 41px;
  border-bottom: 2px solid #999d9e;
  -webkit-transition: box-shadow .3s ease;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}
.selectMultiple > div .arrow {
  right: 1px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 100%;
  position: absolute;
}
.selectMultiple > div .arrow:before, .selectMultiple > div .arrow:after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  border-bottom: 8px solid #99A3BA;
  top: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selectMultiple > div .arrow:before {
  right: 15px;
  -webkit-transform: rotate(-130deg);
          -ms-transform: rotate(-130deg);
      transform: rotate(-130deg);
}
.selectMultiple > div .arrow:after {
  right: 9px;
  -webkit-transform: rotate(130deg);
          -ms-transform: rotate(130deg);
      transform: rotate(130deg);
}
.selectMultiple > div span {
  color: #99A3BA;
  display: block;
  position: absolute;
  left: 0px;
  cursor: pointer;
  top: 8px;
  line-height: 28px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  
    color: #999;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px !important;
}
.selectMultiple > div span.hide {
  /*opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-4px, 0);
          transform: translate(-4px, 0);*/
    -webkit-transform: translate3d(0, 2.6em, 0) scale3d(0.85, 0.85, 1);
            transform: translate3d(0, 2.6em, 0) scale3d(0.85, 0.85, 1);
    left: -0.6em;
}
.selectMultiple > div a {
  position: relative;
  padding: 0 24px 6px 8px;
  line-height: 28px;
  color: #1E2330;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
}
.selectMultiple > div a em {
  font-style: normal;
  display: block;
  white-space: nowrap;
}
.selectMultiple > div a:before {
  content: '';
  left: 0;
  top: 0;
  bottom: 6px;
  width: 100%;
  position: absolute;
  display: block;
  background: rgba(228, 236, 250, 0.7);
  z-index: -1;
  border-radius: 4px;
}
.selectMultiple > div a i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 28px;
  display: block;
}
.selectMultiple > div a i:before, .selectMultiple > div a i:after {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #30AB4C;
  border-radius: 1px;
}
.selectMultiple > div a i:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
}
.selectMultiple > div a i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}
.selectMultiple > div a.notShown {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.selectMultiple > div a.notShown:before {
  width: 28px;
  -webkit-transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
  -o-transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
  transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}
.selectMultiple > div a.notShown i {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .3s ease .3s;
  -o-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
}
.selectMultiple > div a.notShown em {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(-6px, 0);
          -ms-transform: translate(-6px, 0);
      transform: translate(-6px, 0);
  -webkit-transition: all .4s ease .3s;
  -o-transition: all .4s ease .3s;
  transition: all .4s ease .3s;
}
.selectMultiple > div a.notShown.shown {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.selectMultiple > div a.notShown.shown:before {
  width: 100%;
}
.selectMultiple > div a.notShown.shown i {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.selectMultiple > div a.notShown.shown em {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}
.selectMultiple > div a.remove:before {
  width: 28px;
  -webkit-transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
  -o-transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
  transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}
.selectMultiple > div a.remove i {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.selectMultiple > div a.remove em {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(-12px, 0);
          -ms-transform: translate(-12px, 0);
      transform: translate(-12px, 0);
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}
.selectMultiple > div a.remove.disappear {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .5s ease 0s;
  -o-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s;
}
.selectMultiple > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* font-size: 16px; */
  z-index: 2;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(0, 20px) scale(0.8);
  -ms-transform: translate(0, 20px) scale(0.8);
      transform: translate(0, 20px) scale(0.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
  -webkit-transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
  -o-transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
}
.selectMultiple > ul li {
  /* color: #1E2330; */
  background: #eee;
  padding: 6px 15px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: background .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
  -webkit-transition: background .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
  -o-transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s;
  transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s;
  transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
}
.selectMultiple > ul li:first-child {
  /* border-radius: 8px 8px 0 0; */
}
.selectMultiple > ul li:first-child:last-child {
  border-radius: 8px;
}
.selectMultiple > ul li:last-child {
  /* border-radius: 0 0 8px 8px; */
}
.selectMultiple > ul li:last-child:first-child {
  border-radius: 8px;
}
.selectMultiple > ul li:hover {
  background: #30AB4C;
  color: #fff;
}
.selectMultiple > ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  -webkit-transform: scale(1, 1) translate(-50%, -50%);
          -ms-transform: scale(1, 1) translate(-50%, -50%);
      transform: scale(1, 1) translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}
.selectMultiple > ul li.beforeRemove {
  border-radius: 0 0 8px 8px;
}
.selectMultiple > ul li.beforeRemove:first-child {
  border-radius: 8px;
}
.selectMultiple > ul li.afterRemove {
  border-radius: 8px 8px 0 0;
}
.selectMultiple > ul li.afterRemove:last-child {
  border-radius: 8px;
}
.selectMultiple > ul li.remove {
  -webkit-transform: scale(0);
          -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selectMultiple > ul li.remove:after {
  -webkit-animation: ripple .4s ease-out;
          animation: ripple .4s ease-out;
}
.selectMultiple > ul li.notShown {
  display: none;
  -webkit-transform: scale(0);
          -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .4s ease, -webkit-transform .35s ease;
  -webkit-transition: opacity .4s ease, -webkit-transform .35s ease;
  -o-transition: transform .35s ease, opacity .4s ease;
  transition: transform .35s ease, opacity .4s ease;
  transition: transform .35s ease, opacity .4s ease, -webkit-transform .35s ease;
}
.selectMultiple > ul li.notShown.show {
  -webkit-transform: scale(1);
          -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.selectMultiple.open > div .arrow:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: rotate(-130deg);
          -ms-transform: rotate(-130deg);
      transform: rotate(-130deg);
}
.selectMultiple.open > div .arrow:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: rotate(130deg);
          -ms-transform: rotate(130deg);
      transform: rotate(130deg);
}
.selectMultiple.open > ul {
  -webkit-transform: translate(0, 12px) scale(1);
  -ms-transform: translate(0, 0px) scale(1);
      transform: translate(0, 0px) scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  25% {
    -webkit-transform: scale(30, 30);
            transform: scale(30, 30);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(50, 50);
            transform: scale(50, 50);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  25% {
    -webkit-transform: scale(30, 30);
            transform: scale(30, 30);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(50, 50);
            transform: scale(50, 50);
  }
}


.selectMultiple > ul li:before {
    content: none;
}
@-webkit-keyframes autofill {
    to {
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

/*****WP Blocks Custom Styles*****/
figure.wp-block-image {
    overflow: hidden;
}
figure.wp-block-image img {
    max-width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    max-height: 243px; 
    -o-object-fit: cover; 
       object-fit: cover;
    -webkit-transform: scale(1);
            -ms-transform: scale(1);
        transform: scale(1);
}

figure.wp-block-image:hover img {
    -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
        transform: scale(1.1);
}

figure.wp-block-image figcaption {
    position: relative;
    background: #162038;
    color: #fff;
    font-size: 1.12em;
    margin: 0;
    padding: 1em 0.8em;
    line-height: 1.3;
    overflow: hidden;
    z-index: 1;
}
i.far.fa-copy:before {
    content: "\f24d";
    font-family: FontAwesome;
    font-style: normal;
}
.w3eden .container-fluid {
    padding-left:  0 !important;
    padding-right: 0 !important;
}

a.wpdm-download-link {
    background: #299638 !important;
    border-radius: 0 !important;
}

a.wpdm-download-link:hover {
    background: #e87722 !important;
}

.w3eden .table > tbody > tr > td, .w3eden .table > tbody > tr > th, .w3eden .table > tfoot > tr > td, .w3eden .table > tfoot > tr > th, .w3eden .table > thead > tr > td, .w3eden .table > thead > tr > th {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*****END WP Blocks Custom Styles*****/


/*********Members CPT*****************/

.membersContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
    width: 100%;
}

.membersContainer .objects {
    width: 16.66%;
    text-align: center;
    line-height: 1.2;
    padding: 15px;
}

.membersContainer .post-thumb {
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.membersContainer .objects p{
    margin-top: 15px;
}
select.filter-select {
    margin-right: 15px;
    padding: 10px;
}
.filter-button {
    color: #666 !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    height: 41px;
    margin-right: 15px;
}
.post-thumb > a {
    display: block;
    width: 100%;
    height: 100%;
}
/**************END MEMBERS CPT**********/

/**************Custom form: Login/Register************/
.lrm-form .acf-input input, .lrm-form .acf-input select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #f7f7f7;
    color: #000;
    font-weight: 300;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0.25em;
    width: 100%;
    /* line-height: normal; */
    height: 54.8px;
    font-size: 16px;
    padding: 12px 20px 12px 50px;
    position: relative;
}

.lrm-form .acf-label {
    display: none;
}

.lrm-form div#acf-form-data ~ h2 {
    display: none;
}

.lrm-form .acf-input {
    position: relative;
    margin: 1.4em 0;
    padding: 0 !important;
    clear: both;
}

.acf-field.acf-field-select.acf-field-5d6411fe0e7fa .acf-input, .acf-field.acf-field-text.acf-field-5d6411f00e7f9 .acf-input{
    margin-top: 0;
}
.acf-field.acf-field-select.acf-field-5d6411fe0e7fa{
    width: 49%;
    float: right;
    clear: none;
    margin: 0;
}

.acf-field.acf-field-text.acf-field-5d6411f00e7f9 {
    width: 49%;
    float: left;
    clear: none;
    margin: 0;
}


.acf-field.acf-field-select.acf-field-5d6113be97e12:before {
    content: '\f1ad';
    font-family: FontAwesome;
    position: absolute;
    left: 18px;
    top: 12px;
    z-index: 1;
    font-size: 19px;
    color: #D2D8D8;
}

.lrm-form .acf-field {
    position: relative;
}

.acf-field.acf-field-text.acf-field-5d6411ba0e7f7:before,
.acf-field.acf-field-text.acf-field-5d6411cc0e7f8:before,
.acf-field.acf-field-text.acf-field-5d6412710e7fb:before,
.acf-field.acf-field-select.acf-field-5d6411fe0e7fa:before,
.acf-field.acf-field-text.acf-field-5d6411f00e7f9:before{
    content: '\f041';
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    top: 9px;
    z-index: 1;
    font-size: 22px;
    color: #D2D8D8;
}


.acf-field.acf-field-text.acf-field-5d6412710e7fb {
    clear: both;
}

.acf-field.acf-field-text.acf-field-5d6412910e7fc:before{
    content: '\f095';
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    top: 12px;
    z-index: 1;
    font-size: 20px;
    color: #D2D8D8;
}

.acf-field.acf-field-select.acf-field-5d6412a00e7fd:before {
    content: '\f02e';
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    top: 12px;
    z-index: 1;
    font-size: 20px;
    color: #D2D8D8;
}

@media (min-width: 993px) {
    .site-branding {
        width: 25%;
    }
}
@media (min-width: 1108px) {
    .site-branding {
        width: 30%;
    }
}
@media (max-width: 992px){
    .slider {
        min-height: calc(100vh + 80px);
        height: calc(100vh + 80px);
    }
    .overlay svg {
        margin-top: 80px;
    }
    .slide-content {
        padding-top: 80px;
    }
    .news-col {
        width: calc(50% - 40px);
        margin-bottom: 1.5em;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 20px;
    }
    .event-col {
        width: calc(50% - 30px);
        margin-bottom: 2.5em;
        margin-right: 20px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    
    .featured-col {
        width: calc(50% - 40px);
        margin-bottom: 2.5em;
        margin-right: 20px;
    }
    #social-accounts li {
        margin: 5px;
    }
    .member-box {
        width: 50%;
    }
    .membersContainer .objects {
        width: 20%;
    }
}
@media (max-width: 767px) {
    .slider {
        min-height: 300px;
        height: auto;
    }

    .news-col, .event-col, .featured-col, .footer-widget-area {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 2.5em;
    }
    .news {
        margin-top: 0;
    }
    
    .news .section-title, .news .subtitle {
        color: #333;
    }
    .news-col h3, .featured-col h3 {
        height: auto;
    }

    .row.site-info {
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .row {
        margin: 0 !important;
    }
    .member-box {
        width: 100%;
    }
    .copyright > span {
        display: block;
    }
    
    .row.site-info > div {
        width: 100%;
    }
    span:last-child:before, span:first-child:after{
        content: none;
    }
    .membersContainer .objects {
        width: 25%;
    }
}

@media (max-width: 530px){
    #social-accounts a {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    
    .socials .row {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .slide-content h2 {
        font-size: 3em;
    }
    
    .slide-content p {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .membersContainer .objects {
        width: 33.33%;
    }
}
@media (max-width: 430px){
    #fee-table tr td {
        padding:  5px;
        font-size: 13px;
    }
    .wpcf7-form .wpcf7-radio label {
         font-size: 13px !important;
     }
     .membersContainer .objects {
        width: 50%;
    }
}
@media (max-width: 330px){
    #fee-table tr td {
        font-size: 11px;
    }
    .wpcf7-form .wpcf7-radio label {
        font-size: 11px !important;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .ads-row.desk{
      display: none !important;
  }
  .ads-row.mobile{
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .ads-row.desk{
      display: none !important;
  }
  .ads-row.mobile{
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
  }
  
}