/*
Theme Name: 	Basix
Theme URI: 		http://themeforest.net/artivity
Description: 	Responsive Business WordPress Theme
Version: 		2.0.13
Author:			Artivity
Author URI: 	http://www.artivity.co.uk
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
Tags: 			business, drag-and-drop, multipurpose, multi-purpose, wordpress, theme, responsive, right-sidebar, fixed-layout, 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;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: 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;
	/*-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;
}

body {
	-webkit-animation: bugfix infinite 1s;
}

@-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: #FFFFFF;
}

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

.main-content h1, .blog-post h2.inner-title {
	line-height: 1.35em;
	width: 100%;
}

.blog-post h2.inner-title {
	font-size: 1.8em;
	line-height: 1.4em;
	margin-bottom: 0.6em;
}

.grid .blog-post h2.inner-title {
	line-height: 1.4;
	margin-bottom: 1em;
}

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

.main-content h1 {
	margin-bottom: 0.6em;
}

body.center_page_title .main-content h1 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	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;
}

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

.main-content h1.bordered {
	/*padding-bottom: 3.5rem;
	border-bottom: 3px solid rgba(0, 0, 0, 0.1);*/
	margin: 0 auto 4rem auto;
	position: relative;
}

.main-content h1.bordered, .main-content h1.inner-title {
	padding-right: 16%;
}

/*.main-content h1.bordered:before,
body.single-post .title_bordered .blog-meta:before,
.title_bordered .portfolio-filtering:before {
	content: "";
    position: absolute;
    height: 2px;
    width: 4rem;
    bottom: -2px;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}*/

body.center_page_title .main-content h1.bordered,
body.center_page_title .main-content h1.title_bordered {
	padding-bottom: 0 !important;
}

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: 4.8rem;
}

@media only screen and (min-width: 1025px) {
	/*.main-content h1.title_bordered, .main-content h1.bordered, body.single .main-content h1.inner-title {
		padding-right: 35% !important;
	}*/
	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 {
		padding-right: 15% !important;
		padding-left: 15% !important;
		margin-top: 0rem;
	}
}

@media only screen and (max-width: 767px) {
	.page-template-template-blog-standard .main-content h1.bordered {
		padding-bottom: 0 !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;
	padding-top: 2.0em;
	padding-bottom: 2.0em;
}

body.center_page_title .main-content .title-container {
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.bordered .portfolio-filtering {
		/*margin-top: -1.4em !important;*/
		margin-bottom: 2.4em !important;
	}
}

@media only screen and (min-width: 1025px) {
	body.stretched_title .main-content .title-container h1 {
		width: 75%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	body.stretched_title .main-content .title-container h1 {
		width: 80%;
	}
}

.main-content .title-container h1, .main-content .title-container h2 {
	line-height: 1.4em;
	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 {
	margin-bottom: 1.0em;
	line-height: 1.4em;
	width: 100%;
}

h3, th, h2.widgettitle, .wpb_tlinearr_grid h2.post-title, h2.wpb_heading {
	margin-bottom: 1.0em;
	line-height: 1.45em;
}

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

.light-bg h4 {
	opacity: 0.75;
}

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

.vc_separator h4 {
	font-size: 0.94em !important;
	margin-bottom: 0;
	line-height: 1em;
	opacity: 1;
	font-weight: initial;
}

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

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

p:empty {
	display: none;
}

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

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

.blog-post blockquote {
	margin-bottom: 1.5em;
}

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: #EEEFE8;
}

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

.relative {
	position: relative;
}

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

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

.content-width {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	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: 30px;
		padding-right: 30px;

	}
}

.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: 0;
	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;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	align-content: space-between;
	-webkit-align-content: space-between;
	overflow: hidden;
}

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

/*.dark-bg .main-container, .dark-bg .jcarousel-nav, .dark-bg .footer-shortcode {
	background-image: url(images/dark-content-bg-overlay.png);
}*/
.wpb_row.dark-bg .jcarousel-nav {
	background-image: none;
	background-color: transparent;
}

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

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

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

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

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

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

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

i:before {
	padding: 1px;
}

/* --------------------------------------------------------------------------------- */
/* Top Bar
/* --------------------------------------------------------------------------------- */
.header {
	width: 100%;
	z-index: 99999;
	position: fixed;
	top: 0;
	-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: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;
}

.topbar > div {
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
	display: flex;
	flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: center;
}

.topbar > div > * {
	flex-grow: 0;
	height: 100%;
}

.topbar .stretch {
	flex-grow: 1;
}

.menu-main-menu-container {
	order: 3;
}

/* -------------------------------- */
/* Topbar Height
/* -------------------------------- */
.topbar, .topnav, .topnav li, .topnav li a, .topsocial, .topsocial li {
	height: 60px;
}

/* -------------------------------- */
/* Search
/* -------------------------------- */
.header .search {
	float: right;
	order: 5;
}

@media only screen and (min-width: 1025px) {
	body.header_search .header_cta_section {
		margin-right: 10px;
	}

	body.header_search .header.stretched .header_cta_section {
		margin-right: 0;
	}
}

.header .search i {
	height: 100%;
	line-height: 0;
	font-size: 1.2em;
	padding-left: 25px;
	display: inline-block;
	cursor: pointer;
	border-left: 1px solid transparent;
	-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 .search i {
	opacity: 0.7;
}

.header .search:hover i {
	opacity: 1;
}*/

@media only screen and (max-width: 1024px) {
	.header .search i {
		padding-right: 10px;
	}

	.header.stretched .search i {
		padding-right: 25px;
	}
}

.header.dark .search > i {
	color: rgba(255, 255, 255, 0.6);
}

.header.dark .search i:hover {
	color: rgba(255, 255, 255, 1);
}

.header .search_overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 5%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	z-index: 99999;
	align-items: center;
	justify-content: center;
}

.header .search_overlay.active {
	display: block;
	display: flex;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.header .search .search_container {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 1025px) {
	.header .search .search_container {
		width: 50%;
	}
}

.header .search .close_search {
	position: absolute;
	right: 24px;
	top: 25px;
	margin: 0;
}

.header .search .close_search i {
	margin: 0;
	padding-right: 0;
	line-height: 1em;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.4em;
}

.header .search .searchbox {
	/*position: relative;*/
	width: 100%;
	z-index: 999;
	margin-left: auto;
	margin-right: auto;
}

.header .search .searchbox input[type="text"] {
	margin-bottom: 0;
	width: 100%;
	font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
	.header .search .searchbox input[type="text"] {
		font-size: 1em;
	}
}

.header .search ::-webkit-input-placeholder {
	color: #6F6F6F;
	opacity: 1;
}

.header .search :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #6F6F6F;
	opacity: 1;
}

.header .search ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #6F6F6F;
	opacity: 1;
}

.header .search :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #6F6F6F;
	opacity: 1;
}

/* -------------------------------- */
/* Header CTAs
/* -------------------------------- */
.header_cta_section {
	display: flex;
	order: 4;
	align-items: center;
	-webkit-align-items: center;
	float: right;
	height: 100%;
	padding-left: 20px;
	border-left: 1px solid transparent;
}

