/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


/*
#header-outer,
.container-wrap {
	transform: translate(0px, 0px) !important;
}
*/




#test_data {
	display: none;
}







/*------------------------------------------ Modal Window */ 
.no-scroll { #calendar_heading
	overflow: hidden !important; 
}
#app_modal_bg { 
	background: none repeat scroll 0 0 #888; 
	height: 100%; 
	left: 0; 
	opacity: 0.3; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: 10000; 
}
#app_modal_box { 
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    height: auto;
    left: 50%;
    right: 50%;
    margin-left: -350px;
    opacity: 1;
    position: fixed;
    top: 120%;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 10001;
    border-radius: 10px;
    width: 700px;
    overflow: hidden;
}
#modal_msg {
	display: inline-block;
    /*text-align: center;*/
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    padding: 0px 20px;
	max-height: 400px;
    overflow-y: scroll;
} 
#modal_msg span { 
	color: #638BF6;
    display: block;
    font-size: 26px; /*  34px; */
    font-weight: 600;
    width: 100% !important;
}
#modal_msg p {
	margin: 0px;
	font-size: 18px;
	line-height: 24px;
	padding: 0px 20px 10px 20px;
}
#modal_animation { height: 10px; margin: 10px auto; width: 100px; }
#modal_bar {
    display: block;
    height: 20px;
    padding: 14px 10px 10px 10px;
}
#modal_close {
    border: 2px solid #000000;
    border-radius: 20px;
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 26px;
    font-weight: 200;
    height: 19px;
    line-height: 15px;
    margin-top: 12px;
	margin-right: 4px;
    padding: 4px;
    text-align: center;
    white-space: nowrap;
    width: 19px;
	margin-bottom: 10px;
}
#modal_dash { 
	float: left; 
}
#modal_browse { 
	float: right; 
}
#modal_dash,
#modal_browse { 
	background: #638BF6; 
	color: #fff; 
	cursor: pointer; 
	text-align: center; 
	white-space: nowrap; 
	padding: 4px 18px; 
	text-transform: uppercase;
	border-radius: 8px;
	font-size: 20px;
}
@media only screen and (max-width: 767px) {
	#app_modal_box { 
		width: 70% !important; 
		margin-left: 14% !important; 
		margin-right: 16% !important; 
		left: 0px !important;   
	}
	#modal_msg p {
		font-size: 16px;
		line-height: 18px;
		padding: 0px 20px 10px 20px;
	}
	#modal_bar {
		padding: 14px 10px 10px 10px;
		/*height: 50px;*/
	}
	#modal_dash,
	#modal_browse { 
		padding: 3px 16px; 
		font-size: 16px;
	}
}
@media only screen and (max-width: 600px) {
	#modal_msg img {
		width: 120px;
		height: auto;
	}
	#modal_msg p {
		padding: 0px 0px 10px 0px;
	}
	#modal_bar {
		padding: 14px 10px 10px 10px;
		/*height: 50px;*/
	}
	#modal_dash,
	#modal_browse { 
		padding: 3px 10px; 
		font-size: 16px;
	}
}
@media only screen and (max-width: 500px) {
	#modal_msg img {
		width: 100px;
		height: auto;
	}
	#modal_bar {
		padding: 14px 10px 10px 10px;
		text-align: center;
		/*height: 50px;*/
	}
	#modal_dash,
	#modal_browse { 
		float: none;
		width: 100%;
		display: block;
		padding: 3px 0px; 
		font-size: 14px;
		margin-bottom: 10px;
	}
}
#modal_success_img {
	margin-top: 40px;
	margin-bottom: 30px;
}
#modal_msg span { 
	margin-top: 10px;
	margin-bottom: 20px;
	color: #19ade8 !important;
}
#modal_msg p {
	font-size: 16px;
}
#modal_msg a.view_date {
	display: none !important;
}
#modal_msg ul.checklist {
	display: block !important;
}
#modal_bar {
    text-align: center;
	padding: 14px 10px 10px 10px;
}
#modal_bar a {
    background-color: #19ade8;
	color: #ffffff !important;
    font-weight: bolder;
    display: block;
    width: 160px !important;
    margin: 0px auto;
    padding: 8px 24px;
    border-radius: 30px;
}
#modal_close {
    border: 2px solid #fc6c80;
    color: #fc6c80;
    height: 30px;
    width: 30px;
}

















/* Fix for the Workout Format Mobile Menu */
/*
body.single-format-workout #slide-out-widget-area.open {
    transform: translate(300px, -86px) !important;
	height: 110% !important;
}
body.single-format-workout #slide-out-widget-area {
	transform: translate(301px, -86px) !important;
	padding-top: 23px !important;
	top: 0px !important;
}
body[data-full-width-header="false"].admin-bar.single-format-workout #slide-out-widget-area.open a.slide_out_area_close {
    top: 17px !important;
}
body[data-full-width-header="false"].admin-bar.single-format-workout #slide-out-widget-area a.slide_out_area_close {
    top: 17px !important;
}
*/
body[data-header-resize="0"].ascend.single-format-workout .container-wrap,
body.single-post[data-bg-header="true"].ascend.single-format-workout .container-wrap {
    padding-top: 0px !important;
}
body.single-format-workout .container-wrap .main-content {
    padding-top: 70px !important;
	background-color: #ffffff !important;
    z-index: 10;
}



/* Fix for the recipes Format Mobile Menu */
/*
body.single-format-recipe #slide-out-widget-area.open {
    transform: translate(300px, -86px) !important;
	height: 110% !important;
}
body.single-format-recipe #slide-out-widget-area {
	transform: translate(301px, -86px) !important;
	padding-top: 23px !important;
	top: 0px !important;
}
body[data-full-width-header="false"].admin-bar.single-format-recipe #slide-out-widget-area.open a.slide_out_area_close {
    top: 17px !important;
}
body[data-full-width-header="false"].admin-bar.single-format-recipe #slide-out-widget-area a.slide_out_area_close{
    top: 17px !important;
}
*/
body[data-header-resize="0"].ascend.single-format-recipe .container-wrap,
body.single-post[data-bg-header="true"].ascend.single-format-recipe .container-wrap {
    padding-top: 0px !important;
}
body.single-format-recipe .container-wrap .main-content {
    padding-top: 70px !important;
	background-color: #ffffff !important;
    z-index: 10;
}



/* Fix for the video Format Mobile Menu */
/*
body.single-format-video #slide-out-widget-area.open {
    transform: translate(300px, -86px) !important;
	height: 110% !important;
}
body.single-format-video #slide-out-widget-area {
	transform: translate(301px, -86px) !important;
	padding-top: 23px !important;
	top: 0px !important;
}
body[data-full-width-header="false"].admin-bar.single-format-video #slide-out-widget-area.open a.slide_out_area_close {
    top: 17px !important;
}
body[data-full-width-header="false"].admin-bar.single-format-video #slide-out-widget-area a.slide_out_area_close {
    top: 17px !important;
}
*/
body[data-header-resize="0"].ascend.single-format-video .container-wrap,
body.single-post[data-bg-header="true"].ascend.single-format-video .container-wrap {
    padding-top: 0px !important;
}
body.single-format-video .container-wrap .main-content {
	padding-top: 70px !important;
	background-color: #ffffff !important;
    z-index: 10;
}



/* Fix for the Workout Format Mobile Menu */
/*
body.single-format-standard #slide-out-widget-area.open {
    transform: translate(300px, -86px) !important;
	height: 110% !important;
}
body.single-format-standard #slide-out-widget-area {
	transform: translate(301px, -86px) !important;
	padding-top: 23px !important;
	top: 0px !important;
}
body[data-full-width-header="false"].admin-bar.single-format-standard #slide-out-widget-area.open a.slide_out_area_close {
    top: 17px !important;
}
body[data-full-width-header="false"].admin-bar.single-format-standard #slide-out-widget-area a.slide_out_area_close {
    top: 17px !important;
}
*/
body[data-header-resize="0"].ascend.single-format-standard .container-wrap,
body.single-post[data-bg-header="true"].ascend.single-format-standard .container-wrap {
    padding-top: 0px !important;
}
body.single-format-standard .container-wrap .main-content {
    padding-top: 70px !important;
	background-color: #ffffff !important;
    z-index: 10;
}








/* Fix for the Standard Format Mobile Menu */
body[data-header-resize="0"].ascend.single-format-standard .container-wrap,
body.single-post[data-bg-header="true"].ascend.single-format-standard .container-wrap {
    padding-top: 0px !important;
}
body.single-format-standard .container-wrap .main-content {
    padding-top: 70px !important;
	background-color: #ffffff !important;
    z-index: 10;
}


/* Fix for the Quote Format Mobile Menu */
body[data-header-resize="0"].ascend.single-format-quote .container-wrap,
body.single-post[data-bg-header="true"].ascend.single-format-quote .container-wrap {
    padding-top: 0px !important;
}
body.single-format-quote .container-wrap .main-content {
    padding-top: 70px !important;
	background-color: #ffffff !important;
    z-index: 10;
}


/* Fix for the Audio Format Mobile Menu */
body[data-header-resize="0"].ascend.single-format-audio .container-wrap,
body.single-post[data-bg-header="true"].ascend.single-format-audio .container-wrap {
    padding-top: 0px !important;
}
body.single-format-audio .container-wrap .main-content {
    padding-top: 70px !important;
	background-color: #ffffff !important;
    z-index: 10;
}


/* Fix for the Gallery Format Mobile Menu */
body[data-header-resize="0"].ascend.single-format-gallery .container-wrap,
body.single-post[data-bg-header="true"].ascend.single-format-gallery .container-wrap {
    padding-top: 0px !important;
}
body.single-format-gallery .container-wrap .main-content {
    padding-top: 70px !important;
	background-color: #ffffff !important;
    z-index: 10;
}


/* Fix for the Link Format Mobile Menu */
body[data-header-resize="0"].ascend.single-format-link .container-wrap,
body.single-post[data-bg-header="true"].ascend.single-format-link .container-wrap {
    padding-top: 0px !important;
}
body.single-format-link .container-wrap .main-content {
    padding-top: 70px !important;
	background-color: #ffffff !important;
    z-index: 10;
}








body[data-header-resize="0"].single .container-wrap, 
body[data-header-resize="0"].single .project-title {
    padding-bottom: 0px !important;
}


body.single-video .content-inner > .yasr-visitor-votes {
	display: none !important;
}
body.single-video span.yasr-total-average-container {
	display: none !important;
}



body.home .full-width-content .recent-post-container .inner-wrap h2 {
	background: none !important;
}
body.home .full-width-content .recent-post-container .inner-wrap h2 a {
	background: rgba(255, 255, 255, 0.8) !important;
	display: block !important;
	padding: 6px 11px !important;
}




html body #page-header-bg .span_6 h1 span {
    border-bottom: 0px !important;
    background: #543c91 !important;
    color: #ffffff !important;
    font-size: 28px;
    text-transform: uppercase;
    padding: 10px 54px 12px 54px;
    font-family: "brandon-grotesque",sans-serif !important;
    letter-spacing: 1px;
    font-weight: 500;
	white-space: nowrap;
}









/* ----- Homepage New Recent Posts ----- */
#new_recent_posts {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#new_recent_posts.title_only .col {
    padding: 0px !important;
	background: none !important;
	margin-bottom: 0px;
}
#new_recent_posts.title_only.blog-recent[data-style="title_only"] .post-header {
    width: 80%;
    left: 10%;
}
.page-id-4944 #new_recent_posts .col {
    padding: 40px 25px !important;
}
#new_recent_posts .col .span_6:nth-child(3) {
    /*margin-bottom: 8px !important;*/
}
#new_recent_posts .col .post-img > a,
#new_recent_posts .col .post-img > a > img {
    width: 100% !important;
	margin-bottom: 0px;
}
#new_recent_posts .col .post-header {
	/*padding-top: 10px !important;*/
}
#new_recent_posts .col .post-header {
    margin-bottom: 0px !important;
	margin-top: 20px;
}
#new_recent_posts .col .post-header .meta {
    font-size: 14px;
    font-family: "proxima-nova", sans-serif !important;
    line-height: 14px;
	margin-bottom: 20px !important;
    margin-bottom: 0px !important;
	color: #000000 !important;
}
.page-id-4944 #new_recent_posts .col .post-header .meta {
    font-weight: 300 !important;
    font-family: "proxima-nova",sans-serif !important;
}
#new_recent_posts .col .post-header .meta span,
#new_recent_posts .col .post-header .meta span a {
	font-weight: 600 !important;
}
#new_recent_posts .col .post-header h2 {
    font-family: "proxima-nova", sans-serif !important;
    font-size: 21px;
    margin-top: 8px;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 800;
}
#new_recent_posts .col .post-header h3 a {
	color: #444444 !important;
	z-index: 30;
}
#new_recent_posts .col p {
	display: block;
	line-height: 18px;
}
.page_post_area #post-area .span_6:nth-child(3) {
	margin-bottom: 2%;
	width: 51% !important;
}
@media only screen and (max-width: 1000px) and (min-width: 1px) {
	#new_recent_posts > .col {
		/*padding-bottom: 20px !important;*/
	}
    #new_recent_posts .col .post-img > a > img {
		/*width: 100% !important;*/
		margin-bottom: 0px;
	}
	#new_recent_posts .span_6 {
		width: 49% !important;
	}
	#new_recent_posts .col p {
		display: none !important;
	}
	#new_recent_posts .col .post-header h3 {
		font-size: 2.3em !important;
		line-height: 1.3em;
		margin-bottom: 3px;
	}
	#new_recent_posts .col .post-header h3,
	#new_recent_posts .col .post-header h3 a {
		font-size: 25px !important;
		line-height: 32px !important;
	}
	#new_recent_posts.title_only .col {
		margin-bottom: 30px !important;
	}
}
@media only screen and (max-width: 690px) {
	.page_post_area #post-area .post-img a, 
	.page_post_area #post-area .post-img a img
	#new_recent_posts .col .post-img > a,
	#new_recent_posts .col .post-img > a > img {
		
	}
	#new_recent_posts .col .post-header {
		/*padding-top: 5% !important;*/
	}
	#new_recent_posts .col .post-header h3 {
		font-size: 2em !important;
		line-height: 1.2em;
	}
	#new_recent_posts .col .post-header .meta {
		font-weight: 400;
	}
	#new_recent_posts .col .post-header h3,
	#new_recent_posts .col .post-header h3 a {
		font-size: 22px !important;
		line-height: 29px !important;
	}
	#new_recent_posts.title_only .col {
		margin-bottom: 30px !important;
	}
}
@media only screen and (max-width: 560px) {
	#new_recent_posts .col .post-header {
		/*padding-top: 5% !important;*/
	}
	#new_recent_posts .col .post-header h3 {
		font-size: 1.7em !important;
		line-height: 1.2em;
	}
	#new_recent_posts .col .post-header .meta {
		font-weight: 400;
	}
	#new_recent_posts .col .post-header h3,
	#new_recent_posts .col .post-header h3 a {
		font-size: 20px !important;
		line-height: 25px !important;
	}
}
@media only screen and (max-width: 480px) {
	#new_recent_posts .col .post-header {
		/*padding-top: 4% !important;*/
	}
	#new_recent_posts .col .post-header h3 {
		font-size: 1.4em !important;
		line-height: 1.2em;
		/*margin-bottom: 10px;*/
	}
	#new_recent_posts .col .post-header .meta {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		position: relative;
    	display: block;
	}
	#new_recent_posts .span_6 {
		width: 47% !important;
	}
	#new_recent_posts .col .span_6:nth-child(2) {
		width: 52% !important;
	}
	#new_recent_posts .col .post-header h3,
	#new_recent_posts .col .post-header h3 a {
		font-size: 15px !important;
		line-height: 20px !important;
	}
}
@media only screen and (max-width: 400px) {
	#new_recent_posts .col .post-header .cat_links {
		margin-bottom: 0px !important;
	}
	#new_recent_posts .col .post-header .cat_links a {
		font-size: 10px;
        line-height: 11px !important;
        margin-right: 2px !important;
		padding: 4px 10px 1px 12px !important;
		letter-spacing: 0.5px;
	}
	#new_recent_posts .col .post-header h3 {
		font-size: 1.2em !important;
		line-height: 1.2em;
	}
	#new_recent_posts .col .post-header .meta {
		font-size: 10px;
    	line-height: 12px;
		height: 12px;
		position: relative;
    	display: block;
	}
	#new_recent_posts .span_6 {
		width: 45% !important;
	}
	#new_recent_posts .col .span_6:nth-child(2) {
		width: 54% !important;
	}
	#new_recent_posts .col .post-header h3,
	#new_recent_posts .col .post-header h3 a {
		font-size: 13px !important;
		line-height: 18px !important;
	}
}




