/***************************************************************************************
Theme Name: ExciteMedia Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.2.1
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
***************************************************************************************/

/******************************************
GENERAL STYLES
******************************************/
/* Font Faces - BEGIN */
@import url('https://fonts.googleapis.com/css?family=Catamaran:400,500,700');
/* Font Faces - END */


/* TEMPORARY STYLES */
.page-find-a-centre .inner-banner .em-button { display:none!important;}
.page-id-11 .img-responsive { display:none!important;}
.page-id-11 .inner-banner { height:200px; background-image: url(https://www.motherduck.com.au/wp-content/uploads/2018/07/search-bg.png);}

html {
	font-size: 100% !important;
}
body {
	color: #323A3B;
	font-family: 'Catamaran', sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.55555556em;
}
h1, h2, h3, h4, h5, h6 {
	color: #272525;
	font-family: 'signo', sans-serif;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 0 12px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 2.625rem;
	line-height: 1.1em;
}
h2 {
	font-size: 2.5rem;
}
h3 {
	font-size: 1.875rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.125rem;
}
a {
	color: #68B9BC;
	outline: none;
	text-decoration: none;
}
a, a:not(.em-button) a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a.em-button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
a:hover {
	color: #419a9d;
	text-decoration: none;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	border: 0;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
	height: auto !important;
}
img:before {
	background-color: #efefef;
	border: 2px dotted rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: 100px;
	width: 100%;
}
img:after {
	color: rgb(100, 100, 100);
	content: "\f127" " Broken Image of " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin-bottom: 26px;
	margin-top: 26px;
	padding: 0;
}
table {
	margin: 20px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ccc;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }
iframe {
	max-width: 100%;
}
div.ezcol-one-quarter, div.ezcol-one-half, div.ezcol-three-quarter, div.ezcol-one-third, div.ezcol-two-third, div.ezcol-one-fifth, div.ezcol-two-fifth, div.ezcol-three-fifth, div.ezcol-four-fifth {
	hyphens: none;
}
#post-not-found {
	padding-top: 30px;
	text-align: center;
}
.em-googlemap,
.acf-map {
	position:relative;
}
.overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.twenty20 {
	max-width: 100%;
}
.extra-content,
.mainbody {
	padding: 50px 0;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.inline-block li {
	display: inline-block;
}
.medium {
	font-weight: 500;
}
.regular {
	font-weight: 300;
}
.fz-22 {
	font-size: 1.375rem;
}
.font-catamaran {
	font-family: 'Catamaran', sans-serif;
}
.gray-bg {
	background-color: #F3F3F3;
}
.yellow-text {
	color: #FFCB05 !important;
}
.green-text {
	color: #00A651 !important;
}
small {
	font-size: 1rem;
	font-weight: 700;
}
/******************************************
LAYOUT STYLES
******************************************/
/*** Enter your style for global layout here ***/
.main-header {
	background: rgba(0,149,218,1);
	background: -moz-linear-gradient(left, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,149,218,1)), color-stop(25%, rgba(0,149,218,1)), color-stop(50%, rgba(0,131,203,1)), color-stop(100%, rgba(0,114,188,1)));
	background: -webkit-linear-gradient(left, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	background: -o-linear-gradient(left, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	background: linear-gradient(to right, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095da', endColorstr='#0072bc', GradientType=1 );
	padding-top: 18px;
}
.main-header .logo img {
	width: 147px;
}
.main-header .logo .logo-images {
	margin-bottom: -75px;
	position: relative;
    z-index: 999;
}
.main-header .logo .logo-images .kinder {
	margin-top: -15px;
}
.custom-logo-link img {
	margin-right: 18px;
}
/*** Homepage - Enter any style for elements on homepage here ***/
.banner-area, .inner-banner {
	background-image: url(library/images/banner-bg@2x.png);
	background-position: center;
	background-size: cover;
	padding-bottom: 74px;
	padding-top: 85px;
	position: relative;
	text-align: center;
}
.inner-banner {
	padding-top: 93px;
	padding-bottom: 75px;
}
.banner-area h1, .inner-banner h1, .banner-area h2 {
	color: #FFCB05;
	margin-bottom: 9px;
}
.banner-area h2 {
	font-size: 2.625rem;
}
.banner-area p, .inner-banner p {
	font-weight: 500;
	line-height: 1.7em;
}
.inner-banner p {
	margin-top: 5px;
}
.banner-area .banner-buttons, .inner-banner .banner-buttons {
	bottom: -83%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	z-index: 99;
}
.inner-banner .banner-buttons {
	bottom: -12.5%;
}
.banner-area .banner-buttons .em-pink {
	margin-right: 32px;
}
.banner-area .banner-buttons .em-gray {
	margin-right: 33px;
	padding: 26px 55px 25px;
}
.banner-video-container .banner-video {
	margin: 0 auto;
	max-width: 1920px;
	overflow: hidden;
	position: relative;
}
.banner-video-container .banner-video-inner {
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.banner-video-container .banner-video-inner .embed-container {
	padding-bottom: 0;
	height: 643px;
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.banner-video-container .banner-video-inner .embed-container iframe {
	max-width: none;;
    width: 1920px;
    position: absolute;
    top: 0px;
    top: -17%;
    left: 0px;
    width: 100%;
    height: 100% !important;
}
.banner-video-container .banner-video .button-controls {
	position: absolute;
	top: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	z-index: 99999;
}
.banner-video-container .banner-video .button-controls div {
  	cursor: pointer;
}
.banner-video-container .banner-video .button-controls div#pause-button {
  	opacity: 0;
}
.banner-video-container .banner-video .button-controls div#play-button {
	display: none;
}
.banner-video-container .banner-video:hover .button-controls div#pause-button {
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-ms-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}
.video-text {
	background: rgba(0,166,80,1);
	background: -moz-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(3,146,73,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,166,80,1)), color-stop(100%, rgba(3,146,73,1)));
	background: -webkit-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(3,146,73,1) 100%);
	background: -o-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(3,146,73,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(3,146,73,1) 100%);
	background: linear-gradient(to right, rgba(0,166,80,1) 0%, rgba(3,146,73,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a650', endColorstr='#039249', GradientType=1 );
	padding: 16px 0;
}
.video-text p {
	background-image: url(library/images/baby-face.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	color: #FFF;
	display: inline-block;
	margin: 0;
	padding-left: 40px;
}
#portal-section {
	padding-bottom: 87px;
	padding-top: 84px;
}
.portals .portal .portal-content {
	position: relative;
}
.portals .portal a.hover-con .image-con {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.portals .portal a.hover-con {
	background-color: #0095DA;
	background-image: url(library/images/yellow@2x.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 359px;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
	display: block;
	position: relative;
}
.portals .portal a.hover-con .short-description {
	bottom: 0;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    position: absolute;
}
.portals .portal a.hover-con:hover .image-con {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.portals .portal a.hover-con:hover .short-description {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    padding: 40px;
}
.portals .portal a.hover-con:hover .short-description p {
	color: #FFF;
	font-size: 1.25rem;
	line-height: 1.68em;
	text-align: center;
}
.portals .portal a.title-link {
	background-color: #0072BC;
	border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
	color: #FFF;
	display: block;
	font-weight: 300;
	padding: 19px 0;
	text-align: center;
}
.portals .portal a.title-link h4 {
	color: #FFF;
	font-weight: normal;
	margin-bottom: 0;
}
.portals .portal:hover a.title-link {
	display: block;
	background-color: #0095DA;
}
.col-centered {
    display:inline-block;
    float:none;
    margin-right:-4px;
    text-align: center;
    vertical-align: top;
}
#why-section {
	padding-bottom: 71px;
	padding-top: 98px;
}
#why-section .row-01 {
	padding-bottom: 13px;
}
#why-section .row-02 {
	padding-bottom: 40px;
	padding-top: 37px;
}
#why-section h3 {
	color: #FFF;
}
#why-section h4 {
	color: #0A446A;
	font-family: 'Catamaran', sans-serif;
	font-weight: 500;
	line-height: 1.25em;
	margin-bottom: 16px;
}
#why-section p {
	color: #FFF;
	margin: 0;
}
#why-section img {
	margin-bottom: 9px;
}
#bottom-panel {
	padding-bottom: 109px;
	padding-top: 107px;
}
#bottom-panel h2 {
	color: #FFF;
	line-height: 1.4em;
	margin-bottom: 3px;
}
#bottom-panel h4 {
	color: #FFCB05;
	font-weight: 500;
}
#regions .left-image {
	padding-bottom: 192px;
	padding-top: 179px;
	position: relative;
}
#regions .left-image img {
	z-index: 999;
}
#regions .left-image:after {
	bottom: 0;
	content: '';
	background-image: url(library/images/left-bg-image@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 655px auto;
	height: 100%;
	left: -4%;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 112%;
}
#regions h4 {
	font-weight: 500;
}
.bottom-bar-section > .widget_textblockswidget > .container {
	padding: 0;
	width: 100%;
}
.bottom-bar-section .blue-bar h4 {
	color: #FFF;
	margin-bottom: 0;
}
.bottom-bar .map {
	position: relative;
}
.bottom-bar .map > p {
	margin: 0;
}
.bottom-bar .map-content {
	background-color: #FFF;
	border-radius: 10px;
	bottom: 0;
	height: fit-content;
	left: 10%;
	margin: auto 0;
	max-width: 398px;
	padding: 45px 62px 20px;
	position: absolute;
	text-align: center;
	top: 0;
}
@-moz-document url-prefix() {
    .bottom-bar .map-content {
        bottom: auto;
        top: 50%;
        transform: translatey(-50%);
        margin: 0;
    }
}
@supports (-ms-ime-align:auto) {
    .bottom-bar .map-content {
        bottom: auto;
        top: 50%;
        transform: translatey(-50%);
        margin: 0;
    }
}
.main-footer {
	padding-bottom: 70px;
	padding-top: 70px;
}
.main-footer a {
	color: #3B3B3B;
}
.footer-col {
	display: flex;
	justify-content: space-between;
}
.footer-col .widgettitle {
	font-size: 1.125rem;s
	margin-bottom: 7px;
}
.footer-logo img {
	width: 206px;
}
.footer-locations {
	padding-left: 4%;
	padding-top: 15px;
	flex: 0 0 64%;
	width: 64%;
}
.footer-locations ul.menu::after {
	clear: both;
	content: "";
	display: table;
}
.footer-locations ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-locations ul.menu li {
	float: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	padding: 9px 0;
	width: 33.333333%;
}
.footer-locations ul.menu li:nth-child(3n+1) {
	clear: both;
}
.footer-quick-links {
	flex: 0 0 150px;
	padding-top: 13px;
	width: 150px;
}
.footer-quick-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-quick-links ul li {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 9px 0;
}
.social-media {
	display: inline-block;
}
.social-media ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-media ul li a {
	color: #fff;
	font-size: 16px;
	padding: 0 7px;
}
.social-media ul li a i {
	font-weight: bold;
}
.copyright, .blue-bar {
	background: rgba(0,149,218,1);
	background: -moz-linear-gradient(left, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,149,218,1)), color-stop(25%, rgba(0,149,218,1)), color-stop(50%, rgba(0,131,203,1)), color-stop(100%, rgba(0,114,188,1)));
	background: -webkit-linear-gradient(left, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	background: -o-linear-gradient(left, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	background: linear-gradient(to right, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095da', endColorstr='#0072bc', GradientType=1 );
	padding: 21px 0 18px;
}
.copyright {
	padding: 12px 0 7px;
}
.copyright p {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	margin: 0;
}
.copyright p a {
	color: #FFF;
}
/*** Internal Pages - Enter any style for elements on internal pages here ***/

.extra-content.white-text * {
	color: #FFF;
}
.extra-content .extra-content-col-inner {
    position: relative;
	z-index: 99;
}
.image-bg {
	position: relative;
	z-index: 99;
}
.image-bg:after {
	background-image: url('library/images/image-bg-2@2x.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 300px auto;
	bottom: -4%;
	content: '';
	height: 100%;
	left: -4%;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.extra-content.right-image .image-bg:after {
	background-image: url('library/images/image-bg@2x.png');
	bottom: -47%;
	left: -10%;
}
.extra-content-col.image-bg img {
	position: relative;
	z-index: 999;
}
.extra-content-col.inner-right-image img {
	margin-bottom: -36%;
}
.page-learn-play .extra-content {
	padding-bottom: 110px;
	padding-top: 129px;
}
.page-learn-play .extra-content.learn-play-row-01, .page-about-us .extra-content.about-us-row-01 {
	padding-bottom: 50px;
	padding-top: 20px;
}
.extra-content.right-image {
	padding-bottom: 90px;
	padding-top: 80px;
}
/*About*/

#about-bottom-panel {
	padding-bottom: 190px;
	padding-top: 214px;
}

/* Our Team */
.our-team-row-01 {
	padding-bottom: 0;
}
.our-team-content {
	padding-bottom: 100px;
	padding-top: 0;
}
.our-team-content .blue-bg .extra-content-col-inner {
	background-color: #0095DA;
	padding: 50px 55px 36px;
}
.our-team-content .blue-bg h3 {
	font-weight: 500;
	margin-bottom: 30px;
}
.our-team-content .blue-bg ul li {
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 8px;
	padding-left: 28px;
}
.our-team-content .blue-bg .extra-content-col-inner * {
	color: #FFF;
}
.our-team-content .img-overlay .extra-content-col-inner > p {
	margin: 0;
}
.our-team-content .img-overlay img {
	margin-bottom: -15%;
	margin-top: -2%;
}
.our-team-content .gray-bg {
	color: #3B3B3B;
	line-height: 2em;
	padding: 64px 27px 14px 27px;
}
.our-team-content .gray-bg p {
	font-weight: 900;
}
.page-id-822 .inner-banner + img, .page-id-822 .banner-buttons {
	display: none;
}
.board-image .feedback {
	clear: both;
	max-width: 489px;
	margin: 0 auto;
	position: relative;
}
.board-image .feedback:before, .board-image .feedback:after {
	background-image: url('library/images/feedback-bg.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	bottom: 0;
	content: '';
	height: 86px;
	left: 0;
	margin: auto 0;
	position: absolute;
	top: 0;
	width: 88px;
	z-index: 999;
}
.board-image .feedback:after  {
	background-image: url('library/images/feedback-bg2.png');
	background-position: right center;
	left: auto;
	right: 0;
}
.board-image .feedback-inner {
	background-color: #00A651;
	line-height: 1.5;
	max-width: 391px;
	margin: 0 auto;
	padding: 20px 20px 30px 20px;
	position: relative;
	text-align: center;
}
.board-image .feedback-inner h4 {
	color: #FFF;
	font-size: 1.625rem;
	line-height: 1.5;
}
.board-image .feedback-inner h4 span {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
}
.board-image .feedback-inner span.em-button {
	bottom: -20px;
	font-size: 0.875rem;
    font-weight: 500;
    left: 0;
    margin: 0 auto;
    max-width: 234px;
	padding: 15px 20px 12px;
	position: absolute;
	right: 0;
}
.feedback-form {
	max-width: 800px;
	margin: 0 auto !important;
	padding: 30px 72px 60px 88px !important;
}
.feedback-form .gfield, .feedback-form div.gform_wrapper .gform_footer {
	padding-right: 16px !important;
}
.feedback-form .gf_left_half, .feedback-form .gf_right_half {
	margin-bottom: 0 !important;
}
.our-franchisee {
	padding: 5% 0;
}
.our-franchisee * {
	color: #FFF;
}
.extra-content.team-members {
	padding-top: 0 !important;
}
.team-members > .container {
	padding: 0;
	width: 100%;
}
.team-members > .container > .row, .team-members > .container > .row > .col-md-12 {
	padding: 0;
	margin: 0;
}
.team-members .team .team-inner:nth-child(odd) {
	background-color: #F3F3F3;
}
.team-members .team .team-inner {
	padding-bottom: 70px;
	padding-top: 100px;
}
.team-members .team .team-inner:nth-child(1) h3 {
	color: #00A651;
}
.team-members .team .team-inner:nth-child(2) h3 {
	color: #EC008C;
}
.team-members .team .team-inner:nth-child(3) h3 {
	color: #FFCB05;
}
.team-members .team .team-inner .quote {
	/*padding: 75px 25px 30px 25px;*/
	position: relative;
	padding: 42px 25px 30px 25px;
}
.team-members .team .team-inner .quote:before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 89px auto;
	content: '';
	position: absolute;
	height: 100px;
	left: 0;
	margin: 0 auto;
	right: 0;
	top: -25%;
	width: 100%;
	display:none;
}
.team-members .team .team-inner:nth-child(1) .quote:before {
	background-image: url(library/images/green-quote@2x.png);
}
.team-members .team .team-inner:nth-child(2) .quote:before {
	background-image: url(library/images/pink-quote@2x.png);
}
.team-members .team .team-inner:nth-child(3) .quote:before {
	background-image: url(library/images/yellow-quote@2x.png);
}
.team-members .team .team-inner h3 {
	margin-bottom: 0;
}
.team-members .team .team-inner h5 {
	font-size: 1.375rem;
	font-family: 'Catamaran', sans-serif;
}
.our-team-bottom-panel {
	padding-bottom: 104px;
	padding-top: 120px;
}
.our-team-bottom-panel h2 {
	color: #FFF;
	margin-bottom: 0;
}
/*Our Story*/
.story {
	padding-bottom: 112px;
	padding-top: 135px;
}
.story .light-blue-bg {
	background-color: rgba(255,255,255,0.2);
}
.story .black-bg {
	background-color: #3B3B3B;
}
.story .story-quote {
	margin-top: 33px;
	padding: 45px 35px 34px;
	position: relative;
}
.story .story-quote.black-bg {
	margin-top: 0;
}
.story .story-quote.black-bg * {
	color: #FFF;
}
.story .story-quote h6 {
	line-height: 2em;
}
.story .story-quote h6, .story .story-quote p {
	margin: 0;
}
.story .story-quote .quote-name {
	display: block;
	line-height: 120%;
	margin-top: 25px;
}
.story .story-quote:before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 89px auto;
	content: '';
	position: absolute;
	height: 100px;
	left: 0;
	margin: 0 auto;
	right: 0;
	top: -25%;
	width: 100%;
}
.story .light-blue-bg.story-quote:before {
	background-image: url(library/images/yellow-quote@2x.png);
}
.story .black-bg.story-quote:before {
	background-image: url(library/images/green-quote@2x.png);
}
.our-story-bottom-panel {
	padding-bottom: 128px;
	padding-top: 138px;
}
/*Contact*/
.contact-details {
	margin: 98px 0;
	padding: 0;
}
.contact-details h3 {
	color: #FFF;
}
.contact-details input[type="text"], .contact-details input[type="email"], .contact-details select, .contact-details textarea, .contact-details .jqTransformSelectWrapper div span {
	color: #000000 !important;
	font-size: 1rem !important;
	font-weight: 100 !important;
	border: 0 !important;
	height: 61px !important;
	padding: 20px 25px !important;
}
.contact-details .jqTransformSelectWrapper div span {
	padding: 3px 25px !important;
}
.contact-details textarea {
	height: 119px !important;
}
.contact-details select, .contact-details .jqTransformSelectWrapper, .contact-details .jqTransformSelectWrapper div span {
	border: 0 !important;
	width: 100% !important;
}

.contact-details input[type="submit"] {
	background: rgba(255,205,5,1);
	background: -moz-linear-gradient(top, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,205,5,1)), color-stop(100%, rgba(219,177,7,1)));
	background: -webkit-linear-gradient(top, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
	background: -o-linear-gradient(top, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
	background: linear-gradient(to bottom, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd05', endColorstr='#dbb107', GradientType=0 );
	border: 0 !important;
	border-radius: 32px !important;
	color: #FFF !important;
	font-family: 'signo', sans-serif !important;
	font-size: 1.625rem !important;
	font-weight: 700 !important;
	padding: 21px 30px 20px !important;
	width: 100% !important;
}
.contact-details div.gform_wrapper ul.gform_fields li.gfield {
    margin: 30px 0;
}
.contact-details .confirm_wrapper .top_label .gfield_label, .contact-details .confirm_wrapper ul li#field_3_7 p {
	color: #FFF;
}
.contact-details .confirm_wrapper ul li#field_3_7 {
	margin-top: 0;
}
.contact-details .get-in-touch_wrapper label.gfield_label {
	display: none !important;
}
.contact-details .get-in-touch_wrapper .gform_heading, .contact-details .confirm_wrapper .gform_heading {
	margin-bottom: 0 !important;
	padding: 30px 0 0;
}
.contact-details .confirm_wrapper h3.gform_title {
	color: #FFF;
    font-size: 1.25em;
	font-weight: 700;
}
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
    background-color: #0095da;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	content: '';
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFCB05;
	bottom: 0;
	height: 6px;
	margin: auto 0;
	width: 6px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
	width: 37px;
}
/*Find a Centre*/
.page-find-a-centre .inner-banner .em-button {
	background: rgba(164,164,164,1);
    background: -moz-linear-gradient(top, rgba(164,164,164,1) 0%, rgba(147,147,147,1) 50%, rgba(130,130,130,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,164,164,1)), color-stop(50%, rgba(147,147,147,1)), color-stop(100%, rgba(130,130,130,1)));
    background: -webkit-linear-gradient(top, rgba(164,164,164,1) 0%, rgba(147,147,147,1) 50%, rgba(130,130,130,1) 100%);
    background: -o-linear-gradient(top, rgba(164,164,164,1) 0%, rgba(147,147,147,1) 50%, rgba(130,130,130,1) 100%);
    background: -ms-linear-gradient(top, rgba(164,164,164,1) 0%, rgba(147,147,147,1) 50%, rgba(130,130,130,1) 100%);
    background: linear-gradient(to bottom, rgba(164,164,164,1) 0%, rgba(147,147,147,1) 50%, rgba(130,130,130,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a4a4', endColorstr='#828282', GradientType=0 );
}
.page-find-a-centre .inner-banner .em-button:hover {
	background: rgba(164,164,164,1);
}
.centre-title {
	margin-bottom: 45px;
}
.location-container {
	margin-bottom: 50px;
}
.location-container img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.location-container .location-name {
	background-color: #00A651;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 19px 10px;
}
.location-container .location-name h4 {
	color: #FFF;
	font-weight: 300;
	margin: 0;
}
.centre-bottom-bar {
	padding-top: 127px;
	padding-bottom: 127px;
}
.centre-bottom-bar h2 {
	margin-bottom: 0;
}
.single-locations .inner-banner {
	background-image: none;
	padding-bottom: 54px;
	padding-top: 68px;
}
.single-locations .inner-banner h1 {
	font-size: 2.5rem;
	font-weight: 700;
}
.single-locations .inner-banner .phone-number h3 {
	background-image: url('library/images/telephone@2x.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 33px auto;
	display: inline-block;
	font-size: 2.25rem;
	padding-left: 50px;
}
.single-locations .inner-banner .phone-number h3 a {
	color: #3B3B3B;
}
.single-locations .mainbody {
	padding-bottom: 0;
	padding-top: 0;
}
.single-locations .mainbody > .container {
	padding: 0;
	width: 100%;
}
.single-locations .mainbody > .container > .row, .single-locations .mainbody > .container > .row > .col-md-12 > .row {
	margin-left: 0;
	margin-right: 0;
}
.single-locations .mainbody > .container > .row > .col-md-12, .single-locations .mainbody .main-content {
	padding: 0;
}
.locations-slider {
	position: relative;
}
.locations-slider:after {
	background-image: url('library/images/img-overlay@2x.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 108px auto;
	content: '';
	height: 205px;
	left: 0;
	position: absolute;
	top: -70px;
	width: 108px;
}
.locations-slider .flex-direction-nav a {
	bottom: 4%;
	top: auto;
	width: 33px !important;
}
.locations-slider .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next, .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
	background-image: url('library/images/right-chevron@2x.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 33px auto;
	right: 47.5% !important;
}
.locations-slider .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev, .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
	background-image: url('library/images/left-chevron@2x.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 33px auto;
    left: 47.5% !important;
}
.locations-slider .flex-direction-nav .flex-nav-prev a:before, .locations-slider .flex-direction-nav a.flex-next:before {
	display: none;
}
.short-desc {
	background-color: #F3F3F3;
	padding-bottom: 26px;
	padding-top: 27px;
}
.short-desc p {
	font-weight: 500;
	margin-top: 22px;
}
.our-location {
	padding-bottom: 70px;
	padding-top: 114px;
}
.our-location-info h6 {
	font-size: 1.0625rem;
	margin-bottom: 8px;
	margin-top: 20px;
}
.our-location-info p {
	font-size: 0.9375rem;
	font-weight: 500;
	margin: 0;
}
.our-location .blue-bg {
	background-color: #0072BC;
}
.our-location .light-blue-bg {
	background-color: #0095DA;
}
.our-location .blue-bg, .our-location .light-blue-bg {
	margin-top: -30px;
	padding: 25px 30px 14px;
}
.our-location .blue-bg .check, .our-location .light-blue-bg .check {
	margin-top: 12px;
}
.our-location .blue-bg .check li, .our-location .light-blue-bg .check li {
	background-position: left 5px;
	background-size: 12px auto;
	font-size: 1.0625rem;
}
.our-location .blue-bg h6, .our-location .light-blue-bg h6 {
	margin-bottom: 0;
}
.our-location .blue-bg *, .our-location .light-blue-bg * {
	color: #FFF;
}
.our-location .child ul {
	padding-left: 20px;
}
.our-location .child ul li {
	background: none;
	list-style-type: disc;
	padding-left: 0;
}
.location-map {
	background-color: #00A651;
}
.location-map .loc-details * {
	color: #FFF;
}
.location-map .loc-map p {
	margin: 0;
}
.location-map .loc-map iframe {
	display: block;
	width: 100% !important;
}
.location-map .loc-details {
	padding: 53px 41px;
}
.location-map .loc-details a.em-button {
	font-size: 1.0625rem;
	padding: 16px 30px 17px;
}
.location-map .loc-details a.em-white {
	padding: 14px 30px 15px;
}
.location-map .loc-details h4 {
	margin-bottom: 0;
}
.location-map .loc-details p {
	margin-bottom: 22px;
	margin-top: 0;
}
.location-map .loc-details h4.map-phone {
	background-image: url('library/images/telephone-yellow@2x.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	margin-bottom: 30px;
	padding-left: 42px;
}
.location-map .loc-details iframe {
	display: block;
}
.location-map .loc-details .map-buttons {
	margin-top: 43px;
}
.location-map .loc-details .map-buttons .em-yellow {
	margin-right: 20px;
}
.introduction {
	background-image: url('library/images/intro-bg@2x.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 420px auto;
	padding-bottom: 136px;
	padding-top: 90px;
}
.introduction p, .introduction h4 {
	font-weight: 500;
}
.our-team {
	background-image: url('library/images/blue-bg@2x.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 90px;
	padding-top: 78px;
}
.our-team * {
	color: #FFF;
}
.our-team h3 {
	font-size: 1.875rem;
}
.our-team .team-inner {
	padding-top: 52px;
}
.our-team .team-inner h4 {
	margin-bottom: 0;
	margin-top: 0;
}
.our-team p {
	font-size: 1.0625rem;
	margin-bottom: 0;
}
.our-team span {
	display: block;
}
.our-team *[id^='readlink'] {
	background-image: url('library/images/arrows@2x.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 8px auto;
	border: 0 !important;
	bottom: -15px;
	clear: both;
	color: #FFCB05;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	padding: 0;
	padding-right: 15px;
	position: absolute;
	text-transform: capitalize;
}
.our-team .read_div {
	font-size: 1.0625rem;
}
.about-our-location h5 {
	font-family: 'Catamaran', sans-serif;
	font-size: 1.3rem;
	margin-top: 16px;
}
.about-our-location {
	padding-bottom: 60px;
	padding-top: 97px;
}
.location-testimonial {
	background: #F3F3F3;
	padding-bottom: 70px;
	padding-top: 67px;
}
.location-testimonial .testimonials-list blockquote {
	font-size: 1.125rem;
	font-weight: 300;
}
.location-testimonial h3 {
	font-size: 30px;
}
.location-testimonial .testimonials-list  {
	margin-top: 27px;
}
.location-testimonial .testimonial-avatar {
	padding-top: 20px;
}
.location-google-review {
	margin-top: 80px;
	text-align: center;
}
a.em-google-review::after {
	background: url(library/images/icon-google@2x.png) no-repeat left top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
	content: "";
	display: block;
	height: 29px;
	position: absolute;
	right: 70px;
	top: 50%;
		-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 29px;
}
.location-google-review a.em-google-review {
	padding: 24px 126px 24px 70px;
	position: relative;
}
.location-bottom-bar {
	background-image: url('library/images/location-bottom-bar@2x.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 109px;
	padding-top: 107px;
}
.location-bottom-bar h3 {
	color: #FFF;
}
.location-bottom-bar h4 {
	font-family: 'Catamaran', sans-serif;
	font-weight: 300;
}
.location-bottom-bar .em-button {
	padding: 26px 34px 25px;
}
.location-bottom-bar .em-button.em-yellow {
	margin-bottom: 15px;
}
.fancy-contact {
	background-image: url(library/images/contact-green-bg@2x.png);
    background-position: left top;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
	margin: 0 !important;
	padding: 0 30px;
}
.fancy-contact div.gform_wrapper .gform_footer {
    padding-bottom: 20px;
}
.contact-details ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.contact-details ::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.contact-details :-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.contact-details :-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
.nearby-centres {
	background: #f3f3f3;
	padding: 60px 0;
}
.nearby-centres h3 {
	color: #0072bc;
	text-align: center;
}
.centres-list {
	margin-top: 50px;
}
.centre-item::before {
	background: #ec008c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	content: "\f041";
	font-family: FontAwesome;
	font-size: 30px;
	height: 49px;
	left: 0;
	line-height: 49px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 49px;
}
.centre-item {
	padding: 0 0 0 66px;
	position: relative;
}
.centre-title {
	font-weight: 500;
	margin: 0;
}
.centre-distance {
	font-size: 1.25rem;
	margin-top: -5px;
}
.centre-view {
	padding-top: 10px;
}
.centre-view a {
	background: url(library/images/arrow-right-blue.png) no-repeat right center;
	color: #0072bc;
	display: inline-block;
	font-weight: 600;
	padding-right: 28px;
	text-decoration: none;
}
/* EVENTS */
.page-template-page-events .mainbody {
	padding-top: 0
}
.page-template-page-events .mainbody > .container {
	width: 100%;
}
.page-template-page-events .mainbody > .container .main-content {
	padding: 0;
}
.page-template-page-events .mainbody > .container .main-content .event-details {
	padding-bottom: 67px;
	padding-top: 67px;
	background: #FFF;
}
.page-template-page-events .mainbody > .container .main-content .event-details h6 {
	font-size: 1.1875rem;
	font-weight: 500;
	margin-bottom: 0;
}
.page-template-page-events .mainbody > .container .main-content .event-details p {
	margin-top: 0;
	margin-bottom: 19px;
}
.page-template-page-events .mainbody > .container .main-content .event-details h6,
.page-template-page-events .mainbody > .container .main-content .event-details p {
	
}
.page-template-page-events .event-details .img-wrap {
	max-width: 560px;
	position: relative;
	width: 100%
}
.page-template-page-events .event-details .img-wrap .img-location {
	position: relative;
}
.page-template-page-events .event-details .img-wrap img {
	z-index: 90;
}
.page-template-page-events .event-details .img-wrap .img-location:after {
	background-image: url(library/images/event-wrap-image.png);
	bottom: -80px;
	content: ' ';
	height: 300px;
	position: absolute;
	right: 0;
	width: 300px;
	z-index: 1;
}
.page-template-page-events .event-details .img-wrap .img-speaker {
	bottom: 75px;
	position: absolute;
	right: 0;
}
.page-template-page-events .mainbody > .container .main-content .event-form-wrap {
	padding: 67px 0 40px;
}
.event-contact-details {
	background-image: url(library/images/contact-green-bg@2x.png);
    background-position: center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
	padding: 60px 125px 107px;
	margin-top: 0;
}
.event-contact-details .gfield_total {
	display: none;
}
.event-contact-details .gfield_label {
	color: #FFF;
	font-size: 1rem !important;
	font-weight: 600 !important;
}
.event-contact-details .gfield_contains_required .gfield_label {
	display: none !important;
}
.page-thank-you-page-events .inner-banner {
	background-repeat: no-repeat;
	background-size: auto;
	padding-bottom: 0;
}
.page-thank-you-page-events .inner-banner h1 {
	font-size: 4.0625rem;
}
.page-thank-you-page-events .inner-banner p {
	font-family: 'Signo';
	font-weight: 400;
	margin-bottom: 0;
	margin: 15px 0;
}
.page-thank-you-page-events .inner-banner h4 {
	font-size: 1.5625rem;
}
.page-thank-you-page-events .inner-banner img {
	margin-top: 60px;
}
.page-thank-you-page-events .inner-banner h4 span {
	font-size: 1.4375rem;
	font-weight: 400;
}
.page-thank-you-page-events .mainbody {
	padding: 0;
	min-height: 0;
}
#validation_message_5_12, #field_5_12 .out_of_stock_message {
	background: #FFF;
	padding: 20px;
}
#field_5_12 {
	border: 0 !important;
	max-width: 100% !important;
}
#field_5_12 .ginput_container_singleproduct, #field_5_12 .gfield_label, #field_7_12 .ginput_container_singleproduct, #field_7_12 .gfield_label, #field_8_12 .ginput_container_singleproduct, #field_8_12 .gfield_label {
	display: none;
}
.gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
	width: 100% !important;
}
/******************************************
CONTENT PANELS
******************************************/
/* Content Panel default settings */
.extra-content,
.extra-content-col-inner {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Custom width container */
.container-custom-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

/* Use Divup plugin to create boostrap grid in the WP editor */
.divup-wrap.row .div-1 {
	display: none;
}

/* Grid columns - Vertical align content */
.column-vertical-align .row,
.column-vertical-align.row {
	display: flex;
	align-items: center;
}
/* Grid columns - Equal height */
.column-equal-height .row,
.column-equal-height.row {
	display: flex;
	align-items: stretch;
}

/* Fluid width content panel, with image on one column */
.side-image-panel .column-01 {
	padding-left: 0;
}
.side-image-panel .column-01 p {
	margin: 0;
}
.side-image-panel .column-02 .extra-content-col-inner {
	max-width: 555px;
}

/* Bottom navigation, below the main content */
.bottom-nav.with-border-padding {
	border-top: 1px solid #ccc;
	padding-top: 48px;
}
.bottom-nav h5 {
	color: #272525;
	font-weight: normal;
	font-family: 'Catamaran', sans-serif;
}
.bottom-nav ul {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}
.bottom-nav ul li:before {
	display: none;
}

/* Breadcrumbs */
.breadcrumbs {
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 30px;
}

/* Free Quote */
.free-quote-cta-panel,
.extra-content.free-quote-cta-panel {
	background: #2D56A6;
	padding: 0;
}
.free-quote-cta-panel * {
	color: #fff;
}
.free-quote-bar {
	margin: 0 auto;
	max-width: 1110px;
	padding: 65px 0;
}
.career-opportunities-cta-bottom-bar .free-quote-bar {
	max-width: 950px;
}
.free-quote-cta-panel.free-quote-bar {
	padding: 60px 0 67px;
}
.free-quote-bar h2 {
	margin: 1px 0 0;
}
.free-quote-bar p {
	margin: 0;
	text-align: right;
}
.free-quote-bar a.em-button {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	max-width: 100%;
}
.free-quote-bar a.em-white-border:before {
	content: "\f10b";
	font-family: FontAwesome;
	font-size: 34px;
	left: 20px;
	line-height: 1em;
	margin-top: -17px;
	position: absolute;
	top: 50%;
}
.free-quote-bar a.em-white-border {
	padding-left: 35px;
	position: relative;
}
.free-quote-margin {
	margin: 48px 0 0 40px;
}

/* Logos Panel */
.logos-panel ul:before, .logos-panel ul:after {
	content: "";
	display: table;
}
.logos-panel ul:after {
	clear: both;
}
.logos-panel ul {
	align-items: center;
	display: flex;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.logos-panel ul li:before {
	background: #DADADA;
	bottom: -500px;
	content: "";
	left: 0;
	position: absolute;
	top: -500px;
	width: 1px;
}
.logos-panel ul li:first-child:before {
	display: none;
}
.logos-panel ul li {
	float: left;
	padding: 0 15px;
	position: relative;
	text-align: center;
	width: 20%;
}
.logos-panel ul li:nth-child(5n+1) {
	clear: both;
}

/*** Staff List ***/
/* Layout 1 */
.staff-panel .column-01 p {
	margin: 10px 0 0;
}
.staff-panel h3 {
	margin-bottom: 0;
}
.staff-panel h6 {
	font-weight: 300;
}

/* Layout 2 */
.staff-panel-2 {
}
.staff-panel-2 .div-2 p {
	margin: 0;
}
.staff-panel-2 .div-3 {
	margin-top: 50px;
}
.staff-panel-2 h6 {
	float: left;
	margin: 3px 0 0;
}
.staff-panel-2 h4,
.staff-panel-2 h5 {
	margin-left: 50px;
}
.staff-panel-2 h5 {
	font-weight: 500;
}
.staff-panel-2 h4 {
	font-size: 1.5rem;
}

/* Contact Us - Form on left and Testimonials on right side */
.contact-form .testimonials-list {
	margin-top: -20px;
}
.contact-form .column-02,
.get-a-quote-row-01 .column-02 {
	float: right;
	max-width: 380px;
}
.contact-form .column-02 {
	margin-top: 40px;
}

/* Testimonial Content Box */
.testimonial-box:before {
	background: #68B9BC;
	bottom: 0;
	left: 15px;
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	z-index: -1;
}
.testimonial-box:after {
	content: "\201C";
	display: block;
	font-size: 7.75rem;
	line-height: 1em;
	left: 54px;
	position: absolute;
	top: 18px;
}
.testimonial-box {
	color: #fff;
	font-family: 'mrs-eaves-xl-serif', serif;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.41666667em;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 50px 45px 20px 73px;
	position: relative;
}
.testimonial-box * {
	color: #fff;
}

/******************************************
TYPOGRAPHY
******************************************/
.no-padding {
	padding: 0 !important;
}
.no-padding .container-fluid {
	padding: 0;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.border-bottom .container:before,
.border-top .container:before {
	background: rgba(149,152,154,0.5);
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 15px;
	position: absolute;
	right: 15px;
}
.border-top .container:before {
	bottom: auto;
	top: 0;
}
.border-bottom .container,
.border-top .container {
	position: relative;
}
.border-bottom {
	padding-bottom: 50px;
}
.border-top .container {
	padding-top: 50px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid rgba(149,152,154,0.5);
	color: #403c3e;
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: 1rem;
	margin: 0;
	max-width: 100%;
	padding: 6px 8px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium,
div.gform_wrapper .left_label input.medium, div.gform_wrapper .left_label select.medium,
div.gform_wrapper .top_label input.large, div.gform_wrapper .top_label select.large,
div.gform_wrapper .left_label input.large, div.gform_wrapper .left_label select.large {
	height: 59px;
	width: 100%;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
textarea,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper textarea.textarea {
	height: 200px;
	width: 100%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
	background-size: 9px 5px;
	background-position: right .5rem center;
	background-repeat: no-repeat;
    padding: 0 1rem 0 5px;
}
.gform_wrapper .top_label input[type="file"].medium {
	font-size: inherit;
	font-weight: inherit;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 40px;
}
input[type="submit"], button,
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button,
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
	background-color: rgba(0,0,0,0);
	border: 2px solid #ED1B24;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ED1B24;
	cursor: pointer;
	display: inline-block;
	font: 500 1.375rem/1.2em 'Catamaran', sans-serif;
	padding: 17px 30px 16px;
	text-align: center;
	text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	display: block;
}
input[type="submit"]:hover, button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce input.button,
div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type="image"]:hover, div.gform_wrapper .gform_footer input[type="submit"]:hover,
div.gform_wrapper .gform_page_footer .button.gform_button:hover, div.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
	background-color: #ED1B24;
	color: #fff;
}
a.em-button, span.em-button {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font: bold 1.25rem/1.2em 'signo', sans-serif;
	padding: 26px 52px 25px;
	text-align: center;
	text-decoration: none;
}
a.em-pink {
	background: rgba(235,0,139,1);
	background: -moz-linear-gradient(top, rgba(235,0,139,1) 0%, rgba(227,2,136,1) 50%, rgba(219,5,133,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,0,139,1)), color-stop(50%, rgba(227,2,136,1)), color-stop(100%, rgba(219,5,133,1)));
	background: -webkit-linear-gradient(top, rgba(235,0,139,1) 0%, rgba(227,2,136,1) 50%, rgba(219,5,133,1) 100%);
	background: -o-linear-gradient(top, rgba(235,0,139,1) 0%, rgba(227,2,136,1) 50%, rgba(219,5,133,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,0,139,1) 0%, rgba(227,2,136,1) 50%, rgba(219,5,133,1) 100%);
	background: linear-gradient(to bottom, rgba(235,0,139,1) 0%, rgba(227,2,136,1) 50%, rgba(219,5,133,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb008b', endColorstr='#db0585', GradientType=0 );
}
a.em-pink:hover {
	background: #ef32a2;
}
a.em-gray {
	background: rgba(164,164,164,1);
	background: -moz-linear-gradient(top, rgba(164,164,164,1) 0%, rgba(147,147,147,1) 50%, rgba(130,130,130,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,164,164,1)), color-stop(50%, rgba(147,147,147,1)), color-stop(100%, rgba(130,130,130,1)));
	background: -webkit-linear-gradient(top, rgba(164,164,164,1) 0%, rgba(147,147,147,1) 50%, rgba(130,130,130,1) 100%);
	background: -o-linear-gradient(top, rgba(164,164,164,1) 0%, rgba(147,147,147,1) 50%, rgba(130,130,130,1) 100%);
	background: -ms-linear-gradient(top, rgba(164,164,164,1) 0%, rgba(147,147,147,1) 50%, rgba(130,130,130,1) 100%);
	background: linear-gradient(to bottom, rgba(164,164,164,1) 0%, rgba(147,147,147,1) 50%, rgba(130,130,130,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a4a4', endColorstr='#828282', GradientType=0 );
}
a.em-gray:hover {
	background: #b6b6b6;
}
a.em-yellow {
	background: rgba(255,205,5,1);
	background: -moz-linear-gradient(top, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,205,5,1)), color-stop(100%, rgba(219,177,7,1)));
	background: -webkit-linear-gradient(top, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
	background: -o-linear-gradient(top, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
	background: linear-gradient(to bottom, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd05', endColorstr='#dbb107', GradientType=0 );
}
a.em-yellow:hover {
	background: #ffd736;
}
a.em-yellow-pure {
	background: #FFCB05;
}
a.em-yellow-pure:hover {
	background: #ffd736;
}
a.em-green {
	background: rgba(0,166,80,1);
	background: -moz-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,166,80,1)), color-stop(100%, rgba(0,156,76,1)));
	background: -webkit-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
	background: -o-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
	background: linear-gradient(to right, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a650', endColorstr='#009c4c', GradientType=1 );
}
a.em-green:hover {
	background: #32b772;
}
a.em-blue, span.em-blue {
	background: rgba(0,113,188,0.9);
	background: -moz-linear-gradient(top, rgba(0,113,188,0.9) 0%, rgba(0,113,188,0.95) 51%, rgba(0,113,188,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,113,188,0.9)), color-stop(51%, rgba(0,113,188,0.95)), color-stop(100%, rgba(0,113,188,1)));
	background: -webkit-linear-gradient(top, rgba(0,113,188,0.9) 0%, rgba(0,113,188,0.95) 51%, rgba(0,113,188,1) 100%);
	background: -o-linear-gradient(top, rgba(0,113,188,0.9) 0%, rgba(0,113,188,0.95) 51%, rgba(0,113,188,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,113,188,0.9) 0%, rgba(0,113,188,0.95) 51%, rgba(0,113,188,1) 100%);
	background: linear-gradient(to bottom, rgba(0,113,188,0.9) 0%, rgba(0,113,188,0.95) 51%, rgba(0,113,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071bc', endColorstr='#0071bc', GradientType=0 );
}
a.em-blue:hover {
	background-color: #0072BC;
}
a.em-white {
	border: 2px solid #FFF;
	padding: 24px 52px 23px;
}
a.em-white:hover {
	background-color: #FFF;
	color: #000;
	border: 2px solid #FFF;
}
a.pdf-link:before, a.doc-link:before {
	font-family: FontAwesome;
	font-size: 30px;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
}
a.doc-link:before {
	content: "\f0f6";
}
a.pdf-link:before {
	content: "\f1c1";
}
a.pdf-link, a.doc-link {
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
    padding: 8px 0 6px 53px;
	position: relative;
}
a.hyper-link {
	background: url(library/images/icon-link@2x.png) no-repeat 0 7px;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
	font-weight: 500;
	padding: 0 0 0 32px;
	text-decoration: none;
}
p.testimonial {
	border-left: 7px solid #009ED2;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.54545455em;
	margin: 22px 0;
	padding-left: 25px;
}
blockquote {
	border-left: 11px solid #00A651;
	margin: 0;
	padding-left: 43px;
}
.blue-dot,
.black-dot {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.blue-dot li:before,
.black-dot li:before {
	background: #009ED2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 11px;
}
.black-dot li:before {
	background: #272525;
}
.blue-dot li,
.black-dot li {
	padding: 0 0 0 27px;
	position: relative;
}
.list-check-square,
.list-check {
	list-style: none;
	padding: 0;
}
.list-check-square li {
	background: url(library/images/check-square@2x.png) no-repeat 0 0.12em;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-o-background-size: 21px auto;
	background-size: 21px auto;
	margin: 1rem 0;
	padding-left: 30px;
}
.list-check li:before {
	color: #166988;
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
}
.list-check li {
	font-weight: normal;
	margin: 1rem 0;
	padding-left: 40px;
	position: relative;
}
.no-bullet {
	margin-left: 0;
	padding: 0;
}
.no-bullet li ul, .no-bullet li ol {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 0;
}
ul.square, ol.square {
	list-style-type: square;
}
ul.circle, ol.circle {
	list-style-type: circle;
}
ul.disc, ol.disc {
	list-style-type: disc;
}
ul.no-bullet, ol.no-bullet {
	list-style: none;
}
ul.check, ul.green-check {
	padding-left: 0;
}
ul.check li, ul.green-check li {
	background: url(library/images/done-tick@2x.png) no-repeat left center;
	-webkit-background-size: 17px auto;
	-moz-background-size: 17px auto;
	-o-background-size: 17px auto;
	background-size: 17px auto;
	font-size: 1rem;
	font-weight: 500;
	list-style: none;
	padding-left: 28px;
}
ul.green-check li {
	color: #FFF;
	background: url(library/images/green-tick@2x.png) no-repeat left center;
	-webkit-background-size: 17px auto;
	-moz-background-size: 17px auto;
	-o-background-size: 17px auto;
	background-size: 17px auto;
	font-size: 1.125rem;
	margin-bottom: 10px;
	padding-left: 38px;
}
.big-margin li {
	margin-bottom: 1.5rem;
}
table.table-style-1 {
	background: #0d294a5;
}
.table-style-1 td, .table-style-1 th {
	border-bottom: none;
	border-left: 1px solid #fff;
	border-right: none;
	border-top: 1px solid #fff;
	padding: 13px 15px 13px;
	text-align: left;
}
.table-style-1 th {
	background: #152e54;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.333333em;
}
.table-style-1 tr td:first-child, .table-style-1 tr th:first-child {
	border-left: none;
}
.table-style-1 tr:nth-child(2n) td {
	background: #e1e5ec;
}
table.notable {
}
code {
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	color: #333333;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	padding: 0 5px;
}
abbr, acronym {
	color: #222;
	cursor: help;
	font-size: 90%;
	text-transform: uppercase;
}
abbr {
	text-transform: none;
}
abbr[title] {
	border-bottom: 1px dotted #DDDDDD;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 4px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.mce-content-body img[data-wp-more] {
	height: 16px !important;
}

@media (max-width: 1400px) {
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	select,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 44px;
	}
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding: 13px 30px 12px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 42px;
	}
}

@media (max-width: 1199px) {
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	select,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 40px;
	}
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
		padding: 11px 25px 10px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 38px;
	}
}

@media (max-width: 991px) {
	a.pdf-link:after, a.doc-link:after {
		right: 0;
	}
	a.pdf-link, a.doc-link {
		padding-right: 40px;
	}
}

@media (max-width: 767px) {
	/*
	 * Responsive Table
	*/

	/* Force table to not be like tables anymore */
	.notable, .notable thead, .notable tbody, .notable tfoot, .notable tr, .notable th, .notable td,
	.table-style-1, .table-style-1 thead, .table-style-1 tbody, .table-style-1 tfoot .table-style-1 tr, .table-style-1 th, .table-style-1 td,
	.table-style-2, .table-style-2 thead, .table-style-2 tbody, .table-style-2 tfoot, .table-style-2 tr, .table-style-2 th, .table-style-2 td,
	.shop_table, .shop_table thead, .shop_table tbody, .shop_table tfoot, .shop_table tr, .shop_table th, .shop_table td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable thead tr, .notable th,
	.table-style-1 thead tr, .table-style-1 th,
	.table-style-2 thead tr, .table-style-2 th,
	.shop_table thead tr, .shop_table th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-style-2 tr {
		border-top: 1px solid #e5e5e5;
	}
	.table-style-2 tbody tr:first-child {
		border-top: none;
	}
	.notable td,
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		display: block;
		font-weight: bold;
		text-align:left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		content: attr(data-heading);
	}

	/* Custom Style */
	.shop_table tr {
		border-top: 1px solid #e5e5e5;
	}
	.shop_table tbody tr:first-child {
		border-top: none;
	}
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		padding: 0 10px 10px !important;
		width: auto !important;
	}
	.shop_table td {
		border-top: none !important;
	}
	.table-style-1 tr td:first-child,
	.table-style-2 tr td:first-child,
	.shop_table tr td:first-child, .shop_table tr th:first-child {
		padding-top: 10px !important;
	}
	.product-remove {
		line-height: 0.9em;
	}
	.list-check li {
		padding-left: 27px;
	}
	.list-check-square li {
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
		background-size: 16px auto;
	}
	input[type="submit"], button,
	.woocommerce #respond input#submit.alt, .woocommerce a.button .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"] {
		font-size: 1.25rem;
		line-height: 1em;
		padding-bottom: 10px;
		padding-top: 11px;
	}
}

@media (max-width: 641px) {
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: inherit;
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	p.testimonial {
		border-left-width: 8px;
		padding-left: 15px;
	}
	a.pdf-link, a.doc-link {
		padding-left: 40px;
	}
}

/******************************************
SIDEBAR
******************************************/
.main-sidebar h3.widgettitle {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 35px;
}
.main-sidebar .widget {
	margin-bottom: 50px;
}
.main-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
	background: #b8b8b8;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.006em;
	padding: 22px 15px 21px 20px;
	position: relative;
	text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
	background: #152e54;
}
.main-sidebar #categories-2 {
	margin-top: 20px;
}
.main-sidebar #categories-2 li {
	margin-bottom: 20px;
}
.main-sidebar #categories-2 li a {
	border-radius: 32px;
	color: #ffffff;
	display: block;
	font-size: 1.0625rem;
	font-family: 'signo', sans-serif;
    font-weight: 500;
	padding: 13px 30px;
	position: relative;
}
.main-sidebar #categories-2 li a:after {
	content: '';
	background-image: url(library/images/arrow@2x.png);
	background-size: 31px auto;
	background-repeat: no-repeat;
	bottom: 0;
	height: 14px;
	margin: auto 0;
	position: absolute;
	right: 25px;
	top: 0;
	width: 31px;
}
.main-sidebar #categories-2 li:nth-child(4n+1) a {
	background: rgba(255,205,5,1);
    background: -moz-linear-gradient(top, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,205,5,1)), color-stop(100%, rgba(219,177,7,1)));
    background: -webkit-linear-gradient(top, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
    background: -o-linear-gradient(top, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
    background: linear-gradient(to bottom, rgba(255,205,5,1) 0%, rgba(219,177,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd05', endColorstr='#dbb107', GradientType=0 );
}
.main-sidebar #categories-2 li:nth-child(4n+2) a {
	background: rgba(0,166,80,1);
    background: -moz-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,166,80,1)), color-stop(100%, rgba(0,156,76,1)));
    background: -webkit-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
    background: -o-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
    background: linear-gradient(to right, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a650', endColorstr='#009c4c', GradientType=1 );
}
.main-sidebar #categories-2 li:nth-child(4n+3) a {
	background: rgba(0,113,188,0.9);
	background: -moz-linear-gradient(top, rgba(0,113,188,0.9) 0%, rgba(0,113,188,0.95) 51%, rgba(0,113,188,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,113,188,0.9)), color-stop(51%, rgba(0,113,188,0.95)), color-stop(100%, rgba(0,113,188,1)));
	background: -webkit-linear-gradient(top, rgba(0,113,188,0.9) 0%, rgba(0,113,188,0.95) 51%, rgba(0,113,188,1) 100%);
	background: -o-linear-gradient(top, rgba(0,113,188,0.9) 0%, rgba(0,113,188,0.95) 51%, rgba(0,113,188,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,113,188,0.9) 0%, rgba(0,113,188,0.95) 51%, rgba(0,113,188,1) 100%);
	background: linear-gradient(to bottom, rgba(0,113,188,0.9) 0%, rgba(0,113,188,0.95) 51%, rgba(0,113,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071bc', endColorstr='#0071bc', GradientType=0 );
}
.main-sidebar #categories-2 li:nth-child(4n+4) a {
	background: rgba(235,0,139,1);
    background: -moz-linear-gradient(top, rgba(235,0,139,1) 0%, rgba(227,2,136,1) 50%, rgba(219,5,133,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,0,139,1)), color-stop(50%, rgba(227,2,136,1)), color-stop(100%, rgba(219,5,133,1)));
    background: -webkit-linear-gradient(top, rgba(235,0,139,1) 0%, rgba(227,2,136,1) 50%, rgba(219,5,133,1) 100%);
    background: -o-linear-gradient(top, rgba(235,0,139,1) 0%, rgba(227,2,136,1) 50%, rgba(219,5,133,1) 100%);
    background: -ms-linear-gradient(top, rgba(235,0,139,1) 0%, rgba(227,2,136,1) 50%, rgba(219,5,133,1) 100%);
    background: linear-gradient(to bottom, rgba(235,0,139,1) 0%, rgba(227,2,136,1) 50%, rgba(219,5,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb008b', endColorstr='#db0585', GradientType=0 );
}
.main-sidebar #categories-1 li {
	border-bottom: 1px solid #e5e6e8;
}
.main-sidebar #categories-1 li a {
	color: #a32020;
	display: block;
	font-size: 0.9375rem;
	padding: 5px 0 7px;
}
.main-sidebar #searchform label {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.main-sidebar #searchform input[type='search'] {
	background-color: #F3F3F3;
	border: 0;
	border-bottom-right-radius: 0;
	border-radius: 25px;
	border-top-right-radius: 0;
	height: 48px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	width: auto;
}
.main-sidebar #searchform button[type='submit'] {
	background: rgba(0,166,80,1);
	background: -moz-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,166,80,1)), color-stop(100%, rgba(0,156,76,1)));
	background: -webkit-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
	background: -o-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
	background: linear-gradient(to right, rgba(0,166,80,1) 0%, rgba(0,156,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a650', endColorstr='#009c4c', GradientType=1 );
	border-radius: 25px;
	border: 0;
	color: #FFF;
	font-family: 'Signo', sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	height: 48px;
	margin-left: -40px;
	padding: 11px 40px;
	width: auto;
}
.main-sidebar #searchform button[type='submit']:hover {
	background: #32b772;
}
.main-sidebar #searchform ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #404041;
	font-size: 1.125rem;
	font-weight: 700;
}
.main-sidebar #searchform ::-moz-placeholder {
	/* Firefox 19+ */
	color: #404041;
	font-size: 1.125rem;
	font-weight: 700;
}
.main-sidebar #searchform :-ms-input-placeholder {
	/* IE 10+ */
	color: #404041;
	font-size: 1.125rem;
	font-weight: 700;
}
.main-sidebar #searchform :-moz-placeholder {
	/* Firefox 18- */
	color: #404041;
	font-size: 1.125rem;
	font-weight: 700;
}
.blog .main-content {
	width: 69%;
}
.blog .main-sidebar {
	width: 31%;
}
.popular-posts .post-stats {
	font-style: italic;
	font-weight: 400;
	line-height: 1.2em;
	margin-top: 3px;
}
.popular-posts .wpp-list > li {
	border-bottom: 1px solid #e5e6e8;
	margin-top: 25px;
	padding-bottom: 25px;
}
.popular-posts .wpp-list > li:first-child {
	margin-top: 0;
}
.popular-posts .wpp-list > li a {
	color: #0095DA;
	font-family: 'Signo', sans-serif;
	font-weight: 500;
	font-size: 1rem;
}
.popular-posts .wpp-date {
	color: #3B3B3B;
	display: block;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	margin-top: 5px;
	text-transform: capitalize;
}