.header.stretched .header_cta_section {
	height: initial;
	margin-left: 20px;
}

@media only screen and (min-width: 1025px) and (max-width: 1109px) {
	.header_cta_section {
		margin-left: 10px; 
	}
}

body.multiline_header .header_cta_section {
	display: inline-block;
}

.header.stretched .header_cta_section {
	border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.header.stretched.dark .header_cta_section {
	border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
}

body.transparent_header .header .header_cta_section,
body.transparent_header .header.stretched .header_cta_section {
	border-left-color: transparent !important;
}

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

.header.stretched .header_cta_section {
	order: 4;
}

.header_cta_section a.button {
	padding: 0.9em 1.5em !important;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
}

.header.stretched .header_cta_section a.button {
	padding: 0.9em 1.5em !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

body.multiline_header .header.stretched .header_cta_section {
	margin-right: 0;
}

.header_cta_section .button.header_cta {
	margin-bottom: 0 !important;
	margin-right: 0.5rem !important;
}

.header_cta_section .button.header_cta:last-child {
	margin-right: 0 !important;
}

.header_cta_section .button.header_cta:focus {
	border: 0 !important;
}

.header_cta_section .button.header_cta.accent {
	margin-right: 0 !important;
}

.header_cta_section .button.header_cta:only-child {
	margin-right: 0 !important;
}

/* -------------------------------- */
/* White Top Bar Properties
/* -------------------------------- */
.header.white {
	background-color: rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 4px 7px rgba(0, 0, 0, .03);
	-webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, .03);
	box-shadow: 0 4px 7px rgba(0, 0, 0, .03);
}

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

.header.white:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 0;
	z-index: -2;
}

/*.header.dark:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255, 0.1);
	position: absolute;
	bottom: 0;
	z-index: -2;
}*/

.header.white.border {
	-moz-box-shadow: 0 4px 7px rgba(0, 0, 0, .03);
	-webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, .03);
	box-shadow: 0 4px 7px rgba(0, 0, 0, .03);
}

.header.white.border:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 0;
}

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

body .header.stretched.dark.border .header_cta_section,
body .header.stretched.dark.border .search > i {
	border-left-color: rgba(255, 255, 255, 0.15) !important;
}

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

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

.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 {
	float: left;
	padding-left: 10px;
}

.header.stretched .topsocial {
	padding-left: 25px;
}

.header.stretched.white .topsocial {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	/*border-right: 1px solid rgba(0,0,0,0.1);*/
}

.header.stretched.dark .topsocial {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	/*border-right: 1px solid rgba(0,0,0,0.1);*/
}

body.transparent_header .header.stretched .topsocial {
	border-left: 1px solid transparent !important;
}

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

.topsocial li {
	list-style: none;
	display: inline-block;
	padding-right: 25px;
	padding-top: 1px;
	/*vertical-align: middle;*/
}

.topsocial li i {
	font-size: 1.3em;
	line-height: inherit;
	padding-top: 1px;
}

@media only screen and (max-width: 1024px) {
	.topsocial li i {
		font-size: 1.4em;
		line-height: inherit;
	}
}

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

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

.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: #E95950;
}

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

.header.dark .topsocial li i:hover {
	opacity: 1;
}

.header.dark {
	-moz-box-shadow: 0 4px 7px rgba(0, 0, 0, .1) !important;
	-webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, .1) !important;
	box-shadow: 0 4px 7px rgba(0, 0, 0, .1) !important;
}

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

/* Incrlinear this for space above transparent header */
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;
	/*display: table-cell;*/
	float: left;
	vertical-align: middle;
	/*margin-left: 2em;*/
	padding: 0 1em;
	font-weight: 500; /* Medium */
	text-transform: none;
	position: relative;
}

.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;
	opacity: 0.75 !important;
}

.topnav li a i {
	margin-right: 6px;
	color: inherit;
	line-height: inherit;
	position: relative;
	font-weight: normal !important;
	top: 0;
}

.topnav li li i {
	width: 18px;
	display: inline-block;
}

.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.6em;
	font-weight: normal !important;
	display: inline-block;
	padding-left: 0.5em;
	padding-top: 1px;
	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 > li a {
	opacity: 0.85 !important;
	/*transition: none !important;*/
}

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

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

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

/*.header.dark .topnav li.menu-item-has-children.current_page_parent a:after, .header.dark .topnav li.menu-item-has-children.current-menu-parent a:after {
	opacity: 1;
}*/

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

/* -------------------------------- */
/* Sub Menus
/* -------------------------------- */
.topnav li > ul {
	list-style: none;
	margin: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	/*padding-top: 0.6em;
	padding-bottom: 0.6em;*/
	padding: 0.5em 0.4em;
	z-index: 1;
	-webkit-transition: all .06s linear;
	-moz-transition: all .06s linear;
	-o-transition: all .06s linear;
	-ms-transition: all .06s linear;
	transition: all .06s linear;
}

/* New Icon */

.topnav li > ul li.new a:after {
	content: 'New';
	display: inline;
	text-transform: uppercase;
	color: #FFFFFF !important;
	background-color: #FF385D;
	padding: 4px;
	font-size: 9px;
	border-radius: 2px;
	top: -2px;
	position: relative;
	left: 8px;
	opacity: 1 !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.05);
	-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: rgba(255, 255, 255, 1) !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
	-webkit-box-shadow: 0px 19px 59px -11px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 19px 59px -11px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 19px 59px -11px rgba(0, 0, 0, 0.05);
	z-index: 10;
}

