/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/* BODY */
.x-content-band.bg-image.parallax, .x-content-band.bg-pattern.parallax { -webkit-transition: .15s ease-in-out; -moz-transition: .15s ease-in-out; -o-transition: .15s ease-in-out; -webkit-transition-property: background-position; -moz-transition-property: background-position; -o-transition-property: background-position; }
body, input, button, select, textarea {
	font-family: "Adelle-Sans" !important;
}
.x-slider-container.below {
	border-bottom: 0px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 20px 0px !important;
}
h1, .h1 {
	font-size: 45px;
	margin: 20px 0px 6px !important;
}
p, li {
	font-weight: normal;
}
/* HEADER */

.x-navbar .desktop .x-nav>li>a:hover, .x-navbar .desktop .x-nav>.x-active>a, .x-navbar .desktop .x-nav>.current-menu-item>a {
	box-shadow: none !important;
}
.x-navbar .desktop .x-nav>.current-menu-item>a {
	color: #464646 !important;
}
/* HOMEPAGE */

.loc-slide, .loc-slide:hover {
	color: #fff !important;
	padding: 0px 11px;
}
a.loc-contact {
	color: #464646;
	padding: 0px 20px;
}
#services h4 {
	text-align: center;
	margin: 20px 0px 2px !important;
	font-size: 23px;
}
.carousel-column {
	width: 1900px;
}
.postid-490 .entry-thumb {
	display: none;
}
/* Home Paddings */

#about {
	padding: 70px 0px;
}
#benefits {
	padding: 50px 0px 85px;
}
#services {
	padding: 50px 0px 110px;
}
#testimonials {
	padding: 50px 0px 0px;
}
#community {
	padding: 20px 0px 50px;
	width: 100%;
	font-weight: normal;
}
#resources-section {
	padding: 50px 0px 25px;
}
/* Home HRs and titles */

.hr-home {
	height: 0;
	margin: 0px auto 30px;
	border: 0;
	border-top: 3px solid #ff9900;
}
.hr-home-thin {
	height: 0;
	margin: 0px auto 15px;
	border: 0;
	border-top: 2px solid #ff9900;
}
.how-does {
	width: 330px;
}
.the-benefits {
	width: 430px;
}
#team {
	width: 100%;
	padding-top: 0px;
}
.our-team-bg {
	display: none;
	background-size: cover !important;
	width: 100%;
	height: 100%;
	position: absolute;
}
#benefits h1, #team h1 {
	color: #fff;
}
.our-services-hr {
	width: 225px;
}
.testimonials-hr {
	width: 230px;
	margin-bottom: -45px !important;
}
.our-team-hr {
	width: 172px;
}
.resources-hr {
	width: 365px;
	margin-bottom: -40px;
}
.contact-hr {
	width: 145px;
}
.with-container {
	padding: 0px;
}
.ad-hoc {
	width: 69px;
}
.interim-hr {
	width: 169px;
}
.term-hr {
	width: 202px;
}
.emp-hr {
	width: 205px;
}
.comm-hr {
	width: 296px;
	margin: 0px 0px 30px;
}
/* Benefits */

.home h2 {
	margin: 35px 0px 5px !important;
	font-size: 35px;
}
.b1-hr {
	width: 228px;
	margin-bottom: 20px !important;
}
.b2-hr {
	width: 180px;
	margin-bottom: 20px !important;
}
.benefits-white-block {
	background: white;
	box-shadow: 0 6px 58px rgba(98, 98, 98, 0.44);
}
.benefits-white {
	padding: 0px 50px 20px;
}
.wpb_text_column.wpb_content_element.benefits-yellow {
	background: #ff9900;
	color: #fff;
	padding: 25px 50px 50px;
	height: 43%;
	width: 100%;
}
/* Chevrons */

#chevron {
	text-align: center;
	padding: 12px;
	height: 60px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