.home .owl-theme .owl-controls {
    margin: 0px !important;
}





#new_recent_posts.default .col {
    background: #ffffff !important;
    border-radius: 7px;
    overflow: hidden;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);*/
	/*-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);*/
	/*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);*/
	border: 1px solid rgba(200,200,200, 0.6);
	padding-bottom: 30px;
}
#new_recent_posts.default .col .post-header {
	margin-top: 26px;
}
#new_recent_posts.default .col .post-header,
#new_recent_posts.default .col .post-header + p,
#new_recent_posts.default .col .post-meta {
    padding-left: 20px;
	padding-right: 20px;
}
#new_recent_posts.default .col .post-header h2,
#new_recent_posts.default .col .post-header + p,
#new_recent_posts.default .col .post-meta .date {
	font-family: "proxima-nova", sans-serif !important;
    color: #000000 !important;
}
#new_recent_posts.default .col .post-header h2 {
	font-weight: bold !important;
	font-size: 20px;
    line-height: 24px;
	margin-bottom: 12px;
}
#new_recent_posts.default .col .post-meta .date {
	font-size: 12px;
}
#new_recent_posts.default .col a {
    max-height: 160px !important;
    display: block;
    overflow: hidden;
}
#new_recent_posts.default .col .post-header + p {
	line-height: 20px !important;
}
#new_recent_posts.default .col a span.post-featured-img {
    transition: all .7s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
    line-height: 0;
    display: block;
    position: relative;
}
#new_recent_posts.default .col a span.post-featured-img img {
	max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#new_recent_posts.default .col a span.post-featured-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

body.home #new_recent_posts.default .col {
	height: 420px;
    min-height: 420px;
    max-height: 420px;
}
#new_recent_posts.default .col .post-meta .date {
	position: absolute;
	bottom: 24px;
}
@media only screen and (max-width: 1200px) and (min-width: 1100px) {
	#new_recent_posts.default .col a {
		max-height: 140px !important;
	}
}
@media only screen and (max-width: 1100px) and (min-width: 1000px) {
	#new_recent_posts.default .col a {
		max-height: 120px !important;
	}
}
@media only screen and (max-width: 1000px) and (min-width: 1px) {
	body.home #new_recent_posts .col p {
		display: block !important;
	}
	body.home #new_recent_posts.default .col {
		padding: 0px !important;
	}
	body.home #new_recent_posts.default .col {
		height: 380px;
		min-height: 380px;
		max-height: 380px;
	}
}
@media only screen and (max-width: 690px) {
	body.home #new_recent_posts.default .col {
		height: 330px;
		min-height: 330px;
		max-height: 330px;
	}
}
@media only screen and (max-width: 480px) {
	body.home #new_recent_posts.default .col {
		height: 380px;
		min-height: 380px;
		max-height: 380px;
	}
}




a#see_more {
	font-family: "brandon-grotesque",sans-serif !important;
	border: 3px solid #fc6c80 !important;
    color: #fc6c80 !important;
    padding: 12px;
    display: block;
    width: 140px;
    margin: 0px auto 30px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.loading_spinner {
  margin: 0px auto 40px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.loading_spinner > div {
  background-color: #fc6c80;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin-left: 2px !important;
  margin-right: 2px !important;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.loading_spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loading_spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.loading_spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.loading_spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}














body.page-id-19726 .post-area.masonry.classic_enhanced article.post {
    border: 1px solid rgba(200,200,200, 0.6) !important;
	box-shadow: none !important;
	border-radius: 7px !important;
}
body.page-id-19726 .post-area.masonry.classic_enhanced article.post .post-content > a {
    max-height: 240px !important;
    display: block;
    overflow: hidden;
}

/* Masonary Blog without sidebar */
@media only screen and (max-width: 1200px) {
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_12 article.post .post-content > a {
		max-height: 200px !important;
	}
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_12 article.post .post-content > a span img {
		margin-top: -20px !important;
	}
}
@media only screen and (max-width: 1200px) {
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_12 article.post .post-content > a {
		max-height: 200px !important;
	}
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_12 article.post .post-content > a span img {
		margin-top: -20px !important;
	}
}
@media only screen and (max-width: 1100px) {
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_12 article.post .post-content > a {
		max-height: 160px !important;
	}
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_12 article.post .post-content > a span img {
		margin-top: -40px !important;
	}
}
@media only screen and (max-width: 1000px) {
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_12 article.post .post-content > a {
		max-height: 200px !important;
	}
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_12 article.post .post-content > a span img {
		margin-top: -20px !important;
	}
}

/* Masonary Blog with sidebar */
@media only screen and (min-width: 1200px) {
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_9 article.post .post-content > a {
		max-height: 260px !important;
	}
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_9 article.post .post-content > a span img {
		margin-top: -20px !important;
	}
}
@media only screen and (max-width: 1200px) {
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_9 article.post .post-content > a {
		max-height: 200px !important;
	}
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_9 article.post .post-content > a span img {
		margin-top: -20px !important;
	}
}
@media only screen and (max-width: 1200px) {
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_9 article.post .post-content > a {
		max-height: 200px !important;
	}
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_9 article.post .post-content > a span img {
		margin-top: -20px !important;
	}
}
@media only screen and (max-width: 1100px) {
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_9 article.post .post-content > a {
		max-height: 160px !important;
	}
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_9 article.post .post-content > a span img {
		margin-top: -40px !important;
	}
}
@media only screen and (max-width: 1000px) {
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_9 article.post .post-content > a {
		max-height: 200px !important;
	}
	body.page-id-19726 .post-area.masonry.classic_enhanced.span_9 article.post .post-content > a span img {
		margin-top: -20px !important;
	}
}

body.page-id-19726 .masonry.classic_enhanced .masonry-blog-item h3.title {
    font-weight: bold !important;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 12px;
}
body.page-id-19726 .masonry.classic_enhanced article.post .excerpt {
    color: #000000 !important;
	line-height: 22px;
	margin-bottom: 20px !important;
}
body.page-id-19726 .post-area.masonry.classic_enhanced article.post .post-featured-img img {
    min-width: 100%;
}
body.page-id-19726 .masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
    padding: 20px !important;
	position: relative;
}
body.page-id-19726 .post-area.masonry.classic_enhanced article.post .post-meta {
	display: none !important;
}
body.page-id-19726 .post-area.masonry.classic_enhanced article.post .new-post-meta {
	position: absolute;
    color: #000000;
    bottom: 20px;
}
.page-id-19726 .masonry.classic_enhanced .posts-container article .meta-category a {
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    z-index: 101 !important;
    padding: 0px 10px;
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fc6c80 !important;
    border: 2px solid #fc6c80 !important;
    transition: all 0.2s ease;
    margin: 0px !important;
    margin-bottom: 10px !important;
	display: none;
	
	/* 
	border: 2px solid #fc6c80 !important;
	background: #fc6c80 !important;
	*/
}
.page-id-19726 .masonry.classic_enhanced .posts-container article .meta-category a:hover {
	border: 2px solid #fc6c80 !important;
	color: #ffffff !important;
}
.page-id-19726 .masonry.classic_enhanced .posts-container article .meta-category a:nth-child(1) {
	display: inline-block;
} 
/*
.page-id-19726 .masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
    top: auto !important;
    position: relative !important;
}
.page-id-19726 .masonry.classic_enhanced .masonry-blog-item .post-content > a {
    max-height: 160px !important;
}
*/












body.page-id-25534 #header_video {
	max-height: 160px !important;
    overflow: hidden;
    margin-bottom: 10px;
}
body.page-id-25534 #header_video img {
    margin-bottom: 0px !important;
}
html body.page-id-25534 #page-header-bg .span_6 h1 span {
    background: #28d1b7 !important;
}












/* ----- Single Post Standard ----- */
.single-format-standard .post-featured-img {
    display: none !important;
}
.single-format-standard blockquote {
    padding-left: 14px !important;
}
.single-format-standard blockquote h3 {
    font-size: 26px !important;
}
.single-format-standard blockquote.first {
    float: left;
    color: #fc6c80;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 0px;
    margin-right: 0px;
    line-height: 32px;
    margin-top: 6px;
    padding-left: 0px !important;
}
.single-format-standard #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a {
    border: 0 !important;
    background: #fc6c80 !important; /* ff0097 */
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 5px 6px 20px 5px !important;
}
.single-format-standard #page-header-bg .span_6 h1 {
    padding: 0px !important;
}
.single-format-standard #page-header-bg .span_6 h1 span {
    background: rgba(255,255,255,0.8) !important;
    padding: 10px 18px !important;
    text-transform: uppercase !important;
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: bold !important;
    color: #000000 !important;
    display: inline-block;
    font-size: 26px !important;
    letter-spacing: 0.5px;
	line-height: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 1px) {
	body.single-format-standard #page-header-bg .span_6 h1 span {
		font-size: 22px !important;
		padding: 9px 16px !important;
	}
	body.single #page-header-bg .span_6 h1 {
		background: rgba(255,255,255,0.8) !important;
		display: block;
	}
	body.single #page-header-bg .span_6 h1 span {
		background: none !important;
		white-space: normal !important;
	}
	.single #single-meta ul,
	.single #single-meta ul li,
	.single #single-meta ul li > div {
		min-width: 100% !important;
	}
}
@media only screen and (max-width: 690px) {
	body.single-format-standard #page-header-bg .span_6 h1 span {
		font-size: 18px !important;
		padding: 8px 15px !important;
		line-height: 26px !important;
	}
}
@media only screen and (max-width: 480px) {
	body.single-format-standard #page-header-bg .span_6 h1 span {
		font-size: 16px !important;
		padding: 7px 14px !important;
		line-height: 24px !important;
	}
}