/******************************************
IMAGE SCROLLER
******************************************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}
.em-image-slider {
	overflow: hidden;
}
.image-scrollbox > ul {
	*zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.image-scrollbox > ul:after {
	clear: both;
}
.image-scrollbox > ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	width: 5000px;
}
.image-scrollbox > ul li {
	float: left;
	margin: 0 40px 0 0;
}


/******************************************
ACCORDION
******************************************/
.accordion {
	margin: -20px 0 30px;
}
.accordion > p {
	display: none; /* Fix empty P tag */
}
h3.accordion-title:before {
	content: "\002B";
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1em;
	margin-top: -9px;
	position: absolute;
	right: 25px;
	top: 50%;
}
h3.accordion-title.open:before {
	content: "\2212";
}
h3.accordion-title {
	border: 2px solid #ED1B24;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 50px 0 0;
	padding: 30px 60px 30px 30px;
	position: relative;
}
h3.accordion-title.open {
	background: #009ED2;
	border-color: #009ED2;
	color: #fff;
}
.accordion-content {
	background: #F2F2F2;
	margin: 0;
	padding: 15px 40px;
}

/******************************************
WP-TILES
******************************************/
div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}

/******************************************
WOOCOMMERCE
******************************************/
/* General Styles */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #fff;
	margin: 0 auto 30px !important;
	max-width: 1060px;
}
.woocommerce-wrapper {
	position: relative;
}

