/*
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.2
*/
.products-template-default a.btn {
    display: inline-block;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 13px;
    border: 1px solid #000;
    padding: 18px 40px;
    box-shadow: 9px 9px 0px black;
    transition: all 0.7s;
	border-radius:0
}
.products-template-default a.btn:hover {
    box-shadow: -9px -9px 0px black;
    transition: all 0.7s;
	color: #000;
}
#test_data {
	display: none;
}

#latest-comics {
    order:1
}
 #growing-up {
    order:2;
     margin-top:-100px!important;
}
 #casseys-career-journey {
    order:3
}
 .comics-category-seacrh {
    order:4
}
 .comics-category-filter {
    order:5
}
 .comics-team-sec {
    order:6
}
 .myinstragram1 {
    order:7
}
 .page-id-37294 #pick-your-own-adventure, .page-id-37294 #casseys-life, .page-id-37294 #keteo-and-juliet {
     display:none 
}
 .page-id-37294 #ajax-content-wrap{
     display:flex;
     flex-direction:column 
}

body.search #page-header-bg {
	height:unset
}
/*------------------------------------------ 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;
}

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;
}

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;
}

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;
}

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;
}
@media (min-width:768px){
html body #page-header-bg .span_6 h1 span {
    border-bottom: 0px !important;
    color: #fd9977 !important;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
	white-space: nowrap;
 }
}
@media (max-width:767px){
html body #page-header-bg .span_6 h1 span {
    border-bottom: 0px !important;
    color: #fd9977 !important;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
	white-space: wrap;
 }
}

/* ----- 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;
}
#header-outer[data-lhe="animated_underline"] header#top nav >ul >li >a {
    padding: 10px 17px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}

body[data-dropdown-style="minimal"] #header-outer header#top nav > ul > li:not(.megamenu) ul a:hover{
	background-color:  #fd9977 !important;
}
header#top .sf-menu li ul li a{
	color: #fff !important;
	font-size: 13px !important;
}
#header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a:after{
	border-top: unset !important;
}
body[data-dropdown-style="minimal"]:not([data-header-format="left-header"]) header#top .sf-menu li ul{
	    background-color:  #fd9977 !important;
}
body[data-dropdown-style="minimal"] #header-outer header#top nav > ul > li:not(.megamenu) ul a:hover{
	background-color:  #fd9977 !important;
}
.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(../video-tag-headrr-bg.html);
    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('../png/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;
	}
}
/*ul li{
	list-style: none !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('../png/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 #respond {
    margin-top: 0px !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;
}

@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(../video-tag-headrr-bg.html) !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;
}


/*new style*/

/*  
Theme Name: DZ Theme
Theme URI: http://www.dazetech.co.in
Description: A WordPress theme frame work
Version: 2.0
Author: Dazetech
Author URI: http://www.dazetech.co.in
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

�ie - Internet Explorer (All versions)
�ie8 - Internet Explorer 8.x
�ie7 - Internet Explorer 7.x
�ie6 - Internet Explorer 6.x
�gecko - Mozilla, Firefox (all versions), Camino
�ff3 - Firefox 3
�ff3_5 - Firefox 3.5 new
�opera - Opera (All versions)
�opera8 - Opera 8.x
�opera9 - Opera 9.x
�opera10 - Opera 10.x
�webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
�safari3 - Safari 3.x
�chrome - Google Chrome
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	margin:0;
	}
body, th, td, input, textarea{
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height: 26px;
	}

a {
	color: #000;
}


h1, h2, h3{
	color:#000000;
	}
h1{
	font-size:40px;
	
	}
h2{
	
	font-size:35px;
	}
h3{
	font-size:24px;
	}
h4{
	font-size:22px;
	}
h5{
	font-size:18px;
	}
h6{
	font-size:16px;
	}

a{
	text-decoration:none;
	}
a:hover{
	border:none;
	text-decoration: none;
	color: #21ac97;
	}


acronym, abbr, span.caps{
	cursor:help;
	}
acronym, abbr{
	border-bottom:1px dashed #999;
	}


code{
	color:#000;
	font-size:1.0em;
	}

/* Begin img */
p img {
	padding: 0;
	max-width: 100%;
	}



/*------Menu CSS------------------------- */

.access {
    display:block;
}
.access .menu-header,
div.menu {
    margin-left: 12px;
}
.access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}
.access .menu-header li,
div.menu li {
    float:left;
    position: relative;
}
.access a {
    display:block;
    text-decoration:none;
    color:#aaa;
    padding:0 10px;
    line-height:38px;
    text-transform: uppercase;
}
.access ul ul ul {
    display: none;
    position: absolute;
    top: 32px;
    left: 7px;
    float: left;
    width: 150px;
    z-index: 99999;
    background-color: #fd9977;
    list-style: none;
}
.access ul ul ul ul{
	left: 150px;
      top: 2px !important;
}
.access ul ul ul a{
	color: #fff !important;
	font-size: 13px;
	text-transform: capitalize;
}
.access ul ul ul a:hover{
	color: #fff;
	text-decoration: none;
}
.access ul ul ul a:focus{
	color: #fff;
	text-decoration: none;
}

.access ul ul a {
    height:auto;
    line-height:1em;
    padding:10px;
    /*width: 160px;*/
}
.access li:hover > a,
.access ul ul :hover > a {
    color:#fd9977;
/*    background:#333;*/
}
.access ul li:hover > ul {
    display:block;
}
.access ul li.current_page_item > a,
.access ul li.current-menu-ancestor > a,
.access ul li.current-menu-item > a,
.access ul li.current-menu-parent > a {
    color: #fff;
}
.access ul li {
    position: relative;
}
input {
    border: 1px solid grey;
    padding: 10px;
}
.section-padding {
	padding: 50px 0;
}
a, input, h1, h2, h3, h4, h5, h6, p {
	transition: 0.5s all ease;
}
/*form#commentform label {
    display: block;
}
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
@font-face{
  font-family: Gilroy-Regular;
  src:url(../ttf/gilroy-regular.ttf);
}
@font-face{
  font-family: Gilroy-Medium;
  src:url(../ttf/gilroy-medium.ttf);
}
@font-face{
  font-family: Gilroy-semibold;
  src:url(../ttf/gilroy-semibold.ttf);
}
@font-face{
  font-family: Gilroy-Bold;
  src:url(../ttf/gilroy-bold.ttf);
}
body{
  font-family: Gilroy-Regular;
}
.page-center{
  width: 1200px;
  margin: 0 auto;
}
.page-center2{
  width: 1000px;
  margin: 0 auto;
}
/*menu-topcontent*/
#search-form { 
  display: none; 
}
.container{
  width: 1200px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-width: 100% !important;
}
.kc-container {
  width: 1200px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 100% !important;
}
.blogilates-header .btn-default{
  background: none;
  border: none;
  padding: 0px;
}
.blogilates-header .btn-default span, .blogilates-header .input-group span{
  font-size: 24px;
  background: none;
  color: #999999;
}
.blogilates-header .input-group span{
  padding: 0px 5px;
  border-right: none;
}
.container-catg .row{
    width: 100%;
    margin-left: 0px;
}
.sub-menu a:hover{
  color: #000000 !important;
}
.blogilates-header .input-group input{
}
.top-section{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fef1f0;
    color: #fd9977;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    /*height: 50px;*/
}
.top-section button{
  padding: 0px 12px 0px 9px;
    background: #fd9977;
    color: #fff;
    border-radius: 5px;
   margin-left: 18px;
   border:none;
   height: 30px;
   font-weight: 400;
   font-size: 13px;
}
.top-section span{
  font-weight: 700;
}

.button-search{
  display: flex;
  align-items: center;
}
li.dowload a {
    background: #3419fe;
    color: #ffeae8 !important;
    padding: 15px 30px!important;
    font-size: 16px!important;
    text-align: center;
    display: flex;
    align-items: center;
}
li.dowload a i{
  font-size: 24px;
  color: #ffeae8;
} 
.contents div{
  margin: 10px 0px;
}
/*** header ***/
.blogilates-header{
  margin: 0px;
  padding: 30px 50px !important;
}
.blogilates-header .navbar-toggle .icon-bar {
  background: #333;
}
.navbar {
	margin-bottom: 0px !important;
}
.logo-list{
  display: flex;
  align-items: center;
}
.blogilates-header .navbar-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menu-menu>li>a {
    padding: 0px;
}
.blogilates-header #menu-menu>li>a {
  padding: 10px 17px;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
}
#menu-menu>li>a:hover {
    text-decoration: none;
     background-color:transparent;!important; 
    color: #fd9977  ;
}
#menu-menu{
	list-style: none;
	display: flex;
}
.searchicon i{
  font-size: 24px;
  color: #adadad;
}
/*menu-topcontent ends*/

/**** home ***/
.banner .slick-slide{
  margin: 0px 10px;
}
.banner2 img {
	width: 1200px !important;
    position: relative;
    object-fit: cover;
    object-position: center;
    height: 650px  !important; 
    max-width: 100%;
}
.banner-content{
  position: absolute;
    top: 64%;
    padding-left: 20px;
    color: #fff;
}
.col-md-2.girls {
    padding-left: 0px;
    padding-right: 0px;
}
.trending{
  padding: 100px 0px;
}
.readmore-cta{
  margin-top: 20px;
}
.readmore-cta a{
      color: #fff;
    background: #fd9977;
    padding: 15px 45px 15px 45px;
    font-size: 16px;
}
.col-md-3.girls {
    padding-left: 0px;
    padding-right: 0px;
}
/*.girl img{
  object-position: left;
}
.girl2 img{
  object-position: right;
}*/
/*.girls img{
  width: 100%;
  min-height: 650px;
  object-fit: cover;
}*/
.variable-width  .slick-prev{
  position: absolute;
  right: 21%;
  bottom: 85px;
  z-index: 9999999;
}
.variable-width  .slick-next i, .variable-width  .slick-prev i{
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}
.variable-width .slick-arrow{
	/*right: 400px;*/
}
.variable-width  .slick-next{
    position: absolute;
    right: 19%;
    bottom: 85px;
}
.workout .multiple-items button{
  display: none!important;
}
.first-image img{
  width: 282px;
  height: 600px
}
.scnd-image img{
  width: 750px;
  height: 600px
}
.third-image img{
  width: 282px;
  height: 600px;
}
.banner-content {
    position: absolute;
    top: 48%;
    padding-left: 50px;
    color: #fff;
}
.readmore-cta a {
    color: #fff;
    background: #fd9977;
    padding: 15px 45px 15px 45px;
    font-size: 16px;
    border-radius: 5px;
    font-family: nunito;
}
.readmore-cta a:hover {
    background: #3419fe;
    color: #fff;
    text-decoration: none;
}
.banner-content p {
    background: url(../svg/underline-black1.svg) repeat left;
    background-repeat: no-repeat;
    font-size: 18px;
    /*width: 170px !important;*/
    background-position: left;
    padding-bottom: 42px; 
    font-family: nunito;
    font-weight: bold;
    color: #fff !important;
    background-size: 220px;
    width: fit-content;
}
#hm-subscription .hedngb:after{
     width: 295px !important;
    margin: 0 auto;
    margin-top:-20px;
}
#food  h1:after {
    width: 49%;
}
.banner-content h1 {
    font-size: 40px;
    font-weight: bold;
    width: 600px;
    line-height: 50px;
}
.readmore-cta {
    margin-top: 20px;
}
section.four-image {
    padding: 70px;
}
.four-image1{
  background: #fff;
}
section.four-image01 {
    padding-top: 80px;
}
.trendingsection {
    display: flex;
    position: relative;
}
.fontsize{
  font-size: 30px;
  font-family: gilroy-semibold;
}
.hedng3 {
    /*background: url(img/line1.png);*/
    /*background-repeat: no-repeat;
    background-position: left;*/
   /* padding-bottom: 46px;*/
  /*  margin-bottom: 28px;*/
    font-size: 30px;
    font-family: gilroy-semibold;
   font-weight: 600;
}
.hednga {
    color: #fd9977;
    font-family:Gilroy-bold;
    font-weight: 600;
    background-image: url(../png/line2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    font-size: 30px;
    padding-bottom: 15px;
}
  .nav.current {
    background: #fff;
    color: #fff;
    text-decoration: none;
}
  .nav.current a{
     color: #fd9977;
    text-decoration: none;
  }
.trendingsection ol li{
    padding-top: 23px;
    padding-bottom: 45px;
    padding-left: 33px;
    font-family: 'Gilroy-Bold';
    font-weight: bold;
    list-style-type: decimal-leading-zero;
    color: #fff;
    list-style-position: inside;
}
#workout-section .right-arrow {
    padding-left: 56px;
    }
