@import url("https://use.typekit.net/gnz5xxi.css");
.uk-section-default {
	background-image: none;
}
html::after {
	background-image: none;
}
.home-slideshow-text {
	font-size: 100px;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: .06em;
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
}
.home-slideshow-text span {
	font-size: 46px;
	line-height: 1em;
	font-weight: 500;
}
.home-slideshow-button a {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: .06em;
	color: #fff;
	border: 2px solid #fff;
	line-height: 1em;
	padding: 25px;
	margin: 0 auto;
	display: table;
}
.uk-button-secondary {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
}
.uk-button-secondary:hover {
	box-shadow: none;
	text-shadow: none;
}
.uk-navbar-container>.uk-container .uk-navbar-left {
	margin: 0;
}
.uk-logo {
	display: block;
	padding: 0;
}
.uk-logo img.uk-responsive-height {
	max-height: none;
	width: 320px;
}
.tm-toolbar {
	background: transparent;
	font-size: 12px;
	position: relative;
	z-index: 1;
}
.tm-toolbar .uk-icon-button {
	background: #fff;
	border-radius: 10px;
}
.tm-toolbar .uk-icon-button svg path {
	fill: #945ca7;
}
.home-video,
.header:not(.no-menu) {
	margin-top: -56px;
}
.tm-header-placeholder {
	display: none;
}
.home-about p {
	font-size: 24px;
	line-height: 1.4em;
	color: #fff;
	margin-bottom: 0;
}
.home-about img,
.content img {
	border: 5px solid #82368c;
}
.home-location-links .el-item {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
	border: 5px solid #82368c;
	transition: all .2s ease-in-out;
}
.home-location-links .el-item:hover {
	box-shadow: none;
	border-color: #fff;
}
.home-location-links .el-title {
	font-size: 32px;
}
.home-podcasts-links .el-item img {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
	border: 5px solid #82368c;
	transition: all .2s ease-in-out;
}
.home-podcasts-links .el-item:hover img {
	box-shadow: none;
	border-color: #fff;
}
.home-podcasts-links .el-title {
	font-size: 22px;
}
.home-podcasts-links .el-item:hover .el-title {
	color: #945ca7;
}
.footer {
	background-color: #1c1c1c;
}
.footer .uk-text-center {
	letter-spacing: .06em;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a.uk-open,
.uk-navbar-nav>li>a:focus {
	-webkit-animation: none;
	animation: none;
}
.uk-icon-button {
	box-shadow: none;
}
.uk-nav-default>li.uk-active>a,
.woocommerce-account nav.woocommerce-MyAccount-navigation ul>li.uk-active>a {
	color: #945ca7;
}
.uk-navbar-dropdown-nav>li>a:focus,
.uk-navbar-dropdown-nav>li>a:hover {
	color: #945ca7;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:focus,
.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
	color: #945ca7;
}
.uk-navbar-dropdown {
	width: 270px;
}
.home h2,
.home h4 {
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
}
.header {
	position: relative;
}
.header .header-title {
	position: relative;
	font-size: 64px;
}
.uk-heading-hero {
	animation: none;
}
.header:not(.no-menu) .header-title {
	margin-top: 240px;
	margin-bottom: 80px;
}
.header .header-menu {
	position: relative;
}
.header .header-menu ul {
	margin-top 20px;
	margin-bottom: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header .header-menu ul li {
	display: inline-block;
	white-space: nowrap;
}
.header:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#000000', GradientType=0);
}
.uk-button-small {
	box-shadow: none;
	text-shadow: none;
}
.header .header-subtitle {
	position: relative;
}
.locations-navigation {
	padding-top: 80px;
}
.locations-nav-manchester,
.locations-nav-kathmandu,
.locations-nav-mexico-city {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 200px;
}
.trigger {
	position: relative;
	z-index: 1;
	width: 250px;
	height: 250px;
	border: 5px solid #82368c;
	border-radius: 50%;
	background: #282828;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: cover;
	background-position: 50%;
	transition: all .4s ease-in-out;	
}
.trigger:hover {
	border-color: #fff;
}
.trigger span {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1em;
}
.location {
	position: absolute;
	border-radius: 50%;
	background: #82368c;
	width: 150px;
	height: 150px;
	border: 5px solid #282828;
	transition: all .4s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: cover;
	background-position: 50%;
}
.location:hover {
	border-color: #fff;
}
.location span {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1em;
	color: #fff;
}
.locations-nav-manchester .trigger {
	background-image: url('/wp-content/uploads/locations-bg-manchester.jpg');
}
.location.stockport {
	background-image: url('/wp-content/uploads/locations-bg-stockport.jpg');
}
.location.oldham {
	background-image: url('/wp-content/uploads/locations-bg-oldham.jpg');
}
.locations-nav-kathmandu .trigger {
	background-image: url('/wp-content/uploads/locations-bg-kathmandu.jpg');
}
.location.hattigauda {
	background-image: url('/wp-content/uploads/locations-bg-hattigauda.jpg');
}
.location.kapan {
	background-image: url('/wp-content/uploads/locations-bg-kapan.jpg');
}
.location.tikapur {
	background-image: url('/wp-content/uploads/locations-bg-tikapur.jpg');
}
.locations-nav-mexico-city .trigger {
	background-image: url('/wp-content/uploads/locations-bg-mexico-city.jpg');
}
.location.amp-sinatel {
	background-image: url('/wp-content/uploads/locations-bg-amp-sinatel.jpg');
}
.locations-nav-manchester .trigger.clicked+a {
	transform: translate(-100px, 200px);
}
.locations-nav-manchester .trigger.clicked+a+a {
	transform: translate(100px, 200px);
}
.locations-nav-kathmandu .trigger.clicked+a {
	transform: translate(-220px, 40px);
}
.locations-nav-kathmandu .trigger.clicked+a+a {
	transform: translate(-100px, 200px);
}
.locations-nav-kathmandu .trigger.clicked+a+a+a {
	transform: translate(100px, 200px);
}
.locations-nav-kathmandu .trigger.clicked+a+a+a+a {
	transform: translate(220px, 40px);
}
.locations-nav-mexico-city .trigger.clicked+a {
	transform: translate(0, 220px);
}
.podcasts {
	list-style: none;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: rgba(255, 255, 255, .5);
	padding: 0;
}
.podcasts li {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all .2s ease-in-out;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.podcasts .text {
	width: 50%;
}
.podcasts li h3 {
	font-weight: 300;
	font-size: 19px;
	line-height: 31px;
	color: #fff;
	margin: 0;
}
.podcasts li h4 {
	font-size: 16px;
	line-height: 26px;
	font-weight:300;
	color: rgba(255, 255, 255, .5);
	margin: 0;
}
.podcasts li .mejs-container {
	width: 50% !important;
	display: block;
}
.podcasts li:hover {
	background-color: #82368c;
}
form input:focus {
	outline: none;
	border-color: #945ca7;
}
form .ginput_container_date input {
	width: 100% !important;
}
.woocommerce ul.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
    flex-direction: column;
}
.woocommerce ul.products li.product a:first-of-type,
.woocommerce-page ul.products li.product a:first-of-type {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.woocommerce button.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background-color: transparent;
    height: 40px;
    line-height: 37px !important;
    font-size: 14px;
}
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
	background-image: none;
}
blockquote cite {
	font-weight: 800;
}
@media (max-width: 1280px) {
	.uk-navbar-item,
	.uk-navbar-nav>li>a,
	.uk-navbar-toggle {
		font-size: 14px;
	}
	.home-video {
		height: 100vh;
		padding: 0;
	}
	.location {
		width: 130px;
		height: 130px;
	}
	.location span {
		font-size: 1em;
	}
	.locations-nav-kathmandu .trigger.clicked+a {
		transform: translate(-200px, 40px);
	}
	.locations-nav-kathmandu .trigger.clicked+a+a {
		transform: translate(-100px, 180px);
	}
	.locations-nav-kathmandu .trigger.clicked+a+a+a {
		transform: translate(100px, 180px);
	}
	.locations-nav-kathmandu .trigger.clicked+a+a+a+a {
		transform: translate(200px, 40px);
	}
	.locations-nav-manchester .trigger.clicked+a {
		transform: translate(-100px, 180px);
	}
	.locations-nav-manchester .trigger.clicked+a+a {
		transform: translate(100px, 180px);
	}
	.locations-nav-mexico-city .trigger.clicked+a {
		transform: translate(0, 200px);
	}
}
@media (max-width: 1024px) {
	.uk-navbar {
		width: 100%;
		display: block;
	}
	.uk-navbar-left a {
		margin: 0 auto;
	}
	.uk-navbar-right .uk-navbar-nav {
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	.tm-toolbar {
		display: none;
	}
	.home-video,
	.header {
		margin-top: 0;
	}
	.tm-header-mobile {
		position: relative;
		z-index: 1;
	}
	.uk-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.uk-logo img.uk-responsive-height {
		width: 200px;
	}
	.home-video,
	.header:not(.no-menu) {
		margin-top: -80px;
	}
	.uk-navbar {
		display: flex;
		width: auto;
	}
	.home-about * {
		text-align: center;
	}
	.home-location-links>div>div>div:nth-of-type(4) {
		margin-left: 0;
	}
	.header:not(.no-menu) .header-title {
		margin-top: 120px;
		margin-bottom: 50px;
	}
	.content img {
		width: 100%;
	}
	.home-podcasts-links img {
		width: 100%;
	}
}
@media (max-width: 470px) {
	.home-slideshow-text {
		font-size: 54px;
	}
	.home-slideshow-text span {
		font-size: 22px;
	}
	.home-slideshow-button a {
		font-size: 16px;
	}
	.uk-h2 {
		font-size: 22px;
	}
	.uk-h4 {
		font-size: 16px;
	}
	.uk-button-secondary {
		font-size: 14px;
	}
	.home-social .uk-button {
		width: 100%;
	}
	.footer img {
		width: 250px;
	}
	.header .header-title {
		font-size: 40px;
	}
	.locations-nav-kathmandu .trigger.clicked+a {
		transform: translate(-100px, -200px);
	}
	.locations-nav-kathmandu .trigger.clicked+a+a+a+a {
		transform: translate(100px, -200px);
	}
	.podcast-list {
		padding-top: 0;
	}
	.podcasts li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.podcasts li .text {
		width: 100%;
	}
	.podcasts li .mejs-container {
		width: 100% !important;
		margin-top: 10px;
	}
	.woocommerce ul.products {
		display: block;
	}
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
}
@media (max-width: 320px) {
	.uk-logo img.uk-responsive-height {
		width: 150px;
	}
	.home-slideshow-text {
		font-size: 48px;
	}
	.home-slideshow-button a {
		font-size: 14px;
	}
}