/* MiniCart */
.em-minicart-wrapper, .em-minicart-wrapper a {
	color: #B1B1B1;
}
.em-minicart-wrapper a:hover {
	color: #de4d21;
	text-decoration: none;
}
.em-minicart-wrapper > div {
	display: inline-block;
	margin: 0 4px;
	vertical-align: top;
}
.em-minicart-link a:before {
	content: "\f291";
	font-family: FontAwesome;
	font-size: 1.25rem;
	line-height: 1em;
	text-indent: 0;
}
.em-minicart-link a {
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
}
.em-minicart-checkout {
	font-weight: normal;
	text-transform: uppercase;
}

/* Product Slider */
.em-product-slider {
	margin: 0;
	padding: 0 30px;
}
.em-product-slider .slides > li {
	text-align: center;
}
.em-product-slider .slides > li a {
	display: block;
}
.em-product-slider-thumb {
	display: block;
	height: 210px;
}
.em-product-slider .slides > li img {
	display: inline;
	max-height: 165px;
	width: auto;
}
.em-product-slider-title {
	font-size: 1.5rem;
	font-weight: normal;
}
.em-product-slider .flex-direction-nav a {
	top: 110px;
}

/* Product Archive Page */
.product-listing-switch-view {
	float: right;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}
.product-listing-switch-view li {
	border-left: 1px solid #c7c6c2;
	float: left;
	margin-left: 13px;
	padding-left: 13px;
}
.product-listing-switch-view li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.product-listing-switch-view li a:before {
	color: #d6d6d3;
	font-family: FontAwesome;
	font-size: 1.222222rem;
	margin-right: 3px;
	vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
	content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
	content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
	color: #000;
}
.product-listing-switch-view li a {
	color: #596060;
	display: block;
	font-size: 16px;
	line-height: 1.375em;
	font-weight: normal;
	text-decoration: none;
}
.woocommerce ul.products li.product {
	*zoom: 1;
}
.woocommerce ul.products li.product:before,
.woocommerce ul.products li.product:after {
	content: "";
	display: table;
	line-height: 0;
}
.woocommerce ul.products li.product:after {
	clear: both;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	margin-top: 50px !important;
	max-width: none;
}
.single-product.woocommerce .woocommerce-error, .single-product.woocommerce .woocommerce-info, .single-product.woocommerce .woocommerce-message {
	margin-top: 0 !important;
}
.woocommerce-products-header__title {
	font-size: 1.875rem;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: none;
	font-size: 1rem;
	margin: 4px 0 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	margin: 0;
	position: absolute;
	right: 0;
	top: 12px;
}
.woocommerce-ordering .jqTransformSelectWrapper div span,
.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	line-height: 48px;
}
.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen {
	width: 48px;
}
.woocommerce nav.woocommerce-pagination {
	margin: 80px 0 0;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	padding: 0 8px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	border: 1px solid #FB9475;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	font-size: 1.25rem;
	height: 44px;
	line-height: 42px;
	padding: 0;
	text-align: center;
	width: 44px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #FB9475;
	color: #fff;
}