.topnav li > ul ul {
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

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

.header.dark .topnav > li > ul {
	border-top: 1px solid transparent !important;
}

.transparent_header .topnav > li > ul {
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

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

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 .header .topnav ul li a:hover {
	background-color: rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

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

html body .header.border .topnav li > ul,
html body .header.border .topnav li > ul.wide,
html body .header.border .topnav li > ul.mega {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

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

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

html body.page-template-template-home .header .topnav li > ul,
html body.page-template-template-home .header .topnav li > ul.wide,
html body.page-template-template-home .header .topnav li > ul.mega {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

html body.page-template-template-home.transparent_header .header .topnav li > ul,
html body.page-template-template-home.transparent_header .header .topnav li > ul.wide,
html body.page-template-template-home.transparent_header .header .topnav li > ul.mega {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
}

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

.topnav > li > ul {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.topnav > li > ul {
	border-top: 1px solid transparent;
}

.transparent_header .topnav > li > ul {
	border-top: 1px solid transparent;
}

.topnav li > ul li {
	position: relative;
	display: none;
	opacity: 0;
}

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

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

.topnav > li:last-child > ul {
	right: -8px;
	left: auto;
	text-align: right;
}

.topnav li:hover ul {
	visibility: visible;
	opacity: 1;
	max-height: 999px !important;
	-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:hover ul li {
	max-height: 120px !important;
	opacity: 1;
	float: left;
}

.topnav li > ul li {
	display: inline-block;
	float: left;
	width: 13.5em;
	line-height: 1.3em !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.7em 2em 0.7em 0.7em !important;
	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:hover > ul li {
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}*/

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

body.contained .topnav li.wide > ul,
body.contained .topnav li.mega > ul {
	border-radius: 0 !important;
	left: 0 !important;
	right: 0 !important;
}

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

.sub-menu .content-width {
	padding-left: 20px;
	padding-right: 20px;
}

body .topnav li.wide > ul,
body .topnav li.mega > ul,
body .header.stretched .topnav li.wide > ul,
body .header.stretched .topnav li.mega > ul {
	display: flex;
	/*border-top: 1px solid transparent !important;*/
	left: 40px !important;
	right: 40px !important;
	margin-left: 0;
	margin-right: 0;
	padding-top: 2em;
	padding-bottom: 2em;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-transition: all .08s linear;
	-moz-transition: all .08s linear;
	-o-transition: all .08s linear;
	-ms-transition: all .08s linear;
	transition: all .08s linear;
}

@media only screen and (min-width: 1346px) {
	body .topnav li.wide > ul,
	body .topnav li.mega > ul {
		left: 30px !important;
		right: 30px !important;
	}
}

body .topnav li.wide > ul,
body .topnav li.mega > ul {
	-webkit-border-bottom-left-radius: 4px !important;
	-webkit-border-bottom-right-radius: 4px !important;
	-moz-border-bottom-left-radius: 4px !important;
	-moz-border-bottom-right-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

body .header.stretched .topnav li.wide > ul,
body .header.stretched .topnav li.mega > ul {
	position: fixed;
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	left: 0 !important;
	right: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

body.transparent_header .topnav li.wide > ul,
body.transparent_header .topnav li.mega > ul,
body.transparent_header .header.stretched .topnav li.wide > ul,
body.transparent_header .header.stretched .topnav li.mega > ul {
	position: absolute;
	border-left-width: 1px !important;
	border-right-width: 1px !important;
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body.contained .topnav li.wide > ul,
body.contained .topnav li.mega > ul,
body.contained .header.stretched .topnav li.wide > ul,
body.contained .header.stretched .topnav li.mega > ul {
	position: absolute;
}

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

body.transparent_header .header.dark.stretched .topnav li.wide > ul,
body.transparent_header .header.dark.stretched .topnav li.mega > ul {
	border-top: 1px solid transparent !important;
}

body .header.dark.stretched .topnav li.wide > ul,
body .header.dark.stretched .topnav li.mega > ul {
	border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
}

body.transparent_header .header.stretched .topnav li.wide > ul,
body.transparent_header .header.stretched .topnav li.mega > ul {
	left: 20px !important;
	right: 20px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

body.transparent_header .topnav li.wide > ul,
body.transparent_header .topnav li.mega > ul {
	left: 40px !important;
	right: 40px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;

}

@media only screen and (min-width: 1346px) {
	body.transparent_header .topnav li.wide > ul,
	body.transparent_header .topnav li.mega > ul {
		left: 30px !important;
		right: 30px !important;

	}
}

body.transparent_header .header.stretched .topnav li.wide > ul,
body.transparent_header .header.stretched .topnav li.mega > ul {
	left: 20px !important;
	right: 20px !important;
}

body.transparent_header.contained .header.stretched .topnav li.wide > ul,
body.transparent_header.contained .header.stretched .topnav li.mega > ul {
	left: 20px !important;
	right: 20px !important;
}

body.transparent_header .header.stretched .topnav li.wide > ul,
body.transparent_header .header.stretched .topnav li.mega > ul {
	position: fixed;
}

body.transparent_header.contained .header.stretched .topnav li.wide > ul,
body.transparent_header.contained .header.stretched .topnav li.mega > ul {
	position: absolute;
}

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

body .topnav li.mega > ul .content-width ul {
	display: flex !important;
	width: 100%;
	position: relative;
	flex-direction: column !important;
	left: 0 !important;
	right: initial !important;
	top: initial !important;
	border: none !important;
	background-color: transparent !important;
}

body .topnav li.mega:hover > ul .content-width ul {
	visibility: visible !important;
	opacity: 1 !important;
}

body .topnav li.mega > ul .content-width > li {
	font-size: 1.0em;
}

body .header .topnav li.mega > ul .content-width > li > a {
	cursor: default;
	color: initial !important;
	opacity: 1 !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, .topnav li.mega > ul {
	left: 0 !important;
	right: 0 !important;
	text-align: left !important;
}

.header.stretched .topnav li.wide > ul, .header.stretched .topnav li.mega > ul {
	left: 20px !important;
	right: 20px !important;
}

.topnav li.wide > ul li, .topnav li.mega > ul li {
	padding-left: 0 !important;
	padding-right: 0 !important;
	display: block;
	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
/* --------------------------------------------------------------------------------- */
.mobilenav-container {
	float: left;
	height: auto !important;
}

.mobilenav {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #FFFFFF;
	padding: 0 18px 0 18px;
	margin-top: -1px;
	z-index: 0;
	overflow-y: scroll !important;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

.mobilenav:before {
	content: '';
	position: fixed;
	width: 100%;
	height: 1px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
}

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

/* 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.5em;
	padding-bottom: 1.5em;
	padding-right: 20px;
	position: relative;
}

.mobilenav li > ul {
	display: none;
}

.mobilenav li > ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
	cursor: pointer;
}

.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: 7;
	padding-left: 25px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-flex;
	/*height: 100%;*/
}

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

body.transparent_header .header .topbar .mobilenav-click {
	border-left: 1px solid transparent;
}

.header.stretched .topbar .mobilenav-click {
	padding-right: 25px;
	display: flex;
}

.header.dark .topbar .mobilenav-click {
	border-left-color: rgba(255, 255, 255, 0.15);
}

body.transparent_header .header.dark .topbar .mobilenav-click {
	border-left-color: transparent !important;
	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: -2px;
}

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

.mobilenav-button:before {
	content: '';
	width: 20px;
	height: 4px;
	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: 4px;
	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;
	line-height: 1.4em;
	/*margin-bottom: 3.2rem;*/
	font-size: 1.34em;
	z-index: 20;
	position: relative;
	width: 100%;
}

.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: 20px !important;
	padding-right: 20px !important;
}

@media only screen and (min-width: 1346px) {
	.home-cta-bar .content-width {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.home-cta-bar .content-width {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

body.contained .home-cta-bar .content-width {
	padding-left: 0 !important;
	padding-right: 0 !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;
	font-size: 1.0rem;
	margin-top: 0;
	padding: 1em 1.5em !important;
}

.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;
	display: block;
	line-height: 0;
	margin-bottom: 30px !important;
	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%;
	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.4;
	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;
}

.footer .link_image:before {
	opacity: 0.9;
}

/* Hover effect icon be gone! */
/*a.link_image:after {
	font-family: 'FontAwesome';
	content: '\f105';
	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;
}*/

.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;
	line-height: 1.6em;
	padding: 0.8em 0.5em 0.9em 0.5em;
	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;
}

/*.light-bg.white-form-inputs input, .light-bg.white-form-inputs textarea, .light-bg.white-form-inputs select {
	box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.02);
}*/

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.03);
	color: #6F6F6F;
	border: 2px solid rgba(0, 0, 0, 0.07);
}

.light-bg.white-form-inputs .main-content input[type="text"],
.light-bg.white-form-inputs .main-content textarea,
.light-bg.white-form-inputs .main-content select,
.white-form-inputs .footer.white input[type="text"],
.white-form-inputs .footer.light input[type="text"],
.white-form-inputs .footer.white textarea,
.white-form-inputs .footer.light textarea,
.white-form-inputs .footer.white select,
.white-form-inputs .footer.light select,
.light-bg.white-form-inputs input, .light-bg.white-form-inputs textarea, .light-bg.white-form-inputs select,
.light-bg.white-form-inputs input:focus, .light-bg.white-form-inputs textarea:focus, .light-bg.white-form-inputs select:focus {
	background-color: #FFFFFF;
	border: 2px solid rgba(0, 0, 0, 0.10);
	border-width: 2px !important;
}

/* White form input focus border */
.light-bg.white-form-inputs .main-content input[type="text"]:focus,
.light-bg.white-form-inputs .main-content textarea:focus,
.light-bg.white-form-inputs .main-content select:focus,
.white-form-inputs .footer.white input[type="text"]:focus,
.white-form-inputs .footer.light input[type="text"]: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-color: rgba(0, 0, 0, 0.2);
}

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

.dark-bg input, .dark-bg textarea, .dark-bg select {
	background-color: rgba(255, 255, 255, 0.15) !important;
	color: rgba(255, 255, 255, 0.9) !important;
}

.light-bg input:focus, .light-bg textarea:focus, .light-bg select:focus {
	background-color: rgba(0, 0, 0, 0.01);
}

.dark-bg input:focus, .dark-bg textarea:focus, .dark-bg select:focus {
	background-color: rgba(255, 255, 255, 0.17) !important;
}

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

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

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

textarea {
	width: 100%;
	max-width: 100%;
	padding: 10px 6px;
	height: 100px;
	clear: both;
}

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

label.error {
	color: #F5404B;
	font-weight: initial;
}

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

/*------------------------*/
/* Form Placeholders
/*------------------------*/
.light-bg ::-webkit-input-placeholder, .dark-bg .footer ::-webkit-input-placeholder {
	color: #AAAAAA;
	opacity: 1;
}

.light-bg :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #AAAAAA;
	opacity: 1;
}

.light-bg ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #AAAAAA;
	opacity: 1;
}

.light-bg :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #AAAAAA;
	opacity: 1;
}

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

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

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

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

/* -------------------------------- */
/* Buttons
/* -------------------------------- */
a.button, input[type="submit"], button, .vc_btn3-container a {
	color: #FFFFFF;
	padding: 1.04em 1.6em 1.1em 1.6em;
	line-height: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	border: none;
	font-family: inherit;
	font-size: 1.04em;
	font-weight: 600;
	display: inline-block;
	margin: 0 0 2em 0;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: none !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;
}

@media only screen and (max-width: 767px) {
	a.button:only-child, input[type="submit"]:only-child, button:only-child, .vc_btn3-container a:only-child {
		margin-bottom: 4em !important;
	}
}

.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, input[type="submit"] {
	margin-right: 0.5em !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);
	-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.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: #277FD8 !important;
}

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

a.button.red, button.red, input.red[type="submit"] {
	color: #FFFFFF !important;
	background-color: #CA4047 !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: #3EA7C1 !important;
}

a.button.yellow, button.yellow, input.yellow[type="submit"] {
	background-color: #ECD9A0 !important;
	color: #575140 !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.0) !important;
	-moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1.0) !important;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1.0) !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: #E2E2E2 !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.4em;
	color: inherit;
	position: relative;
	line-height: 0;
	font-size: 1.2em;
	/*margin-top: 0.1em;*/
	display: inline-block;
}

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

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

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

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

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

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

/* -------------------------------- */
/* Tooltips
/* -------------------------------- */
ul.topsocial li a, ul.social li a, ul.footer-social li a, ul.post-sharing li a {
	position: relative;
	display: inline-block;
}

.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.footer-social 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: -20px !important;
	margin-left: -20px !important;
}

.column-container:before, .column-container:after {
	content: " ";
	display: table;
}

.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: 20px !important;
	padding-right: 20px !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 {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	padding-left: 30px;
}

.cta-bar p {
	margin: 0;
}

.cta-bar-button a.button {
	margin: 0 !important;
	float: right;
	font-size: 0.84em;
	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: 2em;
	-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;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

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

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

.dark-bg .testimonial-text {
	color: #FFFFFF;
}

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

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

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

@media only screen and (min-width: 1346px) {
	#portfolio > li {
		margin-bottom: 3em !important;
	}

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

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

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

[class*="page-template-template-portfolio-no-spacing"] 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 .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%;
}

/*[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: 0em;
	line-height: 1.8em;
	font-size: 1em;
}

.title_bordered .portfolio-filtering {
	font-size: 1em;
}

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 {
	margin-top: 2rem;
	padding-top: 1.4em;
	margin-bottom: -1em;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

#portfolio-filters li span.active {
	font-weight: 500;
}

.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 {
	color: #FFFFFF !important;
	opacity: 0.6;
}

.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
/* -------------------------------- */
.portfolio-details {
	padding-bottom: 20px;
}

.portfolio-cats {
	float: left;
	display: block;
	margin-top: 2em;
	font-size: 0.9em;
	width: 100%;
}

.portfolio-cats-title {
	float: left;
	display: inline;
	margin-right: 5px;
}

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

.portfolio-cats-title:before {
	font-family: 'FontAwesome';
	content: '\f02b';
	float: left;
	display: inline;
	margin-right: 4px;
}

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

.portfolio-cats a {
	display: inline;
}

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

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

	.single-portfolio .main-content h1 {
		margin-top: 1em;
	}
}

/* -------------------------------- */
/* Carousel
/* -------------------------------- */
.portfolio-related .divider {
	margin-top: 4em !important;
}

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

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

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

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

.blog-post.actual-post .link_image,
.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: 1.6em;
}

.title-container .blog-meta {
	margin-top: 2rem;
	width: 100%;
	padding-top: 1.5em;
	line-height: initial;
	/*padding-bottom: 0.2em;*/
	margin-bottom: -0.1em;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}

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

.title-container.accent .blog-meta, .title-container.main .blog-meta {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

.blog-meta .meta-item .meta-title {
	display: inline;
	margin: 4px 3px 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;
	/*margin-bottom: 3.5rem;*/
	/*border-bottom: 2px solid rgba(0, 0, 0, 0.1);*/
	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: -3em;
}

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

/* --------------------- */
/* 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: -20px;
		margin-right: -20px;
	}
}

.blog-list.grid .blog-post {
	display: flex !important;
	float: left;
	width: 50%;
	border: none !important;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 4em !important;
	padding-bottom: 0;
}

.blog-list.grid.boxed .blog-post {
	margin-bottom: 40px !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: -0.5em;
}

.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.6em !important;
}

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

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

.grid-cat {
	margin-top: 0.2em;
}

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

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

.blog-carousel .blog-content {
	padding-bottom: 1.4em;
	display: inline-block;
}

.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: 1.2em !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);*/
}

.light-bg.wh .blog-list.grid.boxed .blog-post .post {
	background: #F8F8F8;
}

.light-bg .blog-list.grid.boxed .blog-post .post {
	background: #FFFFFF;
	border: none !important;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

.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.6em;
	right: 0;
}

.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: 2em;
}

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

.post-sharing li {
	position: relative;
	float: left;
	margin-right: 14px;
	margin-left: 0;
	margin-bottom: 0 !important;
	font-size: 1.6em;
	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;
}

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

.sidebar.left {
	float: left;
}

.main-column {
	float: left;
}

.main-column.right {
	float: right;
}

.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: 0;
	border-bottom: none !important;
}

