/*
Theme Name: 	Basix
Theme URI: 		https://themeforest.net/item/basix-responsive-wordpress-theme/8041961
Description: 	Responsive WordPress Theme
Version: 		3.1
Author:			Artivity
Author URI: 	https://themeforest.net/user/artivity
License: 		This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: 	License.txt
Text Domain:	basix-td
Tags: 			right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/
/* --------------------------------------------------------------------------------- */
/* CSS Table of Contents
/* --------------------------------------------------------------------------------- */
/*
* CSS Reset
* General CSS
* Containers
* Custom Scrollbars (Webkit Only)
* Top Bar
* Top Bar Navigation
* Mobile Navigation
* Home Page CTA Bar
* Imagery
* Shortcodes
* Portfolio
* Blog
* Search Results
* Contact Form
* Footer
* Basix Widgets
* WordPress Standard Widgets
* Top of Page Link
* 404 Error Page
* Visual Composer
* Revolution Slider
* Basix Shortcodes
* Stretched Page Template
* bbPress
* Tablet & Low Res Desktop CSS
* Smartphones CSS
*/
/* --------------------------------------------------------------------------------- */
/* CSS Reset
/* --------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

html, body {
    height: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

* {
    -webkit-tap-highlight-color: transparent;
}

/* --------------------------------------------------------------------------------- */
/* General CSS (body, links, common classes etc.)
/* --------------------------------------------------------------------------------- */
html {
    overflow-x: auto;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
}

* {
    text-rendering: optimizeLegibility;
}

i, *:before, *:after {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dark-bg .main-content {
    color: rgba(255, 255, 255, 0.8);
}

.dark-bg .main-content a:hover {
    color: #FFFFFF !important;
}

@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }
    to {
        padding: 0;
    }
}

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

a, a:after, .ubtn-text, i {
    text-decoration: none;
    -webkit-transition: all .06s linear;
    -moz-transition: all .06s linear;
    -o-transition: all .06s linear;
    -ms-transition: all .06s linear;
    transition: all .06s linear;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .06s linear;
    -moz-transition: all .06s linear;
    -o-transition: all .06s linear;
    -ms-transition: all .06s linear;
    transition: all .06s linear;
}

a:hover.accent-color {
    color: inherit !important;
}

a.underline {
    border-bottom: 1px dotted;
}

a img {
    border: none;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg h1 a, .dark-bg h2 a, .dark-bg h3 a, .dark-bg h4 a, .dark-bg h5 a, .dark-bg h6 a {
    color: #FFFFFF;
}

.dark-bg .main-content a:hover {
    color: #FFFFFF;
}

.dark-bg i {
    color: rgba(255, 255, 255, 0.7);
}

h2 a.accent-color {
    border-bottom: 1px dotted;
}

.main-content h1 {
    line-height: 1.3em;
    width: 100%;
}

.grid .blog-post h2.inner-title {
    margin-bottom: 0;
}

.grid.boxed .blog-post h2.inner-title {
    margin-bottom: 0em;
}

.main-content h1 {
    margin-bottom: 3rem;
}

body.center_page_title .main-content h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

body.single-portfolio .column-container h1 {
    padding-left: 0;
    padding-right: 0;
}

body.center_page_title .main-content .wpb_text_column h1 {
    padding-left: 0;
    padding-right: 0;
}

body.center_page_title .main-content h1.bordered, body.center_page_title .main-content h1.title_bordered {
    border-bottom: none;
    margin-top: 0rem;
}

body.center_page_title .main-content h1.bordered:before,
body.center_page_title .main-content h1.title_bordered:before,
body.single-post.center_page_title .title_bordered .blog-meta:before,
body.center_page_title .title_bordered .portfolio-filtering:before {
    display: none;
}

body.center_page_title .title_excerpt {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    border-top: none;
    margin-top: -5.5em;
    margin-bottom: 6em;
}

.title_excerpt, body.single-post .blog-meta, .portfolio-filtering {
    font-size: 1.1em !important;
}

@media only screen and (min-width: 1025px) {
    body.center_page_title .title_excerpt {
        padding-left: 20% !important;
        padding-right: 20% !important;
    }
}

.main-content h1.bordered {
    margin: 0 auto 3rem auto;
    position: relative;
}

body.left_page_title .main-content h1.bordered {
    margin-bottom: 5rem;
}

body.left_page_title.single-post .main-content h1.bordered {
    margin-bottom: 2rem;
}

body.center_page_title .main-content h1.bordered,
body.center_page_title .main-content h1.title_bordered,
body.center_page_title.single .main-content h1.inner-title {
    margin-bottom: 5.0rem;
}

@media only screen and (min-width: 1025px) {
    body.center_page_title .main-content h1.bordered,
    body.center_page_title .main-content h1.title_bordered,
    body.center_page_title.single .main-content h1.inner-title {
        margin-top: 0rem;
    }
}

@media only screen and (max-width: 767px) {
    .page-template-template-blog-standard .main-content h1.bordered {
        padding-bottom: 0 !important;
    }
}

html body.center_page_title.stretched_title.single .blog-meta {
    text-align: center !important;
    /*margin-top: 0 !important;*/
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
    html body.center_page_title.stretched_title.single .blog-meta {
        margin-top: -1em !important;
    }
}

.main-content h1.bordered:after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: none;
}

.main-content .title-container {
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 6em;
    padding-bottom: 6em;
    z-index: 1;
}

@media only screen and (min-width: 1025px) {
    body.center_page_title .main-content .title-container h1 {
        padding-left: 10%;
        padding-right: 10%;
    }
}

body.center_page_title .main-content .title-container {
    text-align: center;
    padding-top: 8em;
    padding-bottom: 8em;
}

body.stretched_title.matching_header_title .title-container {
    padding-top: 6.5em;
}

body.stretched_image_title.transparent_header_margin .title-container {
    padding-top: calc(8em + 3.5em);
}

.main-content .title-container h1, .main-content .title-container h2 {
    line-height: 1.4em;
    margin-bottom: 0;
}

/*body.single-post .title-container h1,
body[class*="page-template-template-portfolio-"] .title-container h1 {
    margin-bottom: 0;
}

body.single-post.matching_header_title .title-container h1,
body[class*="page-template-template-portfolio-"].matching_header_title .title-container h1 {
    margin-bottom: 0;
}*/

.main-content .title-container h1 {
    color: #FFFFFF;
    padding: 0;
}

h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

h2, .vc_gitem-post-data h4 {
    margin-bottom: 1.0em;
    line-height: 1.4em;
    width: 100%;
}

h3, th, .wpb_tlinearr_grid h2.post-title, h2.wpb_heading {
    margin-bottom: 0.8em;
    line-height: 1.4em;
}

.widget h3, .widget h2, .wpb_widgetised_column h2 {
    margin-bottom: 1.1em;
}

h4 {
    margin-bottom: 1.1em;
    line-height: 1.6em;
}

.light-bg h4 {
    opacity: 0.7;
}

h4.vc_tta-panel-title {
    opacity: 1;
}

.dark-bg h4 {
    color: rgba(255, 255, 255, 0.8) !important;
    opacity: 1;
}

h5 {
    font-size: 1em !important;
    margin-bottom: 1.1em;
    line-height: 1.6em;
}

h6 {
    font-size: 0.9em !important;
    font-weight: initial;
    margin-bottom: 1em;
    line-height: 1.6em;
}

.dark-bg h1 a:hover, .dark-bg h2 a:hover, .dark-bg h3 a:hover, .dark-bg h4 a:hover {
    color: #fff !important;
}

.topnav .sub-menu a[href=""] {
    cursor: default !important;
    opacity: inherit !important;
}

.vc_separator h4 {
    margin-bottom: 0;
    line-height: 1em;
    opacity: 1;
}

p {
    margin-bottom: 2.4em;
    line-height: 1.8em;
}

p:last-child {
    margin-bottom: 0;
}

p:empty {
    display: none;
}

q {
    font-style: italic;
    width: 100%;
    display: block;
}

blockquote {
    padding-left: 0;
    font-size: 1.6em;
    border-left: 0;
    margin-bottom: 1em;
    line-height: 1.6em;
    border-radius: 0;
}

.blog-post blockquote {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
    border-left: 2px solid;
}

blockquote:last-child {
    margin-bottom: 0;
}

blockquote p {
    line-height: 1.6em;
}

blockquote cite {
    display: block;
    margin-top: 1em;
    font-size: 0.8em;
    opacity: 0.6;
}

address {
    margin-bottom: 1.6em;
    line-height: 1.6em;
}

abbr {
    font-weight: bold;
}

pre {
    font-size: 1em;
    font-weight: initial;
    line-height: 1.5em;
    padding: 14px;
    width: 100%;
    overflow-x: auto;
    margin-top: 0.5em;
    margin-bottom: 2.5em;
    display: inline-block;
}

pre:first-child {
    margin-top: 6px;
}

pre:last-child {
    margin-bottom: 0;
}

.light-bg pre {
    background: #eaeaea;
}

