/*  

Theme Name: Pretty Chic 

Theme URI: //prettydarncute.com 

Description: A Pretty Chic WordPress Theme   

Author: Lindsey Riel

Author URI: //www.prettydarncute.com/  

Template: genesis  

Tags: black, yellow, pink, white, one-column, pretty, simple, chic, feminine, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  

*/

*/ Test update here



/* # HTML5 Reset

---------------------------------------------------------------------------------------------------- */



/* ## Baseline Normalize

--------------------------------------------- */

/* normalize.css v3.0.1 | MIT License | git.io/normalize */



html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}



/* ## Box Sizing

--------------------------------------------- */



*,

input[type="search"] {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	 box-sizing:         border-box;

     border-radius: 0;

	-webkit-appearance: none !important;

}

}



/* ## Float Clearing

--------------------------------------------- */



.author-box:before,

.clearfix:before,

.entry:before,

.entry-content:before,

.footer-widgets:before,

.nav-primary:before,

.nav-secondary:before,

.pagination:before,

.site-container:before,

.site-footer:before,

.site-header:before,

.site-inner:before,

.wrap:before {

	content: " ";

	display: table;

}



.author-box:after,

.clearfix:after,

.entry:after,

.entry-content:after,

.footer-widgets:after,

.nav-primary:after,

.nav-secondary:after,

.pagination:after,

.site-container:after,

.site-footer:after,

.site-header:after,

.site-inner:after,

.wrap:after {

	clear: both;

	content: " ";

	display: table;

}



.site-header .wrap {

    max-width: none !important;

    width: 100%;

}



/* # Defaults

---------------------------------------------------------------------------------------------------- */



/* ## Typographical Elements

--------------------------------------------- */



body {	

        background-color: #FAFAFA;

	    color: #000;

	    font-family: 'Lato', sans-serif;

	    font-size: 16px;

	    font-weight: 400;

	    letter-spacing: 1px;

	    line-height: 2;

	    text-rendering: optimizeLegibility;
	
	    -webkit-font-smoothing: antialiased;

        text-align: justify;

}



a,

button,

input:focus,

input[type="button"],

input[type="reset"],

input[type="submit"],

textarea:focus,

.button,

.gallery img {

	-webkit-transition: all 0.1s ease-in-out;

	-moz-transition:    all 0.1s ease-in-out;

	-ms-transition:     all 0.1s ease-in-out;

	-o-transition:      all 0.1s ease-in-out;

	transition:         all 0.1s ease-in-out;

}



::-moz-selection {

	background-color: #000;

	color: #fff;

}



::selection {

	background-color: #000;

	color: #fff;

}



a {

	color: #000;

	text-decoration: none;

}



a:hover {

	color: #BDBDBD;

}



p {

	margin: 0 0 28px;

	padding: 0;

}



ol,

ul {

	margin: 0;

	padding: 0;

}



li {

	list-style-type: none;

}



b,

strong {

	font-weight: 700;

}



cite,

em,

i {

	font-style: italic;

}



blockquote {

        background-color: #FFF;

        color: #000;

	    margin: 10%;

	    padding: 15px;

        border: none;

}



blockquote a {

	   font-weight: 700;

       text-decoration: none;

}



blockquote p {

	    margin: 0 0 0 0;

	    padding: 15px;

        font-family: 'Playfair Display', serif;

        font-size: 12px;

        font-weight: 700;

        -webkit-text-stroke-width: 0.1px;

        letter-spacing: 1.5px;

        text-align: justify;

        color: #000;

        line-height: 2;

        border: 5px solid #FFF;

        box-shadow: 2px 2px 2px rgba(34, 25, 25, 0.4);

}



/* ## Headings

--------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

	color: #000;

	font-family: 'Lato', sans-serif;

	font-weight: 400;

	line-height: 1.2;

	margin: 0 0 10px;

}



h1 {

	font-size: 18px;

	font-weight: 700;

	letter-spacing: 1.5px;

	text-transform: uppercase;

}



h2 {

        font-family: 'Playfair Display', serif;

	    font-size: 17px;

        font-weight: 700;

        -webkit-text-stroke-width: 0.1px;

        letter-spacing: 2px;

        margin-bottom: 20px;

        text-transform: lowercase;

        padding: 10px 5px;

        line-height: 1.5;

        color: #000;

        background-color: #FFF0F5;

        text-align: left;

}



h3 {

        font-size: 13px;

        line-height: 1.2;

        margin: 0px 0px 10px;

        font-weight: 700;

        letter-spacing: 1px;

        color: #000;

        opacity: 0.8;

        text-align: left;       

        text-transform: lowercase;

}



h4 {

     

}



h5 {

       font-family: 'Playfair Display', serif;

       color: #000;

       text-transform: uppercase;

       font-size: 12px;

       font-weight: 700;

       -webkit-text-stroke-width: 0.1px;

       letter-spacing: 1.5px;

       margin-bottom: 20px;  

}



h6 {

       font-family: 'Playfair Display', serif;

       color: #000;

       text-transform: uppercase;

       text-align: center;

       font-size: 19px;

       font-weight: 700;

       -webkit-text-stroke-width: 0.1px;

       letter-spacing: 1.5px;

       margin-bottom: 40px;  

}



h6.table {

	    padding: 12px 0 12px 7px;     

}



.attribute {

        text-align: center;

	    font-size: 10px; 

        padding: 0px;

        margin-top: -56px; 

        margin-bottom: 28px;         

}



.subtitle {

       font-family: 'Lato', sans-serif;

       text-align: center;

       color: #000;

       font-size: 12px;

       font-weight: 700;

       letter-spacing: 1.5px;

       margin-top: -20px;

       margin-bottom: 20px;  

}



.related {

        font-family: 'Playfair Display', serif;

        font-size: 12px;

        font-weight: 700;

        -webkit-text-stroke-width: 0.1px;

        letter-spacing: 2px;

        margin-bottom: 20px;

        text-transform: uppercase;

        border-bottom: 1px solid #9E9E9E;

        color: #000;

        background-color: #FFF;

}



.share-this-post {

       font-family: 'Playfair Display', serif;

       color: #000;

       text-transform: uppercase;

       text-align: center;

       font-size: 20px;

       font-weight: 700;

       -webkit-text-stroke-width: 0.1px;

       line-height: 1.2;

       letter-spacing: 1.5px;

       margin-bottom: 20px;

}



/* ## Objects

--------------------------------------------- */



embed,

iframe,

img,

object,

video,

.wp-caption {

	max-width: 100%;

}



embed,

iframe {

	max-width: 100%;

    margin: 0;

}



.spotify iframe {

        top: 0;

        bottom: 0;

        left: 0;

        right: 0;

        width: 100%;

        border: 0;
	
	    height: 150px;

}



.youtube {

    position: relative;

    width: 100%;

    height: 0;

    padding-bottom: 56.25%;

}



.youtube iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.yoga-landing-youtube {

    width: 75%;

    height: auto;

    padding-bottom: 5%;

}



.ytp-chrome-bottom {

   display: inline-block !important;

}



.wp-caption {

	border-bottom: 0px, none;

	padding: 4px;

}



img {

	height: auto;

}



.featured-content img,

.gallery img {

	width: auto;

}



img.post-image.entry-image {

        margin-left: auto;

        margin-right: auto;

        display: block;

        margin-bottom: 20px;

}



/* ## Gallery

--------------------------------------------- */



.gallery {

	overflow: hidden;

}



.gallery-item {

	float: left;

	margin: 0 0 28px;

	text-align: center;

}



.gallery-columns-2 .gallery-item {

	width: 50%;

}



.gallery-columns-3 .gallery-item {

	width: 33%;

}



.gallery-columns-4 .gallery-item {

	width: 25%;

}



.gallery-columns-5 .gallery-item {

	width: 20%;

}



.gallery-columns-6 .gallery-item {

	width: 16.6666%;

}



.gallery-columns-7 .gallery-item {

	width: 14.2857%;

}



.gallery-columns-8 .gallery-item {

	width: 12.5%;

}



.gallery-columns-9 .gallery-item {

	width: 11.1111%;

}



.gallery img {

        border: 1px solid #9E9E9E !important;

        height: auto;

	    padding: 4px;

}



.gallery img:hover {

        background-color: #E0F2F1;     

}



/* ## Interval Timer

--------------------------------------------- */



.interval-timer-border {

	background-color: #F5F5F5;

}



.gif-timer-border {

	margin-bottom: -100px;

}



.youtube-timer-border {

	margin-bottom: -50px;

}


/* ## Forms

--------------------------------------------- */



input,

select,

textarea {

        font-family: 'Lato', sans-serif;

	    background-color: #fff;

	    border: 1px solid #9E9E9E;

	    color: #000;

	    font-size: 16px;

	    font-weight: 400;

        letter-spacing: 1.5px;

	    padding: 16px;

	    width: 75%;

}



input:focus,

textarea:focus {

	border: 1px solid #9E9E9E;

	outline: none;

}



input[type="checkbox"],

input[type="image"],

input[type="radio"] {

    width: auto;

    height: 1em;

    border: 1px solid #ccc;

    -webkit-appearance: checkbox!important;

}



::-moz-placeholder {

	color: #000;

	font-weight: 400;

	opacity: 1;

}



::-webkit-input-placeholder {

	color: #000;

	font-weight: 400;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"],

.button {

        font-family: 'Lato', sans-serif;

	    background-color: #FFF;

	    border: 1px solid #9E9E9E;

	    color: #000;

	    cursor: pointer;

	    font-size: 12px;

	    font-weight: 700;

	    letter-spacing: 2px;

	    padding: 10px 18px;

        margin-left: 18px;

	    text-transform: uppercase;

	    width: 75%;       

}



.gform_footer input[type=submit] {

	font-size: 12px !important;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"],

.button:hover {

	background-color: #000;

	color: #fff;

}



.entry-content .button:hover {

	color: #fff;

}



.footer-widgets button:hover,

.footer-widgets input:hover[type="button"],

.footer-widgets input:hover[type="reset"],

.footer-widgets input:hover[type="submit"],

.footer-widgets .button:hover {

	background-color: #fff;

	color: #000;

}



.button {

	display: inline-block;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button {

	display: none;

}



.weight-loss-form {

    border: 1px solid #9E9E9E;

    margin-right: auto;

    margin-left: auto;

    margin-bottom: 5%;

    padding-top: 5%;

    padding-bottom: 5%;

    text-align: center;

    background: #FFF0F5;

}



.bikini-body-form {

    border: 0px solid #9E9E9E;

    margin-right: auto;

    margin-left: auto;

    margin-bottom: 5%;

    padding-top: 5%;

    padding-bottom: 5%;

    text-align: center;

    background-image: url(images/sign-up-bikini-body-challenge-form.jpg);

    background-repeat: repeat;

    background-size: 100%;

    background-position: 50% 50%;

}



.form-border {

    border: 0px solid #9E9E9E;

    margin-right: auto;

    margin-left: auto;

    padding-top: 5%;

    padding-bottom: 5%;

    text-align: left;

    background: #FFF;

}



.form-border button, 

.form-border input[type="button"], 

.form-border input[type="reset"], 

.form-border input[type="submit"], 

.form-border .button,

.bikini-body-form button, 

.bikini-body-form input[type="button"], 

.bikini-body-form input[type="reset"], 

.bikini-body-form input[type="submit"], 

.bikini-body-form .button,

.weight-loss-form button, 

.weight-loss-form input[type="button"], 

.weight-loss-form input[type="reset"], 

.weight-loss-form input[type="submit"], 

.weight-loss-form .button {

    margin-left: 0;

    background-color: #000;

    color: #FFF;

}



.form-border button:hover, 

.form-border input:hover[type="button"], 

.form-border input:hover[type="reset"], 

.form-border input:hover[type="submit"], 

.form-border .button:hover,

.bikini-body-form button:hover, 

.bikini-body-form input:hover[type="button"], 

.bikini-body-form input:hover[type="reset"], 

.bikini-body-form input:hover[type="submit"], 

.bikini-body-form .button:hover,

.weight-loss-form button:hover, 

.weight-loss-form input:hover[type="button"], 

.weight-loss-form input:hover[type="reset"], 

.weight-loss-form input:hover[type="submit"], 

.weight-loss-form .button:hover {

    margin-left: 0;

    background-color: #FFF;

    color: #000;

}



/* ## Tables

--------------------------------------------- */



table {

        font-size: 12px; 

        border: 1px solid #9E9E9E;	

        border-collapse: collapse;

	    border-spacing: 0;

	    line-height: 2;

	    margin-bottom: 40px;

	    width: 100%;

        table-layout: fixed;

}



tbody,

tr {

	    border: 1px solid #9E9E9E;

}



td,

th {

	    text-align: center;

        border: 1px solid #9E9E9E;

}



td {

	    padding: 7px;

}



th {

        padding: 2px;

}



.workout-plans .weight-loss .beginner-pantry td p,

.online-resources .beginner-pantry td p {

        box-shadow: inset 0 -12px 0 rgba(255, 199, 208, 0.4);

        margin: 0 0 10px;

}



.online-resources .beginner-pantry td a {

        text-decoration: none;

}



.fitness-tips .vegetables-fruits .names {

        width: 25%;

}
 
 

/* # Structure and Layout

---------------------------------------------------------------------------------------------------- */



/* ## Archive Page

--------------------------------------------- */



ul.archives h2 {

	border-bottom: 1px solid #9E9E9E;

	padding-bottom: 20px;

}



ul.archives h3 {

	border-bottom: 1px dashed #000;

	padding-bottom: 20px;

}



ul.archives {

	list-style-type: none;

	margin-left: 0;

	margin-top: 2rem;

}

 

ul.archives > li {

	margin-left: 0;

	margin-bottom: 4rem;

}

 

.page-template-page_archive-php .entry-content ul li {

	list-style-type: none;

	list-style-image: none;

}

 

.monthly-archives > li {

	margin-bottom: 2rem;

}

 

.monthly-archives {

	margin-top: 3rem;

}

 

.page-template-page_archive-php .entry-content ol li li, .page-template-page_archive-php .entry-content ul li li {

    margin-left: 3rem;

}



/* ## Search Results Page

--------------------------------------------- */



.search .entry-pagination {

	display: none;

}



/* ## Site Containers

--------------------------------------------- */



.site-container {

	margin: 0 auto;

	width: 100%;
	
	overflow-x: hidden;

}



.site-inner,

.wrap {

	clear: both;

	margin: 0 auto;

	max-width: 100%;

}



.site-inner {

	background-color: #fff;

	clear: both;

	margin-top: 0; 
	
	padding: 30px 0 0 0;

}



/* ## Column Widths and Positions

--------------------------------------------- */



/* ### Wrapping div for .content and .sidebar-primary */



.content-sidebar-sidebar .content-sidebar-wrap,

.sidebar-content-sidebar .content-sidebar-wrap,

.sidebar-sidebar-content .content-sidebar-wrap {

	width: 980px;

}



.content-sidebar-sidebar .content-sidebar-wrap {

	float: left;

}



.sidebar-content-sidebar .content-sidebar-wrap,

.sidebar-sidebar-content .content-sidebar-wrap {

	float: right;

}



/* ### Content */



.content {

	float: right;

	width: 65%;

        margin-bottom: 0;

}



.content-sidebar .content,

.content-sidebar-sidebar .content,

.sidebar-content-sidebar .content {

	float: left;

}



.content-sidebar-sidebar .content,

.sidebar-content-sidebar .content,

.sidebar-sidebar-content .content {

	width: 580px;

}



.full-width-content .content {

	width: 100%;

}



/* ### Primary Sidebar */



.sidebar-primary {

	float: right;

	width: 30%;
	
	padding-right: 30px;

}



.sidebar-content .sidebar-primary,

.sidebar-sidebar-content .sidebar-primary {

	float: left;

}



/* ### Secondary Sidebar */



.sidebar-secondary {

	float: left;

	width: 180px;

}



.content-sidebar-sidebar .sidebar-secondary {

	float: right;

}



/* ## Column Classes

--------------------------------------------- */

/* Link: //twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */



.five-sixths,

.four-sixths,

.one-fourth,

.one-half,

.one-sixth,

.one-third,

.three-fourths,

.three-sixths,

.two-fourths,

.two-sixths,

.two-thirds {

	float: left;

	margin-left: 2.564102564102564%;

}



.one-half,

.three-sixths,

.two-fourths {

	width: 48.717948717948715%;

}



.one-third,

.two-sixths {

	width: 31.623931623931625%;

}



.four-sixths,

.two-thirds {

	width: 65.81196581196582%;

}



.one-fourth {

	width: 23.076923076923077%;

}



.three-fourths {

	width: 74.35897435897436%;

}



.one-sixth {

	width: 14.52991452991453%;

}



.five-sixths {

	width: 82.90598290598291%;

}



.first {

	clear: both;

	margin-left: 0;

}



/* # Common Classes

---------------------------------------------------------------------------------------------------- */



/* ## Avatar

--------------------------------------------- */



.avatar {

	float: left;

}



.alignleft .avatar,

.author-box .avatar {

	background: #fff;

	border: 1px solid #9E9E9E;

	margin-right: 24px;

	padding: 7px;

}



.alignright .avatar {

	margin-left: 24px;

}



.comment .avatar {

	background-color: #fff;

	border: 1px solid #9E9E9E;

	margin: 0 16px 24px 0;

	padding: 4px;

}



/* ## Genesis

--------------------------------------------- */



.breadcrumb {

	margin-bottom: 20px;

}



.archive-description {

        background-color: #FFF0F5;

        color: #000;

	font-family: 'Lato', sans-serif;

	font-size: 12px;     

	margin-bottom: 40px;

	padding: 10px;

	text-transform: uppercase;

        letter-spacing: 2px;

        font-weight: 700;

}



.author-box {

	background-color: #fff;

	border: 1px solid #9E9E9E;

	font-family: 'Lato', sans-serif;

	font-size: 12px;

	margin-bottom: 40px;

	padding: 20px;

	text-transform: none;

}



.content-sidebar .author-box, .sidebar-content .author-box {

	max-width: 630px;

}



.author-box-title {

	background: #EBF1F8;

	color: #000;

	font-family: 'Lato', sans-serif;

	font-size: 14px;

	font-weight: 700;

	margin-bottom: 4px;

	padding: 10px;

	text-transform: uppercase;

}



.archive-description p:last-child,

.author-box p:last-child {

	margin-bottom: 0;

}



/* ## Search Form

--------------------------------------------- */



.search-form {

	overflow: hidden;

}



.site-header .search-form {

	float: right;

	margin-top: 12px;

}



.entry-content .search-form,

.site-header .search-form {

	width: 50%;

}



.genesis-nav-menu .search input[type="submit"],

.widget_search input[type="submit"] {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	padding: 0;

	position: absolute;

	width: 1px;

}



/* ## Titles

--------------------------------------------- */



.archive-title {

	    font-size: 12px;

        letter-spacing: 2px;

        color: #000;

        background-color: #FFF0F5;

        margin: 0;

}



h1.entry-title {

        font-family: 'Playfair Display', serif;

	    margin-bottom: 40px;       

        text-transform: capitalize;

        color: #000;

        font-size: 18px;

        letter-spacing: 2px;

        font-weight: 700;

        -webkit-text-stroke-width: 0.1px;
	
	    line-height: 1.5;

}



h2.entry-title a {

    color: #000;

    font-size: 13px;

}



h2.entry-title a:hover {

    text-decoration: none;

}



.entry-title {

	font-size: 13px;

	text-align: center;

        background: none;

}



.sidebar .widget-title {

	   background-color: transparent;
	
	   color: #000;

	   font-family: 'Lato', sans-serif;

	   font-size: 20px;

	   font-weight: 700;

       letter-spacing: 1px;
	
	   line-height: 1.5;

        margin-bottom: 5%;

	    text-transform: capitalize;

        text-decoration: none;
	
	    text-align: center;

}



.entry-title a,

.sidebar .widget-title a {

	color: #000;

}



.sidebar h2.entry-title a {

	font-size: 12px;

}



.sidebar .textwidget a:hover {

	text-decoration: none;

}



.sidebar li a:hover {

	text-decoration: none;

}



.entry-title a:hover {

	color: #BDBDBD;

}



.widget-title {

        background-color: transparent;

        color: #000;

	    font-family: 'Lato', sans-serif;

	    font-size: 20px;

	    font-weight: 700;

	    letter-spacing: 1px;

        margin-bottom: 5%;

	    text-transform: capitalize;

        line-height: 1.5;
	
	    text-align: center;

}



/* ## WordPress

--------------------------------------------- */



a.aligncenter img {

	display: block;

	margin: 0 auto;

}



a.alignnone {

	display: inline-block;

}



.alignleft {

	float: left;

	text-align: left;

}



.alignright {

	float: right;

	text-align: right;

}



a.alignleft,

a.alignnone,

a.alignright {

	max-width: 100%;

}



img.centered,

.aligncenter {

	display: block;

	margin: 0 auto 24px;

}



img.alignnone,

.alignnone {

	margin-bottom: 12px;

}



a.alignleft,

img.alignleft,

.wp-caption.alignleft {

	margin: 0 24px 24px 0;

}



a.alignright,

img.alignright,

.wp-caption.alignright {

	margin: 0 0 24px 24px;

}



.wp-caption-text {

	font-size: 12px;

	font-weight: 700;

	text-align: center;

}



.entry-content p.wp-caption-text {

	margin-bottom: 0;

}



.entry-content a {

	color: #000;

        text-decoration: underline;

}



.entry-content .more-link {

        text-decoration: none;

        font-weight: 700;

}



.entry-content a:hover {

	color: #BDBDBD;

}



/* # Widgets

---------------------------------------------------------------------------------------------------- */



.after-entry {

	background: #fff;

	padding: 0;

}

a.formkit-powered-by-convertkit {
	
	display: none !important;
}


section#convertkit_form-2 {

	padding: 0;

}

section#convertkit_form-3 {

	margin-bottom: 3em;

}

form.seva-form.formkit-form {
    margin-bottom: 0;
}

form.seva-form.formkit-form[data-uid="ec7738d792"] {
		max-width: 900px;
	     border: 0;
	     margin-bottom: 0;
}

form.seva-form.formkit-form[data-uid="f6608350e2"] {
		max-width: none;
	     border: 1px solid #9E9E9E;
	     margin-bottom: 50px;
}

.formkit-form[data-uid="f6608350e2"] .seva-fields.formkit-fields {
	width: 75%;
}

.formkit-header h2 {

	background-color: transparent;
	font-family: 'Lato', sans-serif;
    text-transform: capitalize;
	text-align: center;
}

.formkit-alert-success {
	background: #fff !important;
	border-color: #000 !important;
	color: #000 !important;
}

.convertkit-7004325 button.formkit-submit.formkit-submit {
	margin: 0 auto;
}

.formkit-form[data-uid="c8bc44a185"],
.formkit-form[data-uid="9064b1d1f1"] {
	
	max-width: 800px !important;
}


#mimi-form-4.widget.mimi-form {      

	    padding: 20px;

        border: 1px solid #9E9E9E;

        margin-bottom: 40px;

        margin-top: 30px;

        background-image: url(images/subscribe-after-entry-spotebi.png);

        background-repeat: no-repeat;

        background-size: 20%;

        background-position: 5% 20%;

}