/* Product Archive - Grid View */
.woocommerce ul.products {
	margin: 0 -15px;
}
.woocommerce ul.products li.product {
	float: left;
	margin: 56px 0 0;
	padding: 0 15px;
	width: 50%;
}
.woocommerce ul.products li.product:nth-child(2n+1) {
	clear: both;
}
.product-list-item {
	background: #F5F5F5;
}
.product-list-info {
	padding: 35px;
}
.product-list-thumb {
	text-align: center;
}
.woocommerce ul.products li.product a img {
	display: inline;
	line-height: 0;
	margin: 0;
	vertical-align: top;
	width: auto;
}
.product-listing-title {
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0;
}
.product-list-des {
	font-size: 1rem;
	margin-top: 3px;
}
.product-list-des p {
	margin: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #FCB97D;
	font-size: 2.375rem;
	font-weight: bold;
	line-height: 1.3em;
	margin: 12px 0 25px;
}
.product-list-link {
	float: left;
}
.product-list-link a.em-button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	font-size: 1.0625rem;
	height: 58px;
	padding: 18px 25px;
	text-align: center;
}
.woocommerce ul.products li.product .button {
	float: right;
	margin: 0;
}
form.cart {
	float: right;
}
form.cart .quantity {
	background: #F5F5F5;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	float: left;
	width: 100px;
	padding-right: 40px;
}
.woocommerce .product-list-info form.cart .quantity {
	background: #fff;
}
.woocommerce form.cart .quantity .qty {
	background: #F5F5F5;
	border: none;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	height: 58px;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
}
.woocommerce .product-list-info form.cart .quantity .qty {
	background: #fff;
}
form.cart .button {
	margin-left: -40px !important;
}