.dark-bg pre {
    background: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

ins {
    border-bottom: 1px dotted;
}

code {
    font-weight: bold;
}

iframe {
    max-width: 100%;
}

table {
    width: 100%;
    margin-bottom: 2em;
    margin-top: 1em;
}

table:only-child {
    margin-bottom: 0;
    margin-top: 0;
}

table thead {
    font-weight: bold;
}

table th, table td {
    padding-bottom: 0.8em;
    padding-right: 1em;
}

.first {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

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

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

embed {
    max-width: 100%;
}

.table {
    display: table;
    float: left;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.middle {
    vertical-align: middle;
}

.fullheight {
    height: 100%;
}

.fullwidth {
    width: 100%;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.right {
    text-align: right;
}

.relative {
    position: relative;
}

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

.vertical-center {
    vertical-align: middle !important;
}

.content-width {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.main-content-inner * .content-width {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media only screen and (min-width: 1346px) {
    body.contained .header {
        width: inherit;
    }
}

@media only screen and (min-width: 1346px) {
    .content-width {
        width: 1280px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.content-container {
    float: left;
    width: 100%;
}

hr {
    margin-top: 44px;
    margin-bottom: 44px;
    height: 1px;
    border: none;
}

.divider {
    margin-top: 0;
    margin-bottom: 12px;
    height: 2px;
    width: 100%;
    position: relative;
    clear: both;
    float: left;
    border: none;
}

.wpb_row .divider {
    margin-top: 1em;
    margin-bottom: 3.5em;
}

body.page-template-template-stretched .wpb_row .divider {
    margin-top: 1.7em;
    margin-bottom: 3.5em;
}

body.single .divider {
    margin-top: 38px;
    margin-bottom: 40px !important;
}

.light-bg .divider, .light-bg hr {
    background-color: rgba(0, 0, 0, 0.1);
}

.dark-bg .divider, .dark-bg hr {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.divider:after {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.spacer {
    clear: both;
    display: block;
    height: 20px;
}

.image-wrapper {
    margin-bottom: 10px;
}

.image-wrapper img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

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

.flex {
    display: flex;
    height: 100%;
    align-items: center;
}

.screen-reader-text {
    overflow: hidden;
    display: none;
}

/* --------------------------------------------------------------------------------- */
/* Containers
/* --------------------------------------------------------------------------------- */
/* Main Container
/* -------------------------------- */
.main-container {
    width: 100%;
    min-height: 100%;
    margin: 0 auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-content: space-between;
    -webkit-align-content: space-between;
    overflow: hidden;
}

/* Safari SUCKS */
.main-container:not(:root:root) {
    display: inline-block;
}

.light-bg .main-container, .light-bg .jcarousel-nav.separator-with-text, .light-bg .footer-shortcode {
    background-color: #F9F9F9;
}

.light-bg.wh .main-container, .light-bg.wh .jcarousel-nav.separator-with-text, .light-bg.wh .footer-shortcode {
    background-color: #FFFFFF;
}

.wpb_row.light-bg .jcarousel-nav {
    background-image: none;
    background-color: transparent;
}

.wpb_row.dark-bg .jcarousel-nav {
    background-image: none;
    background-color: transparent;
}

.dark-bg a {
    color: #FFFFFF;
}

.dark-bg a:hover {
    color: #FFFFFF;
}

@media only screen and (min-width: 1346px) {
    body.contained .main-container {
        width: 1280px;
    }

    body.contained .content-width {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }
}

/* -------------------------------- */
/* Content Container
/* -------------------------------- */
.main-content {
    width: 100%;
    text-align: center;
    flex-grow: 1;
}

body.transparent_header_margin .main-content {
    margin-top: 0 !important;
}

.main-content-inner {
    padding-top: 5.5rem;
    padding-bottom: 0;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    display: flex;
    flex-direction: column;
}

/*@media only screen and (max-width: 1023px) {
    .main-content-inner {
        padding-top: 3rem;
    }
}*/

body.center_page_title .title_bordered .main-content-inner {
    padding-top: 5.5rem;
}

body.stretched_title .main-content-inner .vc_row_outer:first-child > .vc_row[data-vc-full-width="true"] {
    margin-top: -5.5rem;
}


.main-content-inner img {
    max-width: 100%;
}

body.page-template-template-no-padding-php .main-content-inner {
    padding-top: 0;
}

i:before {
    padding: 1px;
}

/* --------------------------------------------------------------------------------- */
/* Top Bar
/* --------------------------------------------------------------------------------- */
.header {
    width: 100%;
    z-index: 99999;
    position: relative;
    top: 0 !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

html body .header.cloned {
    top: -100px;
    display: none;
    background-color: #000 !important;
    position: fixed;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ------------------------------------------------------------------ */
/* Increase padding for topbar animation
/* ------------------------------------------------------------------ */

@media only screen and (min-width: 1025px) {
    html body.animate_header.matching_header_title.stretched_title .header {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    body.animate_header.transparent_header .header {
        padding-top: 0.5em !important;
        padding-bottom: 0.5em !important;
    }
    body.animate_header.transparent_header .header.stretched {
        padding-top: 0.5em;
    }
    body.animate_header.error404 .header {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    html body.animate_header.page-template-template-home.matching_header_title .header,
    html body.animate_header.page-template-template-stretched.matching_header_title .header {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* ------------------------------------------------------------------ */

body.sticky_header .header {
    padding-top: 0;
    padding-bottom: 0;
    position:fixed;
}

/* Fix Chrome bug causing header to jump around when scrolling fast */
@media only screen and (min-width: 1025px) {
    .header {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.header:before {
    content: '';
}

body.admin-bar .header.dark:before {
    content: '';
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    height: 1px;
    top: 0;
    position: absolute;
}

.header.sticky {
    position: fixed;
}

@media only screen and (min-width: 1025px) {
    body.admin-bar .header {
        top: 32px !important;
    }
}

.topbar {
    margin: 0 auto 0 auto;
    opacity: 1 !important;
    position: relative;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    html body .topbar {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.topbar .topbar-content-container {
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: nowrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*align-items: center;*/
    position: relative;
    width: 100%;
}

.topbar-content-container > [class*="menu"] {
    order: 3;
    flex-grow: 1;
    margin-left: 0.75em;
}

.topbar-content-container > [class*="menu"].nostretch {
    flex-grow: 0 !important;
}

/* Header Search --------- */

.header .search-click {
    order: 99;
    display: inline-block;
    height: 100%;
    font-size: 1.2em;
    display: inline-block;
    /*padding-left: 20px;*/
    margin-left: 1.5rem;
    position: relative;
    -webkit-transition: all .06s linear;
    -moz-transition: all .06s linear;
    -o-transition: all .06s linear;
    -ms-transition: all .06s linear;
    transition: all .06s linear;
}

@media only screen and (max-width: 768px) {
    .header .search-click {
        margin-left: 2em;
    }
}

.header .search-click:after {
    content: '\f002';
    font-family: "FontAwesome";
}

.header.white .search-click:after {
    opacity: 1;
}

.header .search-click:hover:after {
    opacity: 1;
}

.header.dark .search-click:after,
.header.dark .search-click:hover:after {
    color: #fff;
}

.search_overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 999999;
}

.search_overlay.show {
    display: flex !important;
}

body.white-form-inputs .search_overlay {
    background-color: #f3f3f3;
}

.search_overlay #s {
    margin: 0 auto;
    font-size: 140%;
    width: 90%;
}

.search_overlay a.close {
    font-family: 'FontAwesome';
    position: absolute;
    color:;
    right: 0;
    top: 0;
    padding: 24px;
}

.search_overlay a.close i {
    font-size: 24px !important;
}

/* -------------------------------- */
/* Header CTAs
/* -------------------------------- */
.header_cta_section {
    order: 10;
    height: auto !important;
    margin-left: 1.5rem;
    /*padding-left: 20px;*/
    display: inline-flex;
    align-self: center;
    position: relative;
    flex-shrink: 0;
}

@media only screen and (max-width: 499px) {
    .header_cta_section {
        display: none;
    }
}

.header.dark a.header_cta {
    color: #FFFFFF;
}

.header a.header_cta {
    padding: 0 1.2em;
    margin-right: 0;
    margin-bottom: 0;
    float: right;
    border: 2px solid;
}

/*body.osx .header a.header_cta {
    line-height: 2.75em;
}*/

.header a.header_cta:nth-child(2n) {
    margin-left: 0.5em;
}

/* -------------------------------- */
/* White Top Bar Properties
/* -------------------------------- */
.header.white {
    background-color: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 1024px) {
    .header.white {
        background-color: #FFFFFF;
    }
}

.header.border {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header.white.border, body.header_bordered .header.white {
    -moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, .08);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, .08);
}

.header.dark.border, body.header_bordered .header.dark {
    -moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, .15);
}

body .header.stretched.white.border .header_cta_section,
body .header.stretched.white.border .search > i {
    border-left-color: rgba(0, 0, 0, 0.05) !important;
}

/* -------------------------------- */
/* Logo
/* -------------------------------- */
.header .logo {
    font-family: inherit;
    font-size: 23px;
    /*display: flex;*/
    align-items: center;
    align-self: center;
    white-space: nowrap;
}

.header .logo > a {
    float: left;
    line-height: 0;
    vertical-align: middle;
    flex-basis: 1.5em;
}

.header .dark .logo, .dark .logo a, .header .dark .logo a:hover {
    color: #FFFFFF;
}

.transparent_header .dark .logo span, .transparent_header .dark .logo a span {
    color: #FFFFFF !important;
}

/* -------------------------------- */
/* Top Bar Social Icons
/* -------------------------------- */
.topsocial {
    padding: 0 0 0 20px;
    order: 1;
    align-self: center;
    overflow: hidden;
}

@media only screen and (max-width: 650px) {
    .topsocial {
        display: none;
    }
}

.topsocial li {
    list-style: none;
    display: inline-block;
    padding-right: 1.25em;
    padding-top: 0.2em;
    font-size: 1.1em;
    /*vertical-align: middle;*/
}

.topsocial li:last-child {
    padding-right: 0;
}

.topsocial li a i {
    -webkit-transition: all .06s linear;
    -moz-transition: all .06s linear;
    -o-transition: all .06s linear;
    -ms-transition: all .06s linear;
    transition: all .06s linear;
}
.topsocial li a:hover i {
    opacity: 1;
}

/* -------------------------------- */
/* White Top Bar Social Icons
/* -------------------------------- */
.header.white .topsocial li a i {
    opacity: 1;
}

/*.header.white .topsocial li i.FontAwesome-twitter {
color: #55ACEE;
}

.header.white .topsocial li i.FontAwesome-facebook {
color: #3B5998;
}

.header.white .topsocial li i.FontAwesome-google-plus {
color: #DD4B39;
}

.header.white .topsocial li i.FontAwesome-linkedin-square {
color: #007BB5;
}

.header.white .topsocial li i.FontAwesome-pinterest {
color: #CB2027;
}

.header.white .topsocial li i.FontAwesome-flickr {
color: #FF0084;
}

.header.white .topsocial li i.FontAwesome-dribbble {
color: #EA4C89;
}

.header.white .topsocial li i.FontAwesome-youtube {
color: #BB0000;
}

.header.white .topsocial li i.FontAwesome-vimeo-square {
color: #99BD4B;
}

.header.white .topsocial li i.FontAwesome-github {
color: #444444;
}

.header.white .topsocial li i.FontAwesome-instagram {
color: #f15198;
}*/

/* -------------------------------- */
/* Dark Top Bar
/* -------------------------------- */
.header.dark .topsocial li i {
    color: #FFFFFF;
}

.header.dark .topsocial li a:hover i {
    color: #fff;
}

/* -------------------------------- */
/* Transparent Top Bar
/* -------------------------------- */
body.transparent_header .header {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body.transparent_header .header {
    margin-top: 0px;
}

body.transparent_header .header:after {
    content: '';
    display: none;
}

/* --------------------------------------------------------------------------------- */
/* Top Bar Navigation
/* --------------------------------------------------------------------------------- */
.topnav {
    /*display: flex;*/
    float: right;
}

.topnav li {
    list-style: none;
    float: left;
    vertical-align: middle;
    padding: 0 0.75em;
    text-transform: none;
    position: relative;
}

.topnav > li:last-child {
    padding-right: 0;
}

.topnav li a {
    vertical-align: middle;
    float: left;
    -webkit-transition: all .06s linear;
    -moz-transition: all .06s linear;
    -o-transition: all .06s linear;
    -ms-transition: all .06s linear;
    transition: all .06s linear;
}

.topnav > li > a {
    white-space: nowrap;
    display: flex !important;
}

.header.white .topnav > li > a {
    opacity: 1;
}

.header.dark .topnav > li:hover > a {
    opacity: 1;
}

.topnav li a i {
    display: none;
}

.topnav li li i {
    display: none;
}

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

.topnav > li.menu-item-has-children > a:after {
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 0.5em;
    font-weight: normal !important;
    display: inline-block;
    padding-left: 0.7em;
    padding-top: 0.00em;
    float: right;
    -webkit-transition: all .06s linear;
    -moz-transition: all .06s linear;
    -o-transition: all .06s linear;
    -ms-transition: all .06s linear;
    transition: all .06s linear;
}

.header.white .topnav li.menu-item-has-children a:after {
    opacity: 0.4;
}

.header.white .topnav li a:hover {
    opacity: 1;
}

.header.white .topnav li.current-menu-item > a,
.header.white .topnav li.current-menu-ancestor > a,
.header.white .topnav li.current_page_parent > a,
.header.white .topnav li.current-menu-parent > a {
    opacity: 1 !important;
}

.header.white .topnav li a:hover:after {
    opacity: 1;
}

.topnav > li:hover > a, .topnav > li:hover > a:after {
    opacity: 1 !important;
}

.header .topnav > li > ul:before {
    content: '';
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
}

.header .topnav > li > ul > li a {
    opacity: 0.85 !important;
}

.header .topnav > li > ul > li a:hover {
    opacity: 1 !important;
}

/* -------------------------------- */
/* Dark Top Bar Navigation
/* -------------------------------- */
.header.dark .topnav > li > a {
    color: #FFFFFF;
}

.header.dark .topnav li.current-menu-item > a,
.header.dark .topnav li.current-menu-ancestor > a,
.header.dark .topnav li.current_page_parent > a,
.header.dark .topnav li.current-menu-parent > a {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.header.dark .topnav > li:hover > a {
    color: #FFFFFF;
    opacity: 1 !important;
}

.header.dark .topnav li.menu-item-has-children a:after {
    color: #FFFFFF !important;
    opacity: 0.5;
}

.header.dark .topnav li.current-menu-item > a:after {
    color: #FFFFFF;
    opacity: 1;
}

.header.dark .topnav li a:hover:after {
    color: #FFFFFF;
    opacity: 1;
}

body.dark-bg .header.dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.transparent_header .header.dark {
    border-bottom: none !important;
}

/* Highlight */
/*.topnav > li.current-menu-item > a:before,
.topnav > li.current-menu-ancestor > a:before,
.topnav > li.current_page_parent > a:before,
.topnav > li.current-menu-parent > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ccc;
}*/

/* -------------------------------- */
/* Sub Menus
/* -------------------------------- */

.topnav > li > ul {
    list-style: none;
    margin: 0;
    position: absolute;
    left: -0.55em;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.2em 0.7em 1.2em 0.7em;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    opacity: 0;
    max-height: 0 !important;
    -webkit-backface-visibility: hidden;
}

.topnav li:hover > ul {
    visibility: visible;
    /*overflow: visible;*/
    opacity: 1;
    z-index: 100000;
    max-height: auto !important;
    /*transform: translateY(0%);*/
}

/* Centered Nav Dropdowns */
body.header_nav_center .topnav > li > ul {
    left: calc(50% + 0.6em);
    transform: translate(-50%, 0);
    /*text-align: center !important;*/
}

/* ---------------------------------------------------------------
/*
/* Dark Dropdowns
/*
--------------------------------------------------------------- */

body.dropdown_dark .topnav li > ul {
    border: 1px solid transparent !important;
    border-top: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body.dropdown_dark.transparent_header .topnav li > ul {
    border-top-width: 1px !important;
}

body.dropdown_dark .header .topnav ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
}

body.dropdown_dark .header .topnav ul li a:hover {
    color: #FFFFFF !important;
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

html body.dropdown_dark .header .topnav li > ul li.current-menu-item a {
    color: #FFFFFF !important;
}

body.dropdown_dark .header .topnav li.mega > ul .content-width > li > a {
    color: #FFFFFF !important;
}

html body.dropdown_dark .topnav > li > ul {
    margin-top: 0 !important;
}

/* ---------------------------------------------------------------
/*
/* White dropdowns
/*
--------------------------------------------------------------- */

.topnav li > ul {
    background-color: #FFFFFF !important;
    /*box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 0 14px 4px rgba(0, 0, 0, 0.03);*/
    box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.04), -6px 10px 20px rgba(0, 0, 0, 0.04);
    z-index: 10;
}

body.dark_header.dropdown_light .topnav li > ul {
    border-radius: 4px !important;
    margin-top: -0.3em !important;
}

body.dropdown_custom .topnav li > ul {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 0 14px 4px rgba(0, 0, 0, 0.03);
}

.topnav .sub-menu .sub-menu {
    top: -0.4em;
}

body .header ul.sub-menu li > a {
    opacity: 0.7 !important;
    display: flex;
}

/*body.dropdown_dark .header ul.sub-menu li > a {
    opacity: 0.85 !important;
}*/

body .header .mobilenav li {
    /*display: inline-block;*/
    width: 100%;
    line-height: 1em;
}

body .header ul.sub-menu li > a {
    display: inline-block;
    width: 100%;
}

body .header ul.sub-menu li.current-menu-item > a,
body .header ul.sub-menu li.current_page_item > a {
    opacity: 1 !important;
}

body .header ul.sub-menu li > a:hover {
    opacity: 1 !important;
}

body.dropdown_light .header .topnav ul li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body.dropdown_dark .header .topnav ul li a:hover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Dropdown top border radius ----- */

html body .header.white.border.stretched .topnav li > ul,
html body .header.white.border.stretched .topnav li > ul.wide,
html body .header.white.border.stretched .topnav li > ul.mega,
html body .header.light.border.stretched .topnav li > ul,
html body .header.light.border.stretched .topnav li > ul.wide,
html body .header.light.border.stretched .topnav li > ul.mega {
    margin-top: 0;
}

/* --------------------------------------------------------------- */

.topnav > li > ul {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

body.page-template-template-home.matching_header_title .topnav > li > ul,
body.page-template-template-stretched.matching_header_title .topnav > li > ul {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

html body.error404 .topnav > li > ul {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

body.matching_header_title .topnav > li > ul {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

body.matching_header_title.dropdown_light.stretched_title .header.white .topnav > li > ul {
    padding-top: 0;
}

body.matching_header_title.dropdown_custom.dropdown_light.stretched_title .topnav > li > ul {
    padding-top: 1.2em !important;
    margin-top: -0.3em !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

html body.transparent_header .topnav > li > ul {
    border-radius: 4px !important;
}

.header.border .topnav > li > ul {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.topnav li > ul li {
    position: relative;
}

body.transparent_header .topnav li > ul {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*body.dropdown_light .header .topnav > li > ul {
    padding-top: 0em;
}*/

body.transparent_header.dropdown_light .header .topnav > li > ul {
    padding-top: 1.2em !important;
}

/*body.light_transparent_header.dropdown_light .header .topnav > li > ul {
    padding-top: 0em;
}*/

.topnav li:hover ul {
    visibility: visible;
    opacity: 1;
    max-height: 999px !important;
}

.topnav li:hover ul li {
    /*max-height: 120px !important;
    opacity: 1;*/
    float: left;
}

.topnav li > ul li {
    display: inline-block;
    float: left;
    width: 12em;
    line-height: 1.4em !important;
    height: auto;
    padding: 0;
    margin: 0;
    border-top: none;
    position: relative;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.08);*/
}

.topnav li > ul li:last-child {
    border-bottom: none;
}

.topnav li > ul li a {
    display: block;
    width: 100%;
    height: auto;
    white-space: normal;
    padding: 0.5rem 0.5rem !important;
}

body.dropdown_dark .topnav li > ul li a {
    color: rgba(255, 255, 255, 1) !important;
}

.topnav li > ul li a:after {
    content: '';
    display: none;
}

.topnav li > ul li.current-menu-item a {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.topnav li > ul li a:hover {
    color: #FFFFFF !important;
    opacity: 1;
    /*background-color: rgba(255,255,255, 0.02);*/
}

/* -------------------------------- */
/* Inner Sub Menus
/* -------------------------------- */
.topnav ul li > ul {
    max-height: 999px !important;
    left: 100% !important;
    right: auto !important;
    top: 0;
    position: absolute;
    margin: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.topnav ul li:hover > ul {
    opacity: 1 !important;
    visibility: visible !important;
}

.topnav ul li.menu-item-has-children:after {
    content: '\f054';
    font-family: 'FontAwesome';
    color: #FFFFFF;
    opacity: 0.7;
    position: absolute;
    right: 10px;
    top: calc(50% - 4px);
    font-size: 8px;
    height: 100%;
    font-weight: normal;
    line-height: 1em;
}

.topnav ul li.menu-item-has-children:hover:after {
    opacity: 1;
}

body.dark-bg .topnav ul li > ul {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: none;
    top: -1px;
}

/* -------------------------------- */
/* Wide & Mega Menus
/* -------------------------------- */

.topnav li.wide > a, .topnav li.mega > a {
    position: relative !important;
}

.topnav li.wide, .topnav li.mega {
    /*left: 0 !important;
    right: 0 !important;*/
    text-align: left !important;
    position: relative;
}

.topnav li.mega > ul > li > a:hover, body .topnav li.mega > ul .content-width > li > a:hover {
    background-color: transparent !important;
}

.sub-menu .mega-container {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    display: flex;
    width: auto;
}

.mobilenav .sub-menu .mega-container {
    display: inline-block;
    width: 100%;
}

.topnav li.wide > .sub-menu > li, .topnav li.mega > .sub-menu > .mega-container > li {
    width: 13.5rem;
}

body .topnav li.wide > ul,
body .topnav li.mega > ul {
    display: flex;
    flex-direction: column;
    width: auto;
}

body .topnav li.wide > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

body .topnav li.edge > ul.sub-menu, body .topnav li.edge > ul.sub-menu {
    right: 0;
    /*right: 30px;*/
    left: auto;
}

body .topnav li.edge, body .topnav li.edge {
    position: initial;
}

body .topnav li.wide.col-2 > ul.sub-menu {
    width: calc(13.85rem * 2);
}

body .topnav li.wide.col-3 > ul.sub-menu {
    width: calc(13.85rem * 3);
}

body .topnav li.wide.col-4 > ul.sub-menu {
    width: calc(13.85rem * 4);
}

body .topnav li.wide > ul ul,
body .topnav li.mega > ul ul {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* ---------------------------
Ultra/Mega Menu
--------------------------- */

body .topnav li.mega > ul .mega-container ul {
    /*display: flex !important;*/
    width: auto;
    left: auto !important;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex-direction: column !important;
    /*top: initial !important;*/
    padding-top: 0.84em !important;
    border: none !important;
    background-color: transparent !important;
}

body .topnav li.mega:hover > ul .mega-container ul {
    visibility: visible !important;
    opacity: 1 !important;
    padding-bottom: 0;
}

body .header .topnav li.mega > ul .mega-container > li > a {
    cursor: default;
    background-color: transparent !important;
    color: initial !important;
    opacity: 1 !important;
}

body.dropdown_dark .header .topnav li.mega > ul .mega-container > li > a {
    color: #FFFFFF !important;
}

body .header.dark .topnav li > ul li.current-menu-item a,
body .header.white .topnav li > ul li.current-menu-item a {
    color: initial !important;
}

body .topnav li:hover ul li {
    max-height: initial !important;
}

.topnav li.mega > .sub-menu .sub-menu > li {
    width: 100% !important;
}

.topnav li.wide > ul li, .topnav li.mega > ul li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: inline-block;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /*border-right: 1px solid rgba(255, 255, 255, 0.08);*/
}

.topnav li.wide.col-2 > ul li, .topnav li.mega.col-2 > ul li {
    width: 50%;
}

.topnav li.wide.col-3 > ul li, .topnav li.mega.col-3 > ul li {
    width: calc(100% / 3);
}

.topnav li.wide.col-4 > ul li, .topnav li.mega.col-4 > ul li {
    width: 25%;
}

.topnav li.wide.col-5 > ul li, .topnav li.mega.col-5 > ul li {
    width: 20%;
}

.topnav li.wide.col-6 > ul li, .topnav li.mega.col-6 > ul li {
    width: 16.6%;
}

.topnav li.mega > ul > li > a {
    opacity: 1 !important;
}

.topnav li.mega > ul > li > ul {
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    visibility: inherit;
    opacity: inherit;
    background: none !important;
}

.topnav li.mega > ul > li > ul li {
    width: 100% !important;
    position: relative;
    display: block;
    clear: both;
}

.topnav li.mega ul li.menu-item-has-children:after {
    content: '';
    display: none;
}

/* No borders where inappropriate */
.topnav li.wide.col-2 > ul li:nth-last-child(-n+1), .topnav li.mega > ul li:nth-last-child(-n+1) {
    border-bottom: none;
}

.topnav li.wide.col-3 > ul li:nth-last-child(-n+2), .topnav li.mega > ul li:nth-last-child(-n+2) {
    border-bottom: none;
}

.topnav li.wide.col-4 > ul li:nth-last-child(-n+3), .topnav li.mega > ul li:nth-last-child(-n+3) {
    border-bottom: none;
}

.topnav li.wide.col-5 > ul li:nth-last-child(-n+4), .topnav li.mega > ul li:nth-last-child(-n+4) {
    border-bottom: none;
}

.topnav li.wide.col-6 > ul li:nth-last-child(-n+5), .topnav li.mega > ul li:nth-last-child(-n+5) {
    border-bottom: none;
}

.topnav li.wide.col-2 > ul li:nth-child(2n), .topnav li.mega > ul li:nth-child(2n) {
    border-right: none;
}

.topnav li.wide.col-3 > ul li:nth-child(3n), .topnav li.mega > ul li:nth-child(3n) {
    border-right: none;
}

.topnav li.wide.col-4 > ul li:nth-child(4n), .topnav li.mega > ul li:nth-child(4n) {
    border-right: none;
}

.topnav li.wide.col-5 > ul li:nth-child(5n), .topnav li.mega > ul li:nth-child(5n) {
    border-right: none;
}

.topnav li.wide.col-6 > ul li:nth-child(6n), .topnav li.mega > ul li:nth-child(6n) {
    border-right: none;
}

/* --------------------------------------------------------------------------------- */
/* Top Info Bar
/* --------------------------------------------------------------------------------- */
.top-info-bar {
    padding: 10px 0;
    border-bottom: 1px solid #DDDDDD;
}

.header.dark .top-info-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.5);
}

/* --------------------------------------------------------------------------------- */
/* Mobile Navigation
/* --------------------------------------------------------------------------------- */

html.stop-scrolling {
    overflow: hidden;
}

.mobilenav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    padding: 0 20px;
    z-index: 1;
    overflow-y: scroll !important;
}

.mobilenav li {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

/* New Icon */
.mobilenav > li > ul.sub-menu > li.new {
    position: relative;
}

.mobilenav > li > ul.sub-menu > li.new:after {
    content: 'new';
    font-size: 0.6em;
    padding: 4px;
    text-transform: uppercase;
    font-weight: bold;
    background: #DC4E5B;
    position: absolute;
    right: 26px;
    top: 2.4em;
    line-height: 0.8em;
    color: #FFFFFF;
}

.mobilenav li i {
    display: none;
}

.dark .mobilenav li:first-child {
    border-top: 0;
}

.mobilenav li a {
    display: block;
    line-height: 1.4em !important;
    padding-top: 1.8em;
    padding-bottom: 1.8em;
    padding-right: 20px;
    position: relative;
}

.mobilenav .sub-menu {
    padding-bottom: 1em;
}

.mobilenav .sub-menu a {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
}

.mobilenav li > ul {
    display: none;
}

.mobilenav li > ul li {
    border-top: none !important;
    cursor: pointer;
    font-size: 1em !important;
}

.mobilenav li > ul li a {
    padding-left: 14px;
}

.mobilenav li > ul li ul li a {
    padding-left: 28px;
}

.mobilenav li > ul li ul li ul li a {
    padding-left: 42px;
}

.mobilenav li a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 1.2em;
    color: #CCCCCC;
    position: absolute;
    right: -10px;
    width: 20px;
    height: 14px;
}

.mobilenav > li.menu-item-has-children > a:after {
    content: '\f107';
    right: -6px;
}

.mobilenav > li.mega.menu-item-has-children > ul > li.menu-item-has-children > a:after {
    content: '\f107';
    right: -6px;
}

.header .topbar .mobilenav-click {
    order: 100;
    padding-left: 20px;
    margin-left: 0.3em;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .header .topbar .mobilenav-click {
        margin-left: 1em;
    }
}

.header.stretched .topbar .mobilenav-click {
    height: auto;
}

.header.stretched .topbar .mobilenav-click {
    display: flex;
}

body.transparent_header .header.dark .topbar .mobilenav-click {
    background-color: transparent !important;
}

@media only screen and (min-width: 1025px) {
    .header .topbar .mobilenav-click {
        display: none !important;
    }
}

.mobilenav-button-container {
    width: 20px;
    display: flex;
    /*align-self: center;*/
    right: 20px;
}

.mobilenav-button-inner {
    width: 20px;
    height: 100%;
    vertical-align: middle;
    margin-top: -1px;
}

.mobilenav-button {
    width: 20px;
    position: relative;
    display: inline-block;
    height: 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    top: -1px;
}

.mobilenav-button:before {
    content: '';
    width: 20px;
    height: 3px;
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mobilenav-button:after {
    content: '';
    width: 20px;
    height: 3px;
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* -------------------------------- */
/* Dark Nav Bar Settings
/* -------------------------------- */
.dark .mobilenav-button, .dark .mobilenav-button:before, .dark .mobilenav-button:after {
    background-color: #FFFFFF;
}

/* --------------------------------------------------------------------------------- */
/* Home Page CTA Bar (Call to action)
/* --------------------------------------------------------------------------------- */
.home-cta-bar {
    padding: 1.2em 0 1.10em 0;
    line-height: 1.4em;
    /*margin-bottom: 3.2rem;*/
    font-size: 1.34em;
    z-index: 20;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .home-cta-bar.inline .content-width > div {
        display: inline;
    }
    .home-cta-bar.inline .content-width {
        text-align: center;
    }
}

.home-cta-bar:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: -1000px;
    bottom: 0;
    left: -1000px;
    background-color: inherit;
}

.home-cta-bar .content-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.home-cta-bar .text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    line-height: 1.4em;
    padding-right: 20px;
    width: 100%;
}

.home-cta-bar .button-container {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: right;
}

html body .home-cta-bar a.button {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0;
}

.home-cta-spacer {
    content: '';
    width: 100%;
    height: 42px;
}

/* --------------------- */
/* White
/* --------------------- */
.home-cta-bar.white {
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* --------------------- */
/* Accent
/* --------------------- */
.home-cta-bar.accent {
    color: #FFFFFF;
}

/* --------------------- */
/* Main
/* --------------------- */
.home-cta-bar.main {
    color: #FFFFFF;
    background-image: url(images/cta-bar-main-overlay.png);
}

/* --------------------- */
/* Grey
/* --------------------- */
.home-cta-bar.grey {
    background-color: #E4E4E4;
}

/* --------------------------------------------------------------------------------- */
/* Imagery
/* --------------------------------------------------------------------------------- */
.link_image {
    position: relative;
    /*float: left;*/
    overflow: hidden;
    display: block;
    line-height: 0;
    margin-bottom: 30px;
    padding-bottom: 0 !important;
    max-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-size: 100%;
}

.zoomContainer {
    overflow: hidden;
}

.zoomContainer .link_image {
    transform: scale(1);
    -webkit-filter: none;
    filter: none;
}

.zoomContainer .link_image:hover {
    transform: scale(1.1);
    -webkit-filter: none;
    filter: none;
}

.link_image img {
    padding-bottom: 0 !important;
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.link_image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*background-blend-mode: color;*/
    border-radius: inherit;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
}

a.link_image:hover:before {
    opacity: 0.4;
}

/* Hover effect icon be gone! */
a.link_image:after {
    font-family: 'FontAwesome';
    content: '\f141';
    font-size: 2em;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    color: #FFFFFF !important;
    width: 100%;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
}

.wpb_gallery a.link_image:after {
    content: '\f002';
}

.link_image.mini:after {
    font-size: 14px;
}

.link_image:hover:after {
    opacity: 1;
}

.link_image.no_link:hover {
    cursor: default;
}

.link_image.no_link:hover:after, .link_image.no_link:hover:before {
    display: none;
}

img.attachment-large, img.attachment-medium, img.attachment-thumbnail {
    max-width: 100%;
    height: auto;
}

/* --------------------------------------------------------------------------------- */
/* Shortcodes
/* --------------------------------------------------------------------------------- */
/* Bullet List
/* -------------------------------- */
.main-content-inner ul {
    list-style: disc;
    list-style-position: outside;
    margin-left: 18px;
}

.main-content-inner ul li {
    line-height: 1.8em;
    margin-bottom: 0.9em;
}

.main-content-inner ul, .main-content-inner ol, .main-content-inner dl {
    margin-bottom: 2.2em;
}

.main-content-inner ul:last-child, .main-content-inner ol:last-child, .main-content-inner dl:last-child {
    margin-bottom: 0;
}

.main-content-inner li ul, .main-content-inner li ol {
    margin-top: 0.9em;
}

/* -------------------------------- */
/* Ordered List
/* -------------------------------- */
.main-content-inner ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 18px;
}

.main-content-inner ol li {
    display: list-item;
    line-height: 1.8em;
    margin-bottom: 0.9em;
}

/* -------------------------------- */
/* Definition List
/* -------------------------------- */
.main-content-inner dl {
    line-height: 1.8em;
}

.main-content-inner dl dt {
    font-weight: bold;
}

.main-content-inner dl dt {
    margin-bottom: 0.4em;
}

.main-content-inner dl dd {
    margin-bottom: 1.8em;
}

/* -------------------------------- */
/* Form Elements
/* -------------------------------- */
.form-submit {
    margin-bottom: 0;
    margin-top: 2em;
}

form {
    clear: both;
}

input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    padding: 1.3em 0.6em;
    border: none;
    font-size: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 1em 0;
    outline: none;
    display: block;
    -webkit-transition: all 10ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

textarea {
    line-height: 1.7em;
}

input[type="checkbox"] {
    padding: 0.6em !important;
    padding-left: 0.4em !important;
    display: inline-block;
    float: left;
    margin-right: 0.4em !important;
    line-height: 0.4em !important;
    height: 1.6em !important;
    width: 1.6em;
}

input[type="checkbox"]:checked:before {
    content: '\2713';
}

select:after {
    content: '\2713';
}

.sidebar input, .sidebar textarea, .sidebar select, .footer input, .footer textarea, .footer select {
    width: 100%;
}

.light-bg input, .light-bg textarea, .light-bg select {
    background-color: rgba(0, 0, 0, 0.06);
    color: #6F6F6F;
    border: none;
}

.white-form-inputs .main-content input,
.white-form-inputs .main-content textarea,
.white-form-inputs .main-content select,
.white-form-inputs .footer.white input,
.white-form-inputs .footer.light input,
.white-form-inputs .footer.white textarea,
.white-form-inputs .footer.light textarea,
.white-form-inputs .footer.white select,
.white-form-inputs .footer.light select,
.white-form-inputs input, .light-bg.white-form-inputs textarea, .light-bg.white-form-inputs select,
.white-form-inputs input:focus,
.white-form-inputs textarea:focus,
.white-form-inputs select:focus {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.11);
    /*border-radius: 4px;*/
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.03);
}

/* White form input focus border */
.white-form-inputs .main-content input:focus,
.white-form-inputs .main-content textarea:focus,
.white-form-inputs .main-content select:focus,
.white-form-inputs .footer.white input:focus,
.white-form-inputs .footer.light input:focus,
.white-form-inputs .footer.white textarea:focus,
.white-form-inputs .footer.light textarea:focus,
.white-form-inputs .footer.white select:focus,
.white-form-inputs .footer.light select:focus {
    border: none !important;
    border-width: 0 !important;
}

.white-form-inputs .footer.light input {
    background-color: #FFFFFF;
}

input:focus, textarea:focus, select:focus {
    background-color: rgba(0, 0, 0, 0.075);
}

input[type="submit"] {
    outline: none;
    border: none;
    margin: 0;
    color: #FFFFFF !important;
}

.light-bg input[type="submit"], .dark-bg input[type="submit"] {
    color: #FFFFFF !important;
}

input[type="submit"]:focus {
    color: #FFFFFF !important;
}

textarea {
    width: 100%;
    max-width: 100%;
    height: 10em;
    clear: both;
}

select {
    margin-left: 0;
    margin-right: 0;
    padding: 8px 6px 8px 3px;
}

label.error {
    color: #e63041;
    font-weight: inherit;
}

/* White Form on dark bg ------ */

.white-form-inputs .main-content .dark-bg input,
.white-form-inputs .main-content .dark-bg textarea,
.white-form-inputs .main-content .dark-bg select {
    border: none !important;
}

.white-form-inputs .main-content .dark-bg input:focus,
.white-form-inputs .main-content .dark-bg textarea:focus,
.white-form-inputs .main-content .dark-bg select:focus {
    border: none !important;
    background-color: fff !important
}

/*------------------------*/
/* Form Labels
/*------------------------*/
form label {
    display: block;
}

/*------------------------*/
/* Form Placeholders
/*------------------------*/
::-webkit-input-placeholder, body.white-form-inputs .dark-bg ::-webkit-input-placeholder {
    color: #AAAAAA !important;
    opacity: 1;
}

:-moz-placeholder, body.white-form-inputs .dark-bg :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #AAAAAA;
    opacity: 1;
}

::-moz-placeholder, body.white-form-inputs .dark-bg ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #AAAAAA;
    opacity: 1;
}

:-ms-input-placeholder, body.white-form-inputs .dark-bg :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #AAAAAA;
    opacity: 1;
}

/* -------------------------------- */
/* Material
/* -------------------------------- */

body.material_form_inputs input[type="text"],
body.material_form_inputs textarea,
body.material_form_inputs select {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.material_form_inputs input[type="text"]:focus,
body.material_form_inputs textarea:focus,
body.material_form_inputs select:focus {
    background-color: transparent !important;
}

body.material_form_inputs input[type="text"]:hover,
body.material_form_inputs textarea:hover,
body.material_form_inputs select:hover {
    border-color: rgba(0, 0, 0, 0.3);
}

body.material_form_inputs .dark-bg input[type="text"],
body.material_form_inputs .dark-bg textarea,
body.material_form_inputs .dark-bg select {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
}

body.material_form_inputs .dark-bg input[type="text"]:hover,
body.material_form_inputs .dark-bg textarea:hover,
body.material_form_inputs .dark-bg select:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0.7) !important;
}

body.material_form_inputs .dark-bg input[type="text"]:focus,
body.material_form_inputs .dark-bg textarea:focus,
body.material_form_inputs .dark-bg select:focus {
    border-bottom: 2px solid rgba(255, 255, 255, 1) !important;
}

html body.material_form_inputs #searchsubmit {
    padding-right: 0 !important;
    text-align: right;
}

html body.material_form_inputs .widget_basix_newsletter_widget #submit {
    height: auto;
    padding: 0.1em 0 1em 1em !important;
    color: inherit !important;
    line-height: 1;
    background-color: transparent !important;
    opacity: 0.7;
    font-size: 1em !important;
}

html body.material_form_inputs .widget_basix_newsletter_widget #submit:hover {
    opacity: 1;
    background-color: transparent !important;
    background: transparent !important;
}

html body.material_form_inputs .widget_basix_newsletter_widget #submit i {
    margin-right: 0;
}

body.material_form_inputs #bbp-search-form > div:before {
    right: 0;
}

body.material_form_inputs .dark-bg ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1 !important;
}

body.material_form_inputs .dark-bg :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1 !important;
}

body.material_form_inputs .dark-bg ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1 !important;
}

body.material_form_inputs .dark-bg :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1 !important;
}

body.material_form_inputs .dark-bg *:focus::-webkit-input-placeholder {
        color: rgba(255,255,255,0.7) !important;
        opacity: 1 !important;
    }

body.material_form_inputs .dark-bg .contactform label.error {
    color: #fff !important;
}

/* -------------------------------- */
/* Buttons
/* -------------------------------- */
a.button, input[type="submit"], button, .vc_btn3-container a {
    padding: 0 1.7em !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    border: none;
    font-family: inherit;
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 3em 0;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: none;
    /*-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1) !important;*/
    background-image: url(images/trans.png);
    -webkit-transition: all .06s linear;
    -moz-transition: all .06s linear;
    -o-transition: all .06s linear;
    -ms-transition: all .06s linear;
    transition: all .06s linear;
}

.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
    padding-right: 5px;
}

.centered > a.button, .centered > input[type="submit"], .centered > button {
    margin-right: 0;
}

a.button:focus, input[type="submit"]:focus, button:focus {
    box-shadow: none !important;
    border: inherit !important;
}

a.button:only-child, input[type="submit"]:only-child,
a.button:last-child, input[type="submit"]:last-child {
    margin-right: 0 !important;
}

form input[type="submit"] {
    margin-top: 1em;
}

.light-bg form input[type="submit"], .dark-bg form input[type="submit"] {
    border: 0 !important;
}

.light-bg form input[type="submit"] {
    color: #FFFFFF;
}

a.button:hover, button:hover, input[type="submit"]:hover {
    background-image: url(images/button-hover.png);
}

a.button.accent, button.accent, input.accent[type="submit"] {
    color: #FFFFFF !important;
}

a.button.main, button.main, input.main[type="submit"] {
    color: #FFFFFF !important;
}

a.button.blue, button.blue, input.blue[type="submit"] {
    color: #FFFFFF !important;
    background-color: #4b7bd4 !important;
}

a.button.green, button.green, input.green[type="submit"] {
    color: #FFFFFF !important;
    background-color: #07b586 !important;
}

a.button.red, button.red, input.red[type="submit"] {
    color: #FFFFFF !important;
    background-color: #e63041 !important;
}

a.button.purple, button.purple, input.purple[type="submit"] {
    color: #FFFFFF !important;
    background-color: #443A6B !important;
}

a.button.cyan, button.cyan, input.cyan[type="submit"] {
    color: #FFFFFF !important;
    background-color: #32bece !important;
}

a.button.yellow, button.yellow, input.yellow[type="submit"] {
    background-color: #f7d56c !important;
    color: #484334 !important;
}

a.button.transparent, button.transparent, input.transparent[type="submit"] {
    background-color: transparent !important;
    color: #FFFFFF !important;
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1) !important;
    -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1) !important;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1) !important;
}

a.button.transparent:hover, button.transparent:hover, input.transparent[type="submit"]:hover {
    -webkit-box-shadow: inset 0 0 0 2px #FFFFFF !important;
    -moz-box-shadow: inset 0 0 0 2px #FFFFFF !important;
    box-shadow: inset 0 0 0 2px #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: none;
}

a.button.grey, button.grey, input.grey[type="submit"] {
    background-color: #dedede !important;
    color: #555555 !important;
}

a.button.white, button.white, input.white[type="submit"] {
    background-color: #FFFFFF !important;
}

a.button.bordered, button.bordered, input.bordered[type="submit"] {
    background-color: transparent;
    background-image: none;
}

a.button i, button i, input[type="submit"] i {
    margin-right: 0.6em;
    color: inherit;
    position: relative;
    line-height: 0;
    font-size: 1em;
    /*margin-top: 0.1em;*/
    display: inline-block;
}

a.button i.right, button i.right, input[type="submit"] i.right {
    margin-left: 0.6em;
    margin-right: 0;
}

a.button.yellow i, button.yellow i, input.yellow[type="submit"] i {
    color: #575140;
}

a.button.grey i, button.grey i, input.grey[type="submit"] i {
    color: #555555;
}

a.button.accent:hover, a.button.main:hover, a.button.blue:hover, a.button.green:hover, a.button.red:hover, a.button.purple:hover, a.button.cyan:hover, button.accent:hover, button.main:hover, button.blue:hover, button.green:hover, button.red:hover, button.purple:hover, button.cyan:hover, input.accent[type="submit"]:hover, input.main[type="submit"]:hover, button.blue[type="submit"]:hover, input.green[type="submit"]:hover, input.red[type="submit"]:hover, input.purple[type="submit"]:hover, input.cyan[type="submit"]:hover {
    color: #FFFFFF;
}

.button.no_bg {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
    margin-top: 1em !important;
}

.dark-bg .button.no_bg {
    color: #fff !important;
}

/* --------------- */
/* Small
/* --------------- */
a.button.small {
    font-size: 1em !important;
    line-height: 0.6em;
}

/* --------------- */
/* Large
/* --------------- */
a.button.large, button.large, input[type="submit"].button.large {
    font-size: 1.2em !important;
}

/* ----- */
/* Misc
/* ----- */

.basix_centered_container .button_container {
    margin-left: 0.5em;
}

.basix_centered_container .button_container:first-child {
    margin-left: 0;
}

/* Strong */
    body strong {
        color: inherit;
    }

/* -------------------------------- */
/* Tooltips
/* -------------------------------- */
ul.topsocial li a, ul.social li a, ul.social-icons li a, ul.post-sharing li a {
    position: relative;
}

.basix-tooltip {
    position: absolute;
    top: -35px;
    left: -5px;
    padding: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: 11px;
    color: #FFFFFF;
    white-space: nowrap;
    opacity: 0;
    display: none;
    z-index: 1;
}

.basix-tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent;
    top: 20px;
    left: 4px;
}

ul.topsocial li a:hover > .basix-tooltip, ul.social li a:hover > .basix-tooltip, ul.social-icons li a:hover > .basix-tooltip, ul.post-sharing li a:hover > .basix-tooltip {
    opacity: 1;
    display: none; /* Disabled for now - Maybe for good! */
    -webkit-transition: all .06s linear;
    -moz-transition: all .06s linear;
    -o-transition: all .06s linear;
    -ms-transition: all .06s linear;
    transition: all .06s linear;
}

ul.topsocial .basix-tooltip {
    top: 36px;
    left: -5px;
}

ul.topsocial .basix-tooltip:after {
    border-color: transparent transparent transparent;
    top: -12px;
    left: 4px;
}

@media only screen and (min-width: 768px) {
    .button_bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: 3em;
    }
}

/* -------------------------------- */
/* Columns
/* -------------------------------- */
.column-container {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.column-full-width {
    width: 100% !important;
}

.column-one-half {
    width: 50% !important;
}

.column-one-third {
    width: calc(100% / 3);
}

.column-one-fourth {
    width: 25% !important;
}

.column-one-fifth {
    width: 20% !important;
}

.column-one-sixth {
    width: 16.666666666666664% !important;
}

.column-two-third {
    width: 66.66% !important;
}

.column-three-qtr {
    width: 75% !important;
}

.column-full-width, .column-one-half, .column-one-third, .column-one-fourth, .column-one-fifth, .column-one-sixth, .column-two-third, .column-three-qtr {
    display: inline-block;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media only screen and (min-width: 768px) {
    .column-full-width, .column-one-half, .column-one-third, .column-one-fourth, .column-one-fifth, .column-one-sixth, .column-two-third, .column-three-qtr {
        float: left;
    }
}

.column-container [class*="column"] .wp-caption {
    max-width: 100% !important;
}

/* -------------------------------- */
/* CTA Bars
/* -------------------------------- */
.cta-bar {
    display: table;
    width: 100%;
    padding: 22px 20px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.2em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.cta-bar-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    font-weight: 500;
}

.cta-bar-button {
    text-align: right;
    white-space: nowrap;
}

.cta-bar p {
    margin: 0;
}

.cta-bar-button a.button {
    margin: 0 !important;
    float: right;
    font-size: 0.84rem !important;
    font-weight: 600;
}

/* -------------------------------- */
/* Main Color CTA Bar
/* -------------------------------- */
.light-bg .cta-bar.main {
    color: #FFFFFF;
}

.dark-bg .cta-bar.main {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}

/* -------------------------------- */
/* Accent Color CTA Bar
/* -------------------------------- */
.cta-bar.accent {
    color: #FFFFFF;
}

/* -------------------------------- */
/* Grey Color CTA Bar
/* -------------------------------- */
.light-bg .cta-bar.grey {
    background-color: #E2E2E2;
}

.dark-bg .cta-bar.grey {
    background-color: rgba(255, 255, 255, 0.2);
}

.dark-bg .cta-bar.grey .cta-bar-text {
    color: #FFFFFF;
}

/* -------------------------------- */
/* Tables
/* -------------------------------- */
.table-style-1 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
}

.dark-bg .table-style-1 th {
    color: rgba(255, 255, 255, 0.9) !important;
}

.table-style-1 th, .table-style-1 td {
    text-align: left;
    padding: 14px 8px 14px 14px;
    border-left: 1px solid;
    display: table-cell;
}

.table-style-1 th:first-child, .table-style-1 td:first-child {
    border-left: 0;
    padding-left: 0;
}

.table-style-1 tr {
    border-bottom: 1px solid;
}

.light-bg .table-style-1 tr:first-child, .dark-bg .table-style-1 tr:first-child {
    border-top: none;
}

.light-bg .table-style-1 tr:last-child, .dark-bg .table-style-1 tr:last-child {
    border-bottom: none;
}

.light-bg .table-style-1 th, .light-bg .table-style-1 td, .light-bg .table-style-1 tr {
    border-color: rgba(0, 0, 0, 0.1);
}

.dark-bg .table-style-1 th, .dark-bg .table-style-1 td, .dark-bg .table-style-1 tr {
    border-color: rgba(255, 255, 255, 0.1);
}

/* -------------------------------- */
/* Alerts
/* -------------------------------- */
.alert {
    padding: 1.6em 38px 1.6em 1em;
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 3em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    line-height: 18px;
    color: #FFFFFF;
}

.alert.accent {
    color: #FFFFFF;
}

.alert.red {
    background-color: #EA3142;
    color: #FFFFFF;
}

.alert.amber {
    background-color: #ECD9A0;
    color: #60583E;
}

.alert.green {
    background-color: #BCD6B0;
    color: #5A754D;
}

.alert.transparent {
    background-color: transparent;
    color: inherit;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.light-bg .alert.transparent {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-bg .alert.transparent {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.01);
}

.alert span.close {
    position: absolute;
    right: 1em;
    top: 1.5em;
    cursor: pointer;
    display: inline;
}

.alert span.close:after {
    font-size: 14px;
    content: '\f00d';
    font-family: 'FontAwesome';
    color: inherit;
}

/* -------------------------------- */
/* Google Maps
/* -------------------------------- */
.basix-map {
    width: 100% !important;
    overflow: hidden !important;
    z-index: 1;
}

/* -------------------------------- */
/* Testimonials
/* -------------------------------- */

.testimonial-text {
    line-height: 1.8em;
    margin-bottom: 1.2em;
}

.dark-bg .testimonial-text {
    color: rgba(255, 255, 255, 1);
}

.testimonial-name {
    display: inline-block;
    font-size: 0.9rem;
}

.testimonial-name .name-text {
    opacity: 0.7;
}

.dark-bg .testimonial-name a {
    border-bottom: 1px dotted #FFFFFF;
}

/* --------------------------------------------------------------------------------- */
/* Portfolio
/* --------------------------------------------------------------------------------- */
#portfolio {
    margin-bottom: 4em;
}

#portfolio .link_image {
    margin-bottom: 0 !important;
}

.portfolio-grid li.grid-item {
    margin-bottom: 2em;
}

#portfolio .column-one-third {
    width: calc(100% / 3);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #portfolio .column-one-third {
        width: 50% !important;
    }
}