.single-format-standard #single-below-inner {
    background: rgba(255,255,255,0.8) !important;
    padding: 1px 8px 0px 8px !important;
    display: inline-block;
    margin-top: 16px;
}
.single-format-standard #single-below-inner span {
    text-transform: uppercase !important;
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 800 !important;
    color: #000000 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.single-format-standard #single-below-inner span a {
    line-height: 18px !important;
}
.single-format-standard #single-below-inner span.meta-comment-count {
    border-left: 1px solid #000000 !important;
}
.single-format-standard p {
    line-height: 20px;
}
.single-format-standard #page-header-bg[data-post-hs="default_minimal"] #single-below-header span.meta-author {
    display: none !important;
}
.single-format-standard #page-header-bg[data-post-hs="default_minimal"] #single-below-header span.meta-date {
	font-family: "brandon-grotesque",sans-serif !important;
    border: none !important;
	letter-spacing: 0.5px !important;
	padding-left: 10px !important;
    padding-right: 10px !important;
}
.single-format-standard #page-header-bg[data-post-hs="default_minimal"] #single-below-header span.meta-comment-count {
	padding-left: 10px !important;
    padding-right: 10px !important;
}
.single-format-standard .sharing-default-minimal a {
    border-radius: 30px !important;
	margin-top: 0px !important;
}
.single-format-standard #disqus_thread iframe:nth-child(2) {
    display: none !important;
}
.single-format-standard .zem_rp_content {
    width: 100% !important;
}
.single-format-standard .zem_rp_content > h3 {
	font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600 !important;
    text-align: center;
    text-transform: uppercase;
	margin-top: 36px !important;
	margin-bottom: 28px !important;
	font-size: 26px !important;
}
.single-format-standard .zem_rp_content .related_post {
    width: 100% !important;
}
.single-format-standard .zem_rp_content .related_post li {
    width: 30% !important;
    margin-right: 2.5% !important;
	background: #ffffff !important;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    border: 1px solid rgba(200,200,200, 0.6);
    padding-bottom: 20px !important;
	height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
}
.single-format-standard .zem_rp_content .related_post li a.zem_rp_thumbnail {
    max-height: 180px !important;
	overflow: hidden;
}
.single-format-standard .zem_rp_content .related_post li img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    float: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}
.single-format-standard .zem_rp_content .related_post li small.wp_rp_publish_date {
	font-family: "proxima-nova", sans-serif !important;
	position: absolute;
	bottom: 14px;
	left: 20px;
    display: block;
}
.single-format-standard .zem_rp_content .related_post li a.zem_rp_title {
	font-family: "proxima-nova", sans-serif !important;
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #000 !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    line-height: 22px !important;
}
.single-format-standard .zem_rp_content .related_post li small.wp_rp_excerpt {
	font-family: "proxima-nova", sans-serif !important;
    padding-top: 20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-size: 13px !important;
	line-height: 18px !important;
    display: block;
}
.single-format-standard .zem_rp_content > .zem_rp_footer {
    display: none !important;
}
body.ascend.single-format-standard #respond {
	margin-top: 0px !important;
}
body.ascend.single-format-standard #respond #reply-title {
	font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600 !important;
    text-align: center;
    text-transform: uppercase;
	margin-top: 0px !important;
	margin-bottom: 28px !important;
	font-size: 26px !important;
}
body.ascend.single-format-standard #respond .form-submit #submit {
	font-family: "brandon-grotesque",sans-serif !important;
    font-size: 15px !important;
    padding: 9px 18px !important;
    font-weight: 500;
    letter-spacing: 1px;
}
@media only screen and (max-width: 1000px) {
	html body.single #page-header-bg .span_6 h1 span {
		font-size: 22px !important;
		line-height: 28px !important;
	}
	html body.single-format-standard .zem_rp_content .related_post li a.zem_rp_thumbnail {
		max-height: 120px !important;
	}
	.single-format-standard .zem_rp_content .related_post li {
		padding-bottom: 10px !important;
		height: 260px !important;
		min-height: 260px !important;
		max-height: 260px !important;
	}
	.single-format-standard .zem_rp_content .related_post li a.zem_rp_title {
		font-size: 15px !important;
	}
	.single-format-standard .zem_rp_content .related_post li small.wp_rp_publish_date {
		bottom: 10px;
	}
}
@media only screen and (max-width: 690px) {
	html body.single #page-header-bg .span_6 h1 span {
		font-size: 20px !important;
		line-height: 26px !important;
	}
	html body.single .zem_rp_wrap ul.related_post.zem_rp li {
		width: 90% !important;
		margin-left: 5% !important;
		margin-right: 5% !important;
	}
	html body.single .zem_rp_wrap ul.related_post.zem_rp li a.zem_rp_title {
		padding-top: 10px !important;
	}
	html body.single-format-standard .zem_rp_content .related_post li a.zem_rp_thumbnail {
		max-height: 180px !important;
	}
	.single-format-standard .zem_rp_content .related_post li {
		padding-bottom: 10px !important;
		height: 280px !important;
		min-height: 280px !important;
		max-height: 280px !important;
	}
	ul.related_post li a:nth-child(1) {
		float: none !important;
	}
}
@media only screen and (max-width: 480px) {
	html body.single #page-header-bg .span_6 h1 span {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	html body.single-format-standard ul.related_post li a:nth-child(1) {
		float: none !important;
	}
}


















/* ----- Single Post Recipe ----- */
.single-format-recipe .post-featured-img {
    display: none !important;
}
.single-format-recipe blockquote {
    padding-left: 14px !important;
}
.single-format-recipe blockquote h3 {
    font-size: 26px !important;
}
.single-format-recipe blockquote.first {
    float: left;
    color: #fc6c80;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 0px;
    margin-right: 0px;
    line-height: 32px;
    margin-top: 6px;
    padding-left: 0px !important;
}
.single-format-recipe #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a {
    border: 0 !important;
    background: #fc6c80 !important; /* ff0097 */
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 5px 6px 20px 5px !important;
}
.single-format-recipe #page-header-bg .span_6 h1 {
    padding: 0px !important;
}
.single-format-recipe #page-header-bg .span_6 h1 span {
    background: rgba(255,255,255,0.8) !important;
    padding: 10px 18px !important;
    text-transform: uppercase !important;
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: bold !important;
    color: #000000 !important;
    display: inline-block;
    font-size: 26px !important;
    letter-spacing: 0.5px;
	line-height: 30px;
}
.single-format-recipe #single-below-inner {
    background: rgba(255,255,255,0.8) !important;
    padding: 1px 8px 0px 8px !important;
    display: inline-block;
    margin-top: 16px;
}

.single-format-recipe #single-below-inner .span_divider {
	width: 3px;
	display: inline-block;
}
.single-format-recipe #single-below-inner .serving {
    /*padding-left: 26px !important;*/
	padding-left: 10px !important;
    padding-right: 10px !important;
}
.single-format-recipe #single-below-inner .serving:before {
    font-family: 'Fontawesome';
    content: '\f0c0';
    font-size: 14px !important;
    margin-right: 2px;
}
.single-format-recipe #single-below-inner .minutes {
    padding-left: 10px !important;
	padding-right: 10px !important;
}
.single-format-recipe #single-below-inner .minutes:before {
    font-family: 'Fontawesome';
    content: '\f017';
    font-size: 14px !important;
    margin-right: 2px;
}
.single-format-recipe #single-below-inner .difficulty {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.single-format-recipe #single-below-inner .difficulty:before {
    font-family: 'Fontawesome';
    content: '\f12e';
    font-size: 14px !important;
    margin-right: 2px;
}
.single-format-recipe #single-below-inner span {
    text-transform: uppercase !important;
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 800 !important;
    color: #000000 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.single-format-recipe #single-below-inner span a {
    line-height: 18px !important;
}
.single-format-recipe #single-below-inner span.meta-comment-count {
    border-left: 1px solid #000000 !important;
}
.single-format-recipe #ingredients h5 {
    font-weight: 800 !important;
}
.single-format-recipe #ingredients p {
    padding-bottom: 4px !important;
}
.single-format-recipe p {
    line-height: 28px;
}
.single-format-recipe #page-header-bg[data-post-hs="default_minimal"] #single-below-header span.meta-author {
    display: none !important;
}
.single-format-recipe #page-header-bg[data-post-hs="default_minimal"] #single-below-header span.meta-date {
	font-family: "brandon-grotesque",sans-serif !important;
    border: none !important;
	letter-spacing: 0.5px !important;
}
.single-format-recipe .sharing-default-minimal a {
    border-radius: 30px !important;
	margin-top: 0px !important;
}
.single-format-recipe #disqus_thread iframe:nth-child(2) {
    display: none !important;
}
.single-format-recipe .zem_rp_content {
    width: 100% !important;
}
.single-format-recipe .zem_rp_content > h3 {
	font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600 !important;
    text-align: center;
    text-transform: uppercase;
	margin-top: 36px !important;
	margin-bottom: 28px !important;
	font-size: 26px !important;
}
.single-format-recipe .zem_rp_content .related_post {
    width: 100% !important;
}
.single-format-recipe .zem_rp_content .related_post li {
    width: 30% !important;
    margin-right: 2.5% !important;
	background: #ffffff !important;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    border: 1px solid rgba(200,200,200, 0.6);
    padding-bottom: 20px !important;
	height: 300px !important;
	min-height: 300px !important;
	max-height: 300px !important;
}
.single-format-recipe .zem_rp_content .related_post li a.zem_rp_thumbnail {
    max-height: 180px !important;
	overflow: hidden;
}
.single-format-recipe .zem_rp_content .related_post li img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    float: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}
.single-format-recipe .zem_rp_content .related_post li small.wp_rp_publish_date {
	font-family: "proxima-nova", sans-serif !important;
	position: absolute;
	bottom: 14px;
	left: 20px;
    display: block;
}
.single-format-recipe .zem_rp_content .related_post li a.zem_rp_title {
	font-family: "proxima-nova", sans-serif !important;
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #000 !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    line-height: 22px !important;
}
.single-format-recipe .zem_rp_content .related_post li small.wp_rp_excerpt {
	font-family: "proxima-nova", sans-serif !important;
    padding-top: 20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-size: 13px !important;
	line-height: 18px !important;
    display: block;
}
.single-format-recipe .zem_rp_content > .zem_rp_footer {
    display: none !important;
}
body.ascend.single-format-recipe #respond {
	margin-top: 0px !important;
}
body.ascend.single-format-recipe #respond #reply-title {
	font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600 !important;
    text-align: center;
    text-transform: uppercase;
	margin-top: 0px !important;
	margin-bottom: 28px !important;
	font-size: 26px !important;
}
body.ascend.single-format-recipe #respond .form-submit #submit {
	font-family: "brandon-grotesque",sans-serif !important;
    font-size: 15px !important;
    padding: 9px 18px !important;
    font-weight: 500;
    letter-spacing: 1px;
}
@media only screen and (max-width: 1000px) {
	body.ascend.single-format-recipe .zem_rp_content .related_post li a.zem_rp_thumbnail {
		max-height: 120px !important;
	}
	body.ascend.single-format-recipe .zem_rp_content .related_post li {
		padding-bottom: 10px !important;
		height: 260px !important;
		min-height: 260px !important;
		max-height: 260px !important;
	}
	body.ascend.single-format-recipe .zem_rp_content .related_post li a.zem_rp_title {
		font-size: 15px !important;
	}
	body.ascend.single-format-recipe .zem_rp_content .related_post li small.wp_rp_publish_date {
		bottom: 10px;
	}
}
@media only screen and (max-width: 690px) {
	body.ascend.single-format-recipe .zem_rp_content .related_post li {
		width: 100% !important;
	}
	body.ascend.single-format-recipe .zem_rp_content .related_post li a.zem_rp_thumbnail {
		max-height: 180px !important;
	}
	body.ascend.single-format-recipe .zem_rp_content .related_post li {
		padding-bottom: 10px !important;
		height: 280px !important;
		min-height: 280px !important;
		max-height: 280px !important;
	}
	ul.related_post li a:nth-child(1) {
		float: none !important;
	}
}
@media only screen and (max-width: 480px) {
	html body.single-format-recipe ul.related_post li a:nth-child(1) {
		float: none !important;
	}
}















/* ----- Single Post Workout ----- */
.single-format-workout .post-featured-img {
    display: none !important;
}
.single-format-workout h2 {
    text-transform: uppercase !important;
}
.single-format-workout #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a {
    border: 0 !important;
    background: #fc6c80 !important; /* ff0097 */
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 5px 6px 20px 5px !important;
}
.single-format-workout #page-header-bg .span_6 h1 {
    padding: 0px !important;
}
.single-format-workout #page-header-bg .span_6 h1 span {
    background: rgba(255,255,255,0.8) !important;
    padding: 10px 18px !important;
    text-transform: uppercase !important;
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: bold !important;
    color: #000000 !important;
    display: inline-block;
    font-size: 26px !important;
    letter-spacing: 0.5px;
	line-height: 30px;
}
.single-format-workout #header_video,
.single-format-workout #header_video .video,
.single-format-workout #header_video .video > div,
.single-format-workout #header_video .video > div > div,
.single-format-workout #header_video .video > div > div > div,
.single-format-workout #header_video .video iframe {
	height: 100% !important;
    max-height: 100% !important;
    /* width: auto !important; */
    margin: 0px auto !important;
    display: block;
}
.single-format-workout #single-below-inner {
    background: rgba(255,255,255,0.8) !important;
    padding: 1px 8px 0px 8px !important;
    display: inline-block;
    margin-top: 16px;
}
.single-format-workout #single-below-inner .serving {
    padding-left: 26px !important;
}
.single-format-workout #single-below-inner .serving:before {
    font-family: 'Fontawesome';
    content: '\f0c0';
    font-size: 14px !important;
    margin-right: 2px;
}
.single-format-workout #single-below-inner .minutes {
    padding-left: 10px !important;
	padding-right: 10px !important;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.single-format-workout #single-below-inner .minutes:before {
    font-family: 'Fontawesome';
    content: '\f0c0';
    font-size: 14px !important;
    margin-right: 2px;
}
.single-format-workout #single-below-inner .difficulty {
    padding-left: 10px !important;
	padding-right: 26px !important;
}
.single-format-workout #single-below-inner .difficulty:before {
    font-family: 'Fontawesome';
    content: '\f12e';
    font-size: 14px !important;
    margin-right: 2px;
}
.single-format-workout #single-below-inner span {
    text-transform: uppercase !important;
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 800 !important;
    color: #000000 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.single-format-workout #single-below-inner span a {
    line-height: 18px !important;
}
.single-format-workout #single-below-inner span.meta-comment-count {
    border-left: 1px solid #000000 !important;
}
.single-format-workout #stats h4 {
    font-weight: 800 !important;
	margin-top: 6px !important;
}
.single-format-workout #stats p {
    padding-bottom: 4px !important;
}
.single-format-workout #stats p strong {
    font-weight: 800 !important;
}
.single-format-workout #stats .nectar-button {
	font-family: "brandon-grotesque",sans-serif !important;
    padding: 7px 15px 7px 15px !important;
    font-size: 14px;
    font-weight: 600;
}
.single-format-workout #stats #top_stats {
    margin-bottom: 8px !important;
}
.single-format-workout #stats #flame-img {
    width: 160px !important;
}
.single-format-workout p {
    line-height: 28px;
}
.single-format-workout #page-header-bg[data-post-hs="default_minimal"] #single-below-header span.meta-author {
    display: none !important;
}
.single-format-workout #page-header-bg[data-post-hs="default_minimal"] #single-below-header span.meta-date {
	font-family: "brandon-grotesque",sans-serif !important;
    border: none !important;
	letter-spacing: 0.5px !important;
}
.single-format-workout .sharing-default-minimal a {
    border-radius: 30px !important;
	margin-top: 0px !important;
}
.single-format-workout #disqus_thread iframe:nth-child(2) {
    display: none !important;
}
.single-format-workout .zem_rp_content {
    width: 100% !important;
}
.single-format-workout .zem_rp_content > h3 {
	font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600 !important;
    text-align: center;
    text-transform: uppercase;
	margin-top: 36px !important;
	margin-bottom: 28px !important;
	font-size: 26px !important;
}
.single-format-workout .zem_rp_content .related_post {
    width: 100% !important;
}
.single-format-workout .zem_rp_content .related_post li {
    width: 30% !important;
    margin-right: 2.5% !important;
	background: #ffffff !important;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    border: 1px solid rgba(200,200,200, 0.6);
    padding-bottom: 20px !important;
	height: 300px !important;
	min-height: 300px !important;
	max-height: 300px !important;
}
.single-format-workout .zem_rp_content .related_post li a.zem_rp_thumbnail {
    max-height: 180px !important;
	overflow: hidden;
}
.single-format-workout .zem_rp_content .related_post li img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    float: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
	min-width: 100% !important;
    height: auto !important;
}
.single-format-workout .zem_rp_content .related_post li small.wp_rp_publish_date {
	font-family: "proxima-nova", sans-serif !important;
	position: absolute;
	bottom: 14px;
	left: 20px;
    display: block;
}
.single-format-workout .zem_rp_content .related_post li a.zem_rp_title {
	font-family: "proxima-nova", sans-serif !important;
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #000 !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    line-height: 22px !important;
}
.single-format-workout .zem_rp_content .related_post li small.wp_rp_excerpt {
	font-family: "proxima-nova", sans-serif !important;
    padding-top: 20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-size: 13px !important;
	line-height: 18px !important;
    display: block;
}
.single-format-workout .zem_rp_content > .zem_rp_footer {
    display: none !important;
}
body.ascend.single-format-workout #respond {
	margin-top: 0px !important;
}
body.ascend.single-format-workout #respond #reply-title {
	font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600 !important;
    text-align: center;
    text-transform: uppercase;
	margin-top: 0px !important;
	margin-bottom: 28px !important;
	font-size: 26px !important;
}
body.ascend.single-format-workout #respond .form-submit #submit {
	font-family: "brandon-grotesque",sans-serif !important;
    font-size: 15px !important;
    padding: 9px 18px !important;
    font-weight: 500;
    letter-spacing: 1px;
}
@media only screen and (max-width: 1000px) {
	body.ascend.single-format-workout .zem_rp_content .related_post li a.zem_rp_thumbnail {
		max-height: 120px !important;
	}
	body.ascend.single-format-workout .zem_rp_content .related_post li {
		padding-bottom: 10px !important;
		height: 260px !important;
		min-height: 260px !important;
		max-height: 260px !important;
	}
	body.ascend.single-format-workout .zem_rp_content .related_post li a.zem_rp_title {
		font-size: 15px !important;
	}
	body.ascend.single-format-workout .zem_rp_content .related_post li small.wp_rp_publish_date {
		bottom: 10px;
	}
}
@media only screen and (max-width: 690px) {
	body.ascend.single-format-workout .zem_rp_content .related_post li {
		width: 100% !important;
	}
	body.ascend.single-format-workout .zem_rp_content .related_post li a.zem_rp_thumbnail {
		max-height: 180px !important;
	}
	body.ascend.single-format-workout .zem_rp_content .related_post li {
		padding-bottom: 10px !important;
		height: 280px !important;
		min-height: 280px !important;
		max-height: 280px !important;
	}
	ul.related_post li a:nth-child(1) {
		float: none !important;
	}
}
@media only screen and (max-width: 480px) {
	html body.single-format-workout ul.related_post li a:nth-child(1) {
		float: none !important;
	}
	.single #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a {
		margin-bottom: 10px !important;
	}
}