#chevron:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 51%;
	background: #ff9900;
	-webkit-transform: skew(0deg, 6deg);
	-moz-transform: skew(0deg, 6deg);
	-ms-transform: skew(0deg, 6deg);
	-o-transform: skew(0deg, 6deg);
	transform: skew(0deg, 6deg);
}
#chevron:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background: #ff9900;
	-webkit-transform: skew(0deg, -6deg);
	-moz-transform: skew(0deg, -6deg);
	-ms-transform: skew(0deg, -6deg);
	-o-transform: skew(0deg, -6deg);
	transform: skew(0deg, -6deg);
}
.c2 {
	margin-top: 54px;
}
.c1 {
	margin-top: 32px;
}
#chevron-contact {
	text-align: center;
	padding: 12px;
	height: 60px;
	width: 350px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
#chevron-contact:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 51%;
	background: #ffffff;
	-webkit-transform: skew(0deg, 6deg);
	-moz-transform: skew(0deg, 6deg);
	-ms-transform: skew(0deg, 6deg);
	-o-transform: skew(0deg, 6deg);
	transform: skew(0deg, 6deg);
}
#chevron-contact:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background: #ffffff;
	-webkit-transform: skew(0deg, -6deg);
	-moz-transform: skew(0deg, -6deg);
	-ms-transform: skew(0deg, -6deg);
	-o-transform: skew(0deg, -6deg);
	transform: skew(0deg, -6deg);
}
/* Services */

.services-columns {
	width: 73%;
	margin: 0 auto;
}
#services .x-column {
	margin-right: 1%;
}
#services .x-column:last-child {
	margin-right: 0%;
}
#services .x-column.x-1-4 {
	width: 24%;
}
.services-white {
	background: #fff;
	text-align: center;
	padding: 20px 30px 40px;
	box-shadow: 0 6px 58px rgba(98, 98, 98, 0.44);
}
.services-white p {
	text-align: left;
}
.services-button {
	background: #0acc5a !important;
	border: 2px solid #0acc5a !important;
	border-radius: 100px !important;
	width: 250px !important;
	color: #fff !important;
	text-shadow: none !important;
	font-size: 18px !important;
	margin: 50px 0px 10px;
	padding: 11px 15px !important;
}
.services-button:hover {
	background: #0acc5a !important;
	color: #fff !important;
	text-shadow: none !important;
}
.community-white {
	background: #fff;
	position: absolute;
	top: 125px;
	width: 98%;
	right: -114px;
	padding: 3px 30px 30px;
	box-shadow: 0 6px 58px rgba(98, 98, 98, 0.44);
}
.community-block {
	position: relative;
}
.community-img-block {
	float: right;
	width: 58% !important;
	z-index: -1;
}
.contact-map-block {
z-index: 0;
}
/* Testimonials */

#wonderplugincarousel-1 .amazingcarousel-item-container {
	background: #fff !important;
	border: 1px solid #d9d9d9 !important;
	box-shadow: 0 0px 17px rgba(164, 164, 164, 0.44) !important;
	padding: 0px 20px 20px !important;
}
#wonderplugincarousel-1 .amazingcarousel-image-fix-wrapper {
	border: 1.5px solid #464646 !important;
	border-radius: 150px !important;
}
#wonderplugincarousel-1 .amazingcarousel-list-wrapper {
	padding: 50px 0px !important;
}
#wonderplugincarousel-1 blockquote {
	font: italic 13px 'Source Sans Pro', serif !important;
	color: #333 !important;
	text-align: left !important;
	font-weight: 600 !important;
	border: 0px !important;
	margin: 7px 0px 65px !important;
}
#wonderplugincarousel-1 cite {
	color: #ff9900 !important;
	font: normal 14px 'Source Sans Pro', serif !important;
	margin: 4px 0px !important;
	text-align: left !important;
	font-weight: 600 !important;
}
#wonderplugincarousel-1 hr.below-image {
	height: 0 !important;
	margin: 9px 0px !important;
	border: 0 !important;
	border-top: 1.5px solid #ff9900 !important;
	width: 75% !important;
	margin: 9px auto !important;
}
/* Resources */