.search-results li.search-result {
	margin-bottom: 3em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-bg.search-results li.search-result {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

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

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

/* --------------------------------------------------------------------------------- */
/* Contact Form
/* --------------------------------------------------------------------------------- */
.contactform .holder {
	margin-left: -10px;
	margin-right: -10px;
}

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

.contactform input[type="text"] {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	/*margin-right: 10px;*/
}

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

.contactform input[type="submit"] {
	margin-top: 20px;
	margin-right: 0 !important;
	padding-top: 1.4em !important;
	padding-bottom: 1.4em !important;
	margin-bottom: 0;
	width: 100%;
}

.contactform label.error {
	position: absolute;
	right: 20px;
	top: 0.85em;
	font-size: 0.94em;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	line-height: inherit;
}

.dark-bg .contactform label.error {
	color: #FFFFFF !important;
}

.contactform .alert {
	display: none;
}

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

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

.footer-container .footer-shortcode {
	padding-bottom: 40px;
}

.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;
	font-size: 0.96rem;
	float: left;
	display: table;
	height: 100%;
	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 .logo {
	margin-bottom: 15px;
	max-width: 150px;
}

.footer h3 {
	margin-bottom: 2.0em;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	/*opacity: 0.4;*/
}

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

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

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

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

.footer .column-container {
	padding-bottom: 3rem;
}

.footer .column-container {
	display: flex;
	flex-wrap: wrap;
	min-width: 100%;
}

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

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

.footer-lower-inner {
	padding: 2em 0 1.92em 0;
	display: table;
	text-align: left;
	line-height: 1.6em;
	position: relative;
	font-size: 0.96em;
	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: 1px;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	background: rgba(255, 255, 255, 0.15);
}

.footer.light .footer-lower-inner.trans:before,
.footer.white .footer-lower-inner.trans:before {
	content: '';
	height: 1px;
	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.12);
}

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

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

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

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

.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 .text {
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.widget_basix_newsletter_widget label.error, .widget_basix_newsletter_widget .ajax-output {
	margin-bottom: 0.4em;
}

.widget_basix_newsletter_widget .button {
	width: auto;
	min-width: 20%;
	border: 0;
	color: #FFFFFF;
	font-size: 1em;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0.8em !important;
	height: 100%;
	margin: 0 !important;
	line-height: 0;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Firefox is stuck in the 1990s */
@-moz-document url-prefix() {
	.widget_basix_newsletter_widget .button {
		padding: 18px 8px;
	}
}

.widget_basix_newsletter_widget input, .widget_basix_newsletter_widget input:focus {
	outline: 0;
}

.footer.dark .widget_basix_newsletter_widget input[type="text"], .footer.dark .widget_basix_newsletter_widget input[type="text"]:focus {
	background-color: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.85);
!important;
	width: 100%;
	border: none !important;
}

.footer.dark .widget_basix_newsletter_widget input.accent[type="submit"] {
	border: none !important;
	background-color: transparent !important;
}

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

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

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

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

/* --------------------- */
/* Social Icons
/* --------------------- */
.footer-social i {
	font-size: 1.6em;
	-webkit-transition: all .06s linear;
	-moz-transition: all .06s linear;
	-o-transition: all .06s linear;
	-ms-transition: all .06s linear;
	transition: all .06s linear;
}

.big_icons .footer-social {
	display: flex;
	justify-content: flex-end;
}

@media only screen and (max-width: 1024px) {
	.big_icons .footer-social {
		justify-content: flex-start;
	}
}

.footer.light .footer-social i,
.footer.white .footer-social i {
	opacity: 0.3;
}

.footer.light .footer-social i:hover,
.footer.white .footer-social i:hover {
	opacity: 1;
}

.footer-social li {
	margin-bottom: 0 !important;
}

.big_icons .footer-social i {
	font-size: 1.2em;
	width: 100%;
	text-align: center;
}

.big_icons .footer-social li {
	margin-left: 0.6em;
}

.big_icons .footer-social li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 2.8em;
	height: 2.8em;
	border-radius: 50%;
}

.footer-social li {
	display: inline-block;
	margin-left: 1.2em;
	line-height: 1.6em;
}

.footer-social li:first-child {
	margin-left: 0;
}

.footer.dark .footer-social li i {
	color: rgba(255, 255, 255, 0.4);
}

.footer .big_icons .footer-social li i {
	color: rgba(255, 255, 255, 1);
	opacity: 1;
}

.footer .big_icons .footer-social li i:hover {
	color: rgba(255, 255, 255, 1);
}

/*.footer.dark .big_icons .footer-social a {
	background: rgba(255, 255, 255, 0.12);
}*/

.footer .big_icons .footer-social li.twitter a {
	background-color: #55ACEE;
}

.footer .big_icons .footer-social li.facebook a {
	background-color: #3B5998;
}

.footer .big_icons .footer-social li.google a {
	background-color: #DD4B39;
}

.footer .big_icons .footer-social li.linkedin a {
	background-color: #007BB5;
}

.footer .big_icons .footer-social li.pinterest a {
	background-color: #CB2027;
}

.footer .big_icons .footer-social li.flickr a {
	background-color: #FF0084;
}

.footer .big_icons .footer-social li.dribbble a {
	background-color: #EA4C89;
}

.footer .big_icons .footer-social li.youtube a {
	background-color: #BB0000;
}

.footer .big_icons .footer-social li.vimeo a {
	background-color: #99BD4B;
}

.footer .big_icons .footer-social li.github a {
	background-color: #444444;
}

.footer.dark .big_icons .footer-social li.github a {
	background-color: rgba(255, 255, 255, 0.2);
}

.footer .big_icons .footer-social li.instagram a {
	background-color: #E95950;
}

.footer.dark .big_icons .footer-social a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.footer.light .big_icons .footer-social a {
	background: rgba(0, 0, 0, 0.08);
}

.footer.dark .footer-social li i:hover {
	color: #FFFFFF;
}

.footer-social li:last-child .basix-tooltip {
	left: inherit;
	right: 0;
}

.footer-social li:last-child .basix-tooltip:after {
	left: inherit;
	right: 4px;
}

/* --------------------- */
/* 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: 4px;
	top: 0;
	line-height: 0;
	padding: 0;
	margin: 0 !important;
	height: 100%;
	width: 26px;
	border: none;
	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, .main-content .widget.widget_recent_entries li {
	margin-bottom: 0.6em;
	clear: both;
	line-height: 1.5em;
}

@media only screen and (max-width: 1024px) {
	.widget li, .widget li.menu-item, .wpb_row .menu li.menu-item, .widget li.cat-item, .widget.widget_recent_entries li {
		margin-bottom: 1em;
	}
}

.light-bg .main-content .widget li.menu-item a {
	opacity: 0.75;
}

.light-bg .main-content .widget li.menu-item a:hover,
.light-bg .main-content .widget li.current-menu-item a {
	opacity: 1;
}

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: 2.0em;
}

.widget li > ul {
	margin-top: 12px;
	margin-left: 10px;
}

.widget .post-date, .widget .tweet-time {
	display: flex !important;
	font-size: 0.9em;
	margin-top: 1em;
	-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 .time {
	order: 1;
}

.widget .tweet-time .time:after {
	order: 0;
	line-height: 1.8em;
}

.widget .post-date:after, .widget .tweet-time:after {
	font-family: 'FontAwesome';
	display: inline;
	margin-right: 0.4em;
	padding-left: 1px;
	/*font-size: 0.9em;*/
	position: relative;
	content: '\f017';
	float: left;
}

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