.ascend .comment-wrap {
    border-top: 0px  !important;
	position: relative;
	display: block;
	float: left;
	padding-bottom: 30px  !important;
}
.ascend .comments-section {
    padding-bottom: 30px  !important;
}
@media only screen and (max-width: 1000px) {
	.ascend .comments-section {
		padding-top: 20px !important;
    	padding-bottom: 40px !important;
	}
}








/* ----- Single Post Video ----- */
.single-format-video .post-featured-img {
    display: none !important;
}
.single-format-video .main-content {
    padding-bottom: 40px !important;
}
.single-format-video #post-area.span_12 {
    padding-bottom: 40px !important;
}
.single-format-video h2 {
    text-transform: uppercase !important;
}
.single-format-video #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a {
    border: 0 !important;
    background: #fc6c80 !important; /* ff0097 */
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 5px 6px 20px 5px !important;
}
.single-format-video #page-header-bg .span_6 h1 {
    padding: 0px !important;
}
.single-format-video #page-header-bg .span_6 h1 span {
    background: rgba(255,255,255,0.8) !important;
    padding: 10px 18px !important;
    text-transform: uppercase !important;
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: bold !important;
    color: #000000 !important;
    display: inline-block;
    font-size: 26px !important;
    letter-spacing: 0.5px;
	line-height: 30px;
}
.single-format-video #header_video,
.single-format-video #header_video .video,
.single-format-video #header_video .video > div,
.single-format-video #header_video .video > div > div,
.single-format-video #header_video .video > div > div > div,
.single-format-video #header_video .video iframe {
	height: 100% !important;
    max-height: 100% !important;
    /* width: auto !important; */
    margin: 0px auto !important;
    display: block;
}
.single-format-video #single-below-inner {
    background: rgba(255,255,255,0.8) !important;
    padding: 1px 8px 0px 8px !important;
    display: inline-block;
    margin-top: 16px;
}
.single-format-video #single-below-inner .serving {
    padding-left: 26px !important;
}
.single-format-video #single-below-inner .serving:before {
    font-family: 'Fontawesome';
    content: '\f0c0';
    font-size: 14px !important;
    margin-right: 2px;
}
.single-format-video #single-below-inner .minutes {
    padding-left: 10px !important;
	padding-right: 10px !important;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.single-format-video #single-below-inner .minutes:before {
    font-family: 'Fontawesome';
    content: '\f0c0';
    font-size: 14px !important;
    margin-right: 2px;
}
.single-format-video #single-below-inner .difficulty {
    padding-left: 10px !important;
	padding-right: 26px !important;
}
.single-format-video #single-below-inner .difficulty:before {
    font-family: 'Fontawesome';
    content: '\f12e';
    font-size: 14px !important;
    margin-right: 2px;
}
.single-format-video #single-below-inner span {
    text-transform: uppercase !important;
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 800 !important;
    color: #000000 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.single-format-video #single-below-inner span a {
    line-height: 18px !important;
}
.single-format-video #single-below-inner span.meta-comment-count {
    border-left: 1px solid #000000 !important;
}
.single-format-video #stats h4 {
    font-weight: 800 !important;
	margin-top: 6px !important;
}
.single-format-video #stats p {
    padding-bottom: 4px !important;
}
.single-format-video #stats p strong {
    font-weight: 800 !important;
}
.single-format-video #stats .nectar-button {
	font-family: "brandon-grotesque",sans-serif !important;
    padding: 7px 15px 7px 15px !important;
    font-size: 14px;
    font-weight: 600;
}
.single-format-video #stats #top_stats {
    margin-bottom: 8px !important;
}
.single-format-video #stats #flame-img {
    width: 160px !important;
}
.single-format-video p {
    line-height: 28px;
}
.single-format-video #page-header-bg[data-post-hs="default_minimal"] #single-below-header span.meta-author {
    display: none !important;
}
.single-format-video #page-header-bg[data-post-hs="default_minimal"] #single-below-header span.meta-date {
	font-family: "brandon-grotesque",sans-serif !important;
    border: none !important;
	letter-spacing: 0.5px !important;
}
.single-format-video .sharing-default-minimal a {
    border-radius: 30px !important;
	margin-top: 0px !important;
}
.single-format-video #disqus_thread iframe:nth-child(2) {
    display: none !important;
}
.single-format-video .zem_rp_content {
    width: 100% !important;
}
.single-format-video .zem_rp_content > h3 {
	font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600 !important;
    text-align: center;
    text-transform: uppercase;
	margin-top: 36px !important;
	margin-bottom: 28px !important;
	font-size: 26px !important;
}
.single-format-video .zem_rp_content .related_post {
    width: 100% !important;
}
.single-format-video .zem_rp_content .related_post li {
    width: 30% !important;
    margin-right: 2.5% !important;
	background: #ffffff !important;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    border: 1px solid rgba(200,200,200, 0.6);
    padding-bottom: 20px !important;
	height: 300px !important;
	min-height: 300px !important;
	max-height: 300px !important;
}
.single-format-video .zem_rp_content .related_post li a.zem_rp_thumbnail {
    max-height: 180px !important;
	overflow: hidden;
}
.single-format-video .zem_rp_content .related_post li img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    float: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}
.single-format-video .zem_rp_content .related_post li small.wp_rp_publish_date {
	font-family: "proxima-nova", sans-serif !important;
	position: absolute;
	bottom: 14px;
	left: 20px;
    display: block;
}
.single-format-video .zem_rp_content .related_post li a.zem_rp_title {
	font-family: "proxima-nova", sans-serif !important;
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #000 !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    line-height: 22px !important;
}
.single-format-video .zem_rp_content .related_post li small.wp_rp_excerpt {
	font-family: "proxima-nova", sans-serif !important;
    padding-top: 20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-size: 13px !important;
	line-height: 18px !important;
    display: block;
}
.single-format-video .zem_rp_content > .zem_rp_footer {
    display: none !important;
}
body.ascend.single-format-video #respond {
	margin-top: 0px !important;
}
body.ascend.single-format-video #respond #reply-title {
	font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600 !important;
    text-align: center;
    text-transform: uppercase;
	margin-top: 0px !important;
	margin-bottom: 28px !important;
	font-size: 26px !important;
}
body.ascend.single-format-video #respond .form-submit #submit {
	font-family: "brandon-grotesque",sans-serif !important;
    font-size: 15px !important;
    padding: 9px 18px !important;
    font-weight: 500;
    letter-spacing: 1px;
}
body.ascend.single-format-video #post-area .video .iframe-embed {
	display: none !important;
}
@media only screen and (max-width: 1000px) {
	body.ascend.single-format-video .zem_rp_content .related_post li a.zem_rp_thumbnail {
		max-height: 120px !important;
	}
	body.ascend.single-format-video .zem_rp_content .related_post li {
		padding-bottom: 10px !important;
		height: 260px !important;
		min-height: 260px !important;
		max-height: 260px !important;
	}
	body.ascend.single-format-video .zem_rp_content .related_post li a.zem_rp_title {
		font-size: 15px !important;
	}
	body.ascend.single-format-video .zem_rp_content .related_post li small.wp_rp_publish_date {
		bottom: 10px;
	}
}
@media only screen and (max-width: 690px) {
	body.ascend.single-format-video .zem_rp_content .related_post li {
		width: 100% !important;
	}
	body.ascend.single-format-video .zem_rp_content .related_post li a.zem_rp_thumbnail {
		max-height: 180px !important;
	}
	body.ascend.single-format-video .zem_rp_content .related_post li {
		padding-bottom: 10px !important;
		height: 280px !important;
		min-height: 280px !important;
		max-height: 280px !important;
	}
	ul.related_post li a:nth-child(1) {
		float: none !important;
	}
}
@media only screen and (max-width: 480px) {
	html body.single-format-video ul.related_post li a:nth-child(1) {
		float: none !important;
	}
}













/* ----- Video Tag Archive ----- */
body.tax-video_tag .page-header-no-bg.video_tag {
	background: url(http://newblogilates.wpengine.com/wp-content/uploads/2017/10/video-tag-headrr-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 7% !important;
    padding-bottom: 3% !important;
}
body.tax-video_tag .page-header-no-bg.video_tag .section-title {
	border-bottom: 0px !important;
}
body.tax-video_tag .page-header-no-bg.video_tag .section-title h1 {
	text-align: center !important;
}
body.tax-video_tag .page-header-no-bg.video_tag .section-title h1 span {
	border-bottom: 0px !important;
    background: #543c91 !important;
    color: #ffffff !important;
    font-size: 28px;
    text-transform: uppercase;
    padding: 10px 54px 12px 54px;
    font-family: "brandon-grotesque",sans-serif !important;
    letter-spacing: 1px;
    font-weight: 500;
}
body.tax-video_tag #post-area ul {
	display: block !important;
}
body.tax-video_tag #post-area ul li {
	padding-bottom: 30px !important;
}
body.tax-video_tag ul li:nth-child(3n+3) {
	margin-right: 0px !important;
}
body.tax-video_tag ul li h4 {
	line-height: 22px !important;
}
@media only screen and (max-width: 1000px) {
	html body.tax-video_tag .page-header-no-bg.video_tag {
		padding-top: 10% !important;
    	padding-bottom: 6% !important;
	}
}
@media only screen and (max-width: 1000px) {
	html body.tax-video_tag #post-area ul li {
		width: 47% !important;
		width: 3% !important;
	}
}






