/*@media only screen and (min-width: 768px) {
    #portfolio.column-container {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    #portfolio .column-one-third, #portfolio .column-one-fourth {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}*/

@media only screen and (min-width: 1346px) {

    [class*="page-template-template-portfolio-no-spacing-no-text"] #portfolio > li {
        margin-bottom: 0 !important;
    }
}

/*@media only screen and (max-width: 767px) {
    body.single-portfolio .main-content-inner .column-container {
        display: flex;
        flex-direction: column;
    }
    body.single-portfolio .main-content-inner .column-container .column-two-third {
        order: 0;
        margin-bottom: 1em;
    }
    body.single-portfolio .main-content-inner .column-container .column-one-third {
        order: 1;
    }
}*/

body.stretched_title.matching_header_title[class*="page-template-template-portfolio-"].light-bg .main-content .title-container,
body.stretched_title.matching_header_title.single-post .main-content .title-container {
    padding-bottom: 11em;
}

[class*="page-template-template-portfolio-no-spacing"] #portfolio .link_image {
    margin-bottom: 0 !important;
}

#portfolio > li {
    margin-bottom: 2.5em;
}

[class*="page-template-template-portfolio-no-spacing"] #portfolio li.grid-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

[class*="page-template-template-portfolio-no-spacing"] .link_image {
    border-radius: 0 !important;
}

[class*="page-template-template-portfolio-no-spacing"] .main-content #portfolio.column-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

[class*="page-template-template-portfolio-no-spacing-no-text"] #portfolio > li {
    margin-bottom: 0;
}

[class*="page-template-template-portfolio-no-spacing-no-text-stretched"] .main-content-inner .content-width.portfolio-outer {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

[class*="page-template-template-portfolio-no-spacing-no-text-stretched"] .main-content-inner {
    padding-bottom: 0 !important;
    width: 100%;
}

[class*="page-template-template-portfolio-no-spacing-no-text-stretched"].stretched_title .main-content-inner {
    padding-top: 0 !important;
    display: inline-block;
    float: left;
}

[class*="page-template-template-portfolio-no-spacing-no-text-stretched"] #portfolio {
    display: flex !important;
    width: 100% !important;
    margin-bottom: -1px !important;
}

[class*="page-template-template-portfolio-no-spacing-no-text-stretched"] .grid-item > div {
    width: 100.5%;
}

body.contained[class*="page-template-template-portfolio-"] .main-content-inner {
    padding-top: 3em;
}

/*[class*="page-template-template-portfolio-no-spacing-no-text-stretched"] .portfolio-filtering {
margin-bottom: 0 !important;
border-bottom: 0 !important;
}*/

/* -------------------------------- */
/* Filtering
/* -------------------------------- */
.portfolio-filtering {
    /*margin-bottom: 2em;*/
    position: relative;
    width: 100%;
    margin-top: -1em;
    line-height: 1.8em;
}

body.center_page_title .portfolio-filtering {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-top: none;
    margin-top: 0;
}

.stretched_title .portfolio-filtering,
.stretched_title.single-post .blog-meta {
    width: 100%;
    line-height: 1;
    padding: 1.5em 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

body.stretched_title.light-bg .portfolio-filtering,
body.stretched_title.light-bg.single-post .blog-meta {
    background-color: #f9f9f9;
}

body.center_page_title.stretched_title .portfolio-filtering {
    margin-bottom: 0 !important;
    border-top: none !important;
}

.portfolio-details .wpb_row:nth-last-child(2) {
    margin-bottom: 0;
}

#portfolio-filters {
    list-style: none;
    margin-left: 0;
    display: inline-block;
    display: inline-flex;
}

#portfolio-filters li {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

#portfolio-filters li:last-child {
    margin-right: 0;
}

#portfolio-filters li span {
    cursor: pointer;
    -webkit-transition: all .06s linear;
    -moz-transition: all .06s linear;
    -o-transition: all .06s linear;
    -ms-transition: all .06s linear;
    transition: all .06s linear;
}

.dark-bg #portfolio-filters li span:hover {
    color: #FFFFFF !important;
}

.dark-bg #portfolio-filters li span.active {
    color: #FFFFFF !important;
}

.title-container #portfolio-filters li span.active, .title-container #portfolio-filters li span:hover {
    opacity: 1;
}

/* -------------------------------- */
/* Navigation
/* -------------------------------- */
.jcarousel-nav.portfolio {
    top: 8px;
    background-color: transparent !important;
}

.title-container .jcarousel-nav.portfolio {
    top: 2.6em;
}

.title-container .jcarousel-nav.portfolio a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/* -------------------------------- */
/* Portfolio Details
/* -------------------------------- */

body.single-portfolio .main-content .column-full-width {
    margin-bottom: 0 !important;
}

.portfolio-cats {
    float: left;
    display: block;
    font-size: 0.9em;
    width: 100%;
    margin-bottom: 6em;
    padding-left: 2em;
    padding-bottom: 1em;
    border-left: 2px solid #ccc;
}

@media only screen and (max-width: 767px) {
    body.single-portfolio .portfolio-cats {
        margin-bottom: 4em !important;
    }
}

.portfolio-cats .title {
    float: left;
    display: inline-block;
    width: 100%;
}

.dark-bg .portfolio-cats-title {
    color: rgba(255, 255, 255, 0.5) !important;
}

.portfolio-cats a {
    display: inline;
}

.single-portfolio .main-content-inner {
    padding-bottom: 5em;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .single-portfolio .main-content .column-one-third,
    .single-portfolio .main-content .column-two-third {
        width: 100% !important;
        margin-top: 2em;
    }
}

@media only screen and (max-width: 1024px) {
    .single-portfolio.bordered .main-content h1 {
        margin-top: 0.5em;
    }

    .single-portfolio.bordered .main-content-inner {
        padding-top: 2em !important;
    }
}

/* -------------------------------- */
/* Carousel
/* -------------------------------- */

.portfolio-related {
    clear: both;
    margin-bottom: -2em;
    margin-top: 2em;
}

.portfolio-related h2 {
    margin-bottom: 2.4rem;
}

@media only screen and (max-width: 767px) {
    .portfolio-related .jcarousel-outer {
        margin-bottom: 0;
    }
}

/* --------------------------------------------------------------------------------- */
/* Blog
/* --------------------------------------------------------------------------------- */
/* Blog Post
/* -------------------------------- */
ul.blog-list {
    list-style: none;
    margin-left: 0;
    margin-bottom: 2em !important;
    display: flex;
    flex-wrap: wrap;
}

.blog-post {
    display: block !important;
    float: left;
    padding-bottom: 48px;
    margin-bottom: 48px !important;
    width: 100%;
    position: relative;
}

