/*
/*
	Theme Name: Orbit
	Theme URI: https://moteur.co
	Description: Exclusive theme built for clients of Moteur.co & WP Genius
	Version: 1.0
	Author: Moteur.co / WP Genius
	Author URI: https://www.moteur.co
	Tags: Unyson, Moteur, eCommerce, WP Genius

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

.section-font-color-red, .section-font-color-red * {
	color: #a52232;
} 

.section-font-color-white, .section-font-color-white * {
	color: #FFF;
} 

.section-font-color-blue, .section-font-color-blue * {
	color: #292c40;
} 

.section-background-color-red {
	background-color: #a52232;
} 

.section-background-color-white {
	background-color: #FFF;
} 

.section-background-color-blue {
	background-color: #292c40;
}

.section-background-color-gray {
	background-color: #f7f7f7;
} 

.column-background-color-red .m-col-inner {
	background-color: #a52232;
} 

.column-background-color-white .m-col-inner {
	background-color: #FFF;
} 

.column-background-color-blue .m-col-inner {
	background-color: #292c40;
}

.column-background-color-gray .m-col-inner {
	background-color: #f7f7f7;
}

.column-shadow-true .m-col-inner {
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
}

.m-col-inner {
	display: table;
    width: 100%;
    height: 100%;
}

.btn {
	font-size: 18px;
	font-family: 'Poppins', sans-serif; 
	font-weight: 700;
	padding: 10px 20px;
    border: none;
    border-radius: 0;
}
.m-btn-default {
	background-color: #FFF;
	color: #292c40;
}

.m-btn-blue {
	background-color: #292c40;
	color: #FFF;
}

.m-btn-white {
	background-color: #FFF;
	color: #292c40;
}

.m-btn-red {
	background-color: #a52232;
	color: #FFF;
}

.m-btn-blue:hover {
	background-color: #FFF;
	color: #292c40;
}

.m-btn-red:hover {
	background-color: #FFF;
	color: #a52232;
}


/* global box-sizing */

*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */

html {
	font-size: 62.5%;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	background-color: #1e1e1e;
	color: #888888;
}

/* clear */

.clear:before, .clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}

img.post{
    max-width: inherit !important;
	vertical-align: bottom;
	height: auto;    
}



a {
	color: #444;
	text-decoration: none !important;
}
a:hover {
	color: #444;
	text-decoration: none !important;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
	text-decoration: none !important;
}

a:visited { 
	outline: 0;
	text-decoration: none !important;
}
	
input, textarea {
    padding: 6px 6px;
    font-size: 15px;
	line-height: 1.62857;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    font-size: 16px;
    font-weight: 400;
    padding: 8px 8px !important;
    color: #757575;
    outline: 0;
    line-height: 1.8;
	border-radius: 3px;
    margin: 5px 0px;
}