#mimi-form-4.widget.mimi-form .widget-title {      

        margin-top: 20px;

}



#mimi-form-4.widget.mimi-form .subscribe-box .subscribe-newsletter {      

	    font-weight: 400;

        padding-bottom: 10%;

}



.after-entry h4 {

	    text-align: center;

}



#text-35.widget.widget_text .bundle-call-to-action-after-entry .bundle-call-to-action-header {

        background-color: #FFF0F5;

}



#text-35.widget.widget_text .bundle-call-to-action-after-entry .bundle-call-to-action-text {

        font-size: 14px;

}



#text-16.widget.widget_text {

        border: 1px solid #9E9E9E;

        padding: 5%;

        background-color: #FFF;

}



#text-16.widget.widget_text p {

       text-align: center;

}

        

#text-16.widget.widget_text .basic-grid li {

        width: 50%;

        margin-bottom: 4%;

}



#text-16.widget.widget_text .basic-grid figure {

        overflow: visible;

}



#text-16.widget.widget_text .basic-grid img {

        box-shadow: 0 0 0 0;

        border: 1px solid #9E9E9E;

}



#text-16.widget.widget_text .button {

        border: 1px solid #9E9E9E;

        background-color: #212121;

        color: #FFF;

        width: 90%;

        text-align: center;

	    font-size: 14px;

      	font-weight: 700;

        margin: 0 auto;

        margin-top: 5%;

        padding: 5% 0 5% 0;

}



#text-16.widget.widget_text .button:hover, #text-16.widget.widget_text .button:hover a {        

       background-color: #FFF; 

       color: #000;

       text-decoration: none;

}



.after-entry-workout-plans-text {

        font-size: 14px; 
	
	    text-align: center;

        padding: 3%;

        background-color: #FFF0F5;

}



.after-entry .enews-widget input[type="submit"] {

	text-transform: uppercase;

}



.subscribe-box .subscribe-newsletter {

        font-family: 'Playfair Display', serif;

        text-align: center;

	    font-size: 14px;

      	font-weight: 700;

        -webkit-text-stroke-width: 0.1px;

	    letter-spacing: 2px;

	    padding-top: 10%;

        padding-left: 35%;

        padding-right: 5%;

        padding-bottom: 5%;

}



#mimi-form-4.widget.mimi-form form.mimi-form {

    background-color: #FAFAFA;

    padding: 5%;

}



#mimi-form-4.widget.mimi-form .button {

        border: 1px solid #9E9E9E;

        background-color: #212121;

        color: #FFF;

        width: 75%;

        text-align: center;

	    font-size: 12px;

      	font-weight: 700;

        margin: 0 auto;

        padding: 20px;

	    text-transform: uppercase;

        letter-spacing: 2px;

        margin-right: 12.5%;

        margin-left: 12.5%;

}



#mimi-form-4.widget.mimi-form .button:hover, #mimi-form-4.widget.mimi-form .button:hover a {        

       background-color: #FFF; 

       color: #000;

       text-decoration: none;

       border: 1px solid #9E9E9E;

}



.online-resources form.wpcf7-form {  

        padding: 5%;   

}



.online-resources .plans-box,

.online-resources-posts .plans-box,

.vacation .plans-box,

.weight-loss .plans-box {  

        width: 75%;   

	padding: 20px 0;

        border: 0;

        margin-bottom: 0;

        margin-top: 30px;

}



.online-resources .plans-box .plans-box-text,

.online-resources-posts .plans-box .plans-box-text {

	    padding-top: 0%;

        padding-bottom: 5%;

}



.exercise-guide-landing-page .plans-box .plans-box-text,

.workout-routines-landing-page .plans-box .plans-box-text,

.workout-motivation-landing-page .plans-box .plans-box-text,

.freebies-landing-page .plans-box .plans-box-text,

.recipes-landing-page .plans-box .plans-box-text,

.workout-plans-landing-page .plans-box .plans-box-text,

.fitness-calculators .plans-box .plans-box-text {

	    padding-top: 0;

        padding-bottom: 0;

	    font-family: 'Lato', sans-serif;

        letter-spacing: 1.5px;	    

}


.my-plans-landing-page .plans-box .plans-box-text {

	    padding: 5% 2% 2% 2%;

	    font-family: 'Lato', sans-serif;

        letter-spacing: 1.5px;
	
	    font-size: 20px;

}


.vacation .plans-box .plans-box-image,

.weight-loss .plans-box .plans-box-image,

.online-resources .plans-box .plans-box-image,

.online-resources-posts .plans-box .plans-box-image {

	width: 100%;

        height: auto;

        padding-bottom: 5%;

}



.vacation .plans-box .plans-box-text a,

.weight-loss .plans-box .plans-box-text a {

	text-decoration: none;

        font-weight: 700;

}



.slimdown-week .plans-box {  

        width: 75%;   

	padding: 20px;

        border: 0;

        margin-bottom: 50px;

        margin-top: 40px;

}



.workout-plans .slimdown-week .entry-content .bundle-call-to-action {  

        margin-bottom: 30px;

}



.workout-plans .slimdown-week .entry-content .bundle-call-to-action .bundle-call-to-action-text {  

        margin-right: 10px;

        margin-left: 10px;

        margin-top: -20px;

}



.online-resources-posts .entry-content .bundle-call-to-action {  

        padding: 10px 20px 0px 20px;

        margin-top: 30px;


}



.subscribe-page .plans-box {  

        width: 75%;   

	    padding-right: 20px;

        padding-left: 20px;

        border: 0;

        margin-bottom: 50px;

        margin-top: 0;

}



.page-id-36092 .adthrive-comscore.adthrive-footer-message,

.page-id-72295 .adthrive-comscore.adthrive-footer-message {
	
	display: none;

}


body.page-id-36092,

body.page-id-72295 {
	
	background-color: #FFF;

}



.slimdown-week .plans-box .plans-box-text,

.subscribe-page .plans-box .plans-box-text {

	padding-top: 0%;

        padding-bottom: 10%;

}



.slimdown-week .plans-box .plans-box-image,

.subscribe-page .plans-box .plans-box-image {

	width: 25%;

        height: auto;

        padding-bottom: 5%;

}



.plans-box .plans-box-text,

.workouts-subscribe-box .workouts-subscribe-box-text {

        font-family: 'Playfair Display', serif;

        text-align: center;

	    font-size: 16px;

      	font-weight: 400;

        -webkit-text-stroke-width: 0.1px;

	    letter-spacing: 2px;

	    padding-top: 25px;

        padding-left: 10%;

        padding-right: 10%;

        padding-bottom: 5px;

}



.workouts-subscribe-box .workouts-subscribe-box-text {

	padding-top: 5%;

}



.workout-plans form.mimi-form .button {

        font-size: 13px;

        background-color: #212121;

        color: #FFF;

}



.workout-plans form.mimi-form .button:hover {

        background-color: #FFF;

        color: #000;

}



.workouts .workouts-subscribe-box {

    border: 1px solid #9E9E9E;

}



.workout-plans .mimi-box,

.workouts .workouts-subscribe-mimi-box {

    background-image: url(images/subscribe-sidebar-spotebi.jpg);

    background-repeat: no-repeat;

    background-size: 100%;

    background-position: 50% 50%;

    padding: 5%;

    width: 75%;

    border: 1px solid #9E9E9E;

}



.workouts .workouts-subscribe-mimi-box {

    width: 100%;

    border: 0;

}



.workouts .workouts-subscribe-mimi-box .button {

        font-size: 13px;

        background-color: #212121;

        color: #FFF;

        margin: 0 auto;

}



.workouts .workouts-subscribe-mimi-box .button:hover {

        background-color: #FFF;

        color: #000;

}



.workout-plans .mimi-field {

        margin: 0 auto;

        width: 50%;

}



.workouts .workouts-subscribe-mimi-box .mimi-field {

        margin: 0 auto;

        width: 75%;

}



.prettychic-home .content .widget-title {

        background-color: #FFF0F5;

        padding: 10px;

}



.home-middle .featured-content a,

.home-top .featured-content a {

	position: relative;

}



.content .home-middle .featured-content .entry,

.content .home-top .featured-content .entry {

	border: none;

	float: left;

	max-width: 100%;

}



.home-middle .featured-content .entry {

	width: 310px;

}



.home-bottom .featured-content ul {

	clear: both;

	margin-bottom: 30px;

}



.home-middle .featured-content .entry-content p:last-child,

.home-top .featured-content .entry-content p:last-child,

.sidebar .featured-content .entry:last-child {

	margin-bottom: 0;

}



.home-middle .featured-content .entry:nth-of-type(2n+1) {

	clear: left;

	margin-right: 30px;

}



.home-middle .featured-content, .home-bottom .featured-content, .home-top .featured-content {

	clear: both;

	overflow: hidden;

}



.home-bottom a.more-link, .home-middle a.more-link,

.home-top a.more-link {

	clear: both;

	color: #000

	font-family: 'Lato', sans-serif;

	font-size: 10px;

	font-weight: 700;

	letter-spacing: 2px;

	margin-top: 20px;

	padding: 4px 7px;

	text-align: center;

	text-transform: uppercase;

        text-decoration: none;

}



.home-bottom a.more-link:hover, .home-middle a.more-link:hover,

.home-top a.more-link:hover {

	opacity: 0.6;

}



.home-top .basic-grid figure p , .home-top .printables-grid figure p {

    height: auto;

}



.home-top .basic-grid figure , .home-top .printables-grid figure {

    height: auto;

}



.home-top.widget-area {

    padding-left: 30px;

}



.logospace,

.bannerspace {

	background: #FAFAFA;

	clear: both;

	display: block;

    margin-bottom: 0;

	margin-top: 45px;

	overflow: hidden;

	padding: 17px 0 0 0;

	text-align: center;

	width: 100%;

}



.logospace .widget,

.bannerspace .widget {

	display: inline-block;

	text-align: center;

	max-width: 960px;

}



.logospace .textwidget,

.bannerspace .textwidget {

	float: none;

	margin: 0 auto;

}



.bannerspace .textwidget {

        margin-top: 8%;

        margin-bottom: 2%;

        border: 1px solid #9E9E9E;

        padding: 2%;

}



.header-spotebi {

        width: 300px;

        height: 121px;

        max-width: 95%;

        margin: auto;

        background: url(images/blog-header-image-stacked.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.below-content {

    border: 0;

    clear: both;

    margin: 0 auto;

    padding-bottom: 20px;

    padding-top: 30px;

    min-height: 265px;

    width: 100%;

    background-color: #FAFAFA;
	
	border-top: 0px solid #9E9E9E;

}



.below-content .widget-title {
	
	margin-bottom: 60px;

}


.below-content #search-4 {

    float: left;

    margin-left: 0;

    width: 48%;

    margin-bottom: 2%;

}



.below-content #search-4 .search-form {

    margin-top: 15%;

    margin-left: 10%;

    margin-right: 10%;

}



.below-content input,

.below-content select,

.below-content textarea {
	
	background-color: transparent;
	
	border: 0px solid #9E9E9E;
	
	border-bottom: 1px solid #9E9E9E;
	
	padding: 10px;

}



.below-content .search-form input[type="search"] {

    width: 100%;

}



.below-content .search-form input[type="submit"] {

    border: 0;

    clip: rect(0, 0, 0, 0);

    height: 1px;

    margin: -1px;

    padding: 0;

    position: absolute;

    width: 1px;

}



.below-content #text-39 {

    float: left;

    margin-left: 3%;

    width: 48%;

    margin-bottom: 2%;

}



.below-content .textwidget {

    margin-top: 10%;

    margin-left: 20%;

    margin-right: -15%;

}



.below-content .textwidget li {

    display: inline-block;

    float: left;

    width: 50%;

    font-size: 0.7rem;

    margin-bottom: 4px;

    padding-bottom: 4px;

    text-transform: uppercase;

}



.below-content .textwidget li:nth-child(2n+1) {

    float: left;

}



.below-content .textwidget li:nth-child(2n) {

    float: left;

}



.below-content a {

    text-decoration: none;

}



.below-content section#custom_html-4 {
	
	padding-bottom: 130px;
}



.below-content section#mimi-form-5 {
	
	 margin: 10% 10%;

}



.below-content section#mimi-form-5 input,

.below-content section#mimi-form-5 input.button.mimi-submit {
	
	width: 60%;
	
	margin-right: 20%;
	
	margin-left: 20%;

}



.below-content section#mimi-form-5 input.button.mimi-submit {
	
	margin-top: 20px;
	
	color: #FFF;
	
	background-color: #212121;
	
	font-size: 13px;

}



.below-content #simple-social-icons-6 {

    width: 100%;

    margin: 0;

}



.home-middle .featured-content .entry {

	height: 240px;

	margin-bottom: 0;

	padding: 0;

}



.home-middle h2 {

	background-color: #fff !important;

	font-family: 'Lato', sans-serif;

	font-size: 13px !important;

	font-weight: 700;

	margin: 0 auto;

	opacity: .8;

	padding: 12px;

	position: relative;

	text-align: center;

	text-transform: uppercase;

	top: -150px;

	width: 80%;

}

	

.home-middle h2 a {

	color: #000;

	opacity: 1;

}



.widget {

	word-wrap: break-word;

}



.widget ol > li {

	list-style-position: inside;

	list-style-type: decimal;

	padding-left: 20px;

	text-indent: -20px;

}



.widget li li {

	border: none;

	margin: 0 0 0 30px;

	padding: 0;

}



.widget_calendar table {

	width: 100%;

}



.widget_calendar td,

.widget_calendar th {

	text-align: center;

}



/* ## Logospace Posts

--------------------------------------------- */




/* ## Featured Content

--------------------------------------------- */



.featured-content .entry {

	margin-bottom: 10px;

	padding: 0 0 24px;

}



.featured-content .entry-title {

	font-size: 16px;

        background-color: transparent;

}



/* # Calculated Fields Form

---------------------------------------------------------------------------------------------------- */



#fbuilder .medium {

    margin-left: 0px;

}



#fbuilder .fields, #fbuilder .fform {
	
	padding: 10px 0px !important;
	
}



.cp_cff_elegant #fbuilder {
	
	color: rgb(0, 0, 0) !important;
	
}



.cp_cff_elegant #fbuilder h1 {
	
	color: rgb(0, 0, 0) !important;

}



.cp_cff_elegant #fbuilder .fields.section_breaks,

.cp_cff_elegant #fbuilder .fform span {
	
	color: rgb(0, 0, 0) !important;
	
	border-top: 0px dotted rgb(0, 0, 0) !important;
	
	border-bottom: 0px dotted rgb(0, 0, 0) !important;
	
	line-height: 1.75;

}



.cp_cff_elegant #fbuilder select,

.cp_cff_elegant #fbuilder textarea,

.cp_cff_elegant #fbuilder input[type=date],

.cp_cff_elegant #fbuilder input[type=datetime],

.cp_cff_elegant #fbuilder input[type=time],

.cp_cff_elegant #fbuilder input[type=search],

.cp_cff_elegant #fbuilder input[type=url],

.cp_cff_elegant #fbuilder input[type=email],

.cp_cff_elegant #fbuilder input[type=password],

.cp_cff_elegant #fbuilder input[type=text],

.cp_cff_elegant #fbuilder input[type=number],

.cp_cff_elegant #fbuilder input[type=file] {
	
	border: 1px solid #9E9E9E !important;
	
	box-shadow: 0 0 black !important;
	
	font-size: 16px !important;

}



.cp_cff_elegant #fbuilder .uh {
	
	color: rgb(0, 0, 0) !important;

}



.cp_cff_elegant #fbuilder legend {
	
	color: rgb(0, 0, 0) !important;

}



.cp_cff_elegant #fbuilder input[type=button],

.cp_cff_elegant #fbuilder input[type=reset],

.cp_cff_elegant #fbuilder .pbSubmit,

.cp_cff_elegant #fbuilder .pbPrevious,

.cp_cff_elegant #fbuilder .pbNext {
	
	background: rgb(0, 0, 0) !important;

}



.cp_cff_elegant #fbuilder .dfield.slider-container {
	
	padding-left: 10px !important;
	
	padding-right: 10px !important;
	
	padding-top: 5px !important;

}



.cp_cff_elegant #fbuilder .slider {
	
	background: rgb(0, 0, 0) !important;

}



.cp_cff_elegant #fbuilder .ui-slider-handle {
	
	border: 1px solid #9E9E9E !important;

}



/* # Plugins

---------------------------------------------------------------------------------------------------- */



.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {

        display: none;

}



.woocommerce div#dpsp-content-top {

        display: none;

}

.woocommerce div.product form.cart .button {

        background-color: #000;
	
	    padding: 20px 0px;
	
	    font-size: 15px !important;

}


.woocommerce .cart .button[name="update_cart"] {

        display: none !important;

}


.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {

	list-style-type: none !important;

}



.woocommerce div.product div.images img, .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {

	box-shadow: 0 0 0 0!important;

	border: 0px solid #9E9E9E;

	padding: 4px;

	-webkit-box-shadow: 0 0 0 0 !important;

}



.woocommerce button.button.alt, .woocommerce-page button.button.alt {

	color: #fff !important;

	font-family: Lato !important;

	font-weight: 700 !important;

	text-shadow: 0 0 0 !important;

}



.woocommerce-account .woocommerce a.button {

	    white-space: pre-wrap;

}



.woocommerce a.button {

	    font-size: 12px !important;

        background-color: #000;

        color: #FFF;

}



.woocommerce a.button:hover {

	    font-size: 12px;

        background-color: #F5F5F5;

        color: #000;

}



.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {

        background-color: #000;

        color: #FFF;

}



.woocommerce ul.products li.product .button {

    background-color: #000;

    color: #FFF;
	
	padding: 20px 0px;
	
	font-size: 15px !important;

}



.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {

    background-color: #F5F5F5 !important;

    color: #000 !important;

}



.woocommerce ul.products li.product .button:hover {

    background-color: #F5F5F5;

    color: #000;

}



.woocommerce ul.products li.product .price {

    color: #000 !important;

    text-align: left;

    font-weight: 700 !important;

}



.woocommerce div.product p.price, .woocommerce div.product span.price {

    color: #000 !important;

    font-weight: 700;

}



.woocommerce span.onsale {

    background-color: #FA8072 !important;
    min-height: 4.236em !important;
    min-width: 4.236em !important;
    line-height: 3.9 !important;
    font-size: 1em !important;
	margin: 10px !important;

}

.woocommerce-info::before {

    color: transparent !important;

}

.woocommerce .wc-memberships-restriction-message {

    background-color: #FFF0F5;
	padding: 5em 3em;
	border-top: 0px;

}


.woocommerce ul.products li.product .onsale {

	margin: 10px;

}



.woocommerce div.product p.price ins,

.woocommerce div.product span.price ins,

.woocommerce ul.products li.product .price ins {
	
	text-decoration: none;

}



.woocommerce-product-gallery__wrapper {

    width: 90%;

    margin: 0 auto;

}



.woocommerce-product-gallery__image {

    margin-bottom: 2em;

}



.woocommerce ul.products li.first,

.woocommerce-page ul.products li.first,

.woocommerce ul.products li.product, 

.woocommerce-page ul.products li.product,

.woocommerce-page ul.products::after {

    clear: none;

}



.woocommerce ul.products li.last, 

.woocommerce-page ul.products li.last {

    clear: none;

}



.woocommerce ul.products li.product:nth-child(2n), 

.woocommerce-page ul.products li.product:nth-child(2n) {

    float: left;

}



.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {

    width: 33%;

}



.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {

    padding: 1em;

}



.woocommerce table.my_account_orders .order-actions .button {

    text-align: center;

}



.woocommerce h1.page-title {

    margin-bottom: 80px;

}



.woocommerce h1.page-title,

.woocommerce h1.entry-title {

    font-family: 'Playfair Display', serif;

    text-transform: uppercase;

    color: #000;

    font-size: 1.5em;

    letter-spacing: 5px;

    font-weight: 700;

    -webkit-text-stroke-width: 0.1px;

    text-align: center;

}



.woocommerce h1.page-title {

    display: block;

    width: 170px;

    padding: 10px;

    margin: auto;

    margin-bottom: 50px;

    margin-top: 20px;

    border: 1px solid #9E9E9E;

    background-color: rgba(0,0,0,0.8);

    color: #FFF;

}



.woocommerce-subtitle {

    margin-left: 4%;

    font-size: 13px;

    letter-spacing: 1px;

    text-align: left;

    margin-bottom: 20px;

}



.woocommerce ul.products li.product h3 {

    text-transform: unset;

    margin-bottom: 0.5em;

}



.woocommerce ul.products li.product a {

    text-align: center;

}



.woocommerce-message {

    border-top-color: #000 !important;

}

td.product-quantity,
th.product-quantity {

    display: none !important;

}



.woocommerce-shipping-fields {

    display: none;

}



.woocommerce-additional-fields {

    display: none;

}



.woocommerce-info {

    border-top-color: #000 !important;

}


.woocommerce .site-container {
	padding: 20px;
}


.woocommerce table.shop_table {

    border: 0 !important;

    border-collapse: collapse;
	
	font-size: 16px;

}



table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table,

table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships,

table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details,

table.shop_table.subscription_details,

table.shop_table.order_details,

table.shop_table.shop_table_responsive.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-orders.woocommerce-orders-table--orders,

table.woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table {
	
	font-size: 12px;

}



.woocommerce table.shop_table tbody, tr {

     border: 0 !important;

}

 
   
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {

     border-top: 1px solid #9E9E9E !important;

}



.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {

     border-top: 1px solid #9E9E9E !important;

}



.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {

    background-color: #FFF;

}