.light-bg .blog-post {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-bg .blog-post {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.boxed .no-image {
    height: 26px;
}

.blog-post:after {
    content: "";
    width: 94px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.blog-post:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
}

.blog-post:last-child:after, .actual-post:after {
    display: none;
}

.blog-post.actual-post {
    margin-bottom: 10px !important;
    padding-bottom: 0;
    border-bottom: none;
}

body.single-post .column-container.no-sidebar .column-three-qtr {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
}

body.single-post .post_featured_image {
    margin-bottom: 4em;
}

@media only screen and (min-width: 1200px) {
    body.single-post .column-container.no-sidebar .column-three-qtr {
        width: 75% !important;
    }
    /*body.single-post .column-container.no-sidebar .column-three-qtr .actual-post .post_featured_image {
        margin-left: -20%;
        margin-right: -20%;
        margin-bottom: 4em;
    }*/
}

.blog-post.actual-post .blog-content {
    float: left;
    display: block;
}

.blog-post .grid-item .link_image,
body.single-portfolio .top-section .link_image {
    margin-bottom: 2.4em !important;
}

.blog-post h1 {
    margin-bottom: 0.5em;
}

.blog-post h1.quote, .blog-post h2.inner-title.quote, body.single .title-container h1.quote {
    font-style: normal;
}

.blog-post .sticky h1:before, .blog-post .sticky h2:before {
    content: '\f08d';
    font-family: 'FontAwesome';
    margin-right: 0.2em;
}

.format-link .blog-content a {
    font-size: 1.2em;
    font-weight: bold;
}

/* -------------------------------- */
/* Blog Meta
/* -------------------------------- */

.blog-meta {
    margin-bottom: 0;
    margin-top: -1em;
}

.title-container .blog-meta {
    width: 100%;
    padding-top: 1.8em;
    margin-top: 0.5em;
    line-height: 1;
    margin-bottom: -2em;
    border-top: 2px solid rgba(255, 255, 255, 0.14) !important;
}

body.center_page_title .title-container .blog-meta {
    border-top: none !important;
}

/*.title-container.accent .blog-meta,
.title-container.main .blog-meta,
.title-container.custom .blog-meta,
html body.stretched_image_title .main-content .title-container .blog-meta {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-top: 3em !important;
    /*text-align: left !important;*/
}
*

/

.dark-bg .blog-meta {
    color: rgba(255, 255, 255, 0.5) !important;
}

.actual-post .blog-meta {
    margin-bottom: 3.0em;
}

body.bordered .actual-post .blog-meta {
    padding-bottom: 3.0em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-meta.title-block {
    margin-bottom: 24px;
    padding: 0 0 0 0;
    border-bottom: none;
    margin-top: -12px;
}

.blog-meta.title-block:after {
    height: 0;
    display: none;
}

.light-bg .blog-meta.title-block {
    margin-bottom: 0;
    padding: 14px 0 14px 0;
    border-bottom: none;
    margin-top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.blog-meta .meta-item {
    display: inline-block;
    padding: 0 10px 0 0;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .blog-meta .meta-item {
        line-height: 2em;
        margin-right: 0;
    }
}

.blog-meta .meta-item:last-child {
    border-right: none;
}

.blog-meta .meta-item .meta-title {
    display: inline;
    margin: 4px 6px 0 0;
}

.dark-bg .blog-meta .meta-item .meta-title {
    color: rgba(255, 255, 255, 0.5) !important;
}

.blog-meta.title-block .meta-item {
    color: #FFFFFF;
}

.blog-meta.title-block .meta-item a {
    color: #FFFFFF;
}

.blog-meta.title-block .meta-item a:hover {
    color: #FFFFFF;
    border-bottom: 1px dotted #FFFFFF;
}

.blog-meta.title-block .meta-item .meta-title:before {
    color: #FFFFFF;
}

.blog-meta .meta-item .meta-title:before {
    font-family: 'FontAwesome';
    display: inline;
    margin-right: 2px;
    font-size: 1em;
    position: relative;
}

.dark-bg .blog-meta .meta-item .meta-title:before {
    color: rgba(255, 255, 255, 0.7) !important;
}

.blog-meta .meta-item .meta-title.published:before {
    content: '\f017';
}

.blog-meta .meta-item .meta-title.author:before {
    content: '\f007';
}

.blog-meta .meta-item .meta-title.views:before {
    content: '\f06e';
}

.blog-meta .meta-item .meta-title.comments:before {
    content: '\f0e6';
}

.blog-meta .meta-item .meta-title.cats:before {
    content: '\f114';
}

/* Titled Border Style Only */
body.single-post .title_bordered .blog-meta, .title_bordered .portfolio-filtering {
    padding-bottom: 3.6rem;
    display: inline-block;
    line-height: 1.8em;
    position: relative;
    width: 100%;
}

/* Titled Border Style Only */
body.center_page_title.single-post .title_bordered .blog-meta,
body.center_page_title .title_bordered .portfolio-filtering {
    border-bottom: none;
    margin-bottom: 5.5rem;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    margin-top: -3rem;
}

.blog-list .blog-post:after {
    display: none;
}

.light-bg .blog-list .blog-post {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-bg .blog-list .blog-post {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.blog-list .blog-post:last-child {
    border-bottom: none !important;
}

/* -------------------------------- */
/* Blog Content
/* -------------------------------- */
.blog-post .blog-content {
    width: 100%;
    clear: both;
    display: inline-block;
}

.blog-post .blog-content p:last-child {
    margin-bottom: 0 !important;
}

.blog-post .blog-content a.button {
    margin-bottom: 0;
    margin-top: 5px;
}

video, audio {
    float: left;
    max-width: 100%;
}

.blog-post a.read-more {
    margin-top: 2.0em;
    clear: both;
    display: inline-block;
}

.blog-post .blog-content .size-large, .blog-post .blog-content .size-medium, .blog-post .blog-content .size-small, .blog-post .blog-content .size-full {
    margin-top: 6px;
}

body.hide_blog_title[class*="page-template-template-blog"] .header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.hide_blog_title[class*="page-template-template-blog"] .topnav > li > ul {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
    body[class*="page-template-template-blog"] .main-content .column-three-qtr, body.single-post .main-content .column-three-qtr {
        width: 66.666666% !important;
    }

    body[class*="page-template-template-blog"] .sidebar, body.single-post .sidebar {
        width: 33.333333% !important;
    }
}

/* --------------------- */
/* External Video
/* --------------------- */
.external-video-embed-wrapper {
    margin-bottom: 30px;
    display: block;
    width: 100%;
}

.external-video-embed {
    padding-top: 56%;
    position: relative;
}

.external-video-embed iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* --------------------- */
/* Self-Hosted Video
/* --------------------- */
.self-hosted-video-embed {
    margin-top: 6px;
    display: inline-block;
    max-width: 100%;
}

/* --------------------- */
/* Self-Hosted Audio
/* --------------------- */
.self-hosted-audio-embed {
    margin-bottom: 30px !important;
    padding-top: 6px;
}

/* --------------------- */
/* Media Element Media Player
/* --------------------- */
.mejs-container {
    margin-bottom: 30px !important;
}

.mejs-container, .mejs-embed, .mejs-embed body {
    background: rgba(0, 0, 0, 0.2) !important;
}

.mejs-container:only-child {
    margin-bottom: 0 !important;
}

.mejs-time-total {
    background: rgba(255, 255, 255, 0.1) !important;
}

.mejs-time-loaded {
    background: rgba(255, 255, 255, 0.2) !important;
}

.mejs-controls {
    overflow: hidden;
}

.mejs-controls button {
    outline: none !important;
}

.mejs-overlay-button {
    background: none !important;
}

.mejs-overlay-play {
    display: table;
    width: 100% !important;
    height: 100% !important;
}

.mejs-overlay-play:after {
    display: table-cell;
    vertical-align: middle;
    font-family: 'FontAwesome';
    content: '\f144';
    font-size: 68px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .mejs-overlay-play {
        display: none !important;
    }
}

/* -------------------------------- */
/* Grid
/* -------------------------------- */

@media only screen and (min-width: 768px) {
    .blog-list.grid {
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.blog-list.grid .blog-post {
    display: flex !important;
    float: left;
    width: calc(100% / 2);
    border: none !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 4em !important;
    padding-bottom: 0;
}

.blog-list.grid.boxed .blog-post {
    margin-bottom: 30px !important;
}

body[class*="no-sidebar"] .blog-list.grid .blog-post {
    width: calc(100% / 3);
}

@media only screen and (max-width: 1023px) {
    .blog-list.grid .blog-post {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .blog-list.grid {
        margin-left: -10px;
        margin-right: -10px;
    }

    body[class*="no-sidebar"] .blog-list.grid .blog-post {
        width: 50% !important;
    }

    .blog-list.grid .blog-post {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.blog-list.grid .blog-post .post {
    width: 100%;
}

.blog-list.grid .blog-post .blog-meta {
    margin-bottom: 0;
    margin-top: 1em;
    font-size: 1em;
    order: 2;
}

@media only screen and (max-width: 330px) {
    .blog-meta .meta-item {
        font-size: 0.86em;
    }
}

.blog-list.grid .blog-post a.read-more {
    margin-top: 1em;
    display: none;
}

.blog-list.grid .blog-content {
    display: flex;
    flex-direction: column; /* vertical */
    /*margin-top: 1.6em;*/
}

.blog-list.grid .link_image, .blog-grid .link_image {
    margin-bottom: 1.4em !important;
}

.blog-list.grid.boxed .blog-content, .blog-carousel.boxed .blog-content {
    padding: 0 1.6em 3.6em 1.4em;
}

.blog-list.grid .blog-content p {
    padding: 0 !important;
    margin-bottom: 1em !important;
    order: 1;
    /*display: none;*/
}

.grid-item .blog-content .grid-cat {
    margin-bottom: 0.4em;
}

.grid-cat a {
    opacity: 1;
    display: inline-block;
}

.blog-carousel .blog-content {
    padding-bottom: 0 !important;
    display: inline-block;
}

.blog-carousel.boxed .blog-content {
    padding-bottom: 2.2em !important;
}

.blog-list.grid.boxed .link_image,
.blog-list.grid.boxed .external-video-embed-wrapper {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    max-width: inherit !important;
    margin-bottom: 26px !important;
}

@media only screen and (min-width: 767px) {
    .blog-meta .meta-item {
        padding-right: 6px;
    }
}

.blog-list.grid .blog-meta .meta-item.cats,
.blog-list.grid .blog-meta .meta-item.author {
    display: none;
}

.blog-list.grid .blog-meta .meta-item.comments {
    padding-right: 0;
    margin-right: 0;
}

/* Boxed */

@media only screen and (max-width: 1024px) {
    .blog-list.grid.boxed .blog-post {
        margin-bottom: 20px !important;
    }
}

.blog-list.grid.boxed .blog-post .post {
    float: left;
    padding: 0 0 2.0em 0;
    border-radius: 3px;
    position: relative;
    /*-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.05);*/
}

.dark-bg .blog-list.grid.boxed .blog-post .post {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.blog-list.grid.boxed .blog-post .blog-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 1.6em 0 1.4em;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1.2em;
    right: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.jcarousel-item .date:before, .grid-item .date:before, .jcarousel-item .categories:before, .grid-item .categories:before {
    font-family: 'FontAwesome';
    /*display: inline-block;*/
    display: none;
    margin-right: 0.4em;
    padding-left: 1px;
    font-size: 1em;
    position: relative;
    float: left;
}

.jcarousel-item .date:before, .grid-item .date:before {
    content: '\f017';
}

.jcarousel-item .categories:before, .grid-item .categories:before {
    content: '\f114';
}

/* -------------------------------- */
/* Blog Navigation
/* -------------------------------- */
.blog-nav {
    display: inline-block;
    float: left;
    margin-top: 1em;
    margin-bottom: 4em;
}

.blog-nav a.prev-posts {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
}

.blog-nav .old-and-new {
    display: inline;
}

.light-bg .blog-nav .old-and-new a.prev-posts {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-bg .blog-nav .old-and-new a.prev-posts {
    border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.blog-nav a.next-posts {
    float: left;
}

.blog-nav a.prev-posts:before, .blog-nav a.next-posts:after {
    font-family: 'FontAwesome';
    font-size: 10px;
}

.light-bg .blog-nav a:hover.back:before, .light-bg .blog-nav > a:hover.next:after {
    -webkit-transition: color .06s linear;
    -moz-transition: color .06s linear;
    -o-transition: color .06s linear;
    -ms-transition: color .06s linear;
    transition: color .06s linear;
}

.dark-bg .blog-nav a:hover.back:before, .dark-bg .blog-nav a:hover.next:after {
    color: #FFFFFF !important;
    -webkit-transition: color .06s linear;
    -moz-transition: color .06s linear;
    -o-transition: color .06s linear;
    -ms-transition: color .06s linear;
    transition: color .06s linear;
}

.blog-nav a.prev-posts:before {
    content: '\f053';
    padding-right: 6px;
}

.blog-nav a.next-posts:after {
    font-family: 'FontAwesome';
    content: '\f054';
    padding-left: 6px;
}

/* -------------------------------- */
/* Blog Comments
/* -------------------------------- */
#comments {
    display: inline-block;
    width: 100%;
    margin-top: 3em;
    margin-bottom: 5em;
    position: relative;
    z-index: 1;
    padding: 2em;
    border-radius: 4px;
}

.light-bg #comments {
    background-color: #ffffff;
}

.light-bg.wh #comments {
    background-color: #f3f3f3;
}

#comments input[type="submit"] {
    margin-bottom: 0;
}

#comments h3 {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 2em;
}

#comments ul {
    list-style: none;
    padding-bottom: 0;
    list-style: none;
    margin: 0 0 0 0;
}

#comments .comment-body {
    margin-bottom: 30px;
}

#comments .comment-body:last-child {
    margin-bottom: 0;
}

#comments .avatar {
    float: left;
    margin-right: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: 0.4em;
}

#comments p {
    clear: both;
}

#comments .fn {
    font-style: normal;
}

#comments .comment-meta {
    line-height: 18px;
    font-size: 11px;
    margin-bottom: 10px;
}

.light-bg #comments .comment-meta a:first-child {
    color: #AAAAAA;
}

.dark-bg #comments .comment-meta a:first-child {
    color: rgba(255, 255, 255, 0.3) !important;
}

#comments .comments-closed {
    padding: 14px 38px 14px 12px;
    display: block;
    width: 100%;
    clear: both;
    float: left;
    margin: 14px 0 20px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    font-weight: 500;
    line-height: 18px;
}

.light-bg #comments .comments-closed {
    background-color: #E2E2E2;
}

.dark-bg #comments .comments-closed {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

#comments .comment-reply-title a {
    float: none;
    display: inline;
}

#comments a#cancel-comment-reply-link {
    font-size: 11px;
    float: right;
}

#comments .children {
    margin-left: 30px;
}

#comments .children:last-child {
    padding-bottom: 0 !important;
}

#comments .pingback {
    margin-bottom: 1.6em;
}

/* -------------------------------- */
/* Blog Comment Form
/* -------------------------------- */
#comments #respond {
    display: block;
    margin-bottom: 25px;
}

.comment-form input[type="submit"] {
    margin-right: 0;
}

/* -------------------------------- */
/* Blog Post Tags
/* -------------------------------- */
.post-tags {
    display: block;
    float: left;
    clear: both;
    margin-bottom: 2.4em;
}

.post-tags-title {
    float: left;
    line-height: inherit;
    margin: 4px 0.8em 0 0 !important;

}

a.post-tag {
    display: inline;
    margin: 4px 0.6em 0 0;
    float: left;
}

/* -------------------------------- */
/* Blog Post Pagination
/* -------------------------------- */
.blog-pagination {
    margin-top: 2em;
    display: inline-block;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
}

.blog-pagination .page {
    margin-right: 0.6em;
    float: left;
}

/* -------------------------------- */
/* Blog Post Sharing
/* -------------------------------- */
ul.post-sharing {
    display: inline-block;
    float: left;
    clear: both;
    list-style: none;
    margin: 0;
    margin-top: 3em;
    margin-bottom: 1em;
    font-size: 1.2em;
}

.post-sharing li {
    position: relative;
    float: left;
    margin-right: 1em;
    margin-left: 0;
    margin-bottom: 0 !important;
    font-size: 1.2em;
    line-height: inherit !important;
}

.dark-bg .post-sharing a i {
    color: rgba(255, 255, 255, 0.4) !important;
}

.dark-bg .post-sharing a:hover i {
    color: #FFFFFF !important;
}

/* -------------------------------- */
/* Blog Sidebar
/* -------------------------------- */
.main-content .widget {
    width: 100%;
    display: block;
    float: left;
}

.sidebar {
    float: right;
    position: relative;
}

.sidebar .widget {
    margin-bottom: 4em;
}

.sidebar.left {
    float: left;
}

.main-column {
    /*float: left;*/
    padding-bottom: 1em;

}

.main-column.right {
    float: right;
    text-align: left;
}