input:focus, textarea:focus {
	outline: 0;
	border: 1px solid #981a27;
}
input[readonly], input[readonly="readonly"] {
	border: 0;
	color: #afafaf;
	border: 1px solid #eaeaea;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.1;
	color: #003454;
	font-family: 'Poppins', sans-serif; 
    font-style: normal;
	font-weight: 700;
	margin: 0.75em 0;
}
hr {
	border-top: 10px solid #EBEBEB;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
header {
	box-shadow: 0px 0px 20px rgba(99, 99, 99, .4);
	margin: 0 auto;
	width: 100%;
	top: 0;
	z-index: 9999;
	background-color: #FFF;
	position: fixed;
}

header .m-utility {
	background-color: #292c40;
	color: #FFF;
	font-size: 13px;
	padding: 0 15px;
}

header .m-utility .container {
	padding: 10px 0;
}

header .m-utility .container .m-dynamic {
	font-size: 30px;
    font-weight: 700;
}

header .m-utility .container .m-dynamic a {
	color: #FFF;
	font-size: 20px;
}

header .m-utility .container .m-dynamic a:hover {
	text-decoration: none;
}

header .m-utility .container .col-sm-6:nth-child(2) {
	text-align: right;
}

header .m-utility .container ul {
	margin: 13px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
	display: inline-block;
}

header .m-utility .container ul li {
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #788fa2;
}

header .m-utility .container ul li:last-child {
	border-right: none;
}

header .m-utility .container ul li a {
	color: #FFF;
}

header .m-utility .container ul li a i {
	font-size: 18px;
}

header .m-utility .container form {
	font-family: "Ionicons", Arial, sans-serif;
	display: inline-block;
	width: 245px;
    margin-right: 10px;
}

header .m-utility .container form input {
	width: 100%;
	font-family: "Ionicons", Arial, sans-serif;
}

@media (max-width: 1440px) {
	header .m-utility .container form input {
		min-width: 190px;
		max-width: 200px
	}
}

header .m-header-wrap {
	
}

header .m-header-wrap .m-logo img {
    margin-top: 22px;
    width: 100%;
    height: auto;
    max-width: 235px;
}

.m-menu-toggle {
	display: none;
	position: absolute;
	right: 25px;
	top: 18px;
	font-size: 32px;
	z-index: 200;
}

.m-mobile-call {
	display: none;
	position: absolute;
    right: 81px;
    top: 18px;
    font-size: 32px;
    z-index: 200;
}

.m-menu-toggle a, .m-mobile-call a {
	color: #00295e;
}


@media (max-width: 768px) {	
	.m-menu-toggle, .m-mobile-call {
		display: block;
	}
	
	header .m-utility {
		display: none; 
	}
	
	header .m-header-wrap .m-logo img {
		margin-top: 16px;
		margin-bottom: 16px;
		width: 100%;
		height: auto;
		max-width: 160px;
	}

}


footer {
	background-color: #1e1e1e;
	color: #808080;
	padding: 2em 0;
}

footer a {
	color: #808080;
	transition: all 300ms ease;
}

footer a:hover {
	color: #FFF;
	text-decoration: none;
}

footer .m-widgets {
	font-size: 16px;
}

footer .m-widgets h3 {
	color: #FFF;
	font-size: 16px;
	padding-bottom: 0.35em;
	margin-bottom: 0.35em;
}

footer .m-widgets ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .m-widgets ul li {
}

footer .m-widgets ul li a {
    padding: 4px 0;
    display: block;
    font-size: 14px;
}

footer .m-copyright {
	padding: 2em 0;
}

footer .m-copyright .container {
	font-size: 12px;
	text-align: left;
}


/*------------------------------------*\
    MENU
\*------------------------------------*/
ul.m-primary-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
	font-size: 0;
}

ul.m-primary-menu li {
	display: inline-block;
	transition: background-color 300ms ease;
	position: relative;
}

ul.m-primary-menu li:hover, ul.m-primary-menu li.current-menu-item {
	background-color: #f3f3f3;
	text-decoration: none;
}

ul.m-primary-menu li a:hover {
	text-decoration: none;
}

ul.m-primary-menu li:hover a, ul.m-primary-menu li.current-menu-item a {
	border-bottom: 4px solid #2a2d41;
}

ul.m-primary-menu li a {
    color: #0a4060;
    padding: 13px 20px 10px 20px;
    display: block;
	font-size: 16px;
	position: relative;
	border-bottom: 4px solid transparent;
	transition: all 300ms ease;
	text-transform: uppercase;
	line-height: 1.5;
}

ul.m-primary-menu li a:before {
	font-family: "Ionicons";
	display: block;
	width: 100%;
	font-size: 40px;
	text-align: center;
	margin-bottom: -5px;
}