.woocommerce table.shop_table td.membership-status {

    white-space: normal !important;

}



.woocommerce table.shop_table td {

    border-top: 1px solid #9E9E9E !important;

}

.woocommerce table.shop_table th {

    border-top: 1px solid #9E9E9E !important;

}

.woocommerce-cart td.actions .coupon {

        width: 50%;

}



.woocommerce-cart .cart_totals tr.cart-subtotal {

        display: none;

}



.woocommerce table.shop_table tfoot tr.cart-subtotal {

        display: none;

}


.woocommerce table.shop_table thead {
	
	    background-color: #fafafa;

}



.woocommerce table.shop_table tfoot tr.order-total {
	
	    background-color: #fafafa;

}



.woocommerce-cart .cart_totals tr.order-total td,

.woocommerce-cart .cart_totals tr.order-total th {

        border-top: 0;

}



.woocommerce-account table.shop_table_responsive tr {

        margin-bottom: 5%;

}



.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {

    display: block;

}



#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {

        border-collapse: collapse;

}



#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {

    background-color: #FFF !important;

    border-radius: 0px;

    margin-top: 7%;

}



ul.woocommerce-error {

    margin-left: 0px;

}



.woocommerce-error, .woocommerce-info, .woocommerce-message {

    background-color: #fafafa;

    border-top: 2px solid #9e9e9e;

}



.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {

    content: "\e021";

}



#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {

    border: 1em solid #fff0f5;

    border-right-color: transparent;

    border-left-color: transparent;

    border-top-color: transparent;

}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {

    background-color: #000 !important;
	
	margin-left: auto;
	
	margin-right: auto;
	
	text-decoration: none;
	
	padding: 20px 0px;
	
	font-size: 15px !important;

}

.woocommerce button#place_order {
	background-color: #000;
	
	margin-right: auto;
	
	margin-left: auto;
	
	padding: 20px 0px;
	
	font-size: 15px !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {

    border: 1px solid #9e9e9e;

}



#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {

    background-color: #fff0f5;

}



.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {

    width: 100%;

    margin-top: 3%;
	
    margin-left: auto;
	
	margin-right: auto;
	
	text-decoration: none;


}



.woocommerce .quantity .qty {

        display: none;

}



.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs {

        display: none;

}



.woocommerce div.product .woocommerce-tabs #tab-description h2 {

        display: none;

}



.woocommerce div.product .woocommerce-tabs #tab-description #testimonial_rotator_wrap_25065 {

        padding-top: 5%;

        margin-bottom: -5%;

        border-top: 1px solid #9E9E9E;

}



.woocommerce div.product form.cart div.quantity {

    width: 35%;

}



.woocommerce .cart .button {

    width: 100% !important;

    margin-top: 3%;

    font-size: 12px;

}



.woocommerce .cart .coupon {

	width: 25%;

}



.woocommerce .cart .coupon input#coupon_code.input-text {

	width: 100%;

}



.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {

    border: 1px solid #9E9E9E;

}



.woocommerce-account a.button {

	width: 100%;

}



.woocommerce-checkout .create-account {

    margin-top: 5%;

    margin-bottom: 5%;

}



.woocommerce-checkout #order_review_heading {

        margin-top: 30px;

}



.woocommerce-checkout #billing_email_field {

        width: 100%;

}



.woocommerce #text-34.widget.widget_text,

.woocommerce-account #text-34.widget.widget_text,

.woocommerce-cart #text-34.widget.widget_text,

.woocommerce-checkout #text-34.widget.widget_text {

        display: none;

}



.woocommerce #text-45.widget.widget_text,

.woocommerce-account #text-45.widget.widget_text,

.woocommerce-cart #text-45.widget.widget_text,

.woocommerce-checkout #text-45.widget.widget_text {

        display: none;

}



.woocommerce #text-44.widget.widget_text,

.woocommerce-account #text-44.widget.widget_text,

.woocommerce-cart #text-44.widget.widget_text,

.woocommerce-checkout #text-44.widget.widget_text {

       display: none;

}



.woocommerce #search-3.widget.widget_search,

.woocommerce-account #search-3.widget.widget_search,

.woocommerce-cart #search-3.widget.widget_search,

.woocommerce-checkout #search-3.widget.widget_search {

       display: none;

}



.woocommerce #featured-post-30,

.woocommerce-account #featured-post-30,

.woocommerce-cart #featured-post-30,

.woocommerce-checkout #featured-post-30 {

        display: none;

}



.woocommerce #featured-post-41,

.woocommerce-account #featured-post-41,

.woocommerce-cart #featured-post-41,

.woocommerce-checkout #featured-post-41 {

        display: none;

}



.woocommerce-checkout .woocommerce-password-strength,

.woocommerce-checkout .woocommerce-password-hint {

        display: none;

}



.woocommerce .product-subtitle {

        text-align: center;

        margin-top: -5%;

} 



.woocommerce .product_meta {

        display: none;

}



.woocommerce .shop .product-subtitle {

        text-align: left !important;

        margin-top: -5%;

}



.woocommerce div.product p.stock {

    display: none;

}



.woocommerce-form-coupon-toggle {

    display: none;

}



.single-product header.site-header,

.woocommerce-cart header.site-header,

.woocommerce-checkout header.site-header,

.woocommerce-shop header.site-header {
	
	display: none;
}



.single-product .sidebar,

.woocommerce-cart .sidebar,

.woocommerce-checkout .sidebar {
	
	display: none;
}



.single-product .logospace,

.single-product .bannerspace,

.woocommerce-cart .logospace,

.woocommerce-cart .bannerspace,

.woocommerce-checkout .logospace,

.woocommerce-checkout .bannerspace,

.woocommerce-shop .logospace,

.woocommerce-shop .bannerspace {
	
	display: none;
}



.single-product .content,

.woocommerce-cart .content,

.woocommerce-checkout .content {
	
	width: 80%;
	
	margin-right: 10%;
	
	margin-left: 10%;
}



.single-product section.up-sells.upsells.products {
	
	display: none;
}



.single-product .below-content.widget-area,

.woocommerce-cart .below-content.widget-area,

.woocommerce-checkout .below-content.widget-area,

.woocommerce-shop .below-content.widget-area {
	
	display: none;
}



.single-product footer.site-footer,

.woocommerce-cart footer.site-footer,

.woocommerce-checkout footer.site-footer,

.woocommerce-shop footer.site-footer {
	
	display: none;
}


.woocommerce .adthrive-footer {
	
	display: none;
}



.single-product .adthrive-comscore.adthrive-footer-message,

.woocommerce-cart .adthrive-comscore.adthrive-footer-message,

.woocommerce-checkout .adthrive-comscore.adthrive-footer-message,

.woocommerce-shop .adthrive-comscore.adthrive-footer-message {
	
	display: none;
}



.coupon-call-to-action {

        text-font: 14px;

        margin: 5% 5% 0% 5%;

}



.simple-social-icons {

	padding: 10px 20px 0 20px !important;

}



.pllexislider li {

	border-bottom: 0 !important;

}



.sidebar .featured-content .entry, .sidebar .alignnone {

	margin-bottom: 0;

	padding: 0 0 0 0;

}



.sidebar .featured-content .entry {

	border-top: 1px solid #9E9E9E;

	padding: 20px 0;

}



.sidebar .featured-content a.alignright {

	margin: 0 0 0 24px !important;

}



.sidebar .featured-content h2.entry-title a {

	font-size: 14px;
	
	font-weight: 400;

	line-height: 0.5;

}



.dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn,

.dpsp-networks-btns-wrapper.dpsp-networks-btns-content .dpsp-network-btn {
	
	--networkHover: transparent !important;

}



.dpsp-size-large .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn {
	
	margin-left: 0px;

}



.dpsp-button-style-8 .dpsp-networks-btns-content .dpsp-network-btn .dpsp-network-icon svg {
	
	fill: #3d3d3d;

}



.dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn, .dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon, .dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus, .dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus .dpsp-network-icon, .dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover, .dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover .dpsp-network-icon {
	
	margin-left: 0px;

}



#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
	
	left: -5px !important;

}



span.dpsp-network-icon-before {
	
	display: none;

}



.workout-plans #dpsp-content-top,

.fitness-tips #dpsp-content-top,

.recipes-template #dpsp-content-top,

.printables #dpsp-content-top,

.workouts #dpsp-content-top {
	
	display: none;

}



.workout-plans .dpsp-pin-it-button.dpsp-pin-it-button-shape-rectangular,

.fitness-tips .dpsp-pin-it-button.dpsp-pin-it-button-shape-rectangular,

.online-resources-posts .dpsp-pin-it-button.dpsp-pin-it-button-shape-rectangular,

.online-resources .dpsp-pin-it-button.dpsp-pin-it-button-shape-rectangular,

.fat-loss-fall-challenge .dpsp-pin-it-button.dpsp-pin-it-button-shape-rectangular {
	
	display: none;
}



.workout-plans #dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle,

.fitness-tips #dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
	
	display: none;

}



.content .dpsp-pin-it-wrapper:hover .dpsp-pin-it-button {
	
	background-color: #000 !important;

}
	

a.dpsp-click-to-tweet {
	
	display: none;

}


a.dpsp-click-to-tweet.dpsp-style-3,

a.dpsp-click-to-tweet.dpsp-style-4 {

	color: #000;
	
	background-color: #fafafa;
	
	border: none;

}



a.dpsp-click-to-tweet.dpsp-style-5,

a.dpsp-click-to-tweet.dpsp-style-1 {
	
	color: #000;
	
	background: #fafafa;
	
	border-left: 5px solid #fafafa;
	
	padding: 15px 5px 5px 15px;

}



a.dpsp-click-to-tweet.dpsp-style-5:hover,

a.dpsp-click-to-tweet.dpsp-style-1:hover {
	
	border-left: 5px solid #fafafa;

}



a.dpsp-click-to-tweet.dpsp-style-5 .dpsp-click-to-tweet-cta {
	
	color: #3d3d3d;

}



a.dpsp-click-to-tweet.dpsp-style-5 .dpsp-click-to-tweet-cta svg {
	
	fill: #3d3d3d;
	
}



.dpsp-click-to-tweet-content {
	
	font-family: 'Lato', sans-serif;
	
	font-size: 16px;
	
	font-style: italic;
	
	font-weight: 400;
	
	text-decoration: underline;

}



.dpsp-click-to-tweet-cta {
	
	color: #3d3d3d;
	
	background-color: #fff0f5;
	
	padding: 5px 10px;

}



.dpsp-click-to-tweet-cta svg {
	
	fill: #000;

}



.dpsp-click-to-tweet-footer {
	
	font-family: 'Lato', sans-serif;

}



/* ## Sliders

--------------------------------------------- */



.sidebar .instagram-slider-widget li,

.sidebar .shop-slider-widget li {

    border-bottom: 0;  

}



.instagram-slider-widget .soliloquy-theme-classic .soliloquy-pager,

.shop-slider-widget .soliloquy-theme-classic .soliloquy-pager {

    display: none;

}



.shop-slider-widget .soliloquy-container .soliloquy-caption {

    padding-bottom: 0;

    background: transparent;

}



.shop-slider-widget .soliloquy-container .soliloquy-caption-inside {

	color: #000;

	font-family: 'Lato', sans-serif;

	font-weight: 400;

        text-shadow: 0 0 0 #FFF;

	font-size: 1em;

	letter-spacing: 2px;

        text-transform: lowercase;

}



/* # Site Header

---------------------------------------------------------------------------------------------------- */



.site-header {

	background: #fff;

	border-bottom: 1px solid #9E9E9E;

	clear: both;

	display: block;

	margin: 0 auto;

	padding: 0 20px;

	position: fixed;

	top: 0;

	width: 100%;
	
	z-index: 2000;

}



/* ## Title Area

--------------------------------------------- */



.title-area {

        display: none;

	float: left;

	min-height: 68px;

	padding: 10px 0;

	width: 300px;

}



.header-full-width .title-area {

	text-align: center;

	width: 100%;

}



.site-title {

	font-family: 'Lato', sans-serif;

	font-size: 24px;

	font-weight: 400;

	letter-spacing: 4px;

	line-height: 1.2;

	text-align: left;

	text-transform: uppercase;

}



.site-title a {

	color: #0F0F0F;

}



.site-title a:hover {

	color: #BDBDBD;

        text-decoration: none;

}



.header-image .site-title > a {

	background-size: contain !important;

	display: block;

	height: 68px;

	margin: 0 auto;

	max-width: 300px;

	text-indent: -9999px;

}



.header-image .site-description {

	line-height: 0;

}



.site-description {

    font-family: 'Playfair Display',serif;

	font-weight: 700;

        -webkit-text-stroke-width: 0.1px;

	line-height: 1.5;

	text-align: left;
	
	color: transparent;
	
	margin-bottom: -25px;

}



.site-title {

	margin-bottom: 0;

}



.header-image .site-description,

.header-image .site-title {

	display: block;

	text-indent: -9999px;

}



/* ## Widget Area

--------------------------------------------- */



.site-header .widget-area {

	float: none;

	text-align: center;

	

}



button:active, button:focus {

    border: 0 !important;

    outline: 0 !important;

}



/* # Site Navigation

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {

	background: #fff;

	clear: both;

	font-family: 'Lato', sans-serif;

	font-size: 11px;

	font-weight: 400;

	letter-spacing: 2px;

	line-height: 1;

	text-transform: uppercase;

	width: 100%;

}



.genesis-nav-menu .menu-item {

	display: inline-block;

	text-align: left;

}



.genesis-nav-menu a {

	color: #000;

	display: block;

	padding: 15px 15px;

}



.genesis-nav-menu a:hover,

.genesis-nav-menu .current-menu-item > a,

.genesis-nav-menu .sub-menu .current-menu-item > a:hover {

	color: #BDBDBD;

        text-decoration: none;

}



.genesis-nav-menu .sub-menu {

	border: 1px solid #9E9E9E;

	left: -9999px;

	opacity: 0;

	position: absolute;

	-webkit-transition: opacity .4s ease-in-out;

	-moz-transition:    opacity .4s ease-in-out;

	-ms-transition:     opacity .4s ease-in-out;

	-o-transition:      opacity .4s ease-in-out;

	transition:         opacity .4s ease-in-out;

	z-index: 99;

	width: 200px;

}



.genesis-nav-menu .sub-menu a {

	background-color: #fff;

	border-top: none;

	font-size: 11px;

	position: relative;

	width: 198px;

}



.genesis-nav-menu .sub-menu .sub-menu {

	margin: -42px 0 0 198px;

}



.genesis-nav-menu .menu-item:hover {

	position: static;

}



.genesis-nav-menu .menu-item:hover > .sub-menu {

	left: auto;

	opacity: 1;

}



.genesis-nav-menu > .first > a {

	padding-left: 0;

}



.genesis-nav-menu > .last > a {

	padding-right: 0;

}



.genesis-nav-menu > .right {

	color: #BDBDBD;

	float: right;

	list-style-type: none;

	padding: 15px 20px;

}



.genesis-nav-menu > .right > a {

	display: inline;

}



.genesis-nav-menu > .rss > a {

	margin-left: 48px;

}



.nav-primary input {

	border-bottom: 1px solid #9E9E9E;

	border-left: 0;

	border-top: 0;

	border-right: 0;

	font-family: 'Lato', sans-serif;

	font-size: 11px;

	font-style: normal;

	font-weight: 400;

	letter-spacing: 1px;

	line-height: 1;

	padding: 7px;

	width: 200px;

}



.genesis-nav-menu > .search { 

	padding: 10px 0;

}



input:focus::-webkit-input-placeholder { color:transparent; }

input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */

input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */

input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

 

.search-form {

	position: relative;

}



.search-form input[type="submit"] {

	border: 0 !important;

}

 

.search-form input[type="submit"] {

	position: absolute;

	display: inline-block;

	-webkit-font-smoothing: antialiased;

	font: normal 20px/1 'dashicons';

	vertical-align: top;

	clip: inherit;

	width: 20px;

	height: 20px;

	background: transparent;

	color: #000;

	right: 10px;

	top: 17px;

}

 

.search-form input[type="submit"]:hover {

	color: #BDBDBD;

}

 

.site-header .search-form {

	width: 189px;

}



/*

In Post Navigation

---------------------------------------------------------------------------------------------------- */



.prev-next-navigation {

	border-bottom: 1px solid #9E9E9E;

	border-top: 1px solid #9E9E9E;

	color: #ddd;

	font-size: 12px;

	margin: 20px 0;

	clear: both;

	overflow: hidden;	

	padding: 20px;

	text-transform: uppercase;

}



.content-sidebar .prev-next-navigation, .sidebar-content .prev-next-navigation {

	max-width: 630px;

}



/* ## Site Header Navigation

--------------------------------------------- */



.sub-menu {

	background-color: #fff;

}



.site-header .sub-menu .sub-menu {

	margin-top: -42px;

}



.site-header .genesis-nav-menu li li {

	margin-left: 0;

}



.site-header .genesis-nav-menu {

	margin-top: 0;

}



.header-image .nav-header {

	margin-top: 20px;

}



/* ## Primary Navigation

--------------------------------------------- */

.nav-primary {

    display: none !important;

	background: #fff;

	border-bottom: 1px solid #9E9E9E;

	margin: 0 0 30px auto;

	max-width: 100%;

	padding: 0;

	width: 100%;

    text-align: center;

}



.nav-primary .genesis-nav-menu a {

	color: #000;

}



.nav-primary .genesis-nav-menu .sub-menu a {

	color: #000;

}



.nav-primary .genesis-nav-menu a:hover,

.nav-primary .genesis-nav-menu .current-menu-item > a,

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {

	color: #BDBDBD;

}



nav {

	clear: both;

}

 

.sub-menu-toggle,

.menu-toggle {

	display: none;

	visibility: hidden;

}



/* ## Secondary Navigation

--------------------------------------------- */



.nav-secondary {

	background: #fff;

	margin: 0 auto;

	max-width: 95%;

	padding: 0 20px;

        border-top: 1px solid #9E9E9E;

        border-bottom: 0px solid #9E9E9E;

        text-align: center;

}





/* # Content Area

---------------------------------------------------------------------------------------------------- */



/* ## Entries

--------------------------------------------- */



.full-width-content .entry {

	padding: 0 30px;

}



.entry {

	margin-bottom: 0px;

	padding: 20px 30px;

}



.content .entry {

	background-color: #fff;

}



.entry-content ol,

.entry-content ul {

	margin-bottom: 28px;

	margin-left: 40px;

}



.entry-content ol > li {

	list-style-type: decimal;

}



.entry-content ul > li {

	list-style-type: disc;

}



.entry-content ol ol,

.entry-content ul ul {

	margin-bottom: 0;

}



.entry-content code {

	background-color: #000;

	color: #ddd;

}



/* ## Entry Meta

--------------------------------------------- */



p.entry-meta {

	font-family: 'Lato', sans-serif;

	font-size: 10px;

	margin-bottom: 0;

	text-align: center;

	text-transform: uppercase;

}



.entry-header .entry-meta {

	margin-bottom: 4px;

}



.entry-footer .entry-meta {

	padding-top: 24px;

}



.entry-categories,

.entry-tags {

	display: block;

}



.entry-comments-link::before {

	content: "\2014";

	margin: 0 6px 0 2px;

}



#comments.entry-comments h3 {

        color: #000;

        opacity: 0.8;

}



.comment-reply-title {

         color: #000;

         opacity: 0.8;

}



/* ## Pagination

--------------------------------------------- */



.pagination {

	background-color: transparent;

	border-bottom: none;

	border-top: none;

	clear: both;

	color: #000;

	font-family: 'Lato', sans-serif;

	margin: 5px 0;

	cursor: pointer;

	display: inline-block;

	font-size: 12px;

        letter-spacing: 2px;

        font-weight: 400;

	padding: 4px 50px;

	text-transform: uppercase;

	width: 100%;

}



.pagination a {

	color: #000;

        text-decoration: none;

}



.pagination a:hover {

	color: #BDBDBD;

}





.adjacent-entry-pagination {

	margin-bottom: 0;

}



.archive-pagination li {

	display: inline;

}



.archive-pagination li a {

	background-color: #fff;

	border-bottom: 1px solid #9E9E9E;

	border-top: 1px solid #9E9E9E;

	color: #ddd;

	font-style: normal;

	cursor: pointer;

	display: inline-block;

	font-size: 12px;

	padding: 4px 12px;

	text-transform: uppercase;

}



.archive-pagination li a:hover,

.archive-pagination .active a {

	background-color: #fff;

	color: #BDBDBD;

}



.exercise-guide-landing-page .fa,

.workout-routines-landing-page .fa,

.workout-motivation-landing-page .fa {

    display: none;

}



/* ## Comments

--------------------------------------------- */



.comment-respond {

     display: none;

}



.comment-respond,

.entry-comments,

.entry-pings {

	background-color: #fff;

	margin-bottom: 40px;

}



.comment-respond {

	padding: 5px 20px;

}



.entry-comments {

	padding: 0px 20px 0px 20px;

}



.comment-header {

	font-size: 14px;

}



.comment-time {

	font-size: 8px;

	letter-spacing: 1px;

	text-transform: uppercase;

}



li.comment {

	background-color: #EBF1F8;

	border: 1px solid #EBF1F8;

}



.comment-content {

	clear: both;

}



.comment-list li {

	margin-top: 24px;

	padding: 32px;

}



.comment-list li li {

	margin-right: 0px;

        background-color: #fff;

}



.comment-respond input[type="email"],

.comment-respond input[type="text"],

.comment-respond input[type="url"] {

	width: 50%;

}



.comment-respond label {

	display: block;

	margin-right: 12px;

}



.entry-comments .comment-author {

        color: #E0C841;

	border-bottom: 1px solid #F5F5F5;

	font-family: 'Lato', sans-serif;

	font-style: normal;

	font-weight: 700;

	margin-bottom: 0;

}



.entry-pings .reply {

	display: none;

}



.bypostauthor {

	background: #fff;

}



.form-allowed-tags {

	background-color: #EBF1F8;

	display: none;

	font-size: 16px;

	padding: 24px;

}



.comment-author-link {

	color: #E0C841;

}



.comment-time-link {

	color: #000;

}



/* # Sidebars

---------------------------------------------------------------------------------------------------- */



.sidebar {

	font-family: 'Lato', sans-serif;

	font-size: 14px;

	text-align: center;

}



.sidebar li {

	border-bottom: 1px solid #9E9E9E;

	font-style: normal;

	margin-bottom: 4px;

	padding-bottom: 4px;

	text-transform: lowercase;

}