.sidebar ul {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

/* Uncomment this section for 2 column sidebar menu on high res screens
@media only screen and (min-width: 1346px) {
.sidebar ul {
-webkit-column-count: 2;
column-count: 2;
}
}*/
.sidebar .widget form {
    clear: both;
}

.sidebar .widget h3.sub-title {
    margin-bottom: 2px;
    line-height: 18px;
    font-size: 13px;
}

.dark-bg .sidebar .widget h3.sub-title, .dark-bg .sidebar .widget h3.sub-title a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.dark-bg .sidebar .widget h3.sub-title a:hover {
    color: #FFFFFF !important;
}

.sidebar .widget li:last-child {
    margin-bottom: 0;
}

.light-bg .sidebar span {
    color: #9E9E9E;
}

.dark-bg .sidebar span {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* -------------------------------- */
/* Quote Format
/* -------------------------------- */
.blog-post.actual-post .format-quote blockquote:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    font-size: 2em;
}

.blog-post.actual-post cite {
    opacity: 0.7;
}

/* --------------------------------------------------------------------------------- */
/* Search Results
/* --------------------------------------------------------------------------------- */
body.search ol {
    list-style-type: none;
    margin: 0;
}

body.search ol > li:last-child {
    margin-bottom: 5em;
    border-bottom: none !important;
}

@media only screen and (min-width: 1025px) {
    body.search-results .full-width-column {
        padding-left: 25%;
        padding-right: 25%;
    }
}

.search-results li.search-result {
    padding-bottom: 3em;
    margin-bottom: 3em;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    position: relative;
}

.search-results .search-result h3 {
    margin-bottom: 0em !important;
}

.search-results .search-result h3 > a {
    font-size: 1.2em;
}

.search-results .search-result a.url_link {
    margin-top: 0.5em;
    display: block;
}

.search-results .blog-meta {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: none !important;
}

.search-results .blog-meta:after {
    content: "";
    display: none;
}

.search-results .search-result-text {
    width: 100%;
    display: block;
    margin-top: 0.5em;
}

.search-results .meta-title.cats {
    display: none;
}

/* --------------------------------------------------------------------------------- */
/* Contact Form
/* --------------------------------------------------------------------------------- */
/*body.light-bg .contactform {
    padding: 2em;
    background-color: #ffffff;
    border-radius: 4px;
}

body.light-bg.wh .contactform {
    padding: 2em;
    background-color: #f3f3f3;
    border-radius: 4px;
}*/

html body .contactform {
    display: inline-block;
    width: 100%;
}

.contactform .holder {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

@media only screen and (max-width: 1024px) {
    html body .main-content .contactform .holder {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    html body .main-content .contactform .column-full-width,
    html body .main-content .contactform .column-one-half,
    html body .main-content .contactform .column-one-third,
    html body .main-content .contactform .column-one-fourth,
    html body .main-content .contactform .column-one-fifth {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /*html body .main-content .contactform {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }*/
}

.contactform .column-full-width,
.contactform .column-one-half,
.contactform .column-one-third,
.contactform .column-one-fourth,
.contactform .column-one-fifth {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    position: relative;
}

.contactform input {
    width: 100%;
    float: left;
    margin-bottom: 1em;
    /*margin-right: 10px;*/
}

.material_form_inputs .contactform .holder {
    margin-left: -1em;
    margin-right: -1em;
}

.material_form_inputs .contactform .column-full-width,
.material_form_inputs .contactform .column-one-half,
.material_form_inputs .contactform .column-one-third,
.material_form_inputs .contactform .column-one-fourth,
.material_form_inputs .contactform .column-one-fifth {
    padding-left: 1em !important;
    padding-right: 1em !important;
    position: relative;
}

.material_form_inputs .contactform input {
    margin-bottom: 1em;
}

body.material_form_inputs .contactform .holder {
    margin-left: -1em;
    margin-right: -1em;
}

body.material_form_inputs .contactform .column-full-width,
body.material_form_inputs .contactform .column-one-half,
body.material_form_inputs .contactform .column-one-third,
body.material_form_inputs .contactform .column-one-fourth,
body.material_form_inputs .contactform .column-one-fifth {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

body.material_form_inputs .contactform input[type="submit"] {
    margin-top: 1.5em !important;
}

.contactform input:nth-child(3n+3) {
    margin-right: 0;
}

.contactform input[type="submit"], .contactform button.button {
    margin-top: 2rem;
    margin-right: 0 !important;
    margin-bottom: 0;
}

.contactform label.error {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 0.94em;
    line-height: 1;
    height: calc(100% - 12px);
    display: flex;
    align-content: center;
    align-items: center;
}

.contactform label.error[for="message_text"] {
    top: 1rem;
    display: inline-block;
}

.material_form_inputs .contactform label.error {
    right: 10px;
    height: calc(100% - 23px);
}

.standard-form-inputs .contactform label.error {
    height: calc(100% - 14px);
}

.contactform .alert {
    display: none;
}

.contactform .alert i {
    margin-right: 8px;
}

/* --------------------------------------------------------------------------------- */
/* Footer
/* --------------------------------------------------------------------------------- */
.footer-container {
    width: 100%;
}

.footer-container .footer-shortcode .vc_separator {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media only screen and (max-width: 1279px) {
    .footer [class*="column-one"]:empty {
        display: none;
    }
}

.footer {
    padding: 5rem 0 0 0;
    float: left;
    display: table;
    width: 100%;
    position: relative;
}

.footer [class*="column-one"] {
    flex-grow: 1;
}

.column-container [class*="column"] .wp-caption {
    max-width: 100% !important;
}

.footer.dark {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 0, 0, 0.20);
}

.footer.white {
    background-color: #FFFFFF;
    background-image: none;
}

.footer.light .footer-lower-container.solid, .footer.white .footer-lower-container.solid {
    background-color: rgba(0, 0, 0, 0.03);
}

.footer.light {
    background-color: #F2F2F2;
    background-image: none;
}

.footer.light .footer-lower-container a {
    opacity: 0.65 !important;
}

.footer.light .footer-lower-container a:hover {
    opacity: 1 !important;
}

.footer.light:before, .footer.white:before {
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    top: -2px;
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
}

.footer .logo {
    margin-bottom: 15px;
    max-width: 150px;
}

.footer h3 {
    margin-bottom: 1.0em;
}

@media only screen and (max-width: 767px) {
    .footer h3 {
        margin-bottom: 1.4em;
    }
}

.footer.dark h3 {
    color: #FFFFFF;
}

.footer p {
    margin-bottom: 1.1em;
    line-height: 1.8em;
}

.footer p:last-child {
    margin-bottom: 0 !important;
}

.footer.dark a:hover {
    color: #FFFFFF;
}

.footer .column-container {
    display: flex;
    flex-wrap: nowrap;
    min-width: 100%;
    padding-bottom: 3.0rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer [class*="column-one"] {
        width: 50% !important;
    }
}

@media only screen and (max-width: 1023px) {
    .footer .column-container {
        flex-wrap: wrap;
    }
}

.footer-lower-container {
    clear: both;
    font-size: 1em;
    display: block;
    width: 100%;
    float: left;
}

.footer.light .footer-lower a, .footer.light .footer-lower-inner a,
.footer.white .footer-lower a, .footer.white .footer-lower-inner a {
    opacity: 0.8;
}

.footer.light .footer-lower a:hover, .footer.light .footer-lower-inner a:hover,
.footer.white .footer-lower a:hover, .footer.white .footer-lower-inner a:hover {
    opacity: 1;
}

.footer.dark .footer-lower-container.solid {
    background-color: rgba(0, 0, 0, 0.3);
}

.footer-lower-inner {
    padding: 2.2em 0 2.1em 0;
    display: table;
    text-align: left;
    line-height: 1em;
    position: relative;
    font-size: 0.94em;
    width: 100%;
}

.footer-lower-left {
    float: left;
}

.footer-lower-right {
    float: right;
    white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
    .footer-lower-inner {
        padding-top: 2em !important;
    }

    .footer-lower-left, .footer-lower-right {
        width: 100%;
        margin-top: 0.5em;
        text-align: center;
    }

    .footer-lower-right {
        margin-bottom: 1.6em;
        font-size: 0.9em;
        opacity: 0.8;
    }
}

.footer.dark .footer-lower-inner.trans:before {
    content: '';
    height: 2px;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.1);
}

.footer.light .footer-lower-inner.trans:before,
.footer.white .footer-lower-inner.trans:before {
    content: '';
    height: 2px;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
}

.footer.light .footer-lower-inner.trans:before, .footer.white .footer-lower-inner.trans:before {
    background: rgba(0, 0, 0, 0.06);
}

.footer-lower li {
    float: left;
    margin-right: 25px;
}

.footer.dark .footer-lower-inner a {
    color: rgba(255, 255, 255, 0.6);
}

.footer.dark .footer-lower li a:hover,
.footer.dark .footer-lower-inner a:hover {
    color: #FFFFFF;
}

.footer-lower-inner {
    float: right;
}

.footer.dark .footer-lower-inner {
    color: rgba(255, 255, 255, 0.4);
}

.footer .footer-lower-inner {
    color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1023px) {
    .footer-lower-inner {
        display: block;
        float: left;
        width: 100%;
        padding: 1em 0;
        text-align:
    }
}

.footer.no-widgets {
    padding-top: 0 !important;
}

.footer-lower-container.no-widgets {
    border-top: none !important;
}

/* --------------------- */
/* Footer Infobar
/* --------------------- */
.footer-infobar {
    clear: both;
    width: 100%;
    font-size: 1.3em;
    text-align: left;
    line-height: 1.4em;
    padding: 26px 0 26px 0;
    margin: 0;
    position: relative;
    top: 0;
    z-index: 1;
}

.footer-infobar a {
    border-bottom: 1px dotted;
}

.footer-infobar.accent a, .footer-infobar.accent a:hover, .footer-infobar.main a, .footer-infobar.main a:hover {
    color: inherit !important;
    border-bottom: 1px dotted;
}

.footer-infobar.accent, .footer-infobar.main {
    color: #FFFFFF;
}

.light-bg .footer-infobar.alternate {
    background-color: #E7E7E7;
}

.light-bg.wh .footer-infobar.alternate {
    background-color: #E8E8E8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-bg .footer-infobar.alternate {
    background-color: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.8);
}

.light-bg .footer-infobar:after {
    border-color: #F7F7F7 transparent transparent transparent;
}

.light-bg.wh .footer-infobar:after {
    border-color: #FFFFFF transparent transparent transparent;
}

/* --------------------------------------------------------------------------------- */
/* Basix Widgets
/* --------------------------------------------------------------------------------- */
/* Featured Portfolio Item
/* --------------------- */
.portfolio-featured-widget h3 {
    font-size: 1.1em !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 0 !important;
}

.portfolio-featured-widget .link_image {
    margin-bottom: 16px !important;
}

.portfolio-featured-widget .categories {
    margin-top: 0.6em;
    font-size: 0.85em;
    line-height: 1em;
    padding-bottom: 4px;
}

.portfolio-featured-widget .categories .category {
    display: inline;
    margin: 0;
}

.portfolio-featured-widget .categories .category:after {
    content: ', ';
}

.portfolio-featured-widget .categories .category:last-child:after {
    content: '';
    display: none;
}

.main-content .light-bg .portfolio-featured-widget .categories .category, .footer.light .portfolio-featured-widget .categories .category, .footer.white .portfolio-featured-widget .categories .category {
    color: #9C9C9C;
}

.main-content .dark-bg .portfolio-featured-widget .categories .category, .footer.dark .portfolio-featured-widget .categories .category {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* --------------------- */
/* Twitter
/* --------------------- */
.twitter-feed {
    width: 100%;
    float: left;
    list-style: none;
}

.footer .widget .twitter-feed li {
    margin-bottom: 2em;
}

.twitter-feed li:last-child {
    margin-bottom: 0;
}

.twitter-pic {
    float: left;
    width: 33px;
    height: 33px;
    margin-top: 4px;
    position: relative;
}

.twitter-pic img {
    width: 33px;
    height: 33px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tweet-time a {
    clear: both;
    line-height: 1;
}

.footer.dark .tweet-time a, .darg-bg .main-content .tweet-time a {
    color: rgba(255, 255, 255, 0.4) !important;
}

.footer.dark .tweet-time a:hover, .darg-bg .main-content .tweet-time a:hover {
    color: rgba(255, 255, 255, 0.5) !important;
}

.footer.white .tweet-time a, .footer.light .tweet-time a, .light-bg .main-content .tweet-time a {
    color: inherit !important;
}

.footer.white .tweet-time a:hover, .footer.light .tweet-time a:hover, .light-bg .main-content .tweet-time a:hover {
    color: inherit !important;
}

/* --------------------- */
/* Portfolio
/* --------------------- */
.portfolio-widget-container {
    overflow: hidden;
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 4px;
}

.portfolio-widget-item {
    width: 25%;
    padding: 0 5px 10px 5px;
    float: left;
}

.portfolio-widget-item .link_image {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
    .portfolio-widget-item {
        width: calc(100% / 3) !important;
    }
}

.portfolio-widget-item a.link_image:after {
    font-size: 14px;
}

/* --------------------- */
/* Newsletter
/* --------------------- */
.widget_basix_newsletter_widget .container {
    position: relative;
    margin: 4px 0 6px 0;
    float: left;
    width: 100%;
}

.widget_basix_newsletter_widget .textbox {
    font-size: 1em;
    margin: 0 !important;
    width: 100%;
    float: left;
    /*border-right: none !important;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget_basix_newsletter_widget label.error, .widget_basix_newsletter_widget .ajax-output {
    margin-top: 1em;
    margin-bottom: 0.4em;
    display: inline-block;
    width: 100%;
}

.widget_basix_newsletter_widget label.error:empty, .widget_basix_newsletter_widget .ajax-output:empty {
    display: none;
}


.widget_basix_newsletter_widget .text {
    font-size: 0.89em;
    margin-top: 0.65em;
    display: inline-block;
    padding-right: 1em;
}

.footer.dark .widget_basix_newsletter_widget .text {
    opacity: 0.7;
}

html body .widget_basix_newsletter_widget button[type="submit"] {
    width: auto;
    /*min-width: 20%;*/
    border: 0;
    color: #FFFFFF;
    font-size: 0.94em;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1.2em !important;
    height: calc(100%);
    margin: 0 !important;
    line-height: 0;
    cursor: pointer;
    border-radius: 0 3px 3px 0 !important;
    -webkit-appearance: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: none;
    letter-spacing: inherit;
}

html body .widget_basix_newsletter_widget button[type="submit"]:hover, html body .widget_basix_newsletter_widget button[type="submit"]:focus {
    opacity: 1;
}

html body .footer.dark .widget_basix_newsletter_widget button[type="submit"]:hover {
    color: #FFFFFF !important;
}

.widget_basix_newsletter_widget input, .widget_basix_newsletter_widget input:focus {
    outline: 0;
}

.widget_basix_newsletter_widget input {
    padding: 1.15em 0.6em;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

body.material_form_inputs .widget_basix_newsletter_widget input {
    padding-top: 0 !important;
}

body.standard-form-inputs .footer.dark .widget_basix_newsletter_widget input,
body.standard-form-inputs .footer.dark .widget_basix_newsletter_widget input:focus {
    background-color: rgba(255, 255, 255, 1);
    width: 98%;
    border: 0 !important;
}

.footer.dark .widget_basix_newsletter_widget input:focus {
    border-color: rgba(255, 255, 255, 1) !important;
}

    .footer.dark label.error {
        color: #fff;
    }

.footer.dark .widget_basix_newsletter_widget button[type="submit"] {
    border: none !important;
}

/* --------------------- */
/* Social Icons
/* --------------------- */
.social-icons i {
    font-size: 1.4em;
    -webkit-transition: all .06s linear;
    -moz-transition: all .06s linear;
    -o-transition: all .06s linear;
    -ms-transition: all .06s linear;
    transition: all .06s linear;
}

@media only screen and (max-width: 767px) {
    .social-icons {
        text-align: left !important;
    }
}

.big_icons .social-icons {
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .big_icons .social-icons {
        justify-content: flex-start;
    }
}

.footer.light .social-icons i,
.footer.white .social-icons i {
    opacity: 0.3;
}

.footer.light .social-icons i:hover,
.footer.white .social-icons i:hover {
    opacity: 1;
}

.social-icons li {
    margin-bottom: 0 !important;
}

.big_icons .social-icons i {
    font-size: 1.2em;
    width: 100%;
    text-align: center;
}

.big_icons .social-icons li {
    margin-left: 0.8em;
}

.big_icons .social-icons li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 3.2em;
    height: 3.2em;
    border-radius: 50%;
}

.social-icons li {
    display: inline-block;
    margin-left: 1.2em;
    line-height: 1.6em;
}

.social-icons li:first-child {
    margin-left: 0;
}

.dark-bg .social-icons li i {
    color: rgba(255, 255, 255, 0.5);
}

.footer-shortcode .dark-bg .social-icons li i {
    color: rgba(255, 255, 255, 0.5);
}

.dark-bg .social-icons li a:hover i {
    color: rgba(255, 255, 255, 1);
}

.footer .big_icons .social-icons li i {
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.footer .big_icons .social-icons li i:hover,
.dark-bg .big_icons .social-icons li a:hover i {
    color: rgba(255, 255, 255, 1);
}

.dark-bg .big_icons .social-icons a {
    background: rgba(255, 255, 255, 0.12);
}

.dark-bg .big_icons .social-icons a:hover {
    background: rgba(255, 255, 255, 0.2);
}

/*
.footer .big_icons .social-icons li.twitter a {
    background-color: #55ACEE;
}

.footer .big_icons .social-icons li.facebook a {
    background-color: #3B5998;
}

.footer .big_icons .social-icons li.google a {
    background-color: #DD4B39;
}

.footer .big_icons .social-icons li.linkedin a {
    background-color: #007BB5;
}

.footer .big_icons .social-icons li.pinterest a {
    background-color: #CB2027;
}

.footer .big_icons .social-icons li.flickr a {
    background-color: #FF0084;
}

.footer .big_icons .social-icons li.dribbble a {
    background-color: #EA4C89;
}

.footer .big_icons .social-icons li.youtube a {
    background-color: #BB0000;
}

.footer .big_icons .social-icons li.vimeo a {
    background-color: #99BD4B;
}

.footer .big_icons .social-icons li.github a {
    background-color: #444444;
}

.footer.dark .big_icons .social-icons li.github a {
    background-color: rgba(255, 255, 255, 0.2);
}

.footer .big_icons .social-icons li.instagram a {
    background-color: #E95950;
}*/

.social-icons li:last-child .basix-tooltip {
    left: inherit;
    right: 0;
}

.social-icons li:last-child .basix-tooltip:after {
    left: inherit;
    right: 4px;
}

.social-icons li a:hover {
    border-bottom: none !important;
}

/* --------------------- */
/* Form Processing Animation (Ajax)
/* --------------------- */
.basix-ajax-loader {
    -webkit-animation-name: basix-ajax-spin;
    -webkit-animation-duration: 400ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: basix-ajax-spin;
    -moz-animation-duration: 400ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: basix-ajax-spin;
    -ms-animation-duration: 400ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

@-moz-keyframes basix-ajax-spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes basix-ajax-spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes basix-ajax-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* --------------------------------------------------------------------------------- */
/* WordPress Standard Widgets
/* --------------------------------------------------------------------------------- */
.footer .widget {
    margin-bottom: 2.5em;
}

.footer .widget li {
    clear: both;
}

.footer .widget li, .footer .widget li {
    line-height: 2.1em !important;
}

.footer .widget li:last-child {
    margin-bottom: 0;
}

.footer .widget span {
    display: block;
}

.footer.dark .widget span {
    color: rgba(255, 255, 255, 0.4);
}

/* --------------------- */
/* Text Widget
/* --------------------- */
.main-content .textwidget {
    line-height: 1.8em;
}

.footer .textwidget {
    line-height: 18px;
}

/* --------------------- */
/* Archives
/* --------------------- */
.widget_archive select {
    width: 100%;
}

/* --------------------- */
/* Recent Entries
/* --------------------- */
.widget_recent_entries li span {
    font-size: 0.9em;
}

.widget_recent_entries a {
    display: block;
}

/* --------------------- */
/* Calendar
/* --------------------- */
.widget_calendar {
    position: relative;
    overflow: hidden;
}

.widget_calendar #calendar_wrap {
    margin-top: -2.7em;
}

.widget_calendar caption {
    font-size: 11px;
    font-size: 11px;
    text-align: right;
    margin-bottom: 2em;
    margin-right: 1em;
    padding-top: 0.1em;
}

.widget_calendar table {
    width: 100%;
    font-size: 11px;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar thead {
    display: none;
}

.widget_calendar tbody td {
    padding: 0.8em 0;
}

.widget_calendar .pad {
    background: none !important;
}

.widget_calendar tfoot td {
    padding-top: 1.8em;
    background: none !important;
}

.widget_calendar #next {
    text-align: right;
    padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .widget_calendar tbody td {
        padding: 5px;
    }

    .widget_calendar #next {
        padding-right: 5px;
    }
}

/* --------------------- */
/* Tags
/* --------------------- */
.widget_tag_cloud {
    line-height: 1.6em;
}

.widget_tag_cloud a {
    display: inline-block;
    font-size: inherit !important;
}

/* --------------------- */
/* Search
/* --------------------- */
.widget_search .searchform,
#bbp-search-form {
    position: relative;
    float: left;
    width: 100%;
}

.widget_search #s {
    margin: 0 !important;
    width: 100%;
}

.widget_search #searchsubmit,
#bbp-search-form input[type="submit"] {
    font-family: 'FontAwesome';
    font-size: 1em;
    font-weight: initial;
    background-color: transparent !important;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0 !important;
    padding: 0;
    margin: 0 !important;
    height: 100%;
    width: 45px;
    border: none;
    border-radius: 0 0 0 0 !important;
    background: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.widget_search label {
    display: none;
}

.light-bg .widget_search #searchsubmit, .dark-bg .footer .widget_search #searchsubmit,
.light-bg #bbp-search-form input[type="submit"] {
    color: #999999 !important;
}

.dark-bg .widget_search #searchsubmit, .light-bg .footer .widget_search #searchsubmit,
.dark-bg #bbp-search-form input[type="submit"] {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* --------------------- */
/* Menu
/* --------------------- */
.widget_nav_menu li.current-menu-item {
    position: relative;
}

.main-content .widget_nav_menu li.current-menu-item a {
    border-bottom: 1px dotted;
}

.dark-bg .widget_nav_menu li.current-menu-item a {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

/* --------------------- */
/* Gallery
/* --------------------- */
.gallery {
    margin-right: -20px !important;
    margin-left: -20px !important;
}

.gallery:before, .gallery:after {
    content: " ";
    display: table;
}

.gallery-item {
    display: inline-block;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 34px;
}

.gallery-item img {
    border: none !important;
}

.gallery.gallery-columns-3 .gallery-item {
    width: calc(100% / 3) !important;
}

.gallery-caption {
    margin-top: 8px;
}

body.attachment p.attachment {
    margin-top: 6px !important;
}

li.blog-post .gallery {
    display: none;
}

/* --------------------- */
/* Categories
/* --------------------- */
.light-bg .widget_categories {
    color: #BBBBBB;
}

.dark-bg .widget_categories {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* --------------------- */
/* Misc
/* --------------------- */
.widget {
    width: 100%;
    float: left;
}

.widget ul {
    list-style: none;
    margin: 0;
}

.main-content .widget li, .main-content .widget li.menu-item, .wpb_row .menu li.menu-item, .main-content .widget li.cat-item {
    margin-bottom: 0.6em;
    clear: both;
    line-height: 1.5em;
}

body .footer.dark .widget li > a {
    color: rgba(255, 255, 255, 0.7) !important;
    border-bottom: none !important;
}

.footer.dark .widget li > a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.widget.widget_recent_entries li {
    margin-bottom: 1.5em;
}

.widget li > ul {
    margin-top: 12px;
    margin-left: 10px;
}

.widget .post-date, .widget .tweet-time {
    display: block;
    font-size: 0.9em;
    -webkit-transition: all .06s linear;
    -moz-transition: all .06s linear;
    -o-transition: all .06s linear;
    -ms-transition: all .06s linear;
    transition: all .06s linear;
}

.widget .tweet-time {
    margin-top: 1.0em;
}

.widget .post-date {
    margin-top: 0.3em;
}

.widget .tweet-time .time {
    order: 1;
}

.widget .post-date:before, .widget .tweet-time:before {
    font-family: 'FontAwesome';
    margin-right: 0.4em;
    content: '\f017';
    line-height: 1;
}

.footer.light .widget .tweet-time, .footer.white .widget .tweet-time {
    opacity: 0.7;
}

.footer.light .widget .tweet-time:hover, .footer.white .widget .tweet-time:hover {
    opacity: 1;
}

/* --------------------- */
/* Required
/* --------------------- */
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
}

.wp-caption {
    margin-bottom: 1.6em;
}

/* -------------------------------- */
/* Left align titles on specific templates
/* -------------------------------- */
html body.bordered.center_page_title.page-template-template-page-left-sidebar h1,
html body.bordered.center_page_title.page-template-template-page-right-sidebar h1,
html body.bordered.center_page_title.page-template-template-page-left-sidebar h1.bordered,
html body.bordered.center_page_title.page-template-template-page-right-sidebar h1.bordered {
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0;
    margin-bottom: 5.5rem;
}

/* --------------------------------------------------------------------------------- */
/* Top of Page Link
/* --------------------------------------------------------------------------------- */
.top-of-page-link {
    display: none;
    position: fixed;
    right: -35px;
    bottom: -35px;
    line-height: 0;
    text-align: center;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, .3);
    color: #FFFFFF;
    z-index: 300;
    -webkit-transition: all .06s linear;
    -moz-transition: all .06s linear;
    -o-transition: all .06s linear;
    -ms-transition: all .06s linear;
    transition: all .06s linear;
    transform: rotate(45deg) !important;
}

.top-of-page-link i {
    font-size: 10px;
    color: #FFFFFF !important;
    line-height: 46px;
    transform: rotate(-45deg) !important;
    position: absolute;
    left: 7px;
    top: 13px;
}

/* --------------------------------------------------------------------------------- */
/* 404 Error Page
/* --------------------------------------------------------------------------------- */
body.error404 .main-content {
    display: flex;
}

body.error404 .main-content-inner {
    flex: 1;
    align-self: center;
    padding-top: 0;
}

.error-404-container {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex: 1;
}

.error-404-container i {
    font-size: 206px;
    margin-bottom: 20px;
    display: block;
}

.error-404-container h1 {
    margin-bottom: 0.5em;
    padding-right: 0;
}

.error-404-container p {
    font-size: 1.1em;
    margin-bottom: 2em;
}

/* --------------------------------------------------------------------------------- */
/* Visual Composer
/* --------------------------------------------------------------------------------- */
.vc_row {
    margin-left: -15px !important;
    margin-right: -15px !important;
    clear: both;
}

.vc_row_outer:last-child .vc_row-fluid {
    padding-bottom: 2em;
}

@media only screen and (max-width: 768px) {
.vc_row[data-vc-full-width] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}

.vc_row[data-vc-full-width].vc_parallax {
    overflow: hidden !important;
}

.vc_row[data-vc-full-width] {
    overflow: visible !important;
    padding-top: 5.0rem;
    padding-bottom: 2.0rem;
    /*left: -15px !important;
    width: calc(100% + 30px) !important;*/
}

body.contained .vc_row[data-vc-full-width] {
    padding-top: 5.0rem;
    padding-bottom: 2.0rem;
}

body.contained .vc_row[data-vc-stretch-content] {
    width: calc(100% + 50px) !important;
    left: -25px !important;
}

.vc_row-no-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.vc_row-no-padding .vc_column-inner {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.wpb_column.vc_column_container.vc_col-has-fill.stretched_column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.column_container.vertical-middle {
    display: table-cell;
    height: 100%;
    float: none !important;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .column_container.vertical-middle {
        display: block;
    }
}

body .wpb_content_element {
    line-height: 1.8em;
    margin-bottom: 3em;
}

.wpb_content_element.wpb_revslider_element {
    display: block;
    margin-bottom: 0;
}

.wpb_row .categories_filter {
    margin-left: 20px !important;
    margin-bottom: 30px !important;
}

.dark-bg .categories_filter li.active a {
    color: #FFFFFF !important;
}

a.vc_read_more {
    display: block !important;
    margin-top: 20px !important;
}

.wpb_thumbnails a.link_image:after {
    font-size: 38px;
}

.vc_separator {
    margin-top: 1em !important;
    margin-bottom: 3em !important;
}

.light-bg .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: rgba(0, 0, 0, 0.1);
}

.dark-bg .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: rgba(255, 255, 255, 0.2);
}

.wpb_alert {
    padding: 1em 14px !important;
}

.wpb_alert .messagebox_text, .wpb_alert-warning .messagebox_text {
    padding-left: 26px !important;
}

/* Image Gallery - Grid */
ul.wpb_masonry_gallery {
    margin-left: 0;
}

ul.wpb_masonry_gallery a.link_image {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    ul.wpb_masonry_gallery {
        margin-right: -20px;
    }
}

.wpb_masonry_gallery .masonry-item {
    width: calc(100% / 4 - 20px);
    margin-bottom: 20px !important;
    line-height: 0;
}

@media only screen and (max-width: 767px) {
    .wpb_masonry_gallery .masonry-item {
        width: 100%;
    }
}

.wpb_image_grid img.attachment-large,
.wpb_image_grid img.attachment-medium,
.wpb_image_grid img.attachment-thumbnail {
    border-radius: 0;
}

.flexslider, .nivoSlider {
    margin: 0 !important;
    position: absolute;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.flexslider a.link_image, .nivoSlider  a.link_image {
    margin-bottom: 0;
}

.flexslider .slides {
    overflow: hidden;
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

ol.flex-control-paging {
    list-style: none !important;
    margin: 0 !important;
    top: inherit !important;
    display: none;
}

.flexslider:hover ol.flex-control-paging {
    display: block;
}

.flex-control-paging li {
    display: inline-block !important;
    line-height: inherit !important;
    margin-bottom: 0 !important;
}

.flex-control-paging li a {
    background: rgba(255, 255, 255, 0.5) !important;
    box-shadow: none !important;
}

.flex-control-paging li a:hover {
    background: rgba(255, 255, 255, 0.8) !important;
}

.flex-control-paging li a.flex-active {
    background: #FFFFFF !important;
}

.flex-control-nav {
    position: absolute;
    bottom: 2% !important;
    z-index: 10;
}

.wpb_slider_nivo {
    position: relative;
}

.nivoSlider img {
    height: auto !important;
}

.nivo-controlNav {
    position: absolute;
    bottom: 2% !important;
    width: 100%;
    left: 0;
    z-index: 10;
}

ul.wpb_thumbnails.wpb_thumbnails-fluid.vc_clearfix.isotope {
    overflow: hidden !important;
}

.vc_progress_bar .vc_single_bar {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.vc_progress_bar .vc_single_bar .vc_label {
    text-shadow: none !important;
}

.vc_single_bar .vc_label, .vc_progress_bar.wpb_content_element.accent .vc_single_bar .vc_label, .vc_progress_bar.wpb_content_element.main .vc_single_bar .vc_label {
    color: #FFFFFF;
}

.dark-bg .vc_progress_bar.main .vc_single_bar .vc_bar {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.light-bg .vc_single_bar.bar_grey .vc_label {
    color: inherit;
}

.wpb_wrapper .vc_progress_bar {
    margin-bottom: 11px;
}

.wpb_wrapper .vc_progress_bar:only-child {
    margin-bottom: 3em;
}

@media only screen and (max-width: 1024px) {
    body .vc_column_container > .expanded:first-child {
        right: -10px !important;
        left: -10px !important;
    }
}

.vc_row-o-full-height .expanded {
    top: -900px !important;
    bottom: -900px !important;
}

body .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

body .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

body .vc_col-has-fill.vc_column_container > .vc_column-inner {
    padding-left: 2.5em;
    padding-right: 2.5em;
    padding-top: 3em;
    /*padding-bottom: 2em;*/
}

@media only screen and (max-width: 1024px) {
    body .vc_col-has-fill.vc_column_container > .vc_column-inner {
        padding-left: 2em;
        padding-right: 2em;
    }
}

body .vc_col-has-fill.vc_column_container > .vc_column-inner.expanded {
    padding-left: 15px;
    padding-right: 15px;
    /*position: relative;*/
}

body .vc_row-o-full-height .vc_col-has-fill.vc_column_container > .vc_column-inner.expanded {
    position: initial;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .popular .vc_column-inner:after {
        right: 10px;
    }

    .popular .vc_column-inner:before {
        right: 22px;
    }
}

@media only screen and (min-width: 768px) {
    .no-spacing .popular .vc_column-inner:before {
        top: 12px;
        right: 12px;
    }

    .no-spacing .popular .vc_column-inner:after {
        right: 0;
    }
}

.vc_span1 h2, .vc_span2 h2, .vc_span3 h2, .vc_span4 h2, .vc_span5 h2, .aio-icon-header h3.aio-icon-title {
    margin-bottom: 18px !important;
}

.aio-icon-box.default-icon h3.aio-icon-title {
    margin-bottom: 0 !important;
}

.vc_span1, .vc_span2, .vc_span3, .vc_span4, .vc_span5, .vc_span6, .vc_span7, .vc_span8, .vc_span9, .vc_span10, .vc_span11, .vc_span12, .vc_span13, .vc_span14, .vc_span15, .vc_span16, .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.vc_span1 a.link_image:after, .vc_span2 a.link_image:after, .vc_span3 a.link_image:after, .vc_span4 a.link_image:after, .vc_span5 a.link_image:after {
    font-size: 24px;
}

li.isotope-item a.link_image {
    margin-bottom: 18px !important;
}

/* Lower decimal place figure to suit sidebar pages */
.isotope-item.vc_span4 {
    width: calc(100% / 3) !important;
}

@media only screen and (max-width: 767px) {
    /* All columns apart from full width - Mobile Only */
    .vc_span1:last-child, .vc_span2:last-child, .vc_span3:last-child, .vc_span4:last-child, .vc_span5:last-child, .vc_span6:last-child, .vc_span7:last-child, .vc_span8:last-child, .vc_span9:last-child, .vc_span10:last-child, .vc_span11:last-child {
        margin-bottom: 0 !important;
    }
}

.wpb_gmaps_widget .wpb_map_wraper {
    margin-bottom: -2px;
}

.wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent !important;
    padding: 0 !important;
}

.vc_span1 .vc_pie_chart .vc_pie_chart_value, .vc_span2 .vc_pie_chart .vc_pie_chart_value {
    font-size: 100%;
}

@media only screen and (max-width: 767px) {
    .vc_pie_chart .vc_pie_chart_value {
        font-size: 180% !important;
    }
}

.vc_box_circle {
    border-radius: 50%;
}

.wpb_pie_chart_heading {
    margin-top: 0.6em;
}

@media only screen and (max-width: 1024px) {
    .flex-direction-nav, .nivo-directionNav {
        display: none;
    }
}

.flex-direction-nav a, .nivo-directionNav a {
    width: 25px !important;
    height: 40px !important;
    margin: -20px 0 0 0 !important;
    display: block !important;
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    font-family: 'FontAwesome' !important;
    font-size: 13px !important;
    color: #FFFFFF !important;
    top: 50% !important;
    z-index: 10 !important;
    cursor: pointer !important;
    text-indent: -9999px !important;
    text-align: inherit !important;
    opacity: 0;
    -webkit-transition: all .3s linear !important;
}

.flex-direction-nav a:before, .nivo-directionNav a:before {
    font-family: 'FontAwesome' !important;
    font-size: 13px !important;
    text-indent: 0;
    line-height: 40px !important;
    text-align: center;
    width: 25px !important;
    height: 40px !important;
    position: absolute;
    top: 0;
    left: 0;
}

.flex-direction-nav a.flex-prev, .nivo-directionNav a.nivo-prevNav {
    left: 0 !important;
    -webkit-top-right-border-radius: 3px;
    -moz-top-right-border-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-bottom-right-border-radius: 3px;
    -moz-bottom-right-border-radius: 3px;
    border-bottom-right-radius: 3px;
}

.flex-direction-nav a.flex-next, .nivo-directionNav a.nivo-nextNav {
    right: 0 !important;
    -webkit-top-left-border-radius: 3px;
    -moz-top-left-border-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-bottom-left-border-radius: 3px;
    -moz-bottom-left-border-radius: 3px;
    border-bottom-left-radius: 3px;
}

.flex-direction-nav a.flex-prev:before, .nivo-directionNav a.nivo-prevNav:before {
    content: '\f053' !important;
}

.flex-direction-nav a.flex-next:before, .nivo-directionNav a.nivo-nextNav:before {
    content: '\f054' !important;
}

.vc-carousel-slideline {
    display: block;
    float: left;
}

.vc-carousel-indicators {
    display: none !important;
}

.vc_carousel_horizontal {
    float: left;
    display: inline-block;
    overflow: hidden !important;
    max-width: 100%;
}

.vc-carousel {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner {
    float: left;
    display: inline-block;
}

.vc-carousel.vc-build .vc-carousel-slideline .vc-carousel-slideline-inner > .vc-item {
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: inline-block !important;
    float: left !important;
}

.vc-carousel.vc-per-view-more .vc-carousel-slideline .vc-carousel-slideline-inner > .vc-item > .vc-inner {
    margin: 0 !important;
}

.vc_toggle {
    background-color: inherit !important;
    margin-bottom: 4px !important;
}

.vc_toggle:last-of-type {
    margin-bottom: 4em !important;
}

.vc_toggle_title {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1.3em 2.8em !important;
    padding-left: 1em !important;
    line-height: 1.4em !important;
    background-image: none !important;
    font-size: 1em !important;
    position: relative;
}

body .vc_toggle_title > h4 {
    opacity: 1;
    font-size: 1em;
}

.vc_toggle_title:before {
    content: '\f055';
    font-family: 'FontAwesome';
    font-weight: initial;
    position: absolute;
    right: 1em;
    top: calc(50% - 0.7em);
    width: 16px;
    height: 16px;
}

.vc_toggle_active .vc_toggle_title:before {
    content: '\f056';
}

.vc_toggle {
    -webkit-transition: all .06s linear;
    -moz-transition: all .06s linear;
    -o-transition: all .06s linear;
    -ms-transition: all .06s linear;
    transition: all .06s linear;
    width: 100%;
}

i.vc_toggle_icon {
    display: none;
    visibility: hidden;
}

.light-bg .vc_toggle_title {
    background-color: rgba(0, 0, 0, 0.04);
}

.light-bg .vc_toggle_title:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.dark-bg .vc_toggle_title {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.dark-bg .vc_toggle_title:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.dark-bg .vc_toggle_title:before {
    color: #FFFFFF !important;
}

.vc_toggle_content {
    padding-left: 0.6em !important;
}

.vc_toggle_content:before {
    content: '';
    height: 5px;
    width: 100%;
    float: left;
}

.vc_toggle_content:after {
    content: '';
    height: 5px;
    width: 100%;
    float: left;
}

h2.wpb_accordion_heading {
    margin-bottom: 22px !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    padding-top: 1.3em !important;
    padding-bottom: 1.3em !important;
    padding-left: 1em !important;
    padding-right: 2.8em !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    margin-bottom: 4px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 3px;
}

h3.wpb_accordion_header {
    width: 100%;
}

body.center_page_title .main-content .vc_custom_heading {
    padding-left: 0;
    padding-right: 0;
}

.wpb_accordion .wpb_accordion_wrapper .ui-icon {
    text-indent: 0 !important;
}

.dark-bg h3.wpb_accordion_header a {
    color: inherit !important;
}

.light-bg .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
    background-color: rgba(0, 0, 0, 0.04);
}

.light-bg .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.dark-bg .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.dark-bg .wpb_accordion .wpb_accordion_wrapper .ui-state-default:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.dark-bg .wpb_accordion .wpb_accordion_wrapper .ui-state-default:hover .ui-icon {
    color: #FFFFFF !important;
}

.wpb_accordion h3.ui-accordion-header-active {
    border: none !important;
}

.wpb_accordion h3.ui-accordion-header-active a {
    color: #FFFFFF !important;
}

.wpb_accordion h3.ui-accordion-header-active .ui-icon:before {
    color: #FFFFFF !important;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding-left: 0.6em !important;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content:after {
    content: '';
    height: 10px;
    width: 100%;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    background-image: none !important;
    position: relative;
    top: 1.15em !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
    content: '\f055';
    font-family: 'FontAwesome';
    position: absolute;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    top: 1.55em !important;
    right: 1em !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: none !important;
    position: relative;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
    content: '\f056';
    font-family: 'FontAwesome';
    position: absolute;
    top: -2px;
}

.wpb_tab {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.main-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.main-content .wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.main-content .wpb_content_element .wpb_tabs_nav li:hover,
.main-content .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: rgba(0, 0, 0, 0.05);
}

.light-bg .wpb_tabs .wpb_tabs_nav li {
    background-color: rgba(0, 0, 0, 0.07) !important;
}

.light-bg .wpb_tabs .wpb_tabs_nav li.ui-state-active, .light-bg .wpb_tabs .wpb_tabs_nav li.ui-state-active:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.light-bg .wpb_tabs .wpb_tabs_nav li:hover {
    background-color: rgba(0, 0, 0, 0.09) !important;
}

.dark-bg .wpb_tabs .wpb_tabs_nav li {
    background-color: rgba(255, 255, 255, 0.04) !important;
}

.dark-bg .wpb_tabs .wpb_tabs_nav li:hover {
    background-color: rgba(255, 255, 255, 0.07) !important;
}

.dark-bg .wpb_tabs_nav li.ui-tabs-active a {
    color: #FFFFFF !important;
}

.dark-bg .wpb_tabs_nav a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.dark-bg .wpb_tabs_nav a:hover {
    color: #FFFFFF !important;
}

.dark-bg .wpb_tab, .dark-bg .wpb_tabs .wpb_tabs_nav li.ui-tabs-active, .dark-bg .wpb_tabs .wpb_tabs_nav li.ui-tabs-active:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.wpb_tab:before {
    content: '';
    height: 5px;
    width: 100%;
}

.wpb_tab:after {
    content: '';
    height: 10px;
    width: 100%;
}

.wpb_tour .wpb_tabs_nav {
    width: 23.8% !important;
}

.wpb_tour .wpb_tab {
    width: 76.2% !important;
    padding-left: 40px !important;
    background: transparent !important;
}

.wpb_tour .wpb_tab:before {
    content: '';
    height: 0;
    width: 100%;
}

.wpb_tour .wpb_tab:after {
    content: '';
    height: 0;
    width: 100%;
}

.wpb_tour .wpb_tabs_nav li {
    background: transparent !important;
    margin-bottom: 0 !important;
    position: relative;
    text-align: left;
    white-space: normal !important;
}

.light-bg .wpb_tour .wpb_tabs_nav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.dark-bg .wpb_tour .wpb_tabs_nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
    background: transparent !important;
    position: relative;
    border-right: 1px solid transparent !important;
}

.wpb_tour .wpb_tabs_nav li a {
    padding: 1em 12px 1em 0 !important;
    display: block;
    line-height: 1.4em;
}

@media only screen and (min-width: 1025px) {
    .wpb_tour .wpb_tabs_nav li:first-child a {
        padding-top: 2px !important;
    }
}

.wpb_tour .wpb_tabs_nav li:last-child:after {
    position: absolute !important;
    content: '' !important;
    width: 1px !important;
    height: 25px !important;
    right: -1px !important;
    bottom: -25px !important;
    display: block !important;
}

.light-bg .wpb_tour .wpb_tabs_nav li:last-child:after {
    background-color: rgba(0, 0, 0, 0.1);
}

.dark-bg .wpb_tour .wpb_tabs_nav li:last-child:after {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.wpb_tour_next_prev_nav {
    display: none;
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
    border-top: none !important;
}

.pp_pic_holder {
    z-index: 999999 !important;
}

.pp_pic_holder .ppt {
    font-size: 0;
}

.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
    padding-top: 56%;
    position: relative;
}

.wpb_video_widget iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vc_chart .vc_chart-legend {
    font-size: 13px !important;
}

.vc_tta-panels-container {
    margin-bottom: 3em;
}

.vc_tta-tab {
    font-weight: bold;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel-heading {
    background-color: #FFFFFF !important;
}

.vc_tta-color-white .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #FBFBFB !important;
}

.vc_tta-panel-body:before, .vc_tta-panel-body:after {
    content: '' !important;
    height: 15px !important;
    width: 100% !important;
    display: block !important;
    float: left !important;
    position: relative !important;
}

.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-body,
.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #FFFFFF !important;
}

.vc_tta-color-grey * {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.vc_row[data-vc-stretch-content="true"] .vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_row[data-vc-stretch-content="true"] > .vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

/* VC Grids ---------------------------- */

html body .main-content .wpb_content_element.vc_masonry_grid {
    padding-top: 20px;
}

html body .main-content .wpb_content_element.vc_masonry_grid .vc_grid-item.vc_clearfix {
    padding-top: 0 !important;
}

.vc_grid .vc_gitem-post-data h4 {
    opacity: 1;
    margin-bottom: 0;
}

.vc_gitem-post-data {
    margin-top: 1.3em !important;
    margin-bottom: 1em !important;
}

.vc_gitem-post-data-source-post_excerpt {
    margin-top: 0 !important;
}

.vc_grid-item .vc_is-hover .vc-gitem-zone-height-mode-auto:before,
[class*="vc_basix_grid_item_"] * {
    transition: all 0.1s linear !important;
}

.vc_basix_grid_mouseover title {
    display: none;
}

.vc_basix_grid_item_mouseover h3 {
    color: #FFFFFF;
}

.vc_basix_grid_item_mouseover_date, .vc_basix_grid_item_mouseover_author {
    color: rgba(255, 255, 255, 0.7);
}

.vc_basix_grid_item_mouseover_author {
    display: inherit;
    text-align: center;
}

.vc_basix_grid_item_mouseover_author div {
    display: inline-block;
}

.vc_basix_grid_item_mouseover_author:before {
    content: 'by ';
    display: inline;
}

html body .vc_grid.vc_row .vc_grid-item {
    padding: 0px 0px !important;
}

.vc_grid.vc_row .vc_grid-item * {
    border-radius: 0;
}

.vc_grid-item .vc_basix_masonry_item_image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.1s linear !important;
    opacity: 0;
}

.vc_grid-item .vc_is-hover .vc_basix_masonry_item_image:before {
    opacity: 0.2;
}

html body .vc_grid.vc_row.vc_grid-gutter-1px .vc_grid-item {
    padding: 1px 1px !important;
    border-radius: 0 !important;
}

html body .vc_grid.vc_row.vc_grid-gutter-2px .vc_grid-item {
    padding: 2px 2px !important;
    border-radius: 0 !important;
}

html body .vc_grid.vc_row.vc_grid-gutter-3px .vc_grid-item {
    padding: 3px 3px !important;
    border-radius: 0 !important;
}

html body .vc_grid.vc_row.vc_grid-gutter-4px .vc_grid-item {
    padding: 4px 4px !important;
    border-radius: 0 !important;
}

html body .vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
    padding: 5px 5px !important;
}

html body .vc_grid.vc_row.vc_grid-gutter-10px .vc_grid-item {
    padding: 10px 10px !important;
}

html body .vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item {
    padding: 15px 15px !important;
}

html body .vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
    padding: 20px 20px !important;
}

html body .vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item {
    padding: 25px 25px !important;
}

html body .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding: 30px 30px !important;
}