.video-banner h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
#video-search-section  h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
#workout-slider-sec  h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.trendingsection ol li:hover{
  background-color: #fff;
  
  color: #fd9977;
}
.trendingsection ol li:hover a{
  color: #fd9977;
  text-decoration: none;
}
.trendingsection ol a{
  font-size: 18px;
    color: #fff;
    font-family: 'Gilroy-Bold';
    line-height: 28px;
    position: absolute;
    margin-left: 37px;
    margin-top: -25px;
    margin-right: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.trendingsection ol .nav{
  text-decoration: none !important;
}
.right-content{
  padding-left: 25px;
  position: relative;
}
.right-content .common{
  padding-bottom: 0px;
  margin-left: -23px;
}
.right-content  p {
    font-family: Gilroy-Bold;
    color: #fff;
    font-size: 30px;
    /*background: url('img/line1.png');*/
    background-repeat: no-repeat;
    background-position: left;  
    padding-left: 60px;
}
.banner-content h1{
    font-size: 40px;
    font-weight: bold;
    width: 400px;
    line-height: 50px;
    padding-bottom: 24px;
    font-family: Gilroy-Bold;
    margin-top: -15px;

}
.text-bottom {
  text-align: center;
}
.left-image {
    padding-top: 75px;
    position: relative;
    right: -40px;
    z-index: 1;
}
.read a{
  color: #3419fe;
  font-weight: 600;
  font-size: 15px;
}
.right-arrow {
    padding-left: 42px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: -12px;
}
.ytd-video-primary-info-renderer{
	display: none;
}
.video-img img{
	width: 100%;
	height: 215px;
  object-fit:cover;
}
.left-image img{
  width: 100%;
}
.right-arrow a{
	font-family: 'Poppins', sans-serif;
}
#workout-section h1{
    font-family: 'Poppins', sans-serif;
}
#workout-section h1:after{
	width: 280px !important;
	margin-top: -20px;
}
#workout-section{
	padding-top: 60px !important;
	padding-bottom: 83px;
}
/*#hm-cassey{
	padding-top: 54px !important;
	padding-bottom: 34px !important;
}*/
.read{
    float: right;
    margin-right: 0px;
}
.slider3{
	padding-top: 22px;
  width: 1230px !important;
    margin: 0px 0px 59px -15px;
}
.post-item{
  padding-top: 15px;
}
#hm-cassey h1{
   
    font-family: 'Poppins', sans-serif;
}
#hm-cassey h1:after{
	     width: 181px !important;
    height: 3.3rem;
    background-size: 250px;
}
#workout-stuff h1:after {
    /*width: 288px !important;*/
    height: 3.3rem;
}
#journey h1:after{
	width: 250px !important;
	margin-top: -22px;
}
button.slick-prev {
    display: none !important;
}
#journey h1{
	 width: 48%;
}
#food h1:after{
	 width: 387px !important;
	 margin-top: -10px;
}
#home-second .read {
    padding-top: 18px;
}
 .hedng{
  color: #fd9977;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background-image: url(../png/line1.png);
  background-repeat: no-repeat;
  background-position: left;
  font-size: 30px;
  padding-bottom: 40px;
}
.hedng1{
color: #000!important;
 
}
.hedngb {
    color: #fd9977;  
    font-family: 'Gilroy-Bold' !important;
    font-size: 30px;
  
}
#hm-subscription p{
	font-family: 'Gilroy-Bold' !important;
	font-size: 24px;
	text-align: center;
	line-height: 35px;
}
img.underline {
    width: 244px;
    padding-bottom: 20px;
}
input{
	background-color: #ffffff !important;
}
.video-hed h1:after{
  width: 241px !important;
  margin-top: -18px;
}
.common{
 width: fit-content;
  padding-bottom: 40px;
}
.hedngb:after {
    content: "";
    display: block;
    height:3.3rem;
    background: url(../svg/underline-black1.svg) repeat center center;
    margin-top: -20px;
    }

.hedng2 a{
  color: #fd9977;
  font-size: 14px;
  font-family: nunito;
  font-weight: 100;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.bottom-content{
    font-weight: bold;
    font-size: 20px;
    font-family: Gilroy-Bold;
    padding-top: 3px;

}
.post-img img{
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.post-list .post-img img{
	height: 280px !important;
}
.post-list6 .post-img img{
	height: 280px !important;
}
#hm-cassey h1{
	font-family: 'Poppins' !important;
	color:#333333 !important;
	font-weight: 600 !important;	
}
.trendingsection .post-item{
	width: 100%;
}
.bottomc {
	 font-weight: bold;
    font-size: 22px;
    font-family: Gilroy-Bold;
    padding-top: 23px;
}
.bottomc a{
	color: #333333;
	text-decoration: none !important;
  font-size: 22px;
  outline: none !important;
  font-family: 'Gilroy-Bold';
}
.bottom-content .title{
  	font-size: 18px;
  	line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#food h1{
	color:#333333 !important;
	font-weight: 600 !important;
	font-family: 'Poppins' !important;
	line-height: 37px;
}
#hm-subscription {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	margin-bottom: 45px !important;
}
.mc4wp-form-fields {
	display: flex;
	padding-top: 25px;
    justify-content: center;
}
#abt-main h2:after {
    width: 265px !important;
    margin: 0 auto;
}
.mc4wp-form-fields input[type='submit']{
	/*margin-top: 20px;*/
	width: 120px;
    border: none;
    height: 50px;
    color: #fff;
    background-color: #3419fe;
    font-weight: 700;
    font-size: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
}
.hm-subscription img{
	height: 200px;
	width: 200px;
	border-radius: 50%;
	object-fit: cover;
}
.mc4wp-form-fields input[type='email']{
	width: 200px;
    height: 50px;
    border: none;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    outline: none;
    padding: 10px 10px 10px 20px;
}

#hm-cassey .kc_row_inner{
	padding-bottom: 41px;
}
/*.bottom-content a{
  color: #000 !important;
}*/
.bottomc a:hover{
    background-image: url("../png/pline.png");
    background-repeat: repeat-x;
  background-position: 0 0.90em;
  
  background-size: 15px 9px;
    
  }
  .bottom-content .title a{
    color: #333333;
    font-family: Gilroy-Bold;
    font-size: 20px;
  }
.bottom-content .title a{
    background-image: url("../png/underline06.png");
    background-repeat: repeat-x;
  background-position: 0 0.90em;
  
  background-size: 15px 9px;
    text-decoration: none;
    color: #000;
    background: linear-gradient(transparent 55%, #ffd3cf 45%);
    line-height: 30px; 
  }
.bottom-content.bottom-content1 {
    font-size: 18px !important;
}
.right-content {
    background-color: #fd9977;
    padding-top: 50px;
    width: 450px;
    border-radius: 3px;
}
.bottom-content .hednga{
  font-size: 14px;
  background: none;
  font-family: nunito;
  font-weight: 100;
}
.crave{
  font-size: 26px;
  font-family: Gilroy-Bold;

}

.top-img img:hover {
   opacity: 0.7;
  background: #fd9977;
}
.workout {
    background: #f5dfda;
    padding-top: 80px;
    padding-bottom: 80px;
}
.testimonial {
    text-align: center;
    width: 500px;
    font-size: 24px;
    font-weight: bold;
    font-family: gilroy;

}
p.personal {
    padding-top: 40px;
}
.email01 input {
    height: 50px;
    border: none;
    width: 200px;
}
.email01 a {
    background: #3419fe;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    font-family: gilroy;
    margin-left: -5px;
}


.image-tab .tab-content .info{
  display: none;
}
.image-tab .tab-content .info.active{
  display: block;
}
.image-tab .tab-content .info img{
  width: 100%;
  height: 550PX;
  
  object-fit: cover;
}
.trend-left{
  
    z-index: 99999 !important;
        margin-top: 67px;
}
.image-tab .nav-tabs{
  border: none;
  width: 450px;
    position: absolute;
    right: 0;
    padding-left: 40px;
    padding-right: 0px;
    padding-bottom: 30px;
}
.nav {
    padding-right: 36px;
}
p.personal{
   padding-top: 30px;
}
.o-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%; /* 9 / 16 * 100 */
}
.o-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  border-radius: 4px;
}
a.next-arrow.home-arrow {
  display: inline;
  position: absolute;
  right: -25px;
  top: 21%;
  cursor: pointer;
}
.home-slick-prev.slick-arrow{
    left: -26px;
    position: absolute;
    top: 21%;
}
.home-slick-prev .fa-angle-left{
	width: 15px !important;
} 
.home-slick-prev .fa-angle-left:before {
	content:url('../svg/arrow-slider-left.svg');
}
ol.children {
    margin-left: 20px;
}
#hm-subscription .kc_text_block {
	padding-top: 5px;

}
.work-home{
  padding-bottom: 160px;
}
.write{
  padding-top: 75px;
  padding-bottom: 75px;
  margin-top: 80px;
  background-color: #ffeae8;
}
.writenow{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myinstragram1{
/*  margin-top: 80px;*/
  padding-top: 59px;
  padding-bottom: 63px;
  background-color:#ffeae8; 
}
.myinstragram1 h2{
  font-family: Gilroy-semibold;
  text-align: center;
  color: #fd9977;
  font-size: 30px;
  padding-bottom: 20px;
}
.myinstragram{
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
}
.myinstragram img {
    width: 100%;
}

.img-insta {
    width: 20%;
}
.copy{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo {
    text-align: center;
    padding-top: 100px;
}
.logo img {
    width: 200px;
}
.four-image1 p{
	font-size: 15px;
    color: #333333;
    padding-top: 12px;
    font-family:'Nunito';
    padding-bottom: 0px !important;
}
.list ul {
    padding-top: 17px;
    display: flex;
    list-style: none;
    color: #000;
    justify-content: center;
}
.list ul li a {
    color: #333333;
    padding-right: 15px;
    font-size: 15px;
    font-family: 'Gilroy-semibold';
    text-transform: uppercase;
    padding-left: 15px;
}
.list ul li a:focus{
  text-decoration: none;
}
.list ul li a:hover{
  text-decoration: none;
  color: #ff9973;
}
.social-icons1 a i{
  font-size: 30px;
}
.social-icons1 a{
color: #fff;
}
.video-banner .kc_video_play{
	padding-bottom: 20px;
}
.social-icons1 p{
  padding-top: 20px;
}
.social-icons1 {
    padding-top: 15px;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #ff9973;
    border-radius: 50%;  

}
#hm-sec1 .kc_col-sm-12{
	padding-left: 0px;
	padding-right: 0px;
}
.social-icons {
   width: 780px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    padding-top: 80px;
}
.ticktok{
  padding-top: 12px;
}
.banner-content img.attachment-large.size-large.wp-post-image{
	position: relative;
}
.sliderContent{
	height: 235px;
	position: absolute;
	top: 150px;
}

/***************contact**************/

 .contact-content {
    background-color: #ffeae8;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;

}
 .contact-content  p {
    padding-top: 40px;
}
section.conatct-banner {
    padding-top: 80px;
}
section.address {
    padding-top: 80px;
    text-align: center;
}
.sub-hed1{
  background: url(../png/line1.png);
  background-repeat: no-repeat;
  background-position:bottom;
  font-size: 30px;
  padding-bottom: 20px;

}
.contact-hed h2{
  font-size: 18px;
  font-family: 'Poppins',sans-serif;
  padding-bottom: 20px;
}
.contact-hed p, a{
  font-size: 16px;
  font-family: Gilroy-Medium;
}
 
/*video-filter*/
section.searchworkout {
    padding-top: 80px;
    background: #fcf3f2;
    padding-bottom: 80px;
    margin-bottom: 50px;
}
.workout1{
	padding-bottom: 80px;
}
.searchbox-checkboxes{
	background: #fd9977;
	border-radius: 6px;
  padding-top: 50px;
  margin-top: 45px;
}
.searchbox-checkboxes h2{
	  text-align: center;
    color: #fff;
    background: url(../png/line2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 14px;
    margin-bottom: 25px;
    font-size: 30px;
    font-family: gilroy-semibold;
}
.checkboxes {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.checkboxes label {
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    font-weight: normal;
}
img.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    /* right: 0px; */
    left: 99%;
    padding: 4px;
    top: 43%;
    /* background: #092c54; */
    border-radius: 50%;
    /* border: 4px solid #8493a7; */
}
/*******************video******************/

/*******************video******************/

.video-banner{
  padding-top: 80px !important;
  background:#fcf3f2;
  padding-bottom: 25px !important;
}
.video-banner .banner-video{
  min-height: 600px;
  margin-bottom:80px;
}
.video-banner h2 {
    font-weight: bold;
    font-size: 30px;
    background: url(../png/big-line.png);
    /*background-position: bottom;*/
    font-family: 'Gilroy-bold' !important;
    /*background-position: left;*/
    margin-top: 24px;
    padding-bottom: 20px;
    padding-top: -14px;
    margin-bottom: 32px;
    background-repeat: repeat-x;
    background-position:0px 0.9em;
    background-size: 16px 13px;
    text-decoration: none;
    width: fit-content;
}
section.searchworkout1 {
    margin-bottom: 50px;
}
/*Category*/
.archive-banner{
	background-size: cover !important;
	background-position: center !important;
	min-height: 400px;
	text-align: center;
	color: #fff;
  padding-top: 165px;
}
section.category h1 {
    font-size: 40px;
    font-weight: bold;
}
.link{
  text-align: center;
}
.link a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #3419fe;
    font-weight: 600;
}
.buttns {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
.buttns1 a {
    border: 1px solid #fd9977;
    color: #fd9977;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    text-decoration: none;
}
.foodA{
  background-color: #fd9977;
  color: #fff!important;
}
section.four-image2 {
    padding-bottom: 60px;
  
}
.food-items {
    position: absolute;
    top: 39%;
    color: #ff9973;			
    justify-content: center;
    border-radius: 5px;
    margin: 0px 13% 0 13%;
    right: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.img01 img{
  width: 100%;
  height: 280px;
  object-fit: cover;
}
section.six-img {
    padding-top: 53px;
        padding-bottom: 37px;
}
.value{
  font-size: 20px !important;
  font-family: Gilroy-bold !important;
  font-weight: bold;
}
.cat-tag{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
    
#hm-trending{
	padding-top: 78px;
	padding-bottom: 65px;
}
#abt-main{
	padding-top: 80px !important;
    padding-bottom: 65px !important;
}
.common-para p{
/*	width: 1000px;
    margin: 0 auto;*/
    font-family: Gilroy-regular;
}
.page-id-147 .kc-container {
    width: 1001px !important;
    max-width: 100% !important;
}

.sub-hed{
  background: url(../png/line1.png);
  background-repeat: no-repeat;
  background-position:left;
  padding-bottom: 42px;
}
.div-something h2{
  font-size: 30px;
/*  background: url('img/underline.png');
  background-repeat: no-repeat;
  background-position: bottom;*/
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
      color: #333333 !important;
  font-family: Gilroy-semibold;

}
.div-something h2:after{
      width: 337px;
    margin: 0 auto;
}
.list-categ {
    min-height: 445px;
}
.left-contents01 ul, ol{
  padding-left: 15px;
	margin-left:17px;
}
.list-blog{
  height: 400px;
    margin-bottom: 35px;
}
/*** about ***/
.about-banner{
  background: #fef1f0;
  padding: 80px 0px;
  text-align: center;
}
.about-text h2{
  font-size: 35px;
  font-family: gilroy-semibold;
  color: #fd9977;
  /*background: url('img/underline.png');*/
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 15px;
  margin-bottom: 4px;
}
.left-contents01 img{
  height: auto;
  margin-bottom: 10px;
  /*width: 70%;*/
}
.about-text h2:after{
 width: 265px !important;
    margin: 0 auto;
}
#responsive-menu-container{	
	z-index: 999999 !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{
	border-left: 1px solid #fd9977 !important;
    background-color: #fd9977 !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
    color: #fd9977 !important;
}
body #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow{

	border-left: unset !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active:hover {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
    color: #fd9977 !important;
}
#responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a {
    border-top: unset !important;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a{
	border-bottom: 1px solid #ffffff !important;
}
.common-para{
  font-size: 16px;
  padding: 10px 0px;
  line-height: 1.8;
}
.my-story{
  text-align: center;
  padding-top: 75px;
  padding-bottom: 40px;
}
.story-text h2{
  font-size: 30px;
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  background: url('../png/underline02.png');
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 35px;
}
#my-story  p{
	padding-top: 13px;
}
#my-story{
	width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
#my-story h2 {
    background: url(../png/underline03.png); 
    font-size: 30px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 43px;
    background-repeat: repeat-x;
    background-position: 0 0.90em;
    background-size: 16px 8px;
    width: fit-content;
    margin: 0 auto;
}
.story-text img{
  width: 100%;
  margin: 7px 0px;
  height: 630px;
  object-fit: contain;
}
.post-page .col-sm-4{
  position: sticky; 
  top: 0; 
}
.text-image{
  padding: 40px 0px;
}
#my-story .kc_row_inner{
	padding-bottom: 65px;
}
#abt-first-column{
	padding-top: 47px;
}
.left-img img{
  width: 100%;
  height: 330px;
  width: 485px;
  object-fit: cover;
  object-position: center;
}
.iframe-section{
  text-align: center;
}
.iframe-head span{
  background: url('../png/underline03.png');
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 43px;
  background-repeat: repeat-x;
  background-position: 0 0.90em;
  background-size: 16px 8px;
}
#abt-video .kc-video-inner{
  padding-top: 41px;
}
#abt-video{
	padding-bottom: 80px;
	margin-top: -10px;
}
.iframe-section .o-video{
  margin: 40px 0px;
}