.sidebar p:last-child,

.sidebar ul > li:last-child {

	margin-bottom: 0;

}



.sidebar .widget {

	background-color: #FFF;

        border: 1px solid #9E9E9E;

        margin-bottom: 40px;

        padding: 20px;

}



#simple-social-icons-5 ul li a, 

#simple-social-icons-5 ul li a:hover {

    background-color: #FFF !important;

}



#simple-social-icons-6 ul li a, 

#simple-social-icons-6 ul li a:hover {

    background-color: #FAFAFA !important;

}



/* # Footer Widgets

---------------------------------------------------------------------------------------------------- */



.footer-widgets {

	background-color: #fff;

	clear: both;

	margin: 10px auto;

	max-width: 960px;

	padding: 40px;

}



.footer-widgets,

.footer-widgets a {

	color: #999;

}



.footer-widgets input {

	border: 1px solid #9E9E9E;

}



.footer-widgets a.button,

.footer-widgets a:hover {

	color: #fff;

}



.footer-widgets li {

	border-bottom: 1px dotted #000;

	margin-bottom: 10px;

	padding-bottom: 10px;

}



.footer-widgets .widget {

	margin-bottom: 40px;

}



.footer-widgets p:last-child {

	margin-bottom: 0;

}



.footer-widgets-1,

.footer-widgets-2,

.footer-widgets-3 {

	width: 340px;

}



.footer-widgets-1 {

	margin-right: 60px;

}



.footer-widgets-1,

.footer-widgets-2 {

	float: left;

}



.footer-widgets-3 {

	float: right;

}





/* # Site Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {

	background-color: transparent;

	font-size: 12px;

	line-height: 1;

	margin: 0 auto;

	max-width: 960px;

	padding: 20px 0;

	text-align: center;

}



.site-footer p {

	font-family: 'Lato', sans-serif;

	font-size: 10px;

	letter-spacing: 2px;

	margin-bottom: 0;

	text-transform: uppercase;

}



/* ## Landing Page

--------------------------------------------- */



.landingform {

   text-align: center;

   margin: 0px auto; 

   padding-top: 30px;

   background-color: #fff;

}



.landingform .site-container { 

}



.landingform .site-inner {

   margin-top: 0px;

}



/* ## Shop Spotebi landing page

--------------------------------------------- */



.woocommerce ul.products li.product {

    width: 29%;

    margin: 2% 2% 10% 2%;

}



.woocommerce ul.products {

    margin-left: 2%;

    margin-right: 2%; 

    margin-bottom: 5%;   

}



.up-sells.upsells.products li {

     width: 46% !important;

     margin-bottom: 40px !important;

}



.related.products {

     display: none;

}



.woocommerce ul.products li.product .price del {

     display: inline-block;

}



.product-bundle .cart .button {

    font-size: 13px !important;

}



/* ## Fitness Calculators landing page

--------------------------------------------- */



.fitness-calculators .calculator-box {

    max-width: 1500px;
	
	width: 100%;

    margin: 0 auto;

}



.fitness-calculators .calculator-header {

    margin: 0 auto;

    width: 100%;

}



.fitness-calculators .calculator-footer {

    margin: 0 auto;

    width: 100%;

    margin-top: -28px;

}



.fitness-calculators .basic-grid img {

    width: 100%;

    box-shadow: 0px 0px 0px rgba(34, 25, 25, 0.4);

}



.fitness-calculators .basic-grid li {

    padding: 0;

    width: 25%;

    margin-bottom: -5px;

}



.fitness-calculators .basic-grid li p {

    margin: 0;

}



.fitness-calculators ul.basic-grid {

    margin-top: -40px;

}



.fitness-calculators h2 {

    font-family: 'Playfair Display', serif;

    margin-bottom: 40px;       

    text-transform: uppercase;

    color: #000;

    font-size: 14px;

    letter-spacing: 2px;

    font-weight: 700;

    -webkit-text-stroke-width: 0.1px;

    background-color: #FFF;

    text-align: center;

}



.fitness-tips .calculator,

.calculators-blocks .calculator {

        background-color: #FFF0F5;

	border: 1px solid #9E9E9E;

        padding: 5%;

        margin-bottom: 5%;

}



/* ## Workout routines and yoga sequences landing page

--------------------------------------------- */



.workout-routines-landing-page .basic-grid li {

               width: 33%;

               padding: 2%;

}



.workout-routines-landing-page .basic-grid li p {

    margin: 0 0 15px;

}



.workout-routines-landing-page .basic-grid figure {

    -webkit-transition: all 1s ease; /* Safari and Chrome */

    -moz-transition: all 1s ease; /* Firefox */

    -ms-transition: all 1s ease; /* IE 9 */

    -o-transition: all 1s ease; /* Opera */

     transition: all 1s ease;
	
	padding-bottom: 5%;

}



.workout-routines-landing-page .basic-grid li:hover fig caption {

     background-color: rgba(255, 255, 255, 0);

}



.workout-routines-landing-page .basic-grid figure:hover {

     -webkit-transform:scale(1.1); /* Safari and Chrome */

     -moz-transform:scale(1.1); /* Firefox */

     -ms-transform:scale(1.1); /* IE 9 */

     -o-transform:scale(1.1); /* Opera */

     transform:scale(1.1);

}



.workout-routines-landing-page .basic-grid img {

    box-shadow: 2px 2px 2px rgba(34, 25, 25, 0.4);

}



.workout-routines-landing-page .printables-grid figure {

      border: 1px solid #9E9E9E;

      padding-top: 5%;

      padding-bottom: 5%;

}



.workout-routines-landing-page .printables-grid figcaption {

      padding: 0;

}



/* ## Freebies & My Plans landing page

--------------------------------------------- */



.freebies-landing-page h2 {

    display: none;

}



.recipes-landing-page .after-entry {

    display: none;

}



.freebies-landing-page .grids-frame,

.recipes-landing-page .grids-frame {

    margin: 4% 2% 2% 2%;

}



.my-plans-landing-page .grids-frame {

    margin: 4% 0 2% 0;
	
	background-image: url(images/subscribe-sidebar-spotebi.jpg);

}



.freebies-landing-page .printables-grid li,

.recipes-landing-page .printables-grid li {
	
	padding-bottom: 5%;

}



.my-plans-landing-page .printables-grid li {

    width: 50%;

    border: 5px solid #FFF;
	
	padding-bottom: 5%;

}



.my-plans-landing-page .printables-grid .first-image {

    width: 70%;   

    margin-right: 15%;

    margin-left: 15%;

}



.my-plans-landing-page .printables-grid img {

    box-shadow: 0 0 0;

}



.my-plans-landing-page .printables-grid figure {

    width: 75%;

}



.freebies-landing-page ul.printables-grid {

    background-clip: content-box;

    background-color: #fff0f5;

    padding: 2%;

    border: 1px solid #9E9E9E;

    background-image: url(images/paper-texture-pink-500x500.jpg);

    background-size: auto;

    background-position: 0% 0%;

    background-repeat: repeat;

}



/* ## Workout motivation & plans landing page

--------------------------------------------- */



.workout-motivation-landing-page .basic-grid li,

.workout-plans-landing-page .basic-grid li {

               width: 33%;

               padding: 2%;

}



.workout-motivation-landing-page .basic-grid li p {

    margin: 0 0 10px;

}



.workout-plans-landing-page .basic-grid {

    border: 0px solid #9E9E9E;

    padding-top: 5%;

    background: #fff url(images/subscribe-background.jpg);

    background-repeat: no-repeat;

    background-position: 50% 50%;

    background-attachment: fixed;

    background-color: transparent;

    background-size: cover;

}



.workout-motivation-landing-page .basic-grid img,

.workout-plans-landing-page .basic-grid img {

    box-shadow: 0 0 0 rgba(34, 25, 25, 0.4);

}



.workout-motivation-landing-page .basic-grid figure,

.workout-plans-landing-page .basic-grid figure {

    -webkit-transition: all 1s ease; /* Safari and Chrome */

    -moz-transition: all 1s ease; /* Firefox */

    -ms-transition: all 1s ease; /* IE 9 */

    -o-transition: all 1s ease; /* Opera */

     transition: all 1s ease;

}



.workout-motivation-landing-page .basic-grid li:hover figcaption,

.workout-plans-landing-page .basic-grid li:hover figcaption {

     background-color: rgba(255, 255, 255, 0);

}



.workout-motivation-landing-page .basic-grid figure:hover {

     -webkit-transform:scale(1.1); /* Safari and Chrome */

     -moz-transform:scale(1.1); /* Firefox */

     -ms-transform:scale(1.1); /* IE 9 */

     -o-transform:scale(1.1); /* Opera */

     transform:scale(1.1);

}



.workout-plans-landing-page .basic-grid figure:hover {

     -webkit-transform:scale(1.1); /* Safari and Chrome */

     -moz-transform:scale(1.1); /* Firefox */

     -ms-transform:scale(1.1); /* IE 9 */

     -o-transform:scale(1.1); /* Opera */

     transform:scale(1.1);

}



/* ## Bundle post

--------------------------------------------- */



.bundles .after-entry {

    margin-top: 10%;        

}



.bundles .entry-pagination {

	display: none;

}



.bundles #featured-post-30 {

        display: none;

}



.bundles .alert {

    display: none;

}



.bundles h1.entry-title {

    display: none;

}



.bundles .entry-content .return-home {

    text-align: center; 

    margin-right: 10%;

    margin-left: 10%;

    margin-top: 3%;

    margin-bottom: 5%;  

    background-color: #F5F5F5;

    padding: 5%; 

}



.bundles .entry-content .return-home a {

    font-weight: 700;

    font-size: 14px;

    text-decoration: none;

}



.bundles .entry-content input, 

.bundles .entry-content select, 

.bundles .entry-content textarea {

    padding: 10px;

    width: 25%;

    margin-left: 5%;

}



.bundles .entry-content button,

.bundles .entry.content input[type="button"], 

.bundles .entry-content input[type="reset"], 

.bundles .entry-content input[type="submit"], 

.bundles .entry-content .button {

    width: 25%;

    margin-left: 5%;

}



.bundles h2 {

    text-align: left;

}



.bundles h3 {

    font-family: 'Playfair Display', serif;

    margin-bottom: 40px;

    text-transform: uppercase;

    opacity: 1;

    font-size: 15px;

    letter-spacing: 2px;

    font-weight: 700;

    -webkit-text-stroke-width: 0.1px;

    text-align: center;

}



/* ## Fitness Tips Post

--------------------------------------------- */



.fitness-tips .entry-content h4,

.calculators-blocks .entry-content h4 {

     font-family: 'Playfair Display', serif;

     color: #000;

     text-transform: uppercase;

     font-size: 12px;

     font-weight: 700;

     -webkit-text-stroke-width: 0.1px;

     letter-spacing: 1.5px;

     margin-bottom: 20px;  

     text-align: center; 

}



.fitness-tips .heading-1 {

     font-family: 'Playfair Display', serif;

     color: #000;

     font-size: 15px;

     font-weight: 700;

     -webkit-text-stroke-width: 0.1px;

     line-height: 1.75;

     font-style: italic;

     text-align: left;

     margin-bottom: 28px; 

}



.fitness-tips .body-tips {

     font-family: 'Lato', sans-serif;

     color: #000;

     font-weight: 400;

     line-height: 2;

     text-align: justify; 

     text-justify: newspaper;

     margin-bottom: 28px;

}



.colorful-workouts .top-10 h5 {

     background-color: #F2F9FF; 

     padding: 10px;

}



.colorful-workouts .top-10 h5 a {

     text-decoration: none;

}



.fitness-tips .top-10 h5 {

     background-color: #F2F9FF; 

     padding: 10px;

}



.fitness-tips .top-10 h1 {

     display: none;

}



.fitness-tips .top-10 h5 a {

     text-decoration: none;

}



.fitness-tips .entry-content .basic-grid {

	margin-left: 0;

}



.fitness-tips .entry-content ul {

	margin-left: 20px;

}



.fitness-tips ul.related-posts-grid {

      margin-left: 0;

}



.fitness-tips .entry-content tr {

      border: 1px solid #9E9E9E;              

}



.fitness-tips .entry-content th {

      border: 1px solid #9E9E9E;

      padding: 5px;               

}



.fitness-tips .entry-content td {

      padding: 5px;               

}



.fitness-tips #featured-post-41 {

        display: none;        

}



.postid-13644 #text-45.widget.widget_text {

    display: none;

}



.postid-74873 h1.entry-title,

.postid-50449 h1.entry-title,

.postid-60989 h1.entry-title,

.postid-51216 h1.entry-title,

.postid-40822 h1.entry-title {

    display: none;

}



/* ## Fitness Freebie Post

--------------------------------------------- */



.fitness-freebies h4 {

     font-family: 'Playfair Display', serif;

     color: #000;

     text-transform: uppercase;

     font-size: 14px;

     font-weight: 700;

     -webkit-text-stroke-width: 0.1px;

     letter-spacing: 1.5px;

     margin-bottom: 20px; 

     text-align: center; 

}



.fitness-freebies #featured-post-41 {

        display: none;        

}



.fitness-freebies #text-45.widget.widget_text {

    display: none;

}



.fitness-freebies .name {

     font-family: 'Lato', sans-serif;

     color: #000;

     text-transform: uppercase;

     font-size: 14px;

     font-weight: 700;

     letter-spacing: 1.5px;

     margin-bottom: 12px; 

     text-align: left; 

}



.fitness-freebies .subtitle {

     font-family: 'Lato', sans-serif;

     color: #000;

     text-transform: lowercase;

     font-size: 9px;

     font-weight: 400;

     letter-spacing: 1.5px;

     margin-bottom: 10px; 

     text-align: left;

}



.fitness-freebies .description {

     font-family: 'Playfair Display', serif;

     color: #000;

     font-size: 13px;

     font-weight: 700;

     -webkit-text-stroke-width: 0.1px;

     letter-spacing: 1.5px;

     margin-bottom: 40px; 

     text-align: left; 

}



/* ## Fitness Tracker Post

--------------------------------------------- */



.fitness-tracker h4 {

     text-transform: uppercase;

     text-align: center;

     font-size: 12px;

     font-weight: 700;

     line-height: 1.625;

     letter-spacing: 2px;

     margin-bottom: 60px;

}



.fitness-tracker h4 a {

     color: #000;

     border-bottom: 2px solid #000;

     text-decoration: none;

}



.fitness-tracker h4 a:hover {

     color: #BDBDBD;

     border-bottom: 2px solid #BDBDBD;

}



.fitness-tracker .entry-content .basic-grid li {

     width: 100%;

}



.fitness-tracker .two-printables .entry-content .basic-grid li {

     width: 50%;

}



.fitness-tracker #featured-post-41 {

        display: none;        

}



.fitness-tracker section#pages-3.widget.widget_pages {

    display: none;

}



.fitness-tracker #text-45.widget.widget_text {

    display: none;

}



.printables h1.entry-title {

    display: none;

}



.printables #featured-post-41 {

    display: none;

}



.printables #text-45.widget.widget_text {

    display: none;

}



.printables h6 {

     margin-bottom: 10%;

     margin-top: -20px;

     background-color: #FFF;

     padding: 2%;

     line-height: 2;
	
	 text-transform: capitalize;

}



.printables .entry-content .printables-grid li img {

        box-shadow: 2px 2px 2px rgba(34, 25, 25, 0.4);

        border: 1px solid #9E9E9E;

        padding: 5%;

}



.printables .entry-content img {

        box-shadow: 0 0 0;

        border: 0px solid #9E9E9E;

        padding: 0;

}



.printables .printables-grid li {

    width: 25%;

}



/* ## Exercise Guide and Nutrition Foods Post

--------------------------------------------- */



.exercise-guide .entry-content .basic-grid li {

        margin-bottom: 15px;        

}



.exercise-guide #featured-post-41,

.nutrition-food #featured-post-41 {

        display: none;        

}



.nutrition-food h1.entry-title {

            display: none;

}



.nutrition-food .basic-grid img {

        box-shadow: 0 0 0 0;

}



/* ## Yoga Pose Post

--------------------------------------------- */



.yoga-pose #featured-post-41 {

        display: none;        

}



.yoga-pose section#pages-3.widget.widget_pages {

    display: none;

}



.yoga-pose #text-45.widget.widget_text {

    display: none;

}



/* ## Legal Pages

--------------------------------------------- */



.legal-page .entry-content h4 {

        font-family: 'Playfair Display', serif;

        font-size: 12px;

        font-weight: 700;

        -webkit-text-stroke-width: 0.1px;

	    letter-spacing: 2px;

	    padding: 10px;

        color: #000;

        background-color: #FFF0F5;

        text-transform: uppercase;

        margin-bottom: 20px;

        line-height: 1;

}



.legal-page #featured-post-30,

.legal-page #search-3,

.legal-page #text-44.widget.widget_text,

.legal-page #featured-post-41,

.legal-page #text-45.widget.widget_text {

        display: none;

}



/* ## Workouts & Yoga Flows

--------------------------------------------- */



.workouts h1.entry-title,

.yoga-flow h1.entry-title {

            display: none;

}



.workouts h4 {

     text-transform: uppercase;

     font-size: 11px;

     font-weight: 700;

     letter-spacing: 1.5px;

     margin-bottom: 20px;  

}



.workouts .entry-content a,

.yoga-flow .entry-content a {

     font-weight: 700;

}



.workouts .entry-content img.aligncenter,

.yoga-flow .entry-content img.aligncenter {

     width: 700px;

}



.yoga-flow h4 {

        font-family: 'Playfair Display', serif;

        font-size: 14px;

        font-weight: 700;

        -webkit-text-stroke-width: 0.1px;

        letter-spacing: 2px;

        text-align: center;

        margin-top: 20px;

}



/* ## Recipes Post

--------------------------------------------- */

.recipes-template .heading-2,

.recipes-blocks .heading-2,

.calculators-blocks .heading-2 {

     font-family: 'Playfair Display', serif;

     padding-left: 0px;

     color: #000;

     font-size: 16px;

     font-weight: 700;

     -webkit-text-stroke-width: 0.1px;

     line-height: 1.75;

     font-style: italic;

     text-align: left;

     margin-bottom: 28px; 

}



.recipes-template .learn-more,

.recipes-blocks .learn-more {

     font-family: 'Playfair Display', serif;

     color: #000;

     font-size: 15px;

     font-weight: 700;

     -webkit-text-stroke-width: 0.1px;

     line-height: 1.75;

     font-style: italic;

     text-align: left;

     margin-bottom: 28px; 

}



.recipes-template .learn-more a,

.recipes-blocks .learn-more a {

     text-decoration: none;

}



.recipes-template .ingredients,

.recipes-blocks .ingredients {

     padding-left: 7px;

     margin-bottom: 28px;

}



.recipes-blocks table,

.calculators-blocks table {

	font-size: 16px;
	
	overflow-wrap: break-word;

}



.recipes-template tbody,

.recipes-template tr,

.fitness-tips tbody,

.fitness-tips tr,

.recipes-blocks tbody,

.recipes-blocks tr,

.calculators-blocks tbody,

.calculators-blocks tr {

	background-color: #F0F5F6;

}



/* ## Comment form

--------------------------------------------- */



h3#reply-title.comment-reply-title {

    font-family: 'Playfair Display', serif;

    font-size: 12px;

    font-weight: 700;

    -webkit-text-stroke-width: 0.1px;

    letter-spacing: 2px;

    margin-bottom: 20px;

    text-transform: uppercase;

    line-height: 1;

    padding: 10px;

    color: #000;

    background-color: #FFF0F5;

}



textarea#comment {

    max-height: 75px;

}



/* ## Tiled gallery

--------------------------------------------- */



.tiled-gallery {

    padding-left: 0px;

}



.tiled-gallery-item {

}



.tiled-gallery-item .tiled-gallery-caption {

    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5); 

    text-align: center;

    font-weight: 700;

    text-decoration: underline;

    text-transform: lowercase;

    top: 0px;

    white-space: normal;

    padding-top: 50px;

    color: #fff;

}



.tiled-gallery-caption a {

    color: #fff;

    text-decoration: underline;

}



/* ## Remove borders

--------------------------------------------- */







/* ## Related Posts Grid

--------------------------------------------- */



ul.related-posts-grid {

      text-align: center;

      position: relative;

      max-width: 100%;

      line-height: 0;

      margin-left: auto;

      margin-right: auto;

}

 

.related-posts-grid li {

    width: 25%;

    height: 150px;

    float: left;

    margin-bottom: 4%;

    text-align: center;

    margin-left: 0;  

}

 

.related-posts-grid img {

    position: relative;

    display: inline-block;

    width: 90%;

    box-shadow: 2px 2px 2px rgba(34, 25, 25, 0.4);

}

 

.related-posts-grid figure {

      width: 100%;

      height: 100%;

      position: relative;

      margin: auto;

}



.related-posts-grid figure p {

      margin: 0;

} 



.related-posts-grid figcaption {

        background-color: #FFF;

	font-family: 'Lato', sans-serif;

	font-size: 11px;

	font-weight: 700;

        line-height: 1.2em;

	opacity: .8;

	position: relative;

	text-align: center;

	text-transform: uppercase;

	width: 80%;

        left: 10%;

        right: 0;

        margin-top: -60%;

        margin-bottom: 40%;

        letter-spacing: 2px;

}

 

.related-posts-grid figcaption p {

      color: #000;

      opacity: 1; 

} 



.related-posts-grid li a {

      text-decoration: none; 

}



.related-posts-grid figure:hover {

     opacity: 0.5;

}



/* ## Exercise Guide Grid

--------------------------------------------- */



ul.caption-grid {

      text-align: center;

      position: relative;

      max-width: 100%;

      line-height: 0;

      margin-left: auto;

      margin-right: auto;

}



.caption-grid .last-grid {

    margin-top: 2rem;

}



.caption-grid li {

    width: 25%;

    height: 275px;

    float: left;

    text-align: center;

    margin-left: 0;

    margin-bottom: 2%;

}



.caption-grid li p {

    margin: 0;

}

    

.caption-grid img {

    position: relative;

    display: inline-block;

    width: 90%;

    height: auto;

    border: 1px solid #9E9E9E !important;

}

 

.caption-grid figure {

      width: 100%;

      height: 100%;    

      position: relative;

      margin: auto;

}

 