ul.m-primary-menu li a:after {
	content: '';
    background: #cdd4dc;
    position: absolute;
    right: 0px;
    width: 1px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

ul.m-primary-menu li:last-child a:after {
	content: none;
}

ul.m-primary-menu li.home > a:before {
	content: '\f447';
}

ul.m-primary-menu li.xplan-consulting > a:before {
	content: '\f453';
}

ul.m-primary-menu li.blog > a:before {
	content: '\f451';
}

ul.m-primary-menu li.partners > a:before {
	content: '\f47b';
}

ul.m-primary-menu li.about > a:before {
	content: '\f445';
}

ul.m-primary-menu li.contact > a:before {
	content: '\f3fb';
}

/*------------------------------------*\
    additional icons
\*------------------------------------*/
ul.m-primary-menu li.engine > a:before {
	content: '\f43c';
}
ul.m-primary-menu li.code > a:before {
	content: '\f271';
}
ul.m-primary-menu li.jar > a:before {
	content: '\f430';
}
ul.m-primary-menu li.stack > a:before {
	content: '\f228';
}
ul.m-primary-menu li.toggle > a:before {
	content: '\f4c2';
}
ul.m-primary-menu li ul {
	display: none;
	position: absolute;
    top: 100%;
    background-color: #FFF;
    z-index: 600;
    margin: 0;
    padding: 0;
    right: 0;
    left: 0;
    text-align: center;
    border-bottom: 4px solid #f7f7f7;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
}

ul.m-primary-menu li:hover ul {
	display: block;
}

ul.m-primary-menu li ul li {
	display: block;
	width: 100%;
}

ul.m-primary-menu li ul li a {
	border-bottom: none !important;
}




@media (max-width: 1440px) {

	ul.m-primary-menu li a {

	}
	
	
	ul.m-primary-menu li a:before {
	}
	

}



@media (max-width: 1024px) {

	ul.m-primary-menu li a {
		font-size: 12px;
		padding: 11px 10px;
	}
	
	
	ul.m-primary-menu li a:before {
		font-size: 30px;
	}
	

}

@media (max-width: 768px) {
	ul.m-primary-menu {
		display: none;
	}
	
	ul.m-primary-menu li {
		display: block !important;
	}
	
	ul.m-primary-menu li a {
		text-align: center;
		padding: 10px !important;
	}
	
	ul.m-primary-menu li a:before, ul.m-primary-menu li a:after {
		display: none !important;
	}
	
	ul.m-primary-menu li a {
		font-size: 22px;
	}
	
	ul.m-primary-menu li.search-menu {
		display: block;
	}
}

/* Mobile Menu */
ul.m-mobile-menu {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

ul.m-mobile-menu li {
	display: block !important;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
}

ul.m-mobile-menu li a {
	text-align: center;
	padding: 10px !important;
}

ul.m-mobile-menu li a:before, ul.m-primary-menu li a:after {
	display: none !important;
}

ul.m-mobile-menu li a {
	font-size: 22px;
}

ul.m-mobile-menu li.search-menu {
	display: block;
}

ul.m-mobile-menu li.search-menu {
	display: none;
	text-align: center;
    padding: 10px 0;
}


ul.m-mobile-menu li.search-menu form {
	font-family: "Ionicons", Arial, sans-serif;
	display: inline-block;
}

ul.m-mobile-menu li.search-menu form input {
	width: 100%;
	font-family: "Ionicons", Arial, sans-serif;
}

ul.m-mobile-menu > li > ul.sub-menu {
	display: none;
	margin: 0;
    padding: 0;
}




/*------------------------------------*\
    GLOBAL
\*------------------------------------*/
.m-main {
	background-color: #FFF;
}

.m-body {
    margin-top: 164px;
}

.m-body .fw-page-builder-content > section {
}

section {
	background-size: cover;
	background-position: center;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.page-home section.hero h1 {
	font-size: 3.5em;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.6);
}

.page-home section.hero .m-block-text {
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.6);
    font-size: 22px;
    max-width: 850px;
    line-height: 1.15em;
	margin-bottom: 2em;
}

.page-home section.hero .btn {
	font-size: 22px;
}

.page-home section.hero .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

.page-home section.hero .col-md-12 .m-col-inner {
	display: block;
}

.page-home section.how-can-we-help h2 {
	font-size: 2em;
}
.page-home section.how-can-we-help i {
    color: #292c40;
    display: block;
    text-align: center;
    font-size: 3em;
    margin-bottom: 20px;
}

.page-home section.how-can-we-help h3 {
	font-weight: 500;
}

.page-home section.how-can-we-help .align-center {
	text-align: center;
}

.page-home section.blog-feature h2 {
	font-size: 2em;
    margin-bottom: 0.5em;
}

.page-home section.blog-feature .m-heading {
	margin-bottom: 1em;
}

.page-home section.blog-feature .m-block-button {
	text-align: center;
	margin: 1em 0 0 0;
}

.page-xplan-consulting section.services i {
	color: #292c40;
    display: block;
    text-align: center;
    font-size: 3em;
    margin-bottom: 20px;
}

.page-xplan-consulting section.services h2 {
	font-weight: 500;
}

.page-xplan-consulting section.services .m-col-inner {
	padding: 20px;
	border-radius: 5px;
}

.page-xplan-consulting section.services .col-md-4 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.page-xplan-consulting section.contact {
	text-align: center;
}

.page-xplan-consulting section.contact h2 {
	font-size: 2em;
}

.page-contact section.contact-form h2 {
	font-size: 1.75em;
}

.page-contact section.contact-form h2:after {
    content: '';
    background-color: #a52231;
    width: 100%;
    max-width: 91px;
    height: 5px;
    display: block;
    margin-top: 13px;
}

.page-contact section.map-wrapper .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}