/*** video-single ***/
.video-single{
  padding: 40px 0px 0px 0px;
  background: #f9f9f9;
}
.iframe-banner{
  padding: 40px 0px;
}
.left-contents01{
  background: #fff;
  padding: 44px 40px 50px 40px;
  margin: 0px 0px 40px 0px;
  border-radius: 12px;
  list-style: none;
   border: 1px solid #eeeeee;
}
.left-contents01 .left-img img{
  margin: 26px 0px 40px 0px; 
      width: 100%;
}

.left-contents02 h4{
  background: none;
  padding-bottom: 0px;
}
.left-contents01 h1{
  /*background: url('img/underline04.png');
  background-repeat: no-repeat;
  background-position: left;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #333333;
  padding-bottom: 25px;*/
  /*text-decoration: underline;*/

}
.left-contents03 h2{
     color: #333333;
    font-size: 30px;
    font-family: 'Gilroy-semibold';
    /*background: url(img/under03.png);
    background-repeat: no-repeat;*/
    background-position: left;
        /*width: 26%;*/
}
.left-contents03 h2:after{
	 content: "";
    display: block;
    height: 4.3rem;
    background: url(../svg/underline-black1.svg) repeat center center;
    width: 20%;
    height: 1.2rem;
    background-size: 250px;
    margin-bottom: 15px;
}
   
.left-contents03{
      padding: 25px 0px 45px 30px;
}
p{
  color: #333333;
}
.row-contents{
  margin: 40px 0px;
}
.brochure{
  margin: 40px 0px;
}
.brochure img{
  width: 100%;
}
.name-field{
	display: none;
}
.right-form{
  padding:20px 22px 0px 22px;
  background-color: #ffeae8;
  border-radius: 10px;
  text-align: center;
}
.newsletter-form-sec{
	padding: 0px 45px;
}
.theme input.submit{
	font-size: 14px !important;
}
html div#kWOZIJDBiB div#kWOZIJDBiB_sidebar.lupinSidebar-container .lupinSidebar-form {
    margin: 15px auto 0 !important;
}
.right-form h3{
  font-size: 23px;
  font-family:'Poppins',san-serif !important;
  font-weight: 600;
  color: #fd9977;
  padding-bottom: 0px;
  line-height: 30px;
  margin-bottom: -13px;
}
html div#kWOZIJDBiB div#kWOZIJDBiB_sidebar.lupinSidebar-container{
	padding: 0px 20px 20px !important;
}
.right-form img{
  margin: 40px 0px;
}
.blue-head{
 font-size: 15px !important;
    font-family: 'Poppins',san-serif !important;
    color: #3419fe !important;
    margin-bottom: 0px;
    font-weight: 600;
    padding-bottom: 0px !important;
}
.right-form img {
    margin: 10px 0px !important;
}
#kWOZIJDBiB_sidebar_submit_button{
	font-family: 'Poppins' !important;
    font-weight: 600 !important;
}
#kWOZIJDBiB_sidebar_name_field{
	font-family: 'Gilroy-Regular' !important ;
}
#kWOZIJDBiB_sidebar_email_field{
	font-family: 'Gilroy-Regular' !important;
}
.sign-up input{
  border: #fdd3d1 1px solid;
  border-radius: 5px;
  width: 250px;
  height: 45px;
  margin: 5px 0px;
  outline: none;
}
.sign-up input::placeholder{
  font-size: 13px;
  color: #999;
  padding-left: 25px;
}
.sign-up button{
  background-color: #3419fe;
  color: #fff;
  border: none;
  font-size: 15px;
  font-family: gilroy-semibold;
  font-weight: 600;
  margin: 5px 0px;
  width: 250px;
  height: 45px;
  border-radius: 5px;
}
.review-info input{
  width: 220px;
  height: 50px;
  background-color: #f6f6f6;
  outline: none;
  border: none;
  margin: 10px 0px;
  margin-right: 5px;
}
.review-info input::placeholder{
  font-size: 16px;
  color: #999;
  padding-left: 20px;
}
.left-contents02 textarea{
  width: 100%;
    padding: 25px 20px 0px 20px;
    background-color: #f6f6f6;
    outline: none;
    border: none;
    height: 70px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Gilroy-Regular';
    color: #333333;
}
.comment-form-cookies-consent{
	/*padding-top: 45px;*/
    padding-bottom: 10px;
}