.caption-grid figcaption {

        background-color: #FFF;

	    font-family: 'Lato', sans-serif;

	    font-size: 11px;

	    font-weight: 700;

        line-height: 1.2em;

	    opacity: .8;

	    position: relative;

	    text-align: center;

	    text-transform: uppercase;

	    width: 80%;

        left: 10%;

        right: 0;

        margin-top: -35%;

        margin-bottom: 30%;

        letter-spacing: 2px;

}



.caption-grid figcaption a {

     text-decoration: none;

}

 

.caption-grid figcaption p {

      color: #000;

      opacity: 1; 

} 



.caption-grid li a {

      text-decoration: none; 

}



.caption-grid figure:hover {

     opacity: 0.5;

}





/* ## Basic Grid

--------------------------------------------- */



.grids-frame { 

      margin-bottom: 28px;

      max-width: 100%;

      overflow: hidden;

}



ul.basic-grid,

ul.basic-grid-warm-up {

      text-align: center;

      position: relative;

      max-width: 100%;

      line-height: 0;

      margin-left: auto;

      margin-right: auto;

}

 

.basic-grid li,

.basic-grid-warm-up li {

    width: 25%;

    height: auto;

    float: left;

    padding: 0.2%;

    text-align: center;

    margin-left: 0;

}

 

.basic-grid img,

.basic-grid-warm-up img {

    position: relative;

    display: inline-block;

    width: 90%;

    box-shadow: 2px 2px 2px rgba(34, 25, 25, 0.4);

}



.basic-grid figure,

.basic-grid-warm-up figure {

      position: relative;

      width: 100%;

      height: 100%; 

      margin: auto;

      overflow: hidden;

}

 

.basic-grid figcaption,

.basic-grid-warm-up figcaption {

      background-color: rgba(255, 255, 255, 0);

      height: 100%;

      width: 90%;

      left: 0;

      position: absolute;

      right: 0;

      top: 0;

      z-index: 100;

      margin: auto;

}



.basic-grid figcaption a,

.basic-grid-warm-up figcaption a {

     text-decoration: none;

}

 

.basic-grid figcaption p,

.basic-grid-warm-up figcaption p {

      position: relative;

      width: 100%;

      height: 100%;   

      color: transparent; 

      margin: auto;

}



.basic-grid li:hover figcaption,

.basic-grid-warm-up li:hover figcaption {

     background-color: rgba(255, 255, 255, 0.6);

} 



.basic-grid figcaption p:hover,

.basic-grid-warm-up figcaption p:hover {

     color: transparent;

}



/* ## Pinterest Grid

--------------------------------------------- */



.pinterest-frame { 

      margin-bottom: 5%;

      max-width: 100%;

      overflow: hidden;

}



ul.pinterest-grid {

      text-align: center;

      position: relative;

      max-width: 300px;

      line-height: 0;

      margin-left: auto;

      margin-right: auto;

}

 

.pinterest-grid li {

    width: 33%;

    max-height: 100px;

    float: left;

    padding: 0;

    text-align: center;

    margin-left: 0;

    border-bottom: 0;

    overflow: hidden;

}

 

.pinterest-grid img {

    position: relative;

    display: inline-block;

    width: 95%;

    height: 95%;

    box-shadow: 2px 2px 2px rgba(34, 25, 25, 0.4);

}

 

.pinterest-grid figure {

      position: relative;

      width: 100%;

      height: 100%; 

      margin: auto;

      overflow: hidden;

}



/* ## Caption Grid - 25 characters max for caption (workout routines)

---------------------------------------------------------------------- */



ul.printables-grid {

      text-align: center;

      position: relative;

      max-width: 100%;

      line-height: 0;

      margin-left: auto;

      margin-right: auto;

      overflow: hidden;

      margin-bottom: 0;

}

 

.printables-grid li {

    width: 33%;

    height: auto;

    float: left;

    text-align: center;

    margin-left: 0;

    overflow: hidden;

    white-space: nowrap;

    padding: 2%;

    display: block;

}

 

.printables-grid img {

    position: relative;

    display: inline-block;

    width: 90%;

    box-shadow: 2px 2px 2px rgba(34, 25, 25, 0.4);

    -webkit-transition: all 1s ease; /* Safari and Chrome */

    -moz-transition: all 1s ease; /* Firefox */

    -ms-transition: all 1s ease; /* IE 9 */

    -o-transition: all 1s ease; /* Opera */

     transition: all 1s ease;

}

 

.printables-grid figure {

      position: relative;

      width: 100%;

      height: 100%; 

      margin: auto;

      padding-top: 0%;

      padding-bottom: 0%;

      border: 0;

}



.printables-grid figure p {

      margin: 0;

}



.printables-grid li a {

     text-decoration: none;

}

 

.printables-grid figcaption {
	
	  text-decoration: none;

      position: relative;

      width: 100%;

      height: 7em;   

      margin: auto;

      font-family: 'Playfair Display', serif;

      font-size: 14px;

      font-weight: 700;
	
	  text-transform: lowercase;
	
	  white-space: pre-wrap;

      -webkit-text-stroke-width: 0.1px;

      letter-spacing: 1.5px;

      padding: 30px 0 0 0;

      line-height: 1;

      color: #000;
	
      margin-bottom: -15%;

}



.printables-grid figure:hover {

       opacity: 1;

}



.printables-grid img:hover {

    -webkit-transform:scale(1.1); /* Safari and Chrome */

    -moz-transform:scale(1.1); /* Firefox */

    -ms-transform:scale(1.1); /* IE 9 */

    -o-transform:scale(1.1); /* Opera */

     transform:scale(1.1);

}



/* ## Subscribe from menu

--------------------------------------------- */





/* ## Subscribe from sidebar

--------------------------------------------- */



#mimi-form-3.widget.mimi-form .button {  

         border: 0px solid #9E9E9E;	

         background-color: #FAFAFA;

         padding: 14px 15px;

         text-align: center;

	     font-size: 12px;

      	 font-weight: 700;

         text-transform: uppercase;

         letter-spacing: 2px;

         width: 100%;

         margin: 0px auto;

}



#mimi-form-3.widget.mimi-form {

        background-image: url(images/subscribe-sidebar-spotebi.jpg);

        background-repeat: repeat-y;

        background-size: 100%;

        background-position: 0% 0%;

}



#mimi-form-3.widget.mimi-form .mimi-field,

#mimi-form-4.widget.mimi-form .mimi-field {

    margin: 0 auto;

}



form.mimi-form p {

    text-align: center;

}



.subscribe-sidebar-text {

    text-decoration: none;

    text-transform: none;

    margin: 3% 4% 7% 4%;

    background-color: #fff;

}



#text-11.widget.widget_text .widget-wrap .textwidget .button {  

         border: 0;	

         background-color: #FAFAFA;

         color: #000;

         padding: 3px;

         text-align: center;

	     font-size: 12px;

      	 font-weight: 400;

         text-transform: uppercase;

         letter-spacing: 2px;

         width: 100%;

         margin: 0px auto;

}



#text-11.widget.widget_text .widget-wrap .textwidget .button:hover { 

          color: #FFF;

          background-color: #000;

}



#text-11.widget.widget_text .widget-wrap .textwidget .button li {  

         margin-bottom: 3%;

}



#mimi-form-3.widget.mimi-form .button a { 

          color: #000;

          background-color: transparent !important;

          padding: 14px 15px;

}



#mimi-form-3.widget.mimi-form .button:hover, #mimi-form-3.widget.mimi-form .button:hover a {  

         background-color: #212121; 

         color: #FFF;

         text-decoration: none;

}



/* ## Breaks

--------------------------------------------- */

.break {

    padding-bottom: 28px;

}



.big-break {

    padding-bottom: 5%;

}



.small-break {

    padding-bottom: 2%;

}



.social-media-break {

    padding-bottom: 80px;

}



.white-back {

    background-color: #FFF;

}



/* ## Horizontal lines

--------------------------------------------- */

.cem-line {

    border-top: 1px solid #9E9E9E;

    width: 75%;

    padding-bottom: 28px;

    margin: 0 auto;

}



/* Workout Motivation Posts

--------------------------------------------- */



.workout-motivation h1.entry-title {

            display: none;

}



.workout-motivation .entry-content h2 {

            display: none;

}



.workout-motivation .entry-content h2 {

        font-family: 'Playfair Display', serif;

        color: #000;

        font-size: 14px;

        letter-spacing: 2px;

        font-weight: 700;

        -webkit-text-stroke-width: 0.1px;

        text-align: center;    

        text-transform: uppercase;

        padding: 0px;

        margin-bottom: 40px;

        background-color: transparent;

}



.workout-motivation .entry-content h3 {

        font-family: 'Playfair Display', serif;

        font-size: 12px;

        font-weight: 700;

        -webkit-text-stroke-width: 0.1px;

        letter-spacing: 2px;

        margin-bottom: 20px;

        text-transform: uppercase;

        padding: 10px;

        line-height: 1;

        color: #000;

        background-color: #FFF0F5;

}



.workout-motivation .entry-content .basic-grid li p,

.exercise-guide .entry-content .basic-grid li p,

.workouts .entry-content .basic-grid li p,

.fitness-tips .top-10 .entry-content .basic-grid li p,

.yoga-pose .entry-content .basic-grid li p,

.yoga-flow .entry-content .basic-grid li p,

.online-resources-posts .entry-content .basic-grid li p,

.nutrition-food .entry-content .basic-grid li p {

    margin: 0 0 15px;

}



.workout-motivation .related {

    text-align: left;

}



.workout-motivation blockquote {

       margin: 7% 10%;

}



.workout-motivation blockquote p {

       text-align: center;
	   font-size: 14px;
       background-color: #FAFAFA;

}



.workout-motivation .entry-content .basic-grid figure {

       margin-bottom: 15px;

}



.workout-motivation #search-3.widget.widget_search {

       display: none;

}



.workout-motivation #text-44.widget.widget_text {

       display: none;

}



.workout-motivation #featured-post-41 {

        display: none;        

}



.workout-motivation section#pages-3.widget.widget_pages {

    display: none;

}



.workout-motivation #text-45.widget.widget_text {

    display: none;

}



/* Workout Plans Posts

--------------------------------------------- */



.complete-plan {

       font-family: 'Lato', sans-serif;

       color: #000;

       text-transform: uppercase;

       text-align: center;

       font-size: 17px;

       font-weight: 700;

       letter-spacing: 1.5px;

       padding: 3% 0;

       width: 50%;

       color: #FFF;

       background-color: #000;

       border: 1px solid #9E9E9E;

       margin: 0 auto; 

       text-decoration: none;

}



.workout-plans .weight-loss .plans-box .plans-box-text,

.workout-plans .vacation .plans-box .plans-box-text,

.workout-plans .slimdown-week .plans-box .plans-box-text {
	
	   font-family: 'Lato', sans-serif;
	
	   letter-spacing: 1.5px;
	
	   font-weight: 400;
	
	   font-style: italic;
	
	   padding-bottom: 5px;
	
	   background-color: #FAFAFA;

}



.workout-plans .weight-loss a img,

.workout-plans .vacation a img,

.workout-plans .slimdown-week a img,

.online-resources a img {

    -webkit-transition: all 1s ease; /* Safari and Chrome */

    -moz-transition: all 1s ease; /* Firefox */

    -ms-transition: all 1s ease; /* IE 9 */

    -o-transition: all 1s ease; /* Opera */

     transition: all 1s ease;

}



.online-resources a img:hover,

.workout-plans .weight-loss a img:hover,

.workout-plans .vacation a img:hover,

.workout-plans .slimdown-week a img:hover {

     -webkit-transform:scale(1.05); /* Safari and Chrome */

     -moz-transform:scale(1.05); /* Firefox */

     -ms-transform:scale(1.05); /* IE 9 */

     -o-transform:scale(1.05); /* Opera */

     transform:scale(1.05);

}



.online-resources table,

.online-resources-posts table,

.workout-plans .weight-loss table,

.workout-plans .vacation table,

.workout-plans .slimdown-week table {

        margin-bottom: 5%;

}



.online-resources table td,

.online-resources-posts table td,

.workout-plans .weight-loss table td,

.workout-plans .vacation table td,

.workout-plans .slimdown-week table td {

    padding: 1% 1% 0 1%;

}



.online-resources-posts .pagination,

.online-resources .pagination,

.workout-plans .pagination,

.fitness-tips .pagination,

.postid-52486 .pagination {

        display: none;

}



.online-resources-posts .entry-content .basic-grid {

               width: 50%;

               margin: 0 auto;

}



.yoga-flows-blue .entry-content .basic-grid-warm-up,

.colorful-workouts .entry-content .basic-grid-warm-up {

               width: 50%;

               margin: 0 auto;

}



.online-resources-posts .entry-content .basic-grid li {

               width: 50%;

               padding: 2%;

}



.yoga-flows-blue .entry-content .basic-grid-warm-up li,

.colorful-workouts .entry-content .basic-grid-warm-up li {

               width: 50%;

               padding: 2%;

}



.yoga-flows-blue .entry-content .basic-grid img,

.colorful-workouts .entry-content .basic-grid img {

               width: 95%;
	
	           box-shadow: 0 0 black;

               padding: 2%;
	
	           border: 1px solid #9E9E9E;

}



.yoga-flows-blue .entry-content h6,

.colorful-workouts .entry-content h6 {

               margin-bottom: 30px;

}



.workout-plans h1.entry-title,

.online-resources h1.entry-title,

.online-resources-posts h1.entry-title,

.yoga-flows-blue h1.entry-title,

.colorful-workouts h1.entry-title {

        display: none;

}



.yoga-flows-blue .entry-content h2,

.colorful-workouts .entry-content h2,

.recipes-blocks .entry-content h2,

.exercise-guide-landing-page .entry-content h2,

.calculators-blocks .entry-content h2,

.exercises-blocks .entry-content h2 {

        text-transform: capitalize;
}



.online-resources .related {

  font-size: 0.9em;    

  margin-bottom: 0px;

}



.workout-plans .sidebar,

.online-resources .sidebar {

        display: none;

}



.workout-plans .content,

.online-resources .content {

	width: 100%;

}



.workout-plans .entry-content a {

	text-decoration: none;

}



.workout-plans .entry-content table a,

.online-resources .entry-content table a,

.online-resources-posts .entry-content table a {

	padding-top: 100%;

}


.online-resources-posts .entry-content .macros tbody,

.online-resources-posts .entry-content .macros tr {

	background-color: #F0F5F6;

}



.workout-plans .after-entry,

.online-resources .after-entry {

        display: none;

}



.workout-plans .entry-content .button,

.printables .entry-content .button,

.fitness-tips .entry-content .button,

.online-resources .entry-content .button,

.online-resources-posts .entry-content .button,

.calculators-blocks .entry-content .button {

        border: 1px solid #9E9E9E;

        background-color: #000;

        color: #FFF;

        width: 50%;

        height: auto;

        text-align: center;

	    font-size: 14px;

      	font-weight: 700;

        padding: 15px;

	text-transform: uppercase;

        letter-spacing: 2px;

}



.workout-plans .entry-content .button-2 {

        border: 1px solid #9E9E9E;

        background-color: #FFF;

        color: #000;

        width: 50%;

        height: auto;

        text-align: center;

	font-size: 14px;

      	font-weight: 400;

        padding: 15px;

	text-transform: uppercase;

        letter-spacing: 2px;

}



.workout-plans .entry-content .button,

.workout-plans .entry-content .button-2,

.printables .entry-content .button {  

    margin: 0 auto;

}



.fitness-tips .entry-content .button,

.online-resources .entry-content .button, 

.online-resources-posts .entry-content .button,

.calculators-blocks .entry-content .button {

    margin-right: 25%;

    margin-left: 25%;

    margin-top: 5%;

}



.online-resources .entry-content .button {

    margin-bottom: 5%;

}



.fitness-tips .entry-content .button,

.online-resources-posts .entry-content .button,

.calculators-blocks .entry-content .button {

    margin-bottom: 10%;

}



.fitness-tips .entry-content .button a,

.printables .entry-content .button a,

.workout-plans .entry-content .button a,

.online-resources .entry-content .button a,

.online-resources-posts .entry-content .button a,

.calculators-blocks .entry-content .button a {

      	color: #FFF;

        background-color: transparent !important;

        padding: 5px;

        text-decoration: none;

}



.workout-plans .entry-content .button-2 a {

      	color: #000;

        background-color: transparent !important;

        padding: 5px;

}



.fitness-tips .entry-content .button:hover, .fitness-tips .entry-content .button:hover a,

.printables .entry-content .button:hover, .printables .entry-content .button:hover a,

.workout-plans .entry-content .button:hover, .workout-plans .entry-content .button:hover a,

.online-resources .entry-content .button:hover, .online-resources .entry-content .button:hover a,

.online-resources-posts .entry-content .button:hover, .online-resources-posts .entry-content .button:hover a,

.calculators-blocks .entry-content .button:hover, .calculators-blocks .entry-content .button:hover a, {        

       background-color: #FFF;

       color: #000;

       text-decoration: none;

}



.workout-plans .entry-content .button-2:hover, .workout-plans .entry-content .button-2:hover a {        

       background-color: #000;

       color: #FFF;

}



/* Workout plans

--------------------------------------------- */





/* Fitness Challenges Landing Page

--------------------------------------------- */



.fitness-challenges-landing-page .entry-pagination {

	display: none;

}



/* Fitness Challenges Posts

--------------------------------------------- */



.fitness-challenge-post h1.entry-title {

        display: none;

}



.fitness-challenge-post .entry-pagination {

	display: none;

}



.fitness-challenge-post #featured-post-41 {

        display: none;        

}



.fitness-challenge-post #text-45.widget.widget_text {

	        display: none; 

}



/* Homepage

--------------------------------------------- */





/* Sidebar Featured Workouts

--------------------------------------------- */



#featured-post-30 .entry-content {

        text-align: justify;        

}



#featured-post-41 .entry-content {

        text-align: justify;        

}



#featured-post-41 h2.entry-title {

        background-color: transparent !important;        

}



/* Social Media Buttons

--------------------------------------------- */



.social-media-buttons { 

      max-width: 200px;

      overflow: visible;

}



.fitness-tips ul.social-media-menu,

ul.social-media-menu {

      text-align: center;

      position: relative;

      max-width: 200px;

      line-height: 0;

      margin-left: auto;

      margin-right: auto;

      overflow: visible;

}



.social-media-menu .social-media-button {

    width: 25%;

    height: auto;

    float: left;

    text-align: center;

}



.social-media-menu .social-media-button a i {

	background: #FFF;

	color: #000;

	width: 40px;

	height: 40px;

	border-radius: 20px;

	font-size: 25px;

	text-align: center;

	margin-right: 10px;

	padding-top: 15%;

}



.social-media-menu .social-media-button a i:hover {

        background: #000;

	color: #FFF;

}



.social-media-menu .social-media-button a img {

	width: 40px;

	height: 40px;

	border-radius: 20px;

	font-size: 25px;

	text-align: center;

	margin-right: 10px;

	padding-top: 15%;

}



.social-media-menu .social-media-button a img:hover {

         opacity: 0.3;

}



/* Call to actions

--------------------------------------------- */

.social-media-call-to-action {

    display: none;

}

.social-media-call-to-action {

    background-color: #FFF;

    padding: 10px 20px 20px 20px;

    border: 1px solid #9E9E9E;

    margin-bottom: 50px;

}



.social-media-call-to-action-text {

    background: #FFF;

    margin-top: -20px;

    font-family: 'Playfair Display', serif;

    font-size: 17px;

    font-weight: 700;

    -webkit-text-stroke-width: 0.1px;

    text-align: center;

    text-decoration: none;

    text-transform: none;

    padding: 10px;

}



.social-media-call-to-action-text a {

    text-decoration: none;

}



.social-media-call-to-action-text a:hover {

    color: #BDBDBD;

}

    

.youtube-call-to-action {

    background-color: #FFF;

    padding: 0px 20px 20px 20px;

    border: 1px solid #9E9E9E;

    margin-bottom: 50px;

}



.youtube-call-to-action-text {

    font-family: 'Playfair Display',serif;

    margin-top: 20px;

    font-size: 17px;

    font-weight: 700;

    -webkit-text-stroke-width: 0.1px;

    text-align: center;

    text-decoration: none;

    text-transform: none;

    padding: 10px;

}



.youtube-call-to-action-text a {

    text-decoration: none;

    font-weight: 400 !important;

}



.youtube-call-to-action-text a:hover {

    color: #BDBDBD;

}



.bundle-call-to-action-after-entry .bundle-call-to-action {

    background-color: #FFF;
   
    padding: 10px 20px 20px 20px;

}



.bundle-call-to-action {

    background-color: rgba(255, 240, 245, 0.5);

    padding: 10px 20px 10px 20px;

    border: 1px solid #9E9E9E;

    margin-bottom: 50px;

    margin-top: 0px;

}



.yoga-flows-blue .entry-content h4,

.recipes-blocks .entry-content h4,

.colorful-workouts .entry-content h4,

.exercises-blocks .entry-content h4 {

    font-weight: 700;
	
	border-bottom: 1px solid #9E9E9E;

}



.yoga-flows-blue .entry-content .call-to-action-yoga-smartphone,

.recipes-blocks .entry-content .call-to-action-nutrition-smartphone,
 
.colorful-workouts .entry-content .call-to-action-workouts-smartphone,

.calculators-blocks .entry-content .call-to-action-calculators-smartphone,

.exercises-blocks .entry-content .call-to-action-workouts-smartphone,

.exercises-blocks .entry-content .call-to-action-yoga-smartphone {

               display: none;

}
	
	
	
.yoga-flows-blue .entry-content .call-to-action-yoga-laptop,

.recipes-blocks .entry-content .call-to-action-nutrition-laptop,

.colorful-workouts .entry-content .call-to-action-workouts-laptop,

.calculators-blocks .entry-content .call-to-action-calculators-laptop,

.exercises-blocks .entry-content .call-to-action-workouts-laptop,

.exercises-blocks .entry-content .call-to-action-yoga-laptop {

               display: inline;

}



.recipes-blocks .entry-content .nutrition-table-smartphone,

.calculators-blocks .entry-content .nutrition-table-smartphone {

               display: none;

}



.recipes-blocks .entry-content .nutrition-table-laptop,

.calculators-blocks .entry-content .nutrition-table-laptop,

.calculators-blocks .entry-content .nutrition-table {

               display: table;

}



.yoga-flows-blue .entry-content .call-to-action-yoga-smartphone img,

.recipes-blocks .entry-content .call-to-action-nutrition-smartphone img,