/* Product Archive - List View */
body.em-list-view-mode.woocommerce ul.products {
	margin: 0;
}
body.em-list-view-mode.woocommerce ul.products li.product {
	float: none;
	width: auto;
}
body.em-list-view-mode .product-list-item {
	padding: 40px 25px;
}
body.em-list-view-mode .product-list-item,
body.em-list-view-mode .product-list-thumb,
body.em-list-view-mode .product-list-content {
	min-height: 1px !important;
}
body.em-list-view-mode .product-list-thumb {
	float: left;
	width: 150px;
}
body.em-list-view-mode .product-list-info {
	padding: 0 0 0 175px;
}
body.em-list-view-mode .product-list-des {
	margin-bottom: 30px;
	margin-top: 9px;
}
body.em-list-view-mode.woocommerce ul.products li.product .price {
	float: left;
	margin: 17px 0 0;
	width: 33.333333%
}
body.em-list-view-mode .product-list-link a.em-button, body.em-list-view-mode.woocommerce ul.products li.product .button {
	padding-left: 35px;
	padding-right: 35px;
}

/* Product Detail */
.woocommerce div.product div.images.woocommerce-product-gallery {
	float: left !important;
	margin: 0;
	padding-right: 15px;
	padding-top: 10px;
	width: 50%;
}
.woocommerce div.product div.images {
	text-align: center;
}
.woocommerce div.product div.images img {
	display: inline;
	line-height: 0;
	vertical-align: top;
	width: auto;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right !important;
	margin: 0;
	padding-left: 15px;
	width: 50%;
}
.woocommerce div.product .product_title {
	font-size: 1.875rem;
	margin-bottom: 12px;
}
.product-detail-des {
	font-size: 1rem;
	line-height: 1.625em;
}
.product-detail-des p {
	margin-bottom: 12px;
	margin-top: 12px;
}
.product_meta {
	font-size: 1em;
}
.woocommerce div.product form.cart {
	float: none;
	margin-bottom: 40px;
	margin-top: 37px;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0;
}
.product-detail-message {
	font-size: 13px;
	line-height: 1.69230769em;
	margin-top: 23px;
}