.check-area{
  display: flex;
  align-items: center;
}
.check-area .common-para{
  padding-left: 10px;
}
.submit-btn{
  width: 150px;
  height: 45px;
  border: none;
  background: #fd9977;
  color: #FFF;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  border-radius: 5px;
}
.left-icons{
  list-style-type: none;
  display: flex;
  padding: 10px 0px;
}
.left-icons li{
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: #ff9973;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-icons li a{
  color: #fff;
}
.date-heads{
  display: flex;
  font-size: 15px;
  font-family: Gilroy-Medium;
  padding: 10px 0px;

}
.recipe-index{
  padding-right: 30px;
  color: #fd9977;
}
.c-date{
  padding-left: 30px;
  border-left: 1px solid #999;
  color: #999;
}
.left-contents02 form{
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.profile-info{
  padding-left: 20px;
}

.customer{
  display: flex;
  padding: 40px 0px;
}
.profile-pic{
  border-radius: 45px;
}
.pro-name{
  font-size: 18px;
  font-family: gilroy-semibold;
  font-weight: 600;
}
.comment-date{
  color: #999;
  font-size: 12px;
  font-family: gilroy-semibold;
  font-weight: 300;
}
.reply{
  font-size: 14px;
  font-family: gilroy-semibold;
  font-weight: 600;
  color: #3419fe;
}
.show-more {
    text-align: center;
    padding-top: 40px;
}
.show-more .submit-btn{
  width: 245px;
}
.sign-image{
    margin-bottom: -50px;
}

/*** post page ***/
/*.post-page .left-contents01 p span {
  background: url('img/underline07.png');
     background-repeat: repeat-x;
    background-position: 0 0.90em;
    background-size: 16px 7px;
    text-decoration: none;
}*/
.left-contents01 p span{
  /*font-size: 20px;*/
  font-family: 'Gilroy-Regular';
  font-weight: 600;
  color: #333333 !important;
}
.left-contents01 h2{
	/*font-family: 'Poppins' sans-serif;*/
	font-weight: 600;
	color: #fd9977;
	font-size: 23px; 
  font-family: 'Gilroy-Regular';
}
.left-contents01 h2 span{
	font-weight: 600 !important;
}
.left-contents01 h3 a{
  font-size:24px;
}
a:hover{
  text-decoration: none !important;
}
.row-bg-overlay{
  font-size: 16px;
    color: #333333;
    padding-bottom: 20px;
    font-family: 'Gilroy-Regular';
}
.pingback{
  display: none;
}
.left-contents01 li{
	font-family: 'Gilroy-Regular';
  font-weight: 300;
  color: #333333 !important;
  font-size: 16px;
}
.left-contents01 ol li{
	padding-bottom: 15px;
	font-weight: 400;
}
.adthrive-footer-message{
	display: none !important;
}
.post-page .left-contents02 h4 {
  background: none
}
.color-head{
  color: #fd9977 !important;
  font-size: 18px  !important;
  font-family: gilroy-semibold;
  padding: 10px 0px;
}
.ordered-list{
  padding-bottom: 20px;
  padding-left: 20px;
}
.ordered-list li{
  padding-left: 20px;
  font-size: 16px;
  font-family: 'Gilroy-Regular';
  color: #333333;
}
.sign-head{
  font-family: Gilroy-Medium !important;
}

.related-posts{
  color: #000;
  font-size: 30px;
  font-family: gilroy-semibold;
  background: url('../png/under03.png');
  background-repeat: no-repeat;
  background-position: left;
  padding-bottom: 50px;
}
.posts img{
  width: 100%;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.post-text{
  font-size: 15px;
  color: #000;
  font-family: Gilroy-Bold;
  padding: 10px 0px;
}
.right-contents01{
  padding: 40px 20px;
}

.right-contents01 .food-items01{
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.right-contents01 .food-items01 img{
  width:100px;
  height: 100px;
  border-radius:15px;
  object-fit: cover;
  object-position: center;
}
.right-contents01 .food-text{
  padding-left: 20px;
}
.right-contents01 .food-text p{
  font-size: 18px;
  font-family: Gilroy-Medium;
  color: #000;
}
.right-contents01 .food-text01 p{
  color:#fd9977; 
}
#home-second{
	padding-top: 70px;
}
.right-arrow:after{
	content:url('../svg/arrow.svg');
}
.home-arrow:after{
	content:url('../svg/arrow-slider.svg');
}
.list1, .list2, .list3, .list4 , .list5, .list6, .list7{
    min-height: 438px;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 a:hover{
  text-decoration: none;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 img {
    width: 100% !important;
    height: 220px;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
.btn.loadMoreBtn {
    color: #3419fe !important;
    font-weight: bold  !important;
    font-size: 15px  !important;
    text-transform: uppercase  !important;
    font-family: 'Poppins' ,sans-serif  !important;
    box-shadow: none !important;
    border:none !important;
}
.loadMoreBtn:before{
	content:'\f063';
	float: right;
  margin-right: -18px;
  font-family: FontAwesome !important;
    font-weight: 400;
}
.lmb-container{
	padding-top: 0px;
  text-align: center;
      margin-bottom: 0px;
    margin-top: -24px;
}
.entry p{
  /*line-height: 25px;
      padding-bottom: 20px;*/
    /*font-family: 'Gilroy-Regular';*/
}
body .html div#kWOZIJDBiB div#kWOZIJDBiB_sidebar.lupinSidebar-container{
	padding: 0px !important;
}
.hedng2 {
	color: #fd9977;
}
.top-section .contents{
  display: flex;
  justify-content: center;
}
#contact-top{
	padding-top: 75px !important;
    padding-bottom: 75px !important;
}
#cnct-img{
	padding-top: 80px;
	padding-bottom: 80px;
}
#cnct-address{
	padding: 0px 220px 73px 220px;

}
#contact-details h2{
	font-family: 'Poppins',sans-serif !important;
	color: #333333 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
#contact-details{
	text-align: center;
}
#menu-categories{
	display: block;
	list-style: none;
	text-align: center;
    justify-content: center;
    padding-top: 49px;
    padding-bottom: 28px;
}
ul#menu-categories li {
    display: inline-flex;
    padding-bottom: 20px;
}
#menu-categories a {
    border: 1px solid #fd9977;
    color: #fd9977;
    padding: 15px 25px;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 9px;
    font-size: 15px;
}
#menu-categories a:hover{
	 border: 1px solid #fff;
	 color: #fff;
	 background-color:  #fd9977;
	 text-decoration: none;
}
.widget_categories a:hover{
	 border: 1px solid #fff;
	 color: #fff;
	 background-color:  #fd9977;
	 text-decoration: none;
}
.container-catg .hedngb:after{
	width: 168px !important;
    height: 4.2rem;
    margin-top:-13px;
    background-size: 250px;
}
.container-catg {
	width: 1225px !important;
	max-width: 100%;
  padding-top: 60px !important;
}
#contact-top h2:after{
  width: 177px !important;
    margin: 0 auto;
    height: 2.2rem;
    background-size: 250px;
}
#stretching-workout h1:after{
  width: 434px !important;
}
.container-catg  p{
	color: #333333;
	font-family: Gilroy-semibold;
	margin-left: 17px;
	margin-bottom: 11px;
}
/*
.left-first h1{
	background-image: url(img/underline06.png);
	background-repeat: repeat-x;
    background-position: 0 0.80em;
    background-size: 16px 13px;
    text-decoration: none;
    line-height: 50px;
}
*/
.kc-video-inner iframe{
	height: 594px;
}
.video-banner .read{
	display: none;
}
.container-catg .title a{
	font-size: 18px;
}
.archive-banner h2{
	font-size: 40px;
	font-family: 'Gilroy-Bold';
	text-transform: capitalize;
	color: #ffffff;

}
.menu-categories-container ul li.current_page_item > a, .menu-categories-container ul li.current-menu-ancestor > a, .menu-categories-container ul li.current-menu-item > a, .menu-categories-container ul li.current-menu-parent > a {
     border: 1px solid #fff;
	 color: #fff !important;
	 background-color:  #fd9977;
}
#category-banner-sec{
	min-height: 400px;
}
.widget_categories{
	    text-align: center;
    /*position: absolute;*/
    margin-top: 162px;
}
/*#category-set{
	padding-top: 150px;
}*/
.widget_categories h2{
	font-size: 40px;
    font-family: 'Gilroy-Bold';
    text-transform: capitalize;
    color: #fff;
}
.widget_categories ul{
	display: flex;
    list-style: none;
    text-align: center;
    justify-content: center;
    padding-top: 221px;
    padding-bottom: 1px;
    position: absolute;
    width: 98%;
    margin: 0 auto;
}
.widget_categories a {
    border: 1px solid #fd9977;
    color: #fd9977;
    padding: 15px 25px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 9px;
    font-size: 15px;
    text-decoration: none;
}
#category-set h2:after{
	width:168px !important;
    height: 4.2rem;
    background-size: 250px;
}
.load-more1{
	text-align: center;
}
.load-more2{
  text-align: center;
}
.video-banner iframe{
  width: 100%;
}
#workout-slider-sec{
  padding-top: 56px;
  padding-bottom: 70px;
}
#stretching-workout{
  padding-bottom: 33px !important;
}
#category-banner-sec h1{
  font-family: 'Gilroy-Bold';
  margin-top: 179px;
}
#video-search-section h1:after{
    width: 245px !important;
    margin: 0px auto 19px auto;
    background-position-x: center;
}

#video-search-section2 h1:after{
  width:228px !important;
    margin: -21px auto 19px auto;
    background-position-x: center;
}

#reply-title{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #333333;
}
.searchandfilter ul{
	margin-bottom: -7px;
}
#workout-slider-sec h1:after{
	width: 316px;
}
#butt-workout h1:after{
	width: 29%;
}
#cardio-workout  h1:after{
	width:380px !important;
} 
.searchandfilter input[type="text"]{
      width: 588px;
    border: none;
    height: 48px;
    border-radius: 5px;
    outline: none;
   margin-left: 190px;
    margin-bottom:26px;
    padding: 10px 20px;
}
.link a:after{
	content:url('../svg/arrow002.svg');
	padding-left: 10px;
}
.load-more1 .lmb-container {
    padding-top: 10px;
}

.searchandfilter input[type="submit"]{
    position: absolute;
    top: 140px;
    right: 210px;
    width: 176px;
    height: 48px;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #3419fe;
    margin-top: -9px !important;
}
#video-filter .searchandfilter input[type="submit"]{
	margin-top: -25px !important;
}

.searchandfilter label {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
.searchandfilter ul > li > ul:not(.children) {
    text-align: center;
}
#video-search-section{
  padding-top: 80px;
}
#video-search-section .kc-col-inner-container{
  padding-top: 25px;
  border-radius: 10px;
  background-color: #fd9977;
}
#video-search-section2 .kc-col-inner-container{
  padding-top: 25px;
  border-radius: 10px;
  background-color: #fd9977;

}
#video-search-section2{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background-color: #fd9977;
  border-radius: 20px;
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.list-workout iframe{
  width: 100%;
  height: 210px;
  border-radius: 5px;
}
#full-video-section{
  padding-top: 80px;
/*  padding-bottom: 80px;*/
}
.load-more2 #loadMorea{
	margin-bottom: 80px;
}
.btn.loadMoreBtn:hover{
	outline: none !important;
}
.list-workouts {
    min-height: 350px;
    /*    padding-bottom: 30px;*/
}
.info img{
  width: 805px;
  height: 550px !important;
  max-width: 100%;
  object-fit: cover;
  border-radius: 3px;
}
body .sliderTitle{
	color: #ffffff !important;
}
.info {
  display: none;
}
.trend-img .info{
  display: block;
}
.right-content .hedngb:after{
    width: 186px !important;
    background-size: 250px;
    margin-top: -6px;
}
.trend-title{
  display: none;
}
.trend-img .trend-title{
  display: block;
}
.trend-categ{
  display: none;
  text-align: center;
    text-transform: uppercase;
    color: #fd9977;
    font-family: 'Nunito';
    font-size: 14px;
}
.trend-categ a{
  color: #fd9977;
  font-family: 'Nunito';
    font-weight: 400;
    font-size: 14px;
}
.trend-img .trend-categ{
  display: block;
  

}
.trend-title {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.trend-title a{
  font-size: 26px;
  font-family: 'Gilroy-Bold';
  color: #333333;
  line-height: 35px;
}
.trend-title a:hover {
     background-image: url("../png/underline02.png");
    background-repeat: repeat-x;
  background-position: 0 0.90em;
  
  background-size: 15px 9px;
    text-decoration: none;
    color: #000;
}
.logo img{
  width: 263px;
  height: 35px;
  max-width: 100%;
  object-fit: cover;
}
#logo img{
  width: 263px !important;
  height: 35px !important;
  max-width: 100%;
  object-fit: contain;
}
.navbar-header img{
  width: 263px;
  height: 35px;
  max-width: 100%;
  object-fit: cover;
}
.top-section-container{
  width: 1718px;
    max-width: 100%;
    margin: 0 auto !important;
}
.row-contents .col-sm-4 li{
  list-style: none;
  padding-bottom: 35px;
}
.row-contents .col-sm-4 img{
  width: 70%;
}
.left-contents03 ul{
  display: flex;
}
.left-contents03 ul li{
        width: 35%;
    padding-left: 0px;
    margin-right: 30px !important;

}
.left-contents03 ul img{
    object-fit: cover;
    border-radius: 5px;
}

.left-contents03 span{
    font-size: 15px;
    color: #333333;
    font-family: 'Gilroy-Bold';
    display: block;
}

#comments .comments-title{
  display: none;
}
#rpwwt-recent-posts-widget-with-thumbnails-5{
  background-color: #fff;
    padding: 22px 20px 25px 20px;
    border-radius: 10px;
    border: 1px solid #eeeeee;
}
#rpwwt-recent-posts-widget-with-thumbnails-5 li{
  padding-bottom: 0px;
    margin-bottom: 15px;
}
#rpwwt-recent-posts-widget-with-thumbnails-5 li a{
      font-family: 'Gilroy-Medium';
    font-size: 18px;
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#email-notes{
	 font-family: 'Gilroy-Regular' !important;
    font-size: 16px !important;
    color: #333 !important;
    background-image: unset !important;
    font-weight: 400 !important;
}
.sfcm.sfsi_wicon {
    margin-left: -10px;
}
#rpwwt-recent-posts-widget-with-thumbnails-5 img {
    border-radius: 10px;
    margin-right: 23px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    object-fit: cover;
}
#rpwwt-recent-posts-widget-with-thumbnails-5 span{
      line-height: 28px;
}
.right-form h3:after{
    width: 173px !important;
    margin: 0 auto;
    background-size: 250px;
    margin-top: -10px;
}
body .branding-container{
  display: none !important;
}
.mailmunch-forms-widget-954138{
	margin-top: -110px !important;
}
 .mailmunch-forms-widget-954138 #mailmunch-optin-form{
 	padding:0px !important;
}
body .branding-container .mailmunch-branding {
    display: none !important;
}
.ticktok img:after{
  content: url('../svg/tick.svg');
}
#rpwwt-recent-posts-widget-with-thumbnails-5 h2{
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #333333;
  padding-bottom: 22px;
  margin-bottom: -14px;
}
#rpwwt-recent-posts-widget-with-thumbnails-5 h2:after{
  content: "";
    display: block;
    height: 2.3rem;
    background: url(../svg/underline-black1.svg) repeat center center;
    width: 48%;
    background-size: 250px;
    margin-top: -10px;
}
#commentform #author, #commentform #email, #commentform #url {
    background-color: #f6f6f6 !important;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    width: calc(37% - 40px);
    height: 50px;
    outline: none;
    padding-left: 20px;
    padding-top: 10px;
    font-family: 'Gilroy-Regular';
    color: #333333;
}
#commentform #email, #commentform #url {
 	margin-top: -101px;
}
.comment-form-comment{
	/*position: absolute;*/
    /*margin-top: 70px;*/
    width: 709px;
    max-width: 100%;

}
/*.left-first{
	padding-bottom: 0px;
}*/
#commentform #email{
  	margin-left: 228px;
    margin-top: -81px;
    position: absolute;
    width: calc(34% - 40px);
}
#commentform #url{
	float: right;
}
.comment-form-author label {
    display: none;
}
.comment-form-email label {
    display: none;
}
.comment-form-url label {
    display: none;
}
.comment-form-comment label{
	display: none;
}
.div-something{
	text-align: center;
  margin-bottom: 80px;
}
.div-something a {
    color: #fd9977;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    display: inline-flex;
}
.div-something a:hover{
  color: #fd9977;
  text-decoration: none;
}
.div-something a:focus{
  color: #fd9977;
}