.widget.recent_posts_extra_widget_2 ul {
	margin-bottom: 6px !important;
    margin-top: 16px !important;
}
.widget.recent_posts_extra_widget_2 h3,
.widget.recent_posts_extra_widget_2 h4 {
	/*display: none !important;*/
}
.widget.recent_posts_extra_widget_2 h4 {
	background: #27caf7;
    color: #ffffff !important;
    padding: 5px 12px 3px;
    width: auto !important;
    display: inline-block;
    font-weight: 700;
    font-size: 22px !important;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: .6px;
    margin-bottom: 0% !important;
    line-height: 26px;
}
.recent_posts_extra_widget_2 ul li {
    display: block;
}
.recent_posts_extra_widget_2 .post-widget-image {
    float: left;
	width: 40%;
}
.recent_posts_extra_widget_2 .post-widget-image img {
    margin-bottom: 0px;
	width: 90% !important;
}
.recent_posts_extra_widget_2 .post-widget-text {
    float: left;
	width: 59%;
	padding-top: 3% !important;
}
.recent_posts_extra_widget_2 .post-widget-text span {
    font-size: 10px !important;
    line-height: 8px !important;
    height: 12px;
    display: block;
		font-size: 16px !important;
		line-height: 20px !important;
    	color: #666666 !important;
    	font-family: proxima-nova, "montserrat", sans-serif !important;
}
.recent_posts_extra_widget_2 .post-widget-text a {
    font-size: 14px !important;
	line-height: 16px !important;
	color: #000000 !important;
	font-weight: bold !important;
		font-size: 16px !important;
		line-height: 18px !important;
		color: #444444 !important;
		font-family: proxima-nova, "montserrat", sans-serif !important;
		text-transform: uppercase !important;
}
.widget.recent_posts_extra_widget_2 .clear {
	padding: 0px !important;
}
@media only screen and (min-width: 1000px) and (max-width: 1140px) {
	.recent_posts_extra_widget_2 .post-widget-text span {
		font-size: 12px !important;
		line-height: 10px !important;
		height: 12px;
	}
	.recent_posts_extra_widget_2 .post-widget-text a {
		font-size: 14px !important;
		line-height: 16px !important;
		font-weight: bold !important;
	}
}
@media only screen and (max-width: 1000px) and (min-width: 1px) {
	.recent_posts_extra_widget_2 .post-widget-text {
		padding-top: 3%;
	}
	.recent_posts_extra_widget_2 .col .post-img > a > img {
		/*width: 100% !important;*/
		margin-bottom: 0px;
	}
	.recent_posts_extra_widget_2 .post-widget-image {
		width: 49% !important;
	}
	.recent_posts_extra_widget_2 .post-widget-text {
		float: left;
		width: 50%;
	}
	.recent_posts_extra_widget_2 .post-widget-text span {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px !important;
		line-height: 12px !important;
	}
	.recent_posts_extra_widget_2 .post-widget-text a {
		font-size: 1.8em !important;
    	line-height: 1.2em !important;
	}
}
@media only screen and (max-width: 690px) {
	.recent_posts_extra_widget_2 .post-widget-text a {
		font-size: 1.6em !important;
		line-height: 1.2em;
	}
	.recent_posts_extra_widget_2 .post-widget-text span {
		font-weight: 400;
	}
}
@media only screen and (max-width: 560px) {
	.recent_posts_extra_widget_2 .post-widget-text {
		padding-top: 3%;
	}
	.recent_posts_extra_widget_2 .post-widget-text a {
		font-size: 1.3em !important;
		line-height: 1.2em;
	}
	.recent_posts_extra_widget_2 .post-widget-text span {
		font-weight: 400;
	}
}
@media only screen and (max-width: 480px) {
	.recent_posts_extra_widget_2 .post-widget-text a {
		font-size: 1.2em !important;
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	.recent_posts_extra_widget_2 .post-widget-text span {
		font-size: 12px !important;
	}
	.recent_posts_extra_widget_2 .post-widget-image {
		width: 47% !important;
		float: left;
    	display: block;
		margin-right: 2%;
	}
	.recent_posts_extra_widget_2 .post-widget-text {
		width: 50% !important;
		float: left;
    	display: block;
		padding-top: 2%;
	}
}
@media only screen and (max-width: 400px) {
	.recent_posts_extra_widget_2 .post-widget-text a {
		font-size: 0.9em !important;
		line-height: 1.2em;
	}
	.recent_posts_extra_widget_2 .post-widget-text span {
		font-size: 12px !important;
		margin-top: 0px !important;
		margin-bottom: 5px !important;
	}
	.recent_posts_extra_widget_2 .post-widget-image {
		width: 47% !important;
		float: left;
    	display: block;
		margin-right: 2%;
	}
	.recent_posts_extra_widget_2 .post-widget-text {
		width: 50% !important;
		float: left;
    	display: block;
		padding-top: 2%;
	}
}














.archive.tax-video_tag #post-area ul {
	display: block !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
    float: left;
	min-width: 100%;
	width: 100%;
}
@media (min-width: 690px) {
	.archive.tax-video_tag #post-area ul li {
		width: 32.0% !important;
		min-width: 32.0% !important;
	}
}
@media (max-width: 690px) {
	.archive.tax-video_tag #post-area ul li {
		width: 47% !important;
		min-width: 47% !important;
	}
}
.archive.tax-video_tag #post-area #pagination {
    padding-left: 0px !important;
    margin-bottom: 8% !important;
    display: block !important;
	margin-left: 0px;
    float: left;
}
.archive.tax-video_tag #post-area #pagination .page-numbers.next {
    display: none !important;
}
.archive.tax-video_tag .owl-controls {
    display: none !important;
}
.archive.tax-video_tag #sidebar .video_widget_categories {
	background: #fee8e4 !important;
	padding: 20px !important;
	list-style: none;
}
.archive.tax-video_tag .container-wrap #sidebar .video_widget_categories h3 {
	font-size: 20px !important;
    font-weight: 800 !important;
}
.archive.tax-video_tag .container-wrap input[type="text"]#term_search {
	border: 1px solid #cccccc !important;
    background: #ffffff !important;
    padding: 12px 12px !important;
    color: #000000 !important;
    margin-bottom: 30px;
}
.archive.tax-video_tag .container-wrap select#difficulty_search {
	border: 1px solid #cccccc !important;
    background: #ffffff !important;
    padding: 14px 12px !important;
    color: #000000 !important;
	margin-bottom: 30px;
    box-shadow: none !important;
}
.archive.tax-video_tag .container-wrap form ul {
    display: block;
    float: left;
    width: 100%;
}
.archive.tax-video_tag .container-wrap form ul li {
    display: inline-block;
    float: left;
    width: 100%;
    height: 36px;
}
.archive.tax-video_tag .container-wrap form ul li label {
    font-weight: bold !important;
}
.archive.tax-video_tag .container-wrap form ul li label input {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: -6px !important;
    display: block;
    float: left;
}
.archive.tax-video_tag .container-wrap form ul li label div {
    display: block;
    line-height: 16px;
    margin-top: 5px;
    float: left;
    margin-left: 4px;
}
.archive.tax-video_tag .container-wrap input[type="submit"]#submit_button {
    background: #fc6c80 !important;
    padding: 16px 36px !important;
    color: #FFFFFF !important;
    margin-bottom: 30px;
    text-transform: uppercase !important;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
}



















body.page-template-template-workout .container-wrap.video_tag .main-content {
	padding-top: 40px !important;
}
body.page-template-template-workout #page-header-wrap h1 span {
	border-bottom: 0px !important;
    background: #543c91 !important;
    color: #ffffff !important;
    font-size: 28px;
    text-transform: uppercase;
    padding: 10px 54px 12px 54px;
    font-family: "brandon-grotesque",sans-serif !important;
    letter-spacing: 1px;
    font-weight: 500;
}
body.page-template-template-workout #post-area ul {
	display: block !important;
}
body.page-template-template-workout #post-area ul li {
	padding-bottom: 30px !important;
}
body.page-template-template-workout ul li:nth-child(3n+3) {
	margin-right: 0px !important;
}
body.page-template-template-workout ul li h4 {
	line-height: 22px !important;
}
@media only screen and (max-width: 1000px) {
	html body.page-template-template-workout .page-header-no-bg.video_tag {
		padding-top: 10% !important;
    	padding-bottom: 6% !important;
	}
}
@media only screen and (max-width: 1000px) {
	html body.page-template-template-workout #post-area ul li {
		width: 47% !important;
		width: 3% !important;
	}
}
.page-template-template-workout #post-area ul {
	display: block !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
    float: left;
	min-width: 100%;
	width: 100%;
}
.page-template-template-workout #post-area ul li:nth-child(3n) {
	margin-right: 0px !important;
}
@media (min-width: 690px) {
	.page-template-template-workout #post-area ul li {
		width: 32.0% !important;
		min-width: 32.0% !important;
	}
}
@media (max-width: 690px) {
	.page-template-template-workout #post-area ul li {
		width: 50% !important;
		min-width: 50% !important;
		padding-left: 1.5% !important;
		padding-right: 1.5% !important;
		margin-bottom: 0px !important;
	}
	.page-template-template-workout #post-area ul li img {
		margin-bottom: 0px !important;
	}
}
@media (max-width: 480px) {
	.page-template-template-workout #post-area ul li h4 {
		font-size: 14px !important;
		line-height: 22px !important;
		margin-bottom: 0px !important;
	}
	.page-template-template-workout #post-area ul li img {
		margin-bottom: 0px !important;
	}
}
.page-template-template-workout #post-area #pagination {
    padding-left: 0px !important;
    margin-bottom: 8% !important;
    display: block !important;
	margin-left: 0px;
    float: left;
}
.page-template-template-workout #post-area #pagination .page-numbers.next {
    display: none !important;
}
.page-template-template-workout .owl-controls {
    display: none !important;
}
.page-template-template-workout #sidebar .video_widget_categories {
	background: #fee8e4 !important;
	padding: 20px !important;
	list-style: none;
}
.page-template-template-workout .container-wrap #sidebar .video_widget_categories h3 {
	font-size: 20px !important;
    font-weight: 800 !important;
}
.page-template-template-workout .container-wrap input[type="text"]#term_search {
	/*
	border: 1px solid #cccccc !important;
    background: #ffffff !important;
    padding: 12px 12px !important;
    color: #000000 !important;
    margin-bottom: 30px;
	*/
	font-family: "brandon-grotesque",sans-serif !important;
	border: 3px solid #fc6c80 !important;
    font-weight: 400 !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 9px 10px !important;
    background-color: #ffffff !important;
	height: 42px !important;
	display: block;
	margin-bottom: 20px;
	background-image: url('img/search.png');
	background-repeat: no-repeat;
    background-size: 14px;
    background-position: 12px;
}
.page-template-template-workout .container-wrap input#term_search:blur {
	background-image: none !important;
}
.page-template-template-workout .container-wrap input#term_search:focus {
	background-image: none !important;
}
.page-template-template-workout .container-wrap input#term_search.entered {
	background-image: none !important;
}
.page-template-template-workout .container-wrap input[type="text"]#term_search::-webkit-input-placeholder {
    color: #000000 !important;
}
.page-template-template-workout .container-wrap input[type="text"]#term_search::-moz-placeholder {
    color: #000000 !important;
}
.page-template-template-workout .container-wrap input[type="text"]#term_search:-ms-input-placeholder {
    color: #000000 !important;
}
.page-template-template-workout .container-wrap input[type="text"]#term_search:-moz-placeholder {
    color: #000000 !important;
}
.page-template-template-workout .container-wrap select#difficulty_search {
	/*
	border: 1px solid #cccccc !important;
    background: #ffffff !important;
    padding: 14px 12px !important;
    color: #000000 !important;
	margin-bottom: 30px;
    box-shadow: none !important;
	*/
	font-family: "brandon-grotesque",sans-serif !important;
	border: 3px solid #fc6c80 !important;
    font-weight: 400 !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 6px 10px !important;
    background: #ffffff !important;
	height: 42px !important;
	display: block;
	margin-bottom: 20px;
}
.page-template-template-workout .container-wrap form ul {
    display: block;
    float: left;
    width: 100%;
}
.page-template-template-workout .container-wrap form ul li {
    display: inline-block;
    float: left;
    width: 100%;
    height: 36px;
}
.page-template-template-workout .container-wrap form ul li label {
    font-weight: bold !important;
}
.page-template-template-workout .container-wrap form ul li label input {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: -6px !important;
    display: block;
    float: left;
}
.page-template-template-workout .container-wrap form ul li label div {
	font-family: "proxima-nova", sans-serif !important;
    display: block;
    line-height: 16px;
    margin-top: 5px;
    float: left;
    margin-left: 4px;
}
.page-template-template-workout .container-wrap input[type="submit"]#submit_button {
    background: #fc6c80 !important;
    padding: 16px 0px !important;
    color: #FFFFFF !important;
    margin-bottom: 30px;
    text-transform: uppercase !important;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    width: 100%;
    max-width: 100%;
}















body.page-template-template-recipe .container-wrap.video_tag .main-content {
	padding-top: 40px !important;
}
body.page-template-template-recipe #page-header-wrap h1 span {
	border-bottom: 0px !important;
    background: #543c91 !important;
    color: #ffffff !important;
    font-size: 28px;
    text-transform: uppercase;
    padding: 10px 54px 12px 54px;
    font-family: "brandon-grotesque",sans-serif !important;
    letter-spacing: 1px;
    font-weight: 500;
}
body.page-template-template-recipe #post-area ul {
	display: block !important;
}
body.page-template-template-recipe #post-area ul li {
	padding-bottom: 30px !important;
}
body.page-template-template-recipe ul li:nth-child(3n+3) {
	margin-right: 0px !important;
}
body.page-template-template-recipe ul li h4 {
	line-height: 22px !important;
	/* text-transform: uppercase; */
}
@media only screen and (max-width: 1000px) {
	html body.page-template-template-recipe .page-header-no-bg.video_tag {
		padding-top: 10% !important;
    	padding-bottom: 6% !important;
	}
}
@media only screen and (max-width: 1000px) {
	html body.page-template-template-recipe #post-area ul li {
		width: 47% !important;
		width: 3% !important;
	}
}
.page-template-template-recipe #post-area ul {
	display: block !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
    float: left;
	min-width: 100%;
	width: 100%;
}
.page-template-template-recipe #post-area ul li:nth-child(3n) {
	margin-right: 0px !important;
}
@media (min-width: 690px) {
	.page-template-template-recipe #post-area ul li {
		width: 32.0% !important;
		min-width: 32.0% !important;
	}
}
@media (max-width: 690px) {
	.page-template-template-recipe #post-area ul li {
		width: 50% !important;
		min-width: 50% !important;
		padding-left: 1.5% !important;
		padding-right: 1.5% !important;
		margin-bottom: 0px !important;
	}
	.page-template-template-recipe #post-area ul li img {
		margin-bottom: 0px !important;
	}
}
@media (max-width: 480px) {
	.page-template-template-recipe #post-area ul li h4 {
		font-size: 14px !important;
		line-height: 22px !important;
		margin-bottom: 0px !important;
	}
	.page-template-template-recipe #post-area ul li img {
		margin-bottom: 0px !important;
	}
}
.page-template-template-recipe #post-area #pagination {
    padding-left: 0px !important;
    margin-bottom: 8% !important;
    display: block !important;
	margin-left: 0px;
    float: left;
}
.page-template-template-recipe #post-area #pagination .page-numbers.next {
    display: none !important;
}
.page-template-template-recipe .owl-controls {
    display: none !important;
}
.page-template-template-recipe #sidebar .recipe_widget_categories {
	background: #fee8e4 !important;
	padding: 20px !important;
	list-style: none;
}
.page-template-template-recipe .container-wrap #sidebar .recipe_widget_categories h3 {
	font-size: 20px !important;
    font-weight: 800 !important;
}
.page-template-template-recipe .container-wrap input[type="text"]#term_search {
	/*
	border: 1px solid #cccccc !important;
    background: #ffffff !important;
    padding: 12px 12px !important;
    color: #000000 !important;
    margin-bottom: 30px;
	*/
	font-family: "brandon-grotesque",sans-serif !important;
	border: 3px solid #fc6c80 !important;
    font-weight: 400 !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 9px 10px !important;
    background-color: #ffffff !important;
	height: 42px !important;
	display: block;
	margin-bottom: 20px;
	background-image: url('img/search.png');
	background-repeat: no-repeat;
    background-size: 14px;
    background-position: 12px;
}
.page-template-template-recipe .container-wrap input#term_search:blur {
	background-image: none !important;
}
.page-template-template-recipe .container-wrap input#term_search:focus {
	background-image: none !important;
}
.page-template-template-recipe .container-wrap input#term_search.entered {
	background-image: none !important;
}
.page-template-template-recipe .container-wrap select#difficulty_search {
	border: 1px solid #cccccc !important;
    background: #ffffff !important;
    padding: 14px 12px !important;
    color: #000000 !important;
	margin-bottom: 30px;
    box-shadow: none !important;
}
.page-template-template-recipe .container-wrap form ul {
    display: block;
    float: left;
    width: 100%;
}
.page-template-template-recipe .container-wrap form ul li {
    display: inline-block;
    float: left;
    width: 100%;
    height: 36px;
}
.page-template-template-recipe .container-wrap form ul li label {
    font-weight: bold !important;
}
.page-template-template-recipe .container-wrap form ul li label input {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: -6px !important;
    display: block;
    float: left;
}
.page-template-template-recipe .container-wrap form ul li label div {
	font-family: "proxima-nova", sans-serif !important;
    display: block;
    line-height: 16px;
    margin-top: 5px;
    float: left;
    margin-left: 4px;
}
.page-template-template-recipe .container-wrap input[type="submit"]#submit_button {
    background: #fc6c80 !important;
    padding: 16px 36px !important;
    color: #FFFFFF !important;
    margin-bottom: 30px;
    text-transform: uppercase !important;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
	width: 100%;
    max-width: 100%;
}