/* Mini Divider */
.mini_divider {
	margin-bottom: 2.5em;
	margin-top: -1.2em;
}

/* --------------------------------------------------------------------------------- */
/* Top of Page Link
/* --------------------------------------------------------------------------------- */
.top-of-page-link {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 50px;
	line-height: 0;
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	z-index: 300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .06s linear;
	-moz-transition: all .06s linear;
	-o-transition: all .06s linear;
	-ms-transition: all .06s linear;
	transition: all .06s linear;
}

.top-of-page-link i {
	font-size: 20px;
	color: #FFFFFF !important;
	line-height: 46px;
}

/* --------------------------------------------------------------------------------- */
/* 404 Error Page
/* --------------------------------------------------------------------------------- */
.error-404-container {
	text-align: center;
	margin-bottom: 3rem;
}

.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: -20px !important;
	margin-right: -20px !important;
	clear: both;
}

.vc_row_outer:last-child .vc_row-fluid {
	padding-bottom: 1em;
}

.vc_row[data-vc-full-width] {
	overflow: visible !important;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.vc_row[data-vc-full-width].vc_parallax {
	overflow: hidden !important;
}

.vc_row[data-vc-full-width] {
	overflow: visible !important;
	padding-top: 5rem;
	/*left: -15px !important;
	width: calc(100% + 30px) !important;*/
}

/*@media only screen and (min-width: 1024px) {
	.vc_row[data-vc-full-width] {
		left: -15px !important;
		width: calc(100% + 30px) !important;
	}
}*/

body.contained .vc_row[data-vc-full-width] {
	left: 0 !important;
	width: calc(100% + 80px) !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
	margin-left: -40px !important;
}

body.contained .vc_row[data-vc-full-width] > .vc_column_container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*body.contained .vc_row[data-vc-stretch-content] {
	width: calc(100% + 80px) !important;
	left: -40px !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;
	width: 100%;
	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 */
/*.wpb_image_grid .wpb_image_grid_ul .isotope-item {
	width: 33.3333333%;
	margin: 0 !important;
	display: inline-block;
}

.wpb_image_grid .wpb_image_grid_ul {
	overflow: hidden;
	width: 99.91%;
}

@media only screen and (max-width: 767px) {
	.wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: 33.333333%;
		margin-bottom: 10px;
	}
}

.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_fade {
	overflow: visible !important;
}

.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, 1) !important;
	box-shadow: none !important;
}

.flex-control-paging li a:hover {
	background: rgba(255, 255, 255, 0.5) !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;
}

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: 30px;
	padding-right: 30px;
	padding-top: 2em;
	/*padding-bottom: 2em;*/
}

@media only screen and (max-width: 1024px) {
	body .vc_col-has-fill.vc_column_container > .vc_column-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@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: 20px !important;
	padding-right: 20px !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: 0px;
	-moz-top-right-border-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-bottom-right-border-radius: 0px;
	-moz-bottom-right-border-radius: 0px;
	border-bottom-right-radius: 0px;
}

.flex-direction-nav a.flex-next, .nivo-directionNav a.nivo-nextNav {
	right: 0 !important;
	-webkit-top-left-border-radius: 0px;
	-moz-top-left-border-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-bottom-left-border-radius: 0px;
	-moz-bottom-left-border-radius: 0px;
	border-bottom-left-radius: 0px;
}

.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: 1em 2.8em !important;
	padding-left: 0.6em !important;
	line-height: 1.4em !important;
	background-image: none !important;
	font-size: 1em !important;
	position: relative;
}