.fa-tiktok:before{
    content: url(../svg/tik.svg) !important;
}
.comment-form-cookies-consent label{
	font-weight: 400;
    font-size: 16px;
    font-family: 'Gilroy-Regular';
}
#submit{
	width: 140px;
    height: 45px;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #fd9977 !important;
    outline: none;
    font-weight: 400;
    font-family: 'Nunito';
    font-size: 16px;
}
.comment-author img{
	width: 60px;
    height: 60px;
    border-radius: 40px;
    position: absolute;
}
.comment-list li{
	list-style: none;
}
.says{
	display: none;
}
.commentmetadata{
	padding-left: 80px;
	padding-top: 3px;
    padding-bottom: 19px;
}
.reply{
	padding-left: 80px;
}
.reply a{
	color: #3419fe;
	font-size: 14px;
}
.fn{
	padding-left: 80px;
	font-size: 18px;
	text-transform: uppercase;
    font-style: inherit;
    color: #333333;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    display: block;
}
.children .fn{
	padding-left: 0px;
}
.material .wpb_row, .material .wpb_content_element {
    margin-bottom: 0em !important;
}
.children div{
	padding-left: 0px;
}
.children p{
	padding-left: 0px !important;
}
.fn a{
	color: #333333;
}
.comment-body p{
	padding-left: 80px;
	font-size: 16px;
    color: #333333;
   	padding-bottom: 4px;
   	font-weight: 400;
}
.comment-list{
	padding-top: 35px;
}
.comment-body{
	padding-bottom: 43px;
}
.commentmetadata a{
	color: #a7a7a7;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.contents p{
    margin-bottom: 0px;
    color: #fd9977;
    margin-top: 7px;
   /* font-family: 'Nunito';*/
   font-family: 'Gilroy-Regular';
    font-size: 15px;
    padding-bottom: 0px !important; 
}
.variable-widths .col-md-12{
	padding-left: 5px;
	padding-right: 5px;
}
.video-single-sec{
	padding-bottom: 80px;
}
.workout-single{
	display: none;
}
.post-page  p{
	font-size: 16px;
	color: #333333;
	padding-bottom: 20px;
	font-family: 'Gilroy-Regular';
}
/*404*/
.section-404{
	text-align: center;
	padding-top: 80px;
    padding-bottom: 80px;
}
.section-404 h2{
	font-size: 1.125rem;
	font-weight: 500;
	width: 40%; 
   text-align: center; 
   border-bottom: 3px solid #fd9977; 
   line-height: 0.1em;
   margin: 0 auto;
}
.section-404 h2 span{
	background:#fff; 
    padding:0 10px;
    font-size: 20px;
    color: #333333;
}

.section-404 p{
	font-size: 60px;
	font-weight: 800;
	padding-bottom: 60px;
    padding-top: 60px;
} 
.section-404 button{
	background-color: #fd9977;
    border: none;
    width: 175px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    font-weight: 500;
    outline: none;  
}
.error404 #main-navbar{
	-webkit-box-shadow: -1px 11px 18px -6px rgba(248,248,248,1);
    -moz-box-shadow: -1px 11px 18px -6px rgba(248,248,248,1);
    box-shadow: -1px 11px 18px -6px rgba(248,248,248,1);
}
.search-results #main-navbar{
	-webkit-box-shadow: -1px 11px 18px -6px rgba(248,248,248,1);
    -moz-box-shadow: -1px 11px 18px -6px rgba(248,248,248,1);
    box-shadow: -1px 11px 18px -6px rgba(248,248,248,1);
    margin-bottom: 80px !important;
}
.search-no-results #main-navbar{
  -webkit-box-shadow: -1px 11px 18px -6px rgba(248,248,248,1);
    -moz-box-shadow: -1px 11px 18px -6px rgba(248,248,248,1);
    box-shadow: -1px 11px 18px -6px rgba(248,248,248,1);
} 
.search1 .fa {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    color: #999999;
    font-size: 24px;
    float: right;
}
#search {
    cursor: pointer;
}
.searchdiv {
    display: none;
    position: absolute;
    margin-left: -65px;
    margin-top: -23px;
    height: 59px;
    align-items: center;
}
.searchbar input[type=text] {
    border-radius: 10px;
    outline: none;
    padding: 10px 30px 10px 10px;
}
.searchbar {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: 70px;
}
input#searchsubmit {
    border: none;
    background: url(../png/search.png) no-repeat;
    height: 20px;
    width: 25px;
    background-position: 50% 50%;
    /* background-color: #e0d0d1; */
    border-radius: 25px;
    margin-left: -30px;
    padding: 5px;
    outline-style: none;
    color: transparent;
}
body .navbar-nav {
    float: left !important;
}
#responsive-menu-container{
	left: -2px !important;
}
.search-not-found{
    text-align: center;
    padding-bottom: 80px;
    padding-top: 60px;
}
.search-not-found h2{
  font-size: 40px;
}
.search-results .search-contents{
  padding-bottom: 21px;
}
.about-right-section .common-para{
  padding-top: 0px;
}
.about-right-section  p{
  padding-top: 0px !important;
  padding-bottom: 10px;
}
#cnct-address a{
  color: #333333;
}
.list1 .title a{
  font-size: 20px !important;
}
#hm-cassey .title a{
  font-size: 18px !important;
}
.cat-tag{
      padding-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: nunito;
    font-weight: 100;
}
.sficn img{
	background-color: #fd9977;
    border-radius: 23px;
    width: 33px !important;
    height: 32px !important;
}
.fa-clone{
	padding: 14px 14px;
    border-radius: 22px;
    margin-left: -85px;
    margin-top: 2px;
    color: #ffffff;
}
.post-desc{
  display: flex;
  padding-top: 27px;
}
#rpwwt-recent-posts-widget-with-thumbnails-5 li a:hover{
  color: #fd9977;
}
.single-cat {
  color: #fd9977;
  padding-bottom: 14px;
}
.single-cat a{
  font-family: 'Gilroy-Medium';
  text-transform: uppercase;
  font-size: 15px;
  color: #fd9977;
}
.post-desc span{
    color: #cccccc;
    margin-left: 32px;
    margin-right: 32px;
}
.post-desc p{
  font-family: 'Gilroy-Medium';
  font-size: 15px;
    color: #999999;
}
.see-more {
	text-align: center;
}
.see-more .loadMoreBtn{
	color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-family: 'Nunito' !important;
    box-shadow: none !important;
    border: none !important;
    background-color: #fd9977;
    width: 285px;
    height: 45px;
    padding:13px;
}
#weight h1:after{
    width: 95px !important;
    background-size: 250px;
}
.social-icons1 a:hover{
  color: #ffffff;
}
.social-icons1 a:focus{
  color: #ffffff;
}
.see-more .btn.loadMoreBtn:before{
	content: none !important;
}
.sfsiplus_footerLnk{
	display: none;
}
button#responsive-menu-button{
	right: 15px !important;
}
a:focus{
  text-decoration: none !important;
}
.archive-banner .row{
  width: 100%;
  margin: 0 auto;
}
.responsive-menu-item-link {
    outline: none !important;
}
.single-post-title {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333333;
    padding-bottom: 25px;
    text-decoration: none;
    background-image: url(../png/underline06.png);
    background-repeat: repeat-x;
    background-position: 0 0.90em;
    background-size: 16px 13px;
    text-decoration: none;
    line-height: 50px;
}
.single-post-title:hover{
  text-decoration: none !important;
  color: #333333;
}
.container-fluid-404 .container{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.top-section button:focus{
	outline: none;
}
.read a:hover{
	text-decoration: none;
}
.read a:focus{
	text-decoration: none;
}
#responsive-menu-container .responsive-menu-search-box:focus{
	outline: none !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    padding: 0 15px !important;
    text-transform: capitalize;
}
.sfsi_shortcode_container {
    float: unset !important;
}
.nectar-button {
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
    -o-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 13px 18px;
    position: relative;
    text-transform: uppercase;
    top: -3px;
    margin-bottom: 10px;
    opacity: 1;
    line-height: 20px;
    background-color: #27CFC3;
    display: inline-block;
}
.nectar-button.jumbo {
    font-size: 18px;
    padding: 25px 40px;
    box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
    margin-top: 30px;
}
.video-single-sec iframe{
  width: 100%;
  height: 595px;
}
#hm-subscription img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}
.blog-page h1{
  font-family: 'Poppins', sans-serif;
    color: #333333;
    font-size: 30px;
    font-weight: 600;
}
.blog-page h1:after{
    width: 91px !important;
    background-size: 220px !important;
    content: "";
    display: block;
    height: 4.3rem;
    background: url(../svg/underline-black1.svg) repeat center center;
    margin-top: -35px;
}
.left-first h4{
	display: none;
} 
.blog-page{
  padding-top: 10px;
}
#share-buttons{
  padding-bottom: 22px;
}
#share-buttons i{
    color: #fff;
    background-color: #fd9977;
    border-radius: 50%;
}
#share-buttons .fa-pinterest-p{
    padding: 1px 0px;
}
#share-buttons .fa-facebook{
    padding: 1px 0px;
}
#share-buttons .fa-twitter{
    padding: 1px 0px;
}
#share-buttons a{
  padding-right: 9px;
}

#share-buttons a:hover{
  text-decoration: none;
}
.searchandfilter{
	padding-bottom: 30px;
}
#page-header-bg{
	background-color: #ffeae8;
    padding: 80px;
    text-align: center;
    color: #fd9977;
    margin-bottom: 80px;
}
/*background: linear-gradient(to right, #ffb89a 0%, #ffffff 100%);*/
.slider1 .item:nth-child(1n) .banner2:after {
    content: '\A';
    position: absolute;
    width: 99.2%;
    height: 100%;
    top: 0;
    left: 5px;
    background: linear-gradient(to right, #fd9977 20%, #ffb89a00 80%);
    opacity: 0.5;
    transition: all 0s;
    -webkit-transition: all 1s; 
}
.slider1 .item:nth-child(1n) .banner-content{
	z-index: 999999999;
}
.column-bg-overlay{
  font-size: 16px;
    color: #333333;
    padding-bottom: 20px;
    font-family: 'Gilroy-Regular';
}
.slider1 .item:nth-child(8) .banner-content{
  z-index: 999999999;
}
body:not(.woocommerce-cart) .main-content td {
    border-color: #ececec;
    border-left: none;
    border-style: none solid solid none;
    border-top: medium none;
    border-width: medium 1px 1px medium;
    font-size: 13px;
    padding: 10px;
}
body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
    background-color: #fcfcfc;
}
 table tbody td {
    padding: 5px;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    color: #676767;
}
 table td, article.post table th {
    text-align: center;
}
/*.wpb_wrapper >.divider, .wpb_wrapper >.divider-border, .wpb_wrapper >.divider-small-border, .wpb_text_column >.wpb_wrapper >*:last-child, .wpb_wrapper >.divider-wrap {
    margin-bottom: 0px;
}*/
body:not(.woocommerce-cart) .main-content table {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    border-top: 1px solid #ececec;
}
 table {
    width: 100%;
}
table {
    font-size: 12px;
    margin-bottom: 20px;
}
body:not(.woocommerce-cart) .main-content tr th:first-child, body:not(.woocommerce-cart) .main-content tr td:first-child {
    border-left-style: solid;
    border-left-width: 1px;
}
body:not(.woocommerce-cart) .main-content tr th:first-child, body:not(.woocommerce-cart) .main-content tr td:first-child {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #ececec;
}
.admin-bar .comment-form-comment {
    position: initial;
    margin-top: 0px;	
}
.material .wpb_content_element {
    margin-bottom: 0 !important;
}
body .comment-list{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

body .comment-list li.comment > div, body .comment-list li.pingback > div {

    padding-left: 0 !important;
    margin-top: 0em !important;
    padding-bottom:30px !important;
}
body .comment-list li.comment > div p, body .comment-list li.pingback > div p {
    margin-top: 6px !important;
    padding-bottom: 10px !important;
}

.comment-list .reply{
	color: blue;
}
#header-outer{
	position: inherit !important;
}
#header-space{
	height: 0px !important;
}
#levels_login{
	display: none;
}
#ratings_users{
	display: none;
}
#video-search-section2  .row-bg{
	border-radius: 25px;
}
.images01 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
#main-slider-hm{
	width: calc(100% + (100vw - 1200px));
    left: calc(((100vw + 1200px)/2) - 100vw) !important;
}
.video-single-sec{
	margin-bottom: 50px !important;
}
body[data-smooth-scrolling="0"] {
    overflow: initial !important;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap{
	overflow: initial !important;
}
button#responsive-menu-button{
	display: none !important;
}
.display-menu button#responsive-menu-button{
	display: block !important;
}
.trending-mobile{
	display: none;
}
#menu-footer-menu li{
	list-style: none !important;
}

/*****************only for firefox*************/
@-moz-document url-prefix() {
.right-content .hedngb::after {
    width: 51%;
}
.searchandfilter ul {
    margin-bottom: 5px;
}
#commentform #url {
    margin-top: -122px;
}
#commentform #email {
    margin-left: 233px;
    margin-top: -91px;
    position: absolute;
    width: 29%;
}
body[data-form-submit="regular"] .container-wrap input[type=submit]{
	padding: 12px 10px !important;
}
/*body .comment.even .comment-form-comment{
	margin-top: 68px !important;
}
body .comment.even  #commentform #email {
    margin-left: 229px;
    margin-top: -75px;
    width: calc(38% - 40px);
}*/
}
/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
.container{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.trending-desktop{
	display: none;
}
#hm-subscription .dark.left .vc_col-sm-2{
	width: 100%;
}
.trending-mobile{
	display: block; 
}
.home-workout-slider .slider3{
	margin-left: 0px;
}
.container.container-catg {
    padding-top: 40px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
} 
#workout-section {
    padding-top: 35px !important;
}