html body.page-template-template-workout-calendar #page-header-wrap h1 span {
    border-bottom: 0px !important;
    background: rgba(252, 108, 128, 0.7) !important;
    color: #ffffff !important;
    font-size: 28px;
    text-transform: uppercase;
    padding: 10px 54px 12px 54px;
    font-family: "brandon-grotesque",sans-serif !important;
    letter-spacing: 1px;
    font-weight: 500;
}
.page-template-template-workout-calendar .owl-controls {
    display: none !important;
}








html body.page-template-template-workout #page-header-bg .span_6 h1 span {
    background: #28d1b7 !important;
}


html body.page-id-19726 #page-header-bg .span_6 h1 span {
    background: #28d1b7 !important;
}












#footer-widgets {
	display: block !important;
}
#footer-widgets {
	display: block !important;
}






#insta_holder {
	padding-bottom: 0px !important;
    display: block;
    z-index: 10000;
    position: relative;
}
#insta_holder .null-instagram-feed {
	/* margin-top: -20px; */
	display: block;
}
#insta_holder .null-instagram-feed > .instagram-pics {
	display: block;
	margin: 0px !important;
}
#insta_holder ul li {
	width: 20% !important;
	float: left;
	list-style: none;
}
#insta_holder ul li a {
	max-width: 100% !important;
}
#insta_holder ul li a img {
	max-width: 100% !important;
}
#insta_holder #sidebar > ul > li {
	width: 100% !important;
}
#insta_holder #sidebar > ul > li .instagram-pics {
	margin-left: 0px !important;
    margin-bottom: 0px !important;
}










#calendar_heading {
	margin-left: 0px !important;
    width: 100% !important;
    text-align: center;
    background: #fc6c80 !important;
    height: 56px;
    margin-bottom: 26px !important;
	position: relative;
    display: inline-block;
    vertical-align: middle;
	box-sizing: border-box;
	color: #ffffff !important;
	font-size: 18px;
	line-height: 54px;
	font-weight: 600;
	font-family: "brandon-grotesque",sans-serif !important;
	margin-top: 20px;
}
#calendar_heading div {
	/*font-family: "brandon-grotesque",sans-serif !important;*/
}
.ai1ec-calendar-toolbar {
	display: none !important;
}
.ai1ec-title-buttons .ai1ec-btn-group {
    margin-left: 0px !important;
	width: 100% !important;
	text-align: center;
	background: #fc6c80 !important;
	height: 56px;
	margin-bottom: 26px !important;
}
.ai1ec-title-buttons .ai1ec-btn-group a {
    display: block !important;
	color: #ffffff !important;
	background: none !important;
	border: none !important;
}
.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-prev-month {
    display: none;
}
.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-next-month {
    display: none;
}
/*
.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-prev-year {
    width: 25% !important;
}
.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-next-year {
    width: 25% !important;
}
.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-minical-trigger {
    width: 40% !important;
}
*/
.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-prev-year {
    display: none !important;
}
.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-next-year {
    display: none !important;
}
.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-minical-trigger i {
    display: none !important;
}


.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-prev-month {
    position: absolute;
    width: 30px;
    height: 56px;
    left: 50%;
    margin-left: -170px;
	overflow: hidden;
  /*outline: 1px solid red;*/
	padding: 0px !important;
	color: #fc6c80 !important;
}
.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-next-month {
    position: absolute;
    width: 30px;
    height: 56px;
    left: 50%;
    margin-left: 140px;
	overflow: hidden;
  /*outline: 1px solid red;*/
	padding: 0px !important;
	text-indent: -20px;
	color: #fc6c80 !important;
}


.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-prev-month i {
    font-size: 30px !important;
    line-height: 56px;
    height: 56px;
	color: #ffffff !important;
	top: 0px !important;
}
.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-next-month i {
    font-size: 30px !important;
    line-height: 56px;
    height: 56px;
	color: #ffffff !important;
	top: 0px !important;
    position: absolute;
}


.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-prev-month i:before {
    /*
	font-family: 'FontAwesome';
	content: '\f053';
	*/
	font-family: 'dashicons';
	content: "\f341";
}
.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-next-month i:before {
	/*
    font-family: 'FontAwesome';
	content: '\f054';
	*/
	font-family: 'dashicons';
	content: "\f345";
}


.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-minical-trigger {
    position: absolute;
    width: 200px;
    margin-left: -100px;
    left: 50%;
    height: 56px;
    line-height: 46px;
}
.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-minical-trigger span {
    font-size: 18px !important;
    font-weight: 500;
}
table.ai1ec-month-view  {
	border: none !important;
}
table.ai1ec-month-view thead tr:first-child th {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: 0px !important;
    line-height: 18px !important;
}
table.ai1ec-month-view thead tr:last-child {
    border-bottom: 6px solid #28d1b7 !important;
    padding-bottom: 6px !important;
}
table.ai1ec-month-view thead tr th {
	color: #000000 !important;
	text-transform: uppercase;
    letter-spacing: 1px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
	padding-bottom: 8px !important;
	font-family: "brandon-grotesque",sans-serif !important;
}
table.ai1ec-month-view thead tr:last-child th {
    color: #28d1b7 !important;
}
.ai1ec-month-view td {
	border: 3px solid #fce2df !important;
}
.ai1ec-month-view .ai1ec-date {
	background: none !important;
	text-align: left;
	padding: 0px !important;
	height: 30px;
	padding-bottom: 10px !important;
}
.ai1ec-month-view .ai1ec-date a {
	width: 20px !important;
    height: 20px !important;
    display: block;
    background: #fce2df;
    text-align: center;
    padding: 4px 3px;
    color: #ec7684 !important;
    font-size: 12px !important;
    font-weight: bold !important;
	line-height: 13px !important;
}
#ai1ec-container td {
	padding-bottom: 16px !important;
}
#ai1ec-calendar-view .ai1ec-pull-left {
	display: none !important;
}
.ai1ec-datepicker {
	display: none !important;
}
.ai1ec-word-wrap.ai1ec-month-view .ai1ec-event {
	border-bottom: 0px !important;
}
@media only screen and (max-width: 768px) {
	table.ai1ec-month-view thead tr th {
		font-size: 12px !important;
		line-height: 14px !important;
	}
	.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-prev-month {
		left: 0px !important;
		margin-left: 0px !important;
	}
	.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-next-month {
		margin-left: 0px !important;
    	left: 95% !important;
	} 
	.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-minical-trigger {
		position: absolute;
		width: 200px;
		margin-left: -100px;
		left: 50%;
		height: 56px;
		line-height: 44px;
	}
	.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-minical-trigger span {
		display: block;
		line-height: 44px;
	}
}
@media only screen and (max-width: 690px) {
	.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-next-month {
    	left: 94% !important;
	} 
}
@media only screen and (max-width: 480px) {
	.ai1ec-title-buttons .ai1ec-btn-group a.ai1ec-next-month {
    	left: 91.5% !important;
	} 
	table.ai1ec-month-view thead tr th {
		font-size: 13px !important;
	}
}

/* Add this code in style.css */
.ai1ec-popover {
	display: none !important;
} 


.ai1ec-word-wrap.ai1ec-month-view .ai1ec-event span.ai1ec-event-content > p {
	padding-bottom: 0px !important;
}

ul.checklist {
	margin: 0px !important;
} 
ul.checklist li {
	padding: 2px !important;
    font-weight: bold !important;
    line-height: 16px;
    padding-left: 22px !important;
    list-style: none;
} 
ul.checklist li input {
	margin-right: 2px !important;
    margin-top: 5px !important;
	margin-left: -16px !important;
}
ul.checklist li label {
    margin-top: 5px !important;
	font-weight: bold !important;
}
ul.checklist li.vals {
	padding: 0px !important;
	display: none !important;
}
ul.checklist li.vals input {
	margin: 0px !important;
    padding: 0px !important;
    background: #ffffff !important;
    font-size: 8px !important;
}
.page-id-26302 ul.checklist li.vals {
	display: block !important;
}

#all_vals_input {
	width: 100%;
	height: 80px;
	display: none;
	margin: 0px !important;
    padding: 0px !important;
    background: #ffffff !important;
    font-size: 8px !important;
}
.page-id-25544 #all_vals_input {
	display: none !important;
}
.page-id-26302 #all_vals_input {
	display: none !important;
}


ul.checklist li .icheckbox_flat-green {
	margin-left: -22px !important;
    margin-right: 2px;
}
ul.checklist li .icheckbox_flat-green input {
	/*opacity: 1 !important;*/
}

.view_date {
	background: #fc6c80 !important;
    padding: 5px 10px 5px 10px !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    font-size: 14px;
    letter-spacing: 1px;
    width: 70px;
    display: block;
    text-align: center;
    margin: 0px auto;
}


#ai1ec-calendar-view table,
#ai1ec-calendar-view table thead,
#ai1ec-calendar-view table tbody,
#ai1ec-calendar-view table thead tr,
#ai1ec-calendar-view table tbody tr {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	display: inline-table;
}
#ai1ec-calendar-view table thead tr th,
#ai1ec-calendar-view table tbody tr td {
	width: 14.2% !important;
	min-width: 14.25% !important;
	max-width: 14.25% !important;
	display: table-cell;
}


@media only screen and (min-width: 999px) {
	ul.checklist {
		display: block !important;
	} 
	.view_date {
		display: none !important;
	}
}
@media only screen and (max-width: 1000px) {

	.ai1ec-event .ai1ec-event-content h1,
	.ai1ec-event .ai1ec-event-content h2,
	.ai1ec-event .ai1ec-event-content h3,
	.ai1ec-event .ai1ec-event-content h4,
	.ai1ec-event .ai1ec-event-content h5,
	.ai1ec-event .ai1ec-event-content h6,
	.ai1ec-event .ai1ec-event-content ul,
	.ai1ec-event .ai1ec-event-content p,
	.ai1ec-event .ai1ec-event-content a,
	.ai1ec-event .ai1ec-event-content ul.checklist {
		display: none !important;
	} 
	.ai1ec-event .ai1ec-event-content a.view_date {
		display: block !important;
	}
	#ai1ec-container td {
		/*padding-bottom: 0px !important;*/
	}
	.ai1ec-month-view .ai1ec-day-stretcher {
		height: 0px !important;
	}
	table.ai1ec-month-view thead tr:first-child th {
		font-size: 14px !important;
	}
	body:not(.woocommerce-cart) .main-content td {
		padding: 0px !important;
	}
}
@media only screen and (max-width: 768px) { 
	.view_date {
		font-size: 12px;
	}
	.ai1ec-month-view .ai1ec-day-stretcher {
		height: 0px !important;
	}
	table.ai1ec-month-view thead tr:first-child th {
		font-size: 11px !important;
		line-height: 14px !important;
	}
}
@media only screen and (max-width: 690px) and (min-width: 480px) { 
	.view_date {
		font-size: 10px;
		padding: 4px 8px 4px 8px !important;
		width: 100%;
		max-width: 100%;
	}
	.ai1ec-month-view .ai1ec-day-stretcher {
		height: 0px !important;
	}
	table.ai1ec-month-view thead tr:first-child th {
		font-size: 10px !important;
		line-height: 14px !important;
	}
}
@media only screen and (max-width: 480px) { 
	body.page-template-template-workout-calendar .main-content {
		
	}
	.view_date {
		font-size: 8px;
		padding: 3px 3px 1px 3px !important;
		width: 100%;
		max-width: 100%;
	}
	.ai1ec-month-view .ai1ec-day-stretcher {
		height: 0px !important;
	}
	.ai1ec-month-view .ai1ec-date {
		height: 26px !important;
		padding-bottom: 2px !important;
	}
	table.ai1ec-month-view thead tr:first-child {
		display: none !important;
	}
	table.ai1ec-month-view thead tr th {
		font-size: 9px !important;
	}
}
