html body .vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
    padding: 35px 35px !important;
}

@media only screen and (min-width: 768px) {
    html body .vc_grid.vc_row .vc_pageable-slide-wrapper {
        margin: 0 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    html body .vc_grid.vc_row .vc_pageable-slide-wrapper {
        margin: 0 0 !important;
    }
}

html body .vc_grid .vc_pageable-load-more-btn {
    margin-top: 1em;
    margin-bottom: 2em;
}

.vc_grid.vc_row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.vc_grid.vc_row.vc_grid-gutter-1px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
    margin-left: -1px !important;
    margin-right: -1px !important;
}

.vc_grid.vc_row.vc_grid-gutter-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
    margin-left: -2px !important;
    margin-right: -2px !important;
}

.vc_grid.vc_row.vc_grid-gutter-3px {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
    margin-left: -3px !important;
    margin-right: -3px !important;
}

.vc_grid.vc_row.vc_grid-gutter-4px {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
    margin-left: -4px !important;
    margin-right: -4px !important;
}

.vc_grid.vc_row.vc_grid-gutter-5px {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.vc_grid.vc_row.vc_grid-gutter-10px {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.vc_grid.vc_row.vc_grid-gutter-15px {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.vc_grid.vc_row.vc_grid-gutter-20px {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.vc_grid.vc_row.vc_grid-gutter-25px {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
    margin-left: -25px !important;
    margin-right: -25px !important;
}

.vc_grid.vc_row.vc_grid-gutter-30px {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.vc_grid.vc_row.vc_grid-gutter-35px {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
    margin-left: -35px !important;
    margin-right: -35px !important;
}

html body .vc_grid-item p {
    margin-bottom: 0;
}

.vc_pageable-load-more-btn .vc_btn3 {
    padding-left: 20px !important;
}

.vc_gitem-zone .vc_custom_heading h3 {
    padding: 0 20px;
}

.vc_grid-btn-load_more {
    margin-top: 2em;
}

.vc_gitem-post-data {
    margin-top: 15px;
}

.vc_grid-item .vc_btn3 {
    display: none !important;
}

/* ------- */

body .vc_btn3.vc_btn3-icon-left .vc_btn3-icon, body .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
    display: inline;
    position: initial;
    color: #FFFFFF;
}

body .vc_general.vc_btn3, body .vc_general.vc_btn3 {
    border: none;
}

body .vc_general.vc_btn3:focus, body .vc_general.vc_btn3:hover {
    border: none;
}

body .vc_basic_grid .vc_gitem-zone {
    background-color: transparent !important;
}

body .vc_col-has-fill > .vc_column-inner, body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}

/*@media only screen and (max-width: 767px) {
body .vc_row .vc_row.vc_inner .vc_col-has-fill {
margin-bottom: 20px;
}
}*/

/* Column Gaps */
/*@media only screen and (min-width: 1346px) {
.vc_row, .column-container, .jcarousel-wrapper, .grid-holder, .contactform .holder {
margin-left: -30px !important;
margin-right: -30px !important;
}

.vc_span1, .vc_span2, .vc_span3, .vc_span4, .vc_span5, .vc_span6, .vc_span7, .vc_span8, .vc_span9, .vc_span10, .vc_span11, .vc_span12, .vc_span13, .vc_span14, .vc_span15, .vc_span16, .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .column-full-width, .column-one-half, .column-one-third, .column-one-fourth, .column-one-fifth, .column-one-sixth, .column-three-qtr {
padding-left: 30px !important;
padding-right: 30px !important;
}
}*/

/* Disable left and right custom padding on elements below 1200px */

@media only screen and (max-width: 767px) {
    body .wpb_content_element[class*="vc_custom"],
    body .wpb_content_element.wpb_text_column[class*="vc_custom"],
    body .vc_row.vc_inner[class*="vc_custom"],
    body h1[class*="vc_custom"],
    body h2[class*="vc_custom"],
    body h3[class*="vc_custom"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body .vc_col-has-fill .vc_column-inner[class*="vc_custom"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body .vc_col-has-fill .vc_column-inner[class*="vc_custom"] .contactform form {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    body .vc_column-inner[class*="vc_custom"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

html body .wpb_text_column {
    margin-bottom: 3em;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 0 !important;
}

/* Tabbed content */
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 2em !important;
}

.wpb_content_element .wpb_accordion_header a, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
    padding: 0.8em 2em !important;
}

body .main-content .wpb_tour .wpb_tabs_nav a {
    padding-left: 0 !important;
    padding-top: 1.2em !important;
    padding-bottom: 1.2em !important;
}

body .main-content .wpb_tour .wpb_tabs_nav li:first-child a {
    padding-top: 0 !important;
}

body .main-content .wpb_tour .wpb_tab {
    padding-top: 0 !important;
}

.wpb_tabs .wpb_tabs_nav li {
    margin-right: 2px !important;
}

@media only screen and (max-width: 767px) {
    .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

html body .vc_row.no_spacing > .vc_column_container {
    padding: 0 !important;
}

html body .vc_row.no_spacing {
    overflow: hidden;
}

/* Custom Column Gaps -------------------------------- */

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

    /* 0px ----- */
    html body .vc_row.no_spacing {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    html body .vc_row.no_spacing > .vc_column_container {
        padding: 0 !important;
    }

    /* 1px ----- */
    .vc_row.vc_column-gap-1 {
        margin-left: -0.5px !important;
        margin-right: -0.5px !important;
    }

    .vc_row.vc_column-gap-1 > .vc_column_container {
        padding: 0.5px !important;
    }

    /* 2px ----- */
    .vc_row.vc_column-gap-2 {
        margin-left: -1px !important;
        margin-right: -1px !important;
    }

    .vc_row.vc_column-gap-2 > .vc_column_container {
        padding: 1px !important;
    }

    /* 3px ----- */
    .vc_row.vc_column-gap-3 {
        margin-left: -1.5px !important;
        margin-right: -1.5px !important;
    }

    .vc_row.vc_column-gap-3 > .vc_column_container {
        padding: 1.5px !important;
    }

    /* 4px ----- */
    .vc_row.vc_column-gap-4 {
        margin-left: -2px !important;
        margin-right: -2px !important;
    }

    .vc_row.vc_column-gap-4 > .vc_column_container {
        padding: 2px !important;
    }

    /* 5px ----- */
    .vc_row.vc_column-gap-5 {
        margin-left: -2.5px !important;
        margin-right: -2.5px !important;
    }

    .vc_row.vc_column-gap-5 > .vc_column_container {
        padding: 2.5px !important;
    }

    /* 10px ----- */
    .vc_row.vc_column-gap-10 {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

    .vc_row.vc_column-gap-10 > .vc_column_container {
        padding: 5px !important;
    }

    /* 15px ----- */
    .vc_row.vc_column-gap-15 {
        margin-left: -7.5px !important;
        margin-right: -7.5px !important;
    }

    .vc_row.vc_column-gap-15 > .vc_column_container {
        padding: 7.5px !important;
    }

    /* 20px ----- */
    .vc_row.vc_column-gap-20 {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .vc_row.vc_column-gap-20 > .vc_column_container {
        padding: 10px !important;
    }

    /* 25px ----- */
    .vc_row.vc_column-gap-25 {
        margin-left: -12.5px !important;
        margin-right: -12.5px !important;
    }

    .vc_row.vc_column-gap-25 > .vc_column_container {
        padding: 12.5px !important;
    }

    /* 30px ----- */
    .vc_row.vc_column-gap-30 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .vc_row.vc_column-gap-30 > .vc_column_container {
        padding: 15px !important;
    }

    /* 35px ----- */
    .vc_row.vc_column-gap-35 {
        margin-left: -17.5px !important;
        margin-right: -17.5px !important;
    }

    .vc_row.vc_column-gap-35 > .vc_column_container {
        padding: 17.5px !important;
    }

}

.vc_row-flex.vc_row > .vc_column_container > .vc_column-inner {
    -ms-flex-direction: inherit !important;
}

html body .main-content [class*=vc_column-gap-] > .vc_column_container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* VC Responsive Options for "Extra Small" forced to 100% */
@media only screen and (max-width: 386px) {
    html body [class*=vc_col-xs-] {
        width: 100% !important;
    }
}

/* --------------------------------------------------------------------------------- */
/* Revolution Slider
/* --------------------------------------------------------------------------------- */
/* Slider Navigation
/* ------------------------------------------ */

/* Boxed Layout */
@media only screen and (min-width: 1346px) {
    body.contained .rev_slider_wrapper.fullwidthbanner-container {
        width: calc(100% + 90px) !important;
        left: -45px !important;
    }
    body.contained .vc_row[data-vc-full-width].boxed-slider-row {
        width: 100% !important;
        left: 0 !important;
    }
}

.rev_slider_wrapper .tp-leftarrow, .rev_slider_wrapper .tp-rightarrow {
    width: 32px !important;
    display: block;
    transform: none !important;
    background: none !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    font-family: 'FontAwesome' !important;
    font-size: 13px !important;
    color: #FFFFFF !important;
    left: inherit !important;
    top: calc(50% - 20px) !important;
    z-index: 100 !important;
    cursor: pointer !important;
    text-indent: -9999px !important;
    opacity: 0.5 !important;
}

body.transparent_header .rev_slider_wrapper .tp-leftarrow, body.transparent_header .rev_slider_wrapper .tp-rightarrow {
    top: calc(50% - 20px) !important;
}

.rev_slider_wrapper:hover .tp-leftarrow, .rev_slider_wrapper:hover .tp-rightarrow {
    opacity: 0.7 !important;
}

.rev_slider_wrapper .tp-leftarrow:hover, .rev_slider_wrapper .tp-rightarrow:hover {
    opacity: 1 !important;
}

.rev_slider_wrapper .tp-leftarrow {
    left: 0 !important;
    -webkit-top-right-border-radius: 3px;
    -moz-top-right-border-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-bottom-right-border-radius: 3px;
    -moz-bottom-right-border-radius: 3px;
    border-bottom-right-radius: 3px;
}

.rev_slider_wrapper .tp-rightarrow {
    right: 0 !important;
    -webkit-top-left-border-radius: 3px;
    -moz-top-left-border-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-bottom-left-border-radius: 3px;
    -moz-bottom-left-border-radius: 3px;
    border-bottom-left-radius: 3px;
}

.rev_slider_wrapper .tp-leftarrow:before, .rev_slider_wrapper .tp-rightarrow:before {
    text-indent: 0;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    width: 32px !important;
    height: 40px !important;
    position: absolute;
    top: 0;
    left: 0;
}

.rev_slider_wrapper .tp-leftarrow:before {
    content: '\f053' !important;
    text-indent: -2px;
}

.rev_slider_wrapper .tp-rightarrow:before {
    content: '\f054' !important;
}

.rev_slider_wrapper .tp-bullet {
    -webkit-transition: all .06s linear;
    -moz-transition: all .06s linear;
    -o-transition: all .06s linear;
    -ms-transition: all .06s linear;
    transition: all .06s linear;
}

.tp-bullet {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 6px;
    float: none;
    display: inline-block;
}

.wpb_revslider_element.white-bg .tp-bullets .tp-bullet {
    border-color: rgba(0, 0, 0, 0.1);
}

.rev_slider_wrapper .tp-bullets .tp-bullet:last-child {
    margin-right: 0 !important;
}

.rev_slider_wrapper .tp-bullets .tp-bullet.selected {
    background: #FFFFFF !important;
}

.rev_slider_wrapper .tp-bullets .tp-bullet:hover {
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.wpb_revslider_element.white-bg .tp-bullets .tp-bullet:hover {
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.wpb_revslider_element.white-bg .tp-bullets .tp-bullet.selected {
    background: #FFFFFF !important;
    border: none !important;
}

@media only screen and (max-width: 768px) {
    .rev_slider_wrapper .tp-bullets .tp-bullet {
        width: 8px !important;
        height: 8px !important;
    }
}

@media only screen and (max-width: 480px) {
    .rev_slider_wrapper .tp-bullets .tp-bullet {
        width: 6px !important;
        height: 6px !important;
        margin-right: 2px;
        border-width: 1px;
    }
}

@media only screen and (max-width: 480px) {
    .tparrows {
        display: none !important;
    }
}

.rev_slider_wrapper .tp-leftarrow.round, .rev_slider_wrapper .tp-rightarrow.round {
    color: #FFFFFF;
    font-family: 'FontAwesome';
    background: none;
    width: 14px;
    height: 14px;
    line-height: 14px;
    position: relative;
    opacity: 0.6;
}

.rev_slider_wrapper .tp-leftarrow.round:hover, .rev_slider_wrapper .tp-rightarrow.round:hover {
    opacity: 1;
}

.rev_slider_wrapper .tp-leftarrow.round:before {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 8px;
    content: '\f053';
}

.rev_slider_wrapper .tp-rightarrow.round:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f054';
}

/* Left Aligned Items */
.left-inner-override {
    position: relative;
    top: 0;
    left: 0;
}
.left-inner-override .tp-parallax-wrap {
    left: 0;
}

/* Light BG Style */

.wpb_revslider_element.light-bg .rev_slider_wrapper .tp-bullets .tp-bullet {
    border: none;
    background-color: rgba(0,0,0,0.1);
}

.wpb_revslider_element.light-bg .rev_slider_wrapper .tp-bullets .tp-bullet.selected {
    background-color: #000;
}

/* --------------------------------------------------------------------------------- */
/* Basix Shortcodes
/* --------------------------------------------------------------------------------- */
/* Carousels
/* ------------------------------------------ */
/* General
/* --------------------- */
body .carousel-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 3em;
}

.jcarousel-outer {
    width: 100% !important;
    position: relative;
    float: left;
    overflow: hidden;
}

.jcarousel-wrapper {
    margin: 0 -15px;
    position: relative;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel > ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.jcarousel > ul:after {
    content: "";
    display: block;
    clear: both;
}

.jcarousel ul li.jcarousel-item {
    float: left;
    z-index: 10;
    margin-bottom: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
}

.jcarousel ul li.jcarousel-item > div {
    width: 100%;
}

.boxed .jcarousel {
    padding-bottom: 1em;
}

.boxed .jcarousel-item .post, .boxed .grid-item .post {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}

.light-bg .boxed .jcarousel-item .post, .light-bg .boxed .grid-item .post {
    background-color: #ffffff;
border-bottom: 2px solid rgba(0,0,0,0.1);
    box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.04);
}

.light-bg.wh .boxed .jcarousel-item .post, .light-bg.wh .boxed .grid-item .post {
    background-color: #F3F3F3;
    border-bottom: 0;
    box-shadow: none !important;
}

.boxed .jcarousel-item .post p, .boxed .grid-item .post p {
    margin-bottom: 0;
}

.jcarousel-item .categories, .grid-item .categories,
.jcarousel-item .grid-cat, .grid-item .grid-cat {
    margin-bottom: 0.3em;
    font-size: 1em;
}

.boxed .jcarousel-item .link_image {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.boxed .jcarousel-item h3,
.boxed .grid-item h3 {
    margin-top: 0 !important;
}

.boxed .jcarousel-item .link_image,
.boxed .grid-item .link_image {
    margin-bottom: 1.6em !important;
}

.boxed .jcarousel-item .post .date,
.boxed .grid-item .post .date {
    padding: 0 1.6rem 2em 1.6rem;
}

li.jcarousel-item:last-child {
    padding-bottom: 0 !important;
}

.carousel-title {
    position: relative;
    padding-right: 52px;
}

html body .carousel-title h2 {
    margin-bottom: 2.0rem;
    font-size: 1.4em;
    font-weight: inherit;
}

@media only screen and (max-width: 767px) {
    .carousel-title {
        padding-right: 0;
    }
}

.image-carousel .jcarousel-item .link_image {
    margin-bottom: 0 !important;
}

.jcarousel-item .date, .grid-item .date, .grid-item .categories, .jcarousel-item .categories {
    margin-top: 1em;
    /*line-height: 1em;*/
    display: flex;
}

.jcarousel-item .category, .grid-item .category {
    float: left;
}

.jcarousel-item .category:before, .grid-item .category:before {
    content: '/';
    margin: 0 6px;
}

.jcarousel-item .category:first-child:before, .grid-item .category:first-child:before {
    content: '';
    margin: 0;
}

.dark-bg .jcarousel-item .date, .dark-bg .jcarousel-item .date i {
    color: rgba(255, 255, 255, 0.5) !important;
}

.jcarousel-item p, .grid-item p {
    margin-bottom: 0em;
    margin-top: 0.6em;
    float: left;
    width: 100%;
}

/*@media only screen and (max-width: 767px) {
.jcarousel-item p, .grid-item p {
margin-top: -0.6em;
}
}*/

.page-template-template-blog-standard .grid-item p,
.page-template-template-blog-standard-no-sidebar .grid-item p {
    margin-top: 0;
}

/* --------------------- */
/* Nav
/* --------------------- */
/* Only display on desktop */
.jcarousel-nav-holder {
    display: block;
    position: absolute;
    top: calc(-4.2em);
    width: 100%;
    height: 1.5em;
    float: left;
}

.jcarousel-nav-holder.standard {
    top: calc(50% - 1.2em);
}

.testimonials-carousel .jcarousel-nav-holder.standard {
    top: 20%;
}

@media only screen and (min-width: 500px) {
    .jcarousel-nav {
        position: absolute;
        right: 0;
        line-height: 0;
        width: auto;
        padding-left: 10px;
        z-index: 10;
    }

    /* Align to title */
    .jcarousel-nav.shortcode-title {
        top: calc(300% - 0.2rem);
        width: auto !important;
    }

    /* Align to separator or accent divider */
    .jcarousel-nav.separator, .jcarousel-nav.accent-divider {
        top: calc(-100% - -1.3em);
    }

    /* Align to separator with text */
    .jcarousel-nav.separator-with-text {
        display: flex;
        align-items: center;
        height: 100%;
        top: 0;
    }
}

/* Hide on mobile */
@media only screen and (max-width: 499px) {
    .jcarousel-nav {
        display: none;
    }
}

a.jcarousel-next, a.jcarousel-prev, a.next, a.prev, .page-numbers {
    float: left;
    width: 1.5em;
    height: 1.5em;
    margin-left: 3px;
    text-indent: -99999px;
    position: relative;
    font-family: 'FontAwesome';
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: center;
    -webkit-transition: background-color .06s linear;
    -moz-transition: background-color .06s linear;
    -o-transition: background-color .06s linear;
    -ms-transition: background-color .06s linear;
    transition: background-color .06s linear;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.page-numbers, .page-numbers.next, .page-numbers.prev {
    /*font-family: inherit;*/
    font-size: 1em;
    width: auto;
    text-indent: 0;
    line-height: 0 !important;
    padding: 1.4em 1.15em !important;
    display: inline-block;
    margin-left: 0.4em;
}

body.bbpress .page-numbers,
body.bbpress .page-numbers.next,
body.bbpress .page-numbers.prev,
body.bbpress .page-numbers.next:after,
body.bbpress .page-numbers.prev:after {
    padding: 1em !important;
    /*line-height: 0.5em !important;*/
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers.next, .page-numbers.prev {
    font-family: 'FontAwesome' !important;
    font-weight: normal !important;
    text-indent: -99999px;
    padding: 1.4em !important;
}

.page-numbers.next:after, .page-numbers.prev:after {
    line-height: 2.6em;
}

nav.navigation {
    margin-bottom: 6em;
    display: inline-block;
    width: 100%;
    text-align: center;
}

nav.navigation .nav-links {
    display: inline-block;
}

.light-bg nav a.page-numbers:hover {
    color: #FFFFFF;
}

a.jcarousel-next, a.next {
    margin-left: 5px;
}

a.jcarousel-prev:after, a.jcarousel-next:after, a.prev:after, a.next:after {
    color: #FFFFFF !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-indent: 0;
}

a.jcarousel-prev:after, a.jcarousel-next:after {
    font-size: 1rem;
}

a.prev:after, a.next:after {
    top: 0.1em;
}

a.jcarousel-prev:after, a.prev:after {
    content: '\f104';
    left: -1px;
}

a.jcarousel-next:after, a.next:after {
    content: '\f105';
    left: 0;
}

.light-bg a.jcarousel-next, .light-bg a.jcarousel-prev, .page-numbers.current {
    border: none;
    background-color: rgba(0, 0, 0, 0.08);
}

.light-bg .jcarousel-nav-holder.standard a.jcarousel-next,
.light-bg .jcarousel-nav-holder.standard a.next {
    border: none !important;
}

.light-bg a.jcarousel-next:after, .light-bg a.jcarousel-prev:after, .light-bg a.next:after, .light-bg a.prev:after {
    color: rgba(0, 0, 0, 0.24) !important;
}

a.jcarousel-next:hover:after, a.jcarousel-prev:hover:after, a.next:hover:after, a.prev:hover:after {
    color: #FFFFFF !important;
}

.dark-bg a.jcarousel-next, .dark-bg a.jcarousel-prev, .dark-bg a.next, .dark-bg a.prev {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.dark-bg a.jcarousel-next:hover, .dark-bg a.jcarousel-prev:hover, .dark-bg a.next:hover, .dark-bg a.prev:hover {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.dark-bg a.standard-nav.jcarousel-next:hover, .dark-bg a.standard-nav.jcarousel-prev:hover,
.dark-bg a.standard-nav.jcarousel-next:hover:after, .dark-bg a.standard-nav.jcarousel-prev:hover:after,
.dark-bg .clients-carousel a.jcarousel-prev:hover:after, .dark-bg .clients-carousel a.jcarousel-next:hover:after,
.dark-bg .clients-carousel a.jcarousel-prev:hover, .dark-bg .clients-carousel a.jcarousel-next:hover {
    background-color: transparent !important;
    color: #FFFFFF !important;
}

.stretched-page.dark-bg a.standard-nav.jcarousel-next:hover:after, .stretched-page.dark-bg a.standard-nav.jcarousel-prev:hover:after {
    color: #FFFFFF !important;
}

.dark-bg .carousel-holder .mobile-pagination li.active {
    background-color: #FFFFFF !important;
}

/* --------------------- */
/* Standard Nav
/* --------------------- */

a.standard-nav.jcarousel-prev, a.standard-nav.jcarousel-next {
    width: 7px;
    position: absolute;
    top: 0;
    font-family: 'FontAwesome';
    font-size: 22px;
    text-align: center;
    text-indent: -9999px;
    background-color: transparent !important;
    border: none;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    a.standard-nav.jcarousel-prev, a.standard-nav.jcarousel-next {
        top: 24%;
    }
}

@media only screen and (max-width: 1024px) {
    a.standard-nav.jcarousel-prev, a.standard-nav.jcarousel-next {
        display: none;
    }
}

a.standard-nav.jcarousel-prev {
    left: -20px;
    margin-left: 0;
}

a.standard-nav.jcarousel-next {
    right: -19px;
    margin-left: 0;
}

a.standard-nav.jcarousel-prev:after, a.standard-nav.jcarousel-next:after {
    font-size: 1.4em;
}

@media only screen and (min-width: 1024px) {
    a.standard-nav.jcarousel-prev {
        left: -3em;
        margin-left: 0;
    }

    a.standard-nav.jcarousel-next {
        right: -3em;
        margin-left: 0;
    }
}

a.standard-nav.jcarousel-prev:after, a.standard-nav.jcarousel-next:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-indent: 0;
}

.light-bg a.standard-nav.jcarousel-prev:after, .light-bg a.standard-nav.jcarousel-next:after {
    color: #CCCCCC !important;
    text-indent: 0;
}

.dark-bg a.standard-nav.jcarousel-prev:after, .dark-bg a.standard-nav.jcarousel-next:after {
    color: rgba(255, 255, 255, 0.4) !important;
}

a.standard-nav.jcarousel-prev:after {
    content: '\f104';
}

a.standard-nav.jcarousel-next:after {
    content: '\f105';
}

@media only screen and (max-width: 767px) {
    .testimonials-carousel a.standard-nav {
        display: none;
    }
}

.image-carousel a.standard-nav.jcarousel-prev, .image-carousel a.standard-nav.jcarousel-next {
    top: 50%;
    margin-top: -11px;
}

@media only screen and (max-width: 1024px) {
    .image-carousel a.standard-nav {
        display: none;
    }
}

.portfolio-carousel .jcarousel-nav-holder.standard {
    top: calc(35% - 12px);
}

/* --------------------- */
/* Mobile Pagination / Status
/* --------------------- */
.carousel-holder .mobile-pagination {
    display: block;
}

@media only screen and (min-width: 1025px) {
    .carousel-holder .mobile-pagination {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .carousel-holder.testimonials-carousel .mobile-pagination {
        display: block;
    }
}

.carousel-holder .mobile-pagination {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 2em;
}

.carousel-holder .mobile-pagination ul {
    list-style: none;
}

.carousel-holder .mobile-pagination li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    line-height: 0;
    cursor: pointer;
}

.carousel-holder .mobile-pagination li:last-child {
    margin-right: 0;
}

.light-bg .carousel-holder .mobile-pagination li {
    background-color: #DDDDDD;
}

.dark-bg .carousel-holder .mobile-pagination li {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

/* ------------------------------------------ */
/* Clients Carousel
/* ------------------------------------------ */
.clients-carousel {
    position: relative;
    display: block !important;
    float: none;
    padding: 0.2em 0;
    margin-bottom: 0 !important;
}

.clients-carousel.bottom:after {
    content: "";
    height: 20px;
    display: inline-block;
    width: 100%;
    clear: both;
}

.clients-carousel-title {
    display: table;
    margin-top: 20px;
    margin-bottom: 36px;
}

.clients-carousel-title h4 {
    line-height: 1em;
    font-size: 11px !important;
    display: table-cell;
    white-space: pre;
    padding: 0 0.8em;
    margin-bottom: 20px;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.clients-carousel-title-side {
    display: table-cell;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.clients-carousel-title-line {
    height: 1px;
    border-top: 2px solid;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.light-bg .clients-carousel-title-line {
    border-color: rgba(0, 0, 0, 0.1);
}

.dark-bg .clients-carousel-title-line {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.clients-carousel .jcarousel-nav {
    background-color: transparent !important;
}

.clients-carousel li {
    display: table !important;
    height: 40px;
}

.clients-carousel .logo-inner {
    display: table-cell;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.clients-carousel .logo-inner img {
    position: relative;
}

/* --------------------- */
/* Aspect Ratios
/* --------------------- */
.aspect_16-9 {
    height: 0;
    padding-bottom: calc(56.25% + 1%) !important;
}

.aspect_16-10 {
    height: 0;
    padding-bottom: calc(62.5%  + 1%)!important;
}

.aspect_4-3 {
    height: 0;
    padding-bottom: calc(75% + 1%) !important;
}

.aspect_square {
    height: 0;
    padding-bottom: 100% + 1%) !important;
}

.aspect_original {
    height: auto;
    padding-bottom: 0 !important;
}

/* --------------------- */
/* Nav
/* --------------------- */
.clients-carousel a.jcarousel-prev, .clients-carousel a.jcarousel-next {
    width: 7px;
    height: 16px;
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 22px;
    top: 50%;
    margin-top: -0.55em;
    text-align: center;
    text-indent: -9999px;
    background-color: transparent !important;
    border: none !important;
}

.clients-carousel.bottom a.jcarousel-prev, .clients-carousel.bottom a.jcarousel-next {
    top: calc(50% - 12px);
}

.clients-carousel a.jcarousel-prev {
    left: -30px;
    margin-left: 0;
}

.clients-carousel a.jcarousel-next {
    right: -30px;
    margin-left: 0;
}

.clients-carousel a.jcarousel-prev:after, .clients-carousel a.jcarousel-next:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-indent: 0;
}

.light-bg .clients-carousel a.jcarousel-prev:after, .light-bg .clients-carousel a.jcarousel-next:after {
    color: rgba(0, 0, 0, 0.2) !important;
    text-indent: 0;
}

.dark-bg .clients-carousel a.jcarousel-prev:after, .dark-bg .clients-carousel a.jcarousel-next:after {
    color: rgba(255, 255, 255, 0.4) !important;
}

.clients-carousel a.jcarousel-prev:after {
    content: '\f104';
}

.clients-carousel a.jcarousel-next:after {
    content: '\f105';
}

@media only screen and (max-width: 1023px) {
    .clients-carousel a.jcarousel-prev, .clients-carousel a.jcarousel-next {
        display: none;
    }
}

/* ------------------------------------------ */
/* Grids
/* ------------------------------------------ */
.grid-title {
    margin-bottom: 1.1em;
}

.grid-title {
    margin-bottom: 2em;
}

.grid-holder .grid-title h3 {
    margin-bottom: 1.1em !important;
}

body .grid-holder {
    margin-left: -15px;
    margin-right: -15px;
    /*margin-bottom: 0 !important;*/
    width: auto;
    min-width: 100%;
}

.grid-holder.no-spacing,
.carousel-holder.no-spacing,
.carousel-holder.no-spacing .jcarousel-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
}

.carousel-holder.no-spacing {
    float: left;
}

.no-spacing a.link_image:before {
    border-radius: 0 !important;
}

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

.grid-holder.no-spacing {
    margin-bottom: 0;
}

.grid-wrapper {
    margin: 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .grid-holder {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.main-content .grid-holder.no-spacing .grid-wrapper > ul > li.grid-item,
.main-content .carousel-holder.no-spacing .jcarousel-wrapper ul > li.jcarousel-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.grid-holder ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.main-content .grid-holder .grid-item {
    float: left;
    display: inline-block;
    margin-bottom: 4em;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.grid-item p {
    line-height: 1.75em;
}

@media only screen and (max-width: 767px) {
    .grid-item {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.grid-item .link_image, .jcarousel-item .link_image {
    /*margin: 0 !important;*/
    margin-bottom: 1.4em;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    float: none;
    -webkit-backface-visibility: hidden;
}

.grid-item h3, .jcarousel-item h3 {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.grid-item p {
    margin-bottom: 1.4em;
}

.light-bg .grid-item .date, .light-bg .grid-item .date i {
    color: #9C9C9C;
}

.dark-bg .grid-item .date, .dark-bg .grid-item .date i {
    color: rgba(255, 255, 255, 0.7) !important;
}

.light-bg .grid-item .categories .category, .light-bg .categories i {
    color: rgba(0, 0, 0, 0.5);
}

.dark-bg .grid-item .categories .category, .dark-bg .categories i {
    color: rgba(255, 255, 255, 0.7) !important;
}

.light-bg .jcarousel-item .categories:before, .light-bg .grid-item .categories:before {
    color: rgba(0, 0, 0, 0.5);
}

.dark-bg .jcarousel-item .categories:before, .dark-bg .grid-item .categories:before {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* ------------------------------------------ */
/* Icon List Item
/* ------------------------------------------ */
.basix_icon_list_container {
    line-height: 0;
    margin-top: 2px;
}

.basix_icon_list_item {
    display: inline-block !important;
    width: 100%;
    line-height: 1.8em !important;
    margin-bottom: 0.9em !important;
}

.basix_icon_list_item .icon {
    display: inline;
    margin-right: 0.5em;
    vertical-align: top;
    font-size: 1em;
    width: 1.6em;
}

.basix_icon_list_item .text {
    display: inline;
    vertical-align: top;
}

.basix_identical_icon_list ul {
    list-style: none;
    margin-left: 0;
}

/* ------------------------------------------ */
/* Icon & Text
/* ------------------------------------------ */
html body .basix_icon_standard {
    line-height: 1em;
    margin-bottom: 2em;
}

html body .basix_icon_text {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 3.6em;
}

.basix_icon_text .icon.custom {
    margin-bottom: 1.5em;
}

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

.basix_icon_text .text {
    line-height: 1.7em;
}

.basix_icon_text .text p {
    margin-bottom: 0;
}

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

.basix_icon_text.left-icon .icon {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.basix_icon_text.left-icon .text {
    display: table-cell;
    vertical-align: top;
    padding-left: 1.2em;
}

.basix_icon_text.left-icon h3 {
    margin-bottom: 0.6em !important;
}

.basix_icon_text.title-left-icon .title-holder {
    display: table;
    margin-bottom: 1.1em;
}

.basix_icon_text.title-left-icon .icon {
    display: table-cell;
    vertical-align: middle;
}

.basix_icon_text.title-left-icon .icon i {
    display: block;
    margin-top: 0.1em;
}

.basix_icon_text.title-left-icon .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.basix_icon_text.title-left-icon .title h3, .basix_icon_text.title-left-icon .title h2 {
    margin-bottom: 0 !important;
}

.basix_icon_text.top-icon .title {
    display: block;
}

.basix_icon_text p a:only-child {
    margin-top: 20px;
    display: inline-block;
}

.basix_icon_text .icon-bg {
    display: table;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.07);
    text-align: left;
}

.basix_icon_text .icon-bg .icon-holder {
    display: table;
    text-align: center;
    vertical-align: middle !important;
    height: 100%;
}

.basix_icon_text .icon-bg .icon-holder-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    line-height: 1em;
}

.basix_icon_text .icon-bg i {
    display: inline-block;
}

.basix_icon_text .icon-bg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.basix_icon_text.top-icon .icon-bg, .basix_icon_text.left-icon .icon-bg {
    padding: 1.2em;
}

.basix_icon_text.title-left-icon .icon-bg {
    padding: 0.4em;
}

/* ------------------------------------------ */
/* Contact Form 7
/* ------------------------------------------ */
div.wpcf7 {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 3em;
}

div.wpcf7 p {
    margin-bottom: 1em;
}

/*div.wpcf7 input, div.wpcf7 input[type="email"], div.wpcf7 textarea, div.wpcf7 select {
width: 100%;
}*/

div.wpcf7 input[type="submit"] {
    padding-left: 1.4em !important;
    padding-right: 1.4em !important;
}

.wpcf7 br {
    display: none;
}

.wpcf7-form h3 {
    font-size: 1.0em;
}

.wpcf7-form-control-wrap {
    display: block !important;
    margin-bottom: 1.4em;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-bottom: 1em !important;
    margin-top: -9px;
}

.wpcf7 .wpcf7-validation-errors {
    padding: 14px 38px 14px 12px;
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    font-weight: 500;
    line-height: 18px;
    background-color: #ECD9A0;
    color: #60583E;
}

.wpcf7 .wpcf7-mail-sent-ok {
    padding: 14px 38px 14px 12px;
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    font-weight: 500;
    line-height: 18px;
    background-color: #BCD6B0;
    color: #5A754D;
}

/* ------------------------------------------ */
/* Headings - No Margin
/* ------------------------------------------ */
h1.nm {
    margin-bottom: 0.1em !important;
}

h2.nm {
    margin-bottom: 0.1em !important;
}

h3.nm {
    margin-bottom: 0.1em !important;
}

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

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

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

h1.nm.right {
    text-align: right;
}

h2.nm.right {
    text-align: right;
}

h3.nm.right {
    text-align: right;
}

/* ------------------------------------------ */
/* Mini Divider
/* ------------------------------------------ */
.mini-divider {
    height: 2px;
    width: 2em;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 2.0em;
}

/* --------------------------------------------------------------------------------- */
/* Ultimate Addons for Visual Composer
/* --------------------------------------------------------------------------------- */

.ubtn.ubtn-sep-icon .ubtn-text {
    margin-left: 1.8em;
}

.aio-icon i {
    color: inherit;
}

.ubtn:hover i {
    color: inherit;
}

.ult-just-icon-wrapper {
    margin-bottom: 1.2rem;
}

/* --------------------------------------------------------------------------------- */
/* Owl Carousel
/* --------------------------------------------------------------------------------- */

.owl-nav {
    position: absolute;
    top: calc(50% - 62px);
    width: 100%;
    z-index: -1;
}

@media only screen and (max-width: 1279px) {
    .owl-nav {
        display: none !important;
    }
}

.owl-prev, .owl-next {
    border-radius: 50% !important;
    line-height: 0 !important;
    padding: 14px !important;
    position: absolute;
    font-family: 'FontAwesome' !important;
}

.owl-prev {
    left: -100px;
}

.owl-prev:before {
    content: '\f104';
    text-indent: 0;
}

.owl-next {
    right: -100px;
}

.owl-next:before {
    content: '\f105';
    text-indent: 0;
}

.owl-prev:before, .owl-next:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 1em;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    /*background-color: rgba(0,0,0,0.07) !important;*/
    background-color: transparent !important;
    border: 2px solid rgba(0, 0, 0, 0.1) !important;
    color: rgba(0, 0, 0, 0.3) !important;
    -webkit-transition: all .08s ease;
    -moz-transition: all .08s ease;
    -o-transition: all .08s ease;
    -ms-transition: all .08s ease;
    transition: all .08s ease;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
}

.dark-bg .owl-theme .owl-controls .owl-nav [class*=owl-] {
    /*background-color: rgba(255,255,255,0.15) !important;*/
    background-color: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

.dark-bg .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #FFFFFF !important;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0px 3px !important;
}

.dark-bg .owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.dark-bg .owl-theme .owl-dots .owl-dot.active span, .dark-bg .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFFFFF !important;
}

/* --------------------------------------------------------------------------------- */
/* Misc
/* --------------------------------------------------------------------------------- */
.categories i, .date i {
    float: left;
    display: block;
    font-size: 14px;
    opacity: 0.75;
}

.categories i {
    margin-right: 0.4em;
    line-height: 0.9em;
}

.centered, .centered * {
    text-align: center !important;
}

.date i {
    margin-right: 0.2em;
    line-height: 0.85em;
}

.title_excerpt {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 0.2em;
}

body.bordered .title_excerpt {
    margin-bottom: 5.5rem;
}

@media only screen and (min-width: 1200px) {
    body.bordered .title_excerpt {
        padding-right: 54%;
    }
}

@media only screen and (max-width: 767px) {
    body.bordered .title_excerpt {
        margin-top: -3em;
        padding: 0;
    }
}

.title-container.accent .title_excerpt, .title-container.main .title_excerpt {
    color: rgba(255, 255, 255, 0.9);
}

.title-container.accent .title_excerpt, .title-container.main .title_excerpt, .title-container.custom .title_excerpt {
    width: 60%;
}

body.page-template-default.has_thumbnail.display_thumbnail .title-container.custom h1 {
    color: #ffffff;
}

body.center_page_title .title-container.accent .title_excerpt, body.center_page_title .title-container.main .title_excerpt, body.center_page_title .title-container.custom .title_excerpt {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

body.center_page_title.transparent_header_margin .title-container.accent .title_excerpt, body.center_page_title.transparent_header_margin .title-container.main .title_excerpt, body.center_page_title.transparent_header_margin .title-container.custom .title_excerpt {
    margin-bottom: 3em;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .title_excerpt {
        width: 80%;
    }
}

@media only screen and (max-width: 599px) {
    .title_excerpt {
        width: 100%;
    }
}

/* --------------------------------------------------------------------------------- */
/* Stretched Page Template
/* --------------------------------------------------------------------------------- */
.main-content {
    text-align: left;
}

/*html body.page-template-template-stretched .main-content {
    margin-top: 0 !important;
}*/

.vc_row-fluid[data-vc-full-width="true"] {
    background-size: auto;
    background-repeat: no-repeat !important;
    background-position: center !important;

}

.vc_row .vc_column-inner .vc_row.vc_inner.no-spacing {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
}

.vc_row .vc_column-inner .vc_row.vc_inner.no-spacing .wpb_column {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.vc_row .vc_column-inner .vc_row.vc_inner.no-spacing .vc_column-inner {
    padding-right: 20px;
    padding-left: 20px;
}

.vc_row[data-vc-stretch-content] .vc_column-inner {
    padding-right: 20px;
    padding-left: 20px;
}

img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
    border-radius: 0;
}

.dark-bg blockquote {
    color: #FFFFFF;
}

.dark-bg, .vc_row-has-fill.dark-bg {
    color: rgba(255, 255, 255, 0.8);
}

.footer-shortcode .dark-bg {
    color: rgba(255, 255, 255, 0.5);
}

.footer-shortcode .dark-bg a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-shortcode .dark-bg a:hover {
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px dotted #fff;
}

/* Fit column contents to main container (VC column setting) */
.vc_column_container.fit-column > .vc_column-inner > .wpb_wrapper {
    width: calc(100% / 2);
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .vc_column_container.fit-column > .vc_column-inner > .wpb_wrapper {
        width: 100%;
        /*padding-left:  20px;
        padding-right: 20px;*/
    }
}

@media only screen and (max-width: 767px) {
    .vc_column_container.fit-column > .vc_column-inner > .wpb_wrapper {
        width: 100%;
        /*padding-left:  20px;
        padding-right: 20px;*/
    }
}

@media only screen and (min-width: 1110px) {
    .vc_column_container.fit-column > .vc_column-inner > .wpb_wrapper {
        width: calc(100% / 2);
    }
}

@media only screen and (min-width: 1346px) {
    .vc_column_container.fit-column > .vc_column-inner > .wpb_wrapper {
        width: calc(1280px / 2);
    }
}

/* --------------------------------------------------------------------------------- */
/* bbPress
/* --------------------------------------------------------------------------------- */
#bbpress-forums {
    overflow: visible;
    position: relative;
    margin-bottom: 4em;
    display: inline-block;
    width: 100%;
}

#bbp-forums *, .bbp-topics * {
    border: none !important;
}

.bbp-forums, .bbp-topics, .forums, #bbpress-forums fieldset.bbp-form {
    border-radius: 3px;
}

div.bbp-template-notice, mark {
    border: none;
    background-color: #ECE6D7;
    padding: 0.25em 0.5em;
    color: inherit;
}

div.bbp-template-notice p {
    padding: 0;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-body ul.topic {
    padding: 0.5em 0.8em;
}

li.bbp-header div, li.bbp-header a {
    color: #FFFFFF;
}

#bbpress-forums li.bbp-body ul.forum {
    padding: 0.8em;
}

div.bbp-template-notice.info {
    background-color: #D9E8F5 !important;
    border-color: rgba(0, 0, 0, 0.1);
    float: left;
    display: inline-block;
    width: 100%;
}

.dark-bg div.bbp-template-notice.info {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03) !important;
}

.dark-bg .forum-titles {
    color: #FFFFFF;
}

.dark-bg .bbp-header {
    color: #FFFFFF;
}

.dark-bg #bbpress-forums li.bbp-header {
    background-color: transparent;
    font-size: 0.9em;
}

#bbpress-forums li.bbp-footer {
    display: none;
}

.bbp-breadcrumb a:nth-child(1), .bbp-breadcrumb span:nth-child(2) {
    display: none;
}

#bbpress-forums > ul {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    background: #FFFFFF !important;
}

.dark-bg #bbpress-forums > ul {
    border: none !important;
    background: transparent !important;
}

#bbpress-forums {
    font-size: inherit;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-family: inherit;
    font-size: 1em;
    margin-top: 1em;
}

.dark-bg #bbpress-forums ul.bbp-lead-topic,
.dark-bg #bbpress-forums ul.bbp-topics,
.dark-bg #bbpress-forums ul.bbp-forums,
.dark-bg #bbpress-forums ul.bbp-replies,
.dark-bg #bbpress-forums ul.bbp-search-results {
    border: none;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    border-top: none;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums li.bbp-footer {
    border-top: none;
}

.dark-bg #bbpress-forums li.bbp-body ul.forum,
.dark-bg #bbpress-forums li.bbp-body ul.topic,
.dark-bg #bbpress-forums li.bbp-footer {
    border-top: none;
}

.dark-bg #bbpress-forums div.bbp-forum-header,
.dark-bg #bbpress-forums li.bbp-header {
    background-color: rgba(0, 0, 0, 0.1);
}

.dark-bg #bbpress-forums div.bbp-reply-header,
.dark-bg #bbpress-forums div.bbp-topic-header {
    background-color: rgba(255, 255, 255, 0.09);
    border-top: none;
}

#bbpress-forums div.bbp-reply-header {
    background-color: transparent;
    border-top: none;
}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
    background-color: transparent;
}

.dark-bg div.bbp-forum-header,
.dark-bg div.bbp-topic-header,
.dark-bg div.bbp-reply-header {
    border-top: none;
}

/*div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}*/

#bbp_topic_title {
    width: 100%;
}

.dark-bg div.bbp-forum-header,
.dark-bg div.bbp-topic-header,
.dark-bg div.bbp-reply-header {
    border-top: none;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: rgba(0, 0, 0, 0.02);
    border-left: 1px solid #EEEEEE !important;
    border-right: 1px solid #EEEEEE !important;
}

#bbpress-forums div.even, #bbpress-forums ul.even {
    background-color: rgba(0, 0, 0, 0.04);
    border-left: 1px solid #EEEEEE !important;
    border-right: 1px solid #EEEEEE !important;
}

html body .bbp-topics {
    border-bottom: 1px solid #EEEEEE !important;
}

.dark-bg #bbpress-forums div.odd,
.dark-bg #bbpress-forums ul.odd {
    background-color: rgba(255, 255, 255, 0.03);
}

.dark-bg #bbpress-forums div.even,
.dark-bg #bbpress-forums ul.even {
    background-color: rgba(255, 255, 255, 0.02);
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    font-size: inherit;
}

#bbpress-forums fieldset.bbp-form legend,
#bbpress-forums fieldset.bbp-form label {
    font-weight: 500;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    margin: 0 0 0 0;
    clear: both;
}

#bbpress-forums .bbp-forums-list {
    margin: 0;
    padding-left: 0;
    border-left: none;
}

#bbpress-forums .bbp-forums-list li {
    display: inline-block;
    font-size: 0.9em;
    width: 100%;
}