.colorful-workouts .entry-content .call-to-action-workouts-smartphone img,

.exercises-blocks .entry-content .call-to-action-workouts-smartphone img,

.exercises-blocks .entry-content .call-to-action-yoga-smartphone img {

               border-bottom: 1px solid #9E9E9E;
	          
	           padding-bottom: 10px;

}
	
	
	
.yoga-flows-blue .entry-content .call-to-action-yoga-laptop img,

.recipes-blocks .entry-content .call-to-action-nutrition-laptop img,

.colorful-workouts .entry-content .call-to-action-workouts-laptop img,

.exercises-blocks .entry-content .call-to-action-workouts-laptop img,

.exercises-blocks .entry-content .call-to-action-yoga-laptop img {

              border-bottom: 1px solid #9E9E9E;
	          
	           padding-bottom: 10px;

}


.recipes-blocks .entry-content .featured-posts.featured-workouts, 

.colorful-workouts .entry-content .featured-posts.featured-workouts,

.yoga-flows-blue .entry-content .featured-posts.featured-workouts,

.calculators-blocks .entry-content .featured-posts.featured-workouts,

.exercises-blocks .entry-content .featured-posts.featured-workouts {

              background-color: transparent;
	
	          padding-top: 0;

}



.recipes-blocks .entry-content .featured-posts .wrapper, 

.colorful-workouts .entry-content .featured-posts .wrapper,

.yoga-flows-blue .entry-content .featured-posts .wrapper,

.calculators-blocks .entry-content .featured-posts .wrapper,

.exercises-blocks .entry-content .featured-posts .wrapper {

              margin: 0 auto 30px;

}



.recipes-blocks .entry-content .featured-posts header h2,

.colorful-workouts .entry-content .featured-posts header h2,

.yoga-flows-blue .entry-content .featured-posts header h2,

.calculators-blocks .entry-content .featured-posts header h2,

.exercises-blocks .entry-content .featured-posts header h2 {

              font-size: 17px;
	
	          text-align: left;

}



.recipes-blocks .entry-content .featured-posts-grid .post a,

.colorful-workouts .entry-content .featured-posts-grid .post a,

.yoga-flows-blue .entry-content .featured-posts-grid .post a,

.calculators-blocks .entry-content .featured-posts-grid .post a,

.exercises-blocks .entry-content .featured-posts-grid .post a {

              text-decoration: none;

}



.recipes-blocks .entry-content .featured-posts-grid .post h4,

.colorful-workouts .entry-content .featured-posts-grid .post h4,

.yoga-flows-blue .entry-content .featured-posts-grid .post h4,

.calculators-blocks .entry-content .featured-posts-grid .post h4,

.exercises-blocks .entry-content .featured-posts-grid .post h4 {

              border-bottom: 0px solid #9E9E9E;

}



.calculators-blocks .entry-content .featured-posts-grid .post h4 {

              text-align: left;

}



.print-call-to-action,

.print-call-to-action-white,

.printables .entry-content .print-call-to-action-white {

    margin-bottom: 50px;

    margin-top: 50px;

}



.bundle-call-to-action img {

    margin: 0 0 -20px 0;

    width: 100%;

}



.bundle-call-to-action-header {

    background-color: #FFF;

    padding: 1%;

    margin: 1% 0 5% 0;

}



.bundle-call-to-action-title {

    font-size: 20px;

    font-family: 'Lato', sans-serif;

    font-weight: 700;

    color: #000;

    text-align: center;

}



.bundle-call-to-action-title h6 {

    margin-bottom: 10px;

}



.bundle-call-to-action a,

.print-call-to-action a,

.print-call-to-action-white a,

.printables .entry-content .print-call-to-action-white a {

    text-decoration: none;

}



.bundle-call-to-action-subtitle {

    font-family: 'Lato', sans-serif;

    font-size: 14px;

    color: #000;

    text-align: center;

}



.colorful-workouts .entry-content .bundle-call-to-action-subtitle,

.exercise-guide .entry-content .bundle-call-to-action-subtitle,

.recipes-blocks .entry-content .bundle-call-to-action-subtitle {

    font-size: 14px;

    font-weight: 700;

}



.bundle-call-to-action-text {

    background-color: transparent;

    font-family: 'Lato', sans-serif;

    font-size: 12px;

    font-weight: 400;

    text-align: center;

    text-decoration: none;

    text-transform: none;

    margin-bottom: 30px;

    margin-top: 30px;

}



.colorful-workouts .entry-content .bundle-call-to-action-text,

.exercise-guide .entry-content .bundle-call-to-action-text,

.recipes-blocks .entry-content .bundle-call-to-action-text {
	
	font-size: 16px;

}



.bundle-call-to-action .button,

.print-call-to-action .button,

#text-42.widget.widget_text .button,

#text-32.widget.widget_text .button,

#text-48.widget.widget_text .button {

      	display: block;

        background-color: #000;

        color: #FFF;

        margin-right: 25%;

        margin-left: 25%;

        width: 50%;

        text-align: center;

}



.print-call-to-action-white .button,

.printables .entry-content .print-call-to-action-white .button {

      	display: block;

        background-color: #FFF;

        color: #000;

        margin-right: 25%;

        margin-left: 25%;

        width: 50%;

        text-align: center;

}



.bundle-call-to-action .button a,

.print-call-to-action .button a,

#text-42.widget.widget_text .button a,

#text-32.widget.widget_text .button a,

#text-48.widget.widget_text .button a {

      	color: #FFF;

        background-color: #000;

        padding: 5px;

        text-decoration: none;

        text-align: center;

}



.print-call-to-action-white .button a,

.printables .entry-content .print-call-to-action-white .button a {

      	color: #000;

        background-color: #FFF;

        padding: 5px;

        text-decoration: none;

        text-align: center;

}



.bundle-call-to-action .button:hover, .bundle-call-to-action .button:hover a,

.print-call-to-action .button:hover, .print-call-to-action .button:hover a,

#text-42.widget.widget_text .button:hover, #text-42.widget.widget_text .button:hover a,

#text-32.widget.widget_text .button:hover, #text-32.widget.widget_text .button:hover a,

#text-48.widget.widget_text .button:hover, #text-48.widget.widget_text .button:hover a {        

       background-color: #FFF;

       color: #000;

       text-decoration: none;

}



.print-call-to-action-white .button:hover, .print-call-to-action-white .button:hover a,

.printables .entry-content .print-call-to-action-white .button:hover, .printables .entry-content .print-call-to-action-white .button:hover a {        

       background-color: #000;

       color: #FFF;

       text-decoration: none;

}



.bundle-sidebar {        

       padding-right: 0;

       padding-left: 0;

}



.bundle-sidebar img {        

       margin-bottom: 5%;

}



.bundle-sidebar .button {

        border: 0;

      	display: block;

        background-color: #000;

        color: #FFF;

        margin-right: 0;

        margin-left: 0;

        width: 100%;

        text-align: center;

        font-size: 11px;

        font-weight: 400;

        text-transform: uppercase;

        letter-spacing: 2px;

}



.bundle-sidebar .button:hover {

        background-color: #FAFAFA;

        color: #000;

}



/* Homepage widgets

--------------------------------------------- */



.prettychic-home #image-2.widget.widget_image {

    display: none;  

}



.prettychic-home #text-7.widget.widget_text {

    display: none;  

}



.prettychic-home #text-45.widget.widget_text {

    display: none;  

}



.prettychic-home #search-3.widget.widget_search {

    display: none;  

}



/* Holiday Bundle

--------------------------------------------- */



#text-38.widget.widget_text .printables-grid li {

     width: 50%;

     margin-bottom: 0;

}



#text-38.widget.widget_text .printables-grid img {

    box-shadow: 0 0 0 rgba(34, 25, 25, 0.4);

}



/* Workout Plan of the Month

--------------------------------------------- */

#featured-post-45 .widget-title.widgettitle { 

    margin-bottom: 7%;      

}



#featured-post-45 .entry { 

    float: none; 

    margin-bottom: 1%;     

}



#featured-post-45 img { 

    width: 100%;     

}



#text-37.widget.widget_text .printables-grid li {

     width: 50%;

     margin-bottom: 5%;

}



#text-40.widget.widget_text .basic-grid li {

     width: 100%;

     margin-bottom: 3%;

}



#text-40.widget.widget_text .basic-grid img {

     width: 100%;

}



#text-40.widget.widget_text .basic-grid li:hover figcaption {

     background-color: transparent;

}



/* Your Daily Dose of Exercise

--------------------------------------------- */

#featured-post-42 .entry { 

    float: none;  

    margin-bottom: 5%;   

}



#featured-post-42 .entry a.aligncenter { 

    border: 1px solid #9E9E9E;  

    padding: 5%;   

}



#text-41.widget.widget_text .grids-frame,

#text-42.widget.widget_text .grids-frame,

#text-43.widget.widget_text .grids-frame,

#text-49.widget.widget_text .grids-frame,

#text-51.widget.widget_text .grids-frame {

    margin-bottom: 0;

}



#text-41.widget.widget_text .basic-grid li,

#text-42.widget.widget_text .basic-grid li,

#text-43.widget.widget_text .basic-grid li,

#text-49.widget.widget_text .basic-grid li,

#text-51.widget.widget_text .basic-grid li {

     padding: 0;

     width: 100%;

     border: 1px solid #9E9E9E;

     margin-bottom: 1%;

}



#text-41.widget.widget_text .basic-grid img,

#text-42.widget.widget_text .basic-grid img,

#text-43.widget.widget_text .basic-grid img,

#text-49.widget.widget_text .basic-grid img,

#text-51.widget.widget_text .basic-grid img {

     width: 100%;  

     padding: 5%;

}



#text-41.widget.widget_text .basic-grid li:hover figcaption,

#text-42.widget.widget_text .basic-grid li:hover figcaption,

#text-43.widget.widget_text .basic-grid li:hover figcaption,

#text-49.widget.widget_text .basic-grid li:hover figcaption,

#text-51.widget.widget_text .basic-grid li:hover figcaption {

     background-color: transparent;

}



#text-41.widget.widget_text .homepage-titles,

#text-42.widget.widget_text .homepage-titles,

#text-43.widget.widget_text .homepage-titles,

#text-49.widget.widget_text .homepage-titles,

#text-51.widget.widget_text .homepage-titles {

     font-family: 'Playfair Display', serif;

     font-size: 17px;

     font-weight: 700;

     -webkit-text-stroke-width: 0.1px;

     letter-spacing: 2px;

     margin-bottom: 0px;

     text-transform: capitalize;

     padding: 40px 10px 10px 10px;

     line-height: 1.5;

     color: #000;

     background-color: transparent;

     background: none;

     text-align: center;

}



#text-41.widget.widget_text .homepage-titles a,

#text-42.widget.widget_text .homepage-titles a,

#text-43.widget.widget_text .homepage-titles a,

#text-49.widget.widget_text .homepage-titles a,

#text-51.widget.widget_text .homepage-titles a {

     text-decoration: none;

}



#text-41.widget.widget_text .homepage-subtitles,

#text-42.widget.widget_text .homepage-subtitles,

#text-43.widget.widget_text .homepage-subtitles,

#text-49.widget.widget_text .homepage-subtitles,

#text-51.widget.widget_text .homepage-subtitles {

     margin-bottom: 8%;

}



#text-41.widget.widget_text .homepage-subtitles p,

#text-42.widget.widget_text .homepage-subtitles p,

#text-43.widget.widget_text .homepage-subtitles p,

#text-49.widget.widget_text .homepage-subtitles p,

#text-51.widget.widget_text .homepage-subtitles p {

    font-family: 'Lato', sans-serif;

    font-size: 16px;

    font-weight: 400;

    letter-spacing: 1px;

    line-height: 2;

    text-rendering: optimizeLegibility;

    text-align: justify;

    color: #000;

    background-color: transparent;

    background: none;

    margin: 0 0 10px;

    display: block;

}



#text-41.widget.widget_text .homepage-subtitles a,

#text-42.widget.widget_text .homepage-subtitles a,

#text-43.widget.widget_text .homepage-subtitles a,

#text-49.widget.widget_text .homepage-subtitles a,

#text-51.widget.widget_text .homepage-subtitles a {

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-top: 20px;

    padding: 4px 7px;

    text-align: center;

    text-transform: uppercase;

    text-decoration: none;

}



/* The Latest Moves

--------------------------------------------- */

#text-19.widget.widget_text .printables-grid li {

     width: 50%;

     margin-bottom: 3%;

}



#text-19.widget.widget_text .printables-grid figcaption,

#text-20.widget.widget_text .printables-grid figcaption {
	
	height: 100%;
	
	padding: 0;
	
	margin-bottom: 0;
	
	margin-top: 10%;

}



/* Your Weekly Dose of Wellness + Style Your Life

------------------------------------------------- */


#featured-post-47 .entry,

#featured-post-46 .entry { 

    float: none; 

    margin-bottom: 5%;     

}



#featured-post-47 .entry a.aligncenter,

#featured-post-46 .entry a.aligncenter { 

    border: 1px solid #9E9E9E;  

    padding: 5%;   

}



/* Motivation is Contagious

--------------------------------------------- */



#text-20.widget.widget_text .printables-grid li {

     width: 50%;

     margin-bottom: 3%;

}



#text-20.widget.widget_text .printables-grid img {

     box-shadow: 0 0 0;

}



/* Motivation is Contagious

--------------------------------------------- */



#text-33.widget.widget_text .printables-grid li {

     width: 50%;

     margin-bottom: 0;
	
	 padding-bottom: 0;

}



/* Fitness Calculators

--------------------------------------------- */



#text-46.widget.widget_text .printables-grid li {

     width: 50%;

     margin-bottom: 1%;

}



#text-46.widget.widget_text .widget-title {

    margin-bottom: 4%; 

}



/* Sidebar Widgets

--------------------------------------------- */



#text-32.widget.widget_text .button,

#text-48.widget.widget_text .button {

     margin: 0;

     width: 90%;

}



#text-42.widget.widget_text .button {

     margin: 0 0 12% 0;

}



/* Below Content Widget

--------------------------------------------- */



#text-28.widget.widget_text .basic-grid li {

     width: 25%;

}



#text-28.widget.widget_text .basic-grid img {

    box-shadow: 0px 0px 0px rgba(34, 25, 25, 0.4);

}



/* Template 1

--------------------------------------------- */

.template-1 .entry {
	
	padding: 0 !important;
	
	margin-bottom: 0;

}



.template-1 .site-inner {
			 
			   margin-top: 20px;
	
	           padding-top: 0;
	
	    }



.template-1 article, .template-1 aside, .template-1 details, .template-1 figcaption, .template-1 figure, .template-1 footer, .template-1 header, .template-1 hgroup, .template-1 main, .template-1 section, .template-1 summary {
    
	display: block;
}



.template-1 h1.entry-title {
	
	display: none;

}



.template-1 .after-entry.widget-area {
	
	display: none;

}



.template-1 table {
	
	line-height: 0;
	
	margin-bottom: 0;
	
	margin-top: -10px;

}



.postid-73628 table {
	
	margin-top: 0px;

}



.template-1 table img {
	
	width: 100%;

}



.template-1 table td {
	
	padding: 0.5%;

}



.template-1 h2.title {
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 12px 0 6px;
    line-height: 1.15;
	-webkit-text-stroke-width: 0;
}

.template-1 h2 {
    font-family: 'Lato', sans-serif;
	text-transform: capitalize;
	background-color: transparent;
	font-weight: 700;
	padding: 0;
}

.template-1 h4.category {
    font-size: 0.7rem;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.171rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 24px;
}

.template-1 a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000;
    text-decoration: none;
    background: transparent;
}

.template-1 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.template-1 body {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
}



.template-1 ul.caption-grid {
	
	padding: 0 5%;
}



.post-navigation-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.2rem;
    margin-bottom: 3rem;
    border-top: 1px solid #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
    position: relative;
    overflow-x: auto;
	list-style-type: none;
	margin-right: 0;
    margin-left: 0;	
}

.post-navigation-menu li {
	display: inline;
}

.post-navigation-menu li a {
	float: left;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 1rem;
    white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000;
    text-decoration: none;
    background: transparent;	
}

.template-1 .wrapper {
    max-width: 1400px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 0 10px;
}

.template-1 .archive-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
	
.template-1 .archive-top .popular {
    -ms-flex-preferred-size: calc(33.3% - 2rem);
    flex-basis: calc(33.3% - 2rem);
}

.template-1 .archive-top .popular h2 {
    font-size: 16px;
    letter-spacing: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #000;
}

.template-1 .archive-top .popular h2.title {
    font-weight: 400;
}

.template-1 .archive-top .popular .post {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 1.2rem 0;
    border-top: 1px solid #dbdbdb;
}

.template-1 figure {
    margin: 0;
}

.template-1 img {
    max-width: 100%;
    border: 0;
}

.template-1 .archive-top .popular figcaption {
    padding-left: 1.2rem;
    flex-basis: 50%;
    width: 50%;
}

.template-1 .archive-top .popular figcaption h4.category {
    margin-top: 10px;
	text-align: left;
}

.template-1 .archive-top .featured {
    -ms-flex-preferred-size: calc(66.6% - 0.4rem);
    flex-basis: calc(66.6% - 0.4rem);
}

.template-1 .archive-top .featured figure {
    position: relative;
	padding-top: 34px;
}

.template-1 .archive-top .featured figcaption {
    position: absolute;
    bottom: 2rem;
    right: 1.4rem;
    background: #fff;
    padding: 1.7rem 2.3rem;
	width: 65%;
}

.template-1 .workout-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 2.5rem;
    padding-bottom: 0rem;
}

.template-1 .workout-grid .card {
    -ms-flex-preferred-size: calc(33.3% - 0.6rem);
    flex-basis: calc(33.3% - 0.6rem);
    margin-bottom: 2.5rem;
}



.template-1 .workout-grid .card h4.category {
    margin-top: 10px;
}



.template-1 section.workout-grid.wrapper.last {
    margin-top: 2rem;
}



.template-1 section.workout-grid.wrapper.last.plans .card {
    -ms-flex-preferred-size: calc(25% - 0.6rem);
	flex-basis: calc(25% - 0.6rem);
}



.template-1 section.workout-grid.wrapper.last.plans h2.title {
    font-size: 1.3rem;
	font-weight: 700;
}



.template-1 .card > a, .post figure > a, figure.post > a {
    position: relative;
}



.postid-32958 header.site-header,

.postid-42662 header.site-header,

.postid-72801 header.site-header,

.postid-29362 header.site-header,

.postid-18151 header.site-header,

.page-id-75064 header.site-header,

.page-id-1011 header.site-header,

.page-id-72295 header.site-header {

    display: none;

}



.postid-32958 .site-inner,

.postid-42662 .site-inner,

.postid-72801 .site-inner,

.postid-29362 .site-inner,

.postid-18151 .site-inner,

.page-id-10104 .site-inner,

.page-id-75064 .site-inner,

.page-id-1011 .site-inner,

.page-id-72295 .site-inner {

    margin-top: 0;

}



.postid-32958 .below-content.widget-area,

.postid-42662 .below-content.widget-area,

.postid-72801 .below-content.widget-area,

.postid-29362 .below-content.widget-area,

.postid-18151 .below-content.widget-area,

.page-id-10104 .below-content.widget-area,

.postid-37691 .below-content.widget-area,

.postid-27474 .below-content.widget-area,

.postid-25255 .below-content.widget-area,

.postid-28562 .below-content.widget-area,

.postid-36632 .below-content.widget-area,

.postid-25549 .below-content.widget-area,

.postid-32359 .below-content.widget-area,

.page-id-75064 .below-content.widget-area,

.page-id-1011 .below-content.widget-area,

.page-id-72295 .below-content.widget-area {

    display: none;

}



.postid-32958 footer.site-footer,

.postid-42662 footer.site-footer,

.postid-72801 footer.site-footer,

.postid-29362 footer.site-footer,

.postid-18151 footer.site-footer,

.page-id-10104 footer.site-footer,

.postid-37691 footer.site-footer,

.postid-27474 footer.site-footer,

.postid-25255 footer.site-footer,

.postid-28562 footer.site-footer,

.postid-36632 footer.site-footer,

.postid-25549 footer.site-footer,

.postid-32359 footer.site-footer,

.page-id-75064 footer.site-footer,

.page-id-1011 footer.site-footer,

.page-id-72295 footer.site-footer {

    display: none;

}



.postid-32958 .adthrive-comscore.adthrive-footer-message,

.postid-42662 .adthrive-comscore.adthrive-footer-message,

.postid-72801 .adthrive-comscore.adthrive-footer-message,

.postid-29362 .adthrive-comscore.adthrive-footer-message,

.postid-18151 .adthrive-comscore.adthrive-footer-message,

.page-id-10104 .adthrive-comscore.adthrive-footer-message,

.postid-37691 .adthrive-comscore.adthrive-footer-message,

.postid-27474 .adthrive-comscore.adthrive-footer-message,

.postid-25255 .adthrive-comscore.adthrive-footer-message,

.postid-28562 .adthrive-comscore.adthrive-footer-message,

.postid-36632 .adthrive-comscore.adthrive-footer-message,

.postid-25549 .adthrive-comscore.adthrive-footer-message,

.postid-32359 .adthrive-comscore.adthrive-footer-message,

.page-id-75064 .adthrive-comscore.adthrive-footer-message,

.page-id-1011 .adthrive-comscore.adthrive-footer-message {

    display: none;

}



.postid-32958 .logospace,

.postid-32958 .bannerspace,

.postid-42662 .logospace,

.postid-42662 .bannerspace,

.postid-72801 .logospace,

.postid-72801 .bannerspace,

.postid-29362 .logospace,

.postid-29362 .bannerspace,

.postid-18151 .logospace,

.postid-18151 .bannerspace,

.page-id-10104 .logospace,

.page-id-10104 .bannerspace,

.postid-37691 .logospace,

.postid-37691 .bannerspace,

.postid-27474 .logospace,

.postid-27474 .bannerspace,

.postid-25255 .logospace,

.postid-25255 .bannerspace,

.postid-28562 .logospace,

.postid-28562 .bannerspace,

.postid-36632 .logospace,

.postid-36632 .bannerspace,

.postid-25549 .logospace,

.postid-25549 .bannerspace,

.postid-32359 .logospace,

.postid-32359 .bannerspace,

.page-id-75064 .logospace,

.page-id-75064 .bannerspace,

.page-id-1011 .logospace,