/* Cart Page */
.woocommerce table.shop_table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 50px;
}
.woocommerce table.shop_table thead th {
	background: #FB9475;
	color: #fff;
	font-size: 1.25rem;
	font-weight: normal;
	padding-bottom: 28px;
	padding-top: 28px;
}
.woocommerce table.shop_table tr {
	border-bottom: 1px solid #FB9475;
	border-left: 1px solid #FB9475;
	border-right: 1px solid #FB9475;
}
.woocommerce table.shop_table tbody tr:last-child {
	border: none;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-bottom: 1px solid #FB9475;
}
.woocommerce a.remove {
	color: #E46C48 !important;
	font-size: 2.5rem;
	font-weight: normal;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	max-height: 70px;
	max-width: 70px;
	width: auto;
}
#add_payment_method table.cart input.qty, .woocommerce-cart table.cart input.qty, .woocommerce-checkout table.cart input.qty {
	background: #F5F5F5;
	border: none;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	height: 58px;
	width: 90px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	border-bottom: none;
	padding: 40px 0 0;
}
.woocommerce .cart td.actions .button {
	height: 58px;
	padding: 10px 30px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	background: #F5F5F5;
	border: none;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	font-size: 1.0625rem;
	height: 58px;
	margin: 0;
	padding: 5px 70px 5px 20px;
	width: 210px;
}
.woocommerce .cart td.actions .coupon .button {
	background: #FCB97D;
	margin-left: -60px;
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
}
.woocommerce .cart td.actions .coupon .button:hover {
	background: #FB9475;
}
.woocommerce .cart td.actions .button[name="update_cart"] {
	background: none;
	border-color: #E46C48;
	color: #E46C48;
	opacity: 1;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: calc(50% - 15px);
}
.cart_totals {
	background: #F5F5F5;
	padding: 38px 45px;
}
.cart_totals h2 {
	font-size: 1.875rem;
	margin-bottom: 0;
}
.woocommerce .cart_totals  table.shop_table td,
.woocommerce .cart_totals  table.shop_table th {
	border-bottom: 1px solid #B1B1B1;
	padding: 28px 0;
}
.woocommerce .cart_totals  table.shop_table .order-total td,
.woocommerce .cart_totals  table.shop_table .order-total th {
	border-bottom: none;
	padding-bottom: 5px;
}
.woocommerce .cart_totals  table.shop_table td {
	font-size: 14px;
	line-height: 1.3em;
	text-align: right;
}
.woocommerce .cart_totals  table.shop_table td p {
	margin: 0;
	width: 70%;
}
.woocommerce .cart_totals  table.shop_table th {
	font-weight: 300;
	width: 30%;
}
.woocommerce-shipping-calculator {
	margin-top: 15px;
}
.woocommerce .cart_totals table.shop_table td p {
	width: auto;
}
.woocommerce .cart_totals table.shop_table .amount {
	color: #FCB97D;
	font-size: 1.5rem;
	font-weight: normal;
}
.woocommerce .cart_totals table.shop_table .includes_tax .amount {
	font-size: 14px;
}
.woocommerce .cart_totals table.shop_table small {
	font-size: 14px;
}
.cart-note {
	font-size: 12px;
	line-height: 1.66666667em;
	margin-bottom: 40px;
}
.cart-note p {
	margin-bottom: 22px;
	margin-top: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
	padding-bottom: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 0;
}

/* Checkout Page */
#ship-to-different-address {
	font-size: 1rem;
}
#order_review_heading {
	margin-top: 30px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr:last-child {
	border-bottom: 1px solid #FB9475;
	border-left: 1px solid #FB9475;
	border-right: 1px solid #FB9475;
}
p#e_deliverydate_field {
	float: none;
}
.ft_shipping_notice,
.ft_shipping_notice_more {
	font-size: 14px;
	line-height: 1.5em;
}
.ft_shipping_notice {
	font-style: italic;
}
.woocommerce .checkout_coupon input.button {
	height: 59px;
	padding-bottom: 15px;
	padding-top: 10px;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox:before,
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox:after {
	content: "";
	display: table;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox:after {
	clear: both;
}

@media (max-width: 1199px) {
	/* Product Archive - Grid View */
	.woocommerce ul.products li.product {
		margin-top: 30px;
	}
	.product-list-info {
		padding: 20px;
	}
	.woocommerce ul.products li.product .price {
		font-size: 2rem;
	}
	.product-list-link a.em-button,
	.woocommerce ul.products li.product .button,
	.woocommerce div.product form.cart .button {
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		border-radius: 22px;
		height: 44px;
		padding: 11px 15px;
	}
	form.cart .quantity {
		width: 90px;
	}
	.woocommerce form.cart .quantity .qty {
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		border-radius: 22px;
		height: 44px;
		padding: 5px;
	}

	/* Product Archive - List View */
	body.em-list-view-mode .product-list-item {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	body.em-list-view-mode.woocommerce ul.products li.product .price {
		margin-top: 10px;
	}
	body.em-list-view-mode .product-list-link a.em-button,
	body.em-list-view-mode.woocommerce ul.products li.product .button {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Cart Page */
	.cart_totals {
		padding: 28px 30px;
	}
	.woocommerce .cart_totals table.shop_table .amount {
		font-size: 1.25rem;
	}
}

@media (max-width: 991px) {
	/* Product Archive - Grid View */
	.product-listing-title {
		font-size: 1.25rem;
	}
	.woocommerce ul.products li.product .price {
		font-size: 1.75rem;
	}
	.product-list-link {
		float: none;
	}
	.product-list-link a.em-button {
		display: block;
	}
	.woocommerce ul.products li.product .button {
		float: none;
		margin-top: 15px;
	}
	form.cart {
		float: none;
		margin-top: 15px;
		position: relative;
	}
	form.cart .quantity {
		padding-right: 150px;
		width: 100%;
	}
	.woocommerce ul.products li.product form.cart .button {
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 150px;
	}

	/* Product Archive - List View */
	body.em-list-view-mode .product-list-des {
		margin-bottom: 20px;
	}
	body.em-list-view-mode .product-list-link {
		float: left;
	}
	.woocommerce ul.products li.product .button {
		float: right;
		margin: 0;
	}
	body.em-list-view-mode.woocommerce ul.products li.product .price {
		float: none;
	    margin: 0 0 15px;
		width: auto;
	}
	body.em-list-view-mode.woocommerce form.cart {
		float: right;
		margin: 0;
	}
	body.em-list-view-mode form.cart .quantity {
		padding-right: 130px;
		width: 180px;
	}
	body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
		padding-left: 5px;
		padding-right: 5px;
		width: 130px;
	}

	/* Product Detail */
	.woocommerce div.product form.cart div.quantity {
		padding-right: 40px;
		width: 100px;
	}
}

@media (max-width: 767px) {
	/* Product Archive Page */
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: none;
		margin-top: 15px;
		max-width: 250px;
		position: static;
	}

	/* Product Archive - Grid View */
	.woocommerce ul.products {
		max-width: 470px;
		margin: 0 auto;
	}
	.woocommerce ul.products li.product {
		float: none !important;
		padding: 0;
		width: auto;
	}

	/* Product Archive - List View */
	body.em-list-view-mode.woocommerce ul.products {
		max-width: none;
	}
	body.em-list-view-mode .product-list-item {
		padding: 20px;
	}
	body.em-list-view-mode .product-list-thumb {
		width: 80px;
	}
	body.em-list-view-mode .product-list-info {
		padding-left: 100px;
	}
	body.em-list-view-mode form.cart .quantity {
		padding-right: 110px;
		width: 160px;
	}
	body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
		width: 110px;
	}

	/* Product Detail */
	.woocommerce div.product div.images.woocommerce-product-gallery,
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		float: none !important;
		padding: 0;
		width: auto;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		margin-top: 30px;
	}

	/* Cart Page */
	.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
		padding-bottom: 10px;
	}
	.cart_totals {
		padding: 20px;
	}
	.woocommerce table.shop_table tbody tr,
	.woocommerce table.woocommerce-checkout-review-order-table tbody tr:last-child {
		border: 1px solid #FB9475;
		margin: 10px 0;
	}
	.woocommerce table.shop_table td {
		border: none;
	}
	.woocommerce table.shop_table_responsive tr td.actions, .woocommerce-page table.shop_table_responsive tr td.actions {
		background: none;
		padding: 10px 0 0 !important;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	.woocommerce .cart_totals table.shop_table tr {
		border: none;
	}
	.woocommerce .cart_totals table.shop_table tr td {
		background: none;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot {
		border: 1px solid #FB9475;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot tr {
		border-bottom: none;
		border-left: none;
		border-right: none;
		border-top: 1px solid #FB9475;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child {
		border-top: none;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
		border: none;
		display: block;
		position: static;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
		border: none;
	}
}

@media (max-width: 480px) {
	/* Product Archive - List View */
	body.em-list-view-mode .product-list-thumb {
		float: none;
		width: auto;
	}
	body.em-list-view-mode .product-list-thumb img {
		max-height: 150px;
	}
	body.em-list-view-mode .product-list-info {
		padding-left: 0;
		padding-top: 20px;
	}
	.woocommerce ul.products li.product .price {
		text-align: center;
	}
	body.em-list-view-mode .product-list-link {
		float: none;
	}
	.woocommerce ul.products li.product .button,
	body.em-list-view-mode.woocommerce form.cart {
		float: none;
		margin-top: 15px;
	}
	body.em-list-view-mode form.cart .quantity {
		padding-right: 130px;
		width: 100%;
	}
	body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
		width: 130px;
	}

	/* Checkout Page */
	.woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
	.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
		float: none;
		width: auto;
	}
}

/******************************************
TESTIMONIALS
******************************************/
/* Default Layout */
#testimonial-section {
	padding-bottom: 196px;
	padding-top: 164px;
}
#testimonial-section .testi-avatar {
	padding-top: 29px;
}
#testimonial-section .testi-avatar img{
	-webkit-box-shadow: 10px 14px 26px 0px rgba(152,152,152,0.29);
    -moz-box-shadow: 10px 14px 26px 0px  rgba(152,152,152,0.29);
    box-shadow: 10px 14px 26px 0px rgba(152,152,152,0.29);
}
.testimonials-list:before, .testimonials-list:after {
    content: " ";
    display: table;
}
.testimonials-list:after {
    clear: both;
	margin: 0 -15px;
}
.home .testimonial-content {
	padding-top: 270px;
	position: relative;
}
.home .testimonial-content:after {
	background: url(library/images/left-quote@2x.png) no-repeat left top;
	-webkit-background-size: 243px auto;
	-moz-background-size: 243px auto;
	-o-background-size: 243px auto;
	content: '';
	height: 100%;
	left: -16.5%;
	position: absolute;
	top: 0;
	width: 100%;
}
.testimonials-list .quote {
	float: left;
	width: 100%;
}
.testimonials-list blockquote {
	border: 0;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0;
	padding: 3px 0 0;
}
.testimonials-list blockquote p {
	margin: 0;
}
.testimonials-list .author {
	display: block;
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
}

/* Layout 01 - Two columns, no thumb */
.woothemes-testimonials-layout-01 .testimonials-list .quote {
	width: 50%;
}
.woothemes-testimonials-layout-01 .testimonial-content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 360px;
}
.testimonial-avatar .cite {
	background: url(library/images/five-stars@2x.png) no-repeat left bottom;
	-webkit-background-size: 97px auto;
	-moz-background-size: 97px auto;
	-o-background-size: 97px auto;
	background-size: 97px auto;
	padding-bottom: 25px;
	padding-top: 30px;
}
.testimonial-avatar img {
	margin-right: 35px;
}
.testimonial-avatar img, .testimonial-avatar .cite {
	display: inline-block;
}
.testimonial-avatar span {
	display: block;
	font-size: 1.375rem;
	font-weight: 700;
	margin-bottom: 2px;
}
.testimonial-avatar span.title {
	font-weight: 300;
	font-size: 1.125rem;
}
/* Layout 02 - One column, no thumb */
.woothemes-testimonials-layout-02 {
}

/* Layout 03 - Thumbnail on left, testimonial text on the right */
.woothemes-testimonials-layout-03 .testimonials-list .quote {
	display: flex;
	align-items: center;
}
.woothemes-testimonials-layout-03 .testimonial-avatar {
	display: inherit;
	width: 296px;
}
.woothemes-testimonials-layout-03 .testimonial-avatar img {
	width: 87px;
}

/* Layout 04 - Quote icon on the left, no thumb */
.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
	background: url(library/images/icon-quote@2x.png) no-repeat center center;
	-webkit-background-size: auto 27px;
	-moz-background-size: auto 27px;
	-o-background-size: auto 27px;
	background-size: auto 27px;
	border: 3px solid #ED1B24;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	display: block;
	height: 68px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 68px;
}
.woothemes-testimonials-layout-04 .testimonials-list blockquote {
	background: none;
	margin: 0;
	padding: 0 0 0 100px;
	position: relative;
}
.woothemes-testimonials-layout-04 .testimonials-list .author {
	font-size: 1.375rem;
	font-weight: 600;
	margin-top: 9px;
	padding-left: 100px;
}

/******************************************
FLEXSLIDER
******************************************/
.flexslider {
	background: none;
	border: none;
	margin-bottom: 0;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: rgba(0,0,0,0.4);
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-indent: 0;
	text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "\f105";
}
.flex-direction-nav a:hover:before {
	color: rgba(0,0,0,1);
}
.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1 !important;
	outline: none;
	text-indent: -999em;
	width: 25px;
}
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next{
	right: 0;
}
.flexslider .slides img {
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.flex-control-nav {
	position: absolute;
	top: 40.5%;
    text-align: center;
    right: -6.8%;
	width: auto;
}
.flex-control-nav li {
	display: block;
	margin: 0 0 18px 0;
}
.flex-control-paging li a {
	background-color: #FFFFFF;
	border: 1px solid #95989A;
	height: 13px;
	width: 13px;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
	background-color: #00A651;
	border-color: #00A651;
}
/******************************************
NEXTGEN FLEXSLIDER
******************************************/
.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}

/******************************************
GRAVITY FORM
******************************************/
div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul.gform_fields li.gfield {
	margin: 25px 0;
	padding-right: 0;
}
div.gform_wrapper ul.gform_fields li.gfield.hidden-field {
	display:none;
}
.gform_wrapper form li #extensions_message {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
	display: block;
	font-weight: inherit;
	margin: 0 0 4px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .gform_footer {
	margin: 20px 0 0;
	padding: 0;
}
.ui-datepicker-title select {
	height: auto;
	width: auto;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#gform_wrapper_2 .gfield_required {
	display: none !important;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}
#gform_1 .gfield_required, #gform_2 .gfield_required {
display: none;
}