#recent_videos_row {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#recent_videos_row .col {
    padding: 0px !important;
	background: none !important;
	margin-bottom: 0px;
}
.page-id-4944 #recent_videos_row .col {
    padding: 40px 25px !important;
}
#recent_videos_row .col .span_6:nth-child(3) {
    /*margin-bottom: 8px !important;*/
}
#recent_videos_row .col .post-img > a,
#recent_videos_row .col .post-img > a > img {
    width: 100% !important;
	margin-bottom: 0px;
}
#recent_videos_row .col .post-header {
	/*padding-top: 10px !important;*/
}
#recent_videos_row .col .post-header {
    margin-bottom: 0px !important;
	margin-top: 20px;
}
#recent_videos_row .col .post-header .meta {
    font-size: 14px;
    font-family: "proxima-nova", sans-serif !important;
    line-height: 14px;
	margin-bottom: 20px !important;
    margin-bottom: 0px !important;
	color: #000000 !important;
}
.page-id-4944 #recent_videos_row .col .post-header .meta {
    font-weight: 300 !important;
    font-family: "proxima-nova",sans-serif !important;
}
#recent_videos_row .col .post-header .meta span,
#recent_videos_row .col .post-header .meta span a {
	font-weight: 600 !important;
}
#recent_videos_row .col .post-header h2 {
    font-family: "proxima-nova", sans-serif !important;
    font-size: 21px;
    margin-top: 8px;
    margin-bottom: 24px;
    line-height: 28px;
    font-weight: 800;
}
#recent_videos_row .col .post-header h3 a {
	color: #444444 !important;
	z-index: 30;
}
#recent_videos_row .col p {
	display: block;
	line-height: 18px;
}
.page_post_area #post-area .span_6:nth-child(3) {
	margin-bottom: 2%;
	width: 51% !important;
}
@media only screen and (max-width: 1000px) and (min-width: 1px) {
	#recent_videos_row > .col {
		/*padding-bottom: 20px !important;*/
	}
    #recent_videos_row .col .post-img > a > img {
		/*width: 100% !important;*/
		margin-bottom: 0px;
	}
	#recent_videos_row .span_6 {
		width: 49% !important;
	}
	#recent_videos_row .col p {
		display: none !important;
	}
	#recent_videos_row .col .post-header h3 {
		font-size: 2.3em !important;
		line-height: 1.3em;
		margin-bottom: 3px;
	}
	#recent_videos_row .col .post-header h3,
	#recent_videos_row .col .post-header h3 a {
		font-size: 25px !important;
		line-height: 32px !important;
	}
}
@media only screen and (max-width: 690px) {
	.page_post_area #post-area .post-img a, 
	.page_post_area #post-area .post-img a img
	#recent_videos_row .col .post-img > a,
	#recent_videos_row .col .post-img > a > img {
		
	}
	#recent_videos_row .col .post-header {
		/*padding-top: 5% !important;*/
	}
	#recent_videos_row .col .post-header h3 {
		font-size: 2em !important;
		line-height: 1.2em;
	}
	#recent_videos_row .col .post-header .meta {
		font-weight: 400;
	}
	#recent_videos_row .col .post-header h3,
	#recent_videos_row .col .post-header h3 a {
		font-size: 22px !important;
		line-height: 29px !important;
	}
}
@media only screen and (max-width: 560px) {
	#recent_videos_row .col .post-header {
		/*padding-top: 5% !important;*/
	}
	#recent_videos_row .col .post-header h3 {
		font-size: 1.7em !important;
		line-height: 1.2em;
	}
	#recent_videos_row .col .post-header .meta {
		font-weight: 400;
	}
	#recent_videos_row .col .post-header h3,
	#recent_videos_row .col .post-header h3 a {
		font-size: 20px !important;
		line-height: 25px !important;
	}
}
@media only screen and (max-width: 480px) {
	#recent_videos_row .col .post-header {
		/*padding-top: 4% !important;*/
	}
	#recent_videos_row .col .post-header h3 {
		font-size: 1.4em !important;
		line-height: 1.2em;
		/*margin-bottom: 10px;*/
	}
	#recent_videos_row .col .post-header .meta {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		position: relative;
    	display: block;
	}
	#recent_videos_row .span_6 {
		width: 47% !important;
	}
	#recent_videos_row .col .span_6:nth-child(2) {
		width: 52% !important;
	}
	#recent_videos_row .col .post-header h3,
	#recent_videos_row .col .post-header h3 a {
		font-size: 15px !important;
		line-height: 20px !important;
	}
}
@media only screen and (max-width: 400px) {
	#recent_videos_row .col .post-header .cat_links {
		margin-bottom: 0px !important;
	}
	#recent_videos_row .col .post-header .cat_links a {
		font-size: 10px;
        line-height: 11px !important;
        margin-right: 2px !important;
		padding: 4px 10px 1px 12px !important;
		letter-spacing: 0.5px;
	}
	#recent_videos_row .col .post-header h3 {
		font-size: 1.2em !important;
		line-height: 1.2em;
	}
	#recent_videos_row .col .post-header .meta {
		font-size: 10px;
    	line-height: 12px;
		height: 12px;
		position: relative;
    	display: block;
	}
	#recent_videos_row .span_6 {
		width: 45% !important;
	}
	#recent_videos_row .col .span_6:nth-child(2) {
		width: 54% !important;
	}
	#recent_videos_row .col .post-header h3,
	#recent_videos_row .col .post-header h3 a {
		font-size: 13px !important;
		line-height: 18px !important;
	}
}
#recent_videos_row .col {
    background: #ffffff !important;
    border-radius: 7px;
    overflow: hidden;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);*/
	/*-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);*/
	/*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);*/
	border: 1px solid rgba(200,200,200, 0.6);
	padding-bottom: 30px;
	margin-bottom: 40px;
}
#recent_videos_row .col .post-header {
	margin-top: 26px;
}
#recent_videos_row .col .post-header,
#recent_videos_row .col .post-header + p,
#recent_videos_row .col .post-meta {
    padding-left: 20px;
	padding-right: 20px;
}
#recent_videos_row .col .post-header h2,
#recent_videos_row .col .post-header + p,
#recent_videos_row .col .post-meta .date {
	font-family: "proxima-nova", sans-serif !important;
    color: #000000 !important;
}
#recent_videos_row .col .post-header h2 {
	font-weight: bold !important;
	font-size: 20px;
    line-height: 24px;
	margin-bottom: 12px;
}
#recent_videos_row .col .post-meta .date {
	font-size: 12px;
	display: none;
}
#recent_videos_row .col a {
    max-height: 180px !important;
    display: block;
    overflow: hidden;
}
#recent_videos_row .col .post-header + p {
	line-height: 20px !important;
}
#recent_videos_row .col a span.post-featured-img {
    transition: all .7s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
    line-height: 0;
    display: block;
    position: relative;
}
#recent_videos_row .col a span.post-featured-img img {
	max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#recent_videos_row .col a span.post-featured-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

body.home #recent_videos_row .col {
	height: 420px;
    min-height: 420px;
    max-height: 420px;
}
body.home #recent_videos_row .col {
	height: 310px;
    min-height: 310px;
    max-height: 310px;
}
@media only screen and (max-width: 690px) {
	body.home #recent_videos_row .col {
		height: 290px;
		min-height: 290px;
		max-height: 290px;
	}
}
@media only screen and (max-width: 480px) {
	body.home #recent_videos_row .col {
		height: 300px;
		min-height: 300px;
		max-height: 300px;
	}
}
#recent_videos_row .col .post-meta .date {
	position: absolute;
	bottom: 24px;
}
#recent_videos_row .col.span_3 .zoom-image {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    display: none;
    top: 0px;
	left: 0px;
}
#recent_videos_row .col.span_3:hover .zoom-image {
	display: block;
}
#recent_videos_row .col.span_3 .video-play-icon {
    position: absolute;
    background-size: 58px 58px;
    width: 40px;
    height: 40px;
    top: 40%;
    left: 42%;
    border-radius: 50%;
    border: 4px solid white;
	display: none;
}
#recent_videos_row .col.span_3:hover .video-play-icon {
	display: block;
}
#recent_videos_row .col.span_3 .video-play-icon i {
    color: white;
    font-size: 19px !important;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 6px;
    left: 8px;
}






















.single-post article p {
	font-size: 18px;
	line-height: 1.666;
    text-rendering: optimizeLegibility;
	font-weight: 300;
}










.post-ratings {
    width: 100%;
    opacity: 1;
    /* background-color: #ffffff; */
    /* height: 34px; */
	height: 45px;
    overflow: hidden;
    display: block;
	margin-top: -10px;
}
.post-ratings img {
	width: 28px !important;
    margin-right: 10px !important;
}
.post-ratings em,
.post-ratings strong,
.post-ratings .post-ratings-text {
    display: none !important;
	width: 0px;
}
#ratings_users {
	margin-top: 4px !important;
	margin-bottom: 0px !important;
}
@media only screen and (min-width: 1000px) {
	.post-ratings {
		/*margin-left: -100px;*/
	}
}
@media only screen and (max-width: 1000px) {
	.post-ratings {
		height: 44px;
	}
}




body .sharing-default-minimal .nectar-love.loved {
    border-color: #f00 !important;
	color: #f00 !important;
}
body .sharing-default-minimal .nectar-love.loved div i {
	color: #f00 !important;
}






html body #pagination >span.page-numbers.current, 
html body nav.woocommerce-pagination span.page-numbers.current {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}











.ascend .comment-wrap h3#comments {
	font-family: "proxima-nova", sans-serif !important;
    text-transform: capitalize !important;
    padding-top: 20px !important;
	text-align: left !important;
	font-size: 28px;
	max-width: none !important;
    margin: 0 auto!important;
}
.ascend .comment-wrap h3#comments + h5 {
    font-family: "proxima-nova", sans-serif !important;
    margin-top: 8px !important;
	font-weight: 400 !important;
	margin-bottom: 18px;
}
.comment-list .comment-author {
	font-family: "proxima-nova",sans-serif !important;
    color: #000 !important;
	margin-bottom: 10px;
    font-weight: 600;
	font-size: 20px;
}
.ascend .comment-list .comment-author cite.fn {
	text-transform: uppercase !important;
}
.ascend .comment-wrap h3#comments > span {
    display: none !important;
}
.ascend .comment-list {
    border-bottom: 0px !important;
}
body.ascend .comment-wrap ul.comment-list > li {
	max-width: none !important;
}
body.ascend .comment-wrap ul.comment-list > li:first-child .comment-body {
	margin-top: 10px !important;
}
body.ascend #respond #reply-title {
	display: none !important;
}
body.ascend #respond form p.logged-in-as {
	padding-top: 18px !important;
    /* border-top: 1px solid #ccc !important; */
    margin-bottom: 0px !important;
    height: 56px;
    display: block;
}
body.ascend #respond form p.logged-in-as span {
	float: right !important;
    display: inline-block;
    position: relative;
}
body.ascend #respond form p.must-log-in {
	padding-top: 16px !important;
    border-top: 1px solid #ccc !important;
    margin-bottom: 0px !important;
    height: 50px;
    display: block;
}
body.ascend #respond form p.must-log-in span {
	float: right !important;
    display: inline-block;
    position: relative;
}
body.ascend #commentform .form-submit {
    text-align: right;
    padding-bottom: 0px;
    margin-top: 0px;
}
body.ascend #respond form > div.row#comment_details {
    padding-bottom: 0px !important;
}
body.ascend #respond form > div.row#comment_details #commenter_img {
	left: 0!important;
    top: 0!important;
    position: absolute;
    width: 60px;
    height: 60px;
}
body.ascend #respond form > div.row#comment_details #commenter_img img {
    border-radius: 50% !important;
}
body.ascend #respond form > div.row#comment_details #commenter_img div {
	position: absolute;
    width: 12px;
    height: 12px;
    display: block;
    background: green !important;
    border-radius: 50% !important;
    left: 44px;
    top: 46px;
}
body.ascend #respond form > div.row#comment_details #comment_text_holder {
    padding-left: 85px!important;
}
body.ascend #respond form > div.row textarea {
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
    min-height: 54px;
    font-size: 15px !important;
}
body.ascend #respond form > div.row#login_details {
	padding-left: 85px!important;
	padding-bottom: 16px !important;
}
body.ascend #respond form > div.row#login_details .span_4 input {
    padding: 15px 16px !important;
	border: 1px solid #cccccc !important;
    border-radius: 4px !important;
	margin-top: 10px;
}
body.ascend #respond .form-submit #submit {
    border-radius: 4px !important;
}
body.ascend .comment-list {
	overflow: hidden;
}
body.ascend .comment-list .comment-author {
	display: inline-block !important;
	margin-right: 10px;
}
body.ascend .comment-list .comment-meta {
	display: inline-block !important;
    line-height: 16px;
    margin-left: 10px;
}
body.ascend .comment-list .comment-body > p {
    margin-top: 10px !important;
}
body.ascend .comment-list .comment-meta + p {
	margin-top: 0px !important;
}
body.ascend .comment-list .reply {
    position: relative;
    right: 0px;
}
body.ascend .comment-list .reply a {
    font-size: 14px;
    color: #888 !important;
    line-height: 40px !important;
}
#show_more_comments {
	font-family: "brandon-grotesque",sans-serif !important;
    background-color: #fc6c80 !important;
    color: #ffffff !important;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 50px;
    font-weight: 400;
    width: 260px !important;
    padding: 0px 30px;
    left: 50%;
    float: left;
    position: relative;
    margin-left: -130px;
}
#show_more_comments {
    font-family: "brandon-grotesque",sans-serif !important;
    background-color: #feeada !important;
    color: #fc6c80 !important;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 50px;
    font-weight: 400;
    width: 260px !important;
    padding: 0px 30px;
    left: 50%;
    float: left;
    position: relative;
    margin-left: -130px;
    font-weight: bold;
}
@media only screen and (max-width: 1000px) {
	body.ascend #respond form > div.row#login_details .span_4 {
		margin-bottom: 0px !important;
	}
	body.ascend #respond form > div.row#login_details .span_12 {
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}
}
@media only screen and (max-width: 690px) {
	body.ascend .container .comment-list li.comment > div img.avatar {
    	display: none !important;
	}
	body.ascend #respond form > div.row#comment_details #commenter_img {
		display: none !important;
	}
	body.ascend #respond form > div.row#login_details {
		padding-left: 0px !important;
	}
	body.ascend #respond form > div.row#comment_details #comment_text_holder {
		padding-left: 0px !important;
	}
}










body.ascend .comment-list .comment-meta a.comment-edit-link {
    padding: 4px 14px !important;
	margin: 0px 3px !important;
	background: #ddd !important;
}
body.ascend .comment-list .comment-meta a.comment-edit-link:hover {
	background: #bbb !important;
	color: #000 !important;
}
















.smart_ajax_container {
    display: block !important;
}
.smart_ajax_container .main-content {
    display: inline-block !important;
}
.smart_ajax_container .main-content .entry-header {
    display: inline-block !important;
}
.smart_ajax_container h2.entry-title {
    display: block !important;
    background: #fc6c80 !important;
    text-align: center !important;
    padding: 14px 16px;
    margin-bottom: 50px;
    font-size: 34px;
    text-transform: uppercase;
    float: left;
    width: 100%;
	line-height: 38px;
}
.smart_ajax_container h2.entry-title a {
	color: #ffffff !important;
}
.smart_ajax_container .main-content img {
    display: inline-block !important;
}

/*
.smart_ajax_container .ssp_divider {
	min-width: 100% !important;
    height: 180px !important;
    background-image: url(http://newblogilates.wpengine.com/wp-content/uploads/2017/11/workout_details_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
	margin-bottom: 80px !important;
	margin-top: 80px;
	display: block !important;
}
*/