.page-blog .fw-page-builder-content {
	background-color: #f7f7f7 ;
	padding-top: 1.5em;
}

.page-blog h1 {
	text-align: center;
    margin: 0 0 1em 0;
}

.m-loop article, .single-post article {
	background-color: #FFF;
	padding: 20px;
	border-radius: 0;
	border: 10px solid #f7f7f7;
}


.m-loop article img, .single-post .featured-image img  {
	width: 100%;
	height: auto;
}

.single-post article img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.m-loop article .btn {
	font-size: 14px;
}

.single-post .fw-page-builder-content {
	margin-top: 2em;
}

/*------------------------------------*\
    SHORTCODES
\*------------------------------------*/
/* Image Block */
.m-block-image {
	position: relative;
	text-align: center;
}

.m-block-image .m-image-overlay-title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	color: #FFF;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.6);
    font-size: 28px;
    font-weight: 700;
	z-index: 400;
}

.m-block-image .m-image-src {
    overflow: hidden;
	position: relative;
	z-index: 300;
	backface-visibility: hidden;
}

/* Buttons */
.m-btn {
	background-color: #041E42;
	padding: 10px 20px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	color: #FFF;
	transition: all 300ms ease;
}

.m-btn:hover {
	background-color: #3c719c;
	color: #FFF;
}

.m-btn-teal-green {
	background-color: #008B8B;
}

.m-btn-purple {
	background-color: #FF1493;
}

.m-btn-magenta {
	background-color: #6A5ACD;
}

/* Special Heading */
.m-heading.m-heading-center {
	text-align: center;
}


/* Latest Posts */
.m-shortcode-latest-posts {
	
}

.m-shortcode-latest-posts img {
	width: 100%;
	height: auto;
}

.m-shortcode-latest-posts .blog-cell {
	position: relative;
}

.m-shortcode-latest-posts .blog-cell .meta-date {
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #FFF;
    text-transform: uppercase;
    padding: 10px;
    line-height: 1em;
    text-align: center;
    color: #292c40;
    font-size: 18px;
}

.m-shortcode-latest-posts .blog-cell .meta-date .day {
	font-weight: 700;
}

.m-shortcode-latest-posts .blog-cell .meta-title {
	position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
}

.m-shortcode-latest-posts .blog-cell .meta-title h3 {
	margin: 0;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.6);
}

.m-shortcode-latest-posts .blog-cell .meta-title h3 a {
	color: #FFF;
}

.m-shortcode-latest-posts .excerpt {
	padding: 10px;
}