.page-id-1011 .bannerspace,

.postid-75517 .logospace,

.postid-75517 .bannerspace,

.page-id-72295 .logospace,
 
.page-id-72295 .bannerspace,

.postid-75701 .logospace,

.postid-75701 .bannerspace,

.postid-75891 .logospace,

.postid-75891 .bannerspace,

.postid-75754 .logospace,

.postid-75754 .bannerspace,

.postid-64201 .logospace,

.postid-64201 .bannerspace,

.postid-73975 .logospace,

.postid-73975 .bannerspace,

.postid-73628 .logospace,

.postid-73628 .bannerspace,

.postid-73258 .logospace,

.postid-73258 .bannerspace,

.postid-62386 .logospace,

.postid-62386 .bannerspace,

.postid-71637 .logospace,

.postid-71637 .bannerspace,

.postid-68481 .logospace,

.postid-68481 .bannerspace,

.postid-67997 .logospace,

.postid-67997 .bannerspace {

    display: none;

}


.featured-posts.featured-workouts.plan {

    background-color: #DEF1F9;
	
	padding-bottom: 1px;
	
	border-bottom: 1px solid #000;

}



.featured-posts.featured-workouts.white {

    background-color: #FFF;

}



.featured-posts.featured-workouts.yellow {

    background-color: #FAF5E1;

}



.postid-42662 .featured-posts.featured-workouts {

    background-color: #FFF;

}



.page-id-1011 .spotebi-membership {

    background-color: #FAF5E1;

}



.page-id-1011 table {
	
	margin-top: 0px;

}



.page-id-1011 .lp-box2.two {
	
	background-image: url(images/subscribe-sidebar-spotebi.jpg);
	padding-bottom: 2em;

}



.page-id-1011 .lp-box2 .content a {
	
	background-color: #FFF;

}



.page-id-1011 .spotebi-membership {
	
	background-image: url(images/subscribe-sidebar-spotebi.jpg);

}



.page-id-1011 .spotebi-membership .content > a {
	
	background-color: #FFF;

}



.page-id-1011 .featured-posts.featured-workouts.plan {
	
	background-image: url(images/subscribe-sidebar-spotebi.jpg);
	border-bottom: 0;

}



.postid-42662 .spotebi-membership {

    background-color: #FCE2E5;

}



.page-id-75064 .spotebi-membership.intro {

    padding: 50px 0 20px 0;

}



.page-id-75064 .spotebi-membership {

    padding-top: 0;

}



.postid-29362 .featured-posts.featured-workouts {
	
	background-color: #FAF5E1;

}



.postid-29362 .lp-box.one {
	
	background-color: #FCE2E5;

}


.lp-box2.two.pink,

.lp-box.one.pink {
	
	background-color: #FCE2E5;

}


.postid-72801 .lp-box.one {
	
	background-image: url(images/subscribe-sidebar-3-spotebi.jpg);

}



.postid-72801 .lp-box2.two {
	
	background-image: url(images/subscribe-sidebar-spotebi.jpg);

}



.postid-72801 .spotebi-membership {
	
	background-image: url(images/subscribe-sidebar-3-spotebi.jpg);

}


.postid-72801 .featured-posts.featured-workouts {
	
	background-color: #FFF;

}



.page-id-10104 .entry-content {
	
	background-image: url(images/subscribe-sidebar-spotebi.jpg);

}


.page-id-75064 .featured-posts.featured-workouts {
	
	background-color: #FFFFFF;

}


.page-id-75064 .spotebi-membership {
	
	background-color: #FFFFFF;

}


.page-id-75064 .lp-box.one {
	
	background-image: url(images/subscribe-sidebar-spotebi.jpg);

}


.page-id-75064  .lp-box2.two {
	
	background-image: url(images/subscribe-sidebar-spotebi.jpg);

}


.page-id-75064 .lp-box.one .content a {
                
	background-color: #FFFFFF;

}
	
.page-id-75064 .lp-box2 .content a {
                
	background-color: #FFFFFF;

}


.page-id-10104 .lp-box.one {
	
	background-color: transparent;

}



.page-id-10104 .lp-box2.two {
	
	background-color: transparent;

}


.page-id-10104 .lp-box.one .content a {
                
	background-color: #FFFFFF;

}
	
.page-id-10104 .lp-box2 .content a {
                
	background-color: #FFFFFF;

}


.page-id-66302 .lp-box.one .content a {
                
	background-color: #FFFFFF;

}
	
.page-id-66302 .lp-box2 .content a {
                
	background-color: #FFFFFF;

}


.spotebi-membership.intro {
	
	background-color: transparent;

}


.spotebi-membership.intro .main {
	
	width: 100%;
}

.spotebi-membership.intro .main h2 {
	
	font-size: 3em;
	text-align: center;
	margin: 0 0 2em;
	max-width: 100%;
}

.spotebi-membership.intro .main p {
    
	font-size: 20px;
	text-align: center;
	line-height: 34px;
	max-width: 100%;
}




.page-id-18434 .entry-content,

.page-id-34821 .entry-content,

.page-id-34810 .entry-content,

.page-id-34808 .entry-content,

.page-id-34803 .entry-content,

.page-id-34815 .entry-content,

.page-id-34830 .entry-content,

.page-id-34825 .entry-content,

.page-id-34792 .entry-content,

.page-id-1134 .entry-content {

    background-color: #FFF0F5;

}



.page-id-18434 .entry-content .post-navigation-menu,

.page-id-34821 .entry-content .post-navigation-menu,

.page-id-34810 .entry-content .post-navigation-menu,

.page-id-34808 .entry-content .post-navigation-menu,

.page-id-34803 .entry-content .post-navigation-menu,

.page-id-34815 .entry-content .post-navigation-menu,

.page-id-34830 .entry-content .post-navigation-menu,

.page-id-34825 .entry-content .post-navigation-menu,

.page-id-34792 .entry-content .post-navigation-menu,

.page-id-1134 .entry-content .post-navigation-menu {

    background-color: #FFF;

}



.page-id-18434 section.workout-grid.wrapper.last,

.page-id-34821 section.workout-grid.wrapper.last,

.page-id-34810 section.workout-grid.wrapper.last,

.page-id-34808 section.workout-grid.wrapper.last,

.page-id-34803 section.workout-grid.wrapper.last,

.page-id-34815 section.workout-grid.wrapper.last,

.page-id-34830 section.workout-grid.wrapper.last,

.page-id-34825 section.workout-grid.wrapper.last,

.page-id-34792 section.workout-grid.wrapper.last,

.page-id-1134 section.workout-grid.wrapper.last {

    padding-top: 5rem;

}



.page-id-18434 .lp-box.one, .page-id-34821 .lp-box.one, .page-id-34810 .lp-box.one, .page-id-34808 .lp-box.one, .page-id-34803 .lp-box.one, .page-id-34815 .lp-box.one, .page-id-34830 .lp-box.one, .page-id-34825 .lp-box.one, .page-id-34792 .lp-box.one, .page-id-1134 .lp-box.one,

.page-id-18434 .lp-box.one .content, .page-id-34821 .lp-box.one .content, .page-id-34810 .lp-box.one .content, .page-id-34808 .lp-box.one .content, .page-id-34803 .lp-box.one .content, .page-id-34815 .lp-box.one .content, .page-id-34830 .lp-box.one .content, .page-id-34825 .lp-box.one .content, .page-id-34792 .lp-box.one .content, .page-id-1134 .lp-box.one .content,

.page-id-18434 .lp-box.one .content a, .page-id-34821 .lp-box.one .content a, .page-id-34810 .lp-box.one .content a, .page-id-34808 .lp-box.one .content a, .page-id-34803 .lp-box.one .content a, .page-id-34815 .lp-box.one .content a, .page-id-34830 .lp-box.one .content a, .page-id-34825 .lp-box.one .content a, .page-id-34792 .lp-box.one .content a, .page-id-1134 .lp-box.one .content a {

    background-color: #FFF;

}



.spotebi-membership {
	background-color: #fff;
	margin-bottom: 0px;
	padding: 130px 0;
}

.spotebi-membership .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.spotebi-membership .content {
	width: calc(33.333% - 25.333333333px);
}

.spotebi-membership .content img.membership-image {
    max-width: 215px;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 215px;
}

.spotebi-membership .content > a {
	display: block;
	max-width: 312px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 1;
	color: #000;
	text-align: center;
	padding: 19px 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.spotebi-membership .content > a .price {
	margin-right: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.spotebi-membership .content > a .cta-text {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.spotebi-membership .cta-mobile {
	display: none;
	max-width: 312px;
	width: 100%;
	margin: 48px auto 0;
	border: 1px solid #000;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	padding: 19px 0;
}

.spotebi-membership .cta-mobile span {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	left: 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 20px;
	color: #000;
}

.spotebi-membership .main {
	width: calc(66.667% - 14.666666667px);
}

.spotebi-membership .main h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 38px;
	background-color: transparent;
	line-height: 1;
	margin: 0 0 18px;
	max-width: 684px;
}

.spotebi-membership .main p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	max-width: 684px;
}

.spotebi-membership .main .features {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 14px 14px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 684px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
}

.lp-box.one {
	background-color: #faf5e1;
}

.lp-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lp-box .content {
	position: relative;
	z-index: 2;
	width: 50%;
	-ms-flex-item-align: center;
	align-self: center;
}

.lp-box .content .content-wrap {
	max-width: 373px;
	margin: 0 auto;
}

.lp-box .content h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2.57px;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.lp-box .content h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 44px;
	margin: 0 0 18px;
	max-width: 560px;
}

.lp-box .content p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	margin: 0;
	max-width: 510px;
}

.lp-box .content a {
	display: inline-block;
	border: 1px solid #000;
	text-align: center;
	text-decoration: none;
	padding: 18px 36px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2.57px;
	text-transform: uppercase;
	margin-top: 37px;
	width: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.lp-box img {
	width: 50%;
	height: auto;
	z-index: 1;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 100%;
	border: 0;
}

.lp-box2.two {
	background: #def1f9;
}

.lp-box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lp-box2 .content-wrap {
	-ms-flex-item-align: center;
	align-self: center;
	width: 50%;
	padding: 5%;
}

.lp-box2 .content {
	max-width: 373px;
	margin: 0 auto;
	float: none;
}

.lp-box2 .content h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 44px;
	margin: 0 0;
	max-width: 600px;
}

.lp-box2 .content h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2.57px;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.lp-box2 .content p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	margin: 19px 0 32px;
}

.lp-box2 .content a {
	display: inline-block;
	border: 1px solid #000;
	text-align: center;
	text-decoration: none;
	padding: 18px 36px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2.57px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.lp-box2 > img {
	align-self: center;
	width: 50%;
	max-width: 100%;
	border: 0;
}

.lp-box2 .mimi-box {
	align-self: center;
	width: 50%;
	max-width: 100%;
	border: 0;
	padding: 3em 0;
}

.lp-box2 .mimi-box .mimi-field {
	margin: 0 13%;
	text-align: center;
}

.lp-box2 .mimi-box .button {
	margin: 5% 0 0 20%;
	width: 60%;
	text-align: center;
	background-color: #000;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2.57px;
	padding: 18px 36px;
}

.featured-posts {
	padding-top: 50px;
	border-top: 0px solid #dbdbdb;
	padding-bottom: 30px;
}

.featured-posts.featured-workouts {
	background-color: #fce2e5;
	border-top: 0;
}

.featured-posts .wrapper {
	position: relative;
	margin: 0 auto 50px;
}

.featured-posts header h2 {
	margin: 0;
	text-align: center;
	font-size: 28px;
	line-height: 34px;
}

.featured-posts header h2 span {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: .3px;
}

.featured-posts header h2 span::after {
	content: ' ';
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 0 6px;
	background-color: #000;
	vertical-align: middle;
	margin-top: -3px;
}

.featured-posts header p {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25%;
	left: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	line-height: 22px;
	margin: 0;
}

.featured-posts header a {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.featured-posts header a::after {
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 1px;
	background-color: #000;
	margin-left: 15px;
	content: ' ';
}

.featured-posts-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 38px;
	grid-row-gap: 28px;
}

.featured-posts-grid .post > a {
	display: block;
	margin: 0 0 22px;
	position: relative;
}

.featured-posts-grid .post > a img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.featured-posts-grid .post h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 0.7rem;
	line-height: 14px;
	left: 1.71px;
	text-transform: uppercase;
	margin: 0;
}