/******************************************
BLOG
******************************************/
.img-zoom {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	width: auto;

	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
	        filter: none;
}
.img-zoom:hover {
	-webkit-transform: scale(1.075);
	   -moz-transform: scale(1.075);
	     -o-transform: scale(1.075);
	        transform: scale(1.075);
	-webkit-transition: all 0.6s ease;  /* Transition for Webkit browsers */

	-webkit-filter: grayscale(100%);  /* For Webkit browsers */
	        filter: grayscale(100%);
	        filter: gray;  /* For IE 6 - 9 */
}
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
}
.postlist .post {
	float: left;
	margin: 0 0 72px;
	padding: 0 15px;
	width: 50%;
}
.postlist .post .post-list-content {
	margin-bottom: 12px;
}

.postlist .post a.em-button {
	bottom: -24px;
	font-size: 1.025rem;
	left: 0;
	margin: 0 auto;
	max-width: 202px;
	padding: 15px 30px;
	position: absolute;
	right: 0;
}
.post-list-date {
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 15px;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	font-family: 'Signo', sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 15px;
	overflow: hidden;
}
h2.entry-title a {
	color: #3B3B3B;
}
.post-list-thumbnail {
	overflow: hidden;
	position: relative;
}
.post-list-thumbnail a.em-button {
	bottom: 0;
	position: absolute;
	right: 0;
}
.post-list-content p {
	margin-top: 0;
}
.post-list-content a.excerpt-read-more {
	display: none;
}
.post-tags:before {
	content: '\f02c';
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}
.post-tags {
	font-size: 0.875rem;
	margin: 15px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
h1.single-title {
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 150%;
}
.post-list-inner {
	background-color: #F3F3F3;
	padding: 30px 35px 50px 35px;
	position: relative;
}
body.inner .post-list-inner p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 160%;
}
.single-post .main-content {
	width: 69%;
}
.single-post .main-sidebar {
	width: 31%;
}
.single-post p {
	color: #3B3B3B;
	font-size: 1rem;
	font-style: normal;
	margin-bottom: 30px;
	margin-top: 0;
}
.single-post p.byline {
	font-size: 0.875rem;
	margin-bottom: 0;
}
.single-post blockquote {
	font-weight: 700;
}
.single-post .category-child-safety blockquote {
	border-color: #EC008C;
}
.single-post .category-childcare-centres blockquote {
	border-color: #00A651;
}
.single-post .category-children-of-the-future blockquote {
	border-color: #0072BC;
}
.single-post .category-our-community blockquote {
	border-color: #FFCB05;
}
.single-post article img {
	margin: 30px 0;
}
.single-post .post-image img {
	margin-top: 0;
}
.single-post .green-box {
	background-image: url(library/images/green-box@2x.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding: 43px;
}
.single-post .green-box p {
	color: #FFF;
	margin-bottom: 0;
}
/******************************************
NAVIGATION
******************************************/
nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li {
	float: left;
	position: relative;
}
nav.main-nav ul.nav > li > a {
	color: #FFF;
	display: block;
	font: normal 1.125rem/54px 'Catamaran', sans-serif;
	padding: 4px 37px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
nav.main-nav ul.nav > li.menu-item-has-children > a {
	padding-right: 33px;
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
	color: #FFCB05;
	content: "\f0dd";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 12px;
	margin-left: 7px;
	margin-top: -5px;
	-webkit-transition: transform 0.25s ease;
	-moz-transition: transform 0.25s ease;
	-ms-transition: transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	vertical-align: middle;
}
nav.main-nav ul.nav > li.menu-item-has-children.menu-item-opened > a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: FlipV;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a,
nav.main-nav ul.nav > li.hover > a {
	background-image: url(library/images/hover-bg@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 31px;
	color: #FFCB05;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
	font-weight: normal;
}
nav.main-nav ul.nav li ul {
	background: rgba(0,149,218,1);
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	visibility: hidden;
	width: 170px;
	z-index: 99;
}
nav.main-nav ul.nav li:hover > ul,
nav.main-nav ul.nav li.hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 30px;
	top: 117%;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #fff;
	display: block;
	font: normal 1.0625rem/1.3em 'Catamaran', sans-serif;
	padding: 8px 14px;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li a:hover {
	background: #2D56A6;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a {
	background: #166988;
}

/******************************************
SUPERFLY MENU
******************************************/
.sfm-rollback {
	display: none;
}
div.sfm-label-metro .sfm-navicon-button {
	background: rgba(0,0,0,0);
	right: 50px;
}
div.sfm-label-metro .sfm-navicon, div#sfm-mob-navbar .sfm-navicon, div.sfm-label-metro .sfm-navicon:after, div#sfm-mob-navbar .sfm-navicon:after, div.sfm-label-metro .sfm-navicon:before, div#sfm-mob-navbar .sfm-navicon:before {
	background: #FFF;
	height: 4px !important;
}
div#sfm-sidebar .sfm-menu li:after {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li > a:before {
	background: #68B9BC;
}
#sfm-sidebar .sfm-menu li > a span {
	text-transform: none;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
	width: 28px;
}
.sfm-navicon {
	width: 28px;
}
.sfm-navicon-button {
	padding: 20px 8px;
}