#hm-subscription {
	padding-top: 60px !important;
    padding-bottom: 30px !important;
    margin-bottom: 35px !important;
}
#hm-cassey {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.trend-left {
    margin-top: 0px;
}
#workout-section .read {
    margin-top: -50px;
}
.banner-content h1 {
    margin-top: -15px !important;
}
.container .comment-list li.comment > div img.avatar {
    display: block !important;
}
.comment-list .children .fn{
	padding-left: 0px !important;
}
.comment-list .children .comment-body div, .comment-list .children .comment-body p{
	padding-left: 0px !important;
} 
body .comment-list .children{
	padding-left: 0px !important;
}
#commentform #email{
	width: 91% !important; 
}
html body.material #search-outer {
    height: 87px;
}
#commentform #url{
	margin-top: 68px !important;
}
html body #header-outer[data-mobile-fixed="1"]{
	position: initial !important;
}
#header-outer .row .col.span_9{
	display: none !important;
}
.material header#top .col.span_3 {
    line-height: 4 !important;
    text-align: center !important;
}
#main-slider-hm {
    width:unset;
    left: unset !important;
}
.navbar-container .logo-list{
    width: 100%;
}
.trendingsection .post-item {
     width: unset; 
}
.navbar-container .navbar-header{
    margin:0 auto;
}
.archive-banner {
    min-height: 200px;
    padding-top: 62px;
}
.archive-banner h2 {
    font-size: 30px; 
}
.navbar-container .col-md-7{
    display: none;
}
.menu-footer-menu-container {
    text-align: center;
}
.banner2 img {
    width: 100% !important;
    height: 260px !important;
}
.banner-content h1 {
    font-size: 25px;
    line-height: 28px;
    padding-bottom: 10px;
    margin-top:-31px;
}
.readmore-cta a{
    padding: 10px 45px 10px 45px;
    font-size: 12px;
}
.kc-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
}
.social-icons1 a i {
    font-size: 22px;
}
.ticktok {
    padding-top: 4px !important;
}
.value{
  font-size: 13px !important;
}
.ticktok p{
    padding-top: 25px;
}
.social-icons1 {
    padding-top: 9px;
    width: 40px;
    height: 40px;
}
.banner-content{
    top: 20%;
    padding-left: 15px;
}
.banner-content p{
    /*width: 48%;*/
}
.cat-tag {
    padding-top: 5px;
    margin-bottom: 0px;
}
.post-img img {
    width: 100%;
}
.variable-width .slick-next {
    right: 10%;
}
.top-section .contents {
   display: block;
}
.variable-width .slick-arrow{
 bottom: 25px;
}
.bottom-content{
	padding-top: 0px;
	padding-bottom: 40px;
}
.wpb_wrapper >div {
    margin-bottom: 9px !important;
}
.bottom-content .title {
    margin-top: 5px;
}
.list1, .list2, .list3, .list4, .list5, .list6, .list7 {
    min-height: unset;
}
#home-second {
    padding-top: 50px;
}
.left-contents01 iframe{
    width: 100% !important;
    height: 185px;
}
.right-arrow {
    padding-top: 0px;
}
#hm-trending {
    padding-top: 0px;
    padding-bottom: 50px;
}
.info img{
	height: 300px !important;
}
.image-tab .nav-tabs {
    border: none;
    width: 92%;
    position: initial;
    right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 17px;
    margin-left: 15px;
}
.trend-left {
    width: 100% !important;
    z-index: unset  !important;
    padding-bottom: 30px;
}
#hm-subscription img{
	margin: 0 auto;
}
.trend-categ{
	margin-top: 0px;
}
#workout-section {
    padding-top: 35px;
    padding-bottom: 50px;
}
h1{
	width: 100% !important;
}
#hm-cassey h1:after {
    width: 52%;
    height: 4.2rem;
}
#hm-subscription .hedngb:after {
    width: 85%;
}
#food h1:after {
    width: 247px !important;
    height: 4.5rem;
}
#journey h1:after {
    width: 72%;
}
#workout-stuff h1:after {
    width: 61% ;
    height: 4.3rem;
}
.right-content .hedngb:after {
    width: unset !important;
    /*background-size: 100%;*/
}
#workout-section h1:after {
    width: 79%;
}

#hm-subscription {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.mc4wp-form-fields {
    display: flex;
    float: unset;
    margin: 0 1%;
}
.mc4wp-form-fields input[type='email'] {
    width: 100%;
}
.social-icons {
    width: 92%;
    padding-top: 55px;
}
.img-insta {
	width: unset;
}
.myinstragram{
	display: block;
}
.myinstragram1 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-center {
    width: 100%;
}
.list ul{
	display: block;
}
.list ul li{
	padding-bottom: 10px;
}
.logo {
    padding-top: 75px;
}
#abt-main {
    padding-top: 20px;
    padding-bottom: 20px;
}
#my-story {
    padding-top: 25px;
}
#my-story .kc_row_inner {
    padding-bottom: 15px;
}
#abt-first-column {
    padding-top: 10px;
}
#abt-video {
    padding-bottom: 50px;
}
.about-text h2:after {
    width: 76%;
}
.about-text h2{
    padding-bottom: 0px;
}
.story-text img {
    height: auto;
}
.left-img img{
    height: 300px;
}
.searchbar {
    display: flex;
    align-items: center;
    margin-top: 65px;
    right: -93px;
    position: absolute;
    z-index: 9;
}
#contact-top {
    padding-top: 15px;
    padding-bottom: 20px;
}
#contact-top h2:after {
    width: 50%;
    height: 4.3rem;
}
#cnct-img {
    padding-top: 50px;
    padding-bottom: 35px;
}
#cnct-address {
    padding: 0px 15px 30px 15px;
}
.blogilates-header {
    padding: 30px 0px 20px 0px !important;
}
#menu-categories {
    display: block;
    padding-bottom: 0px;
}
#menu-categories li{
    padding-bottom: 40px;
}
#category-set h2:after {
    width: 49%;
}
.list-categ {
    padding-bottom: 0px;
        min-height: unset;
}

section.six-images {
    padding-top: 0px;
}
.container-catg .hedngb:after {
    width: 48%;
}
.imgs1 .col-md-2{
	margin-bottom: 30px;
}
.div-something {
    margin-bottom: 20px;
}
.page-id-147 .kc-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.slider3{
  width: 100% !important;
}
#contact-left{
    padding-bottom: 30px;
}
.video-banner {
    padding-top: 50px;
}
.video-hed h2{
	margin-bottom: 0px;
}
.video-hed h1:after {
    width: 70%;
}
.video-hed h1:after {
    width: 70%;
}
#stretching-workout h1:after {
    width: 82% !important;
}
#stretching-workout h1:after {
    width: 82% !important;
}
#cardio-workout h1:after {
    width: 66% !important;
}
#butt-workout h1:after {
    width: 97% !important;
}
.searchandfilter ul {
    display: block !important;
}
#video-search-section .kc-col-inner-container {
    height: 245px;
}
#video-search-section h1:after {
    width: 70%;
}
#ab-workout  h1:after {
       width: 92%;
}
#leg-workout h1:after {
       width: 93%;
}
#stretching-workout {
    padding-bottom: 0px !important;
}
.searchandfilter input[type="text"]{
	width: 100%;
	margin-left: 2%;
}
.searchandfilter input[type="submit"]{
	right: 8%;
    width: 29%;
}
.searchandfilter li {
    padding-left: 10px;
}
#video-search-section2 .kc-col-inner-container {
    height: 230px;
}
#video-search-section2 h1:after {
    width: 65% !important;
}
#video-search-section2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
#full-video-section {
    padding-top: 50px;
}
.list-workout {
    min-height: unset !important;
}
.load-more2 #loadMorea {
    margin-bottom: 30px;
}
.load-more2 .lmb-container {
    padding-top: 0px !important
}
.video-single{
	padding-top: 10px;
}
.video-single-sec iframe{
	height: 210px;
}
.video-single-sec {
    padding-bottom: 50px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.left-contents01 {
    padding: 20px 15px 60px 15px;
}
.left-contents03 h2:after{
	width: 187px;
}
.left-contents03 ul {
    display: block;
}
.left-contents03 {
    padding: 25px 15px 45px 15px;
}
.left-contents03 ul li {
    width: 100%;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 img {
    width: 100% !important;
}
.left-contents02 textarea {
    width: 100%;
}
.right-form {
    padding: 15px 15px 14px 15px;
    border-radius: 10px;
}
#commentform #author, #commentform #email, #commentform #url{
	width: 100%;
}
#commentform #email {
    margin-left: unset;
    margin-top: unset;
}

#commentform #email, #commentform #url {
    margin-top: unset;
}

.comment-form-comment{
	width: 100%;
}
.section-404 h2{
	width: 85%;
}
.search1{
	display: none;
}
button#responsive-menu-button{
  top: 30px !important;
}
.trendingsection ol a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.slider3 {
    margin: 0px 0px 5px -15px;
}

#video-search-section {
    padding-top: 50px;
}
#workout-slider-sec {
    padding-top: 15px;
    padding-bottom: 50px;
}
.left-contents02 {
    padding-bottom: 0px;
}
.section-404 {
    padding-top: 60px;
    padding-bottom: 55px;
}
.search-results #main-navbar {
    margin-bottom: 50px !important;
}
a.next-arrow.home-arrow {
    top: 17%;
}
#abt-video iframe{
    height: auto;
}
.comment-form-cookies-consent{
    display: flex;
        width: 100%;
}
#wp-comment-cookies-consent{
    margin-right: 10px !important;
}
.col-xs-6{
    width: 100% !important;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 h2:after {
    width: 160px;
}
.right-form h3:after {
    width: 172px !important;
}
.list-blog {
    height: unset;
    margin-bottom: 0px;
}
.container{
	padding-left: 30px !important;
	padding-right: 30px !important;
}
#abt-logos{
	width: 200px;
    margin: 0 auto;
}
#fws_6024b77c2549e .divider{
	height: 0px !important;
}
.searchandfilter input[type="submit"]{
	margin-top: -7px !important;
}
.searchandfilter input[type="text"] {
    width: 121%;
}
.post-page .container{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.post-page .col-sm-8{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.post-page .col-sm-4{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#rpwwt-recent-posts-widget-with-thumbnails-4 img {
    width: 100% !important;
}
.banner-content{
	padding-left: 30px;
	padding-right: 30px;
}
#hm-cassey h1:after {
    height: 3.2rem;
}
.container.blog-page{
	padding-left: 0px !important;
    padding-right: 0px !important;
}
.searchandfilter input[type="submit"]{
	margin-top: 2px !important;
}
#video-search-section2 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
#workout-slider-sec h1{
	line-height: 42px;
}
#workout-slider-sec .hedngb:after{
	height: 4.3rem;
}

}
 

/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.container{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.trending-desktop{
	display: none;
}
.home-workout-slider .slider3{
	margin-left: 0px;
}
#hm-subscription .dark.left .vc_col-sm-2{
	width: 100%;
}
.trending-mobile{
	display: block; 
}
#video-search-section2 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.searchandfilter input[type="submit"]{
	margin-top: 2px !important;
}
.container.blog-page{
	padding-left: 0px !important;
    padding-right: 0px !important;
}
.container.container-catg {
    padding-top: 40px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
} 
.wpb_wrapper >div {
    margin-bottom: 9px !important;
}
#food h1:after {
    margin-top: -10px;
}
#workout-section {
    padding-top: 25px !important;
}
#hm-subscription {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    margin-bottom: 15px !important;
}
#hm-cassey {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}
#commentform #email{
	width: 95% !important; 
}
html body.material #search-outer {
    height: 87px;
}
#commentform #url{
	margin-top: 68px !important;
}
.comment-form-comment{
	width: 100%;
}
.post-page .container{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.post-page .col-sm-8{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.post-page .col-sm-4{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#fws_6024b77c2549e .divider{
	height: 0px !important;
}
html body.material #search-outer {
    height: 87px;
}
html body #header-outer[data-mobile-fixed="1"]{
	position: initial !important;
}
#header-outer .row .col.span_9{
	display: none !important;
}
.material header#top .col.span_3 {
    line-height: 4 !important;
    text-align: center !important;
}
#main-slider-hm {
    width:unset;
    left: unset !important;
}
.container{
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.value{
  font-size: 13px !important;
}
.list-blog {
    margin-bottom: 10px;
}
a.next-arrow.home-arrow {
    top: 17%;
}
.search-results #main-navbar {
    margin-bottom: 50px !important;
}
.section-404 {
    padding-top: 60px;
    padding-bottom: 55px;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 img {
    width: 100% !important;
}
.slider3{
	margin-bottom: 15px;
}
#video-search-section {
    padding-top: 50px;
}
.trendingsection ol a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}	
.search1{
	display: none;
}
.list-workout {
    min-height: unset;
    padding-bottom: 20px;
}
.searchandfilter li {
    padding-left: 10px;
}
.cat-tag {
    padding-top: 0px;
    margin-bottom: 0px;
}
.page-id-147 .kc-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section.six-images {
    padding-top: 0px;
    padding-bottom: 10px;
}

