.uk-text-uppercase {
	text-transform: uppercase;
}

.uk-text-lowercase {
	text-transform: lowercase;
}

.text-weight-300 {
	font-weight: 300;
}

#tm-content > h1.uk-h3 {
	display: none;
}

h4:not(.site-description) {
	font-family: Roboto Condensed !important;
}

/* LAYOUT */

.tm-navbar > ul {
	display: block !important;
}

/* GRID */

@media only screen and (min-width : 768px) {
	
	.tm-sidebar-a {
		width: 270px !important;
		position: fixed !important;
		left: 0 !important;
	}
	
	
	body:not(.admin-bar) .tm-sidebar-a {
		top: 0;
	}	
	body.admin-bar .tm-sidebar-a {
		top: 32px;
	}
	

	
	body > .uk-container {
		padding-left: 270px !important;
	}

	
	.tm-main {
		left: 0 !important;
		width: 100% !important;
	}
	
	
	.uk-offcanvas {
		display: block !important;
		width: 270px !important;
		padding: 0 !important;
	}
	
	.uk-offcanvas-bar {
		transform: none !important;
	}
		
	
}

body:not(.home):not(.single-post):not(.archive) #tm-main-top {
	margin-top: 80px;
}

	#tm-middle,
.tm-main,
.tm-content {
	margin-top: 0 !important;
}


/* NAVBAR */

.widget_nav_menu > ul > li {
	float: left;
    position: relative;
}

.widget_nav_menu > ul > li > a {
	padding: 0 15px;
    line-height: 64px;
}

.simple-social-icons ul li {
	line-height: 64px;
	margin-bottom: 0 !important;
}

.submenu-dropdown {
	display: none;
}

#responsive-menu li {
	width: 100%;
}

.submenu-dropdown > ul {
	margin-bottom: 15px;
}

.submenu-dropdown li > a {
	height: 32px !important;
	line-height: 32px !important;
}


@media only screen and (max-width : 767px) {
	.uk-navbar {
		background: #fff !important;
	}
	#playlist-accordion {
		padding-top: 15px;
		background: #e0e0e0;
	}
}



/* PLAYLIST */

#playlist-accordion {
	z-index: 2;
}


#playlist-content {
	padding: 15px 0;
}

#playlist-button {
	width: 180px;
}


/* FRONTPAGE */

#hero {
	background: url(/wp-content/plugins/geo2arc-fitya/images/dr1b.jpg) no-repeat left top;
	background-size: contain;
    padding-bottom: 65%;
}

#hero .message {
	background-color: rgba(255,255,255,0.5);
	width: 59%;
	padding: 2.2vw calc(1.4vw + 40px) 2.2vw 1.4vw;
}

@media only screen and (max-width: 767px) {
	#hero .message .heading {
		font-size: 5vw;
		line-height: 7vw;
	}
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
	#hero .message .heading {
		font-size: 3.2vw;
		line-height: 4.8vw;
	}
}

#hero .heading {
	font-weight: 300;
}


#hero .call-to-action {
	border: 1px solid #616161;
    border-radius: 5px;
	background: none;
}

#hero .call-to-action:hover {
    background: rgba(224, 224, 224, 0.5);
}


.home .uk-article-title {
	display: none;
}



/* ARTICLE */

.shadow, #sidebar, nav.tm-navbar, #playlist-button {
	/* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); */
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.01),0 2px 5px 0 rgba(0,0,0,0.12);
}

article.single.post {
	margin-top: 0;
}

/* thumbnail */


@media only screen and (max-width : 959px) {
	.post.archive .thumbnail {
		width: calc( 100% + 30px );
	}
}

@media only screen and (min-width : 960px) {
	.post.archive .thumbnail {
		margin-right: 15px;
		margin-bottom: -15px;
	}
	
	.post.archive .thumbnail + div {
		margin-bottom: -15px;
	}
	
	.archive .archive.channel,
	.archive .archive.playlist {
		height: 15vw;
		overflow: hidden;
	}
	
	
}

.post-single-thumbnail img {
	width: 100%;
}