.vc_toggle_title > h4 {
	opacity: 1;
}

.vc_toggle_title:before {
	content: '\f055';
	font-family: 'FontAwesome';
	font-weight: initial;
	position: absolute;
	right: 0.7em;
	top: 1.1em;
	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: 1em;
	padding-bottom: 1em;
	padding-left: 0.6em !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%;
}

.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;
	padding-left: 1px;
}

.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 {
	margin-bottom: 30px !important;
	margin-top: 6px;
}

.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_column-inner.carousel-parent {
	overflow: hidden;
}*/

.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_grid .vc_gitem-post-data h4 {
	opacity: 1;
}

.vc_gitem-post-data {
	margin-top: 15px;
}

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

/* 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: 1090px) {
	body .wpb_content_element[class*="vc_custom"],
	body .wpb_content_element.wpb_text_column[class*="vc_custom"],
		/*body .vc_row[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;
	}
}

/* --------------------------------------------------------------------------------- */
/* Revolution Slider
/* --------------------------------------------------------------------------------- */
body.page-template-template-home-php .wpb_revslider_element {
	margin-bottom: 0px !important;
}

.rev_slider_wrapper ul {
	margin-left: 0 !important;
}

.vc_row[data-vc-full-width] .wpb_revslider_element {
	margin-bottom: 0 !important;
}

.rev_slider_wrapper i {
	color: inherit;
}

a.rev-btn {
	-webkit-transition: all .06s linear;
	-moz-transition: all .06s linear;
	-o-transition: all .06s linear;
	-ms-transition: all .06s linear;
	transition: all .06s linear !important;
}

/*.fullwidthbanner-container {
	left: -20px !important;
}

@media only screen and (max-width: 1345px) {
	.fullwidthbanner-container {
		left: 0 !important;
	}
}*/

/*.forcefullwidth_wrapper_tp_banner {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
}

.vc_row[data-vc-full-width] .wpb_revslider_element {

}*/

body.contained .forcefullwidth_wrapper_tp_banner {
	left: -40px !important;
	width: calc(100% + 80px) !important;
}