/*------------------------------------*\
    LOOP
\*------------------------------------*/

ul.m-social-share {
	padding: 0;
	margin: 1em 0;
	list-style: none;
}

ul.m-social-share li {
	display: inline-block;
}

ul.m-social-share li a {
	display: block;
    border: 1px solid #2a2d41;
    width: 44px;
    height: 44px;
    padding: 7px 0;
    border-radius: 50%;
    color: #2a2d41;
    transition: all 300ms ease;
    text-align: center;
    line-height: 30px;
}

ul.m-social-share li a:hover {
    background-color: #2a2d41;
	color: #FFF;
}


/*------------------------------------*\
    PAGINATION
\*------------------------------------*/

.page-numbers {
	padding: 20px;
	border: none !important;
	white-space: normal !important;
	text-align: center;
}
.page-numbers li {
	border: none !important;
	float: none !important;
	display: inline-block;
}
.page-numbers a, .page-numbers span {
	line-height: 1.25;
	margin: 0 7px 0 0;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 9px 4px;
}
.page-numbers a.page-numbers {
	background: #6cace4;
	color: #FFF;
}
.page-numbers a.next {
	background: none;
	font-weight: 600;
	color: #6cace4;
}
.page-numbers a.prev {
	background: none;
	font-weight: 600;
	color: #6cace4;
}
.page-numbers a.next:hover, .page-numbers a.prev:hover {
	background: none;
}
.page-numbers span.current {
	background: #F5F5F5;
	color: #555;
}

/*------------------------------------*\
    M SHORTCODES
\*------------------------------------*/

.m-shortcode-image {
	margin-bottom: 1em;
}