div.bbp-breadcrumb, div.bbp-breadcrumb p {
    line-height: 1.4em !important;
}

div.bbp-breadcrumb, div.bbp-topic-tags {
    font-size: inherit;
    display: inline-block;
    width: 100%;
    margin-bottom: 2em;
}

div.bbp-template-notice p {
    font-size: 0.9em;
}

#bbpress-forums div.bbp-search-form {
    margin-top: -1em;
    margin-bottom: 1em;
}

.stretched_title #bbpress-forums div.bbp-search-form {
    margin-top: -13.5em;
}

@media only screen and (max-width: 480px) {
    div.bbp-search-form input, div.bbp-search-form button {
        font-size: inherit;
        padding: inherit;
    }
}

@media only screen and (min-width: 768px) {
    #bbpress-forums div.bbp-search-form {
        margin-top: -1em;
        position: absolute;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    #bbpress-forums div.bbp-search-form {
        display: block;
        width: 100%;
    }

    #bbpress-forums div.bbp-search-form #bbp_search {
        width: 100% !important;
    }

    #bbp_search, #bbp_search_submit {
        margin-bottom: 2em;
    }

    .bbp-breadcrumb {
        display: block;
        float: left;
        margin-bottom: 1em;
    }
}

html body.bbpress.center_page_title .main-content h1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