body.contained .rev_slider_wrapper {
	left: 0 !important;
	width: 100% !important;
}

/* ------------------------------------------ */
/* Custom Slide Element Styles
/* ------------------------------------------ */
/* Left Aligned Caption Container - Inserted via jQuery */
/* --------------------- */
.forcefullwidth_wrapper_tp_banner .left-inner-override {
	position: absolute;
	top: 0;
	left: 0;
}

.left-inner-override .tp-parallax-wrap {
	left: 0 !important;
}

.forcefullwidth_wrapper_tp_banner .right-inner-override {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.right-inner-override .tp-parallax-wrap {
	left: 0 !important;
}

.right-inner-override * {
	width: 100% !important;
	text-align: right !important;
}

.right-inner-override .tp-mask-wrap {
	width: auto !important;
	right: 0 !important;
}

@media only screen and (max-width: 1024px) {
	.forcefullwidth_wrapper_tp_banner .left-inner-override {
		left: 20px !important;
		right: auto !important;
		width: 100% !important;
	}

	.forcefullwidth_wrapper_tp_banner .right-inner-override {
		left: auto !important;
		right: 20px !important;
		width: 100% !important;
	}
}

/* --------------------- */
/* Bottom Aligned Image
/* --------------------- */
.bottom-override {
	height: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
}

.bottom-override div {
	top: auto !important;
	bottom: 0 !important;
}

.bottom-override .bottom_image {
	bottom: -10px !important;
}

/* ------------------------------------------ */
/* Slider Navigation
/* ------------------------------------------ */
.rev_slider_wrapper .tp-leftarrow, .rev_slider_wrapper .tp-rightarrow {
	width: 25px !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 !important;
}

.rev_slider_wrapper:hover .tp-leftarrow, .rev_slider_wrapper:hover .tp-rightarrow {
	opacity: 0.5 !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: 25px !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-bullets {
	bottom: 4% !important;
	z-index: 900;
}

.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: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-right: 4px;
	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;
	}
}

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

/* --------------------------------------------------------------------------------- */
/* Basix Shortcodes
/* --------------------------------------------------------------------------------- */
/* Carousels
/* ------------------------------------------ */
/* General
/* --------------------- */
body .carousel-holder {
	position: relative;
	margin-bottom: 4em;
	display: inline-block;
}

.jcarousel-outer {
	width: 100% !important;
	position: relative;
	float: left;
	overflow: hidden;
}

.jcarousel-wrapper {
	margin: 0 -20px;
	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: 20px;
	padding-right: 20px;
	display: flex;
}

/*@media only screen and (min-width: 1346px) {
	.jcarousel-wrapper {
		margin: 0 -30px;
		position: relative;
	}

	.jcarousel ul li.jcarousel-item {
		padding-left: 30px;
		padding-right: 30px;
	}
}*/

.jcarousel ul li.jcarousel-item > div {
	width: 100%;
}

.boxed .jcarousel {
	padding-bottom: 1em;
}

.boxed .jcarousel-item .post, .boxed .grid-item .post {
	background-color: #FFFFFF;
	display: inline-block;
	width: 100%;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.08);
}

.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 {
	font-size: 0.94em;
	margin-bottom: 0.2em;
}

.light-bg.wh .boxed .jcarousel-item .post, .light-bg.wh .boxed .grid-item .post {
	background: #F8F8F8 *;
	/*border: 1px solid rgba(0, 0, 0, 0.08);*/
}

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

.carousel-title h2 {
	margin-bottom: 2.4rem;
}

@media only screen and (max-width: 767px) {
	.carousel-title {
		padding-right: 0;
	}
}

.jcarousel-item .link_image {
	margin-bottom: 1.2em !important;
}

.image-carousel .jcarousel-item .link_image {
	margin-bottom: 0 !important;
}

.jcarousel-item .date, .grid-item .date, .grid-item .categories, .jcarousel-item .categories {
	margin-top: 0.8em;
	font-size: 0.94em;
	/*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;
	opacity: 0.4;
}

.jcarousel-item .category:first-child:before, .grid-item .category:first-child:before {
	content: '';
	margin: 0;
}

.light-bg .jcarousel-item .date, .light-bg .jcarousel-item .date i, .light-bg .jcarousel-item .category, .light-bg .grid-item .category, .light-bg .jcarousel-item .categories, .grid-cat a {
	color: rgba(0, 0, 0, 0.5);
	font-weight: normal;
}

.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: 1em;*/
	margin-top: 1em;
	float: left;
	width: 100%;
}

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

.testimonials-carousel {
	margin-bottom: 2rem !important;
}

.testimonials-carousel .jcarousel-nav-holder.standard {
	top: 20%;
}

@media only screen and (min-width: 1025px) {
	.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.1rem);
		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: 1024px) {
	.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;
}

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

/*@media only screen and (min-width: 1025px) {
	.carousel-holder .mobile-pagination {
		display: block;
	}
}*/

.carousel-holder .mobile-pagination {
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 3em;
}

.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;
	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-weight: initial;
	font-size: 0.94em !important;
	display: table-cell;
	white-space: pre;
	padding: 0 0.8em;
	margin-bottom: 20px;
	opacity: 0.6;
}

.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: 56.25% !important;
}

.aspect_16-10 {
	height: 0;
	padding-bottom: 62.5% !important;
}

.aspect_4-3 {
	height: 0;
	padding-bottom: 75% !important;
}

.aspect_square {
	height: 0;
	padding-bottom: 100% !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: -20px;
	margin-right: -20px;
	/*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;
}

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

@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: 1em;
	background-size: cover;
	background-position: center center;
	opacity: 1;
	float: none;
}

.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
/* ------------------------------------------ */
.basix_icon_text {
	display: inline-block;
	width: 100%;
	position: relative;
}

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

.basix_icon_text.left-icon .icon {
	display: table-cell;
	vertical-align: top;
	padding-top: 1px;
	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.05em;
}

.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 .icon {
	display: inline-block;
	padding-bottom: 3.5ex;
}

.basix_icon_text.top-icon .title {
	display: block;
}

.basix_icon_text h3, .basix_icon_text h2 {
	margin-bottom: 1em !important;
}

.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: 0.8em;
}

.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[type="text"], 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: 3em;
	display: inline-block;
	border-radius: 3px;
}

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

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: rgba(0, 0, 0, 0.04) !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;
}

.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%;
	font-size: 1.1em;
	/*margin-top: 1.4em;*/
	padding-top: 1.4em;
	padding-bottom: 0.2em;
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
	display: none;
}

.title-container.accent .title_excerpt, .title-container.main .title_excerpt {
	color: rgba(255, 255, 255, 1);
}

.title-container.accent .blog-meta, .title-container.main .blog-meta,
.title-container.accent .meta-title:before, .title-container.main .meta-title:before {
	color: rgba(255, 255, 255, 1) !important;
}

.title-container.accent .blog-meta a, .title-container.main .blog-meta a {
	color: #FFFFFF !important;
}

.title-container.accent .blog-meta .cats a, .title-container.main .blog-meta .cats a {
	border-bottom: 1px dotted #FFFFFF;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.title_excerpt {
		width: 65%;
	}
}