/******************************************
RESPONSIVE STYLES
******************************************/
@media(min-width: 768px) and (max-width: 991px) {
	.feedback:before {
		left: -55px;
	}
	.feedback:after {
		right: -55px;
	}
}
@media(min-width: 768px) {
	.page-template-page-events h1 span {
		font-size: 2.4375rem;
	}
}
@media (min-width: 1200px) {
	.main-header .header-right {
		padding-left: 0;
		padding-right: 0;
	}

	.our-story-bottom-panel .col-md-8 {
		padding: 0;
	}
	.banner-video-container .banner-video {
		height: 643px;
	}
	.location-bottom-bar .em-button {
		min-width: 230px;
	}
	.mb-50 {
		margin-bottom: 50px;
	}
}
@media (min-width: 1700px) {
	.main-header {
		padding-left: 269px;
		padding-right: 203px;
	}
}
@media (min-width: 1600px) {
	.main-header {
		padding-left: 100px;
		padding-right: 100px;
	}

}
@media (min-width: 992px) and (max-width: 1199px) {
	.location-bottom-bar .em-button {
		width: 100%;
	}
}
@media(max-width: 1440px) {
	.main-header {
		padding-left: 41px;
		padding-right: 0;
	}
	.our-franchisee {
		padding: 10% 0;
	}
	.locations-slider .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next, .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 44.5% !important;
	}
	.locations-slider .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev, .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
	    left: 44.5% !important;
	}
	#testimonial-section .flex-control-nav {
		right: -2%;
	}
	nav.main-nav ul.nav > li > ul {
	    left: 15px;
	}
	.banner-video-container .banner-video {
		height: 643px;
	}
	.contact-details {
		background-size: 62% 100% !important;
		-moz-background-size: 62% 100% !important;
		-o-background-size: 62% 100% !important;
		-webkit-background-size: 62% 100% !important;
	}
	.event-contact-details {
		background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover!important;
		-webkit-background-size: cover!important;
	}
}
@media (max-width: 1430px) {
	/* General Styles */
	.accordion {
		margin-top: 0;
	}
	h3.accordion-title {
		margin-top: 30px;
		padding: 20px 60px 20px 20px;
	}

	/*** Enter your custom style here ***/
	.header-phone a.em-button {
		font-size: 1rem;
		padding-left: 15px;
		padding-right: 15px;
	}
	nav.main-nav ul.nav > li > a {
		padding: 0 14px;
	}
	nav.main-nav ul.nav > li > a, nav.main-nav ul.nav li ul li a, nav.main-nav ul.nav li ul li.current-menu-item > a, nav.main-nav ul.nav li ul li.current-parent-item > a, nav.main-nav ul.nav li ul li.current-menu-ancestor > a {
		font-size: 16px;
	}
	nav.main-nav ul.nav > li.menu-item-has-children > a {
		padding-right: 14px;
	}
	.main-header .logo img {
		width: 125px;
	}
	.main-header .logo .custom-link img {
		width: 125px;
	}
	.extra-content {
		padding: 65px 0 !important;
	}
	.extra-content.story {
   	 padding-top: 135px !important;
	}
	.main-header {
		padding-top: 12px;
		padding-bottom: 9px;
	}
	#why-section .row-01 {
		padding-bottom: 0;
	}
	.banner-video-container .banner-video {
		height: 450px;
	}
}
@media (max-width: 1399px) {
	.bottom-bar .map-content {
		max-width: 320px;
		padding: 45px 30px 20px;
		left: 2%;
	}
}
@media (max-width: 1250px) {
	#testimonial-section .flex-control-nav {
	    right: 0;
	}
}
@media (max-width: 1199px) {
	body {
		font-size: 1rem;
	}
	h2, h3 {
		font-size: 2rem;
	}
	h4 {
		font-size: 1.5rem;
	}
	h5 {
		font-size: 1.125rem;
	}
	h6 {
		font-size: 1rem;
	}

	/* General Styles */
	.testimonial-box:after {
		left: 24px;
	}
	.testimonial-box {
		font-size: 1.25rem;
		padding: 50px 30px 10px 40px;
	}
	.free-quote-bar,
	.free-quote-bar p {
		text-align: center;
	}

	/*** Enter your custom style here ***/
	#testimonial-section .flex-control-nav {
		right: -2%;
	}
	.location-map .loc-details {
		 padding: 30px 5px;
	}
	.location-map .loc-details a.em-white {
		font-size: 0.95rem;
	    padding: 14px 23px 15px;
	}
	.location-map .loc-details a.em-button {
	    font-size: 0.95rem;
	    padding: 16px 23px 17px;
	}
	.location-map .loc-details .map-buttons .em-yellow {
	    margin-right: 5px;
	}
	.contact-details {
		background-size: 58% 100% !important;
	    -moz-background-size: 58% 100% !important;
	    -o-background-size: 58% 100% !important;
	    -webkit-background-size: 59% 100% !important;
	}
	.event-contact-details {
		background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover!important;
		-webkit-background-size: cover!important;
	}
	.banner-video-container .banner-video-inner {
		height: 400px;
	}
	.location-container .location-name h4 {
		font-size: 1.25rem;
	}
	.location-bottom-bar .em-button {
		font-size: 1.0625rem;
    	padding: 16px 30px 17px;
	}
	.centre-title {
		font-size: 1rem;
	}
	.centre-distance {
		margin-top: -1px;
	}
	.main-sidebar #searchform button[type='submit'] {
		margin-left: -74px;
		padding: 11px 26px;
	}
}
@media (min-width: 992px) {
.learn-play-row-03 h3 {
	margin-top:80px;
}
}
@media (max-width: 991px) {
	h2, h3 {
		font-size: 1.75rem;
	}
	h5 {
		font-size: 1rem;
	}
	h2.entry-title {
		font-size: 1.375rem;
	}
	p {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td, .table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
	}
	.extra-content-col {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.column-vertical-align .row,
	.column-vertical-align.row,
	.column-equal-height .row,
	.column-equal-height.row {
		display: block;
	}

	/* Testimonials */
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		width: 200px;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 150px;
	}

	/* General Styles */
	.extra-content,
	.free-quote-bar,
	.free-quote-cta-panel.free-quote-bar {
		padding: 30px 0;
	}
	.border-bottom .container {
		padding-bottom: 30px;
	}
	.border-top .container {
		padding-top: 30px;
	}
	.background-only-panel {
		height: 250px !important;
	}
	.free-quote-bar {
		text-align: center;
	}
	.free-quote-bar h2 {
		margin-top: 0;
	}
	.free-quote-bar .col-md-4 {
		margin-top: 30px;
	}
	.free-quote-bar p {
		text-align: center;
	}
	.staff-panel {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.staff-panel-first {
		padding-top: 30px;
	}
	.staff-panel .extra-content-col {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.staff-panel .column-01 p {
		margin: 0;
	}
	.testimonial-box:after {
		top: 12px;
	}
	.accordion {
		margin-top: 10px;
	}
	h3.accordion-title {
		margin-top: 20px;
		padding: 15px 60px 15px 15px;
	}
	.accordion-content {
		padding: 15px 30px;
	}
	.contact-form .column-02, .get-a-quote-row-01 .column-02 {
		max-width: none;
	}

	/*** Enter your custom style here ***/
	.sfm-rollback {
		display: block;
		width: 0;
	}
	.header-right {
		display: none;
	}
	.main-header {
		padding-bottom: 25px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
	}
	.main-header .logo {
		text-align: center;
	}
	.main-header .kinder {
		left: 35px;
		max-width: 95px;
		position: absolute;
		top: 20px;
	}
	.custom-logo-link img {
		margin-right: 0;
	}
	.main-header .logo img {
		width: 147px;
		z-index: 999;
	}
	.main-header .logo .logo-images {
	    margin-bottom: -97px;
	}
	.banner-area, .inner-banner {
		background: url(library/images/banner-mobile-bg@2x.png) no-repeat right top !important;
		background-repeat: no-repeat;
		background-size: 140px auto !important;
		padding-top: 112px;
	}
	.banner-area .banner-buttons .em-pink {
		margin-right: 0;
	}
	.banner-area .banner-buttons {
	    bottom: -90px;
	}
	.inner-banner .banner-buttons {
		bottom: -36px;
	}
	.banner-area, .inner-banner {
		padding-bottom: 55px;
	}
	.portals .portal .portal-content {
	    position: relative;
	    max-width: 366px;
	    margin: 0 auto 45px auto;
	}
	.portals .portal:last-child .portal-content {
		margin-bottom: 0;
	}
	.home .testimonial-content:after {
	    background: url(library/images/left-quote@2x.png) no-repeat center top !important;
	    -webkit-background-size: 183px auto !important;
	    -moz-background-size: 183px auto !important;
	    -o-background-size: 183px auto !important;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	}
	.home .testimonial-content {
		padding-top: 200px;
	    text-align: center;
	}
	.testimonial-avatar img, .testimonial-avatar .cite {
		display: inline-block;
	    float: none;
	    text-align: left;
	}
	#testimonial-section .testi-avatar {
		padding-top: 50px;
	}
	#testimonial-section .flex-control-nav li {
	    display: inline-block;
	    margin: 0 7px;
	}
	#testimonial-section {
		background: url(library/images/testi-mobile-bg@2x.png) no-repeat center bottom !important;
		background-size: 920px auto !important;
		padding-bottom: 120px !important;
	}
	#testimonial-section .flex-control-nav {
	    bottom: -8%;
	    left: 0;
	    margin: 0 auto;
	    width: auto;
	    position: absolute;
	    right: 0;
	    text-align: center;
	    top: auto;
	}
	.testimonials-list .quote {
	    padding-top: 30px;
	}
	#bottom-panel, #about-bottom-panel {
		text-align: center;
	}
	#regions  {
		display: none;
	}
	.social-media ul {
		padding-left: 0;
	}
	.main-footer a.back-to-top h6 {
		font-size: 1.125rem;
	}
	.back-to-top > p {
		display: none;
	}
	#why-section p {
	    font-size: 1.125rem;
	}
	#why-section .extra-content-col-inner {
	    z-index: 99;
	}
	#why-section .row-02 {
		padding-bottom: 0;
		padding-top: 0;
	}
	#why-section .col-centered {
		margin-bottom: 35px;
		margin-left: 0;
		margin-right: 0;
	}
	#why-section .col-centered:last-child {
		margin-bottom: 0;
	}
	.extra-content-col.inner-right-image img {
		margin-bottom: 0;
	}
	.extra-content.right-image .image-bg:after {
	    bottom: -4%;
	    left: -10%;
	}
	.main-header.sticky {
		background: rgba(0,149,218,1);
	    background: -moz-linear-gradient(left, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,149,218,1)), color-stop(25%, rgba(0,149,218,1)), color-stop(50%, rgba(0,131,203,1)), color-stop(100%, rgba(0,114,188,1)));
	    background: -webkit-linear-gradient(left, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	    background: -o-linear-gradient(left, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	    background: -ms-linear-gradient(left, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	    background: linear-gradient(to right, rgba(0,149,218,1) 0%, rgba(0,149,218,1) 25%, rgba(0,131,203,1) 50%, rgba(0,114,188,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095da', endColorstr='#0072bc', GradientType=1 );
	    /*padding-top: 44px;*/
	    position: fixed;
	    width: 100%;
	    z-index: 99999;
	}
	.map-btn {
		bottom: -25px;
	    left: 0;
	    margin: 0 auto;
	    position: absolute;
	    right: 0;
	    text-align: center;
	}
	.main-footer {
		padding-top: 90px;
	}
	.our-location .blue-bg, .our-location .light-blue-bg {
		margin-top: 30px;
	}
	.location-testimonial .testimonial-avatar {
		text-align: left;
	}
	.location-testimonial .testimonials-list .quote {
		padding-top: 0;
	}
	.our-location-info, .location-bottom-bar {
		text-align: center;
	}
	.the-staff {
		margin-bottom: 30px;
	}
	.the-staff .yellow-text {
		margin-top: 25px;
	}
	.location-testimonial {
		padding-bottom: 65px;
		padding-top: 65px;
	}
	.location-testimonial .testimonials-list {
		margin-top: 0;
	}
	.location-testimonial .testimonials-list blockquote {
		text-align: left;
	}
	.location-testimonial .testimonial-avatar .cite {
		padding-top: 0;
	}
	.single-locations .inner-banner {
	    padding-bottom: 35px;
	    padding-top: 100px;
	}
	.our-location {
	    padding-bottom: 65px;
	    padding-top: 65px;
	}
	.our-team .team-inner {
		padding-top: 20px;
	}
	.our-team {
	    padding-bottom: 30px;
	    padding-top: 50px;
	}
	.about-our-location {
	    padding-bottom: 35px;
	    padding-top: 65px;
	}
	.introduction {
		padding-bottom: 65px;
		padding-top: 30px;
	}
	.about-our-location-col {
		margin-bottom: 30px;
	}
	.team-members .team .team-inner {
	    padding-bottom: 40px;
	    padding-top: 45px;
	}
	.our-team-row-01 {
		padding-bottom: 0 !important;
		padding-top: 30px !important;
	}
	.our-team-content {
		padding-top: 0 !important;
	}

	/*FOOTER*/
	.main-footer .row.column-vertical-align {
		margin: 0;
	}
	.portals .portal .hover-con {
		position: relative;
	}
	.portals .portal .hover-con:after {
		bottom: 0;
		content: '';
		background-image: url(library/images/yellow@2x.png);
	    background-position: center bottom;
	    background-repeat: no-repeat;
	    background-size: 359px;
	    height: 100%;
	    left: 0;
	    margin: 0 auto;
	    position: absolute;
	    right: 0;
	    width: 100%;
	}
	.portals .portal:nth-child(2) .hover-con:after {
		background-image: url(library/images/blue@2x.png);
	}
	.portals .portal:last-child .hover-con:after {
		background-image: url(library/images/green@2x.png);
	}
	.image-bg:after {
		bottom: 0;
	}
	.contact-details {
		background-size: cover !important;
	    -moz-background-size: cover !important;
	    -o-background-size: cover!important;
	    -webkit-background-size: cover !important;
		color:#fff;
	}
	.contact-details h4 {
		color:#fff;
	}
	.centre-bottom-bar {
		padding-bottom: 40px !important;
		text-align: center;
	}
	.banner-video-container .banner-video:hover .button-controls div#pause-button {
		display: none !important;
	}
	.banner-video-container .banner-video-inner {
	    height: auto;
	}
	#fancybox-wrap {
	    z-index: 9999999 !important;
	}
	.bottom-bar .map-content {
		left: 50%;
			-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.bottom-bar .map iframe {
		vertical-align: top;
	}
	.main-footer {
	    padding-bottom: 50px;
	    padding-top: 0;
	}
	.footer-col {
		display: block;
	}
	.footer-logo {
		margin-top: -70px;
		text-align: center;
	}
	.footer-logo img {
	    width: 140px;
	}
	.footer-locations {
		padding: 45px 0 0;
		width: auto;
	}
	.footer-col .widgettitle {
		margin-bottom: 20px;
		text-align: center;
	}
	.footer-locations ul.menu {
		margin: 0 auto;
		max-width: 600px;
	}
	.footer-locations ul.menu li:nth-child(3n+2) {
		text-align: center;
	}
	.footer-locations ul.menu li:nth-child(3n) {
		float: right;
		width: 26%;
	}
	.footer-quick-links {
		padding-top: 33px;
		text-align: center;
		width: auto;
	}
	.footer-quick-links ul li {
		display: inline-block;
		padding: 0 20px;
	}
	.nearby-centres {
		padding: 60px 0 30px;
	}
	.centres-list {
		margin-top: -15px;
	}
	.centre-item::before {
		top: 34px;
	}
	.centre-item {
		border-top: 2px solid #e3e3e3;
		padding: 34px 0 34px 78px;
	}
	.centres-list .col-xs-12:first-child .centre-item {
		border-top: none;
	}
	.centre-title {
		padding-top: 2px;
	}
	.centre-view {
		padding-top: 13px;
	}
	.centre-view a {
		background-position: right 28px center;
		border: 2px solid #0072bc;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		line-height: 38px;
		padding: 0 52px 0 28px;
	}
	.single-post .main-content, .single-post .main-sidebar, .blog .main-content, .blog .main-sidebar {
		clear: both;
		float: none;
		width: 100%;
	}
	.location-bottom-bar .em-button.em-yellow {margin:15px;}
	.our-team-content .img-overlay img {margin:0 auto -50px;}

	/* EVENTS */
	.page-template-page-events .mainbody > .container .main-content .event-details {
		-webkit-background-size: cover;
		background-size: cover;
	}
	.page-template-page-events .mainbody > .container .main-content .event-details .img-wrap {
		margin: 0 auto;
		margin-bottom: 110px;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 87.5% !important;
	}
	h1, h2 {
		font-size: 1.75rem;
	}
	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}

	/* Testimonials */
	.contact-form .testimonials-list {
		margin-top: 0;
	}
	.testimonials-list {
		margin-top: -15px;
	}
	.testimonials-list .quote {
		margin: 15px 0;
		text-align: center;
	}
	.testimonials-list blockquote {
		-webkit-background-size: 100px auto;
		-moz-background-size: 100px auto;
		-o-background-size: 100px auto;
		background-size: 100px auto;
		background-position: center top;
		padding-top: 20px;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote,
	.woothemes-testimonials-layout-03 .testimonial-content {
		max-width: none;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote {
		width: 100%;
	}
	.woothemes-testimonials-layout-03 .testimonials-list .quote {
		display: block;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		margin-bottom: 20px;
		text-align: center;
		width: auto;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 80px;
	}

	/* Content Panels */
	.column-equal-height .row, .column-equal-height.row {
		display: block;
	}
	.align-left-xs {
		background-position: left center;
	}
	.background-only-panel {
		height: 200px !important;
	}

	/* General Styles */
	.logos-panel {
		text-align: center;
	}
	.logos-panel ul {
		display: block;
	}
	.logos-panel ul li:before {
		display: none;
	}
	.logos-panel ul li {
		float: none;
		padding: 12px 0;
		width: auto;
	}
	.extra-content .testimonials-list blockquote p {
		max-width: none;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
		left: 50%;
		margin-left: -34px;
		top: 0;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote {
		padding-left: 0;
		padding-top: 100px;
	}
	.woothemes-testimonials-layout-04 .testimonials-list .author {
		padding-left: 0;
	}
	.accordion {
		margin-top: 15px;
	}
	h3.accordion-title {
		margin-top: 15px;
		padding: 12px 50px 12px 15px;
	}
	h3.accordion-title:before {
		right: 15px;
	}
	.accordion-content {
		padding: 10px 20px;
	}

	/*** Enter your custom style here ***/
	#why-section .extra-content-col-inner {
	    padding: 0 50px;
	}
	.our-franchisee {
		background-image: url(library/images/green-bg.png) !important;
	}
	.introduction {
		background-image: none;
	}
	.our-team {
		text-align: center;
	}
	.locations-slider .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next, .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 40.5% !important;
	}
	.locations-slider .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev, .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
	    left: 40.5% !important;
	}
	.banner-video-container .banner-video {
		height: 100%;
	}
	.inner-banner .banner-buttons {
	    display: none;
	}
	.extra-content.our-story {
	    padding-top: 100px;
	}
	.col-centered {
		margin-right: 0;
	}
	.story .story-quote {
		margin-top: 55px;
	}
	.extra-content .extra-content-col-inner {
		position: initial;
	}
	.main-footer {
		padding-top: 75px;
	}
	.footer-logo {
		margin-top: 0;
	}
	.centre-title {
		font-size: 1.35714286rem;
	}
	.centre-distance {
		font-size: 1.42857143rem;
	}
	.centre-view a {
		font-size: 1.28571429rem;
	}
	a.em-google-review::after {
		right: 15px;
	}
	.location-google-review a.em-google-review {
		padding-left: 20px;
		padding-right: 60px;
	}
	body.page-id-13 .extra-content {
		padding: 10px 0 !important;
	}
	.event-contact-details {
		margin-bottom: 0;
		margin-top: 25px;
		padding: 25px 50px 50px;
	}
	.feedback-form {
		padding: 25px 34px 50px 50px !important;
	}
	.feedback {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.g-recaptcha {
		-moz-transform: scale(0.925);
		-webkit-transform: scale(0.925);
		transform: scale(0.925);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}

	/* General Styles */
	.list-check-square li {
		margin: 10px 0;
	}
	.free-quote-bar h2 {
		font-size: 1.5rem;
	}
	.free-quote-info .div-1 ul li {
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
		-o-background-size: 24px auto;
		background-size: 24px auto;
		margin: 13px 0;
		padding: 3px 0 3px 40px;
	}

	/*** Enter your custom style here ***/
	.locations-slider:after {
	    background-repeat: no-repeat !important;
        background-size: 60px auto;
        height: 120px;
        width: 60px;
        top: -30px;
	}
	.footer-quick-links ul li {
	    padding: 0 10px;
	}
	.our-team-bottom-panel p:last-child,
	.our-story-bottom-panel {text-align:center;}
}

@media (max-width: 420px) {
	.main-header .logo .logo-images {
	    margin-bottom: -83px;
	}
	.main-header .logo img {
	    width: 118px;
	}
	.main-header .kinder {
	    max-width: 75px;
	    top: 18px;
	}
	.sfm-mobile .sfm-navicon-button {
	    top: 15px !important;
	}
	.banner-area, .inner-banner {
	    padding-top: 100px;
	}
	.footer-col .widgettitle {
		margin-bottom: 15px;
	}
	.footer-quick-links ul li {
		padding: 5px 10px;
	}
}

@media (max-width: 380px) {
	.main-header .kinder {
	    left: 15px;
	}
	div.sfm-label-metro .sfm-navicon-button {
	    right: 30px;
	}
	.main-header .kinder {
	    top: 3px;
	}
	.sfm-mobile .sfm-navicon-button {
	    top: 18px !important;
	}
	.main-header {
		padding-bottom: 24px;
		padding-top: 30px;
	}
}
@media (max-width: 320px) {
	.main-header {
		padding-bottom: 55px;
		padding-top: 30px;
	}
	.main-header .logo img {
    	width: 85px;
	}
}