#wonderplugincarousel-3 .amazingcarousel-list-wrapper {
	padding: 50px 0px !important;
}
#wonderplugincarousel-3 .amazingcarousel-item-container {
	background: #fff !important;
	text-align: center !important;
	padding: 15px 15px 30px !important;
	border: 1px solid #d9d9d9 !important;
	box-shadow: 0 0px 17px rgba(164, 164, 164, 0.44) !important;
}
#wonderplugincarousel-3 .amazingcarousel-image {
	position: relative !important;
	padding: 0px !important;
	background-color: #fff !important;
	box-shadow: none !important;
	border: 1px solid #c3c3c3 !important;
}
#wonderplugincarousel-3 .amazingcarousel-title {
	font: 17px 'Source Sans Pro', sans-serif !important;
	font-weight: 600 !important;
	color: #464646 !important;
	text-align: left !important;
	margin: 14px 0px 5px !important;
	height: 100px;
}
#wonderplugincarousel-3 .amazingcarousel-readmore:hover {
	color: #fff !important;
	background: #ff9900 !important;
}
#wonderplugincarousel-3 .amazingcarousel-readmore {
	font: 18px "Adelle-Sans", sans-serif !important;
	background: #fff !important;
	border: 2px solid #ff9900 !important;
	border-radius: 100px !important;
	color: #ff9900 !important;
	text-shadow: none !important;
	font-size: 18px !important;
	padding: 11px 51px !important;
}
/* Blog */

.single-post {
	background-image: url(/wp-content/uploads/2017/10/bg-3.jpg);
	background-size: cover;
}
.entry-header h1 {
	margin-top: 0px !important;
}
/* Contact Section */
#melbourne .contact-details:nth-child(2), #brisbane .contact-details:nth-child(2) {
    margin-top: 64px;
    margin-left: 39px !important;
}
.contact-name {
	font-size: 22px;
}
.white-contact-info {
	background: #fff;
	width: 36% !important;
	word-wrap: break-word;
	height: 350px !important;
	text-align: center;
	padding: 0px 20px;
}
.contact-details {
	margin-left: 39px !important;
}
#contact {
	width: 100% !important;
	padding: 50px 0px 70px !important;
}
.contact-map-block {
	cursor: pointer;
	width: 60% !important;
}
.contact-map-block .x-img {
	margin-bottom: 0px;
}
.contact-map-block .x-img img {
	width: 100%;
	height: 100%;
}
.contact-chevron {
	position: absolute;
	left: 204px;
	top: 145px;
	z-index: 1;
}
.contact-full-block {
	background: #fff !important;
	padding: 0px !important;
	box-shadow: 0 6px 58px rgba(98, 98, 98, 0.44);
}
.per-hr {
	width: 77px;
}
.bri-hr {
	width: 124px;
}
.syd-hr {
	width: 104px;
}
.mel-hr {
	width: 153px;
}
.sydney-chev {
	width: 469px !important;
	margin-top: 61px;
	margin-left: -57px;
}
 .perth-chev {
    width: 390px !important;
    margin-top: 20px;
    margin-left: -18px;
} 
/* Search Page */
.search .h-landmark {
    letter-spacing: 0px;
	font-size: 60px;
}
.search .entry-wrap {
    padding: 10px 35px 35px;
    background-color: #fff;
    border-radius: 0px !important;
}
/* Footer */

.x-colophon {
	border-top: 0px;
	background-color: #464646;
	box-shadow: none;
}
.x-colophon.bottom .x-colophon-content {
	display: flex;
	margin: 15px 0px;
}
.x-colophon-content p {
	margin: 0;
}
.copyright-text {
	width: 50%;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 5px;
}
.social-footer {
	width: 50%;
	float: right;
	text-align: right;
}
.social-footer a {
	color: #464646;
	background: #fff;
	padding: 5px 6px;
	margin-left: 12px;
	font-size: 18px;
}
.x-colophon.bottom {
	padding: 6px 0;
}
/* Responsiveness */

