/*
	Theme Name: Quick Start Recruitment
	Theme URI: http://www.fivebyfive.com.au/
	Description: A mobile responsive and HTML5 theme built.
	Author: FIVE BY FIVE
	Author URI: http://www.fivebyfive.com.au/
	Version: 1.7
	Template: genesis
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/*
 * Table of Contents:
 *
 * 1.0  - Fonts
 * 2.0  - Base
 * 3.0  - Layouts
 * 4.0  - UI Elements
 * 5.0  - Section
 * 6.0  - Page Styles / Internals
 * 7.0  - Effects
 * 8.0 - Shortcodes
 * 9.0 - Overrides
 *
 */
 
/*
* 	CSS Animations
*	View the list here for the classes
* 	http://daneden.github.io/animate.css/
*/

/**
* 1.0 Fonts
* -----------------------------------------------------------------------------
*/
 
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Oswald', sans-serif;*/
/*font-family: 'Yellowtail', sans-serif;*/
/*font-family: 'Raleway', sans-serif;*/
/*font-family: 'karbonbold'*/
/*font-family: 'karbonlight'*/
/*font-family: 'karbonregular';*/

/*
* 2.0 Base
*
* This is the Default/Standard CSS
* 
* -----------------------------------------------------------------------------
*/

/*
*	Main theme color - 1
*/
.sidebar .menu a:hover,
.read-more.btn-primary,
.search-form input[type="submit"] {
	background-color: #777;
	color: #fff;
}

/*
*	Main theme color - 2
*/
.search-form input[type="submit"]:hover,
.read-more.btn-primary:hover {
	background-color: #5a5a5a;
}

/*
*	General style
*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body{
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	transition: opacity .2s ease;
	position: relative;
}

.page-load-overlay {
	content: '';
    display: block;
    position: fixed;
	opacity: 1;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    /* background-image: url(images/page-load.gif); */
    /*background-image: url(images/clock-pload.gif);*/
    background-image: url(images/ripple.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
	transition: opacity .2s ease;
}

p {
	margin: 0 0 20px;
	padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight: 300;
    color:#666666;
    letter-spacing:1px;
    line-height:27px;
}

.row{
	font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight: 300;
    color:#666666;
    letter-spacing:1px;
    line-height:27px;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0 0 20px;
	padding: 0;
    font-family: 'karbonbold';
    letter-spacing:1px;
	font-weight: 700;
	color: #666;
}

h1, .h1 {
	font-size: 55px;
}

h2, .h2 {
	font-size: 39px;
}

h3, .h3 {
	font-size: 34px;
}

h4, .h4 {
	font-size: 27px;
}

h5, .h5 {
	font-size: 20px;
}

h6, .h6 {
	font-size: 17px;
}