.smart_ajax_container .ssp_divider {
	min-width: 100% !important;
    height: 50px !important;
    margin-bottom: 30px !important;
    margin-top: 30px;
    display: block !important;
}
body .zem_rp_wrap + .smart_ajax_container .ssp_divider {
    height: 30px !important;
    margin-bottom: 20px !important;
    margin-top: 20px;
}
.smart_ajax_container .featured_image img {
	min-width: 100% !important;
}
.smart_ajax_container article .main_content .posted-date,
.smart_ajax_container article .main_content .post-metas {
	display: none !important;
}
.main-content iframe {
    opacity: 1 !important;
}

/*
.smart_ajax_container .main-content img {
    display: block !important;
}
*/

.smart_ajax_container iframe {
	min-width: 100% !important;
	height: 500px;
}
.smart_ajax_container article .main_content #stats {
	margin-bottom: 20px !important;
}
.smart_ajax_container article .main_content #stats .vc_col-sm-6 {
	width: 48% !important;
}
.smart_ajax_container article .main_content #stats .vc_col-sm-6 p {
    padding-bottom: 4px !important;
}
.smart_ajax_container article .main_content #stats .vc_col-sm-6 h4 {
    font-weight: 800 !important;
    margin-top: 6px !important;
}
.smart_ajax_container article .main_content .wpb_wrapper > h2 {
	display: none !important;
}
.smart_ajax_container article .main_content .wpb_wrapper > h3 {
	margin-top: 20px !important;
}
.smart_ajax_container .comment-wrap {
	visibility: visible !important;
    display: block;
    float: left;
}
.smart_ajax_container .entry-content > div {
	margin-bottom: 20px !important;
}
.smart_ajax_container .forever_readmore {
    /*
	display: inline-block !important;
    background: #fc6c80 !important;
    text-align: center !important;
    padding: 6px 24px;
    margin-bottom: 50px;
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
	margin-top: 24px;
	font-family: "brandon-grotesque",sans-serif !important;
    */
	float: right;
}







body.ascend #header-outer[data-full-width="true"] header#top nav ul #search-btn a {
	padding-left: 15px!important;
    padding-right: 15px!important;
}










#ai1ec-calendar {
	/*display: none !important;*/
}
.ai1ec-loading {
	/*display: none !important;*/
}

.ai1ec-loading {
    background: none !important;
}
.calendar-loading {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    background-color: white !important;
    display: none;
    margin-left: -5%;
}
.calendar-loading h4 {
    font-family: "proxima-nova", sans-serif !important;
	text-align: center;
	line-height: 28px !important;
}




.mobile_top_sidebar {
	display: none !important;
}
@media only screen and (max-width: 1000px) {
	.page-template-template-workout #sidebar {
		display: none;
	}
	.page-template-template-recipe #sidebar {
		display: none;
	}
	.mobile_top_sidebar {
		display: block !important;
	}
	.page-template-template-workout #post-area #pagination {
		margin-top: 70px !important;
	}
	.page-template-template-recipe #post-area #pagination {
		margin-top: 70px !important;
	}
}





#slide-out-widget-area-inner {
	position: relative;
}
#slide-out-widget-area-inner > div {
	position: fixed;
}
body #slide-out-widget-area .inner .off-canvas-menu-container li ul.sub-menu li.menu-item a {
	line-height: 34px;
    padding-bottom: 16px;
    display: block;
}





body.archive.category .main-content article {
	border: 1px solid rgba(200,200,200, 0.6) !important;
    box-shadow: none !important;
    border-radius: 7px !important;
	display: inline-block;
	width: 46.5%;
	margin-right: 3%;
	overflow: hidden;
	float: left;
    margin-bottom: 26px;
}
body.archive.category .main-content article .inner-wrap > a {
	max-height: 260px !important;
	display: block;
    overflow: hidden;
	position: relative;
}
body.archive.category .main-content article .inner-wrap .article-content-wrap {
    padding: 20px !important;
    position: relative;
}
body.archive.category .main-content article .inner-wrap .article-content-wrap h3.title {
    font-weight: bold !important;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
}
html body.archive.category .page-header-bg-image:after {
	background: none !important;
}
html body.archive.category #page-header-bg .span_6 h1 {
    text-align: center !important;
}
html body.archive.category #page-header-bg .span_6 h1 span {
    background: #28d1b7 !important;
}
@media only screen and (max-width: 690px) {
	html body.archive.category #page-header-bg .span_6 h1 span {
		font-size: 20px !important;
	}
	body.archive.category .main-content article {
		width: 100%!important;
		margin-right: 0px!important;
		margin-bottom: 15px!important;
		margin-left: 0px!important;
	}
	body.archive.category .main-content article .inner-wrap > a {
		max-height: 200px !important;
	}
}







body.archive.tag .main-content article {
	border: 1px solid rgba(200,200,200, 0.6) !important;
    box-shadow: none !important;
    border-radius: 7px !important;
	display: inline-block;
	width: 46.5%;
	margin-right: 3%;
	overflow: hidden;
	float: left;
    margin-bottom: 26px;
}
body.archive.tag .main-content article .inner-wrap > a {
	max-height: 260px !important;
	display: block;
    overflow: hidden;
	position: relative;
}
body.archive.tag .main-content article .inner-wrap .article-content-wrap {
    padding: 20px !important;
    position: relative;
}
body.archive.tag .main-content article .inner-wrap .article-content-wrap h3.title {
    font-weight: bold !important;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
}
html body.archive.tag .page-header-bg-image:after {
	background: none !important;
}
html body.archive.tag #page-header-bg .span_6 h1 {
    text-align: center !important;
}
html body.archive.tag #page-header-bg .span_6 h1 span {
    background: #28d1b7 !important;
}
@media only screen and (max-width: 690px) {
	html body.archive.tag #page-header-bg .span_6 h1 span {
		font-size: 20px !important;
	}
	body.archive.tag .main-content article {
		width: 100%!important;
		margin-right: 0px!important;
		margin-bottom: 15px!important;
		margin-left: 0px!important;
	}
	body.archive.tag .main-content article .inner-wrap > a {
		max-height: 200px !important;
	}
}






body.search.search-results .main-content article {
	border: 1px solid rgba(200,200,200, 0.6) !important;
    box-shadow: none !important;
    border-radius: 7px !important;
	display: inline-block;
	width: 46.5%;
	margin-right: 3%;
	overflow: hidden;
	float: left;
    margin-bottom: 26px;
}
body.search.search-results .main-content article .inner-wrap > a {
	max-height: 260px !important;
	display: block;
    overflow: hidden;
	position: relative;
}
body.search.search-results .main-content article .inner-wrap > a picture,
body.search.search-results .main-content article .inner-wrap > a picture img {
	min-width: 100% !important;
}
body.search.search-results .main-content article .inner-wrap .article-content-wrap {
    padding: 20px !important;
    position: relative;
}
body.search.search-results .main-content article .inner-wrap .article-content-wrap h3.title {
    font-weight: bold !important;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
}
html body.search.search-results .page-header-bg-image:after {
	background: none !important;
}
html body.search.search-results #page-header-bg .span_6 h1 {
    text-align: center !important;
}
html body.search.search-results #page-header-bg .span_6 h1 span {
    background: #28d1b7 !important;
}
@media only screen and (max-width: 690px) {
	html body.search.search-results #page-header-bg .span_6 h1 span {
		font-size: 20px !important;
	}
	body.search.search-results .main-content article {
		width: 100%!important;
		margin-right: 0px!important;
		margin-bottom: 15px!important;
		margin-left: 0px!important;
	}
	body.search.search-results .main-content article .inner-wrap > a {
		max-height: 200px !important;
	}
}








/*
.single-post article .sharing-default-minimal,
.single-video article .sharing-default-minimal {
	display: none !important;
}
.single-post .bottom-meta.one,
.single-video .bottom-meta.one {
	display: block !important;
}
.single-post .bottom-meta.one .zem_rp_wrap,
.single-video .bottom-meta.one .zem_rp_wrap {
	display: none !important;
}
*/


html .single-post #single-meta {
	position: relative;
    width: 280px;
    margin: 20px auto;
}
html .single-post #single-meta ul li.meta-comment-count {
	display: none !important;
}
html .single-post #single-meta ul li.meta-comment-count + li {
	display: none !important;
}
.single #page-header-bg .blog-title #single-meta ul {
	text-align: center;
}
.single #page-header-bg .blog-title #single-meta ul a {
	display: inline-block;
	margin-top: 2px;
    margin: 0px 16px 0px 0px;
    padding: 0px 0px 0px 0px !important;
    border: 0px !important;
}
.single #page-header-bg .blog-title #single-meta ul a.nectar-love {
	width: 20px;
	height: 20px;
	overflow: hidden;
}
.single #page-header-bg .blog-title #single-meta ul a.nectar-love i {
    font-size: 20px !important;
    top: 2px !important;
    line-height: 20px !important;
}
html .single-post #single-meta ul li.meta-share-count {
	width: 100% !important;
}
html .single-post #single-meta ul li.meta-share-count > a {
	display: none !important;
}
.single #page-header-bg .blog-title #single-meta ul li.meta-share-count .nectar-social {
	display: block !important;
    position: relative !important;
    opacity: 1 !important;
    width: 200px;
    margin: 0px auto;
	text-align: center;
	right: 0px !important;
	padding-top: 0px !important;
}
.single #page-header-bg .blog-title #single-meta ul li.meta-share-count .nectar-social a {
    font-size: 20px !important;
    top: 2px !important;
    line-height: 20px !important;
	width: 20px;
	height: 24px;
	overflow: hidden;
	left: 0px !important;
	margin: 0px 5px !important;
}
.single #page-header-bg .blog-title #single-meta ul li.meta-share-count .nectar-social a {
    opacity: 1 !important;
	display: inline-block;
	margin-top: 2px;
    margin: 0px 16px 0px 0px;
    padding: 0px 0px 0px 0px !important;
    border: 0px !important;
}
.single #page-header-bg .blog-title #single-meta ul a.nectar-love i.loved {
	color: #fc6c80 !important;
}




html body.archive.category #page-header-bg .page-header-bg-image {
	background-image: url(http://newblogilates.wpengine.com/wp-content/uploads/2017/10/video-tag-headrr-bg.png) !important;
}



article.post .content-inner {
    padding-bottom: 0px !important;
}




body .zem_rp_wrap {
    background-color: #feeada !important;
    padding-bottom: 16px;
}
body .zem_rp_wrap .related_post_title {
    color: #fc6c80 !important;
    margin-bottom: 16px !important;
}
.single .zem_rp_wrap ul.related_post li {
    width: 29.333% !important;
    margin-right: 1% !important;
	margin-left: 1% !important;
}
.single .zem_rp_wrap ul.related_post li:nth-child(1) {
    width: 29.333% !important;
    margin-right: 1% !important;
	margin-left: 4% !important;
}
.single .zem_rp_wrap ul.related_post li:nth-child(3) {
    width: 29.333% !important;
    margin-right: 3% !important;
	margin-left: 1% !important;
}









div.upme-head {
    background: #feeada !important;
}
.upme-profile-tabs,
.upme-profile-tabs-panel {
    display: none !important;
}
.upme-button-alt {
	font-family: "brandon-grotesque",sans-serif !important;
    background: #28d1b7 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    text-align: center;
    font-weight: 600 !important;
    border: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 0 !important;
}
.upme-button-alt:hover {
    background: #fc6c80 !important;
}
div.upme-wrap div.upme-social a:hover {
    background: #fc6c80 !important;
}
.upme-separator {
    color: #fc6c80 !important;
}








.archive.category #page-header-wrap {
	max-height: 340px !important;
}
.archive.category #page-header-wrap div {
	max-height: 340px !important;
}
.archive.category #page-header-wrap .span_6 {
	top: 151px !important;
}
@media only screen and (max-width: 1000px) and (min-width: 1px) {
	.archive.category.category-beforeandafter #page-header-wrap,
	.archive.category.category-beforeandafter #page-header-wrap div {
		max-height: 210px !important;
	}
	.archive.category.category-beforeandafter #page-header-wrap #page-header-bg .container .row {
		top: 0px !important;
	}
	html body.archive.category #page-header-bg .span_6 {
		top: 50% !important;
	}
	html body.archive.category #page-header-bg .span_6 h1 span {
		font-size: 20px !important;
		padding: 10px 44px 12px 44px !important;
	}
}
@media only screen and (max-width: 690px) {
	.archive.category.category-beforeandafter #page-header-wrap,
	.archive.category.category-beforeandafter #page-header-wrap div {
		max-height: 160px !important;
	}
	html body.archive.category #page-header-bg .span_6 h1 span {
		font-size: 16px !important;
		padding: 10px 34px 12px 34px !important;
	}
}
@media only screen and (max-width: 480px) {
	.archive.category.category-beforeandafter #page-header-wrap,
	.archive.category.category-beforeandafter #page-header-wrap div {
		max-height: 140px !important;
	}
	html body.archive.category #page-header-bg .span_6 h1 span {
		font-size: 14px !important;
		padding: 10px 24px 12px 24px !important;
	}
}







/*
html body.page .masonry.classic_enhanced .masonry-blog-item h3.title {
	text-transform: uppercase !important;
    font-size: 22px;
    line-height: 26px;
}
html body.archive.category .main-content article .inner-wrap .article-content-wrap h3.title {
	text-transform: uppercase !important;
}
*/







body.ascend #search-outer {
    top: 100px !important;
}




.new-post-meta .date {
	font-family: "proxima-nova", sans-serif !important;
}



/*
.page-template-template-workout-calendar-php #post-area {
	visibility: visible !important;
}

*/





.bar {
  width: 280px;
  height: 20px;
  border: 1px solid #fc6c80;
  border-radius: 3px;
  background-image: 
    repeating-linear-gradient(
      -45deg,
      #fc6c80,
      #fc6c80 11px,
      #ffffff 10px,
      #ffffff 20px /* determines size */
    );
  background-size: 28px 28px;
  animation: move .5s linear infinite;
	margin: 0px auto 20px !important;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}









.widget_mc_mm_widget > h4 {
	display: none !important;
}




#nothing_found {
	
}






.ai1ec-month-view thead tr:first-child th {
	font-size: 10px !important;
}







#post-area.col_last {
    padding-left: 20px;
    padding-right: 0px!important;
}
#post-area.col_last {
    float: right;
}
#post-area {
    padding-right: 20px;
    margin-top: 4px;
}


