#bbpress-forums > #subscription-toggle {
    position: absolute;
    right: 0;
}

#subscription-toggle a {
    color: #FFFFFF;
    font-size: 0.85em;
    padding: 0.4em 1em;
    font-weight: bold;
    letter-spacing: 0;
    border-radius: 2px;
}

.forums.bbp-replies #subscription-toggle {
    margin: 0;
}

.forums.bbp-replies #subscription-toggle a {
    padding: 0;
    font-weight: initial;
    font-size: inherit;
    letter-spacing: normal;
}

#wp-bbp_reply_content-editor-container input {
    color: inherit;
    border-color: inherit;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div.bbp-submit-wrapper button {
    color: #FFFFFF;
}

.dark-bg #wp-bbp_reply_content-editor-container input {
    border: none;
}

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
    background-color: rgba(0, 0, 0, 0.02) !important;
}

.dark-bg .bbp-topics-front ul.super-sticky,
.dark-bg .bbp-topics ul.super-sticky,
.dark-bg .bbp-topics ul.sticky,
.dark-bg .bbp-forum-content ul.sticky {
    background-color: rgba(255, 255, 255, 0.09) !important;
}

.dark-bg #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
.dark-bg #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
.dark-bg #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
    border-color: rgba(255, 255, 255, 0.2);
}

#bbpress-forums fieldset.bbp-form {
    border: 1px solid #EEEEEE;
}

.dark-bg #bbpress-forums fieldset.bbp-form {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-bg .bbp-template-notice {
    background-color: #947D5A;
    border: 0 !important;
    padding: 1px 8px;
}

div.bbp-template-notice, div.indicator-hint {
    color: inherit;
}

.dark-bg div.bbp-template-notice.info {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background-color: transparent;
}

.dark-bg div.bbp-template-notice.error {
    border: 0;
    background-color: #D04C4C;
}

#bbp_search_submit {
    color: #FFFFFF !important;
}

#bbp-search-form input {
    padding-bottom: 0.6em !important;
    padding-right: 34px !important;
    line-height: 1em !important;
    padding-top: 0.6em !important;
}

.bbp-body .bbp-topic-title {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

.bbp-topic-meta {
    font-weight: initial;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 0.9em;
    margin-top: 0.4em;
}

.bbp-forum-title {
    line-height: 1.3em;
    display: inline;
    border: none !important;
}

.bbp-forum-title:hover {
    border-bottom: 1px dotted;
}

ul.forum-titles > li {
    margin-top: 0.2em !important;
    line-height: 1.4em !important;
    color: #FFFFFF !important;
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
    padding-top: 2em !important;
}

@media only screen and (max-width: 767px) {
    ul.forum-titles > li,
    li.bbp-topic-voice-count,
    li.bbp-topic-reply-count,
    li.bbp-topic-freshness {
        display: none;
    }

    body li.bbp-body div.hentry .bbp-topic-content, body li.bbp-body div.hentry .bbp-reply-content {
        border-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body #bbpress-forums .bbp-body div.bbp-reply-author {
        margin-left: 0 !important;
    }
}

.main-content li.bbp-forum-info, .bbp-topic-title {
    line-height: 1.4em !important;
}

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
    margin-bottom: -2px;
}

#bbpress-forums li.bbp-footer {
    background: transparent;
}

#bbpress-forums .bbp-forum-content {
    line-height: 1.6em;
}

.dark-bg div.bbp-template-notice a {
    color: #FFFFFF;
}

.dark-bg .bbp-topic-title a {
    color: #FFFFFF;
}

.dark-bg #bbpress-forums fieldset.bbp-form label, .dark-bg #bbpress-forums fieldset.bbp-form legend {
    color: #FFFFFF;
}

#bbpress-forums fieldset.bbp-form label, #bbpress-forums fieldset.bbp-form legend {
    margin-bottom: 0.4em;
}

.bbp-breadcrumb p {
    display: inline;
    line-height: 1em;
    font-weight: initial;
}

.bbp-breadcrumb:before {
    content: 'You are here:';
    display: inline;
    margin-right: 0.3em;
}

.dark-bg .quicktags-toolbar {
    border: none;
    background: transparent;
}

.bbp-pagination-links a, .bbp-pagination-links span.current, .bbp-pagination-links a.page-numbers {
    padding: 0.7em;
    width: auto;
    height: auto;
    margin: auto;
    margin-left: 0.5em;
    line-height: 0.5em !important;
    border-radius: 3px;
    border: 1px solid;
    opacity: 1 !important;
}

.light-bg .bbp-pagination-links a, .light-bg .bbp-pagination-links span.current, .light-bg .bbp-pagination-links a.page-numbers {
    border-color: rgba(0, 0, 0, 0.1);
}

.dark-bg .bbp-pagination-links a, .dark-bg .bbp-pagination-links span.current, .dark-bg .bbp-pagination-links a.page-numbers {
    border-color: rgba(255, 255, 255, 0.1);
}

#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
    border-radius: 50%;
}

span.bbp-admin-links a {
    font-size: 0.8em;
    text-transform: none;
}

#bbpress-forums li.bbp-header .bbp-search-author, #bbpress-forums li.bbp-footer .bbp-search-author, #bbpress-forums li.bbp-header .bbp-forum-author, #bbpress-forums li.bbp-footer .bbp-forum-author, #bbpress-forums li.bbp-header .bbp-topic-author, #bbpress-forums li.bbp-footer .bbp-topic-author, #bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-reply-author {
    width: 128px;
}

#bbpress-forums li.bbp-header .bbp-search-content, #bbpress-forums li.bbp-footer .bbp-search-content, #bbpress-forums li.bbp-header .bbp-forum-content, #bbpress-forums li.bbp-footer .bbp-forum-content, #bbpress-forums li.bbp-header .bbp-topic-content, #bbpress-forums li.bbp-footer .bbp-topic-content, #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content {
    margin-left: 150px;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
    padding: 0;
    background: none;
    background-color: transparent;
    border-bottom: none;
}

#bbpress-forums div.bbp-the-content-wrapper input {
    margin-right: 4px !important;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
    box-shadow: none;
}

.bbp-pagination-count {
    border: none;
    line-height: 2em;
}

.bbp-reply-form {
    float: left;
    margin-top: 1em;
    display: inline-block;
    width: 100%;
}

.bbp-pagination-links span.current, .bbp-pagination-links .prev, .bbp-pagination-links .next {
    background-color: transparent !important;
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
    font-size: 0.8em;
}

.bbp-topic-started-by .bbp-author-avatar {
    display: none;
}

.light-bg #subscription-toggle {
    color: rgba(0, 0, 0, 0.2)
}

.dark-bg #subscription-toggle {
    color: rgba(255, 255, 255, 0.2)
}

.dark-bg .forum-titles li {
    color: #FFFFFF;
}

.dark-bg .bbp-forum-title {
    color: rgba(255, 255, 255, 0.9);
}

#bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form textarea, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input {
    margin-bottom: 1em;
}

label[for="bbp_topic_subscription"] {
    font-weight: inherit !important;
}

div.bbp-forum-header, div.bbp-topic-header, li.bbp-body div.hentry {
    padding: 16px;
}

div.bbp-reply-header {
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}

li.bbp-body div.hentry {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}

li.bbp-body div.hentry .bbp-topic-content, li.bbp-body div.hentry .bbp-reply-content {
    border-left: 1px solid #EEEEEE;
    padding-left: 16px !important;
    padding-bottom: 24px !important;
}

.dark-bg li.bbp-body div.hentry .bbp-topic-content, .dark-bg li.bbp-body div.hentry .bbp-reply-content {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
    padding-bottom: 16px;
}

#bbp-search-form input[type="submit"] {
    text-indent: -999999px;
    right: 0 !important;
}

#bbp-search-form > div:before {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    right: 0.6em;
    top: 0.65em;
    z-index: 0;
}

body.forum-search #bbp-search-form input#bbp_search {
    width: 100% !important;
    padding-top: 0.8em !important;
    padding-bottom: 0.8em !important;
}

body.forum-search #bbp-search-form > div:before {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: calc(8px + 0.4em);
    z-index: 0;
}

.wp-core-ui .quicktags-toolbar input.button.button-small {
    line-height: 0 !important;
    height: 2em !important;
    box-shadow: none !important;
}

/* Disqus Plugin -------------------------- */

[id*="dsq-app"] {
    margin-top: 4em;
    margin-bottom: 5em;
}

html body .rpwe-block a {
    display: inline-block !important;
}

html body .rpwe-img {
    float: left;
}

body .rpwe-time {
    padding-left: 63px;
    display: block;
    margin-top: 0.5em;
}

body .rpwe-thumb {
    border: none !important;
    padding: 0 !important;
    margin-top: 5px;
}

body .rpwe-time, body .rpwe-comment {
    font-size: 0.9em;
}

body .rpwe-block li {
    padding-bottom: 1em !important;
    margin-bottom: 1em !important;
    border-bottom: none !important;
}

body .rpwe-block li:last-child {
    border-bottom: none;
}

body time.rpwe-time:before {
    content: "\f017";
    font-family: "FontAwesome";
    margin-right: 0.5em;
}

/* Tags all in one plugin */
.tags-all-in-one {
    line-height: 1.8em;
}

/* --------------------------------------------------------------------------------- */
/* Tablet & Low Res Desktop CSS
/* --------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .basix_icon_text.title-left-icon .icon i {
        display: block;
        line-height: 1.4em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* --------------------- */
    /* Main Container
    /* --------------------- */
    .main-container {
        width: 100%;
        margin: 0 auto 0 auto;
        /*font-size: 0.94em;*/
    }

    body.contained .main-container {
        width: 100%;
    }

    body.contained .header {
        width: 100%;
    }

    body.contained {
        background-image: none;
    }

    /* --------------------- */
    /* Tablet Content Width
    /* --------------------- */
    .content-width {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* --------------------- */
    /* Hide Desktop Navigation
    /* --------------------- */
    .topnav {
        display: none !important;
    }

    /* --------------------- */
    /* Mobile Nav
    /* --------------------- */
    .mobilenav {
        padding: 0 20px;
    }

    .mobilenav li {
        width: 100%;
        margin: 0 auto;
    }

    .mobilenav li:first-child {
        border-top: none;
    }

    /* --------------------- */
    /* Footer
    /* --------------------- */
    .widget_basix_newsletter_widget .textbox {
        padding-right: 40%;
    }

    /* --------------------- */
    /* Sliders
    /* --------------------- */
    .slide-outer {
        padding-top: 0 !important;
    }

    .slide-style-1 h1 {
        font-size: 48px;
        line-height: 52px;
        width: 90%;
    }

    .slide-style-1 p {
        font-size: 20px;
        line-height: 30px;
        margin-top: 16px;
        width: 60%;
    }

    .slide-style-3 .left-column {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .column-one-fourth.sidebar {
        width: 25% !important;
    }
}

/* --------------------------------------------------------------------------------- */
/* Smartphones CSS
/* --------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
    body {
        /* Stop iPhone increasing text size as it sees fit! */
        -webkit-text-size-adjust: 100%;
    }

    /* 2016 Font Adjustments */
    body .wpb_wrapper {
        font-size: 1em !important;
    }

    body .main-content h1 {
        font-size: 2.4rem;
    }

    body .main-content h2 {
        font-size: 1.6rem;
    }

    body .main-content h3 {
        font-size: 1.2em;
    }

    body .main-content h4 {
        font-size: 1em;
    }

    body blockquote, body .testimonial-text {
        font-size: 1.2rem !important;
    }

    /* --------------------- */
    /* Main Container
    /* --------------------- */
    .main-container {
        margin: 0 auto 0 auto;
    }

    body.contained .main-container {
        width: 100%;
    }

    body.contained .header {
        width: 100%;
    }

    body.contained {
        background-image: none;
    }

    /* --------------------- */
    /* Content Container
    /* --------------------- */
    .main-content {
        width: 100%;
    }

    /* --------------------- */
    /* Mobile Padding Classes
    /* --------------------- */
    .mobile-top-margin {
        margin-top: 10px;
    }

    /* --------------------- */
    /* Grids
    /* --------------------- */
    .grid-holder ul li {
        display: inline-block;
        margin-bottom: 26px;
    }

    /* --------------------- */
    /* Title Bar
    /* --------------------- */
    .main-content .title-container {
        margin-top: 0;
    }

    body.page-template-template-home-php .main-content-inner {
        padding-top: 0;
    }

    /* --------------------- */
    /* Mobile Content Width
    /* --------------------- */
    .content-width {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* --------------------- */
    /* Hide Desktop Navigation
    /* --------------------- */
    .topnav {
        display: none !important;
    }

    /* --------------------- */
    /* Mobile Nav
    /* --------------------- */
    .mobilenav li:first-child {
        border-top: none;
    }

    /* --------------------- */
    /* Columns
    /* --------------------- */
    .column-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .column-full-width, .column-one-half, .column-one-third, .column-one-fourth, .column-one-fifth, .column-one-sixth, .column-two-third, .column-three-qtr {
        width: 100% !important;
        margin-bottom: 2em;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* --------------------- */
    /* Footer Infobar
    /* --------------------- */
    .footer-infobar {
        font-size: 1em;
    }

    /* --------------------- */
    /* Footer
    /* --------------------- */
    .footer-lower-container {
        padding-top: 12px;
        border-top: 0 !important;
        margin-top: 0;
    }

    .footer-lower-inner {
        padding-top: 12px;
    }

    .footer {
        font-size: 1em;
    }

    .footer .column-one-half, .footer .column-one-third, .footer .column-one-fourth, .footer .column-one-fifth, .footer .column-one-sixth {
        margin-bottom: 2rem;
    }

    .footer .column-container {
        padding-bottom: 0;
    }

    .footer .column-container > div:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .footer-lower li {
        float: none;
        margin: 0;
        border: 0;
    }

    .footer-lower li a {
        float: none;
        margin-right: 0;
        display: block;
        padding: 16px 0;
        width: 100%;
    }

    .footer-lower li:last-child {
        margin-bottom: 30px;
    }

    .footer.light .footer-lower li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .footer.dark .footer-lower li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer .widget {
        padding-bottom: 3rem;
    }

    /* --------------------- */
    /* Widgets
    /* --------------------- */
    .portfolio-widget-container {
        overflow: hidden;
        width: auto;
        margin-left: -5px;
        margin-right: -5px;
    }

    .portfolio-widget-item {
        width: calc(100% / 3);
        padding: 0 5px 10px 5px !important;
        float: left;
    }

    .portfolio-widget-item img {
        width: 100%;
        height: auto;
    }

    .widget_basix_newsletter_widget .textbox {
        padding-right: 62px;
    }

    .social-icons li {
        margin-left: 1.6em;
    }

    .social-icons i {
        font-size: 24px;
    }

    /* --------------------- */
    /* Sidebar
    /* --------------------- */
    .sidebar {
        margin-top: -20px;
        padding-top: 35px;
    }

    .light-bg .sidebar {
        border-top: 3px solid #E2E2E2;
    }

    .dark-bg .sidebar {
        border-top: 3px solid rgba(255, 255, 255, 0.15);
    }

    /* --------------------- */
    /* Sidebar Widgets
    /* --------------------- */
    .sidebar .widget:last-child {
        margin-bottom: 0;
    }

    /* --------------------- */
    /* Blog Comment Form
    /* --------------------- */
    .comment-form input {
        width: 100%;
    }

    /* --------------------- */
    /* Contact Form
    /* --------------------- */
    .contactform input {
        width: 100%;
        margin-right: 0;
    }

    .contactform .column-full-width, .contactform .column-one-half, .contactform .column-one-third, .contactform .column-one-fourth, .contactform .column-one-fifth {
        margin-bottom: 0;
    }

    /* --------------------- */
    /* Home CTA Bar
    /* --------------------- */
    .home-cta-bar {
        line-height: 1.2em;
        font-size: 1.2em;
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .home-cta-bar .text {
        display: block;
        margin-bottom: 1em;
    }

    .home-cta-bar .button {
        float: left;
        display: block;
        margin-top: 1em !important;
        margin-bottom: 2em !important;
    }

    /* --------------------- */
    /* CTA Bars
    /* --------------------- */
    .cta-bar-text {
        display: block;
    }

    .cta-bar-button {
        display: block;
        padding-left: 0;
        margin-top: 20px;
    }

    .cta-bar-button a.button {
        float: left;
    }

    /* --------------------- */
    /* Carousels
    /* --------------------- */
    .wpb_column:last-child .jcarousel-outer {
        margin-bottom: 0 !important;
    }

    /* --------------------- */
    /* Vertical Tabs
    /* --------------------- */
    .wpb_tour .wpb_tabs_nav {
        width: 100% !important;
    }

    .light-bg .wpb_tour .wpb_tabs_nav li, .dark-bg .wpb_tour .wpb_tabs_nav li {
        float: none !important;
        border-top: 1px solid !important;
        border-right: none !important;
        border-bottom: none !important;
        background-color: transparent !important;
    }

    .wpb_tour .wpb_tabs_nav li:first-child {
        border-top: none !important;
    }

    .light-bg .wpb_tour .wpb_tabs_nav li:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .dark-bg .wpb_tour .wpb_tabs_nav li:last-child {
        border-bottom: rgba(255, 255, 255, 0.15) !important;
    }

    .light-bg .wpb_tour .wpb_tabs_nav li {
        border-color: rgba(0, 0, 0, 0.1) !important;
    }

    .dark-bg .wpb_tour .wpb_tabs_nav li {
        border-color: rgba(255, 255, 255, 0.15) !important;
    }

    .wpb_tour .wpb_tabs_nav li a {
        position: relative;
        padding: 1em 0 1em 0 !important;
    }

    .wpb_tour .wpb_tabs_nav li a:after {
        content: '\f107';
        font-family: 'FontAwesome';
        position: absolute;
        color: inherit;
        font-size: 1em;
        top: 1.25em;
        right: 0;
        width: 1em;
        /*height: 20px;*/
        font-weight: initial;
    }

    .wpb_tour .wpb_tabs_nav li:first-child a:after {
        top: 0.25em;
    }

    .wpb_tour .wpb_tab {
        width: 100% !important;
        padding: 14px 0 0 0 !important;
    }

    .wpb_tour_next_prev_nav {
        display: none;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 1em !important;
    }

    .wpb_tour .wpb_tabs_nav li:last-child:after {
        display: none !important;
    }

    .wpb_tour .wpb_tabs_nav li.ui-tabs-active {
        font-weight: 600;
    }

    /* --------------------- */
    /* Vertical & Horizontal Tabs
    /* --------------------- */
    .wpb_tour .wpb_tab:before {
        content: '';
        height: 3em;
        width: 100%;
    }

    /* --------------------- */
    /* Portfolio
    /* --------------------- */
    #portfolio > li:last-child {
        padding-bottom: 0;
    }

    /* --------------------- */
    /* Portfolio Back/Next
    /* --------------------- */
    .jcarousel-nav.portfolio {
        top: 54px;
    }
}