@media only screen and (max-width: 768px) {
	.title_excerpt {
		width: 80%;
	}
}

/* --------------------------------------------------------------------------------- */
/* Stretched Page Template
/* --------------------------------------------------------------------------------- */
.main-content {
	text-align: left;
}

.vc_row-fluid[data-vc-full-width="true"] {
	background-size: auto;
	background-repeat: no-repeat !important;
	background-position: center !important;

}

/*body.contained .vc_row-fluid[data-vc-full-width="true"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
	left: 0 !important;
	width: 100% !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;
}

blockquote {
	padding-left: 1em;
	font-size: 1.6em;
}

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

.dark-bg, .vc_row-has-fill.dark-bg {
	color: rgba(255, 255, 255, 0.7);
}

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

#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: 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 rgba(0, 0, 0, 0.05) !important;
	border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}

#bbpress-forums div.even, #bbpress-forums ul.even {
	background-color: rgba(0, 0, 0, 0.05);
	border-left: 1px solid rgba(0, 0, 0, 0.05) !important;
	border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}

#bbpress-forums ul {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

#bbpress-forums > ul {
	border-bottom: none !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;
}

.bbp-reply-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

#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;
	color: 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;
}

.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 rgba(0, 0, 0, 0.1);
}

.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[type="text"] {
	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;
}

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

.bbp-pagination-links a.page-numbers:after {
	top: 0.65em;
}

#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: 108px;
}

#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: 126px;
}

#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, div.bbp-reply-header, li.bbp-body div.hentry {
	padding: 16px;
}

li.bbp-body div.hentry {
	padding-top: 0;
	padding-bottom: 0;
}

li.bbp-body div.hentry .bbp-topic-content, li.bbp-body div.hentry .bbp-reply-content {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	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 -------------------------- */

#dsq-app2 {
	margin-top: 4em;
	margin-bottom: 5em;
}

/* Recent Posts Extended Plugin */

body .rpwe-block h3 {
	font-size: 1em !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	font-family: inherit !important;
	padding-left: 63px;
	margin-bottom: 0.2em !important;
}

body .rpwe-time {
	padding-left: 63px;
	display: block;
	margin-top: 1em;
}

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

	/* --------------------- */
	/* Hide Desktop Navigation
	/* --------------------- */
	.topnav {
		display: none;
	}

	/* --------------------- */
	/* 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 Gaps
	/* --------------------- */
	.vc_row, .column-container, .jcarousel-wrapper, .grid-holder {
		margin-left: -15px !important;
		margin-right: -15px !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, .column-full-width, .column-one-half, .column-one-third, .column-one-fourth, .column-one-fifth, .column-one-sixth, .column-two-third, .column-three-qtr {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	/* Column Widths */
	/*.column-one-fourth, .column-one-fifth, .column-one-sixth, .vc_col-sm-3, .vc_col-sm-9 {
		width: 50% !important;
	}*/
	.vc_col-sm-3 {
		margin-bottom: 3em;
	}

	.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 .main-content h1 {
		font-size: 2.4em !important;
	}

	body .main-content h2 {
		font-size: 1.6em !important;
	}

	body .main-content h3 {
		font-size: 1.25em !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: 20px;
		padding-right: 20px;
	}

	/* --------------------- */
	/* Hide Desktop Navigation
	/* --------------------- */
	.topnav {
		display: none;
	}

	/* --------------------- */
	/* 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: 3em;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
		margin-bottom: 3rem !important;
	}

	/* --------------------- */
	/* Footer Infobar
	/* --------------------- */
	.footer-infobar {
		font-size: 1em;
	}

	/* --------------------- */
	/* Portfolio Filtering
	/* --------------------- */
	.portfolio-filtering {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		display: inline-block;
		padding-bottom: 20px;
	}

	#portfolio-filters li {
		padding-bottom: 7px;
	}

	/* --------------------- */
	/* 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.dark .footer-lower-inner.trans {
		background-color: rgba(0, 0, 0, 0.2);
	}

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

	.footer-social li {
		margin-left: 1.6em;
	}

	.footer-social i {
		font-size: 24px;
	}

	/* --------------------- */
	/* Top of Page Link
	/* --------------------- */
	.top-of-page-link {
		right: 18px;
		bottom: 18px;
		text-align: center;
		width: 30px;
		height: 30px;
		background-color: #333333;
		background-color: rgba(0, 0, 0, 0.3);
		color: #FFFFFF;
	}

	.top-of-page-link i {
		line-height: 28px;
		font-size: 14px;
	}

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

	.home-cta-bar .button {
		float: left;
		display: block;
		margin-top: 17px !important;
		margin-bottom: 5px !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: 8px;
		top: 2em;
		right: 0;
		width: 8px;
		height: 20px;
		font-weight: initial;
	}

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

	/* --------------------- */
	/* Horizontal Tabs
	/* --------------------- */
	.light-bg .wpb_tabs .wpb_tabs_nav li, .dark-bg .wpb_tabs .wpb_tabs_nav li {
		float: none !important;
		border-top: 1px solid !important;
		background-color: transparent !important;
	}

	.light-bg .wpb_tabs .wpb_tabs_nav li:last-child, .dark-bg .wpb_tabs .wpb_tabs_nav li:last-child {
		border-bottom: 1px solid transparent;
	}

	.light-bg .wpb_tabs .wpb_tabs_nav li:hover, .dark-bg .wpb_tabs .wpb_tabs_nav li:hover {
		background-color: transparent !important;
	}

	.wpb_tabs .wpb_tabs_nav li a {
		position: relative;
		padding: 10px 0 10px 0 !important;
	}

	.wpb_tabs .wpb_tabs_nav li a:after {
		content: '\f107';
		font-family: 'FontAwesome';
		position: absolute;
		color: inherit;
		font-size: 8px;
		top: 10px;
		right: 0;
		width: 8px;
		height: 20px;
		font-weight: initial;
	}

	.light-bg .wpb_tabs .wpb_tabs_nav li {
		border-color: rgba(0, 0, 0, 0.1) !important;
	}

	.dark-bg .wpb_tabs .wpb_tabs_nav li {
		border-color: rgba(255, 255, 255, 0.15) !important;
	}

	.wpb_tabs .wpb_tabs_nav li.ui-tabs-active {
		background-color: transparent !important;
		font-weight: 600;
	}

	.wpb_tabs .wpb_tab {
		background-color: transparent !important;
		padding: 14px 0 0 0 !important;
	}

	/* --------------------- */
	/* Vertical & Horizontal Tabs
	/* --------------------- */
	.wpb_tour .wpb_tab:before {
		content: '';
		height: 24px;
		width: 100%;
	}

	/* --------------------- */
	/* Portfolio
	/* --------------------- */
	#portfolio > li:last-child {
		padding-bottom: 0;
	}

	/* --------------------- */
	/* Portfolio Back/Next
	/* --------------------- */
	.jcarousel-nav.portfolio {
		top: 54px;
	}
}