.archive:not(.post) .thumbnail,
.single:not(.post) .thumbnail {
	margin-bottom:-15px;
	margin-right: 15px !important;
	border-right: 1px solid #e6e6e6;
}





/* single channel - playlist bug */

.single article.single > article.archive {
	margin: -15px !important;
}


.channel .thumbnail {
	flex: 0 0 15vw;
}

.playlist .thumbnail {
	flex: 0 0 27vw;
}

.playlist .thumbnail img {
	transform: scale(1.1);
	/* height: 123%; */
    position: absolute;
	top: -11%;
	left: 4.5%;
	padding-bottom:12%;
}

.readmore {
	height: 15px;
    background: #fff;
    opacity: 0.75;
    margin: 0 -15px -15px 0;
    width: calc( 100% + 30px );
}    


 
.archive.workout {
	width: 210px;
	height: 343px;
	/* margin-bottom: 25px; */
} 


.article-wrap {
	box-sizing: content-box !important;
}


 
/* title */
 
.workout.archive .row-author {
    line-height: 1em;
    padding: 5px 8px;
    height: 76px;
    overflow: hidden;
	margin: -10px -15px 0 -15px;
} 
 
.trainer {
	clear: none;
}

.title {
	font-family: Roboto Condensed;
}

/* meta */

.modal .row-video,
.single.workout .row-video {
    padding-bottom: 56.25%;
}

.single.workout .row-video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}



.row-meta i.material-icons {
    font-size: 1.3em;
    vertical-align: middle;
}

.meta-a, .meta-b {
    padding-left: 10px;
    padding-right: 10px;
}

.meta-a {
	height: 53px;
	margin-bottom: 60px;
    padding-bottom: 6px;
	background: #fff;
}


.meta-a .meta:not(.post_tag),
.meta-a .post_tag .term {
	margin: 5px 3px 0px 0;
}

.meta-a:hover {
	background: #fff;
    overflow: visible;
}


.meta-b {
    height: 34px;
    line-height: 32px !important;
	border-top: 1px solid #eeeeee;
	margin-bottom: 24px;
}

.meta-b > * {
    flex: 1 1 auto;
}

.meta-b i {
	vertical-align: sub;
}



.meta-c i.material-icons {
    margin-right: 0.3em;
}



.meta-c {
    background: #f5f5f5;
    height: 25px;
    line-height: 22px !important;
    border-top: 1px solid #eeeeee;
    padding: 0 3px;
}

/* colorbar */

.row-color {
	box-sizing: border-box;
	
	height: 30px;
    line-height: 30px;
    padding-left: 7px;
    background: #e5e5e5;	
	font-size: 1.07em;
}

.workout.archive .row-color {
	width: 210px;
}

.row-color * {
	color: #fff;
}

.row-color .action > a {
    width: 33px;
    height: 30px;
    text-align: center;
	font-size: 19px;
    line-height: 30px;
    border-left: 1px solid rgba(255,255,255,0.2);
    opacity: 0.9;
}

.simplefavorite-button, .simplefavorite-button:hover, .simplefavorite-button:active {
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
    height: 100%;
    padding: 0;
    color: inherit;
	cursor: pointer;
}

.archive .videolength {
	font-size: 1.07em;
	color: #fff;
    text-shadow: 1px 1px #9e9e9e;
}

.archive .uk-close,
.single .uk-close,
.single.workout .details,
.modal .play,
article.single .play {
	display: none;
}

/* Modal */

.modal {
	text-align: initial;
}

.modal .row-color {
	margin-bottom: 0;
}

.modal .row-author {
    padding: 5px 10px 0 10px;
}

.modal .title {
    font-size: 1.5em !important;
}

.modal .channel, .modal .trainer {
    line-height: 1.1em !important;
    font-size: 1em !important;
}

footer #modal-ads {
	/* display: none; */
}

.modal #amazon-recommendations {
	padding: 0;
    background: #fff;
}




/* QUERIES */

.related-workouts .related .uk-grid {
	max-height: 345px;
}

/* SIDEBAR */

#sidebar .simple-social-icons {
	border-bottom: 1px solid #e0e0e0;
    margin: 0;
}


/* simple social icons */

.simple-social-icons ul li a {
	height: 1em;
}