.container-catg .hedngb:after {
    width: 26%;
 }
.kc-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
}
.post-img img {
    width: 100%;
}
.col-xs-12 {
    width: 50% !important;
}

.video-banner {
    padding-top: 50px;
}
.bottom-content .title {
    margin-top: 5px;
}
.list1, .list2, .list3, .list4, .list5, .list6, .list7 {
    min-height: 428px;
}
#home-second {
    padding-top: 50px;
}
.right-arrow {
    padding-top: 0px;
}
#hm-trending {
    padding-top: 40px;
    padding-bottom: 40px;
}
.variable-width .slick-next {
    right: 14%;
}
.variable-width .slick-arrow{
 bottom: 50px;
}
.banner2 img{
	height: 520px !important;
    width: 100% !important;
}
.trendingsection .post-item {
    width: unset;
}
#hm-subscription img{
	margin: 0 auto;
}
.banner-content{
    top: 25%;
}
.trendingsection .post-item{
	display: flex;
}
.trend-left {
    width: 55% !important;
}
.image-tab .nav-tabs {
    width: 50%;
    padding-left: 15px;
    padding-top: 26px;
        position: relative;
    right: 15px;
}
.trend-left{
    margin-right: -21px;
}
.info img{
	height: auto;
}
.right-content p{
	margin-left: -20px;
}
.trendingsection ol li {
    padding-bottom: 35px;
    padding-left: 15px;
}
#workout-section {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 0px;
}
#journey h1:after {
    width: 82% !important;
}
#hm-cassey h1:after {
    width: 30%;
    }
#workout-section h1:after {
    width: 44%;
}
.right-content .hedngb:after{
	/*background-size: 100%;*/
}
#hm-subscription {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.mc4wp-form-fields {
    display: flex;
   /* padding-top: 0px;*/
    float: unset;
    margin: 0 1%;
}
.mc4wp-form-fields input[type='email'] {
    width: 490px;
}
.social-icons {
    width: 96%;
    padding-top: 55px;
}
.myinstragram1 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-center {
    width: 100%;
}
.list ul{
	display: block;
}
.list ul li{
	padding-bottom: 10px;
}
.logo {
    padding-top: 75px;
}
#hm-subscription .hedngb:after{
	width: 46%;
}
#hm-cassey .kc_row_inner {
    padding-bottom: 15px;
}
#food h1:after {
    width: 60%;
}
#workout-stuff h1:after {
    width: 33%;
    height: 4.3rem;
}
#abt-main {
    padding-top: 20px;
    padding-bottom: 20px;
}
#my-story {
    padding-top: 25px;
}
#my-story .kc_row_inner {
    padding-bottom: 15px;
}
#abt-first-column {
    padding-top: 10px;
}
#abt-video {
    padding-bottom: 50px;
}
.about-text h2:after {
    width: 42%;
}
.story-text img {
    height: auto;
}
.left-img img{
    height: 300px;
    float: left;
}

.about-text h2{
    padding-bottom: 0px;
}
#contact-top {
    padding-top: 15px;
    padding-bottom: 20px;
}
#contact-top h2:after {
    width: 27%;
    height: 4.3rem;
}
#contact-top h2{
    margin-bottom: 0px;
}
#cnct-img {
    padding-top: 50px;
    padding-bottom: 35px;
}
#cnct-address {
    padding: 0px 15px 30px 15px;
}
#cnct-address .kc_col-sm-6{
    width: 50%;
}
.slider3{
  width: 100% !important;
}
.blogilates-header {
    padding: 30px 0px !important;
}
.searchbar {
    margin-left: -157px;
}
#stretching-workout {
    padding-bottom: 0px !important;
}
#stretching-workout h1:after {
    width: 68% !important;
}
#cardio-workout h1:after {
    width: 60%;
}
#leg-workout h1:after {
    width: 50%;
}
#butt-workout h1:after {
    width: 53%;
}
.searchandfilter ul {
    display: block !important;
}
#video-search-section .kc-col-inner-container {
    height: 250px;
}
#video-search-section h1:after {
    width: 41%;
}
#ab-workout h1:after {
    width: 49%;
}
.searchandfilter input[type="text"]{
    width: 442px;
    margin-left: 7%;
}
.searchandfilter input[type="submit"]{
	right: 9%;

}
.video-hed h1:after {
    width: 39%;
}
#workout-slider-sec {
    padding-top: 20px;
    padding-bottom: 50px;
}
#workout-slider-sec .kc_row_inner {
    padding-bottom: 0px;
}
#video-search-section2 .kc-col-inner-container {
    height: 230px;
}
#video-search-section2 {
    padding-top: 50px;
    padding-bottom: 35px;
}
#video-search-section2 h1:after {
    width: 36% !important;
}
#full-video-section {
    padding-top: 35px;
}
.load-more2 #loadMorea {
    margin-bottom: 30px;
}
.load-more2 .lmb-container {
    padding-top: 0px !important
}
.video-single{
	padding-top: 10px;
}
.video-single-sec iframe{
	height: 325px;
}
.video-single-sec {
    padding-bottom: 50px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.left-contents01 {
    padding: 20px 15px 60px 15px;
}
.left-contents03 h2:after{
	width: 31%;
}
.left-contents03 {
    padding: 25px 15px 45px 15px;
}
.left-contents03 ul li {
    width: 100%;
    padding-left: 9px;
    margin-right: 7px !important;
}

.left-contents02 textarea {
    width: 100%;
}
.right-form {
    padding: 15px 15px 14px 15px;
    border-radius: 10px;
}
#commentform #author, #commentform #email, #commentform #url{
	width: 100%;
}
#commentform #email {
    margin-left: unset;
    margin-top: unset;
}
#commentform #email, #commentform #url {
    margin-top: unset;
}


.right-form img {
    margin: 40px 0px;
    width: auto !important;
}
.right-form h3:after {
    width: 64% !important;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 h2:after{
	width: 27%;
}
.menu-footer-menu-container{
	text-align: center;
}
#menu-categories {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#category-set h2:after {
    width: 26%;
}
.list-categ {
    min-height: 420px;
}
.section-404 h2{
	width: 60%;
}
button#responsive-menu-button{
  top: 30px !important;
}
.left-contents02 {
    padding-bottom: 0px;
}
.comment-form-cookies-consent{
    display: flex;
        width: 100%;
}
#wp-comment-cookies-consent{
    margin-right: 10px !important;
}
.imgs1 .col-md-2 {
    margin-bottom: 30px;
}
.div-something {
    margin-bottom: 0px;
}
.social-icons1 a i {
    font-size: 22px;
}
.ticktok {
    padding-top: 4px !important;
}
.ticktok p{
    padding-top: 28px;
}
.social-icons1 {
    padding-top: 9px;
    width: 40px;
    height: 40px;
}
#abt-video .kc_col-of-5 {
    width: 20% !important;
}
.navbar-container .logo-list{
    width: 100%;
}
.navbar-container .navbar-header{
    margin:0 auto;
}
.archive-banner {
    min-height: 200px;
    padding-top: 62px;
}
.archive-banner h2 {
    font-size: 30px; 
}
.navbar-container .col-md-7{
    display: none;
}
#abt-logos img{
	width: 300px;
	padding-bottom: 30px;
}
.container .comment-list li.comment > div img.avatar {
    display: block !important;
}
.comment-list .children .fn {
    padding-left: 0px !important;
}
.comment-list .children .comment-body div, .comment-list .children .comment-body p {
    padding-left: 0px !important;
}
}

/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.container{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.container.container-catg {
    padding-top: 40px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.home-video-slider .home-slick-prev{
	left: -5px;
}
.home-video-slider .next-arrow{
	right: -5px !important;
}
.home-workout-slider .slider3{
	margin-left: 0px;
}
#hm-subscription .dark.left .vc_col-sm-2{
	width: 100%;
}
#food h1:after {
    margin-top: -10px;
}
#workout-section {
    padding-top: 25px !important;
}
#hm-subscription {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    margin-bottom: 15px !important;
}
#hm-cassey {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}
.container .comment-list li.comment > div img.avatar {
    display: block !important;
}
.comment-list .children .fn {
    padding-left: 0px !important;
}
.comment-list .children .comment-body div, .comment-list .children .comment-body p {
    padding-left: 0px !important;
}
.post-page .container{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.post-page .col-sm-8{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.post-page .col-sm-4{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

html body.material #search-outer {
    height: 87px;
}
html body #header-outer[data-mobile-fixed="1"]{
	position: initial !important;
}
#header-outer .row .col.span_9{
	display: none !important;
}
.material header#top .col.span_3 {
    line-height: 4 !important;
    text-align: center !important;
}
#main-slider-hm {
    width:unset;
    left: unset !important;
}
.trendingsection .post-item {
    width: unset;
}
.container{
	padding-left: 30px !important;
	padding-right: 30px !important;
}
#hm-subscription img{
	margin: 0 auto;
}
.left-contents02 textarea {
    width: 705px;
}
.right-form h3:after {
    width: 329px !important;
}
.imgs1 .col-md-2 {
    margin-bottom: 30px;
}
a.next-arrow.home-arrow {
    top: 17%;
}
.search-results #main-navbar {
    margin-bottom: 50px !important;
}
.section-404 {
    padding-top: 60px;
    padding-bottom: 55px;
}
.video-single-sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 img {
    width: 100% !important;
}
.slider3{
	margin-bottom: 15px;
}
.left-contents02 {
    padding-bottom: 0px !important;
}
#video-search-section {
    padding-top: 50px;
}
.trendingsection ol a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
button#responsive-menu-button{
  top: 75px !important;
}
.search1{
	display: none;
}
.container-catg .hedngb:after {
    width: 23% !important;
    height: 4.3rem;
    margin-top: -10px;
}
.section-404 h2{
	width: 60%;
}
.menu-footer-menu-container{
	text-align: center;
}
.left-contents01{
	padding: 20px 15px 44px 15px;
}
.left-contents03 {
    padding: 20px 0px 20px 15px;
}
.left-contents03 ul li {
    margin-right: 15px !important;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 {
    padding: 22px 15px 25px 15px;
}
/*.right-form h3:after {
    width: 80% !important;
}*/
#rpwwt-recent-posts-widget-with-thumbnails-2 h2:after {
    width: 23%;
}
.left-contents03 h2:after{
	width: 25% !important;
}
.row-contents .col-sm-4{
	width: 100% !important;
}
.row-contents .col-sm-8{
    width: 100% !important;
}
.blogilates-header {
    padding: 30px 0px !important;
}
#commentform #email {
    margin-left: 200px;
}
.comment-form-comment{
	width: 84%;
}
/*.right-form h3:after {
    width: 90%;
}*/
.left-contents03 h2:after{
	width:30%;
}
#video-search-section .kc-col-inner-container {

    height: 245px;
}
.searchandfilter input[type="text"] {
    width: 100%;
    margin-left: 120px;
}
.video-hed h1:after {
    width: 33% !important;
}
#video-search-section h1:after {
    width: 34% !important;
}
#ab-workout h1:after{
	width: 43% !important;
}
#butt-workout h1:after {
    width: 46% !important;
}
#cardio-workout h1:after {
    width: 52% !important;
}
#stretching-workout h1:after {
    width: 60% !important;
}
#stretching-workout {
    padding-bottom: 0px !important;
}
#workout-slider-sec .kc_row_inner {
    padding-bottom: 0px;
}
.searchandfilter input[type="submit"] {
    right: 140px;
}
#workout-slider-sec .kc_row_inner {
    padding-bottom: 0px;
}
.cat-tag {
    padding-top: 0px;
    margin-bottom: 0px;
}
.list1, .list2, .list3, .list4, .list5, .list6, .list7 {
    min-height: 417px;
}
.page-id-147 .kc-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.list-categ{
    min-height: 427px;
    padding-bottom: 0px;
}
.list-workout {
    min-height: unset;
    padding-bottom: 20px;
}
.kc-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
}
.post-img img {
    width: 100%;
}
.variable-width .slick-next{
	right: 14%;
}
#home-second {
    padding-top: 50px;
}
.bottom-content{
	padding-top: 0px;
    padding-bottom: 6px;
}
.bottom-content .title {
    margin-top: 5px;
}
.list1, .list2, .list3, .list4, .list5, .list6, .list7 {
    min-height: 428px;
}
#home-second {
    padding-top: 50px;
}
.right-arrow {
    padding-top: 0px;
}
#hm-trending {
    padding-top: 40px;
    padding-bottom: 50px;
}
.variable-width .slick-next {
    right: 14%;
}
.variable-width .slick-arrow{
 bottom: 50px;
}
/*.banner2 img{
	height: 520px;
}*/
.banner-content{
    top: 30%;
}
.trendingsection .post-item{
	display: flex;
}
.trend-left {
    width: 55% !important;
}
.image-tab .nav-tabs {
    width: 50%;
    padding-left: 65px;
    padding-top: 26px;
    position: relative;
    right: 15px;
}
.trend-left{
    margin-right: -24px;
}
.info img{
	height: 400px;
}
.image-tab .nav-tabs {
    padding-left: 22px;
}
.right-content p{
	margin-left: -20px;
}
.trendingsection ol li {
    padding-bottom: 55px;
    padding-left: 15px;
}
#workout-section {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 20px;
}
.hedngb:after{
    width: 43% !important;
}
section.six-images {
    padding-top: 0px;
    padding-bottom: 10px;
}
.div-something {
    margin-bottom: 0px;
}
#menu-categories{
	padding-bottom: 0px;
}
#hm-cassey h1:after {
    width: 25% !important;
    height: 3.3rem !important;
}
#journey h1:after {
    width: 70% !important;
}
#food h1:after {
    width: 52% !important;
}
.right-content .hedngb:after{
	width: 100% !important;
}
#hm-subscription {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.mc4wp-form-fields {
    display: flex;
    /*padding-top: 0px;*/
    float: right;
    margin: 0 1%;
}
.social-icons {
    width: 96%;
    padding-top: 55px;
}
.myinstragram1 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-center {
    width: 100%;
}
.list ul{
	display: block;
}
.list ul li{
	padding-bottom: 10px;
}
.logo {
    padding-top: 75px;
}
#hm-subscription .hedngb:after{
	/*background-size: unset;*/
    width: 39% !important;
}
#workout-stuff h1:after {
    width: 28% !important;
    height: 4.3rem;
}
#hm-cassey .kc_row_inner {
    padding-bottom: 15px;
}
#hm-subscription .kc-elm {
	width: 100%;
}
.banner2 img{
	width: 100% !important;
}
#abt-main {
    padding-top: 20px;
    padding-bottom: 20px;
}
#my-story {
    padding-top: 25px;
}
#my-story .kc_row_inner {
    padding-bottom: 10px;
}
#abt-first-column {
    padding-top: 20px;
}
#abt-video {
    padding-bottom: 60px;
}

