/**
	Theme Name: Deliberate Practice
	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.0
	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
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Fonts
 * -----------------------------------------------------------------------------
 */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('fonts/helveticaneuebold-webfont-webfont.eot');
    src: url('fonts/helveticaneuebold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuebold-webfont-webfont.woff') format('woff'),
         url('fonts/helveticaneuebold-webfont-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuebold-webfont-webfont.svg#helvetica_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('fonts/helveticaneue_lt-webfont.eot');
    src: url('fonts/helveticaneue_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue_lt-webfont.woff') format('woff'),
         url('fonts/helveticaneue_lt-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue_lt-webfont.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;
} */

/**
 * 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: #ffc425;
	color: #fff;
}

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


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

body{
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
}

p {
	margin: 0 0 20px;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Helvetica Neue Bold';
	margin: 20px 0;
	padding: 0;
	font-weight: 400;
	color: #444;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6 {
	display: inline-block;
	width: 100%;
}

h1, .h1 {
	font-size: 55px;
	font-weight: bold;
	color: #000;
}

h2, .h2 {
	font-size: 39px;
	font-weight: bold;
	color: #000;
}

h3, .h3 {
	font-size: 34px;
	font-weight: bold;
	color: #000;
}

h4, .h4 {
	font-size: 28px;
	font-weight: bold;
	color: #000;
}

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

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

a,
a:visited {
	color: #ffc425;
	text-decoration: none;
}

a:hover, a:visited,
a:focus, a.active {
	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;
}

.entry-content ol li{
	list-style: decimal;
}

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

.hide {
    display: none;
}

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

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

.nmb {
	margin-bottom: 0;
}

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

/**
* 3.0 Layout
*
* This is the Grid System CSS
* This Holds the layout-frame attributes
* 
* -----------------------------------------------------------------------------
*/
	.wrapper, .wrap,
	.content-sidebar-wrap {
		width: 960px;
		max-width:96%;
		margin: 0 auto;
	}
	
	.wrap:after,
	.wrapper:after {
		content: '';
		display: block;
		clear: both;
	}

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

	.content-sidebar-wrap:after {
		content: "";
		clear: both;
		display: block;
	}



/**
* 4.0 UI Elements
*
* This is Buttons, Text Styles, UI Styles, Etc
* 
* -----------------------------------------------------------------------------
*/
.btn {
	background: #ffc425;
	color: #333333;
	font-weight: 700;
	padding: 14px 40px;
	border-radius: 4px;
    border: 0px;
}

.btn:visited {
	color: #333333;
}

.btn:hover {
	background: #fed157;
	color: #333333;
}

.btn-trans {
	background: none;
	border: 2px solid #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 55px;
	color: #fff;
}

.btn-trans:visited {
	color: #fff;
}

.btn-trans:hover {
	background: #ffc425;
	border-color:  #ffc425;
}

.btn-2 {
	font-weight: 700;
	background-color: #333333;
	padding: 16px 30px;
	color: #ffc425;
	font-size: 14px;
}

a.btn-2:hover,
.btn-2:hover {
	background-color: #000;
}

.btn-icon-search {
	position: relative;
	padding: 14px 80px 14px 40px;
}

.header-job-search .btn-icon-search{
    position: relative;
    padding: 9px 80px 9px 40px;
    border-radius: 0px;
    margin-right: 5px;
    float: right;
}

.btn-icon-search:after {
	content: '';
	display: inline-block;
	background-image: url(images/sprites-1.png);
	width: 26px;
	height: 26px;
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -13px;
}

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



	/**
	* 5.1 Section | Header
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	.site-header {
		width: 100%;
		background: #000;
	}

	.site-header .wrap,
	.site-footer .wrapper {
		width: 1200px;
	}
	
	.site-header:after{
		content:"";
		display: table;
		clear: both;
	}

	.site-header .title-area {
		margin: 10px 0;
		float: left;
	}

	.site-header .header-widget-area {
		float: right;
		margin-top: 30px;
		width: 750px;
		max-width: 100%;
	}
	
	.header-widget-area .widget_nav_menu {
		margin-top: 30px;
	}

	.site-header h1 {
		margin: 0;
	}

	.header-info {
		margin: 0;
	}

	.menu-item-type-custom a {
		cursor: pointer;
	}

	.primary-nav {
		float: right;
	}

	.primary-nav li {
		display: inline-block;
	}
	
	.primary-nav .genesis-nav-menu > li > a {
		position: relative;
	}
	
	.primary-nav .genesis-nav-menu > li.current-menu-item > a:before,
	.primary-nav .genesis-nav-menu > li > a:hover:before {
		content: '';
		display: inline-block;
		width: 5px;
		height: 5px;
		background: #ffcd27;
		position: absolute;
		left: 0;
		top: 5px;
	}
	
	.primary-nav li a {
		margin: 0 20px 0 0;
		padding: 0 0 0 15px;
		display: block;
		font-weight: 700;
		font-size: 11px;
		text-transform: uppercase;
		color: #8b8c8c;
	}
	
	.primary-nav .genesis-nav-menu > li:last-child > a {
		margin-right: 0;
	}

	.primary-nav li a:hover{
		color: #fff;
		line-height: 15px;
	}

	.primary-nav .current-menu-item a:hover {
		border: 0;
	}

	.primary-nav .genesis-nav-menu .sub-menu {
		position: absolute;
		left: -9999px;
		padding: 0;
		margin: 0;
		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;
		background: #fff;
	}

	.primary-nav .genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
		display: block;
	}

	.primary-nav .genesis-nav-menu .menu-item .sub-menu li {
		display: block;
	}

	.primary-nav .genesis-nav-menu .menu-item .sub-menu a {
		border: 0;
		display: block;
		padding: 8px 20px;
		width: 100%;
		margin: 0;	
		font-size: 11px;
		font-weight: 400;
		color: #000;	
	}

	.primary-nav .genesis-nav-menu .menu-item .sub-menu a:hover {
		color: #000;	
		background: #ffc425;
	}

	.header-widget-area .phone-num {
		display: block;
		font-weight: 600;
		margin: 11px 0 0 25px;
		font-family: 'Helvetica Neue Bold';
		font-size: 19px;
		line-height: 1;
		color: #fff;
		position: relative;
		padding-left: 45px;
	}

    .header-widget-area .phone-num .name-number:after {
        content:'deliberate';
        font-weight: 600;
        font-family: 'Helvetica Neue Bold';
        font-size: 19px;
        line-height: 1;
        color: #fff;
        padding-left: 5px;
    }

    .header-widget-area .phone-num:hover .name-number:after {
        content:'335 423';
    }
	
	.header-widget-area .phone-num-container {
		margin-right: 0;
	}
	
	.header-widget-area .phone-num:before {
		content: '';
		display: inline-block;
		background-image: url(images/header-sprites.png);
		width: 32px;
		height: 32px;
		background-position: 0 0;
		position: absolute;
		left: 0;
		top: -5px;
	}

	.home-slider .ls-container .ls-nav-next {
		height: 70px;
	}

	.home-slider .ls-container .ls-nav-next:hover {
		height: 70px;
		opacity: 0.8;
	}

	.home-slider .ls-container .ls-nav-prev {
		height: 70px;
	}

	.home-slider .ls-container .ls-nav-prev:hover{
		height: 70px;
		opacity: 0.8;
	}

	.home-slider .ls-fullwidth .ls-bottom-slidebuttons a,
	div.hephaistos .tp-bullet {
		margin: 0 8px;
		background: #fff;
		width: 10px;
		height: 10px;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		border: none;
	}
	
	.home-slider .ls-fullwidth .ls-bottom-slidebuttons,
	.home-slider .ls-fullwidth .ls-nav-start,
	.home-slider .ls-fullwidth .ls-nav-stop,
	.home-slider .ls-fullwidth .ls-nav-sides {
		top: -50px;
	}

	.home-slider .ls-fullwidth .ls-bottom-slidebuttons a.ls-nav-active, 
	.home-slider .ls-fullwidth .ls-bottom-slidebuttons a:hover,
	div.hephaistos .tp-bullet:hover, div.hephaistos .tp-bullet.selected	{
		background: #FFC425;
		border: none;
	}
	
	.home-slider .heading-1 span {
		display: inline-block;
		background: #ffc425;
		margin-bottom: 5px;
		color: #000;
		line-height: 1;
		font-weight: 700;
		font-size: 55px;
		padding: 6px 20px 12px 18px;
		font-family: 'Helvetica Neue Bold';
	}
	
	.home-slider .text-1 {
		font-family: 'Helvetica Neue Bold';
		font-size: 19px;
		color: #333;
	}
	
	div.hesperiden.tparrows {
		background: #fff;
	}
	
	div.hesperiden.tparrows:before {
		color: #5F5656;
	}
	
	div.hesperiden.tparrows:hover {
		background: rgba(255, 255, 255,0.7);
	}

	/* Search Top */
	.header-widget-area .search-form {
		float: right;
		position: relative;
	}
	
	.hover-style .search-form ::-webkit-input-placeholder { color: #000; }
	.hover-style .search-form :-moz-placeholder { color: #000; }
	.hover-style .search-form ::-moz-placeholder { color: #000; }
	.hover-style .search-form :-ms-input-placeholder { color: #000; }
	
	.hover-style .search-form input[type="search"],
	.hover-style .search-form input[type="text"] {
		width: 0;
		opacity: 0;
		background-color: rgba(255, 196, 37, 0.9);
		
		-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);

		-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);
	}
	
	.hover-style .search-form:focus input[type="search"],
	.hover-style .search-form:focus input[type="text"],
	.hover-style .search-form:hover input[type="search"],
	.hover-style .search-form:hover input[type="text"] {
		width: 210px;
		opacity: 1;
	}
	
	.hover-style .search-form input[type="submit"] {
		background-color: #ffc425;
	}
	
	.hover-style .search-form input[type="submit"]:hover {
		background-color: #ffc425;
	}
	
	/* Sticky Header */
	.admin-bar .site-header--clone {
		padding-top: 32px;
		z-index: 99999;
	}

    .admin-bar .site-header--clone .btn-icon-search{
		display: none;
	}
	
	.site-header--clone .title-area img {
		width: 180px;
	}
		
	.site-header--clone .header-widget-area {
		margin-top: 10px;
	}
	
	.site-header--clone .widget_search,
	.site-header--clone .header-info {
		display: none;
	}
	
	/* Home */
	.content-2-sections {
		position: relative;
	}
	
	.content-2-sections:after {
		content: '';
		display: block;
		clear: both;
	}
		
	.content-2-sections .left-side {
		width: 50%;
		width: calc(50% - 90px);
		float: left;
	}
	
	.content-2-sections .right-side {
		float: right;
		width: 50%;
		width: calc(50% + 90px);
	}
	
	.content-2-sections.c2s-2 {
		background: #ffc425;
		position: relative;
		overflow: hidden;
	}
	
	.content-2-sections.c2s-2 .left-side {
		position: relative;
	}
	
	.content-2-sections.c2s-1 .left-side {
		width: calc(50% - 90px);
		float: left;
		min-height: 200px;
		background: #ddd;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-image: url(/wp-content/uploads/2021/02/leadership-coach-melbourne.jpg);
		background-position: center;
		background-size: cover;
	}
	
	.content-2-sections.c2s-2 .left-side:after {
		content: '';
		position: absolute;
		display: block;
		background: #ffce5b;
		top: 100%;
		height: 200px;
		width: 100%
	}
	
	.content-2-sections.main-left .left-side {
		float: left;
		width: 50%;
		width: calc(50% + 90px);
		background: #ffce5b;
	}
	
	.content-2-sections.main-left .right-side {
		float: right;
		width: 50%;
		width: calc(50% - 90px);
		background: #ffc425;
	}
	
	.content-2-sections.main-left .left-side .inner {
		margin-right: 100px;
		max-width: 96%;
	}
	
	.content-2-sections.main-left .right-side .inner {
		margin-left: 60px;
		max-width: 96%;
	}
	
	.content-2-sections.c2s-2 .left-side .inner {
		margin-top: 120px;
		margin-bottom: 120px;
		width: 460px;
		max-width: 96%;
		float: right;
		position: relative;
	}
	
	.content-2-sections.c2s-2 .right-side .inner {
		width: 320px;
		margin-top: 120px;
		margin-bottom: 120px;
	}
	
	.content-2-sections.c2s-2 .right-side h3 {
		font-family: 'Helvetica Neue Light';
		font-size: 27px;
		text-align: right;
		color: #000;
		line-height: 1.3;
		margin-bottom: 30px;
	}
	
	.content-2-sections.main-right .right-side .inner {
		margin: 75px 0 98px 55px;
		width: 507px;
		max-width: 96%;
		text-align: right;
	}
	
	.home-about .btn {
		margin-top: 50px;
	}
	
	/* Posts Carousel */
	.posts-carousel {
		position: relative;
	}
	
	.posts-carousel .slick-prev,
	.posts-carousel .slick-next {
		position: absolute;
		right: -50px;
		top: 0;
		display: inline-block;
		width: 32px;
		height: 32px;
		background-image: url(images/post-carousel-sprites.png);
		background-color: #333;
		border: none;
		font-size: 0;
		outline: none;
	}
	
	.posts-carousel .slick-prev:hover,
	.posts-carousel .slick-next:hover {
		background-color: #000;
		opacity: 1;
	}
	
	.posts-carousel .slick-prev {
		background-position: -0px -0px;
		margin-top: 45px;
	}
	
	.posts-carousel .slick-next {
		background-position: -0px -42px
	}
	
	.posts-carousel {
		width: 405px;
		max-width: 100%;
	}
	
	.posts-carousel .post-image {
		margin-bottom: 30px;
	}
	
	.posts-carousel .post-title {
		font-size: 19px;
		color: #333333;
	}
	
	.posts-carousel .read-more {
		color: #fff;
		display: inline-block;
		margin-left: 10px;
	}
	
	.posts-carousel .post-content {
		font-size: 14px;
		font-weight: 600;
		color: #333333;
		line-height: 1.6;
	}
	
	.posts-carousel .post-image a {
		position: relative;
		display: inline-block;
	}
	
	.posts-carousel .post-image a:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 196, 37, .5);
		opacity: 0;
		transition: all .2s ease;
	}
	
	.posts-carousel .post-image a:hover:before {
		opacity: 1;
	}
	
	/* Testimonials 1 */
	.testimonials-1 {
		background-image: url(/wp-content/uploads/2021/02/hom-testi.jpg);
		background-size: cover;
		background-position: center center;
		padding: 60px 0px 60px;
		position: relative;
	}
	
	.testimonials-1 .wrapper {
		width: 960px;
	}

	.testimonials-1 .section-heading {
		text-align: center;
		margin-bottom: 30px;
		color: #fff;
		font-size: 27px;
	}

	.testimonials-1 .testimonial-item {
		display:none;
	}

	.testimonials-1 .testimonial-item.current-slide {
		display:block;
	}

	.testimonials-1 h3 {
		font-size: 23px;
		font-weight: 700;
		line-height: 28px;
		margin-bottom: 30px;
		text-align:center;
	}

	.testimonials-1 .testimonial-bottom {
		font-weight: 600;
		margin-top: 15px;
	}

	.testimonials-1 .testimonial-content {
		color: #ffffff;
		font-size: 16px;
		font-family: 'Open Sans';
		text-align:center;
		line-height: 31px;
	}

	.testimonials-1 .testimonial-content span {
		color: #ffffff;
	}

	.testimonials-1 .testimonial-author {
		margin-top: 20px;
		width:100%;
		text-align:center;
		text-transform: none;
		font-family: "Open Sans";
		font-weight: 700;
		font-size: 19px;
		color: #fff;
	}
	
	.testimonials-1 .testimonial-author .spacer {
		color: #ffc425;
		display: inline-block;
		margin-right: 5px;
	}
	/* End Testimonials 1 */
	
	/* Team Carousel */
	.home-team {
		background: #efefef;
		padding: 80px 0;
	}
	
	.home-team .widget-title {
		font-size: 27px;
		color: #333333;
		line-height: 1;
		text-align: center;
		margin-bottom: 70px;
	}
	
	.team-members-carousel {
		text-align: center;
	}
	
	.slick-prev,
	.slick-next {
		background: url(images/carousel-sprites.png);
		padding: 0;
		width: 14px;
		height: 24px;
		border: none;
		font-size: 0;
		text-indent: -9999px;
		outline: none;
	}
	
	.slick-dots {
		text-align: center;
		padding-bottom: 10px;
	}
	
	.team-members-carousel .slick-dots {
		margin-top: 40px;
	}
	
	.slick-dots li {
		display: inline-block;
		margin: 0 10px;
	}
	
	.slick-dots li button {
		background: #fff;
		border: none;
		width: 10px;
		height: 10px;
		font-size: 0;
		padding: 0;
		text-indent: -9999px;
		outline: none;
	}
	
	.slick-dots .slick-active button {
		background: #ffc425;
	}
	
	.slick-prev:hover,
	.slick-next:hover {
		opacity: .7;
	}
	
	.custom-carousel .slick-prev,
	.custom-carousel .slick-next {
		position: absolute;
		top: 100px;
	}
	
	.custom-carousel .slick-prev {
		left: -80px;
	}
	
	.custom-carousel .slick-next {
		right: -80px;
	}
	
	.slick-prev {
		background-position: -0px -0px;
	}
	
	.slick-next {
		background-position: -0px -34px;
	}
	
	.team-member .inner {
		width: 300px;
		max-width: 100%;
		display: inline-block;
		line-height: 0;
	}
	
	.carousel-item.team-member a {
		display: inline-block;
		position: relative;
		background: #ddd;
		height: 240px;
		width: 300px;
	}
	
	.carousel-item.team-member a:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		-webkit-transition: all 500ms cubic-bezier(0.000, 0.280, 0.000, 1); /* older webkit */
		-webkit-transition: all 500ms cubic-bezier(0.000, 0.280, 0.000, 1.005); 
		   -moz-transition: all 500ms cubic-bezier(0.000, 0.280, 0.000, 1.005); 
			 -o-transition: all 500ms cubic-bezier(0.000, 0.280, 0.000, 1.005); 
				transition: all 500ms cubic-bezier(0.000, 0.280, 0.000, 1.005); /* custom */

		-webkit-transition-timing-function: cubic-bezier(0.000, 0.280, 0.000, 1); /* older webkit */
		-webkit-transition-timing-function: cubic-bezier(0.000, 0.280, 0.000, 1.005); 
		   -moz-transition-timing-function: cubic-bezier(0.000, 0.280, 0.000, 1.005); 
			 -o-transition-timing-function: cubic-bezier(0.000, 0.280, 0.000, 1.005); 
				transition-timing-function: cubic-bezier(0.000, 0.280, 0.000, 1.005); /* custom */
	}
	
	.carousel-item.team-member a:hover:before {
		background: rgba(255, 206, 91, 0.25);
	}
	
	.carousel-item.team-member a:after {
		content: '';
		display: inline-block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 0;
		right: 0;
		background-image: url(images/carousel-sprites.png);
		background-position: -0px -68px;
	}
	
	.team-members-carousel .team-member {
		width: 300px;
		max-width: 100%;
		margin: 0 5px;
	}
	
	.team-member .bottom-part {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	
	.team-member .member-name {
		display: block;
		padding: 20px 24px;
		font-family: "Helvetica Neue Bold";
		font-size: 19px;
		line-height: 1;
		color: #ffc425;
		text-align: left;
	}
	
	.team-member .member-title {
		display: block;
		padding: 12px 24px;
		background: #ffc425;
		font-family: "Helvetica Neue Bold";
		font-size: 15px;
		line-height: 1;
		color: #000000;
		text-align: left;
	}
	
	.team-member a:hover .member-title {
		background: #fed157;
	}
	
	/* Footer */
	.footer-widget-wrapper {
		overflow: hidden;
	}
	
/**
* 6.0 Page Styles / Internals
*
* Styles for Internal Pages, Custom Pages
* 
* -----------------------------------------------------------------------------
*/
	.home.full-width-content .content {
		margin-top: 0;
	}
	
	.full-width-content .content {
		margin-top: 70px;
	}
	
	.home.content-sidebar .content-sidebar-wrap {
		margin-top: 0;
	}
	
	.content-sidebar .content-sidebar-wrap {
		margin-top: 40px;
	}

	.content-sidebar .content {
		display: inline-block;
		/* width: 710px; */
		width: 645px;
		max-width: 100%;
		/* padding-right: 65px; */
		vertical-align: top;
		float: left;
	}
	
	.content-sidebar .sidebar {
		display: inline-block;
		width: 250px;
		max-width: 100%;
		vertical-align: top;
		float: right;
	}
	
	.internal-header {
		background: #ffc425;
		background-position: center center;
		background-size: cover;
		padding: 40px 0 35px;
		border-bottom: 1px solid #ffd86e;
	}

	.internal-header h1 {
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		font-size: 39px;
		font-weight: 800;
		margin: 0;
		line-height: 100%;
	}
	
	.internal-header h1 span {
		display: inline-block;
		font-size: 39px;
		color: #000;
		font-family: "Helvetica Neue Bold";
		/* text-transform: lowercase; */
	}
	
	.internal-slider-container {
		margin-bottom: 40px;
	}
	
	/* .internal-header h1 span:after {
		content: '';
		display: block;
		margin: 12px auto 0;
		width: 50px;
		height: 4px;
		background: #90bf42;
	} */
	
	/* 404 Page */
	.error404 .site-inner {
		background: #fff;
	}
	
	.error404 .content-404 {
		display: inline-block;
		width: 100%;
		padding: 80px 0;
		text-align: center;
		min-height: 500px;
	}
	
	.error404 .content-404 * {
		color: #000;
		font-family: 'Oswald';
		text-transform: uppercase;
	}
	
	.error404 .content-404 h2 {
		background: #000;
		color: #fff;
		display: inline-block;
		padding: 8px 30px;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-size: 36px;
	}
	
	.content-404 h3 {
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	
	.content-404 h4 {
		margin-bottom: 20px;
		font-size: 19px;
		line-height: 1.6;
	}

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

	.home .content-sidebar-wrap {
		padding-bottom: 0;
	}
	

	/**
	* 6.1 Internals | Blog
	* 
	* -----------------------------------------------------------------------------
	*/
	.blog-container .post-date {
		background: none;
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		padding: 7px 12px;
		font-size: 11px;
		color: #000;
		font-weight: 600;
	}
	
	.title-container {
		position: relative;
		margin-bottom: 25px;
	}
	
	.blog-container .title-container .post-title {
		padding-right: 85px;
	}
	
	.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(255, 196, 37, .5);
	}
	
	.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 {
		color: #000;
	}

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

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

	.blog-container .post-title a:hover {
		color: #333;
	}
	
	.page-navi-container .wp-pagenavi a,
	.page-navi-container .wp-pagenavi span {
		display: inline-block;
		padding: 3px 8px;
		background: #ffc425;
		color: #fff;
		border: none;
	}
	
	.page-navi-container .wp-pagenavi a:hover {
		background: #FFDD81;
		color: #fff;
	}
	
	.page-navi-container .wp-pagenavi span.current,
	.page-navi-container .wp-pagenavi span {
		background: none;
		color: #ffc425;
	}
	
	.sidebar > .widget {
		margin-bottom: 40px;
	}
	
	.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: 40px;
		width: 210px;
		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"] {
		display: inline-block;
		width: 40px;
		height: 40px;
		padding: 0;
		background-image: url(images/search-btn.png);
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -9999px;
		font-size: 0;
	}

	.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: #000;
		text-decoration: none;
		background-color: #dddddd;
	}

	.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(255, 196, 37, .7);
		padding: 5px 10px;
		-moz-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	
	.sidebar-posts .post-item a:hover .overlay {
		background: rgba(255, 196, 37, .4);
		color: #fff;
	}
	
	.sidebar-posts .post-item .overlay .title {
		color: #000;
		font-weight: 700;
	}
		
	.header-banner-image {
		margin-bottom: 20px;
	}
	
	.ff-social-share {
		margin-bottom: 10px;
		float: left;
	}
	
	.single-post .ff-social-share {
		margin-bottom: 10px;
		float: left;
	}

	.single-post .post-date {
		position: relative;
		float: right;
		top: 0px;
		right: 0px;
		display: block;
		padding: 7px 12px;
		font-size: 11px;
		background-color: #fed157;
		color: #FFF;
	}

	.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;
	}
	
	.entry-title-container h2 a {
		color: #000;
	}

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

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

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

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

	.contact-map{
		width: 100%;
	}

	.contact-page .contact-form .ginput_container input,
	.contact-page .contact-form .ginput_container textarea {
		background-color: transparent;
		padding: 12px 20px;
		color: #171e28;
		font-weight: 600;
		width: 100% !important;
		border: none;
		border: 1px solid #e1e4e5;
		border-left: 3px solid #ffc425;
	}
	
	.contact-page .contact-form .ginput_container textarea{
		max-height: 100px;
		overflow: auto;
	}
	
	.contact-form ::-webkit-input-placeholder {
	   color: #171e28;
	   font-weight: 600;
	}

	.contact-form :-moz-placeholder {
	   color: #171e28;
	   font-weight: 600; 
	}

	.contact-form ::-moz-placeholder {
	   color: #171e28;
	   font-weight: 600;
	}

	.contact-form :-ms-input-placeholder {  
	   color: #171e28;
	   font-weight: 600; 
	}
	
	.contact-page .contact-page-captcha img.gfield_captcha {
		display: inline-block;
		width: auto !important;
		height: 28px;
		height: 33px;
	}
	
	.contact-page .contact-page-captcha input {
		display: inline-block;
		width: 160px;
		height: 33px;
		color: #171e28;
		font-weight: 600;
		background: #ffffff;
		border: 1px solid #e1e4e5;
		border-left: 3px #a2d154 solid;
	}

	.contact-page .content-sidebar-wrap .left-side {
		width: 445px;
	}

	.contact-page .content-sidebar-wrap .right-side {
		width: 495px;
	}
	
	.contact-page .entry-content .col-xs-6.left-side h4 {
		margin-bottom: 36px;
	}

	.contact-page .contact-page-captcha label.gfield_label {
		display: none;
	}
	
	.contact-page .gform_wrapper .top_label .gfield_label {
		color: #002520;
		font-size: 12px;
		margin: 12px 0 0;
	}
	
	.contact-page-captcha .gfield_captcha_container{
		float: left;
		margin: 10px 0px 0px 0px;
	}
	
	.contact-page-captcha input{
		padding: 20px 20px !important;
		border: none;
	}
	
	.contact-page .contact-page-captcha .gfield_captcha_input_container {
		display: inline-block;
		padding: 0px;
		margin-right: 0px;
		border: none;
	}
	
	.contact-page .validation_error {
		display: none;
	}

	.contact-page .validation_message{
		color: #ea9698 !important;
	}

	.contact-form li.gfield_error input[type=text]{
		border: 1px solid #ffa6a8 !important;
	}

	.contact-form #field_2_5 .gfield_description.validation_message{
		margin-top: 50px !important;
		float: left;
		width: 250px;
		position: absolute;
	}

	.contact-form li.gfield.gfield_error.gfield_contains_required{
		margin-left: 0!important;
	}
	
	.contact-us-form.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
		padding-left: 0!important;
	}
	
	.contact-page .site-inner .gform_wrapper textarea.large{
		height: 60px;
	}
	
	.contact-page .site-inner .gform_wrapper li.gfield.gfield_error {
		background-color: transparent;
		margin-bottom: 0 !important;
		padding: 0 !important;
		border-top: 0;
		border-bottom: 0;
		width: 100%;
	}
	
	.contact-page .site-inner .gform_footer {
		text-align: right;
		width: 100%;
	}
	
	.contact-page .site-inner .gform_footer .gform_footer  {
		text-align: center;
		width: 100%;
	}
	
	.contact-page .site-inner .contact-form .gform_footer .gform_button.button {
		padding: 15px 15px;
		font-weight: 700;
		font-size: 16px;
		color: #fff;
		background: #ffc425 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;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}

	.contact-page .site-inner .contact-form .g-recaptcha {
		height: 25px;
	}
	
	.contact-page .site-inner .contact-form .gform_footer .gform_button.button:hover, 
	.contact-page .site-inner .site-inner .contact-form .gform_footer .gform_button.button:hover {
		background-color: #fed157;
		color: #ffffff;
	}
	
	.contact-page .site-inner .contact-form .ginput_container {
		margin: 5px auto;
	}
	
	.contact-page .site-inner .gform_wrapper,
	.contact-page .site-inner .first .ginput_container {
		margin-top: 0;
	}
	
	div.gform_wrapper .gfield_captcha_container img.gfield_captcha {
		float: left!important;
	}
	
	.gform_wrapper .gfield_captcha_input_container {
		float: right;
	}
	
	.gform_wrapper ul li.captcha-container {
		display: inline-block;
		width: 100%;
	}
	
	.contact-page .contact-form .captcha-container input {
		background-color: transparent;
		padding: 12px 20px;
		border: none;
		border: 1px solid #e1e4e5;
		border-left: 3px solid #ffc425;
		color: #171e28;
		width: 250px;
		max-width: 100%;
	}
	
	.contact-page .site-inner .small-icon {
		position: relative;
		margin-left: 35px;
		padding: 5px 0px 0px 20px;
		color: #000;
	}

	.contact-page .site-inner .small-icon:before {
		content: "";
		position: absolute;
		width: 32px;
		height: 32px;
		top: 0px;
		left: -35px;
		background: url(images/sprites-contact.png) no-repeat scroll 0% 0% transparent;
	}

	.contact-page .site-inner .small-icon.address:before {
		background-position: 0px -3px;
		width: 33px;
		height: 33px;
		left: -56px;
	}

	.contact-page .site-inner .small-icon.phone:before {
		background-position: 0px -41px;
		width: 34px;
		height: 34px;
	}

	.contact-page .site-inner .small-icon.fax:before {
		background-position: 0px -78px;
		width: 34px;
		height: 34px;
	}

	.contact-page .site-inner .small-icon.email:before {
		background-position: 0px -124px;
	}

	.contact-page .site-inner .small-icon.email {
		padding-top: 0;
		margin-bottom: 50px;
	}

	.contact-page .site-inner .address {
		margin-bottom: 30px;
		font-size: 14px;
		color: #000;
		padding: 0 0 20px 0px;
		margin-left: 56px;
		width: 280px;
		max-width: 100%;
	}

	.contact-page .site-inner .contact-numbers,
	.contact-page .site-inner .contact-numbers a {
		margin-bottom: 20px;
		font-size: 19px;
		color: #000;
	}
	
	.contact-page-bottom-cta {
		background: #ffc425;
		background-size: cover;
		background-attachment: fixed;
		display: inline-block;
		width: 100%;
		padding: 80px 0;
		text-align: center;
	}
	
	.contact-page-bottom-cta * {
		color: #fff;
	}
	
	.contact-page .site-container .contact-map {
		line-height: 0;
	}
	
	.contact-map iframe {
		width: 100%;
	}
	
	.contact-page .content-sidebar-wrap {
		line-height: 1.45;
		padding-bottom: 20px;
	}
	
	
	/* Testimonials */
	.testimonials {
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 100px
	}
	
	.testimonial-box{
		background-color: #F4F4F4;
		padding: 0px;
		margin: 0 0 90px 0;
		border-left: none;
		position: relative;
	}

	.testimonial-content-page {
		font-size: 14px;
		color: #454545;
		padding: 25px 30px 25px 130px;
		position: relative;
	}
	
	.testimonials .testimonial-box {
		padding: 40px 70px 50px 120px;
		border-bottom: 0;
		margin: 0;
	}
	
	.testimonials .testimonial-box .content {
		line-height: 1.6;
	}
	
	.testimonials .testimonial-box:before {
		left: 45px;
	}
	
	/* .testimonial-content-page:before {
		content: "";
		width: 24px;
		height: 15px;
		position: absolute;
		display: block;
		line-height: 0;
		margin-top: 10px;
		left: 10px;
		color: #ccc;
		background-image: url('images/testimonial-quote.png');
		background-position: 0 0;
	} */

	.testimonial-name-bottom {
		font-size: 22px;
		font-style: normal;
		text-align: right;
		color: #777777;
		letter-spacing: 2px;
		background: #DBDBDB;
		margin: 0px;
		padding: 10px 30px;
		width: 100%;
		float: left;
		clear: both;
	}
	
	/* 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;
	}
	
	/* Page Style 2 */
	.page-style-2 .site-inner {
		background-color: #cccdc8;
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	
	.page-style-2 .site-inner .content-sidebar-wrap {
		background: rgba(255, 255, 255, 0.8);
		padding: 0 70px 60px;
		width: 1100px;
		margin-bottom: 130px;
	}
	
	.full-width-content.page-style-2 .content {
		margin-top: 0;
	}
	
	.page-style-2 .entry-content {
		text-align: center;
	}
	
	.page-style-2 .entry-content h4 {
		color: #333333;
	}
	
	.page-style-2 .entry-content .panel-heading h4 {
		margin-bottom: 0;
	}
	
	.page-style-2 .entry-content .panel-heading h4:after {
		display: none;
	}
	
	/* Custom Page Tabs */
	.custom-page-tabs .nav-tabs {
		display: table;
		width: 100%;
		padding: 0;
		margin: 0 0 40px;
	}
	
	.custom-page-tabs .nav-tabs > li {
		display: table-cell;
		float: none;
		text-align: center;
		border-right: 1px solid #2d2d2d;
	}
	
	.custom-page-tabs .nav-tabs > li:last-child {
		border-right: none;
	}
	
	.custom-page-tabs .nav-tabs>li>a {
		color: #8b8c8c;
		background-color: #000000;
		margin: 0;
		border: none;
		border-radius: 0;
		font-family: "Open Sans";
		font-weight: 700;
		font-size: 11px;
		text-transform: uppercase;
		padding: 15px;
	}
	
	.custom-page-tabs .nav-tabs>li>a:hover,
	.custom-page-tabs .nav-tabs>li>a:focus,
	.custom-page-tabs .nav-tabs>li.active>a {
		color: #ffffff;
		background-color: #333;
		border: none;
	}
	
/**
* 7.0 Effects
*
* This is the Effects, Animations,Forms Area CSS
* 
* -----------------------------------------------------------------------------
*/
	
	/* Transition Effects */
	.transition-1, a {
		-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);

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

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

	::-webkit-input-placeholder { color:#FFF; }
	:-moz-placeholder { opacity: 1; color:#FFF; } /* Firefox 18- */
	::-moz-placeholder { opacity: 1; color:#FFF; } /* firefox 19+ */
	:-ms-input-placeholder { color:#FFF; } /* ie */
	input:-moz-placeholder { color:#FFF; }
	
	div.gform_wrapper .gform_footer input.button,
	div.gform_wrapper .gform_footer input[type=submit] {
		display: block;
		width: 100%;
		background: #00b8d4;
		color: #fff;
		border: none;
		padding: 10px;
		font-weight: 600;
	}
	
	div.gform_wrapper {
		max-width: 100%;
	}
	
	div.gform_wrapper .gform_footer input.button:hover,
	div.gform_wrapper .gform_footer input[type=submit]:hover {
		background: #018A9F;
	}
	
	div.gform_wrapper .top_label li.gfield.gf_left_half input.medium,
	div.gform_wrapper .top_label li.gfield.gf_left_half input.large,
	div.gform_wrapper .top_label li.gfield.gf_left_half select.medium,
	div.gform_wrapper .top_label li.gfield.gf_left_half select.large,
	div.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
	div.gform_wrapper .top_label li.gfield.gf_right_half input.large,
	div.gform_wrapper .top_label li.gfield.gf_right_half select.medium,
	div.gform_wrapper .top_label li.gfield.gf_right_half select.large,
	div.gform_wrapper .top_label input.large,
	div.gform_wrapper .top_label select.large,
	div.gform_wrapper .top_label textarea.textarea,
	div.gform_wrapper .hidden_label input.large,
	div.gform_wrapper .hidden_label select.large,
	div.gform_wrapper .hidden_label textarea.textarea,
	div.gform_wrapper .top_label input.large,
	div.gform_wrapper .top_label select.large,
	div.gform_wrapper .top_label textarea.textarea.large,
	div.gform_wrapper .hidden_label input.large,
	div.gform_wrapper .hidden_label select.large,
	div.gform_wrapper .hidden_label textarea.textarea.large	{
		width: 100%;
	}
	
	/* GF Validation Overide */
	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;
	}
	
	.home-form .gform_wrapper div.validation_error {
		display: none!important;
	}
	
	div.gform_wrapper.gf_browser_ie .gform_footer input.button {
		padding: 10px;
	}
	
	/* Form Style 1 */
	.gform_wrapper .form-style-1 input[type="text"],
	.gform_wrapper .form-style-1 input[type="email"],
	.gform_wrapper .form-style-1 textarea {
		background: none;
		border: 2px solid #333333;
		padding: 8px 18px;
	}
	
	.gform_wrapper .form-style-1 li,
	.gform_wrapper form.form-style-1 li {
		margin-bottom: 15px;
	}
	
	.gform_wrapper .form-style-1 .gform_footer input[type="submit"] {
		background: #333333;
		color: #ffc425;
		padding: 15px;
		border-radius: 4px;
	}
	
	.gform_wrapper .form-style-1 .gform_footer input[type="submit"]:hover {
		background: #000000;
	}
	
	.form-style-1 ::-webkit-input-placeholder { color: #333; }
	.form-style-1 :-ms-input-placeholder { color: #333; }
	.form-style-1 ::-moz-placeholder { color: #333; }
	.form-style-1 :-moz-placeholder { color: #333; }
		
	/**
	* 7.1 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;
	}

    /**
    *  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: 5px;
        overflow: hidden;
        width: 100%;
    }

    .panel-default{
        border-color: #dfe1e2;
    }

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

    /*.panel-heading .accordion-toggle:before{
        content: url(../images/close.png);
        float: right;
        margin-top: -10px;
    }

    .panel-heading .accordion-toggle.active:before{
        content: url(../images/open.png);
        margin-top: -10px;
    }

    .panel-heading .accordion-toggle.active.collapsed:before{
        content: url(../images/close.png);
        float: right;
        margin-top: -10px;
    }*/

    .panel-heading .accordion-toggle {
        color: #333;
        padding: 15px 20px;
        background-color: #fff;
        border-color: #dfe1e2;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        text-decoration: none;
    }

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

    .panel-heading .accordion-toggle:hover{
        color: #000;
        background-color: #eee;
        border-color: #eee;
        padding: 15px 20px;
        text-decoration: none;
    }

    .panel-heading .accordion-toggle.active {
        background-color: #eee;
        border-color: #eee;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }

    .panel-title>a {
        color: inherit;
        display: inherit;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }

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

    .panel-default>.panel-heading+.panel-collapse .panel-body{
        border-top-color: #ffffff;
        border-top: 1px solid #ffffff;
        color: #444;
        padding: 25px 20px 25px 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 1.8;
		box-sizing: border-box;
    }
    /*End Accordion*/

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

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


/*
*	Style 2
*/

/* Internal page content styling */
.internal .entry-content p a:not(.btn),
.internal .entry-content p a:not(.btn):visited,
.internal .entry-content p a:not(.btn):focus{
	color: #A58531;
}

.internal .entry-content p a:not(.btn):hover {
	color: #CF9E20;
}

/* .internal .entry-content .btn,
.internal .entry-content .btn:visited,
.internal .entry-content .btn:focus {
	color: #333333;
} */

.internal .well .glyphicon {
	float: left;
	padding: 0 20px 20px 0px;
}

h3.contained-header {
	color: #000000;
	text-shadow: 0px 0px 4px #C2C2C2;
	font-size: 24px;
	background-color: #FEC423;
	padding: 20px;
	border-bottom: 1px solid #ECECEC;
	margin-top: 60px;
	margin-bottom: 60px;
}

h3.contained-header i {
	color: #fff;
	text-shadow: 0px 0px 5px #5E5E5E;
}

.page-bottom-content {
	display: inline-block;
	width: 100%;
}

.boxed-content {
	padding: 20px 40px;
	border-left: 5px solid #000;
	box-shadow: 0px 0px 1px 1px #e6e6e6;
	font-size: 19px;
	font-weight: 100;
	margin: 60px auto 10px;
	background-color: #FFC425;
	color: #000;
}


/* Override styles */
#form-allowed-tags{
    display: none;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
}


/* Pop Up Form */
.pop-up-form-block.widget-area {
	display: none;
}

#fancybox-wrap #fancybox-content div {
	box-sizing: border-box;
}

.get-audio-form-wrap {
	width: 880px;
	max-width: 100%;
	padding: 10px 40px;
	overflow: hidden;
	box-sizing: border-box !important;
}

.ga-info {
	padding: 10px 0 30px;
}

.popup-form-container p {
	color: #000
}

.get-audio-right p {
	font-size: 13px;
	line-height: normal;
	padding: 0 0 10px;
	color: #000
}

.ga-info p,
.ga-title,
.ga-sub-title {
	text-align: center;
	font-weight: 600;
	line-height: normal;
	color: #717171;
	margin: 0;
}

.ga-title {
	font-size: 33px;
}

.ga-sub-title {
	font-size: 33px;
	text-transform: uppercase
}

.get-audio-left {
	float: left;
	width: 40%;
}

.get-audio-left img {
	max-width: 88%;   
}

.get-audio-right {
	float: left;
	width: 60%;
	padding: 0 0 0 50px;
}

.get-audio-right input[type="text"]{
	border: 1px solid #B4C5CB;
	height: 30px;
}

.get-audio-right .gfield_captcha_input_container input[type="text"]{
    margin-top: 15px;
    width: 200px;
}   

.download-mpr-btn,
.get-audio-right .gform_wrapper .gform_footer input[type="submit"] {
	background: #007161;
	color: #FFF !important;
	border: 0;
	padding: 5px 10px;
	margin: 0;
	cursor: pointer;
	width: auto;
	font-size: 17px;
	transition: color 0.25s, background 0.25s;
}

.download-mpr-btn:hover,
.get-audio-right .gform_wrapper .gform_footer input[type="submit"]:hover {    
	background: #fed157;
}

#fancybox-wrap #fancybox-content .gform_footer {
	padding: 0;
}

.audio-book-page .one-half {
	width: 45%;
	float: left;
	margin-right: 10%;
}

.audio-book-page .one-half.last {        
	margin-right: 0;
}

.audio-book-page  .entry-content {
	overflow: hidden;
}

.audio-book-page  .one-half p {
	margin: 0 0 30px;
	line-height: 24px;
}

.audio-book-page h2 {
	margin:  0 0 20px;   
}

.audio-book-page  .one-half.last h4 {
	margin: 0 0 10px;
	font-family: 'Open sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #777;    
}

.audio-wrap-mp3 {
	margin: 0 0 20px;   
}

.download-mpr-btn {
	padding: 10px !important;
	border-radius: 5px;
	width: 100%;
	max-width: 320px;
	display: inline-block;
	text-align: center; 
}

.get-audio-right .gform_footer.top_label {
	margin: 0;   
}

.get-audio-right .gform_footer.top_label  .gform_button.button {
	width: 100%;
	border: 0;
	color: #000 !important;
	font-weight: 700;
	padding: 12px;
	border-radius: 4px;
	background-color: #ffc425;
	font-size: 14px;
	line-height: 100%;
	padding: 18px;
	transition: all 0.3s ease;
}

.get-audio-right ::-webkit-input-placeholder {
   color: #B4C5CB;
}

.get-audio-right :-moz-placeholder { /* Firefox 18- */
   color: #B4C5CB; 
}

.get-audio-right ::-moz-placeholder {  /* Firefox 19+ */
   color: #B4C5CB; 
}

.get-audio-right :-ms-input-placeholder {  
   color: #B4C5CB;  
}

/* Sidebar CTA */
.sidebar-cta {
    background: url(/wp-content/uploads/2021/02/hr-texting.jpg) no-repeat;
    display: table-cell;
    vertical-align: bottom;
    width: 250px;
    height: 353px;
    text-align: center;
    position: relative;
}

.sidebar-cta .btn-1{
	max-width: 250px;
	border-radius: 0px;
	bottom: 0;
	position: relative;
    z-index: 999;
}

.sidebar-cta .box-link{
    position:absolute; 
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 8;
}

/* Blog Comment Override */
.comment-form-comment textarea{
	clear: both;
	width: 100%;
}

.comment-form .cptch_block:before{
    content: 'Challenge Question';
    font-weight: 700;
    font-size: 10px;
    float: left;
}

.comment-form input[type="url"]{
   margin-left: 10px;
}

.comment-form input[type="text"]{
   margin-left: 13px;
}
.comment-form input[type="email"]
{
   margin-left: 16px;
}

/* General footer Css */
.site-footer {
	display: block;
	width: 100%;
}

.site-footer .wrap {
	width: auto;
	max-width: none;
}


.site-footer .widget {
	padding: 20px 0;
}

.site-footer  p {
	padding: 0 0 20px;
	margin: 0;
}

.footer-row-last {
	font-size: 12px;
	font-weight: 600;
}

.linkback a {
	color: #ffffff;
}

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

p.footer-address {
	margin-top: 20px;
}

/* Customization */
.site-footer * {
	color: #ffffff;
	font-family: "Open Sans";
}

.site-footer .footer-row-top {
	background-color: #000000;
	padding-top: 90px;
	padding-bottom: 70px;
	box-shadow: inset 0px 110px 40px -110px #000;
}

.site-footer .footer-row-last {
	background-color: #1b1b1b;
	padding-top: 20px;
}


/* Footer Contact Form */
.site-footer .gform_wrapper .top_label .gfield_label {
	display: none;
}

.site-footer .gform_wrapper .top_label input.large,
.site-footer .gform_wrapper .top_label select.large,
.site-footer .gform_wrapper .top_label textarea.textarea {
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	padding: 13px 18px;
	background-color: transparent;
	border: 2px solid #666666;
	margin-bottom: 5px;
	width: 100%;
}

.site-footer .gform_wrapper .top_label textarea.textarea {
	height: 80px;
}

.site-footer .gfield_captcha_input_container input[type="text"] {
	background: none;
	border: 2px solid #666666;
	font-size: 12px;
	font-weight: 700;
	padding: 10px;
}

.site-footer .gform_wrapper .gform_footer input.button,
.site-footer .gform_wrapper .gform_footer input[type=submit] {
	width: 100%;
	border: 0;
	color: #000;
	font-weight: 700;
	padding: 12px;
	border-radius: 4px;
	background-color: #ffc425;
	font-size: 14px;
	line-height: 100%;
	padding: 18px;
	transition: all 0.3s ease;
}

.site-footer .gform_wrapper .gform_footer input.button:hover,
.site-footer .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #fed157;
}

.site-footer .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

.site-footer .gform_wrapper{
	margin: 0;
}

.site-footer .footer-column-title {
	position: relative;
	font-family: "Helvetica Neue Bold";
	font-size: 19px;
	text-align: center;
	margin-bottom: 70px;
}

.site-footer .footer-column-title:after {
	content: "";
	display: block;
	width: 20px;
	height: 5px;
	margin: 0 auto;
	margin-top: 18px;
	background-color: #ffc425;
}

.site-footer ::-webkit-input-placeholder {
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	padding-top: 3px;
}

.site-footer :-moz-placeholder { /* Firefox 18- */
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	padding-top: 3px;
}

.site-footer ::-moz-placeholder {  /* Firefox 19+ */
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	padding-top: 3px;
}

.site-footer :-ms-input-placeholder { 
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	padding-top: 3px;
}

.site-footer .gform_wrapper .gfield_captcha_input_container {
	display: inline-block;
	float: right;
}

/* Footer Customization */
.site-footer .contact-detail {
	position: relative;
	padding-left: 64px;
}


.site-footer .contact-detail:before {
	content: "";
	position: absolute;
	left: 0;
	background-image: url('images/footer-sprite.png');
	position: absolute;
	width: 37px;
	height: 37px;
}

.site-footer .contact-detail.number:before {
	background-position: 0 0;
}

.site-footer .contact-detail.address:before {
	background-position: 0 -47px;
}

.site-footer .contact-detail {
	display: inline-block;
	margin-bottom: 40px;
}

.site-footer .contact-detail.number {
	color: #ffffff;
	font-size: 19px;
	font-family: "Helvetica Neue Bold";
}

.site-footer .contact-detail.address {
	color: #666666;
	font-size: 14px;
	line-height: 1.64;
	font-family: "Open Sans";
	font-weight: 700;
}


/* Social icons */
.social-icons {
	display: inline-block;
}

.social-icons .social-icon {
	text-indent: -9999px;
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	float: left;
	margin: 0 10px;
	background-image: url('images/footer-social-icons.png');
}

.social-icons .social-icon.linkedin {
	background-color: #f78f1e;
	background-position: 0 0;
}

.social-icons .social-icon.linkedin:hover {
	background-color: #ac6314;
}

.social-icons .social-icon.youtube {
	background-color: #f26631;
	background-position: 0 -56px;
}

.social-icons .social-icon.youtube:hover {
	background-color: #a94722;
}

.social-icons .social-icon.twitter {
	background-color: #e20177;
	background-position: 0 -112px;
}

.social-icons .social-icon.twitter:hover {
	background-color: #9e0053;
}


/* Sidebar Social Icons */
.social-icons.sidebar-social {
	width: 100%;
	text-align: center;
}

.social-icons.sidebar-social .social-icon {
	background-image: url(images/social-media-sprites.png);
	width: 54px;
	height: 54px;
	display: inline-block;
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 0;
	margin: 5px 2px;
	float: none;
}

.social-icons.sidebar-social .social-icon:hover {
	background-color: #ffc425;
	border-color: #ffc425;
}

.social-icons.sidebar-social .social-icon.youtube {
	background-position: -0px -0px;
}

.social-icons.sidebar-social .social-icon.twitter {
	background-position: -0px -60px;
}

.social-icons.sidebar-social .social-icon.instagram {
	background-position: -0px -120px;
}

.social-icons.sidebar-social .social-icon.facebook {
	background-position: -0px -180px;
}


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

.testimonial-box:before {
	content: "";
	width: 24px;
	height: 15px;
	position: absolute;
	display: block;
	line-height: 0;
	margin-top: 10px;
	left: 10px;
	color: #ccc;
	background-image: url('images/testimonial-quote.png');
	background-position: 0 0;
}

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

/* Shortcode - inline_CTA */
.content-cta {
	display: block;
	background-color: #ffc425;
	padding: 40px 45px;
}

.full-width-content .content-cta {
	text-align: center;
	margin-bottom: 30px;
}

.content-cta .cta-title {
	display: block;
	margin-bottom: 30px;
}

.content-cta .cta-button {
	display: inline-block;
	width: 225px;
	max-width: 100%;
	padding: 18px;
	color: #ffc425;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	background-color: #333333;
}

.content-cta .cta-button:hover {
	background-color: #000;
}

/* Sidebar Overrides */
.sidebar .widget-title {
	color: #000;
	font-family: "Helvetica Neue Bold";
	text-align: center;
	text-transform: lowercase;
	margin-bottom: 30px;
}

.sidebar .widget {
	border-top: 1px solid #666666;
	padding-top: 30px;
}

.sidebar .menu li {
	text-align: center;
}

.sidebar .menu {
	border-top: 1px #dddddd solid;
}

.sidebar .menu li {
	border: 1px #dddddd solid;
}



/* Tabbed Page tabs content Style */
.tab-content {
	text-align: center;
}

.tab-content-title,
.page-style-2 .entry-content h4 {
	text-align: center;
	margin-bottom: 35px;
	color: #333333;
}

.tab-content-title:after,
.page-style-2 .entry-content h4:after {
	content: "";
	position: relative;
	display: block;
	text-align: center;
	width: 28px;
	height: 5px;
	background-color: #ffc425;
	float: none;
	margin: 10px auto 0;
}

/* Team Members Page */
.single-team-member .team-members-container .team-member {
	margin-bottom: 10px;
}

.single-team-member .team-members-container .team-member .btn {
	padding: 14px 0;
	font-size: 16px;
	width: 268px;
	max-width: 100%;
	text-align: center;
	margin: auto;
}

.team-member .left-side img {
	margin-bottom: 30px;
}

.single-team-member .team-members-container .team-member {
	padding-bottom: 30px;
}


/* Consultan Database Page */
.consultant-database .kn-login-form{
    margin: 30px auto;
    float: none !important;
}

.consultant-database .kn-view input[type=submit] {
    width: 100%;
    max-width: 300px;
    border: 0;
    color: #333 !important;
    font-weight: 700;
    padding: 12px;
    border-radius: 4px;
    background: #ffc425 !important;
    font-size: 14px !important;
    line-height: 100%;
    padding: 18px;
    transition: all 0.3s ease;
    text-shadow: none !important;
}

.consultant-database .kn-view input[type=submit]:hover {
    background: #fed157 !important;
    text-decoration: none;
}

/* Responsive menu easing */
#responsive-menu {
	left: -75% !important;
	display: block !important;
	-webkit-transition: all 500ms cubic-bezier(0.030, 0.495, 0.255, 0.995);
	   -moz-transition: all 500ms cubic-bezier(0.030, 0.495, 0.255, 0.995);
	     -o-transition: all 500ms cubic-bezier(0.030, 0.495, 0.255, 0.995);
	        transition: all 500ms cubic-bezier(0.030, 0.495, 0.255, 0.995); /* custom */

	-webkit-transition-timing-function: cubic-bezier(0.030, 0.495, 0.255, 0.995);
	   -moz-transition-timing-function: cubic-bezier(0.030, 0.495, 0.255, 0.995);
	     -o-transition-timing-function: cubic-bezier(0.030, 0.495, 0.255, 0.995);
	        transition-timing-function: cubic-bezier(0.030, 0.495, 0.255, 0.995); /* custom */
}

#responsive-menu.RMOpened {
	left: 0 !important;
}


.credits{
	display:none !important;
}

#gform_submit_button_7 {
	padding: 15px 15px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #ffc425 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;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#gform_wrapper_7 .ginput_container input, #gform_wrapper_7 .ginput_container textarea {
    background-color: transparent;
    padding: 12px 20px;
    color: #171e28;
    font-weight: 600;
    width: 100% !important;
    border: none;
    border: 1px solid #e1e4e5;
    border-left: 3px solid #ffc425;
}
.footer-privacy{
	margin:15px !important;
}
ul.square li{
	list-style: square !important;
}