.featured-posts-grid .post h4 a {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.featured-posts-grid .post h3 {
	margin: 11px 0 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 32px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	line-height: 1.15;
}

.featured-posts-grid .post h3 a {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.featured-posts-grid .post p {
	margin: 8px 0 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	letter-spacing: 0;
}

.featured-posts .mobile-cta {
	display: none;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2.57px;
	width: 143px;
	margin: 46px auto 0;
	text-align: center;
	border: 1px solid #000;
	padding: 18px 0;
	text-transform: uppercase;
}


/* App Template

--------------------------------------------- */



.app-template .site-inner {

    max-width: 100%;

    padding: 0;

    margin-top: 50px;

}



.app-template .entry-content {

    padding: 0;

}



.app-template .entry-content h2 {

    padding: 3%;

    text-align: center;

    font-size: 2em;

    font-weight: 400; 

    margin-right: auto; 

    margin-left: auto;

    margin-bottom: 50px;

    margin-top: 50px;

}



.app-template p { 

    margin: 0px;

}



.app-template .header-app {

    width: 236px;

    height: 220px;

    margin-bottom: 100px;

}



.app-template .share-app {

    width: 250px;

    height: 100px;

    margin-top: 5%;

    margin-bottom: 5%;

}



.app-template .full-width-image-app {

    width: 100%;

    height: auto;

    margin-top: 5%;

    margin-bottom: 5%;

}



.app-template .full-width-image-text p {

    text-align: justify;

    font-family: 'Lato', sans-serif;

    font-size: 18px;

    color: #48545e;

    margin-top: 20px;

    margin-bottom: 100px;

    line-height: 200px;

}



.app-template .scroll-block-1,

.app-template .scroll-block-2,

.app-template .scroll-block-3,

.app-template .scroll-block-4,

.app-template .scroll-block-5 {

    margin: 0;

    padding: 0;

    border: 0;

    outline: 0;

    font-weight: inherit;

    font-style: inherit;

    font-size: 100%;

    font-family: inherit;

    vertical-align: baseline;

    list-style: none;

    overflow: hidden;

    background-color: #fff;

}



.app-template .scroll-block-1,

.app-template .scroll-block-3 {

    margin-bottom: 7%;

    background-color: #FFF;

    width: 90%;

}



.app-template .scroll-block-5 {

    display: inline-block;

    padding: 5%;

    margin: 0 5% 0 5%;

}



.workout-plans .line,

.app-template .line,

.product-bundle .line {

    border-bottom: 1px solid #212121;

    margin: 0 5% 0 5%;

}



.app-template .scroll-block-1 .left-side,

.app-template .scroll-block-1 .right-side,

.app-template .scroll-block-3 .left-side,

.app-template .scroll-block-3 .right-side { 

    width: 50%;

    vertical-align: middle;

    position: relative;

    display: table-cell;

}



.app-template .scroll-block-5 .first,

.app-template .scroll-block-5 .second,

.app-template .scroll-block-5 .third { 

    padding: 30px;

    margin: 0;

    width: 33.3%;

    vertical-align: middle;

    position: relative;

    display: table-cell;

}



.app-template .scroll-block-5 .second,

.app-template .scroll-block-5 .third { 

    border-left: 1px solid #9E9E9E;

}



.app-template .scroll-block-4 .center-side { 

    padding-right: 20%;

    padding-left: 20%;

    padding-bottom: 10%;

    vertical-align: middle;

    position: relative;

    display: table-cell;

}



.app-template .scroll-block-1 .content-block-1 {

    text-align: center;

    vertical-align: top;

    padding: 50px;

}



.app-template .scroll-block-2 .content-block-2 {

    text-align: center;

    vertical-align: top;

    padding-right: 10%;

    padding-left: 10%;

}



.app-template .scroll-block-3 .content-block-3 {

    text-align: right;

    vertical-align: top;

    padding: 50px;

}



.app-template .scroll-block-1 .content-block-1 .block-1 {

    text-align: center;

}



.app-template .scroll-block-2 .content-block-2 .block-2 {

    text-align: center;

}



.app-template .scroll-block-3 .content-block-3 .block-3 {

    text-align: right;

}



.app-template .scroll-block-1 .content-block-1 .title,

.app-template .scroll-block-2 .content-block-2 .title,

.app-template .scroll-block-3 .content-block-3 .title {

    font-family: 'Playfair Display', serif;

    line-height: 40px;

    font-size: 2em;

    font-weight: 700;

    -webkit-text-stroke-width: 0.1px;

    color: #48545e;

    text-align: center;

    margin-top: -5%;

}



.app-template .scroll-block-1 .content-block-1 .button,

.app-template .scroll-block-2 .content-block-2 .button,

.app-template .scroll-block-3 .content-block-3 .button {

    margin-top: 5%;

    display: block;

    text-align: center;

    padding: 5%;

    border: 1px solid #9E9E9E;

    background-color: #000;

    width: 100%;

}



.app-template .scroll-block-1 .content-block-1 .button a,

.app-template .scroll-block-2 .content-block-2 .button a,

.app-template .scroll-block-3 .content-block-3 .button a {

    text-decoration: none;

    color: #FFF;

}



.app-template .scroll-block-1 .content-block-1 .button:hover,

.app-template .scroll-block-1 .content-block-1 .button:hover a,

.app-template .scroll-block-2 .content-block-2 .button:hover,

.app-template .scroll-block-2 .content-block-2 .button:hover a,

.app-template .scroll-block-3 .content-block-3 .button:hover,

.app-template .scroll-block-3 .content-block-3 .button:hover a {

    color: #000;

    background-color: #FFF;

}



.app-template .scroll-block-2 .content-block-2 .title {

    margin-bottom: 10%;

    margin-top: 7%;

}



.app-template .scroll-block-1 .content-block-1 .content,

.app-template .scroll-block-2 .content-block-2 .content,

.app-template .scroll-block-3 .content-block-3 .content {

    text-align: justify;

    font-family: 'Lato', sans-serif;

    font-size: 18px;

    color: #48545e;

    line-height: 30px;

    margin-top: 5%;

}



.app-template .button {

        border: 1px solid #9E9E9E;

        background-color: #000;

        width: 50%;

        height: auto;

        text-align: center;

  	font-size: 14px;

      	font-weight: 400;

        margin: auto;

        padding: 15px;

	text-transform: uppercase;

        letter-spacing: 2px;

        margin-bottom: 7%;

        margin-top: 7%;

}



.app-template .button a {

      	color: #FFF;

        background-color: transparent !important;

        padding: 5px;

        text-decoration: none;

}



.app-template .button:hover, .app-template .button:hover a  {        

       background-color: #FFF;

       color: #000;

       text-decoration: none;

}



.app-template iframe {        

       margin-bottom: 5%;

       border: 1px solid #9E9E9E;

}



.app-template .grids-frame {

       margin: 5%;

}



.app-template .basic-grid li {

       width: 9.09%;

       padding: 1%;

}



.app-template .basic-grid .button {

       width: 100%;

       background-color: #FFF;

       font-size: 9px;

       padding: 15% 1%;

       letter-spacing: 0.5px;

} 



.app-template .basic-grid .button a {

       color: #000;

}



.app-template .basic-grid .button:hover, 

.app-template .basic-grid .button:hover a  {        

       background-color: #000;

       color: #FFF;

}



/* Ad Thrive

--------------------------------------------- */



.adthrive-device-desktop .adthrive-comscore, .adthrive-device-tablet .adthrive-comscore, .adthrive-device-phone .adthrive-footer-message {

    margin-bottom: 10px !important;

}



.adthrive-comscore span {

    font-size: 10px !important;

}


/* # Media Queries

---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1600px) {

         .caption-grid li {

          height: 230px;

          }

 }



@media only screen and (max-width: 1200px) {



         .genesis-nav-menu,
	
         .genesis-nav-menu .sub-menu a {

          font-size: 10px;
			 
		  letter-spacing: 1px;

          }

	

          .genesis-nav-menu a {

          padding: 15px 10px;

          }
	
	
	
        .home-middle .featured-content .entry {

         width: 48.717948717948715%;

         float: left;

         margin-left: 2.564102564102564%;

         }



        .home-middle .featured-content .entry:nth-of-type(2n+1) {

         margin-left: 0;

         margin-right: 0;

        }

	

	.content-sidebar-sidebar .content-sidebar-wrap,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-sidebar-content .content-sidebar-wrap {

		width: 740px;

	}



	.content {

		width: 65%;

	}



	.sidebar-content-sidebar .content,

	.sidebar-sidebar-content .content,

	.content-sidebar-sidebar .content {

		width: 400px;

	}



	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3 {

		width: 300px;

	}



        .title-area {

		width: 220px;

	}



	     .footer-widgets-1 {

		margin-right: 30px;

	}

        

        .app-template .basic-grid li {

                width: 16.66%;

        }

        

        .caption-grid li {

                height: 180px;

        }
	
	
	
	     table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships {
	
	             font-size: 8px;

         }

}



@media only screen and (max-width: 1031px) {

     
	.spotebi-membership .content > a .cta-text {
	   letter-spacing: 1px;
	   font-size: 12px;
	}
	
}



@media only screen and (max-width: 960px) {



 	body {

 		padding-top: 0;

 	}



	.content,

	.content-sidebar-sidebar .content,

 	.content-sidebar-sidebar .content-sidebar-wrap,

 	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

	.sidebar-content-sidebar .content,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-primary,

	.sidebar-secondary,

	.sidebar-sidebar-content .content,

 	.sidebar-sidebar-content .content-sidebar-wrap,

 	.site-header .widget-area,

 	.title-area {

 		width: 100%;

 	}

	
	
	.home-top.widget-area {

 		padding-right: 30px;

 	}
	
	
	
    .sidebar-primary {

 		padding-left: 30px;

 	}
	

	
	.header-image .title-area {

 		background-position: center top;

 	}



	 .header-image .site-title {

		 margin: 0 auto;

	 }



	 .genesis-nav-menu li,

	 .site-header ul.genesis-nav-menu,

	 .site-header .search-form {

		 float: none;

 	}



	.genesis-nav-menu,

 	.site-description,

 	.site-header .title-area,

 	.site-header .search-form,

 	.site-title {

 		text-align: center;

	}

 

 	.site-header .search-form {

		margin: 16px auto;

	 }



	.footer-widgets-1 {

 		margin-right: 0;

 	}	


	
    .title-area {

 		        min-height: auto;

 	}
	
	
	 
	   .after-entry {

		        display: none;

	 }



       #text-45.widget.widget_text {

	        display: none;

        }



       .caption-grid li {

                height: 150px;

        }



        .below-content #text-39 {

               width: 100%;
			  
			   margin-bottom: 50px;
			
			   border-bottom: 0px solid #9E9E9E;
			
			   padding-bottom: 10%;
			
			   margin-left: 0;

         }

       

        .below-content #search-4 .search-form {

               margin-top: 5%;

         }



        .below-content #search-4 {
			
			   width: 100%;

               margin-bottom: 50px;
			
			   border-bottom: 0px solid #9E9E9E;
			
			   padding-bottom: 10%;

         }
	
	
	
	      .below-content section#custom_html-4 {
	
	          padding-bottom: 0;
         }
	
	
	
	      .below-content section#mimi-form-5 {
			  
			  margin: 0 10%;
	     }
	
	
	
	      .below-content #simple-social-icons-6 {
			 
			    margin-top: 10%;
	
	     }


        .below-content .textwidget {

               margin-top: 10%;

               margin-left: 15%;

               margin-right: 0;

         }



        .below-content .textwidget li {

               width: 33%;

         }



        .woocommerce ul.products li.product {

               width: 46%;

         } 



        .woocommerce ul.products {

               margin-left: 0;

               margin-right: 0;

         }
	
	
	
	      .template-1 .archive-top .featured figcaption {
			  
			  position: static;
			  
			  padding: 0.5rem 0 2.5rem 0;
			  
			  width: 100%;
	
	    }
	
           .lp-box2 {
			   display: block;
			   position: relative;
	    }
	
	       .lp-box {
			   display: block;
	    }
	
	       .lp-box2 .content-wrap {
			   width: 100%;
			   text-align: center;
			   padding-top: 50px;
			   margin-bottom: 0;
	    }
	
	       .subscribe-email-list .lp-box2 .content-wrap {
			   padding-top: 0;
	    }
	
	       .lp-box2 .content {
			   max-width: 600px;
	    }
	
	        .lp-box .content {
				padding: 60px 20px 40px;
				margin-bottom: 20px;
				text-align: center;
				position: static;
				width: 100%;
				background-color: #faf5e1;
	    }
	
	
	        .lp-box.one.pink .content {
                background-color: #FCE2E5;

        }
	
	
	        .postid-29362 .lp-box.one .content {
                background-color: #FCE2E5;

        }
	
	        .page-id-10104 .lp-box.one .content {
                background-color: transparent;

        }
	
	
	        .page-id-75064 .lp-box.one .content {
                background-image: url(images/subscribe-sidebar-spotebi.jpg);

        }
	
	         .lp-box .content h2 {
				margin: 0 auto 18px;
				text-align: center;	    
	    }
	
	         .lp-box2 .content h2 {
				text-align: center;
	    }	        

	         .lp-box2 .content h3 {
				text-align: center;
	    }
	
	         .lp-box .content h3 {
				text-align: center;
	    }
	
	        .lp-box .content p {
				margin: 0 auto;
	    }
	
	         .lp-box.one .content a {
				 background-color: #faf5e1;
	    }
	
              .postid-29362 .lp-box.one .content a {
                background-color: #FCE2E5;

        }
	
	          .page-id-10104 .lp-box.one .content a {
                background-color: #FFFFFF;

        }
	
	          .page-id-75064 .lp-box.one .content a {
                background-color: #FFFFFF;
	    }
	
	          .page-id-66302 .lp-box.one .content a {
                background-color: #FFFFFF;

        }
	
	          .page-id-10104 .lp-box2 .content a {
                background-color: #FFFFFF;

        }
	
	          .page-id-66302 .lp-box2 .content a {
                background-color: #FFFFFF;

        }
	
	          .page-id-75064 .lp-box2 .content a {
                background-color: #FFFFFF;

        }
	
	          .lp-box .content a {
				 bottom: 57px;
				 left: 50%;
				 -webkit-transform: translateX(-50%);
				 transform: translateX(-50%);
				 margin: auto;
				 position: absolute;
				 white-space: nowrap;
	    }
	
	         .lp-box2 > img {
				 width: 100%;
				 display: block;
	    }
	
	         .lp-box2 .mimi-box {
				 width: 100%;
	    }
	
	         .lp-box img {
				 display: block;
				 height: auto;
				 width: 100%;
	    }
	
	        .featured-posts header p {
				display: none;
	    }
	
	        .featured-posts header a {
				display: none;
	    }
	
	        .featured-posts-grid {
				grid-column-gap: 20px;
	    }
	
	        .featured-posts .mobile-cta {
				display: block;
	    }
	
	
	
	        .post-navigation-menu ul {
			 
			   -webkit-box-pack: start;
			 
			   -ms-flex-pack: start;
			 
			   justify-content: flex-start;
	
	     }

	
	
	        .template-1 section.workout-grid.wrapper.last.plans .card {
                -ms-flex-preferred-size: calc(50% - 0.6rem);
	            flex-basis: calc(50% - 0.6rem);
         }
	
	
	
	        .single-product .content,
	
	        .woocommerce-cart .content,
	
	        .woocommerce-checkout .content {
				
				margin: 0;
				
				width: 100%;
	     }

}



@media only screen and (max-width: 800px) {



	.archive-description,

	.author-box,

	.comment-respond,

	.entry-comments,

	.entry-pings,

	.site-header {

		padding: 0;

	}



 	.archive-pagination li a {

		margin-bottom: 4px;

	}



	.five-sixths,

	.four-sixths,

	.one-fourth,

	.one-half,

	.one-sixth,

	.one-third,

	.three-fourths,

	.three-sixths,

	.two-fourths,

	.two-sixths,

	.two-thirds {

		margin: 0;

		width: 100%;

	}



	.sidebar .widget.enews-widget {

		padding: 40px;

	}


 	.nav-primary {

		border: 0;

	}



	.genesis-nav-menu > .right {

		float: none !important;

	} 


	
	.content .entry,
	
    .full-width-content .entry {

 		padding-right: 5%;
		
		padding-left: 5%;

 	}
	
	
	
        .caption-grid li {

                height: 120px;

        }



         .recipes-template .ingredients,
	
         .recipes-blocks .ingredients {

               padding-left: 0px;
			 
			   text-align: left;

         }


        .app-template .scroll-block-1 .left-side,

        .aap-template .scroll-block-1 .right-side,

        .app-template .scroll-block-3 .left-side,

        .app-template .scroll-block-3 .right-side { 

               width: 100%;

               display: table;

         }



        .app-template .scroll-block-1 .content-block-1,

        .app-template .scroll-block-3 .content-block-3 {

               padding: 50px 0;

         }



       .app-template .scroll-block-1 .content-block-1 .content,

       .app-template .scroll-block-2 .content-block-2 .content,

       .app-template .scroll-block-3 .content-block-3 .content {

               margin-bottom: 10%;

         }



       .colorful-workouts .entry-content .bundle-call-to-action-text,
	
       .exercise-guide .entry-content .bundle-call-to-action-text,
	
       .recipes-blocks .entry-content .bundle-call-to-action-text {

               font-size: 14px;

         }
	
	
	
	    .template-1 .wrapper {
			 
			  width: 100%;
			  
			  padding: 0 20px;
	
	    }
	
	
	
	      .template-1 .archive-top .popular {
			  
			  -ms-flex-preferred-size: 100%;
			  
			  flex-basis: 100%;
			  
			  -webkit-box-ordinal-group: 3;
			  
			  -ms-flex-order: 2;
			  
			  order: 2;
	
	    }
	
	
	
	      .template-1 .archive-top .featured {
			  
			  -ms-flex-preferred-size: 100%;
			  
			  flex-basis: 100%;
	
	    }
	
	
	
	      .template-1 .archive-top .featured figure {
    
			  padding-top: 0;
        }	
	
	
	
	      .template-1 .workout-grid .card {
			  
			  -ms-flex-preferred-size: calc(50% - 0.6rem);
			  
			  flex-basis: calc(50% - 0.6rem);
	
	    }
	
	      .spotebi-membership {
			  padding: 20px 0 90px 0;
	    }

          .spotebi-membership .wrapper {
			  width: 100%;
			  padding: 0 20px;
			  display: block;
	    }
	
	       .spotebi-membership .content {
			   width: 100%;
			   margin-bottom: 24px;
	    }
	
	       .spotebi-membership .content > a {
			   display: none;
	    }	
	
	       .spotebi-membership .main {
			   width: 100%;
			   text-align: center;
	    }
	
	       .spotebi-membership .main h2 {
			   display: none;
	    }
	
	       .spotebi-membership .main p {
			   margin: 0 auto;
         }
	
		    .spotebi-membership .main .features {
			   margin: 40px auto 0;
	
	     }
	
	        .spotebi-membership .cta-mobile {
				display: block;
	     }
	
            .spotebi-membership.intro {
			  padding: 90px 0 90px 0;
	     }
	
            .spotebi-membership.intro .main h2 {
			   display: inline;
	     }
	
            .spotebi-membership.intro .main p {
			   margin: 25px 0 0 0;
         }
	
	        .page-id-1011 .spotebi-membership .cta-mobile {
				background-color: #FFF;
	     }
	
	        .page-id-1011 .spotebi-membership {
	            padding: 90px 0;
         }

}

 

@media only screen and (min-width: 768px) {

 

       nav {

		display: block !important;

	}
		
}

 

@media only screen and (max-width: 767px) {

	

        .site-inner .menu-toggle {

		display: none;

	}



        .site-description {

		display: none;

	}



	.home-middle .featured-content .entry {

		float: none;

		margin: 0 auto;

		width: 100%;

	}



	button.sub-menu-toggle {

		border: 0 !important;

	}

 

	.menu-toggle {

		border-bottom: 0px solid #9E9E9E;

		border-top: 0px solid #9E9E9E;

		border-right: 0;

		border-left: 0;

		display: block;

		font-size: 10px;

		font-weight: 700;

		margin: 10px auto;

		overflow: hidden;

		padding: 4px 10px;

		text-align: center;

		visibility: visible;

	}



	.sub-menu-toggle {

		display: block;

		font-size: 10px;

		font-weight: 700;

		margin: 0 auto;

		overflow: hidden;

		padding: 4px 10px;

		text-align: center;

		visibility: visible;

	}

 

	button.menu-toggle,

	button.sub-menu-toggle {

		background-color: transparent;

		color: #000;

        margin-bottom: 1%;

	}

 

	.sub-menu-toggle {

                padding: 15px !important;

                position: absolute;

                right: -70px;

                top: 0;

        }
	

	
	.menu-toggle:before {

		content: "";

                background-image: url(images/menu.svg);

                background-position: 0 0;

                background-size: 100%;

                padding: 1px 10px;

                background-repeat: repeat-x;

                background-clip: padding-box;

        }

 

	.menu-toggle.activated:before {

		border: 0;

		content: "\2191";

                background-image: none;

	}

 

	.sub-menu-toggle:before {

		border: none;

		content: "+";

	}

 

	.sub-menu-toggle.activated:before {

		border: 0;		

		content: "-";

	}

 

	nav {

		display: none;

		position: relative;

	}

 

	.genesis-nav-menu .menu-item {

		background-color: #fff;

		display: block;

		position: relative;

		text-align: left;

	}

 

	.genesis-nav-menu .menu-item:hover {

		position: relative;

	}

 

	.genesis-nav-menu .sub-menu {

		clear: both;

		display: none;

		opacity: 1;

		position: static;

		width: 100%;

	}

 

	.genesis-nav-menu .sub-menu a {

		border-left: 0;

		position: relative;

		width: auto;

	}

 

	.genesis-nav-menu .sub-menu .sub-menu {

		margin: 0;

	}

 

	.genesis-nav-menu .sub-menu .sub-menu a {

		background-color: #fff;

		padding-left: 30px;

	}

 

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {

		background-color: #fff;

		padding-left: 40px;

	}


	
	.site-header {

               max-height: 100%;

               overflow-y: auto;

               overflow-x: hidden;

       }


	
	 .header-spotebi {

               width: 250px;

               height: 100px

       }

	
	
      .woocommerce-product-gallery__wrapper {
		   
		   width: 100%;
	
	   }


	
	   .woocommerce main.content {
		   
		   padding-right: 2%;
		   
		   padding-left: 2%;
	
	   }	
	
	
	
         #genesis-responsive-slider h2 {

                display: none;

         }

        

         #text-25.widget.widget_text { 

                display: none;

         }

      

         #text-27.widget.widget_text { 

                display: inline-block !important;

         }



         .caption-grid li {

                width: 33%;

                height: 150px;

         }



         .related-posts-grid li {

                height: 120px;

         }

        

         .related-posts-grid figcaption {

               font-size: 10px;

         }



         .subscribe-box .button,

         .workout-plans .entry-content .button,

         .workout-plans .entry-content .button-2 {

               width: 100% !important;

               font-size: 12px;

               margin-left: 0px;

         }



         .slimdown-week .plans-box,

         .subscribe-page .plans-box,

         .weight-loss .plans-box,

         .vacation .plans-box,

         .online-resources .plans-box,

         .online-resources-posts .plans-box {  

               width: 100%;   

         }



         .yoga-landing-youtube {

              width: 100%;

         }



         .slimdown-week .plans-box .mimi-box,

         .slimdown-week .plans-box .mimi-box .mimi-field,

         .subscribe-page .plans-box .mimi-box,

         .subscribe-page .plans-box .mimi-box .mimi-field {  

               width: 100%;   

         }



         .slimdown-week .plans-box .plans-box-image,

         .subscribe-page .plans-box .plans-box-image {

	       width: 50%;

         }

	
	
          table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships {
	
	           font-size: 12px;

         }
	
	
	
	      .single-product .content {
			  
			   margin-top: 0%;
	}

}



@media only screen and (max-width: 600px) {



         .woocommerce ul.products li.product .woocommerce-loop-product__title {    

               font-size: 0.9em;

         }



         .recipes-landing-page .printables-grid li {

               width: 50%;

         }
	
	
	
	     .below-content section#mimi-form-5 input,

         .below-content section#mimi-form-5 input.button.mimi-submit {
	
	           width: 100%;
	
	           margin-right: 0;
	
	           margin-left: 0;

         }



          #text-42.widget.widget_text .button {

               width: 75%;

         }
	        
	
	
	       .template-1 h2.title {
			   
			   font-size: 1.3rem;
	
	    }
	
	       .spotebi-membership .main p {
			   font-size: 14px;
			   line-height: 22px;
         }
	
		    .spotebi-membership .main .features {
			   grid-gap: 34px 14px;
	
	     }
	
	        .lp-box .content h2 {
				font-size: 28px;
				line-height: 34px;
				left: .5px;
				max-width: 336px;
	     }
	
	        .lp-box2 .content h2 {
				font-size: 28px;
				line-height: 34px;
				max-width: 268px;
				margin: 0 auto;
	     }
	
	         .lp-box2 .content p {
				 font-size: 14px;
				 line-height: 22px;
	     }
	
	         .lp-box2 .content {
				 max-width: 400px;
	     }
	
	         .lp-box .content p {
				 font-size: 14px;
				 line-height: 22px;
	     }
	
	         .featured-posts header {
				 margin-bottom: 20px;
	    }
	
	         .featured-posts header h2 {
				 font-size: 24px;
	    }
	
	         .featured-posts-grid {
				 grid-template-columns: 1fr 1fr;
	    }
	
	         .featured-posts-grid .post:first-of-type {
				 grid-column-start: 1;
				 grid-column-end: 3;
	    }
	
	         .featured-posts-grid .post:not(:first-of-type) h3 {
				 font-size: 18px;
				 line-height: 22px;
	    }
	
	         .featured-posts-grid .post:not(:first-of-type) p {
				 display: none;
	    }
	
	        .my-plans-landing-page .printables-grid li {

                  width: 100%;

        }
	

}



@media only screen and (max-width: 533px) {
	

	
	      .gif-timer-border {

	            margin-bottom: -200px;

          }

}



@media only screen and (max-width: 500px) {
	
	
	
         body {

 		       text-align: left;

 	    }
      

	
         table {

               font-size: 8px;

         }



         .sign-up-today {

               width: 100%;

         }



         .related-posts-grid li {

               width: 50%;

          }

      

         .related-posts-grid li {

                height: 200px;

         }



         .caption-grid li {

                width: 50%;

          }



         .printables .printables-grid li,

         .printables-grid li {

               width: 50%;

         }



         .workout-motivation-landing-page .basic-grid li,

         .workout-plans-landing-page .basic-grid li,

         .workout-routines-landing-page .basic-grid li {

               width: 50%;

         }



         .basic-grid li {

                width: 50%;

          }



         .app-template .basic-grid li {

                width: 25%;

         }


	
         .yoga-flows-blue .entry-content .basic-grid li,
	
	     .colorful-workouts .entry-content .basic-grid li {

                margin-bottom: 15px;

         }
	
	
	
	     .subscribe-box .subscribe-newsletter {

               margin-left: 0px;

         }



        .plans-box .plans-box-text {

	          text-align: left;

               padding-left: 0%;

               padding-right: 0%;

        }



        .bundle-call-to-action .button,

        .print-call-to-action .button,

        .print-call-to-action-white .button,

        .printables .entry-content .print-call-to-action-white .button {

               margin-right: 0;

               margin-left: 0;

               width: 100%;

        }



        .fitness-tips .entry-content .button,

        .online-resources .entry-content .button, 

        .online-resources-posts .entry-content .button,
	
        .calculators-blocks .entry-content .button {

                margin-right: 0;

                margin-left: 0;

                margin-bottom: 15%;

                width: 100%;

        }



        .printables .entry-content .button {

                width: 100%;

        }



        .online-resources-posts .entry-content .basic-grid,
	
	    .yoga-flows-blue .entry-content .basic-grid-warm-up,
	
	    .colorful-workouts .entry-content .basic-grid-warm-up {

               width: 100%;

        }
	

	
	     .yoga-flows-blue .entry-content .call-to-action-yoga-smartphone,
	
         .recipes-blocks .entry-content .call-to-action-nutrition-smartphone,
	
         .colorful-workouts .entry-content .call-to-action-workouts-smartphone,
	
         .calculators-blocks .entry-content .call-to-action-calculators-smartphone,
	
         .exercises-blocks .entry-content .call-to-action-workouts-smartphone,
	
         .exercises-blocks .entry-content .call-to-action-yoga-smartphone {

               display: inline;

        }
	
	
	
          .yoga-flows-blue .entry-content .call-to-action-yoga-laptop,
	
          .recipes-blocks .entry-content .call-to-action-nutrition-laptop,
	
          .colorful-workouts .entry-content .call-to-action-workouts-laptop,
	
          .calculators-blocks .entry-content .call-to-action-calculators-laptop,
	
          .exercises-blocks .entry-content .call-to-action-workouts-laptop,
	
          .exercises-blocks .entry-content .call-to-action-yoga-laptop {

               display: none;

        }

	
	
	      .recipes-blocks .entry-content .nutrition-table-smartphone,
	
          .calculators-blocks .entry-content .nutrition-table-smartphone {

               display: table;
			  
			   margin: 0px;

        }



          .recipes-blocks .entry-content .nutrition-table-laptop,
	
          .calculators-blocks .entry-content .nutrition-table-laptop {

               display: none;

        }
	
	
	
         .youtube-timer-border {

	       margin-bottom: -150px;

         }


	
         .woocommerce ul.products li.product {

              width: 100% !important;

              margin: 2% 2% 10% 2%;

         }



         .complete-plan {

              font-size: 14px;

              font-weight: 400;

              width: 100%;

         }
	
	
	
	     .template-1 .workout-grid .card {
			  
			  -ms-flex-preferred-size: 100%;
			  
			  flex-basis: 100%;
	
	    }
	
	
	     .template-1 section.workout-grid.wrapper.last.plans .card {
                -ms-flex-preferred-size: calc(100% - 0.6rem);
	            flex-basis: calc(100% - 0.6rem);
			    margin: 10%;
         }
	
}



@media only screen and (max-width: 414px) {

        

          .interval-timer-border .interval-timer iframe {

                height: 210px !important;

           }

}



@media only screen and (max-width: 400px) {


	
       .header-spotebi {

               width: 200px;

               height: 80px

       }
	
	
	
        img.alignright, .alignright {

		float: none;

		margin: 10px 0 0 0;

	}



        .related-posts-grid li {

                height: 175px;

         }



        .fitness-calculators .basic-grid li {

                margin-bottom: 0;

         }

          
	
	     .home-top.widget-area,
	
	     .sidebar-primary,
	
	     .content .entry,
	
	     .full-width-content .entry {

 		        padding-right: 15px;
		
		        padding-left: 15px;

 	}
	

	
	     .calculators-blocks table {

	            font-size: 12px;

   }
	
	    #text-42.widget.widget_text .button {
			
			     margin-bottom: 22%;
	
	}
	
	
	
	    #text-41.widget.widget_text .homepage-subtitles,
	
	    #text-42.widget.widget_text .homepage-subtitles,
	
	    #text-43.widget.widget_text .homepage-subtitles,
	
	    #text-49.widget.widget_text .homepage-subtitles,
	
	    #text-51.widget.widget_text .homepage-subtitles {
			
			margin-bottom: 15%;
	
	}
	
	
	
	     #text-20.widget.widget_text .printables-grid li,
	
	     #text-19.widget.widget_text .printables-grid li,
	
	     #text-33.widget.widget_text .printables-grid li {
			 
			     width: 100%;
	
	}

}



@media only screen and (max-width: 320px) {



           table {

               font-size: 6px;

           }

        

          .interval-timer-border .interval-timer iframe {

                height: 170px !important;

           }



          .caption-grid li {

                height: 100px;

           }



          .related-posts-grid li {

                height: 150px;

          }



          .gif-timer-border {

	        margin-bottom: -225px;

         

          }



          .youtube-timer-border {

	       margin-bottom: -200px;

          }

	
	
           .below-content .textwidget li {

	       width: 50%;

          }

	
	
}



@media only screen and (max-width: 250px) {



          .related-posts-grid li {

                height: 100px;

          }     



          .related-posts-grid figcaption {

               font-size: 8px;

          }



          .caption-grid li {

                height: 80px;

          }



          .caption-grid figcaption {

               font-size: 8px;

          }



}