/*------------------------------------*\
	WIDGETS
\*------------------------------------*/
/* Mail Chimp */
.widget_ns_mailchimp {
	background-color: #a2373f;
	padding: 10px;
	border-radius: 10px;
	color: #FFF;
	text-align: center;
}
.widget_ns_mailchimp input {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.widget_ns_mailchimp h2 {
	color: #FFF;
}
.widget_ns_mailchimp .benefits {
	font-size: 12px;
	margin: 1em 0;
}
.widget_ns_mailchimp input[type="submit"] {
	background-color: #3e2d29;
	color: #f6eadc;
}


/* Gravity Forms */

.gform_wrapper {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container select, .gform_wrapper .ginput_container textarea {
	width: 100% !important;
	margin: 4px 0px;
	background-color: #f8f8f8;
    border: none;
    border-radius: 0;
    padding: 10px !important;
    line-height: 1em;
	margin-bottom: 0 !important
}

.gform_wrapper .gform_footer {
	margin: 0 !important;
}

.gform_wrapper .gform_footer input[type=submit] {
	background-color: #292c40;
	color: #FFF;
	border: 0;
	border-radius: 0;
	width: 100%;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	margin: 0;
	transition: all 300ms ease;
	padding: 10px 40px;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #a52231;
	cursor: pointer;
}

.gform_wrapper .gfield_checkbox li label, .m-sidebar .gform_wrapper .gfield_radio li label {
	color: #FFF;
}

.gform_wrapper li.hidden_label input {
	margin-top: 0 !important;
}

/* Gravity Forms Padding Hack (Unsure why they did this) */
.gform_wrapper ul.gform_fields li.gfield {
	    padding: 0 !important;
} 

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url] {
	text-indent: 0;
}

div.ginput_container_select {
	position: relative;
}

div.ginput_container_select:after {
	content: '\f078';
    font-family: FontAwesome;
    font-size: 15px;
    right: 8px;
    position: absolute;
    top: 14px;
    color: #555;
}

/* Widget Wrapper */
.m-sidebar h3 {
	border-left: 3px solid #a52232;
    padding: 14px;
}

.m-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.m-sidebar ul li {
	padding: 7px 0;
	border-bottom: 1px solid #d2d2d2;
}

.m-sidebar ul li:last-child {
	border-bottom: none;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.desktop {
	display: block;
}
.mobile {
	display: none;
}


@media only screen and (min-width:320px) {}
@media only screen and (max-width:480px) {
	.fw-mobile-hide-element {
		display: none;
	}
}


@media (max-width: 1024px) {
	header {
		position: static;
	}
	
	.m-body {
		margin-top: 0;
	}
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #db0a5b;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: #db0a5b;
	color: #FFF;
	text-shadow: none;
}
::-moz-selection {
	background: #db0a5b;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {}
.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}
input#gform_submit_button_4.gform_button.button {
	background-color: #df8300 !important;
	color: #ffffff !important;
}

/* Grid */


/*
How to overwrite this file http://manual.unyson.io/en/latest/extension/builder/index.html#changing-the-grid
*/


/* Utility classes
-------------------------------------------------- */

.clearfix:before, .clearfix:after, .m-container:before, .m-container:after, .m-container-fluid:before, .m-container-fluid:after, .m-row:before, .m-row:after, .dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}
.clearfix:after, .m-container:after, .m-container-fluid:after, .m-row:after, .dl-horizontal dd:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right, body.rtl .pull-left {
	float: right !important;
}
.pull-left, body.rtl .pull-right {
	float: left !important;
}
.clear {
	clear: both;
	width: 100%;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
img, iframe, embed {
	max-width: 100%;
}
.map img, .m-shortcode-map-wrapper img {
	max-width: none !important;
}

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

.m-main-row, .m-main-row *, .m-main-row *:before, .m-main-row *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* M-Slider */
.owl-carousel.owl-theme {
	
}

.owl-carousel.owl-theme .owl-item .item.m-align-left {
	text-align: left;
}

.owl-carousel.owl-theme .owl-item .item.m-align-center {
	text-align: center;
}

.owl-carousel.owl-theme .owl-item .item.m-align-right {
	text-align: right;
}

.owl-carousel.owl-theme .owl-item .item {
	background-size: cover;
	background-position: center;
}

.owl-carousel.owl-theme .owl-item .item .m-slider-content {
	padding: 3.5em 0;
}

.owl-carousel.owl-theme .owl-item .item .m-slider-content h2 {
    font-weight: 700;
    color: #FFF;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.6);
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 0;
}

.owl-carousel.owl-theme .owl-item .item .m-slider-content .m-slider-subtitle {
    color: #FFF;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.6);
    font-size: 22px;
    margin: 1em 0 0 0;
    line-height: 1.1em;
}

.owl-carousel.owl-theme .owl-item .item .m-slider-content .m-slider-cta-buttons {
	margin-top: 1em;
}

.owl-carousel.owl-theme .owl-item .item .m-slider-content .m-slider-cta-buttons a {
	margin: 0 5px;
	font-size: 1.5em;
}

.owl-carousel.owl-theme .owl-item .item .m-slider-content .m-slider-cta-buttons a:first-of-type {
	margin-left: 0;
}

.owl-carousel.owl-theme .owl-item .item .m-slider-content .m-slider-cta-buttons a:last-of-type {
	margin-right: 0;
}

@media (max-width: 768px) {

	.owl-carousel.owl-theme .owl-item .item .m-slider-content {
		padding: 1.5em 0;
	}
	
	.owl-carousel.owl-theme .owl-item .item .m-slider-content .m-slider-cta-buttons a {
		margin: 0 0 10px 0;
		font-size: 19px;
		width: 100%;
	}
	
	.owl-carousel.owl-theme .owl-item .item .m-slider-content h2 {
		font-size: 36px;
	}
	
	.owl-carousel.owl-theme .owl-item .item .m-slider-content h2 br {
		display: none;
	}
	
	.owl-carousel.owl-theme .owl-item .item .m-slider-content .m-slider-subtitle {
		font-size: 28px;
		margin: 0.5em 0 0 0;
	}
}

@media (max-width: 768px) {
	.m-mobile-hide-element {
		display: none;
	}
}

@media (min-width: 769px) {
	.m-desktop-hide-element {
		display: none;
	}
}