.x-btn-navbar.collapsed, .x-btn-navbar, .x-btn-navbar.collapsed, .x-btn-navbar.collapsed:hover, .x-btn-navbar:hover {
	color: #f19213;
	background-color: #ffffff;
	box-shadow: none;
	margin-top: 27px !important;
}
@media (min-width: 1441px) {
	/* ADRIAN: 6-NOV-2017 */
	.services-columns .x-container {
		display: flex;
		/* SAME HEIGHT BOXES */
	}
}

@media only screen and (min-width: 1800px) and (max-width: 1880px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 101% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: -1% !important;
	}
}
@media only screen and (min-width: 1650px) and (max-width: 1799px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 103% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: -3% !important;
	}
}
@media only screen and (min-width: 1700px) and (max-width: 1799px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 103% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: -3% !important;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 106% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: -6% !important;
	}
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 110% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: -10% !important;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1499px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 114% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: -14% !important;
	}
}
@media only screen and (min-width: 1350px) and (max-width: 1399px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 118% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: -18% !important;
	}
}
@media only screen and (min-width: 1300px) and (max-width: 1349px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 121% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: -21% !important;
	}
}
@media only screen and (min-width: 1250px) and (max-width: 1299px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 124% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: -24% !important;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1249px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 127% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: -27% !important;
	}
}
@media only screen and (min-width: 1150px) and (max-width: 1199px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 130% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: -30% !important;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1149px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 132% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: -32% !important;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1099px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 136% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: -36% !important;
	}
}
@media only screen and (min-width: 980px) and (max-width: 1024px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 78% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: 22% !important;
	}
}
@media only screen and (min-width: 880px) and (max-width: 979px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 80% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: 20% !important;
	}
}
@media only screen and (min-width: 780px) and (max-width: 879px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 83% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: 17% !important;
	}
}
@media only screen and (min-width: 680px) and (max-width: 779px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 87% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: 13% !important;
	}
}
@media only screen and (min-width: 580px) and (max-width: 679px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 90% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: 10% !important;
	}
}
@media only screen and (min-width: 375px) and (max-width: 579px) {
	.tp-rightarrow.tparrows.persephone.noSwipe {
		left: 101% !important;
	}
	.tp-leftarrow.tparrows.persephone.noSwipe {
		left: -1% !important;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	#services .x-column.x-1-4 {
		width: 49%;
		margin-bottom: 10px;
	}
	.contact-map-block .x-img>img {
		object-fit: none;
		height: 350px !important;
		width: 477px !important;
	}
	.white-contact-info {
		width: 50% !important;
	}
	.contact-chevron {
		left: 36%;
	}
	.contact-map-block {
		width: 46% !important;
	}
	 .perth-chev {
    width: 350px !important;
    margin-top: 0px;
    margin-left: 1px;
} 
	/* ADRIAN: 06-NOV-2017 */
	.services-white {
		height: 340px;
	}
	#sydney {
		height: 470px !important;
	}
	#sydney .x-img>img {
		object-fit: none;
		height: 470px !important;
		width: 477px !important;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1510px) {
	/* ADRIAN: 06-NOV-2017 */
	#services h4 {
		font-size: 21px;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1510px) {
	/* ADRIAN: 06-NOV-2017 */
	#services h4 {
		font-size: 21px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1105px) {
	.c2 {
		margin-top: 26px;
	}
}
@media (min-width: 1025px) {
	.benefits-yellow {
		position: absolute;
		bottom: 0;
	}
	.benefits-white-block {
		flex: 1;
		padding: 0 0px 324px 0;
	}
	.ot-mob {
		display: none !important;
	}
}
@media (max-width: 1024px) {
	.home #fancybox-wrap {
    	width: 90% !important;
	}
	.x-nav-wrap.desktop {
		display: none
	}
	.x-nav-wrap.mobile {
		display: block
	}
	.x-nav-wrap.mobile.collapse {
		display: none
	}
	.x-nav-wrap.mobile.collapse.in {
		display: block
	}
	.x-btn-navbar {
		display: inline-block;
	}
	.x-navbar-inner {
		text-align: right;
	}
	.x-column.x-sm {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	/* Benefits */
	#benefits {
		padding: 50px 0px 0px;
	}
	.benefits-white-block {
		padding-top: 3px;
		margin-bottom: 50px;
	}
	.benefits-yellow {
		height: auto;
		margin-top: -25px;
		z-index: 1;
		position: relative;
	}
	.c1, .c2 {
		margin-top: 27px;
	}
	/* Services */
	#services .x-column.x-1-4 {
		width: 60% !important;
		margin: 0 auto 4%;
	}
	/* Community */
	.community-img-block {
		width: 100% !important;
	}
	.community-img-block img {
		float: right;
	}
	.community-white {
		top: 145px;
		width: 60%;
		right: auto;
	}
	/* Contact */
	#chevron-contact {
		display: none;
	}
	.white-contact-info {
		width: 100% !important;
		height: auto !important;
	}
	.contact-map-block {
		width: 100% !important;
	}
	.contact-details {
		margin-left: 0px !important;
	}
	.ot-desk {
		display: none !important;
	}
	.our-team-bg {
		background-position: 59% top !important;
	}
}
@media (max-width: 767px) {
	/* Header */
	.x-navbar-inner {
		min-height: 80px !important;
	}
	.x-brand {
		margin-top: 14px !important;
	}
	.x-btn-navbar.collapsed, .x-btn-navbar, .x-btn-navbar.collapsed, .x-btn-navbar.collapsed:hover, .x-btn-navbar:hover {
		margin-top: 16px !important;
	}
	.x-brand img {
		width: 165px !important;
	}
	.x-navbar .x-container {
		width: 90% !important;
	}
	.community-white {
		top: 34px;
		position: relative;
		width: 100%;
		right: auto;
	}
	.community-img-block img {
		width: 100%;
	}
	#services .x-column.x-1-4 {
		width: 100% !important;
	}
	/* Footer */
	.x-colophon.bottom .x-colophon-content {
		display: block;
	}
	.social-footer {
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 22px;
	}
	.copyright-text {
		width: 100%;
		text-align: center;
	}
	.contact-full-block {
		width: 100%;
		margin: 0 auto 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.contact-full-block {
		width: 60%;
		margin: 0 auto 20px;
	}
}
@media (max-width: 414px) {
	#resources-section h1 {
		padding: 0px 80px;
	}
	.resources-hr {
		width: 235px;
	}
	/* HRs */
	.comm-hr, .emp-hr, .term-hr, .interim-hr, .the-benefits, .how-does {
		width: 100%;
	}
}
/* CAROUSEL */

.width100vw {
	width: 100vw;
}
.wonderplugincarousel-container {
	width: 80vw;
	margin: 0 auto;
}
.amazingcarousel-prev {
	left: 5% !important;
	margin: 0 !important;
}
.amazingcarousel-next {
	right: 5% !important;
	margin: 0 !important;
}
.wonderplugincarousel, .amazingcarousel-list-container {
	position: static !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.c2 {
		margin-top: 79px;
	}
	.services-columns .x-container {
		display: inline;
		/* SAME HEIGHT BOXES */
	}
}
@supports (-ms-ime-align: auto) {
	.c2 {
		margin-top: 79px;
	}
	.services-columns .x-container {
		display: inline;
		/* SAME HEIGHT BOXES */
	}
}

/* MISC */
.hidden {
    display: none !important;
}
#fancybox-wrap {
    position: fixed;
    width: 70% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
}
#fancybox-content {
    width: 100% !important;
    border: 0 !important;
}