.simple-social-icons ul li a svg {
	max-width: 100%;
    max-height: 100%;
	color: #fff !important;
}





#site-branding {
	margin: 0;
}

.site-title {
    font-size: 54px;
    line-height: 59px;
    margin: 10px 0 10px 0;
    font-weight: 400;	
}

.site-title a {
	color: #757575;
}

.site-title:after {
    content: "BETA";
    position: absolute;
    bottom: -26px;
    left: 67px;
    color: #CACACA;
    font-size: 13px;
}

.site-description {
    font-size: 14px;
    line-height: 15px;
}

/* FACETWP FILTERS */

/* sort panel */

#sort-panel {
	text-transform: uppercase;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    min-height: 35px;
    line-height: 35px;
    padding: 5px 15px;
    margin: 0 1rem 30px 1rem;
}




#facets-sidebar {
	margin-top: 15px;
	padding-bottom: 50px;
}

.facetwp-selections > ul {
	padding-left: 0;
}

/* titles */

.facet-title i.material-icons {
    /* font-family: Material-Design-Icons; */
    color: #adadad;
    font-size: 20px;
	vertical-align: sub;
	margin-right: 5px;
}

.facet-title {
    position: relative;
    margin: 8px 0 2px 0;
    color: #404040;
    text-transform: uppercase;
    border-bottom: 1px solid #D8d8d8;
    font-weight: 400;
    height: 25px;
}

/* slider */

.facetwp-type-slider .noUi-connect {
	background: #dedede;
}

/* types */
.facetwp-facet-type .facetwp-checkbox {
	opacity: 1 !important;
	display: inline-block;
	width: 49.5%;
	height: 30px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
    line-height: 30px;
}

.facetwp-facet-type .facetwp-checkbox:nth-of-type(2n-1) {
	margin-right: 1%;
}

.facetwp-facet-type  .facetwp-checkbox.disabled {
	color: #e0e0e0;
}

.facetwp-facet-type  .facetwp-checkbox:not(.disabled):hover,
.facetwp-facet-type  .facetwp-checkbox.checked {
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.25) inset !important;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2) inset !important;
}

.facetwp-checkbox[data-value="cardio"],
.cardio .row-color {
	background-color: #d5a263 !important;
}
.facetwp-checkbox[data-value="dance"],
.dance .row-color {
	background-color: #d28b71 !important;
}
.facetwp-checkbox[data-value="pilates"],
.pilates .row-color {
	background-color: #8CA8B6 !important;
}
.facetwp-checkbox[data-value="stretching"],
.stretching .row-color {
	background-color: #B5A5B8 !important;
}
.facetwp-checkbox[data-value="toning"],
.toning .row-color {
	background-color: #aab278 !important;
}
.facetwp-checkbox[data-value="yoga"],
.yoga .row-color {
	background-color: #cfbf6c !important;
}

/* facet pagination */
		
.uk-pagination.page-numbers .facetwp-page.active a  {
    color: #ffffff;
} */




/* ADS */

/* Amazon Auto Links */

.amazon-product-container {
	margin-bottom: 0 !important;
	text-align: left;
}

.amazon-product-thumbnail {
	float: left;
	margin: 0 !important;
}

.amazon-product-title {
	display: inline;
	font-weight: bold;
}

/* Amazon Recommended */

.amzn-native-header {
	text-align: center !important;
}

.amzn-native-header-text {
	text-transform: uppercase !important;
	font-size: 19px !important;  
	font-family: Roboto Condensed !important;
}

/* Clickbank ads */

.ClickBank > h3 {
	margin: 50px 0 15px 0;
	text-align: center;
	font-size: 17px;
	line-height: 23px;
	font-family: 'Roboto';
    font-weight: normal;
}

.ClickBank > div {
	padding: 5px 0 !important;
}


/* Warp temporary fix */

#tm-top-a .widget_text:last-child {
	/* margin-right: 60px; */
}

#tm-footer .widget_nav_menu {
	float: right;
}

#tm-footer .widget_nav_menu a {
	line-height: 44px;
}

.uk-overlay-background {
    background: hsla(0, 0%, 70%, 0.15) !important;
}