#contact-top {
    padding-top: 15px;
    padding-bottom: 20px;
}
#contact-top h2:after {
    width: 24% !important;
    height: 4.3rem;
}
#cnct-img {
    padding-top: 50px;
    padding-bottom: 35px;
}
#cnct-address {
    padding: 0px 15px 30px 15px;
}
.slider3{
  width: 100% !important;
}
.story-text img {
    height: auto;
}
.left-img img{
    height: auto;
    float: left;
}
.left-img{
    width: 100% !important;
}
.about-right-section{
    width: 100% !important;
}
.searchbar {
    margin-left: -157px;
}
#video-search-section2 .kc-col-inner-container {
    height: 245px;
}
#video-search-section2 {
    padding-top: 50px;
    padding-bottom: 55px;
}
#video-search-section2 h1:after {
    width: 32% !important;
}
#full-video-section {
    padding-top: 50px;
}
.load-more2 #loadMorea {
    margin-bottom: 30px;
}
.load-more2 .lmb-container {
    padding-top: 0px !important
}
#commentform #author, #commentform #email, #commentform #url{
	width: 100%;
}
#commentform #email {
    margin-left: unset;
    margin-top: unset;
}
#commentform #email, #commentform #url {
    margin-top: unset;
}
#commentform #email{
	width: 95% !important; 
}
html body.material #search-outer {
    height: 87px;
}
#commentform #url{
	margin-top: 68px !important;
}
.comment-form-comment{
	width: 100%;
}
.comment-form-comment{
	margin-top: 0px;
}
.comment-form-cookies-consent {
    padding-top: 150px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 li {
    margin-bottom: 15px;
}
.mc4wp-form-fields input[type='email'] {
    width: 600px;
}
.list-blog {
    margin-bottom: 10px;
}
#abt-logos img{
	width: 300px;
	padding-bottom: 30px;
}
.searchandfilter input[type="submit"]{
	margin-top: -7px !important;
}
.container.blog-page{
	padding-left: 0px !important;
    padding-right: 0px !important;
}
}

/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
.load-more2 #loadMorea {
    margin-bottom: 35px;
}
.container.blog-page{
	padding-left: 0px !important;
    padding-right: 0px !important;
}
.container.container-catg {
    padding-top: 40px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
} 
.home-video-slider .home-slick-prev{
	left: -5px;
}
.home-video-slider .next-arrow{
	right: -5px !important;
}
.home-workout-slider .slider3{
	margin-left: 0px;
}
#food h1:after {
    margin-top: -10px;
}
#workout-section {
    padding-top: 25px !important;
}
#hm-subscription {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    margin-bottom: 15px !important;
}
#hm-cassey {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}
.post-page .container{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.post-page .col-sm-8{
	padding-left: 0px !important;
}
.post-page .col-sm-4{
	padding-right: 0px !important;
}
.searchandfilter input[type="submit"]{
	margin-top: -7px !important;
}
#main-slider-hm {
    width:unset;
    left: unset !important;
}
.trendingsection .post-item {
    width: unset;
}
.container{
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.banner-content {
    top: 37%;
}
.div-something a {
    font-size: 14px;
}
.comment-form-cookies-consent{
    display: flex;
}
#wp-comment-cookies-consent{
    margin-right: 10px !important;
}
a.next-arrow.home-arrow {
    top: 17%;
}
.image-tab .nav-tabs{
    float: right;
    bottom: 595px;
    right: 15px;
    margin-bottom: -570px;
}
#hm-cassey h1{
	padding-bottom: 20px;
}
.section-404 {
    padding-top: 60px;
    padding-bottom: 55px;
}
.search-results #main-navbar {
    margin-bottom: 50px !important;
}
.video-single-sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.slider3{
	margin-bottom: 15px;
}
#video-search-section {
    padding-top: 50px;
}
.load-more2 .lmb-container {
    padding-top: 0px !important
}
#rpwwt-recent-posts-widget-with-thumbnails-3 img {
    width: 100% !important;
}
.container{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.video-hed h1:after {
    width: 24% !important;
}
#video-search-section h1:after {
    width: 26% !important;
}
#ab-workout h1:after {
    width: 32% !important;
}
#cardio-workout h1:after {
    width: 38% !important;
}
#leg-workout h1:after {
    width: 32% !important;
}
#stretching-workout h1:after {
    width: 44% !important;
}
#stretching-workout {
    padding-bottom: 0px !important;
}
#workout-slider-sec .kc_row_inner {
    padding-bottom: 0px;
}
#video-search-section2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
#full-video-section {
    padding-top: 40px;
}

#butt-workout h1:after {
    width: 34% !important;
}
.searchbar {
    margin-top: 60px;
    margin-left: 76px;
}
.slider3{
  width: 100% !important;
}
.blogilates-header {
    padding: 30px 0px !important;
}
.page-id-147 .kc-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.kc-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
}
.post-img img {
    width: 100%;
}	
.variable-width .slick-next {
    right: 15%;
}
.banner2 img{
	width: 100% !important;
    height: 555px;
}
.page-center {
    width: 100%;
}
#home-second {
    padding-top: 40px;
}
#hm-trending {
    padding-top: 110px;
    padding-bottom: 90px;
}
.info img{
	height: 400px;
    width: 975px;
}
.trend-left {
    width:62% !important;
}
#workout-section {
    padding-top: 20px;
    padding-bottom: 45px;
}
#hm-cassey {
    padding-top: 25px;
    padding-bottom: 40px;
}
#hm-cassey .kc_row_inner {
    padding-bottom: 5px;
}
.right-arrow {
    padding-top: 20px;
}
/*.hedngb:after {
	background-size: 56%;
}*/
#workout-section h1:after {
    width: 28%;
}
.myinstragram1 {
    padding-top: 20px;
    padding-bottom: 30px;
}
/*#hm-cassey h1:after {
    width: 19%;
    height: 4.3rem; 
}*/
#journey h1:after {
    width: 52%;
}
#hm-subscription .hedngb:after {
    width: 63%;
}
#food h1:after {
    width: 39%;
}
#workout-stuff h1:after {
    width: 21%;
    height: 4.3rem;
}
#abt-main {
    padding-top: 20px;
    padding-bottom: 20px;
}
#my-story {
    padding-top: 25px;
}
#my-story .kc_row_inner {
    padding-bottom: 40px;
}
#abt-first-column {
    padding-top: 20px;
}
#abt-video {
    padding-bottom: 60px;
}
.page-id-147 .kc-container {
    width: 1001px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
#contact-top {
    padding-top: 15px;
    padding-bottom: 20px;
}
#contact-top h2:after {
        width: 18%;
        height: 4.3rem;
}
#contact-top h2{
    margin-bottom: 0px;
}
#cnct-img {
    padding-top: 50px;
    padding-bottom: 35px;
}
#cnct-address {
    padding: 0px 100px 30px 100px;
}
#menu-categories{
    padding-bottom: 0px;
}
.div-something p {
    font-size: 11px;
}
.images01 img {
    height: auto;
}
section.six-images {
    padding-top: 0px;
    padding-bottom: 0px;
}
#category-set h2:after {
    width: 17%;
}
.container-catg .hedngb:after {
    width: 170px !important;
}
.div-something{
    margin-bottom: 50px;
}
.right-form h3:after {
    width: 163px !important;
}
.left-contents03 h2:after{
	width: 30%;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 h2:after {
    width: 61%;
}
.comment-form-comment {
	width: 100%;
}
#commentform #email {
    margin-left: 179px;
}
#commentform #author, #commentform #email, #commentform #url {
    width: calc(37% - 40px);
}
.video-single {
    padding: 15px 0px 0px 0px;
}
.video-single-sec {
    padding-bottom: 50px;
}
.right-form {
    padding: 30px 15px 14px 15px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 {
    padding: 22px 15px 25px 15px;
}
.left-contents02 {
    padding-bottom: 0px;
}
}
/*******************************************/
@media only screen and ( max-width: 1800px ) and (min-width: 1025px){
/*#menu-categories a {
    padding: 15px 13px;
}*/
.widget_categories a{
	padding: 15px 9px;
}	
.div-something a {
    font-size: 20px;
}

}
@media only screen and ( max-width: 1280px ) and (min-width: 1260px){
a.next-arrow.home-arrow {
    right: -10px;
}
}
@media only screen and ( max-width: 2500px ) and (min-width: 2000px){
.variable-width .slick-prev {
    right: 31%;
}
.variable-width .slick-next {
    right: 29%;
}
}
@media only screen and ( max-width: 3000px ) and (min-width: 2500px){
.variable-width .slick-prev {
    right: 37%;
}
.variable-width .slick-next {
    right: 35%;
}

}
@media only screen and ( max-width: 4000px ) and (min-width: 3000px){
.variable-width .slick-prev {
    right: 41%;
}
.variable-width .slick-next {
    right: 39%;
}

}
/**********************iPhone 5/SE portrait*************/
@media only screen and (max-width: 350px) and (min-width: 320px){
.searchandfilter input[type="text"] {
    margin-left: 0%;
}
.div-something h2:after {
    width: 272px;
}
.searchandfilter input[type="submit"] {
    right: 8%;
    width: 23%;
}
.left-contents02 textarea {
    width: 97%;
}
.navbar-header img {
    width: 93%;
    height: unset;
}
#video-search-section .kc-col-inner-container {
    height: 475px;
}
.video-hed h1:after {
    width: 83% !important;
}
#video-search-section h1:after {
    width: 86% !important;
}
#ab-workout h1:after {
    width: 58% !important;
}
#butt-workout h1:after {
    width: 65% !important;
}
#cardio-workout h1:after {
    width: 78% !important;
}
#leg-workout h1:after {
    width: 59% !important;
}
#stretching-workout h1:after {
    width: 98% !important;
}
.section-404 h2 span{
    font-size: 17px;
}
#workout-section h1:after {
    width: 95% !important;
}
#hm-cassey h1:after {
    width: 64% !important;
}
#journey h1:after {
    width: 87% !important;
}
#hm-subscription .hedngb:after {
    width: 67% !important;
}
#food h1:after {
    width: 86% !important;
}
#workout-stuff h1:after {
    width: 71% !important;
}
}
/**********************Gallexy S5 portrait*************/
@media only screen and (max-width: 360px) and (min-width: 350px){
#butt-workout h1:after {
    width: 54% !important;
}

}
/**********************iPhone 6/7/8 plus portrait*************/
@media only screen and (max-width: 414px) and (min-width: 376px){
	button#responsive-menu-button {
    top: 105px !important;
}
#food h1:after {
    width: 379px !important;
 }
}
@media only screen and (max-width: 405px) and (min-width: 380px){
 button#responsive-menu-button {
    top: 125px !important;
 }
}


/***********************iphone 5E landascape**********************/
@media only screen and (max-width: 568px) and (min-width: 550px){
    .mc4wp-form-fields input[type='email'] {
    width: 415px;
}

/***********************iphone 6/7/8 plus landascape**********************/
@media only screen and (max-width: 736px) and (min-width: 668px){
.mc4wp-form-fields input[type='email'] {
    width: 565px;
}
}