a,
.footer-top .menu li a,
.search-form input[type="submit"],
.search-form button[type="submit"],
.sidebar-posts .post-item a:hover .overlay,
.gform_footer .gform_button.button,
.gform_footer input[type=submit]{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a {
	color: #a4197d;
	text-decoration: none;
}

a:hover, 
a:focus, 
a.active {
    color: #666;
	text-decoration: none;
	outline: none;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 20px;
}

.entry-content ul {
	padding-left: 20px;
	margin-left: 20px;
}

.entry-content ul li{
	list-style: disc;
}

.entry-content ol {
	padding-left: 20px;
	margin-left: 20px;
	list-style: decimal;
}

.entry-content ol > li {
	list-style: decimal;
    margin-bottom: 10px;
}

.entry-content .list-group {
	padding-left: 0;
	margin-left: 0;
}

.entry-content ol.list-group li{
	display: list-item;
	list-style: decimal;
	list-style-position: inside;
}

.clearfix {
	clear: both;
}

.clearfix:before,
.clearfix:after{
	content:"";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

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

.text-left {
	text-align: left;
}

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

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

.small-text {
	font-size: 11px;
}

.nmb {
	margin-bottom: 0;
}

.post-edit-link {
	display: none;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.hide,
.hide-header .site-header ,
.hide-nav .nav-primary ,
.hide-internal-header .internal-header,
.hide-responsive-nav #responsive-menu,
.hide-responsive-nav #click-menu,
.hide-footer .site-footer,
.hide-footer-top .footer-top,
.hide-footer-bottom .footer-bottom {
	display: none !important;
}

/**
* 3.0 Layout
*
* This is the Grid System CSS
* This Holds the layout-frame attributes
* 
* -----------------------------------------------------------------------------
*/
.site-container {
	width: 2000px;
	max-width: 100%;
	box-shadow: 0px 0px 8px #ccc;
	position: relative;
	margin: 0 auto;
}

.site-header .wrap,
.nav-primary .wrap {
	width: 1200px;
	max-width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
    position: relative;
}

.wrapper, .wrap,
.content-sidebar-wrap {
	width: 1200px;
	max-width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
}

.custom-wrapper{
	width: 940px;
	max-width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
}

.entry-content{
    overflow: hidden;
}

.text-wrapper{
	width: 880px;
	max-width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
}

.wrap:after,
.wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.cols-wrapper {
	display: inline-block;
	width: 100%;
}

/**
* 4.0 UI Elements
*
* This is Buttons, Text Styles, UI Styles, Etc
* 
* -----------------------------------------------------------------------------
*/
.btn {
	color: #fff;
	white-space: normal;
	border: 0;
    border-radius: 0px;
    background:#a4197d;
	border-radius:46px;
	padding: 14px 30px;
	font-family:'Open Sans', sans-serif;
	font-weight: 700;
	font-size:14px;
	text-transform: uppercase;
	letter-spacing:1px;
	text-align:center;
    min-width: 200px;
}

.btn:visited {
	color: #fff;
}

.btn-lg {
	width: 100%;
	margin: 10px 0px;
    white-space: normal;
}

.btn:hover {
	background: #840b62;
	color: #fff;
}

.btn-info {
	background: #777;
	border-color: #777;
}

.label {
	padding: .3em .6em .3em;
}

.label-info {
	background-color: #AAA;
}

.btn.trans {
	background: transparent;
	color: #a4197d;
	padding: 12px;
	text-align: center;
	display: inline-block;
	min-width: 200px;
	border:2px solid #a4197d;
	border-radius:38px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-weight: 700;
	letter-spacing:1px;
}

.btn.trans:hover {
	background: #a4197d;
	color: #fff;
	text-decoration: none;
}

/*
*	Hooks Guide
*/
.fbf-hook {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	border: 2px solid;
	box-shadow: inset 0 160px 200px -100px #05B8D4;
	font-weight: 700;
}

/*
*	Slick Overrides
*/
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
	color: #FFF;
	font-size: 12px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 0 auto;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Popup forms*/
#fancybox-wrap #fancybox-content div {
    box-sizing: border-box;
}
.popup-form-wrap{
    padding: 40px 30px;
    width: 800px;
    max-width: 100%;
    max-height: 550px;
    box-sizing: border-box !important;
}

.popup-form-wrap .row{
    margin-top: 30px;
}

.popup-form-wrap h2{
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.popup-form-wrap h5{
    text-align: center;
    margin-bottom: 0px;
}

.popup-form-wrap .left-box{
    text-align: center;
    display: inline-flex;
    min-height: 240px;
}

.popup-form-wrap .left-box img{
    margin: auto;
}

.popup-form-wrap .gf_left_half,
.popup-form-wrap .gf_right_half{
    width: 100% !important;
    clear: both;
}

/*Place Holder*/
::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888; 
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {  
    color: #888; 
}

/**
* 5.0 Section
*
* This is the Section/Block Area CSS
* 
* -----------------------------------------------------------------------------
*/

/*
*	Section Builder
*/
.section-builder .block-section {
	display: block;
	padding: 100px 0;
}

.section-builder .content-sidebar-wrap {
	display: none;
}

.block-section.fullwidth > .wrapper {
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
}


	/**
	* 5.1 Section | Header
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	
	.site-header {
		background-color: #ffffff;
		padding: 30px 0;
		position: relative;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	
	.nav-primary {
		background: #eee;
	}
	
	.nav-primary .genesis-nav-menu > li > a,
	.nav-header .genesis-nav-menu > li > a {
        font-family: 'karbonregular', sans-serif;
        text-transform: lowercase;
        font-size: 19px;
		display: inline-block;
		padding: 0px 15px;
		position: relative;
		color: #000;
        border-right: 1px #222 solid;
	}

    .contact-menu a {
        border-right: 0px !important;
        padding-right: 0px !important;
	}
	
	.nav-primary .genesis-nav-menu > li > a:hover:after,
	.nav-header .genesis-nav-menu > li > a:hover:after,
	.nav-header .genesis-nav-menu > li.current-menu-item > a:after {
		/* content: '';
		display: block;
		width: 100%;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #888; */
	}

    .nav-header .genesis-nav-menu > li > a:hover,
	.nav-header .genesis-nav-menu > li.current-menu-item{
		color: #a4197d;
	}

    .nav-header .genesis-nav-menu > li.current-menu-item a{
		font-family: 'karbonbold';
		color: #a4197d !important;
        font-size: 22px;
	}
	
	.nav-primary .sub-menu li,
	.nav-header .sub-menu li {
		display: inline-block;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu,
	.nav-header .genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}
		
	.nav-primary .genesis-nav-menu .sub-menu,
	.nav-header .genesis-nav-menu .sub-menu {
		position: absolute;
		left: -9999px;
		padding: 0;
		margin: 0;
		width: 200px;
		max-width: 100%;
		opacity: 0;
		-webkit-transition: opacity .6s ease-in-out;
		-moz-transition: opacity .6s ease-in-out;
		-ms-transition: opacity .6s ease-in-out;
		-o-transition: opacity .6s ease-in-out;
		transition: opacity .6s ease-in-out;
		z-index: 999;
		clear: both;
		-moz-box-shadow: 2px 5px 20px -10px #000;
		-webkit-box-shadow: 2px 5px 20px -10px #000;
		box-shadow: 2px 5px 20px -10px #000;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a,
	.nav-header .genesis-nav-menu .sub-menu a {
		position: relative;
		display: inline-block;
		padding: 10px 20px;
		max-width: 100%;
		width: 200px;
		border-top: none;
		background-color: #FFFFFF;
		color: #7B7B7B;
		text-align: left;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a:hover,
	.nav-header .genesis-nav-menu .sub-menu a:hover {
		background-color: #ddd;
	}
	
	.site-header .title-area {
		float: left;
	}
	
	.header-widget-area {
		float: right;
	}
	
	.header-widget-area .top-right {
		text-align: right
	}

    /*Responsive menu bar*/
    #responsive-menu {
        z-index: 999999;
    }

    #responsive-menu .RMImage {
        min-width: 228px;
        min-height: 70px;
        margin-top: 10px;
        padding-right: 10px;
    }

	div#click-menu {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
        top: 0;
        z-index: 2;
        color: #FFFFFF;
        background: #730855;
        padding: 7px 0px 12px 0px;
	}

	#click-menu .threeLines .line {
		background: transparent !important;
	}

	#click-menu .threeLines:before {
		/*content:'\f038';*/ /*right*/
        /*content:'\f0ca';*/ /*bullet*/
        content:'\f0c9'; /*burger*/
		font-family: 'FontAwesome';
		font-size: 24px;
		right: 25px;
		position: absolute;
	}

    #click-menu.admin-bar-showing {
        margin-top: 0px !important;
        position: fixed;
        z-index: 99999;
    }
	
	/**
	* 5.2 Section | Home
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/

	/**
	* 5.3 Section | Footer
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	.site-footer {
		overflow: hidden;
	}
	
	.site-footer > .wrap {
		width: 100%;
		max-width: 100%;
		padding: 0px 0px;
	}
	
	.footer-top {
		background-color: #fff;
		padding: 35px 0 20px;
	}

    .footer-top .wrapper{
        border-top: 3px #b7b7b7 solid;
        padding: 35px 0 0px;
    }
	
	.footer-top * {
		color: #fff;
	}
	
	.footer-bottom .wrapper{
		padding: 15px 0px;
	}

    .footer-top .footer-top-left{

	}

	.footer-top .footer-top-right{
		text-align: right;
	}
	
    .home .footer-top .panel-grid-cell{
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.footer-bottom {
		background-color: #c01280;
		padding: 12px 0;
		font-size: 12px;
        position: relative;
	}
	
	.footer-bottom * {
		color: #fff;
        letter-spacing: normal;
	}

    .footer-bottom li a{
		color: #fff;
	}

    .footer-bottom li a:hover{
		color: #939598;
	}

	.footer-bottom li{
		float: left;
		padding: 0px 12px;
		font-family: 'karbonregular';
		font-size: 19px;
		border-right: 1px #fff solid;
		text-transform: lowercase;
	}

	.footer-bottom li.menu-item-72{
		border-right: 0px;
	}
	
	.footer-bottom-left {
		text-align: left;
		position: relative;
		font-size: 11px;
	}

    .copyright-box {
		position: absolute;
        bottom: 0;
	}

    .footer-bottom-center {
		text-align: center;
	}
	
	.footer-bottom-right {
		text-align: right;
	}

	.footer-bottom-right .menu-main-menu-container{
		display: inline-block;
	}
	
	.site-footer .widget.last {
		margin-right: 0;
	}

	.footer-top .menu{
		margin-top: -10px
	}

	.footer-top .menu li{
		border-bottom: 1px #3a3a3a solid;
		padding: 6px 0px 6px 25px;
	}

	.footer-top .menu li a {
		font-size: 11px;
		font-weight: 800;
		color: #fff;
	}

	.footer-top .menu li a:hover{
		color: #498b2a; 
		text-decoration: none;
	}


/**
* 6.0 Page Styles / Internals
*
* Styles for Internal Pages, Custom Pages
* 
* -----------------------------------------------------------------------------
*/
	.home.full-width-content .content-sidebar-wrap > .content {
		margin-top: 0;
	}
	
	.full-width-content .content-sidebar-wrap > .content {
		margin-top: 40px;
	}
	
	.home.content-sidebar .content-sidebar-wrap {
		margin-top: 0;
	}
	
	.content-sidebar .content-sidebar-wrap {
		margin-top: 40px;
	}
	
	.content-sidebar .content-sidebar-wrap:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.content-sidebar .content {
		display: inline-block;
		width: 800px;
		max-width: 100%;
		vertical-align: top;
		float: left;
	}
	
	.content-sidebar .sidebar {
		display: inline-block;
		width: 300px;
		max-width: 100%;
		vertical-align: top;
		float: right;
		margin-left: 60px;
	}
	
	.internal-header {
		background-position: center center;
		background-size: cover;
		padding: 30px 10px 20px 10px;
        background: /*#a4197d*/#d81983 !important;
        background: -webkit-linear-gradient(/*#a4197d*/#d81983, #d81983) !important;
        background: -o-linear-gradient(/*#a4197d*/#d81983, #d81983) !important;
        background: -moz-linear-gradient(/*#a4197d*/#d81983, #d81983) !important;
        background: linear-gradient(/*#a4197d*/#d81983, #d81983) !important;
        display: none;
	}

	.internal-header h1 {
		color: #fff;
        font-family:'karbonbold';
        font-size:40px;
        letter-spacing:1px;
		text-align: center;
		margin: 0;
	}
	
	.internal-header h1 span {
		display: inline-block;
	}
	
	.breadcrumb {
		color: #fff;
		text-align: center;
		background: none;
		margin-bottom: 0;
        padding: 8px 0px 0px 0px;
		font-size:12px;
		letter-spacing:2px;
	}

    .breadcrumb a{
        color: #fff;
        text-decoration: none;
    }

    .breadcrumb a:hover{
        color: #00b8d4;
        text-decoration: none;
    }
	
	/* 404 Page */
	body.error404 {
		background: url(images/404-bg.jpg) no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	.error404 .widget-title{
		display: none;
	}
	
	.error404 .content-404 {
		display: inline-block;
		width: 100%;
		padding: 80px 0px 40px 0px;
		text-align: center;
	}
	
	.error404 .content-404 * {
		text-transform: uppercase;
		font-size:24px;
		color:#FFFFFF;
		letter-spacing:3.59px;
		line-height:28px;
		text-shadow: 0px 0px 6px rgba(0,0,0,0.18);
		text-align: center;
	}
	
	.error404 .content-404 h2 {
		font-size:260px;
		font-weight: 600;
		color:#464646;
		letter-spacing:50.13px;
		line-height:270px;
		text-align:center;
	}

    .error404 .site-header,
	.error404 .nav-primary,
	.error404 .internal-header,
	.error404 .site-footer,
    .error404 #responsive-menu,
    .error404 #click-menu{
        display: none;
    }   

	.error404 .site-container {
		box-shadow: none;
	}

	.error404 .button-404{
		display: block;
		background:#FFFFFF;
		width:61px;
		height:61px;
		border-radius:100%;
		text-shadow: 0px 0px 6px rgba(177,177,177,177.18);
		margin: 0 auto;
		text-align: center;
	}

	.error404 .button-404:hover{
	 opacity: 0.6;
	 background:#f5f5f5;
	}

	.error404 .button-404 #btn-404{
		display: inline-block;
		width: 34px;
		height: 36px;
		margin: auto;
		margin: 10px auto;
	}

    .error404 .content-sidebar-wrap,
    .error404 .site-container {
        background: transparent !important;
    }
	/*End 404*/

	.site-inner .content-sidebar-wrap {
		padding-bottom: 60px;
	}

	.home .content-sidebar-wrap {
		width: 100%;
		padding: 0;
	}
	
	.preloader-container img {
		display: block;
		width: 70px;
		margin: 20px auto;
	}


	/**
	* 6.1 Internals | Blog
	* 
	* -----------------------------------------------------------------------------
	*/
	.post-date {
		background-color: #D0D0D0;
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		padding: 7px 12px;
		font-size: 11px;
		color: #FFF;
	}
	
	.title-container {
		position: relative;
		margin-bottom: 25px;
	}
	
	.blog-container .title-container .post-title {
		padding-right: 85px;
	}

    .blog-container .title-container .post-title a{
		color: #444;
	}

    .blog-container .title-container .post-title a:hover{
		color: #00b8d4
	}
	
	.blog-post .thumbnail-container {
		margin-bottom: 20px;
	}
	
	.blog-post .thumbnail-container a {
		display: inline-block;
		position: relative;
	}
	
	.blog-post .thumbnail-container a:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		-moz-transition: all .2s ease;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	
	.blog-post .thumbnail-container a:hover:before {
		background: rgba(0, 0, 0, 0.4);
	}
	
	.blog-post h2 a:hover {
		text-decoration: none;
	}
	
	.blog-container .blog-post {
		padding-bottom: 25px;
		margin-bottom: 35px;
		border-bottom: 1px solid;
		overflow: hidden;
	}
	
	.blog-post .content {
		margin-bottom: 10px;
	}
	
	.blog-post .read-more-container {
		margin-bottom: 10px;
	}
	
	.blog-post .author-container {
		margin-bottom: 20px;
		font-style: italic;
	}

	.blog-container .read-more:visited {
		color: #ffffff;
	}

	.page-template-page_blog .no-posts {
		text-align: center;
		color: #BEBEBE;
		text-shadow: 0 1px 1px #fff;
		margin: 60px auto;
	}

	/*
	*	Nav
	*/
	.page-navi-container .wp-pagenavi a,
	.page-navi-container .wp-pagenavi span {
		display: inline-block;
		padding: 3px 8px;
		background: #777;
		color: #fff;
		border: none;
	}
	
	.page-navi-container .wp-pagenavi a:hover {
		background: #eee;
		color: #777;
	}
	
	.page-navi-container .wp-pagenavi span.current,
	.page-navi-container .wp-pagenavi span {
		background: none;
		color: #777;
	}

	/*
	*	Sidebar
	*/
	
	.sidebar > .widget {
		margin-bottom: 35px;
	}
	
	.sidebar .widget-title {
		margin: 0 0 20px;
	}
	
	.search-form input {
		border: none;
	}
	
	.search-form input[type="text"],
	.search-form input[type="search"] {
		vertical-align: top;
		height: 36px;
		width: 260px;
		padding: 10px;
		box-sizing: border-box;
		color: #333;
		outline: none;
		background: #eee;
	}
	
	.search-form ::-webkit-input-placeholder { color: #bbb; }
	.search-form :-ms-input-placeholder { color: #bbb; }
	.search-form ::-moz-placeholder { color: #bbb; }
	.search-form :-moz-placeholder { color: #bbb; }
	
	.search-form input[type="submit"],
	.search-form button[type="submit"] {
		display: inline-block;
		width: 36px;
		height: 36px;
		padding: 0;
		background: #777;
		border: none;
		color: #fff;
	}
	
	.search-form button[type="submit"]:after {
		content: '\f002';
		width: 36px;
		height: 36px;
		display: inline-block;
		font-size: 18px;
		font-family: 'FontAwesome';
		color: #fff;
		vertical-align: middle;
		line-height: 34px;
	}
	
	.search-form button[type="submit"]:hover {
		background-color: #5a5a5a;
	}
	
	.sidebar .menu {
		border-top: 1px #b4b2ac solid;
	}
	
	.sidebar .menu li {
		border: 1px #b4b2ac solid;
		border-top: none;
	}
	
	.sidebar .menu a {
		display: block;
		padding: 10px 14px;
		background: #f2f1f1;
		color: #000;
		font-size: 13px;
		line-height: 1;
	}
	
	.sidebar .menu a:hover {
		color: #fff;
		text-decoration: none;
	}

  /*Sidebar Post image overlay*/
	.sidebar-posts .post-item {
		position: relative;
		margin-bottom: 10px;
	}
	
	.sidebar-posts .post-item a {
		display: inline-block;
		color: #fff;
	}
	
	.sidebar-posts .post-item .overlay {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		padding: 5px 10px;
	}
	
	.sidebar-posts .post-item a:hover .overlay {
		background: none;
		color: #fff;
	}
	
	.sidebar-posts .post-item .overlay .title {
		color: #fff;
		font-weight: 600;
		padding: 8px;
		border-left: 0px;
	}

	/*Sidebar Post Text*/
	.sidebar-post-text{
		width: 100%;
		display: inline-block;
	}

	.sidebar-post-text .sidebar-posts .post-item {
		position: relative;
		border-top: #ddd 1px solid;
		padding: 30px 0px;
		display: inline-block;
		max-width: 300px;
	}

	.sidebar-post-text .date-title-box {
		display: inline-flex;
	}

  .sidebar-post-text .date {
		color: #707585;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 20px;
		display: table-cell;
		width: 70px;
		float: left;
		text-align: center;
		line-height: 22px;
		margin: auto 0px;
	}

	.sidebar-post-text .date span{
		clear: both;
		display: inline-block;
		text-align: center;
	}
	
	.sidebar-post-text .title {
		text-transform: uppercase;
		font-weight: 700;
		border-left: #707585 1px solid;
		float: left;
        width: 220px;
		padding-left: 15px;
	}

  .sidebar-post-text .content {
		font-size: 13px;
		margin: 10px 0px 10px 0px;
	}

  .sidebar-post-text .sidebar-readmore {
		font-size: 11px;
		font-weight: 700;
		text-transform: uppercase;
	}

  .sidebar-post-text .sidebar-posts .post-item a {
		display: inline-block;
		color: #1b274f;
	}
	
	.sidebar-post-text .sidebar-posts .post-item a:hover{
		background: none;
		color: #00b8d4;
	}
	/*Sidebar Post Text End*/
	
	.sidebar .fb-embed iframe {
		border:none;
		overflow:hidden;
		width:250px;
		height:590px;
	}
	
	.header-banner-image {
		margin-bottom: 20px;
	}
	
	.genesis-share-icons-container,
	.ff-social-share {
		margin-bottom: 10px;
		float: left;
	}
	
	.single-post .genesis-share-icons-container,
	.single-post .ff-social-share,
	.post-author {
		margin-bottom: 10px;
		float: left;
	}
	
	.share-icons-container:after {
		content: '';
		display: block;
		clear: both;
	}

	.single-post .post-date {
		position: relative;
		display: inline-block;
		float: right;
	}

	.single-post .post-author {
		clear: both;
		float: none;
		display: block;
		font-style: italic;
		font-size: 12px;
	}

	.post-content-wrapper {
		clear: both;
		padding-top: 10px;
		overflow: hidden;
	}

	.single-post .post-tags {
		font-style: italic;
		font-size: 12px;
	}

	.single-post .entry-footer {
		margin-top: 10px;
	}

	/**
	* 6.2 Internals | Search Page
	* 
	* -----------------------------------------------------------------------------
	*/
	.search .content .entry,
	.tags-archive .content {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #EDEDED;
	}

	.search .content .entry.page {
		padding: 30px;
		border-radius: 5px;
		background-color: #F9F9F9;
		box-shadow: 0px 4px 10px -10px #333;
	}

	.search .content .entry.page .entry_permalink {
		text-align: right;
	}

	.search .content .search-nopost-text {
		display: block;
		font-family: "Open Sans";
		font-size: 20px;
		text-align: center;
		font-weight: 300;
		background-color: #F2F1F1;
		padding: 30px;
		text-transform: lowercase;
	}

	.relevanssi-query-term {
		font-weight: 700;
	}

	/**
	* 6.3 Internals | Contact Page
	* 
	* -----------------------------------------------------------------------------
	*/
	/* .contact-page .site-inner {
		overflow: hidden;
	} */

	.contact-bottom-wrapper {
		display: block;
	}

	.contact-map{
		width: 100%;
	}
	
	.contact-page .small-icon {
		position: relative;
		padding: 0px 0px 0px 35px;
		color: #666;
	}

    .contact-page .small-icon a{
		color: #666;
	}

	.contact-page .entry-content .small-icon i {
		display: inline-block;
		position: absolute;
		top: 0px;
		left: 0;
		background: none;
		font-size: 14px;
		line-height: 1;
	}

	.contact-page .entry-content .small-icon.email {
		
	}

	.contact-page .entry-content .address {
		margin-bottom: 30px;
		font-size: 14px;
		color: #666;
		padding: 0 0 20px 56px;
	}

	.contact-page .entry-content .contact-numbers,
	.contact-page .entry-content .contact-numbers a {
		margin-bottom: 20px;
		font-size: 19px;
		color: #666;
	}
	
	.contact-page-bottom-cta {
		background-size: cover;
        background: #a4197d !important;
        background: -webkit-linear-gradient(#d81983, #a4197d) !important;
        background: -o-linear-gradient(#d81983, #a4197d) !important;
        background: -moz-linear-gradient(#d81983, #a4197d) !important;
        background: linear-gradient(#d81983, #a4197d) !important;
		display: inline-block;
		width: 100%;
		padding: 110px 10px;
		text-align: center;
	}
	
	.contact-page-bottom-cta * {
		color: #fff;
	}
	
	.contact-page .site-container .contact-map {
		line-height: 0;
	}
	
	.contact-page .content-sidebar-wrap {
		line-height: 1.45;
		padding-bottom: 20px;
	}

    .contact-page .text-wrapper{
		border: 1px #c6c6c6 solid;
		padding: 36px 70px;
        width: 940px;
		margin: 30px auto;
	}

    .contact-page .text-wrapper .row{
        display: flex;
        display: -webkit-flex; /*Safari*/
        display: -ms-flexbox; /*IE*/
        align-items: center;
        -ms-flex-align: center; /*IE*/
        -webkit-align-items: center; /*Safari*/
        -webkit-box-align: center;
        justify-content: center;
        -webkit-justify-content: center; /*Safari*/
        -ms-justify-content: center; /*IE*/
        line-height: normal;
    }
	
	.contact-page .text-wrapper .row .right-side{
		border-left: 1px #c6c6c6 solid;
		padding-left: 60px;
	}
	
	
	/* Members */	
	.team-members-container .team-member {
		border-bottom: 1px solid #666666;
		padding-bottom: 80px;
		margin-bottom: 70px;
	}
	
	.team-member:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.team-member .left-side {
		float: left;
		width: 268px;
		max-width: 100%;
	}
	
	.team-member .right-side {
		float: right;
		width: 640px;
		max-width: 100%;
	}
	
	.team-member .title-container {
		margin-bottom: 30px;
	}
		
	.team-member .name {
		font-size: 22px;
		font-weight: 700;
		color: #000;
	}
	
	.team-member .name .sub-title {
		display: block;
		font-size: 13px;
        color: #777;
	}


/**
* 7.0 Effects
*
* This is the Effects, Animations,Forms Area CSS
* 
* -----------------------------------------------------------------------------
*/	

	/* Transition Effects */
	.transition-1 {
		-webkit-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-moz-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-o-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); /* custom */

		-webkit-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-moz-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-o-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); /* custom */
	}

    /*Map Pointer Events*/
    .embed-container-maps iframe{
        pointer-events: none;
    }
	

	/**
	* 7.0 Effects | Bootstrap overrides
	*
	*
	* 
	* -----------------------------------------------------------------------------
	*/

	.read-more.btn-primary {
		border: 0;
	}
	
	.panel-default > .panel-heading {
		padding: 0;
	}

	.panel-title > a {
		width: 100%;
		display: block;
		padding: 10px 15px;
	}
	
	.btn-info:hover,
	.btn-info:focus,
	.btn-info.focus,
	.btn-info:active,
	.btn-info.active,
	.open>.dropdown-toggle.btn-info {
		border-color: transparent;
	}
	
	blockquote {
		border-left: 5px solid #c5c5c5;
		padding: 10px 50px 10px 70px;
		margin: 45px 0;
	}
	
	hr {
		border-top: 1px solid #666;
		margin: 50px 0;
	}

	/**
	*  7.1 Effects | Accordion
	* 
	* -----------------------------------------------------------------------------
	*/
	.panel-group {
		margin-bottom: 15px;
	}

	.panel {
		margin-bottom: 20px;
		background-color: #fff;
		border-radius: 0px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.panel-group .panel {
		margin-bottom: 15px;
		border-radius: 0px;
		overflow: hidden;
		width: 100%;
	}

	.panel-default{
		border-color: #0e0e10;
	}

	.panel-default>.panel-heading {
		padding: 0;
	}

	.panel-heading .accordion-toggle {
		color: #333;
		padding: 15px 40px;
		background-color: #fff;
		font-size: 14px;
		letter-spacing: 2.57px;
		font-weight: 700;
		text-decoration: none;
	}

	.panel-heading .panel-title {
		margin-bottom: 0;
	}

	.panel-heading .accordion-toggle:hover{
		color: #000;
		background-color: #eee;
		text-decoration: none;
	}

	.panel-heading .accordion-toggle.active {
		background-color: #eee;
		color: #000;
		text-decoration: none;
	}

	.panel-heading .accordion-toggle:before,
	.panel-heading .accordion-toggle.active:before,
	.panel-heading .accordion-toggle.active.collapsed:before{
		font-family: 'FontAwesome';
        font-size: 14px;
        float: right;
        margin-top: 0px;
	}

	.panel-heading .accordion-toggle:before{
        content: '\f149';
    }

    .panel-heading .accordion-toggle.active:before{
        content: '\f148'; /*closed*/
    }

    .panel-heading .accordion-toggle.active.collapsed:before{
        content: '\f149';
    }

	.panel-title>a {
		color: inherit;
		display: inherit;
		color: #000;
		text-decoration: none;
	}

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

	.panel-default>.panel-heading+.panel-collapse .panel-body{
		border-top: 1px solid #ffffff;
		color: #737f88;
		padding: 20px 40px 20px 40px;
		font-size: 14px;
		line-height: 26px;
	}
	/*End Accordion*/

/**
* 8.0 Shortcodes
*
* Styles for custom shortcodes
* 
* -----------------------------------------------------------------------------
*/

/* [boxed] */
.boxed-content {
	padding: 20px 40px;
	border-left: 5px solid #AAAAAA;
	box-shadow: 0px 0px 1px 1px #e6e6e6;
	font-size: 19px;
	font-weight: 300;
	margin: 60px auto 10px;
}

/* [testimonial] */
.testimonial-box {
	position: relative;
	display: block;
	padding: 40px 0px 60px 0px;
	font-size: 14px;
	color: #a9a9a9;
	margin: 20px 0 50px;
	background: none;
	border: 1px solid #e6e6e6;
	border-left: 0;
	border-right: 0;
}

.testimonial-content-page {
	font-size: 17px;
	font-weight: 100;
	color: #a9a9a9;
	padding: 5px 20px 25px 80px;
	line-height: 28px;
	position: relative;
}

.testimonial-box .author {
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	margin-top: 20px;
}

.testimonial-box .content {
	color: #a9a9a9;
	margin-top: 0;
	margin-bottom: 10px;
}

.testimonial-name-bottom {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: #616161;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	float: left;
	clear: both;
}

.testimonial-company-position{
    font-size: 12px;
    padding: 0px 0px 20px 0px;
    clear: both;
    width: 100%;
    text-align: left;
	color: #616161;
	letter-spacing: 1px;
}

.testimonial-quote{
	color: #777;
	font-size: 35px;
	float: left;
	display: inline-block;
}

.testimonial-box .full-testimonial-thumb img{
	width: 92px;
	height: 92px;
	margin: 10px 0px;
	border-radius: 100%;
	border: #eee 2px solid;
}

/* [sidebar_cta] */
.sidebar-posts .post-item .read-more-btn{
	font-size: 10px;
	color: #006A8C;
	letter-spacing: 3.33px;
	line-height: 20px;
	text-align: left;
	display: inline-block;
	text-decoration: underline;	
}

.sidebar-cta{
	background:#F7F8F9;
}

.sidebar-cta .image-con{
	position: relative;
}

.sidebar-cta .image-con a{
	position: relative;
	display: block;
	z-index: 8;
}

.sidebar-cta .image-con span.heading{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3.33px;
	line-height: 24px;
	text-align: left;
	padding: 10px 14px;
	pointer-events: none;
}

.sidebar-cta .link-btn {
	white-space: normal;
	border: 2px solid #07B9D6;
	font-weight: normal;
	font-size: 12px;
	color: #07B9D6;
	letter-spacing: 4px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	padding: 12px 20px;
	width: 100%;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	transition: all .2s ease;
}

.sidebar-cta .text-center {
	background: #F7F8F9;
	padding: 30px 20px;
}

.sidebar-cta .link-btn:hover{
	background-color: #07B9D6;
	color: #fff;
}

/* Internal | Testimonial slideshow */
.internal-testimonials{
	width: 100%;
	display: inline-block;
}

.internal-testimonials .testimonials-container{
	width: 100%;
	display: inline-block;
}

.internal-testimonials .testimonial-item {
	font-size: 14px;
	color: #707585;
	padding: 0px 100px 0px 100px;
	position: relative;
	line-height: 28px;
}

.internal-testimonials .testimonials-slideshow .testimonial-item {
	text-align: center;
}

.internal-testimonials .testimonial-item a {
	color: #707585 !important;
}

.internal-testimonials .testimonial-item a:hover {
	opacity: 0.8;
}

.internal-testimonials .slick-prev{
	display: none !important;
}

.internal-testimonials .testimonials-title h4{
	font-size: 14px;
	margin-top: 20px;
	font-weight: 700;
	color: #707585;
	text-align: center;
	text-transform: none;
    margin-bottom: 0;
}

.internal-testimonials .testimonial-company-position{
    font-size: 12px;
    padding: 0px 0px 20px 0px;
    clear: both;
    width: 100%;
    text-align: center;
	color: #616161;
	letter-spacing: 1px;
}

.internal-testimonials .testimonial-thumb img{
	width: 130px;
	height: 130px;
	margin: 10px auto 40px;
	border-radius: 100%;
	border: #dee2e4 3px solid;
}

/* Shortcode - internal_cta */
.cta-box * {
	color: #FFFFFF;
}

.cta-box {
	position: relative;
    padding: 40px 50px;
	text-align: center;
	background-position: center;
	background-size: cover;
}

.cta-box:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	display: block;
	height: 11px;
	background-image: url('images/cta-box-shadow.png');
	background-size: 100% 100%;
}


.cta-box h3 {
	margin-bottom: 0;
    text-transform: uppercase;
}

.cta-box .btn {
	border-radius: 5px;
	border-color: #FFFFFF;
	background: none;
	border: 2px #fff solid;
	padding: 12px 47px;
	min-width: 230px;
	max-width: 100%;
	white-space: normal;
	display: inline-block;
	margin-top: 20px;	
}

.cta-box .btn:hover {
	color: #000000;
	background-color: #FFFFFF;
}

/* Media Boxes */
.filters-container .media-boxes-search {
	float: right;
}

.filters-container ::-webkit-input-placeholder { color: #bbb; }
.filters-container :-ms-input-placeholder { color: #bbb; }
.filters-container ::-moz-placeholder { color: #bbb; }
.filters-container :-moz-placeholder { color: #bbb; }

.filters-container .media-boxes-filter {
	margin: 0;
	padding: 0;
}

ul.media-boxes-filter>li a.selected {
	background: #B8B3B3;
}

.media-boxes-drop-down:hover .media-boxes-drop-down-menu {
	display: block;
}

.media-boxes-drop-down .media-boxes-drop-down-menu {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.media-boxes-drop-down .media-boxes-drop-down-menu li {
	list-style: none;
}

/*Video Page*/
.media-box-container {
    box-shadow: none;
    border: 1px #c6c6c6 solid;
    border-radius: 0px;
}

.media-box-image{
	position: relative;
}

.media-box-image:before{
	content:'\f144';
	font-family: 'FontAwesome';
	font-size: 32px;
	position: absolute;
	padding: 5px 0px 0px 15px;
	color: #fff;
	margin: auto;
	z-index: 1;
	text-shadow: -1px 1px 1px rgba(150, 150, 150, 0.5);
	opacity: 0.8;
}

.media-box-title{
    font-weight: 700;
    color: #333333;
    font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#666666;
	letter-spacing:1px;
	line-height:26px;
  }


.media-box-content {
    padding: 30px;
}

.media-box-text{
    margin: 13px 0px 13px 0 !important;
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    color:#666666 !important;
    letter-spacing:1px;
    line-height:26px;
    display: none;
}

.videos-page .media-box-date{
	display:none;
}

.media-box-more a, .media-box-view-image a{
    padding: 0;
    margin: 0;
    font-weight: 700;
    text-decoration: underline !important;
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    color:#a4197d;
    letter-spacing:1px;
    line-height:26px;
}

.media-box-more a:hover, .media-box-view-image a:hover{
    color: #666;
}

.video-embed iframe{
    width: 100%;
}

.video-btn a{
    display: inline-block;
    border-radius: 0;
    font-weight: 600;
    font-size: 12px;
    padding: 15px 10px;
    margin-top: 10px;
    width: 200px;
    max-width: 100%;
    background: #c01280;
    color: #fff;
    line-height: 19px;
	text-transform: uppercase;	
	letter-spacing:0.99px;
	text-align:center;
}

.video-btn a:hover{
    background: #666;
}

.video-btn a i{
	font-size: 18px;
	margin: 0px 0px 0px 5px;
}



/* [social_icons] */
.social-icons {
	display: inline-block;
	width: 100%;
}

.social-icons a{
	background-color: #172f57;
	display: inline-flex;
	margin: 20px 25px 20px 0px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	color: #fff;
	font-size: 28px;
	text-align: center;
	position: relative;
}

.social-icon i{
	margin: auto;
}


/*[custom_social_icons]*/
.custom-social-icons {
	display: inline-block;
	width: 100%;
}

.custom-social-icons a{
	display: inline-flex;
	margin: 20px 25px 20px 0px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	color: #fff;
	font-size: 28px;
	text-align: center;
	position: relative;
}

.custom-social-icons i{
	margin: auto;
}

.custom-social-icons .google-icon{
	background-color: #dd4b38;
}

.custom-social-icons .twitter-icon{
	background-color: #5ea9dd;
}

.custom-social-icons .facebook-icon{
	background-color: #3a5fb1;
}

.custom-social-icons .youtube-icon{
	background-color: #c8302a;
}

.custom-social-icons .instagram-icon{
	background-color: #3d6c96;
}

.custom-social-icons .linkedin-icon{
	background-color: #007bb6;
}

.custom-social-icons .pinterest-icon{
	background-color: #cb2027;
}

.custom-social-icons .tumblr-icon{
	background-color: #35465d;
}

.custom-social-icons .tripadvisor-icon{
	background-color: #4c8a37;
}

/* Column Carousel */
.column-post-carousel {
	margin: 70px 0 110px;
}

.column-post-carousel .slick-slide .inner-wrapper {
	padding-right: 40px;
	padding-left: 40px;
}

.column-post-carousel .post-item .post-header,
.sidebar .post-header {
	margin-bottom: 28px;
}

.column-post-carousel .post-item .date,
.sidebar .date {
	font-size: 20px;
    font-weight: 300;
	color: #acb3c0;
	letter-spacing:2.26px;
	line-height: 1.3;
	text-align: center;
	float: left;
	margin-right: 25px;
	text-transform: uppercase;
}

.column-post-carousel .post-item .date > span,
.sidebar .date > span {
	display: block;
}

.column-post-carousel .post-item .title,
.sidebar .title {
	border-left: 1px solid #d3d8e1;
	display: block;
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 16px;
}

.column-post-carousel .post-item .title a{
	color: #444;
}

.column-post-carousel .post-item .title a:hover{
	color: #00b8d4;
	text-decoration: none;
}

.sidebar-category{
	display: block;
	overflow: hidden;
	font-weight: 400;
	color: #acb3c0;
    text-transform: none;
}

.column-post-carousel .post-item .title h4,
.sidebar .title h4 {
	font-size:17px;
	letter-spacing: 1.89px;
	line-height: 20px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 12px;
}


.column-post-carousel .post-item .title span.category,
.sidebar .title span.category {
	font-size:12px;
    color: #acb3c0;
	letter-spacing:1.36px;
	line-height:14px;
	text-align:left;
	display: block;
	font-weight: normal;
	font-style: italic;
}

.column-post-carousel .post-item .post-excerpt,
.sidebar .post-excerpt {
	font-size: 12px;
	color: #777;
	letter-spacing: 0.75px;
	line-height: 21px;
	text-align: left;
}

.column-post-carousel .post-item .post-excerpt {
	min-height: 90px;
	margin-bottom: 20px;
}

.column-post-carousel .post-item p:last-child {
	margin-bottom: 0;
}

.column-post-carousel .slick-dots {
	bottom: -110px;
	padding-left: 0;
	margin-left: 0;
}

.column-post-carousel .slick-dots {
	text-align: center;
}

.column-post-carousel .slick-dots li button:before {
	display: none;
}

.column-post-carousel .slick-dots li {
	margin: 0 15px;
	width: 10px;
	height: 10px;
}

.column-post-carousel .slick-dots button {
	border: none;
	background: none;
	text-indent: -99999px;
	font-size: 0;
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
	background-color: #C1C0C0;
	border-radius: 50%;
	padding: 0;
}

.column-post-carousel .slick-dots .slick-active button {
	background-color: #4A4A4A;
}

.column-post-carousel .post-item .more-link {
	font-size:12px;
	color:#00b8d4;
	letter-spacing:1.36px;
	line-height:17px;
	text-align:left;
	text-transform: uppercase;
}

.column-post-carousel .post-item .more-link:hover,
.column-post-carousel .post-item .more-link:hover .fa {
	color: #00b8d4;
}

.column-post-carousel .post-item .more-link .fa {
	font-size: 12px;
	color: #00b8d4;
	margin-left: 18px;
}


/*
* Custom Gravity Form
*/
.custom-form .gfield_label{
	font-weight: 600;
}

.custom-form .ginput_container input[type=text], 
.custom-form .ginput_container textarea, 
.custom-form .ginput_container select,
.custom-form .captcha-container input {
    background-color: transparent;
    padding: 12px 20px;
    color: #171e28;
    font-weight: 400;
    width: 100% !important;
    border: none;
    border: 1px solid #e1e4e5;
    border-left: 3px solid #a4197d;
    border-radius: 0px;
    margin-bottom: 15px;
}

.custom-form .ginput_container textarea{
    max-height: 100px;
    overflow: auto;
}

.custom-form .gfield_checkbox li label, 
.custom-form .gfield_radio li label {
    font-weight: 400;
    font-size: 98%;
}

.custom-form input.datepicker.datepicker_with_icon {
    max-width: 310px;
}

.custom-form .gform_footer .gform_button.button {
    padding: 15px 15px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #a4197d url(images/contact-mail.png) no-repeat;
    background-position: center center;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    border: none;
    width: 100%;
    max-width: 100%;
    text-indent: -9999px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.custom-form .gform_footer .gform_button.button:hover{
    background: #7a0a5a url(images/contact-mail.png) no-repeat;
    background-position: center center;
    color: #ffffff;
}

/*Gravity Forms Error*/
.custom-form li.gfield_error input[type=text] {
    border: 1px solid #ffa6a8 !important;
}

.custom-form .gfield_error .gfield_label {
    color: #777;
}

.custom-form .validation_message {
    color: #ea9698 !important;
}

.custom-form div.validation_error {
    display: none;
}

/*
* Custom Gravity Form V2
*/

.custom-form-v2_wrapper{
	margin: 0;
	max-width: 100%;
}

.custom-form-v2 .gfield_label{
	display: none !important;
}

.custom-form-v2 .ginput_container input[type=text], 
.custom-form-v2 .ginput_container textarea, 
.custom-form-v2 .ginput_container select,
.custom-form-v2 .captcha-container input {
    border: 0;
    border-bottom: 2px solid #d1479a;
    padding: 15px 0;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 600;
	font-size:13px;
	color:#ffffff;
	letter-spacing:4.01px;
	line-height:20px;
}

.custom-form-v2 .gform_body li{
	margin-bottom: 10px !important;
}

.custom-form-v2 .ginput_container{
	margin-top: 0 !important;
}

.custom-form-v2 .ginput_container textarea{
    height: 130px !important;
    max-height: 130px !important;
    overflow: auto;
}

.custom-form-v2 .gfield_checkbox li label, 
.custom-form-v2 .gfield_radio li label {
    font-weight: 400;
    font-size: 98%;
}

.custom-form-v2 input.datepicker.datepicker_with_icon {
    max-width: 310px;
}

.custom-form-v2 .gform_footer {
    padding: 0;
    margin-top: 30px;
}

.custom-form-v2 .gform_footer .gform_button.button{
    display: inline-block;
    border-radius: 0;
    font-weight: 600;
    font-size: 12px;
    padding: 15px 10px;
    margin-top: 40px;
    width: 200px;
    max-width: 100%;
    background: #fff;
    color: #000;
    line-height: 19px;
	text-transform: uppercase;	
	letter-spacing:0.99px;
	text-align:center;
}

.custom-form-v2 .gform_footer .gform_button.button:hover{
	background: #666;
	color: #fff;
}

.custom-form-v2  .captcha-container{
	overflow: hidden;
}

/*Place Holder*/
.custom-form-v2 ::-webkit-input-placeholder {
   	color: #fff;
   	text-transform: uppercase;
}

.custom-form-v2 :-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
}

.custom-form-v2 ::-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
}

.custom-form-v2 :-ms-input-placeholder {  
    color: #fff; 
    text-transform: uppercase;
}


/*Gravity Forms Error*/
.custom-form-v2 li.gfield_error input[type=text] {
   
}

.custom-form-v2 .gfield_error .gfield_label {

}

.custom-form-v2 .validation_message {
  
}

.custom-form-v2 div.validation_error {

}

/*** END SHORTCODES ***/



/**
* 9.0 Overrides
* -----------------------------------------------------------------------------
*/

/*Gravity Forms Override*/
.gfield_label{
	font-weight: 400;
}

.ginput_container input[type=text], 
.ginput_container textarea, 
.ginput_container select,
.captcha-container input {
    background-color: transparent;
    padding: 10px 15px;
    color: #555;
    width: 100% !important;
    border: none;
    border: 1px solid #e1e4e5;
    border-radius: 0px;
    margin-bottom: 15px;
}

.ginput_container textarea{
    max-height: 100px;
    overflow: auto;
}

.gfield_checkbox li label, 
.gfield_radio li label {
    font-weight: 400;
    font-size: 95%;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
    max-width: 310px;
}

.gform_wrapper .gfield_date_day, 
.gform_wrapper .gfield_date_month, 
.gform_wrapper .gfield_date_year, 
.gform_wrapper .gfield_time_hour, 
.gform_wrapper .gfield_time_minute{
    width: 25%;
}

.gfield_time_ampm.ginput_container.ginput_container_time select{
    width: 100% !important;
}

.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_hour i{
    display: none;
}

.clear-multi{
    margin-top: .375em;
}

.gform_footer .gform_button.button {
    padding: 15px 15px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #777777;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    border: none;
    width: 100%;
    max-width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.gform_footer .gform_button.button:hover{
    background: #5A5A5A;
    color: #ffffff;
}

/* GF Validation Overide */
li.gfield_error input[type=text] {
    border: 1px solid #ffa6a8 !important;
}

.gfield_error .gfield_label {
    color: #777;
}

.validation_message {
    color: #ea9698 !important;
}

div.validation_error {
    display: none;
}

div.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    float: left!important;
}

.gform_wrapper .gfield_captcha_input_container {
    float: right;
}
	
div.gform_wrapper .top_label .gfield_error {
    width: 100%;

}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-left: 0!important;
}

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    background: none;
    border: none;
    padding: 0!important;
}

/* Site Origin Layout Defaults */
.panel-grid-cell {
	padding-top: 40px;
	padding-bottom: 40px;
}

.full-width-stretch .content-sidebar-wrap {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.full-width-stretch.search .content-sidebar-wrap {
	width: 1200px;
    max-width: 100%;
    padding: 0px 20px;
    margin: 40px auto 0;
}


.full-width-stretch .content-sidebar-wrap .panel-grid-cell {
	width: 1200px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.two-columns > .panel-grid-cell {
	padding: 0;
	padding-left: 0!important;
	padding-right: 0!important;	
}

.panel-row-style.vertical-align {
	display: flex;
	display: -webkit-flex; /*Safari*/
	display: -ms-flexbox; /*IE*/

	align-items: center;
	-ms-flex-align: center; /*IE*/
	-webkit-align-items: center; /*Safari*/
	-webkit-box-align: center;

	justify-content: center;
	-webkit-justify-content: center; /*Safari*/
	-ms-justify-content: center; /*IE*/
}


.panel-row-style.vertical-align .panel-grid-cell {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	align-content: center;
	position: relative;
}

.panel-row-style.vertical-align .panel-grid-cell .so-panel {
	width: 100%;
	
}

.two-columns .panel-grid-cell .so-panel {
	display: inline-block;
    width: 100%;
}

.block-left,
.two-columns .panel-grid-cell:first-child .panel-widget-style {
	padding-right: 60px;
    padding-left: calc(100% - 580px);
    padding-top: 40px;
    padding-bottom: 40px;
}

.block-right,
.two-columns .panel-grid-cell:last-child .panel-widget-style {
	padding-left: 60px;
    padding-right: calc(100% - 580px);
    padding-top: 40px;
    padding-bottom: 40px;
}


.two-columns.vertical-align .panel-grid-cell .panel-widget-style {
	width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.no-margin-top.full-width-content .content-sidebar-wrap > .content,
.no-margin-top .site-inner .content-sidebar-wrap {
	margin-top: 0;
}

.no-margin-bottom .site-inner .content-sidebar-wrap {
	padding-bottom: 0;
}

.hide-widget-title .widget-title {
    display: none;
}

/* Helpers */
.remove-cell-padding .panel-grid-cell {
	padding-top: 0;
	padding-bottom: 0;
}

/*Home Page*/
.grad-gray-bg{
    background: #f0f0f0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f0f0f0, #fefefe); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f0f0f0, #fefefe); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f0f0f0, #fefefe); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f0f0f0, #fefefe); /* Standard syntax */
}

.home .panel-grid-cell{
    padding-top: 70px;
    padding-bottom: 70px;
}

.home .form-row .panel-grid-cell{
    padding-bottom: 0px;
}

.home .home-slider .panel-grid-cell,
.home .no-padding .panel-grid-cell{
    padding-top: 0px;
    padding-bottom: 0px;
}

.home .text-box{
    font-family: 'Karbonregular';
	color: #000;
    font-size: 28px;
    line-height: 28px;
}

.home .text-box.text1,
.home .text-box.text2,
.home .text-box.text4{
	text-align: left;
}

.home .text-box.text3,
.home .text-box.text5{
	text-align: right;
    padding: 0px 90px 0px 0px;
}

.home .text-box.text2,
.home .text-box.text4{
	margin-left: -72px;
}

.home .text-box.text1{
	padding-top: 156px;
}

.home .text-box.text5{
	padding-top: 50px;
}

.image-one {
    padding-top: 100px;
}

.image-one img{
    margin-left: 220px;
}

.image-two img{
    margin-left: 180px;
}

.image-three img{
    margin-left: -242px;
}

.image-four img{
    margin-left: 182px;
}

.image-five img{
	margin-left: -80px;
}

.process-mobile{
    display: none;
}

.text-slide-title{
	text-align: center;
	font-family: 'Karbonbold';
	color: #666;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 32px;
	margin-bottom: 25px;
}

.text-slide{
	text-align: center;
	font-family: 'Karbonbold';
	color: #a4197d;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 32px;
}

.text-slide-box .panel-grid-cell{
	padding-top: 20px;
	padding-bottom: 10px ;
}

/*Banner*/
.banner-play{
	box-shadow: 1px 1px 12px #ccc;
	border-radius: 100%;
}

.banner-play:hover{
    opacity: 0.8 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-text-bold{
    color: #fff !important;
    font-family: 'karbonbold' !important;
}

.banner-text{
    color: #fff !important;
    font-family: 'karbonregular' !important;
}

/*Top Buttons*/
.top-buttons{
	width: 100%;
	text-align: right;
    margin-top: -26px;
}

.top-menu{
	width: 100%;
	margin-top: 70px;
}

.enrol-top-btn,
.login-top-btn{
    padding: 15px 25px;
    border-radius: 8px;
    font-family: 'karbonbold';
    font-size: 14px;
    color: #fff !important;
}

.enrol-top-btn{
	background: #a4197d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#a4197d, #730855); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#a4197d, #730855); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#a4197d, #730855); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#a4197d, #730855); /* Standard syntax */   
}

.enrol-top-btn:hover{
	background: #730855; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#730855, #a4197d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#730855, #a4197d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#730855, #a4197d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#730855, #a4197d); /* Standard syntax */  
}

.login-top-btn{
	background: #e0e0e0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e0e0e0, #f3f3f3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e0e0e0, #f3f3f3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e0e0e0, #f3f3f3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e0e0e0, #f3f3f3); /* Standard syntax */  
    font-family: 'karbonregular';
    font-size: 14px;
    color: #000 !important; 
    margin-left: 15px;
}

.login-top-btn:hover{
	background: #f3f3f3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f3f3f3, #e0e0e0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f3f3f3, #e0e0e0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f3f3f3, #e0e0e0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f3f3f3, #e0e0e0); /* Standard syntax */ 
}

.big-btn{
	font-size: 40px;
	font-family: 'karbonbold';
	border-radius: 8px;
	background: #c01280; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#c01280, #880456); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#c01280, #880456); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#c01280, #880456); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#c01280, #880456); /* Standard syntax */   
}

.big-btn:hover{
	background: #880456; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#880456, #c01280); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#880456, #c01280); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#880456, #c01280); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#880456, #c01280); /* Standard syntax */  
}

/*Custom Form*/
.custom-form2{
	padding: 30px;
	border-radius: 40px;
	width: 100%;
	max-width: 400px;
	margin: auto;
	background: #a4197d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#a4197d, #700752); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#a4197d, #700752); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#a4197d, #700752); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#a4197d, #700752); /* Standard syntax */
}

.custom-form2 .gfield_label{
	display: none !important;
}

.custom-form2 .ginput_container input[type=text], 
.custom-form2 .ginput_container textarea, 
.custom-form2 .ginput_container select,
.custom-form2 .captcha-container input {
    background-color: #fff;
    padding: 5px 15px;
    color: #555;
    width: 100% !important;
    max-width: 180px;
    border: none;
    border: 1px solid #e1e4e5;
    border-radius: 0px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.custom-form2 .gform_footer .gform_button.button {
    padding: 10px 15px;
    font-family: 'karbonbold';
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1px;
    color: #000;
    background: #c7c7c7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ebebeb, #c7c7c7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ebebeb, #c7c7c7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ebebeb, #c7c7c7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ebebeb, #c7c7c7); /* Standard syntax */
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    border: none;
    width: 180px;
    max-width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 8px;
    margin: auto !important;
    display: block;
}

.custom-form2 .gform_footer .gform_button.button:hover{
    background: #c7c7c7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#c7c7c7, #ebebeb); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#c7c7c7, #ebebeb); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#c7c7c7, #ebebeb); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#c7c7c7, #ebebeb); /* Standard syntax */
    color: #000;
}

.custom-form2 h3.gform_title {
    font-family: 'karbonbold' !important;;
    font-weight: 700 !important;
    font-size: 37px !important;
    text-align: center !important;
    color: #fff !important;
    margin: auto !important;
    display: inline-block !important;
    width: 100% !important;
}

.custom-form2 span.gform_description {
    font-family: 'karbonregular' !important;
    font-size: 21px !important; 
    text-align: center !important;
    color: #fff !important;
    margin-bottom: 5px;
    display: block;
}

/*About Page*/
.about-page .panel-grid-cell{
    padding-top: 0px;
    padding-bottom: 0px;
}

.left-lined{
    /*border-left:1px solid #a4197d;
    padding: 0px 0px 0px 30px;
    margin: 30px 0px 50px;*/
    
    padding: 35px 35px 35px 35px;
    margin: 30px 0px 50px;
    min-height: 254px;

    background: #ebebeb; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ebebeb, #d1d1d2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ebebeb, #d1d1d2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ebebeb, #d1d1d2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ebebeb, #d1d1d2); /* Standard syntax */ 
}

.left-lined p{
	color: #000;
}

.number-large{
    font-family:karbonbold;
    font-size:34px;
    color:#a4197d;
    letter-spacing:1px;
    line-height:48px;
    float: left;
    padding: 0px 20px 0px 0px;
}

/*Cost Page*/
.cost-sec1{
	padding: 90px 5px;
	margin-top: -80px;
}

.cost-sec1-left{
	text-align: right;
	max-width: 430px;
}
.cost-sec1-left h1{
	font-family:'karbonbold';
	font-size:82px;
	color:#a4197d;
	letter-spacing:6.64px;
	line-height:71px;
}

.cost-sec1-right .panel-grid-cell{
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.cost-sec1-right{
	background: #fff;
    -webkit-box-shadow: 0px 11px 22px -9px #A8A8A8;
	-moz-box-shadow: 0px 11px 22px -9px #A8A8A8;
	box-shadow: 0px 11px 22px -9px #A8A8A8;
	max-width: 500px;
	margin: 0 auto;
}

.cost-sec1-right .top-box{
	text-align: center;
	padding: 60px 5px 40px 5px;
	position: relative;
}

.cost-sec1-right .top-box .limited-patch{
	position: absolute;
	left; 0;
	margin-left: -65px;
	bottom: -55px;
	z-index: 9;
}

.cost-sec1-right .top-box .price-head{
	font-family:'karbonbold';
	font-size:63px;
	color:#464646;
	letter-spacing:5.1px;
	text-align:center;
}

.cost-sec1-right .top-box .head-gst{
	font-family:'karbonbold';
	font-size:19px;
	color:#464646;
	letter-spacing:1.53px;
	text-align:center;
}

.cost-sec1-right .bottom-box{
	padding: 10px 30px;
	text-align: center;
	position: relative;
}

.cost-sec1-right .bottom-box .btn{
	margin-top: -45px;
}

.cost-sec2{
	padding: 70px 5px 0px 5px;
}

.cost-sec2-right{
	text-align: center;
}
.align-vertical{
	display: flex;
	display: -webkit-flex; /*Safari*/
	display: -ms-flexbox; /*IE*/

	align-items: center;
	-ms-flex-align: center; /*IE*/
	-webkit-align-items: center; /*Safari*/
	-webkit-box-align: center;

	justify-content: center;
	-webkit-justify-content: center; /*Safari*/
	-ms-justify-content: center; /*IE*/
}

.hide-me{
    display: none;
}

/*Infusion Form*/
.infusion-field label{
	clear: both;
	width: 100%;
	line-height: 20px;
    font-weight: 600;
	font-size:13px;
	color:#666;
	letter-spacing:1.5px;
}

.infusion-field input[type=text] {
    border: 1px #666 solid;
    border-left: 3px solid #d1479a;
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    line-height: 20px;
    font-weight: 600;
	font-size:13px;
	color:#666;
	letter-spacing:1.5px;
	text-align: left;
	direction: ltr;
}

.radio-btn{
	margin-right: -40px;
}


.contact-page .infusion-field-input-container input[type=text], 
.contact-page .infusion-field-input-container textarea, 
.contact-page .infusion-field-input-container select{
    border: 0;
    background: transparent;
    border-bottom: 2px solid #d1479a;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 600;
    font-size:13px;
    color:#ffffff;
    letter-spacing:4.01px;
    line-height:20px;
    margin-bottom: 15px;
}

.contact-page .infusion-submit .button{
    display: inline-block;
    border-radius: 0;
    border: 0px;
    font-weight: 600;
    font-size: 12px;
    padding: 15px 10px;
    margin-top: 40px;
    width: 200px;
    max-width: 100%;
    background: #fff;
    color: #000;
    line-height: 19px;
	text-transform: uppercase;	
	letter-spacing:0.99px;
	text-align:center;

	-webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.contact-page .infusion-submit .button:hover{
	background: #666;
	color: #fff;
}

/*Place Holder*/
.contact-page .infusion-field-input-container ::-webkit-input-placeholder {
   	color: #fff;
   	text-transform: uppercase;
}

.contact-page .infusion-field-input-container :-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
}

.contact-page .infusion-field-input-container ::-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
}

.contact-page .infusion-field-input-container :-ms-input-placeholder {  
    color: #fff; 
    text-transform: uppercase;
}